@charset "UTF-8";
@import url("https://use.typekit.net/yfd1tcm.css");
.navbar#main-menu {
  border: 0;
}
.navbar-header > a.active .navbar-brand {
  background-color: #204a31;
}
.navbar-header > a:hover .navbar-brand {
  background-color: transparent;
}
.navbar-brand {
  float: left;
  padding: 0px 0px 0px 0px !important;
  font-size: 17px;
  height: 72px;
  line-height: 72px;
  background-color: transparent;
  height: auto !important;
}
.navbar-brand a {
  color: #ededed;
}
.navbar-brand a:hover {
  color: transparent;
}
.navbar-toggle .icon-bar {
  transition: var(--button-transition);
}
#navbar-mobile .navbar-toggle {
  border: 0px;
  padding: 5px;
  font-size: 1.8rem;
  font-family: "Arvo", sans-serif;
  font-weight: bold;
  font-style: italic;
  color: #ededed;
  float: left;
  line-height: 34px;
}
#navbar-mobile .navbar-toggle:hover {
  background: transparent;
  color: #fff;
}
#navbar-mobile .navbar-toggle:focus {
  background: transparent;
}
.top-nav {
  padding: 0;
  margin: 0;
  list-style: none;
  font-family: "Arvo", sans-serif;
  font-weight: 400;
  font-style: normal;
  float: left;
}
.navbar-inverse .navbar-nav > li {
  font-weight: 700;
}
.top-nav > li {
  z-index: 1;
  display: block;
  padding: 0;
  margin: 0;
  vertical-align: baseline;
  border: 0;
}
.top-nav > li a {
  display: block;
  height: 90px;
  padding: 0px 12px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 90px;
  color: #d3ad75;
  transition: 0.2s all ease-out;
}
.top-nav > li > a {
  text-transform: none;
}
.top-nav > li .active:hover {
  background-color: transparent;
  color: var(--black);
}
.top-nav > li > a:hover {
  text-decoration: none;
  background-color: #d3ad75;
  color: #163322;
}
.top-nav > li:hover {
  background-color: transparent;
}
.top-nav > li.active a {
  color: var(--brand-primary);
}
.top-nav > li.active ul {
  background-color: #225637;
  color: #ededed;
  height: 50px;
  visibility: visible;
  text-align: left;
  -webkit-padding-start: 0px;
}
.sub-nav {
  position: absolute;
  visibility: hidden;
  left: 0px;
  right: 0;
}
.sub-nav > li {
  display: inline-block;
  padding: 0 25px;
  z-index: 1;
  display: block;
  float: right;
  padding: 0;
  margin: 0;
  vertical-align: baseline;
  border: 0;
}
.sub-nav > li a {
  border: none;
  display: block;
  height: 50px;
  padding: 0px 10px 0px 10px;
  font-size: 13px !important;
  font-weight: 400;
  line-height: 50px;
  color: #ededed !important;
  text-decoration: none;
}
.sub-nav > li a:hover {
  color: #fff !important;
}
.sub-nav > li.active a {
  color: #225637 !important;
  background: transparent;
}
.sub-nav > li:hover {
  color: #307b4e;
}
.navbar-default .navbar-toggle .icon-bar {
  transition: 0.2s all ease-out;
  transition: var(--button-transition);
}
.navbar-toggle:not(.collapsed) .icon-bar:nth-child(2) {
  transform: rotate(45deg) translateY(4px) translateX(6px);
}
.navbar-toggle:not(.collapsed) .icon-bar:nth-child(3) {
  transform: rotate(-45deg) translateY(0px) translateX(-1px);
}
.navbar-toggle:not(.collapsed) .icon-bar:nth-child(4) {
  transform: rotate(45deg) translateY(-4px) translateX(-4px);
}
@media (max-width: 900px) {
  .sub-nav > li a {
    height: 40px !important;
    line-height: 40px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-top: 0px;
  }
  .top-nav li a {
    text-align: left;
    font-size: 17px;
    padding: 0px;
  }
  .top-nav .active .sub-nav {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: #225637;
    border: 0;
    box-shadow: none;
    height: auto;
    padding-bottom: 32px;
  }
  .top-nav .active .sub-nav > li {
    float: none;
    position: static;
  }
  .top-nav .active .sub-nav > li > a {
    padding-left: 16px;
    font-size: 16px;
  }
  .top-nav > li .caret {
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: none;
    border-left: 4px solid #d3ad75;
  }
  .top-nav > li.active .caret {
    border-bottom: none;
    border-top: 4px solid #d3ad75;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
  }
  .top-nav > li > a:only-child > .caret {
    display: none;
  }
}
@media (min-width: 900px) {
  .cg-etusivu .container-fluid.main-menu {
    z-index: 1000;
    background-color: transparent;
    border-bottom: unset;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    width: 100%;
  }
  .cg-etusivu #main-menu .top-nav > li:nth-child(n+6) > a {
    border: 2px solid var(--white);
  }
  .cg-etusivu #main-menu .top-nav > li:nth-child(n+6) > a:hover {
    border-color: var(--brand-primary-contrast);
  }
  body.cg-etusivu .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  body.cg-etusivu .container-fluid.main-menu {
    background: rgb(from var(--brand-secondary) r g b / 0.9);
    position: absolute;
    left: 0;
    right: 0;
    transition: 0.2s background ease-out;
  }
  body.cg-etusivu .container-fluid.main-menu:hover {
    background: rgb(from var(--brand-secondary) r g b / 1);
    transition: 0.2s background ease-out;
  }
  body.cg-etusivu #main-menu {
    background-color: unset;
  }
  .navbar#main-menu {
    min-height: 90px !important;
    display: flex;
    align-items: center;
  }
  .navbar-header {
    float: left;
    position: absolute;
    left: 50%;
    top: 0;
  }
  .navbar-collapse.collapse {
    flex-grow: 1;
  }
  /* Päävalikon painiketyylit */
  #main-menu .top-nav > li:nth-child(n+6) {
    /*    display: flex; */
    /*    flex-flow: column nowrap; */
    /*    justify-content: center; */
  }
  #main-menu .top-nav > li:nth-child(n+6) > a {
    /*    height: auto; */
    /*    line-height: 1.2; */
    /*    padding: 4px 10px; */
    /*    border: 2px solid var(--black); */
    /*    margin-right: 15px; */
    /*    border-radius: var(--button-border-radius); */
  }
  #main-menu .top-nav > li:nth-child(n+6) > a:hover {
    /*	background: var(--brand-primary); */
    /*	color: var(--brand-primary-contrast); */
  }
  /* Päävalikon painiketyylit - END */
  #main-menu ul.top-nav {
    display: flex;
  }
  .navbar-default .navbar-brand {
    margin-left: 50%;
    position: absolute;
    transform: translateX(-50%);
    z-index: 1000;
  }
  #main-menu .top-nav > li:nth-child(-n+5) {
    float: unset;
  }
  #main-menu .top-nav > li:nth-child(n+6) {
    float: unset;
  }
  #main-menu .top-nav > li:nth-child(5) {
    margin-left: auto;
  }
  #main-menu .top-nav > li:nth-child(n+5) .dropdown-menu {
    right: 0;
    left: unset;
  }
  #main-menu .top-nav > li:nth-child(n+5) .dropdown-menu .dropdown-menu {
    right: 100%;
    left: unset;
  }
  #main-menu .dropdown-toggle {
    height: auto;
  }
  #main-menu .dropdown-menu {
    background-color: #fff;
    padding: 0px 0px;
    margin: 0px;
    border: 0px solid transparent;
  }
  #main-menu .dropdown-menu > li > a {
    padding: 8px 12px !important;
    height: auto;
    text-shadow: none;
    text-transform: none;
    font-style: normal;
    white-space: normal;
  }
  #main-menu .dropdown-menu > li > a:hover,
  #main-menu .dropdown-menu > li > a:focus {
    background-color: var(--brand-secondary, #000) !important;
    color: var(--brand-secondary-contrast, #fff) !important;
  }
  #main-menu .dropdown:hover .dropdown-menu {
    display: block;
  }
  #main-menu .dropdown:hover .dropdown-submenu .dropdown-menu {
    display: none;
  }
  .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
  .top-nav > li {
    float: left;
  }
  .top-nav > li > a > .caret {
    display: none;
  }
  .top-nav > li.sub {
    margin-bottom: 49px;
  }
}
@media (min-width: 900px) and (max-width: 1092px) {
  .top-nav li a {
    padding: 4px 8px;
    font-size: 1.8rem;
  }
  .sub-nav li a {
    font-size: 13px !important;
  }
}
@media (min-width: 1092px) {
  .navbar-default .navbar-brand {
    margin-left: 50%;
    position: absolute;
    transform: translateX(-50%);
    /* z-index: 3000; */
  }
  .top-nav > li.sub {
    margin-bottom: 49px !important;
  }
}
@media (min-width: 1092px) and (max-width: 1299px) {
  .navbar-default .navbar-brand {
    margin-left: 50%;
    position: absolute;
    transform: translateX(-50%);
    /* z-index: 3000; */
  }
  .top-nav > li a {
    font-size: 1.8rem;
    padding: 0px 10px;
  }
  .navbar-inverse .navbar-nav > li > a {
    padding: 11px 10px 10px 10px;
  }
  .navbar-inverse .navbar-nav > li {
    font-size: 12px;
  }
}
@media (max-width: 899px) {
  .cg-etusivu .container-fluid.main-menu {
    z-index: 1000;
    background-color: transparent;
    border-bottom: unset;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    width: 100%;
  }
  .navbar-inverse .navbar-toggle .icon-bar:nth-last-child(2) {
    margin-bottom: 0;
  }
  .navbar-inverse .navbar-toggle .icon-bar:last-child {
    display: none;
  }
  .cg-etusivu .navbar-inverse .navbar-toggle .icon-bar {
    background-color: var(--brand-secondary-contrast, #fff);
  }
  .top-nav > li .active:hover {
    background-color: transparent;
    color: #000;
  }
  .top-nav > li > a:hover {
    text-decoration: none;
    background-color: transparent;
    color: var(--brand-primary);
  }
  ul.top-nav {
    margin-top: 0px;
    margin-bottom: 0px;
    border-top: 0px solid #e1b927;
    padding: 0px;
  }
  .top-nav {
    float: none;
  }
  #toggle-margin button.navbar-toggle {
    margin-top: 28px;
    aspect-ratio: 1;
    margin-right: 4px;
  }
  #navbar-mobile button.navbar-toggle {
    margin-top: 28px;
  }
  .navbar-default .navbar-collapse {
    border-color: #1b442b;
    background-color: transparent;
    box-shadow: none;
  }
  #navbar-mobile .navbar-toggle {
    border: 0px;
    padding: 5px;
    font-size: 1.8rem;
    font-family: "Arvo", sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #666;
    float: left;
    line-height: 34px;
  }
  .navbar-toggle .icon-bar {
    width: 30px;
    height: 2px;
    margin-bottom: 5px;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background-color: tranparent;
  }
  .navbar-default .navbar-toggle:hover .icon-bar {
    background-color: var(--brand-primary);
  }
  .navbar-toggle .icon-bar {
    width: 30px !important;
  }
  .navbar-toggle .icon-bar {
    margin-bottom: 0;
  }
}
ul.dropdown-menu.on-left {
  left: auto !important;
  right: 100% !important;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 22.5.2017, 9:40:07
    Author     : Santeri
*/
/* TOP MENU */
body > #top-menu {
  padding-right: 0px;
  padding-left: 0px;
  z-index: 1010;
}
#top-menu a {
  transition: 0.2s all ease-out;
}
#top-menu > .container {
  width: 100%;
  max-width: 1600px;
}
#top-menu {
  background-image: unset;
  background-repeat: repeat;
  border-bottom: 0;
}
/* TOP MENU - END  */
@media (min-width: 900px) {
  #main-menu .dropdown-menu {
    background-color: #fff !important;
    height: auto;
  }
  .dropdown-submenu {
    position: relative;
  }
  .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0px;
    margin-left: -1px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
  .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
  .dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
  }
  .dropdown-submenu:hover > a:after {
    border-left-color: #fff;
  }
  .dropdown-submenu.pull-left {
    float: none;
  }
  .dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
  }
}
@media (max-width: 899px) {
  /* USER ACCOUNT - MOBIILI  */
  #top-menu #user-account > li {
    margin-left: 0;
  }
  #top-menu #user-account > li > a {
    color: #ffffff !important;
    padding-right: 0;
  }
  #user-account > li > a:active {
    color: #ffffff !important;
  }
  /* USER ACCOUNT - MOBIILI  - END */
  #article > .col-xs-12.element-image:first-child {
    padding-left: 0px;
    padding-right: 0px;
  }
  .container-fluid.yhteydet {
    padding: 60px 30px 90px 30px !important;
  }
  .top-nav > li .caret {
    border-top: none !important;
    border-bottom: none !important;
    border-right: none !important;
    border-left: 1px solid rgba(255, 255, 255, 0) !important;
    float: right;
    padding: 24px;
    margin-left: -48px;
    background-image: url(/assets/common/plus_dark.png);
    background-size: 12px;
    background-position: center center;
    background-repeat: no-repeat;
  }
  #main-menu .top-nav li > a > .caret {
    mask-image: url(/assets/common/plus_dark.png);
    background: currentColor;
    mask-position: center;
    mask-size: 30%;
    mask-repeat: no-repeat;
  }
  #main-menu .top-nav li.dropdown.open > a > .caret {
    mask-image: url(/assets/common/minus_dark.png);
  }
  #main-menu .dropdown.open .dropdown-submenu a.dropdown-toggle {
    background-color: rgba(0, 0, 0, 0.25);
  }
  #wrap .white.articlepage #article {
    padding: 15px 0px;
  }
  #visitor-menu {
    margin-right: 0px !important;
    padding: 0px;
  }
  .navbar-inverse .navbar-nav > .open > a,
  .navbar-inverse .navbar-nav > .open > a:hover,
  .navbar-inverse .navbar-nav > .open > a:focus {
    color: #ead8b7 !important;
  }
  .dropdown-backdrop {
    display: none;
  }
  #main-menu .open > .dropdown-menu {
    display: block;
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
    border-radius: 0px;
  }
  #main-menu .dropdown-menu > li > a {
    color: #000 !important;
    color: var(--brand-primary-contrast, #000) !important;
    background-color: var(--brand-primary, #fff);
    padding: 0px 13px 0px 20px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    text-transform: none !important;
    white-space: normal;
    height: auto;
    min-height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #main-menu .dropdown-menu > li.open > .dropdown-menu > li > a {
    background-color: var(--brand-primary-050);
    color: var(--brand-secondary-contrast);
  }
  #main-menu .dropdown-menu {
    padding: 0px;
  }
  #main-menu .navbar-collapse {
    max-height: 1000px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .body-background.cg-etusivu #main-menu .navbar-collapse {
    z-index: 1;
    position: relative;
  }
  .dropdown-menu {
    background-color: transparent !important;
  }
  .navbar-inverse .navbar-nav > li {
    font-size: 14px !important;
  }
  .navbar-nav .open .dropdown-menu {
    background-color: #fff !important;
  }
  #top-menu ul:last-child li:last-child a.dropdown-toggle {
    padding: 7.5px 10px;
  }
}
#main-menu .dropdown-menu {
  background-color: #fff !important;
}
.dropdown-menu > li > a {
  padding: 7.5px 10px !important;
  font-size: 14px;
  font-weight: 700 !important;
  font-family: "Lato", sans-serif;
}
@media (min-width: 900px) and (max-width: 1091px) {
  #main-menu .dropdown-menu > li > a {
    font-size: 13px !important;
  }
}
#main-menu li.dropdown {
  z-index: 999;
}
#main-menu ul.top-nav {
  float: none;
}
#main-menu li.dropdown-submenu:hover ul.dropdown-menu {
  display: block !important;
}
@media (min-width: 768px) {
  #main-menu .dropdown li:after {
    background: transparent;
    content: "";
    height: 1px;
    left: 15px;
    right: 15px;
    position: absolute;
    bottom: 0;
    display: list-item;
  }
}
.widget-tickets .team-logo {
  background-size: contain;
  margin-bottom: 0px;
  background-repeat: no-repeat;
}
.responsive-calendar .controls {
  text-align: center;
}
.responsive-calendar .controls a {
  cursor: pointer;
}
.responsive-calendar .controls h4 {
  font-size: 15px;
  display: inline;
}
.responsive-calendar .day-headers,
.responsive-calendar .days {
  font-size: 0;
  color: #8c8c8c;
  margin-top: 9px;
  text-align: center;
}
.responsive-calendar .days .day {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.responsive-calendar .days .mon {
  border-left: 1px solid #ccc;
}
.responsive-calendar .days .day:nth-child(-n+7) {
  border-top: 1px solid #ccc;
}
.responsive-calendar .day {
  display: inline-block;
  position: relative;
  font-size: 13px;
  width: 13.98571429%;
  text-align: center;
}
.responsive-calendar .day:hover {
  background-color: #eee;
  text-decoration: none;
}
.responsive-calendar .day a {
  color: #000;
  display: block;
  cursor: pointer;
  padding: 30% 0 30% 0;
}
.responsive-calendar .day.header {
  border-bottom: 0px gray solid;
}
.responsive-calendar .day.active a {
  background-color: #225637;
  color: #225637;
}
.responsive-calendar .day.active a:hover {
  background-color: #307b4e;
  color: #307b4e;
}
.responsive-calendar .day.active .not-current {
  background-color: #55bc7f;
  color: #fff;
}
.responsive-calendar .day.active .not-current:hover {
  background-color: #7aca9a;
}
.responsive-calendar .day.not-current a {
  color: #ddd;
}
.responsive-calendar .day .badge {
  position: absolute;
  text-align: center;
  bottom: 0px;
  z-index: 1;
  color: #000;
  width: 100%;
  left: 0px;
  line-height: 16px;
  border-radius: 0px;
}
.responsive-calendar .day .badge:empty {
  display: inline-block;
}
.responsive-calendar .awayGame .badge {
  background-color: #ead8b7 !important;
  color: #fff;
}
.responsive-calendar .homeGame .badge {
  background-color: #000000 !important;
  color: #fff;
}
.responsive-calendar .finishedGame.win .badge {
  background-color: #5cb85c !important;
}
.responsive-calendar .finishedGame.lose .badge {
  background-color: #c9302c !important;
}
.responsive-calendar .logo a {
  color: transparent;
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 13.5.2014, 10:12:08
    Author     : Santeri
*/
:root {
  /* KOTOCLUB COLOURS */
  --kc-clr-green-darker: #163322;
  --kc-clr-green-dark: #225637;
  --kc-clr-green: #8caf9a;
  --kc-clr-green-light: #526d5c;
  --kc-clr-sand-darker: #997a42;
  --kc-clr-sand-dark: #d3ad75;
  --kc-clr-sand: #ead8b7;
  --kc-clr-sand-light: #eee9d9;
}
:root {
  /* WN-VÄRIT */
  --wn-black: #000000;
  --wn-white: #ffffff;
  --wn-gray-10: #F7F6F6;
  --wn-gray-20: #E6E4E4;
  --wn-gray-30: #D9D7D7;
  --wn-gray-40: #BDB9B9;
  --wn-gray-50: #9D9999;
  --wn-gray-60: #7B7777;
  --wn-gray-70: #5F5C5C;
  --wn-gray-80: #494747;
  --wn-gray-90: #2E2D2D;
  --wn-gray-100: #171414;
  --wn-orange-100: #171414;
  --wn-orange-90: #4A2001;
  --wn-orange-80: #6A2F02;
  --wn-orange-70: #963F03;
  --wn-orange-60: #C15304;
  --wn-orange-50: #ED6505;
  --wn-orange-40: #FF8630;
  --wn-orange-30: #FFBA89;
  --wn-orange-20: #FFDCC3;
  --wn-orange-10: #FFF2E8;
  --wn-green-100: #0A200B;
  --wn-green-90: #033410;
  --wn-green-80: #064A1B;
  --wn-green-70: #11672B;
  --wn-green-60: #1D873D;
  --wn-green-50: #29A74D;
  --wn-green-40: #47C26A;
  --wn-green-30: #75DE91;
  --wn-green-20: #ADF1BE;
  --wn-green-10: #DEFBE6;
  --wn-yellow-100: #231B01;
  --wn-yellow-90: #372A01;
  --wn-yellow-80: #4F3D02;
  --wn-yellow-70: #6F5402;
  --wn-yellow-60: #957003;
  --wn-yellow-50: #B78B04;
  --wn-yellow-40: #D5A40A;
  --wn-yellow-30: #F2C420;
  --wn-yellow-20: #FDDD6E;
  --wn-yellow-10: #FCF4D6;
  --wn-red-100: #34090B;
  --wn-red-90: #59060A;
  --wn-red-80: #7C1117;
  --wn-red-70: #A81D23;
  --wn-red-60: #DC232D;
  --wn-red-50: #FA525B;
  --wn-red-40: #FF888E;
  --wn-red-30: #FFB8BD;
  --wn-red-20: #FFDCDE;
  --wn-red-10: #FFF1F1;
  --wn-blue-100: #011448;
  --wn-blue-90: #022173;
  --wn-blue-80: #0331A3;
  --wn-blue-70: #0447D1;
  --wn-blue-60: #1465FE;
  --wn-blue-50: #4A8CFF;
  --wn-blue-40: #7DACFF;
  --wn-blue-30: #ABCBFF;
  --wn-blue-20: #D5E5FF;
  --wn-blue-10: #EDF5FF;
  /* WN SHAPES */
  --wn-rounded-1: 2px;
  --wn-rounded-2: 4px;
  --wn-rounded-3: 8px;
  --wn-rounded-4: 12px;
  /* WN SPACING */
  --wn-space-1: 2px;
  --wn-space-2: 4px;
  --wn-space-3: 8px;
  --wn-space-4: 12px;
  --wn-space-5: 16px;
  --wn-space-6: 24px;
  --wn-space-7: 32px;
  --wn-space-8: 40px;
  --wn-space-9: 48px;
  --wn-space-10: 64px;
  --wn-space-11: 80px;
  --wn-space-12: 96px;
  --wn-space-13: 160px;
  /* PÄÄVÄRIT */
  --brand-primary: #225637;
  --brand-primary-contrast: #ffffff;
  --brand-secondary: #ead8b7;
  --brand-secondary-contrast: #2d2d2d;
  --brand-accent: #0fb3ff;
  --brand-accent-contrast: #ffffff;
  --brand-primary-005: hsl(from var(--brand-primary) h s 97.5%);
  --brand-primary-010: hsl(from var(--brand-primary) h s 95%);
  --brand-primary-020: hsl(from var(--brand-primary) h s 90%);
  --brand-primary-030: hsl(from var(--brand-primary) h s 85%);
  --brand-primary-040: hsl(from var(--brand-primary) h s 80%);
  --brand-primary-050: hsl(from var(--brand-primary) h s 75%);
  --brand-primary-060: hsl(from var(--brand-primary) h s 70%);
  --brand-primary-070: hsl(from var(--brand-primary) h s 65%);
  --brand-primary-080: hsl(from var(--brand-primary) h s 60%);
  --brand-primary-090: hsl(from var(--brand-primary) h s 55%);
  --brand-primary-100: hsl(from var(--brand-primary) h s 50%);
  --brand-primary-110: hsl(from var(--brand-primary) h s 45%);
  --brand-primary-120: hsl(from var(--brand-primary) h s 40%);
  --brand-primary-130: hsl(from var(--brand-primary) h s 35%);
  --brand-primary-140: hsl(from var(--brand-primary) h s 30%);
  --brand-primary-150: hsl(from var(--brand-primary) h s 25%);
  --brand-primary-160: hsl(from var(--brand-primary) h s 20%);
  --brand-primary-170: hsl(from var(--brand-primary) h s 15%);
  --brand-primary-180: hsl(from var(--brand-primary) h s 10%);
  --brand-primary-190: hsl(from var(--brand-primary) h s 5%);
  --brand-primary-195: hsl(from var(--brand-primary) h s 2.5%);
  --brand-secondary-005: hsl(from var(--brand-secondary) h s 97.5%);
  --brand-secondary-010: hsl(from var(--brand-secondary) h s 95%);
  --brand-secondary-020: hsl(from var(--brand-secondary) h s 90%);
  --brand-secondary-030: hsl(from var(--brand-secondary) h s 85%);
  --brand-secondary-040: hsl(from var(--brand-secondary) h s 80%);
  --brand-secondary-050: hsl(from var(--brand-secondary) h s 75%);
  --brand-secondary-060: hsl(from var(--brand-secondary) h s 70%);
  --brand-secondary-070: hsl(from var(--brand-secondary) h s 65%);
  --brand-secondary-080: hsl(from var(--brand-secondary) h s 60%);
  --brand-secondary-090: hsl(from var(--brand-secondary) h s 55%);
  --brand-secondary-100: hsl(from var(--brand-secondary) h s 50%);
  --brand-secondary-110: hsl(from var(--brand-secondary) h s 45%);
  --brand-secondary-120: hsl(from var(--brand-secondary) h s 40%);
  --brand-secondary-130: hsl(from var(--brand-secondary) h s 35%);
  --brand-secondary-140: hsl(from var(--brand-secondary) h s 30%);
  --brand-secondary-150: hsl(from var(--brand-secondary) h s 25%);
  --brand-secondary-160: hsl(from var(--brand-secondary) h s 20%);
  --brand-secondary-170: hsl(from var(--brand-secondary) h s 15%);
  --brand-secondary-180: hsl(from var(--brand-secondary) h s 10%);
  --brand-secondary-190: hsl(from var(--brand-secondary) h s 5%);
  --brand-secondary-195: hsl(from var(--brand-secondary) h s 2.5%);
  --layer-bg: var(--wn-gray-10);
  --body-bg: #fff;
  /* TEXT COLORS */
  --text-color: #212121;
  --wn-txt-clr-primary: var(--wn-gray-90);
  --wn-txt-clr-secondary: var(--wn-gray-80);
  --wn-txt-clr-tertiary: var(--wn-gray-60);
  --font-Arvo: "Arvo", serif;
  --font-Funnel-Sans: "Funnel Sans", sans-serif;
  --font-Lato: "Lato", sans-serif;
  --paragraph-font-family: var(--font-Lato);
  --heading-font-family: var(--font-Arvo);
  --font-size-leipateksti: 16px;
  --font-weight-leipateksti: 400;
  --font-weight-otsikko: 700;
  --heading-h1-font-size: clamp(40px, 3.2vw + .5rem, 64px);
  --heading-h2-font-size: clamp(36px, 2.6vw + .5rem, 50px);
  --heading-h3-font-size: clamp(32px, 2.3vw + .5rem, 36px);
  --heading-h4-font-size: clamp(28px, 2.0vw + .5rem, 28px);
  --heading-h5-font-size: clamp(18px, 1.8vw + .5rem, 20px);
  --text-shadow-base: 0px 2px 5px rgba(0, 0, 0, 0.8);
  --button-color: var(--brand-secondary-contrast);
  --button-bg-color: var(--brand-secondary);
  --button-border-color: var(--brand-secondary);
  --button-hover-color: var(--text-color);
  --button-hover-bg-color: var(--body-bg);
  --button-hover-border-color: var(--brand-secondary);
  --button-padding: .65em .85em;
  --button-border-style: solid;
  --button-border-width: 2px;
  --button-border-radius: 4px !important;
  --button-margin: 0 0 16px 0 !important;
  --button-font-family: var(--heading-font-family);
  --button-font-weight: 400;
  --button-font-size: 1.8rem !important;
  --button-line-height: 1 !important;
  --button-letter-spacing: .05em;
  --button-text-transform: normal;
  --button-transition: 0.3s all ease-out;
  --button-hover-transition: 0.15s all ease-out;
  /* QUICK MESSAGE */
  --quick-message-font-size: clamp(12px, 2vw, 15px) !important;
  --slider-color: #fff;
  --slider-title-font-family: var(--heading-font-family);
  --slider-title-font-size: clamp(38px, 3vw, 64px);
  --slider-title-line-height: 1.1;
  --slider-title-font-weigth: 700;
  --slider-title-letter-spacing: 0.1em;
  --slider-title-text-shadow: unset;
  --slider-text-font-family: var(--paragraph-font-family);
  --slider-text-font-size: clamp(16px, 2vw, 20px);
  --slider-text-line-height: 1.4;
  --slider-text-font-weigth: 600;
  --slider-text-shadow: unset;
  /* TAITTOTYYLI 1 */
  --tt1-bg-color: var(--brand-primary-010);
  --tt1-title-color: var(--wn-txt-clr-primary);
  --tt1-ingress-color: var(--wn-txt-clr-secondary);
  --tt1-title-font-size: clamp(28px, 3vw, 45px);
  --tt1-title-font-weight: var(--font-weight-otsikko);
  --tt1-title-line-height: 1.4;
  --tt1-title-letter-spacing: unset;
  --tt1-title-text-shadow: unset;
  /* var(--text-shadow-base); */
  --tt1-ingress-font-size: clamp(16px, 2vw, 20px);
  --tt1-ingress-font-weight: 400;
  --tt1-ingress-line-height: 1.4;
  --tt1-ingress-letter-spacing: 0.01em;
  --tt1-ingress-text-shadow: unset;
  /* var(--text-shadow-base); */
  /* TAITTOTYYLI 2 */
  --tt2-bg-color: var(--brand-primary-005);
  --tt2-title-color: var(--text-color);
  --tt2-title-area-min-height: 150px;
  --tt2-date-bg: var(--wn-gray-10, #fff);
  --tt2-date-color: var(--wn-txt-clr-secondary, #000);
  --tt2-date-padding: var(--wn-space-5);
  --tt2-overlapping-height: var(--wn-space-7);
  --tt2-title-font-size: clamp(28px, 3vw, 45px);
  --tt2-title-font-weight: var(--font-weight-otsikko);
  --tt2-title-line-height: 1.4;
  --tt2-title-letter-spacing: unset;
  --tt2-title-text-shadow: unset;
  /* var(--text-shadow-base); */
  /* TAITTOTYYLI 3 */
  --tt3-bg-color: var(--wn-gray-90);
  --tt3-color: var(--text-color);
  --tt3-min-height: 450px;
  --tt3-text-area-max-width: 800px;
  --tt3-title-font-size: var(--heading-h1-font-size);
  --tt3-title-font-weight: var(--font-weight-otsikko);
  --tt3-title-line-height: 1.4;
  --tt3-title-letter-spacing: unset;
  --tt3-title-text-shadow: unset;
  --tt3-title-color: var(--tt3-color);
  --tt3-ingress-font-size: clamp(16px, 2vw, 20px);
  --tt3-ingress-font-weight: 600;
  --tt3-ingress-line-height: 1.4;
  --tt3-ingress-letter-spacing: 0.01em;
  --tt3-ingress-text-shadow: none;
  --tt3-ingress-color: var(--tt3-color);
  --tt3-overlay-bg: rgba(0, 0, 0, 0);
  --tt3-overlay-opacity: 0;
  /* TAITTOTYYLI 4 */
  --tt4-bg-color: var(--brand-primary-005);
  --tt4-color: var(--wn-gray-90);
  --tt4-title-font-size: clamp(28px, 3vw, 45px);
  --tt4-title-font-weight: var(--font-weight-otsikko);
  --tt4-title-line-height: 1.4;
  --tt4-title-letter-spacing: unset;
  --tt4-title-text-shadow: unset;
  /* var(--text-shadow-base); */
  --tt4-title-color: var(--tt4-color);
  /* LAYOUT */
  --grid-gutter-width: 32px;
  --boxed-max-width: 1252px;
  --bg-padding-space: 40px;
  /* --- CMS ELEMENTS --- */
  /* ARTICLE ELEMENTS */
  --ae-title-font-size-default: 2.5vw;
  --ae-title-font-size-min: 1.8rem;
  --ae-title-font-size-max: 3.2rem;
  --ae-title-col-multiplier: 1;
  /* IMAGES */
  --img-border-radius: var(--wn-rounded-2);
  /* SEPARATOR ELEMENT */
  --hr-color: var(--brand-primary);
  --hr-margin-top: 32px;
  --hr-margin-bottom: 32px;
  --hr-border-style: solid;
  --hr-border-width: 4px;
  /* --- INPUTS --- */
  --input-bg: #fff;
  --input-color: #666666;
  --input-border-color: #ccc;
}
:root ::selection {
  background: var(--brand-primary-040, #333);
  color: var(--brand-primary-180, #fff);
}
html,
body {
  scroll-behavior: smooth;
}
/* MODAL */
.modal {
  font-size: 16px;
}
.modal-dialog {
  max-width: 600px !important;
}
/* MODAL - END */
/* OMAT TIEDOT SIVUN FIX */
#article #content-background .row {
  margin-left: 0;
  margin-right: 0;
}
#wrap > .row {
  margin-left: 0;
  margin-right: 0;
}
/* OMAT TIEDOT SIVUN FIX - END */
/* BASIC EDITOR - CMS EDITOR */
#basic-editor {
  font-family: var(--paragraph-font-family);
  font-size: 1.6rem;
  max-width: 360px;
  padding: var(--wn-space-5);
  border: 0 !important;
  border-radius: var(--wn-rounded-2);
  background: var(--layer-bg);
  color: var(--wn-txt-clr-secondary);
}
body.dark #basic-editor .panel {
  background: var(--wn-gray-100);
}
#basic-editor :is(h1, h2, h3, h4, h5, h6) {
  font-family: var(--paragraph-font-family);
}
h3:is(.editor, .editor-first) {
  font-size: 2rem;
  color: var(--wn-txt-clr-secondary);
}
.panel-heading.accordion-toggle {
  cursor: pointer;
  background-color: var(--body-bg);
  background-image: unset;
  color: var(--wn-txt-clr-primary);
}
#basic-editor .panel-default > .panel-heading {
  color: var(--wn-txt-clr-primary);
  background-color: var(--body-bg);
  border-color: #bfbfbf;
  background-image: unset;
}
#basic-editor .panel-title {
  font-size: 1.6rem;
  color: var(--wn-txt-clr-primary);
  font-family: var(--paragraph-font-family);
  font-weight: 700;
}
.editor-menu h4.text-primary {
  margin-top: 0px;
  font-family: var(--paragraph-font-family);
  font-size: 2rem !important;
  color: var(--wn-txt-clr-primary);
  font-weight: 700;
}
#basic-editor label {
  color: var(--wn-txt-clr-secondary);
}
.panel-heading.accordion-toggle h4.panel-title {
  font-family: var(--paragraph-font-family);
  color: var(--wn-txt-clr-secondary);
}
#basic-editor .btn.ui-draggable {
  font-size: 1.4rem;
  font-weight: 400;
  padding: var(--wn-space-3);
}
#basic-editor hr.editor {
  margin: var(--wn-space-2) 0px var(--wn-space-2) 0px !important;
}
#basic-editor hr.divider {
  margin-top: var(--wn-space-2) !important;
  margin-bottom: var(--wn-space-4);
}
#basic-editor :is(h3) small {
  color: var(--wn-txt-clr-secondary);
}
#basic-editor .btn-group {
  display: flex;
  flex-flow: row wrap;
  gap: var(--wn-space-1);
}
#basic-editor .btn-group label.btn-default {
  --button-bg-color: #212121;
  --button-color: #fff;
  --button-border-color: #212121;
  --button-hover-bg-color: var(--wn-gray-70);
  --button-hover-color: var(--wn-gray-10);
  --button-hover-border-color: var(--wn-gray-70);
  background: var(--button-bg-color);
  color: var(--button-color);
  border-color: var(--button-border-color);
  font-size: 1.4rem;
  font-weight: 400;
}
#basic-editor #image-align-select.btn-group label {
  background: var(--button-bg-color);
  color: var(--button-color);
}
#basic-editor #image-align-select.btn-group .btn.btn-default.active {
  --button-bg-color: var(--wn-gray-100);
  --button-color: var(--wn-gray-30);
  --button-border-color: var(--wn-gray-100);
  --button-hover-bg-color: var(--wn-gray-100);
  --button-hover-color: var(--wn-gray-30);
  --button-hover-border-color: var(--wn-gray-100);
}
/* BASIC EDITOR - CMS EDITOR - END */
/* EDITOR CONTENT */
#editor-content {
  --_element-highlight-color: var(--wn-blue-50);
  --_row-highlight-color: var(--wn-red-50);
  --_tabs-highlight-color: var(--wn-green-50);
}
#editor-content .element-edit {
  background-color: transparent;
}
#editor-content .element-edit:is(.element-two-column, .element-three-column, .element-four-column):hover {
  outline: 1px solid var(--_row-highlight-color);
}
#editor-content .element-edit.element-tabs:hover {
  outline: 1px solid var(--_tabs-highlight-color);
}
#editor-content .element-edit:hover {
  outline: 1px solid var(--_element-highlight-color);
}
#editor-content .element-edit-controls > a > span {
  color: inherit;
}
#editor-content .element-edit > .element-edit-controls > a {
  background-color: var(--_element-highlight-color);
  color: var(--wn-gray-10);
}
#editor-content .element-tabs > .element-edit-controls > a {
  background-color: var(--_tabs-highlight-color);
  color: var(--wn-gray-10);
}
#editor-content :is(.element-two-column, .element-three-column, .element-four-column) > .element-edit-controls > a {
  background-color: var(--_row-highlight-color);
  color: var(--wn-gray-10);
}
#editor-content #carousel-shop .carousel-caption {
  background: var(--layer-bg);
  position: static;
  text-shadow: unset;
  color: var(--text-color-secondary);
}
#article #editor-content .article.over > .element-edit-controls {
  padding: 0;
  width: 100%;
}
.ui-state-highlight {
  max-height: 50px !important;
}
/* EDITOR CONTENT - END */
/* HEADER */
.container-fluid.main-menu > .container {
  width: 100%;
  max-width: 1600px;
}
.row.small-devices {
  margin-left: 0;
  margin-right: 0;
}
.row.small-devices > div {
  padding-left: 0;
  padding-right: 0;
}
/* HEADER - END */
/* KUVAELEMENTTI - ELEMENT-CDN-IMAGE */
.element-cdn-image {
  margin-bottom: 24px;
}
.element-cdn-image .col-xs-12.element-fixed-legend {
  background: transparent !important;
}
.element-cdn-image img {
  border-radius: var(--img-border-radius);
}
/* KUVAELEMENTTI - ELEMENT-CDN-IMAGE - END */
/* PANEL */
.panel h4 {
  font-size: 20px;
}
/* PANEL - END */
/* OMAT LUOKAT */
.vaylavalikko {
  width: 100%;
  padding: 4px 15px;
  position: sticky;
  top: 0;
  background-color: var(--brand-primary);
  margin-bottom: 15px;
  z-index: 1;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 10px;
}
.vaylalinkit {
  display: flex;
  flex-flow: row wrap;
}
.vaylalinkit a {
  width: clamp(34px, 3vw, 40px);
  font-size: clamp(12px, 1vw, 16px) !important;
  font-family: var(--font-otsikko);
  background: var(--button-bg-color);
  height: clamp(34px, 3vw, 40px);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--button-color) !important;
  border-width: var(--button-border-width);
  border-color: var(--button-border-color);
  transition: var(--button-transition);
}
.vaylalinkit a:hover,
.vaylalinkit a:focus {
  background: var(--button-hover-bg-color);
  color: var(--button-hover-color) !important;
  border-color: var(--button-hover-border-color);
}
.vaylavalikko h4.text-primary {
  margin: 0 !important;
}
#article .es-info {
  padding-bottom: 0px;
}
#article .es-info + .es-info {
  padding-bottom: 60px;
}
#article .section-es-info {
  margin-bottom: 50px;
  color: #fff;
  margin-left: auto !important;
  margin-right: auto !important;
  width: calc(100% - 30px);
  max-width: 1170px;
}
#article .section-es-info :is(h1,h2,h3,h4,h5) {
  color: inherit;
}
#article .section-es-info h4 {
  font-size: 18px;
}
#article .section-es-info a {
  color: inherit;
  text-decoration: underline;
}
.section-es-info,
.section-es-info > .boxed {
  display: flex;
  flex-flow: row nowrap;
}
.section-es-info > .col-xs-12,
.section-es-info > .boxed > .col-xs-12 {
  flex-grow: 1;
}
.section-es-info > .col-xs-12:nth-child(-n + 3),
.section-es-info > .boxed > .col-xs-12:nth-child(-n + 3) {
  background: var(--blue-500);
  padding: 30px 15px;
  margin-right: 1px;
}
.section-es-info > .col-xs-12:nth-child(1),
.section-es-info > .boxed > .col-xs-12:nth-child(1) {
  border-radius: 8px 0 0 8px;
}
.section-es-info > .col-xs-12:nth-child(3),
.section-es-info > .boxed > .col-xs-12:nth-child(3) {
  border-radius: 0 8px 8px 0;
  margin-right: 15px;
}
.section-es-info > .col-xs-12:nth-child(4),
.section-es-info > .boxed > .col-xs-12:nth-child(4) {
  background: var(--blue-200);
  border-radius: 8px;
}
#article .section-news {
  display: flex;
  flex-flow: column nowrap;
  width: 50%;
  max-width: 590px;
  margin-bottom: 32px;
}
#article :is(.section-news, .section-events) > .col-xs-12 {
  width: 100%;
}
#article .section-events {
  width: 50%;
  max-width: 590px;
  margin-bottom: 32px;
}
#article :is(.section-news, .section-events)::before {
  font-size: 32px;
  font-family: var(--font-otsikko);
  font-weight: var(--font-weight-otsikko);
  color: var(--brand-primary);
  text-align: center;
  margin-bottom: 16px;
  width: 100%;
}
#article .section-news::before {
  content: "Uutiset";
}
#article .section-events::before {
  content: "Tapahtumat";
}
.es-ajankohtaista-painikkeet .boxed {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
}
.es-ajankohtaista-painikkeet .boxed > .col-xs-12 {
  width: auto;
}
.container-fluid.white #article .row.section-es-nostot > .col-xs-12,
.container-fluid.white #article .row.section-es-nostot .boxed > .col-xs-12 {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-bottom: 0 !important;
}
#article .section-es-nostot .article.over .article-image {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: calc(100% - 15px);
  border-radius: 0;
}
#article .row.section-es-nostot .article.over {
  min-height: 300px;
}
#article .row.section-es-nostot .over:first-child .article-image {
  border-radius: 8px 0 0 0;
  margin-left: 15px !important;
}
#article .row.section-es-nostot .over:last-child .article-image {
  border-radius: 0 8px 0 0;
  margin-right: 15px !important;
}
#article .row.section-es-nostot + .row.section-es-nostot .over:first-child .article-image {
  border-radius: 0 0 0 8px;
}
#article .row.section-es-nostot + .row.section-es-nostot .over:last-child .article-image {
  border-radius: 0 0 8px 0;
}
#article .bg-dark {
  background-color: var(--wn-black);
  color: var(--wn-white);
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
#article .bg-dark :is(p, h1, h2, h3, h4, h5) {
  color: inherit !important;
}
.bg-vihrea {
  background: var(--wn-green-80);
  padding-top: var(--bg-padding-space);
  padding-bottom: var(--bg-padding-space);
}
.bg-vihrea + .bg-vihrea {
  padding-top: 0px;
}
#article .bg-vihrea p a {
  color: var(--white, #fff);
}
#article.content .bg-vihrea + .col-xs-12 {
  margin-top: var(--bg-padding-space);
}
#article .bg-vihrea + :not(.bg-vihrea) {
  margin-top: 60px;
}
.bg-brand-primary-light {
  --text-color: var(--wn-gray-90);
  --heading-color: var(--brand-secondary-contrast);
  --button-bg-color: var(--brand-primary-030);
  --bg-padding-space: 30px;
  color: var(--text-color);
  background: var(--brand-primary-005);
  padding-top: var(--bg-padding-space);
  padding-bottom: var(--bg-padding-space);
}
.bg-brand-primary-light + .bg-brand-primary-light {
  padding-top: 0px;
}
#article .bg-brand-primary-light p a {
  color: var(--text-color, #000);
}
#article.content .bg-brand-primary-light + .col-xs-12 {
  margin-top: var(--bg-padding-space);
}
#article .bg-brand-primary-light + :not(.bg-brand-primary-light) {
  margin-top: 60px;
}
.bg-brand-dark {
  --text-color: var(--wn-white);
  color: var(--text-color);
  background: var(--brand-primary-150);
  padding-top: var(--bg-padding-space);
  padding-bottom: var(--bg-padding-space);
}
.bg-brand-dark + .bg-brand-dark {
  padding-top: 0px;
}
#article .bg-brand-dark p a {
  color: var(--text-color, #000);
}
#article.content .bg-brand-dark + .col-xs-12 {
  margin-top: var(--bg-padding-space);
}
#article .bg-brand-dark + :not(.bg-brand-dark) {
  margin-top: 60px;
}
.bg-brand-secondary {
  --text-color: var(--brand-secondary-contrast);
  --heading-color: var(--brand-secondary-contrast);
  color: var(--text-color);
  background: var(--brand-secondary);
  padding-top: var(--bg-padding-space);
  padding-bottom: var(--bg-padding-space);
}
#article.content .bg-brand-secondary :is(h1, h2, h3, h4, h5) {
  color: var(--heading-color);
}
.bg-brand-secondary + .bg-brand-secondary {
  padding-top: 0px;
}
#article .bg-brand-secondary p {
  color: var(--text-color, #000);
}
#article .bg-brand-secondary p a {
  color: var(--text-color, #000);
}
#article.content .bg-brand-secondary + .col-xs-12 {
  margin-top: var(--bg-padding-space);
}
#article .bg-brand-secondary + :not(.bg-brand-secondary),
#article :not(.bg-brand-secondary) + .bg-brand-secondary {
  margin-top: var(--bg-padding-space);
}
#article > :not([class*="bg-"]) + [class*="bg-"] {
  margin-top: calc(var(--grid-gutter-width) * 2);
}
#article > [class*="bg-"] + [class*="bg-"] {
  margin-top: 0 !important;
}
#article > [class*="bg-"] + :not([class*="bg-"]) {
  margin-top: calc(var(--grid-gutter-width) * 2);
}
#article > .page-buttons + [class*="bg-"] {
  margin-top: 0;
}
/* kuvatausta */
#wrap .container-fluid.white #article .kuvatausta .element-cdn-image {
  width: 100%;
  padding: 0px !important;
  margin: 0;
  max-height: 100svh;
  overflow: hidden;
}
#wrap .container-fluid.white #article .kuvatausta {
  font-size: 1.6rem;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 45px auto;
  position: relative;
  max-width: 2000px;
  isolation: isolate;
  overflow: hidden;
  padding: var(--bg-padding-space, 40px) 0;
}
#wrap .container-fluid.white #article .row[class*="bg-"] + .kuvatausta {
  margin-top: 0;
}
.kuvatausta .element-text {
  background-color: var(--body-bg);
  padding: var(--grid-gutter-width);
}
.container-fluid.white #article .kuvatausta .col-xs-12:has(.element-cdn-image) {
  position: absolute;
  background: var(--brand-primary);
  color: var(--brand-primary-contrast);
  width: 100%;
  max-width: 100%;
  padding: 0 !important;
  left: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  height: 100%;
}
.container-fluid.white #article .kuvatausta .element-cdn-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
  object-position: center;
}
#article .kuvatausta strong {
  color: inherit;
}
.row.section-tutustu {
  padding-top: var(--bg-padding-space);
  padding-bottom: var(--bg-padding-space);
  margin-top: var(--bg-padding-space);
  margin-bottom: var(--bg-padding-space);
}
.section-tutustu .boxed {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.section-tutustu .col-xs-12.element-fixed-legend {
  background: unset !important;
}
.section-tutustu .col-xs-12.element-fixed-legend h2 a {
  color: var(--black) !important;
}
#article .es-uutiset-otsikko-section {
  margin-bottom: 15px;
}
#article .es-uutiset-otsikko-section .boxed {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 15px 0;
}
#article .es-uutiset-otsikko-section h2 {
  margin: 0;
}
#article .valiviivat {
  min-height: 120px;
  background: var(--blue-100);
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 50px;
}
#article .valiviivat,
#article .valiviivat .boxed {
  display: flex;
  flex-flow: row nowrap;
}
#article .valiviivat > * + *,
#article .valiviivat .boxed > * + * {
  border-left: 1px solid var(--brand-primary);
}
.section-varaus {
  margin: 0 0 40px;
}
.section-varaus .boxed {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  align-content: stretch;
}
.section-varaus .col-xs-12.element-image.col-sm-4 {
  position: relative;
}
.section-varaus .col-xs-12.element-image.col-sm-4 img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-varaus .col-xs-12.element-image.col-sm-4 {
  min-height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#article .section-varaus :is(.col-xs-12, .row) + .col-xs-12 {
  margin-top: 10px;
  margin-top: 0px;
}
#article .section-varaus :matches(.col-xs-12, .row) + .col-xs-12 {
  margin-top: 10px;
  margin-top: 0px;
}
.section-varaus .boxed > :last-child {
  background: var(--tumman-vihrea);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.section-varaus .element-legend {
  background: unset;
}
#article .section-varaus .element-legend .col-xs-12.element-fixed-legend {
  background: unset !important;
  min-height: auto !important;
}
.section-varaus a.msoAltFont {
  text-transform: uppercase;
  font-family: var(--button-font-family), sans-serif;
  letter-spacing: 0.5px;
  font-size: 22px !important;
  line-height: 1.2 !important;
}
.section-varaus .boxed > :last-child h4.text-primary {
  color: #fff !important;
}
.section-es-kentta,
.section-es-kentta > .boxed {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
#article .tiivista,
#article .tiivista .boxed {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
#article .tiivista > .col-xs-12,
#article .tiivista .boxed > .col-xs-12 {
  width: auto;
}
#article .tiivista > .col-xs-12:nth-child(2) a.link-button,
#article .tiivista .boxed > .col-xs-12:nth-child(2) a.link-button {
  --button-bg-color: var(--body-bg);
  --button-color: var(--brand-primary);
  --button-border-color: var(--brand-primary);
  --button-hover-bg-color: var(--brand-primary);
  --button-hover-border-color: var(--brand-primary);
  --button-hover-color: var(--brand-primary-contrast);
}
.bg-brand-primary {
  --bg-color: var(--brand-primary);
  --text-color: var(--brand-primary-contrast);
  --link-color: var(--brand-primary-contrast);
  --button-bg-color: var(--brand-primary-contrast);
  --button-color: var(--brand-primary);
  --button-hover-bg-color: var(--brand-primary);
  --button-border-color: var(--brand-primary-contrast);
  --button-hover-color: var(--brand-primary-contrast);
  --hr-color: var(--brand-primary-contrast);
  --button-hover-border-color: var(--brand-primary-contrast);
}
#wrap #article.content .bg-brand-primary {
  background-color: var(--bg-color);
  color: var(--text-color);
  margin-bottom: 30px;
  padding-top: 45px;
  padding-bottom: 45px;
}
#article.content .bg-brand-primary :is(p, h1, h2, h3, h4, h5) {
  color: var(--text-color);
}
#article .bg-brand-primary a:not(.btn) {
  color: var(--link-color);
  text-decoration: underline;
}
.bg-brand-primary-contrast {
  --bg-color: var(--brand-primary-contrast);
  --text-color: var(--body-bg);
  --link-color: var(--brand-primary);
  --button-bg-color: var(--brand-primary-contrast);
  --button-color: var(--brand-primary-contrast);
  --button-hover-bg-color: var(--brand-primary-contrast);
  --button-border-color: var(--brand-primary);
  --button-hover-color: var(--brand-primary);
  --hr-color: var(--brand-primary);
  --button-hover-border-color: var(--brand-primary);
}
#wrap #article.content .bg-brand-primary-contrast {
  background-color: var(--bg-color);
  color: var(--text-color);
  margin-bottom: 0;
  padding-top: 45px;
  padding-bottom: 45px;
}
#article.content .bg-brand-primary-contrast :is(p, h1, h2, h3, h4, h5) {
  color: var(--text-color);
}
#article .bg-brand-primary-contrast a:not(.btn) {
  color: var(--link-color);
  text-decoration: underline;
}
.bg-brand-primary-contrast + .bg-brand-primary-contrast {
  margin-top: 0;
}
:not(.bg-brand-primary-contrast) + .bg-brand-primary-contrast {
  margin-top: 45px;
}
#article.content .bg-brand-primary-contrast + :not([class*="bg-"]) {
  margin-top: 45px;
}
.col-divider {
  --_divider-bg-color: var(--text-color);
  --_divider-width: var(--hr-border-width);
}
.row.col-divider,
.row.col-divider .boxed {
  display: flex;
  flex-flow: row wrap;
}
:is(.row.col-divider, .row.col-divider .boxed) > .col-xs-12 {
  position: relative;
}
:is(.row.col-divider, .row.col-divider .boxed) > .col-xs-12:nth-child(n+2)::after {
  content: "";
  width: var(--_divider-width);
  background-color: var(--_divider-bg-color);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-50%);
}
/* OMAT LUOKAT - END */
#article .dropdown button.btn {
  --button-bg-color: var(--body-bg);
  --button-color: var(--brand-primary);
  --button-border-color: var(--brand-primary);
  --button-hover-bg-color: var(--brand-primary);
  --button-hover-border-color: var(--brand-primary);
  --button-hover-color: var(--brand-primary-contrast);
  background: var(--button-bg-color);
  border-radius: var(--button-border-radius);
  color: var(--button-color);
  border: var(--button-border-width) var(--button-border-color) var(--button-border-style);
  font-family: var(--button-font-family), sans-serif;
  max-width: unset;
  padding: var(--button-padding);
  transition: var(--button-transition);
  font-size: var(--button-font-size);
}
#article .dropdown button.btn:hover,
#article .dropdown button.btn:focus {
  background: var(--button-hover-bg-color);
  color: var(--button-hover-color);
  border-color: var(--button-hover-border-color);
  transition: var(--button-hover-transition);
}
.row[class*="bg-"] > .col-xs-12:only-child,
.row[class*="bg-"] > .boxed > .col-xs-12:only-child {
  width: 100%;
}
/* TAULUKKO */
#article.content .table-responsive table[border="1"][cellpadding="1"][cellspacing="1"] {
  width: 100%;
}
#article.content .table-responsive table[border="1"][cellpadding="1"][cellspacing="1"] {
  border-color: transparent;
}
#article.content .table-responsive table[border="1"][cellpadding="1"][cellspacing="1"] td {
  border-color: var(--brand-primary);
  border-width: 1px;
  background-color: var(--body-bg) !important;
  padding: var(--button-padding);
}
#article.content .table-responsive table[border="1"][cellpadding="1"][cellspacing="1"] tr:hover td {
  background-color: var(--body-bg) !important;
}
#article #editor-content .element-edit-text table {
  min-width: 120px;
  border-color: #000;
}
#article #editor-content .element-edit-text table td {
  min-width: 20px;
  border-color: #000;
  border-width: 1px;
  background-color: var(--brand-primary-010) !important;
  padding: var(--button-padding);
}
/* TAULUKKO - END */
/* ETUSIVU */
body.cg-etusivu {
  --body-bg: var(--kc-clr-sand-light, #fff);
  --button-bg-color: var(--brand-primary);
  --button-border-color: var(--brand-primary);
  --button-color: var(--brand-primary-contrast);
  --button-hover-bg-color: var(--brand-primary-contrast);
  --button-hover-border-color: var(--brand-primary);
  --button-hover-color: var(--brand-primary);
}
body.cg-etusivu #article {
  margin-top: 0;
  padding-top: 0;
}
.container-fluid.white > .container {
  max-width: 2000px;
  width: 100%;
}
.body-background.cg-etusivu .navbar-toggle {
  z-index: 1;
}
.cg-etusivu .container-fluid.white {
  padding-left: 0;
  padding-right: 0;
}
.cg-etusivu .container-fluid.white > .container {
  /* max-width: calc(100% - 30px); */
  /* width: calc(100% - 30px); */
}
.cg-etusivu #article > .col-xs-12 {
  max-width: var(--boxed-max-width);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.cg-etusivu #article {
  display: flex;
  flex-flow: column nowrap;
  padding-top: 0;
  margin-top: 0;
}
.cg-etusivu #article .row.page-buttons {
  margin-top: 15px;
}
.cg-etusivu #article > :first-child,
.cg-etusivu #article > .page-button + * {
  margin-top: 0;
}
/* ETUSIVU - END */
/* KESKITÄ LINKKIPAINIKE KUVATEKSTISSÄ */
.legend [style="text-align:center"] ~ table {
  margin-left: auto;
  margin-right: auto;
}
/* KESKITÄ LINKKIPAINIKE KUVATEKSTISSÄ - END */
/* BOXED */
.boxed {
  width: 100%;
  max-width: var(--boxed-max-width);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row wrap;
}
/* BOXED - END */
/* ELEMENT-TEXT */
#article .element-text > h2:first-child:last-child {
  margin-top: var(--wn-space-5);
  margin-bottom: var(--wn-space-5);
}
.element-text ul {
  padding-left: 1.5em;
}
/* ELEMENT-TEXT - END */
/* ARTIKKELINOSTO */
:is(.col-sm-1, .col-sm-2, .col-sm-3) .article {
  --ae-title-col-multiplier: .4;
}
:is(.col-sm-4) .article {
  --ae-title-col-multiplier: .45;
}
:is(.col-sm-5, .col-sm-6) .article {
  --ae-title-col-multiplier: .55;
}
:is(.col-sm-7, .col-sm-8) .article {
  --ae-title-col-multiplier: .70;
}
:is(.col-sm-9, .col-sm-10) .article {
  --ae-title-col-multiplier: .80;
}
:is(.col-sm-11, .col-sm-12) .article {
  --ae-title-col-multiplier: 1;
}
#article.content :is(.article, .article-aligned) h2,
#article :is(.article, .article-aligned) h2 a {
  font-size: clamp(var(--ae-title-font-size-min), calc(var(--ae-title-font-size-default) * var(--ae-title-col-multiplier)), var(--ae-title-font-size-max));
  line-height: 1.2;
  display: block;
  transition: 0.05s all ease-out;
}
:is(.article, .article-aligned) .article-image {
  /* border-radius: 8px; */
  /* overflow: hidden; */
}
#article .article {
  margin-bottom: 30px;
}
#article .article:not(.over) {
  /* padding-bottom: 30px; */
}
#article .article.full-width-article::before {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: var(--brand-primary-005);
  z-index: -1;
}
.full-width-article > :not(.article-image) {
  /* padding-left: ~"calc(var(--grid-gutter-width) / 2)"; */
  /* padding-right: ~"calc(var(--grid-gutter-width) / 2)"; */
}
#article .article:not(.over) .article-image {
  margin-bottom: 10px !important;
}
#article .article:not(.over) .article-date {
  margin-top: var(--wn-space-3);
  margin-bottom: var(--wn-space-3);
}
#article .article:not(.over) .article-caption {
  color: var(--wn-txt-clr-secondary);
  font-size: 1.4rem;
}
#article .article.full-width-article {
  isolation: isolate;
  margin-bottom: var(--wn-space-6);
  position: relative;
}
#article .article.no-lead .article-title {
  padding-left: 0;
  padding-right: 0;
}
#article .article.no-lead .article-date {
  padding-left: 0;
  padding-right: 0;
}
#article .article.no-lead .article-link {
  padding-left: 0;
  padding-right: 0;
}
.article > .article-date:empty {
  display: none;
}
.article .article-date a + a {
  margin-left: 5px;
}
.article .article-caption + .article-link {
  margin-top: 8px;
}
#article .article .article-date a {
  color: var(--text-color);
  text-decoration: none;
}
.article .article-image,
.article img {
  border-radius: var(--wn-rounded-2);
}
/* ARTIKKELINOSTO */
/* ARTIKKELINOSTO - KUVA VASEMMALLA */
#article .article-aligned .article-title > h2 a {
  color: var(--text-color);
  font-weight: 600;
}
/* ARTIKKELINOSTO - KUVA VASEMMALLA - END */
/* ARTIKKELINOSTO, TEKSTI KUVAN PÄÄLLÄ */
#article .article.over {
  display: flex;
  flex-flow: column nowrap;
  position: relative;
  margin: 0 auto 30px auto !important;
  aspect-ratio: 16 / 9;
  max-width: 100%;
}
#article .article.over .article-image {
  position: absolute;
  max-height: 100%;
  margin: 0;
  padding: 0;
  top: 0;
  bottom: 0;
  left: 0px;
  right: 0;
  margin-left: auto !important;
  margin-right: auto;
  width: 100%;
  overflow: hidden;
}
#article .article.over .article-image a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
#article .article.over .article-image a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  right: 0px;
  background: var(--black) !important;
  opacity: 0.3;
  transition: 0.2s all ease-out;
}
#article .article.over .article-image a:hover::after,
#article .article.over .article-image a:focus::after {
  opacity: .15;
}
#article .article.over .article-image img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  right: 0px;
  width: calc(100% - 0px);
  height: 100%;
  object-fit: cover;
  transition: 0.5s all ease-out;
  object-position: center;
}
#article .article.over:hover img {
  transition: 0.3s all ease-out;
  transform: scale(1.05);
}
#article .article.over > * {
  flex-grow: 1;
  padding: 15px 30px;
  width: calc(100% - 30px);
  margin: 0;
}
#article .article.over {
  justify-content: center;
  align-content: center;
  min-height: 350px;
  margin: 0 auto 30px auto;
}
#article .article.over > .article-title {
  position: relative;
  width: calc(100% - 30px) !important;
  flex-grow: 0;
  display: flex;
  justify-content: center;
  align-items: end;
  bottom: unset;
  height: unset;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  background: unset;
  pointer-events: none;
  text-align: center;
}
#article .article.over > .article-title h2 {
  padding: 0 !important;
  position: relative;
  width: 100%;
  font-size: clamp(22px, 2vw, 26px) !important;
  line-height: 1.3 !important;
  margin: 0 !important;
}
#article .article.over > .article-title a {
  position: relative;
  display: block;
  padding: 15px 30px;
  font-family: var(--font-otsikko);
  font-size: clamp(22px, 2vw, 26px);
}
#article .article.over > .article-date {
  display: none;
}
#article .article.over > .article-caption {
  display: block;
  padding: 0 calc(var(--grid-gutter-width) / 2) 15px calc(var(--grid-gutter-width) / 2);
  top: unset;
  position: relative;
  flex-grow: 0;
  color: var(--wn-white);
  pointer-events: none;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
}
#article .article.over > .article-link {
  position: relative;
  display: flex;
  justify-content: start;
  align-items: start;
  margin: 0px auto 0 auto;
  flex-grow: 0;
  padding: 0;
  pointer-events: none;
}
#article .article.over > .article-link .btn.btn-primary {
  --button-padding: 6px 24px;
  border-color: var(--button-border-color);
  padding: var(--button-padding);
  color: var(--button-color);
  background: var(--button-bg-color);
  border-radius: var(--button-border-radius);
  font-family: var(--button-font-family);
  font-size: var(--button-font-size);
  font-weight: var(--button-font-weight);
  text-transform: var(--button-text-transform);
  letter-spacing: var(--button-letter-spacing);
  display: block;
  width: auto;
  text-align: left;
  margin-right: auto;
  margin-left: auto;
  pointer-events: auto;
  text-decoration: none;
}
#article .article.over .btn.btn-primary:hover,
#article .article.over .btn.btn-primary:focus {
  border-color: var(--button-hover-border-color);
  background: var(--button-hover-bg-color);
  color: var(--button-hover-color) !important;
  padding: var(--button-padding) !important;
}
/* ARTIKKELINOSTO, TEKSTI KUVAN PÄÄLLÄ - END */
/* TÄYSLEVEÄ ARTIKKELINOSTO, TEKSTI KUVAN PÄÄLLÄ */
#article > .article.over {
  display: flex;
  flex-flow: column nowrap;
  position: relative;
  margin: auto;
  aspect-ratio: 16 / 9;
}
#article > .article.over .article-image {
  width: calc(100% - var(--grid-gutter-width));
}
#article > .article.over > .article-date {
  display: none;
}
#article > .article.over > .article-caption {
  flex-grow: 0;
  padding: 0 30px 15px 30px;
  top: unset;
  margin-left: auto;
  margin-right: auto;
}
#article > .article-link .btn.btn-primary {
  width: auto;
  background: var(--button-bg-color);
  border-radius: var(--button-border-radius);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--wn-white);
  border: var(--button-border-width) var(--button-border-color) var(--button-border-style);
  text-transform: none;
  font-family: var(--otsikko-fontti), sans-serif;
  max-width: unset;
  letter-spacing: 0px;
  padding: var(--button-padding);
  display: inline-block;
  transition: .2s all ease;
}
#article > .article-link .btn.btn-primary:hover {
  background: var(--button-hover-bg-color);
  color: #fff;
}
#article > .article.over:hover img {
  transform: scale(1.05);
}
/* TÄYSLEVEÄ ARTIKKELINOSTO, TEKSTI KUVAN PÄÄLLÄ - END */
/* RIVIN SISÄINEN ARTIKKELINOSTO, TEKSTI KUVAN PÄÄLLÄ */
#article .row .article.over {
  min-height: 250px;
}
#article .row.four-column .article.over {
  min-height: clamp(200px, 30vw, 40vh);
}
/* RIVIN SISÄINEN ARTIKKELINOSTO, TEKSTI KUVAN PÄÄLLÄ - END */
/* TÄYSLEVEÄ ARTIKKELINOSTO, KUVA VASEMMALLA */
#article > .article-aligned.col-xs-12 {
  margin-left: auto !important;
  margin-right: auto !important;
}
#article > .article-aligned.col-xs-12 {
  display: flex;
  margin-bottom: 0 !important;
}
#article > .article-aligned.col-xs-12 .article-image {
  width: 50%;
  flex: 50%;
  padding: 0;
}
#article > .article-aligned.col-xs-12 > .col-xs-12.col-sm-8 {
  width: 50%;
  flex: 50%;
  text-align: center;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  padding: 20px;
}
#article > .article-aligned.col-xs-12:nth-child(2n) {
  margin-top: 0px !important;
  flex-flow: row-reverse wrap;
}
#article > .article-aligned + .article-aligned {
  margin-top: 0 !important;
}
#article > .article-aligned.col-xs-12 + .element-cdn-image {
  margin-top: 80px;
}
#article > .article-aligned.col-xs-12 .article-date {
  display: none;
}
#article > .article-aligned.col-xs-12 .article-caption {
  margin-top: 10px;
  margin-bottom: 20px;
}
#article > .article-aligned.col-xs-12 > .col-xs-12.col-sm-8 h2 {
  font-size: 30px !important;
  line-height: 1.2 !important;
}
#article > .article-aligned.col-xs-12 .article-link .btn.btn-primary:hover {
  background: var(--button-hover-bg-color);
  color: var(--button-hover-color);
  border-color: var(--button-hover-border-color);
  transition: var(--button-hover-transition);
}
/* TÄYSLEVEÄ ARTIKKELINOSTO, KUVA VASEMMALLA - END */
/* VIDEOELEMENTTI */
.element-video {
  margin-top: var(--wn-space-5);
  margin-bottom: var(--wn-space-7);
}
.element-video iframe {
  border-radius: var(--img-border-radius) !important;
  overflow: hidden;
}
.element-video > .element-legend.col-xs-12 {
  padding: 0;
  margin-top: var(--wn-space-3);
  margin-left: unset;
  margin-right: unset;
}
.element-video .element-fixed-legend {
  background-color: transparent !important;
}
#article .element-video .element-fixed-legend > h2 {
  font-size: 1.6rem;
  padding: 0;
}
.element-video .element-legend h2 .legend {
  font-size: 1.6rem;
  font-weight: normal;
  color: var(--wn-txt-clr-secondary);
  font-family: var(--paragraph-font-family);
  line-height: inherit;
}
@supports (aspect-ratio: 1) {
  #article .element-video iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }
}
/* VIDEOELEMENTTI - END */
/* MUOKKAA PAINIKKEET */
#article .row.page-buttons {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
/* MUOKKAA PAINIKKEET - END */
/* SIVUPALKKI */
.container-fluid.titlebar3 ~ .container-fluid.white.articlepage > .container {
  width: 100%;
}
.container-fluid.white.articlepage > .container > .row {
  display: flex;
  flex-flow: row wrap;
  margin-left: 0;
  margin-right: 0;
}
.container-fluid.white.articlepage > .container > .row > .col-xs-12.col-md-8 {
  order: 1;
  width: 70%;
}
.container-fluid.white.articlepage > .container > .row > .col-xs-12.col-md-4.pull-right {
  padding: 0;
  width: 30%;
  background: var(--brand-primary-005);
}
.articlepage .sidebar {
  margin-top: -1px !important;
  padding: 20px 40px;
  box-sizing: border-box;
  display: block;
  flex-direction: column;
}
.articlepage .sidebar .row {
  margin-left: 0;
  margin-right: 0;
}
.sidebar ul.top-nav {
  background-color: transparent;
  margin-top: 15px;
  width: 100%;
  height: auto;
}
.sidebar ul.top-nav > li.active ul {
  display: inline-table;
  background-color: transparent;
  border-color: transparent;
  border-radius: 0px;
  width: 100%;
  min-width: 100%;
  margin: 0px;
  padding: 15px 30px 30px 30px;
}
.sidebar ul.top-nav > li.active ul.dropdown-menu {
  box-shadow: none;
  width: 100%;
  min-width: 100%;
}
.sidebar ul.top-nav > li.active ul.dropdown-menu li a {
  padding: 10px 0px 5px 0px !important;
  text-transform: none;
  font-weight: 400 !important;
  font-size: 16px;
  height: auto;
  white-space: normal;
}
.sidebar ul.top-nav > li.active ul.dropdown-menu li.active a {
  font-weight: 700 !important;
  background-color: transparent;
}
.sidebar ul.top-nav > li {
  display: none;
}
.sidebar ul.top-nav > li a {
  padding: 0px 30px;
  height: 60px;
  font-size: 22px;
  font-weight: 400;
  color: #000 !important;
  color: var(--brand-primary) !important;
}
.sidebar ul.top-nav .dropdown-menu {
  position: relative;
}
.sidebar ul.top-nav > li.active ul.dropdown-menu li a:hover {
  background-color: transparent !important;
  color: #e1b927 !important;
}
.sidebar ul.top-nav > li.active {
  display: block;
  width: 100%;
}
.sidebar ul.top-nav > li.active ul.dropdown-menu li ul.dropdown-menu {
  display: contents;
}
.sidebar ul.top-nav > li.active ul.dropdown-menu li ul.dropdown-menu li a {
  margin-left: 10px;
  border-bottom: 0px;
  font-weight: 400 !important;
  font-size: 15px;
}
.sidebar ul.top-nav > li.active ul.dropdown-menu li ul.dropdown-menu li.active a {
  font-weight: 700 !important;
}
.container-fluid.white.articlepage .col-xs-12.col-md-8 #article > * {
  /* padding-right: 100px; */
}
/* SIVUPALKKI - END */
/* ARTIKKELIARKISTO */
.article-archive .articlepage > .container > .row {
  display: flex;
  justify-content: center;
}
.article-archive .container-fluid.white.articlepage > .container > .row > .col-xs-12.col-md-8 {
  max-width: 1200px;
  width: 100%;
}
.article-archive .container-fluid.white #article .two-column {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.article-archive .articlepage > .container > .row > .pull-right {
  display: none;
}
.article-archive .container-fluid.white #article .article {
  border-bottom: 0px !important;
}
.article-archive .articlepage #article :is(.article, > .article-aligned):not(.over) .article-title > h2 {
  font-size: var(--heading-h2-font-size) !important;
}
.article-archive .articlepage #article .article-link .btn.btn-primary {
  width: auto;
  background: var(--button-bg-color);
  border-radius: var(--button-border-radius);
  color: var(--button-color);
  border: var(--button-border-width) var(--button-border-color) var(--button-border-style);
  text-transform: var(--button-text-transform);
  font-family: var(--button-font-family);
  max-width: unset;
  letter-spacing: var(--button-letter-spacing);
  padding: var(--button-padding);
  display: inline-block;
  transition: var(--button-hover-transition);
  font-weight: var(--button-font-weight);
}
.article-archive .articlepage #article .article-link .btn.btn-primary:hover {
  background-color: var(--button-hover-bg-color);
  color: var(--button-hover-color);
  border-color: var(--button-hover-border-color);
  transition: var(--button-hover-transition);
}
.article-archive #wrap .white.articlepage #article .article-date .label {
  padding-left: 0;
}
.article-archive .articlepage #article .row .article-link .btn.btn-primary:hover {
  background: var(button-hover-bg-color);
  color: var(--button-hover-color);
  border-color: var(--button-hover-border-color);
}
.article-archive .articlepage #article > .col-xs-12.article-aligned {
  flex-flow: row wrap;
  margin-bottom: 30px !important;
  text-align: left;
}
.article-archive .articlepage #article > .article-aligned.col-xs-12 > .col-xs-12.col-sm-8 {
  background: var(--brand-secondary-010);
  color: var(--brand-secondary);
  text-align: left;
}
.article-archive #article h2 a {
  color: var(--brand-primary);
}
.article-archive .articlepage #article > .article,
.article-archive .articlepage #article > .row > .article {
  margin-bottom: 30px;
}
.article-archive .articlepage #article > .article-aligned.col-xs-12 .article-date {
  display: block;
  margin-top: 5px;
  margin-bottom: 0px;
}
.article-archive .articlepage #article > .article-aligned.col-xs-12 .article-date:empty {
  display: none;
}
.article-archive .container-fluid.white.articlepage > .container > .row > .col-xs-12.col-md-8 #article > .article {
  display: flex;
  flex-flow: column nowrap;
  padding-bottom: 0;
}
.article-archive .container-fluid.white.articlepage > .container > .row > .col-xs-12.col-md-8 #article > .article .article-image {
  order: -1;
}
.article-archive #article .row.two-column {
  display: contents !important;
}
.article-archive #article .article-caption {
  grid-area: caption;
  font-size: 14px;
  margin-bottom: 20px;
}
.article-archive #article .article:not(.over) .article-image {
  margin-bottom: 0 !important;
}
/* ARTIKKELIARKISTO - END */
/* TAPAHTUMAN ILMOITTAUTUMISSIVU */
#wrap > div[ng-app="wisenetwork.event.survey"] .row.container-fluid.articlepage {
  background-color: var(--brand-primary-010);
}
/* TAPAHTUMAN ILMOITTAUTUMISSIVU - END */
/* AJANKOHTAISTA KATEGORIA  */
.cg-ajankohtaista .container-fluid.main-menu {
  background: var(--brand-primary-010);
}
/* AJANKOHTAISTA KATEGORIA - END */
#article > :is(.col-xs-12, .row) + .col-xs-12 {
  margin-top: 10px;
}
#article > :matches(.col-xs-12, .row) + .col-xs-12 {
  margin-top: 10px;
}
#article table td {
  background-color: unset !important;
}
#article.content .article:not(.over) > .article-title > h2 a {
  color: var(--text-color);
  font-weight: var(--font-weight-otsikko);
}
#article.content h3 {
  font-size: var(--heading-h3-font-size);
}
.navbar-inverse .navbar-nav.navbar-right > li:nth-child(5) a::before {
  content: "\E031 ";
  font-family: 'Glyphicons Social Regular';
  margin: 0 6px 0 0;
}
.navbar-inverse .navbar-nav.navbar-right > li:nth-child(6) a::before {
  content: "\E033 ";
  font-family: 'Glyphicons Social Regular';
  margin: 0 6px 0 0;
}
.container-fluid.titlebar4 {
  background: var(--tt4-bg-color);
  z-index: 2222;
  padding: 30px 15px;
  color: var(--tt4-color);
  background-image: url(https://cdn.wisenetwork.fi/assets/kotoclub/images/bg-pattern.svg);
  background-size: cover;
  background-position: center;
}
.titlebar4 .col-xs-12 > ol.breadcrumb {
  border-radius: clamp(0px, var(--button-border-radius), 16px);
  background-color: var(--brand-primary);
  color: var(--brand-primary-contrast);
}
.titlebar4 .col-xs-12 > ol.breadcrumb a {
  color: inherit;
}
.titlebar4 h1 {
  color: var(--tt4-title-color);
  margin: 0;
  font-size: var(--tt4-title-font-size);
  font-weight: var(--tt4-title-font-weight);
  letter-spacing: var(--tt4-title-letter-spacing);
  line-height: var(--tt4-title-line-height);
  text-shadow: var(--tt4-title-text-shadow);
}
.breadcrumb {
  margin-bottom: 10px;
}
.breadcrumb > li {
  font-size: 14px;
}
.two-column > .col-xs-12:first-child {
  padding-right: 15px !important;
  padding-left: 15px !important;
}
.two-column > .col-xs-12:nth-child(2) {
  padding-right: 15px !important;
  padding-left: 15px !important;
}
.cg-kenttaesittely .row.three-column .col-xs-12.element-cdn-image.col-sm-4 {
  margin: 0 0 50px 0;
  text-align: center;
  border: 1px solid #d9d9d9;
  padding-top: 20px;
  padding-bottom: 20px;
}
.cg-ajanvaraus #side {
  display: none;
}
.cg-ajankohtaista .col-xs-12.col-md-8 #article .col-xs-12.article .article-title.hidden-xs h2 {
  font-size: 24px !important;
}
.cg-ajankohtaista .col-xs-12.col-md-8 #article .col-xs-12.article .article-title.hidden-sm.hidden-md.hidden-lg h2 {
  font-size: 24px !important;
}
.cg-ajankohtaista .col-xs-12.col-md-8 #article .col-xs-12.article.col-sm-6 .article-title h2 {
  font-size: 24px !important;
}
.cg-ajankohtaista .col-xs-12.col-md-8 #article .col-xs-12.article {
  border-bottom: 0px solid #b3b3b3;
  margin-bottom: 45px;
  padding-bottom: 0;
}
.article-archive .col-xs-12.col-md-8 #article .col-xs-12.article {
  border-bottom: 0px solid #b3b3b3;
  padding-bottom: 0;
}
.cg-ajankohtaista .col-xs-12.col-md-8 #article .col-xs-12.article-aligned .article-title h2 {
  font-size: 24px !important;
}
.cg-ajankohtaista .col-xs-12.col-md-8 #article .col-xs-12.article-aligned {
  background-color: transparent;
  border-bottom: 0px solid #b3b3b3;
  padding-top: 5px;
}
.cg-ajankohtaista .col-md-8 .col-xs-12.article.col-sm-6 {
  width: 100%;
}
.cg-ajankohtaista .col-md-8 .col-xs-12.article-aligned .col-sm-8 {
  background-color: #fff;
  width: 100%;
  padding: 15px;
}
#visitor-menu .navbar-right li.dropdown ul.dropdown-menu li a {
  background-color: transparent;
}
#article .four-column h2 a {
  color: #008dd1;
}
.etusivu-table {
  width: 100%;
}
.etusivu-table > tbody > tr > td {
  padding: 30px 10%;
  background-color: #e6e4d2;
  text-align: center;
  display: block;
}
.etusivu-table > tbody > tr > td > table {
  margin: 0 auto;
  margin-top: 30px;
}
#article .etusivu-table h2 {
  margin-bottom: 20px;
}
#article .article-link {
  display: block;
}
#article p.article-link a {
  --button-font-family: var(--paragraph-font-family);
  --button-padding: .06em 1em .05em 1em;
  --button-font-size: 1.4rem;
  --button-font-weight: 600;
  background-color: var(--button-bg-color);
  border-color: var(--button-border-color);
  color: var(--button-color);
  padding: var(--button-padding);
  font-size: var(--button-font-size);
  font-weight: var(--button-font-weight);
  font-family: var(--button-font-family);
  letter-spacing: var(--button-letter-spacing);
  border-width: var(--button-border-width);
  border-style: var(--button-border-style);
  border-radius: var(--button-border-radius);
  text-transform: var(--button-text-transform);
  transition: var(--button-transition);
  text-decoration: none;
}
#article p.article-link a:hover {
  background-color: var(--button-hover-bg-color);
  color: var(--button-hover-color);
  border-color: var(--button-hover-border-color);
  transition: var(--button-hover-transition);
}
#carousel-news img {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* width: 100%; */
  /* height: 100%; */
  /* object-fit: cover; */
  /* object-position: center; */
}
#carousel-news .item {
  --top-menu-height: 50px;
  height: calc(100vh - var(--top-menu-height));
  height: calc(100svh - var(--top-menu-height));
  max-height: calc(100vh - var(--top-menu-height));
  max-height: calc(100svh - var(--top-menu-height));
}
#carousel-news .item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#carousel-news .carousel-caption > a[href=""]:first-child {
  cursor: auto;
}
#carousel-news .item:first-child .carousel-caption::before {
  content: "";
  background-image: url(https://cdn.wisenetwork.fi/assets/kotoclub/images/logoleft.png);
  width: auto;
  height: clamp(80px, 15vw, 120px);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
  margin-bottom: 10px;
  aspect-ratio: 690 / 568;
  filter: invert(1);
}
#carousel-news .carousel-caption h1 {
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: var(--slider-title-text-shadow);
  font-weight: var(--slider-title-font-weigth);
  font-size: var(--slider-title-font-size);
}
#carousel-news .carousel-caption > a:first-child:hover {
  text-decoration: none;
}
#carousel-news .carousel-caption h1::after {
  display: none;
  border-bottom: 3px solid #008dd1;
  content: "";
  width: 70px;
  margin: 0 auto;
  margin-top: 15px;
}
#footer .pages li {
  line-height: 33px;
  letter-spacing: 1.6px;
  list-style: circle;
}
#footer .social {
  display: flex;
  flex-flow: row nowrap;
  margin-top: 10px;
}
#footer .social a::before {
  background: var(--button-color, #fff);
  mask-repeat: no-repeat;
  mask-size: var(--some-icon-size);
  mask-position: center;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
}
#footer .social a[href="/facebook"]::before {
  mask-image: url(https://cdn.wisenetwork.fi/assets/common/images/facebook.svg);
}
#footer .social a[href="/instagram"]::before {
  mask-image: url(https://cdn.wisenetwork.fi/assets/common/images/instagram.svg);
}
#footer .social a[href="/twitter"]::before {
  mask-image: url(https://cdn.wisenetwork.fi/assets/common/images/twitter.svg);
}
#footer .social a[href="/youtube"]::before {
  mask-image: url(https://cdn.wisenetwork.fi/assets/common/images/youtube.svg);
}
#footer #footer-logo {
  width: 100%;
  max-width: 180px;
}
.wind-direction {
  display: none;
}
.container-fluid.white #article .four-column table {
  margin: 0 auto !important;
}
.container-fluid.white #article .four-column p.article-date {
  margin-bottom: 10px;
}
.container-fluid.white #article .two-column .col-sm-6 {
  background-color: none;
  background: none;
  color: inherit;
  margin: 0 0 20px 0;
}
.container-fluid.white.articlepage #article .two-column .col-sm-6 {
  background-color: transparent;
  background: transparent;
}
#editor-content .element-edit {
  background-color: transparent;
}
#carousel-news .carousel-caption a span {
  display: none;
}
#article .wn-lister-element {
  margin-bottom: 30px;
}
.wn-lister-element :is(a.companylister-imagebox, .companylister-imagebox) {
  display: block;
  text-align: center;
  width: 100%;
  height: 75px;
  background-size: contain;
  box-shadow: none;
  margin: 0px;
  border: 0px solid #fff;
  border-radius: 0px;
  filter: grayscale(1);
  transition: var(--button-transition);
  transform: scale(0.9);
}
.wn-lister-element :is(a.companylister-imagebox, .companylister-imagebox):hover {
  filter: grayscale(0);
  transition: var(--button-hover-transition);
  transform: scale(1);
}
@media (hover: none) {
  .wn-lister-element :is(a.companylister-imagebox, .companylister-imagebox) {
    filter: grayscale(0);
    transition: var(--button-transition);
    transform: scale(1);
  }
}
.over .article-caption {
  width: calc(100% - 40px) !important;
}
.container-fluid.white.articlepage > .container {
  max-width: 100%;
  width: 100%;
}
.container-fluid.white.articlepage > .container > .row > .col-xs-12:first-child {
  padding-left: 80px;
  padding-right: 80px;
}
.container-fluid.titlebar1 {
  position: relative;
  padding: 30px;
  background: var(--tt1-bg-color);
  /* background-image: url("/assets/kotoclub/images/alasivu.png"); */
  /* background-size: cover; */
  /* background-position: bottom center; */
  /* background-repeat: no-repeat; */
}
.container-fluid.titlebar1 .element-cdn-image {
  margin-bottom: 0;
}
.container-fluid.titlebar1 img {
  margin-left: -15px;
  margin-right: -15px;
}
.container-fluid.titlebar1 .col-xs-12.col-md-4 {
  background-color: transparent;
}
.container-fluid.titlebar1 .col-xs-12.col-md-4 .element-legend {
  margin-top: 0px;
}
.container-fluid.titlebar1 .col-xs-12.col-md-4 .element-legend .element-fixed-legend {
  background-color: transparent !important;
  text-align: right;
  padding-top: 10px;
  padding-right: 15px;
}
.container-fluid.titlebar1 .col-xs-12.col-md-4 .element-legend .element-fixed-legend p {
  color: #003582;
  font-size: 14px;
}
.container-fluid.titlebar1 h1 {
  color: var(--tt1-title-color);
  font-weight: var(--tt1-title-font-weight);
  font-size: var(--tt1-title-font-size);
  line-height: var(--tt1-title-line-height);
  letter-spacing: var(--tt1-title-letter-spacing);
  text-shadow: var(--tt1-title-text-shadow);
  margin-top: 0;
}
.container-fluid.titlebar1 h5 {
  color: var(--tt1-ingress-color);
  font-size: var(--tt1-ingress-font-size);
  font-weight: var(--tt1-ingress-font-weight) !important;
  line-height: var(--tt1-ingress-line-height);
  letter-spacing: var(--tt1-ingress-letter-spacing);
  text-shadow: var(--tt1-ingress-text-shadow);
  margin-top: 0;
  margin-bottom: 30px;
}
.container-fluid.titlebar2 .article-date {
  background-color: var(--tt2-date-bg);
  color: var(--tt2-date-color) !important;
  padding: var(--tt2-date-padding);
  margin-top: calc(var(--tt2-overlapping-height) * -1);
  margin-bottom: 0px;
}
.container-fluid.titlebar2 .article-date .label-primary {
  color: var(--tt2-date-color);
  display: none;
}
.container-fluid.titlebar2 .col-xs-12.element-cdn-image {
  margin-top: calc(var(--tt2-overlapping-height) * -1);
}
.container-fluid.titlebar2 .writer {
  background-color: var(--tt2-date-bg);
  color: var(--tt2-date-color);
  padding: var(--tt2-date-padding);
}
.container-fluid.titlebar2 .writer .writer-title {
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  font-size: 1.4rem;
}
.container-fluid.titlebar2 .container-fluid {
  background-color: var(--tt2-bg-color);
  padding: 30px 30px 30px 30px;
  min-height: var(--tt2-title-area-min-height);
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  background-image: url(https://cdn.wisenetwork.fi/assets/kotoclub/images/bg-pattern.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.container-fluid.titlebar2 {
  padding: 0 0 30px 0;
}
#wrap .white.articlepage #article {
  margin-top: 10px !important;
}
#article > div:not(.row) {
  max-width: var(--boxed-max-width);
  margin-left: auto;
  margin-right: auto;
}
.container-fluid.titlebar2 .element-image {
  margin-top: -60px;
}
.container-fluid.titlebar2 .element-image img {
  width: 100%;
}
.container-fluid.titlebar2 h1 {
  color: var(--tt2-title-color);
  font-weight: var(--tt2-title-font-weight);
  font-size: var(--tt2-title-font-size);
  line-height: var(--tt2-title-line-height);
  letter-spacing: var(--tt2-title-letter-spacing);
  margin: 0;
}
.container-fluid.titlebar2 h5 {
  color: #fff;
  font-size: 20px;
  font-weight: 400 !important;
  line-height: 37px;
}
.container-fluid.titlebar2 .col-xs-12.col-md-8 .element-legend {
  margin-top: 0px;
}
.container-fluid.titlebar2 .col-xs-12.col-md-8 .element-legend .element-fixed-legend {
  background-color: transparent !important;
  text-align: left;
  padding-top: 10px;
  padding-right: 15px;
}
.container-fluid.titlebar2 .col-xs-12.col-md-8 .element-legend .element-fixed-legend p {
  color: #002960;
  font-size: 14px;
}
.container-fluid.titlebar3 {
  background-color: var(--tt3-bg-color);
  color: var(--tt3-color);
  padding: 0px;
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  max-width: 1920px;
  min-height: 450px;
  min-height: 75svh;
  position: relative;
  justify-content: end;
  background-image: url(https://storage.googleapis.com/wise-cdn/assets/kotoclub/images/taittotyyli3-oletus.jpg);
  background-position: center;
}
.container-fluid.titlebar3 .container .row .col-xs-12 {
  padding: 0 15px;
  /* text-align: center; */
  /* color: #fff; */
  /* display: flex; */
  /* align-items: center; */
  /* flex-flow: column nowrap; */
}
.container-fluid.titlebar3 .element-legend {
  display: none;
}
.container-fluid.titlebar3 .col-xs-12 img {
  position: absolute;
  top: 0;
  left: 0%;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 100% !important;
  object-position: center;
}
.container-fluid.titlebar3 > .container {
  padding: 45px 0 45px 0;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: unset;
  background: var(--brand-primary-005);
  background-image: url(https://cdn.wisenetwork.fi/assets/kotoclub/images/bg-pattern.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.container-fluid.titlebar3 > .container > .row {
  max-width: var(--boxed-max-width);
  width: 100%;
}
.container-fluid.titlebar3 h1 {
  color: var(--tt3-title-color);
  font-size: var(--tt3-title-font-size);
  font-weight: var(--tt3-title-font-weight);
  line-height: var(--tt3-title-line-height);
  text-shadow: var(--tt3-title-text-shadow);
  background-color: unset;
  box-sizing: border-box;
  margin: 0 0 10px 0;
}
.container-fluid.titlebar3 h5 {
  font-family: var(--font-otsikko) !important;
  color: var(--tt3-ingress-color);
  font-size: var(--tt3-ingress-font-size);
  font-weight: var(--tt3-ingress-font-weight) !important;
  line-height: var(--tt3-ingress-line-height);
  text-shadow: var(--tt3-ingress-text-shadow);
  padding: 5px 0px;
}
.container-fluid.titlebar3 h5:empty {
  display: none;
}
.container-fluid.titlebar3 .col-xs-12 {
  padding: 0px;
}
.container-fluid.titlebar3 .overlay {
  display: block;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}
.container-fluid.titlebar3 .col-xs-12.element-cdn-image {
  position: relative;
  margin-bottom: 0;
  max-height: 70vh;
  height: 70vh;
}
.container-fluid.titlebar3 .col-xs-12.element-cdn-image a {
  position: static;
}
.container-fluid.titlebar3 ~ .container-fluid.white.articlepage > .container > .row > .col-xs-12.col-md-8 {
  padding-left: 0;
  padding-right: 0;
}
.container-fluid.titlebar3 ~ .container-fluid.white.articlepage > .container > .row > .col-xs-12.col-md-8 #article > * {
  padding-left: 30px;
  padding-right: 100px !important;
}
.container-fluid.copyright {
  margin-top: 0px;
}
#article .element-legend p {
  font-size: 16px;
  color: #212121;
  line-height: 1.42857143;
}
#article .link-button {
  border-radius: var(--button-border-radius);
  padding: var(--button-padding);
  letter-spacing: var(--button-letter-spacing);
  text-transform: var(--button-text-transform);
  font-weight: var(--button-font-weight) !important;
  font-size: var(--button-font-size);
  line-height: var(--button-line-height);
  transition: var(--button-transition);
  border-width: var(--button-border-width);
  width: auto;
  min-width: unset;
  margin: var(--button-margin);
  color: var(--button-color);
  background-color: var(--button-bg-color);
  border-color: var(--button-border-color);
  border-style: var(--button-border-style);
  font-family: var(--button-font-family);
}
#article .link-button:hover,
#article .link-button:focus {
  color: var(--button-hover-color);
  background: var(--button-hover-bg-color);
  border-color: var(--button-hover-border-color);
  transition: var(--button-hover-transition);
}
#visitor-menu .weather img {
  width: 30px;
}
#article .over .article-caption {
  height: auto;
  position: absolute;
  top: 33%;
  color: #D5CB9F;
  padding: 20px;
  display: block;
  text-align: center;
  color: #fff;
  text-shadow: 0px 0px 7.5px rgba(0, 0, 0, 0.5);
}
#article .three-column .col-sm-4:nth-child(2).over .article-title {
  width: calc(100% - 40px);
}
#visitor-menu .widget-news {
  border: 0px solid #bfbfbf !important;
  background-color: transparent;
  padding: 8px 3.5px 0px 3.5px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
}
#visitor-menu .col-xs-9 {
  display: none;
}
#visitor-menu .col-xs-3 {
  display: none;
}
#visitor-menu .reminder.pull-right {
  display: none;
}
#visitor-menu hr {
  display: none;
}
#visitor-menu .widget-temperature,
#visitor-menu .widget-degree {
  color: #ededed;
  font-size: 18px;
}
#visitor-menu .wind-power {
  color: #d9d9d9;
  float: none !important;
  margin-right: 5px;
}
#article p a {
  color: var(--text-color);
  text-decoration: underline;
}
.cg-ratas .container-fluid.titlebar1 .element-image:after {
  background-image: url("/assets/kotoclub/images/ratas.png");
  content: ' ';
  display: block;
  width: 200px;
  height: 172px;
  background-size: 100%;
  top: 25px;
  left: -80px;
  position: absolute;
  background-repeat: no-repeat;
}
footer .widget-news {
  background-color: transparent;
  color: #fff;
  padding-top: 0px;
}
footer .widget-news h4 {
  padding-top: 0px;
}
#footer label {
  font-size: 11px;
  font-weight: 600;
}
#visitor-menu a img {
  max-width: 24px;
  margin-top: -4px;
  background-image: url(/assets/kotoclub/images/search_active.png);
  background-size: 24px;
  background-repeat: no-repeat;
}
#visitor-menu a img:hover {
  background-image: url(/assets/kotoclub/images/search_hover.png);
  background-size: 24px;
  background-repeat: no-repeat;
}
.kasvokuva:before {
  float: left;
  content: "";
  background-size: 100px;
  border-radius: 100px;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  padding-left: 100px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  margin-right: 20px;
}
a.kasvokuva {
  text-decoration: none !important;
}
a.kasvokuva:hover {
  color: #000 !important;
  cursor: text;
}
.col-xs-12.col-sm-4.twitter .widget .tab-content {
  border: 1px solid #d9d9d9;
  margin-right: 2px;
}
.col-xs-12.col-sm-4.linkedin .linked {
  border: 1px solid #d9d9d9;
  padding: 0px 20px 10px 20px;
  margin-top: 24px;
}
.resp-sharing-button {
  background-color: #4d4d4d !important;
  border: 1px solid #fff !important;
}
div#wnshare {
  margin-left: -15px;
  margin-top: 20px;
}
div#twitter296048453 {
  border: 1px solid #d9d9d9;
}
.article > .article-title > h2 a:hover {
  color: #225637 !important;
}
.col-xs-12.article.col-sm-4.no-image.no-lead .article-link {
  display: block;
}
.col-xs-12.article.col-sm-4.no-image.no-lead .article-link a {
  background-color: transparent;
  border-color: transparent;
  color: #000 !important;
  text-decoration: none !important;
  padding: 0px;
  font-weight: 400;
  font-size: 18px;
}
.col-xs-12.article.col-sm-4.no-image.no-lead .article-link a:before {
  content: "»";
  margin-right: 4px;
}
#footer {
  --button-bg-color: var(--brand-secondary-contrast);
  --button-border-color: var(--brand-secondary-contrast);
  --button-hover-bg-color: var(--brand-secondary);
  --button-hover-color: var(--brand-secondary-contrast);
  --button-hover-border-color: var(--brand-secondary-contrast);
  font-size: 1.6rem;
  color: var(--brand-secondary-contrast);
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: unset;
  background-repeat: repeat;
  background-color: var(--brand-secondary);
}
#footer .footer-logo {
  max-width: 250px;
  width: 100%;
  margin-right: 30px;
  margin-bottom: 32px;
  padding-right: 0;
  display: block;
}
#footer-menu > li > a {
  color: inherit;
}
#footer-menu > li > a:hover {
  color: #ead8b7 !important;
  background-color: transparent;
}
#footer h4 {
  color: inherit;
  font-size: 2.4rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  line-height: 1.2;
  margin-top: 0px;
}
#footer .social {
  --some-button-size: 30px;
  --some-icon-size: 20px;
  display: flex;
  flex-flow: row nowrap;
  gap: 8px;
}
#footer a {
  color: var(--brand-secondary-contrast);
  text-decoration: underline;
}
#footer a:hover {
  color: var(--brand-primary-080);
}
#footer a.btn {
  display: block;
  text-align: left;
  color: var(--button-color);
  background-color: var(--button-bg-color);
  border-color: var(--button-border-color);
  padding: var(--button-padding);
  border-style: var(--button-border-style);
  border-width: var(--button-border-width);
  border-radius: var(--button-border-radius);
  margin: var(--button-margin);
  font-family: var(--button-font-family);
  font-weight: var(--button-font-weight);
  font-size: var(--button-font-size);
  line-height: var(--button-line-height);
  letter-spacing: var(--button-letter-spacing);
  text-transform: var(--button-text-transform);
  transition: var(--button-transition);
  background-image: unset;
  text-shadow: none;
  text-decoration: none;
}
#footer a.btn:hover,
#footer a.btn:focus {
  color: var(--button-hover-color);
  background-color: var(--button-hover-bg-color);
  border-color: var(--button-hover-border-color);
  transition: var(--button-hover-transition);
}
#footer .social a {
  display: block;
  width: var(--some-button-size);
  height: var(--some-button-size);
  background: var(--button-bg-color);
  mask-repeat: no-repeat;
  mask-size: var(--some-icon-size);
  mask-position: center;
  transition: var(--button-transition);
}
#footer .social a::before {
  background: var(--button-color, #fff);
  mask-repeat: no-repeat;
  mask-size: var(--some-icon-size);
  mask-position: center;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
}
.footer-social-icons {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
.footer-social-icons img {
  width: 30px;
  margin: 0 5px 5px 0;
}
#article p a:hover,
#article li a:hover,
#article p a:hover,
#article li a:active {
  color: var(--blue-600);
  box-shadow: none;
}
.widget-news > h4.text-primary {
  color: #000000;
  text-transform: uppercase;
}
.cg-koulutukset-ja-tapahtumat .eventlister tbody tr:last-child td.time span {
  color: #ead8b7;
}
.cg-koulutukset-ja-tapahtumat .form-control {
  background-color: #ededed;
  border-radius: 0px;
  border: 0px;
  font-size: 18px;
}
.cg-koulutukset-ja-tapahtumat .eventlister thead {
  display: none;
}
.cg-koulutukset-ja-tapahtumat #article .row.three-column .col-sm-4:nth-child(1) {
  width: 10%;
}
.cg-koulutukset-ja-tapahtumat #article .row.three-column .col-sm-4:nth-child(2) {
  width: 80%;
}
.cg-koulutukset-ja-tapahtumat #article .row.three-column .col-sm-4:nth-child(3) {
  width: 10%;
}
.cg-koulutukset-ja-tapahtumat .eventlister tbody tr:last-child td {
  font-size: 16px !important;
  line-height: 21px;
}
.container-fluid.yhteydet {
  background-image: url(/assets/kotoclub/images/yhteydet.jpg);
  background-position: center center;
  color: #fff;
  padding: 60px 0px 90px 0px;
}
.container-fluid.yhteydet h1 {
  text-transform: uppercase;
  text-align: center;
}
.container-fluid.yhteydet h2 {
  text-transform: uppercase;
}
.container-fluid.yhteydet p {
  font-size: 18px;
}
.container-fluid.yhteydet p a {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.container-fluid.yhteydet p a:hover {
  color: #2c5d18;
}
#article > .col-xs-12.element-image:first-child {
  margin-top: -46px;
}
#side {
  --side-color: var(--brand-primary-contrast);
  --side-bg-color: var(--brand-primary);
  --side-hover-color: var(--brand-primary);
  --side-hover-bg-color: var(--brand-primary-030);
  position: fixed;
  bottom: unset;
  display: flex;
  justify-content: center;
  gap: 0;
  z-index: 800;
  background-color: unset;
  text-align: center;
  height: unset;
  line-height: unset;
  font-family: var(--paragraph-font-family), sans-serif;
  box-shadow: unset;
  right: 0;
  flex-flow: column nowrap;
  pointer-events: none;
  top: 50%;
  transform: translateY(-50%);
}
#side a {
  text-align: center;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  flex-grow: 1;
  margin: 0;
  width: 80px;
  min-height: unset;
  font-weight: 700;
  text-transform: none;
  color: var(--side-color);
  background: var(--side-bg-color);
  font-size: 14px;
  transition: 0.2s all ease-out;
  text-decoration: unset;
  align-items: center;
  height: 80px;
  gap: 5px;
  pointer-events: auto;
  max-width: 100px;
}
#side a:hover {
  background-color: var(--side-hover-bg-color, #000);
}
#side p {
  font-size: 10px !important;
  width: 100%;
  order: 2;
  margin: 0;
  font-weight: 400;
  line-height: unset;
  padding: 0;
  font-family: var(--font-otsikko);
}
#side a:hover p {
  color: var(--side-hover-color);
}
#side span {
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center center;
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-top: 0px;
  margin-left: 0px;
  position: unset;
  background-color: var(--side-color, #000);
}
#side a:hover span {
  background-color: var(--side-hover-color, #000);
}
.link-verkkokauppa {
  mask-image: url(https://cdn.wisenetwork.fi/assets/common/wds_icons/shopping-cart-line.svg);
}
.link-faq {
  mask-image: url(https://cdn.wisenetwork.fi/assets/common/wds_icons/icon_question-line.svg);
}
.link-kilpailut {
  mask-image: url(https://storage.googleapis.com/wise-cdn/assets/kotoclub/images/kilpailut.svg);
}
.link-ajanvaraus {
  mask-image: url(https://cdn.wisenetwork.fi/assets/common/wds_icons/teetime-line.svg);
}
.link-jaseneksi {
  mask-image: url(https://storage.googleapis.com/wise-cdn/assets/kotoclub/images/jasenyys.svg);
}
.link-aloita-golf {
  mask-image: url(https://cdn.wisenetwork.fi/assets/common/wds_icons/Lippu_L.svg);
}
.link-info {
  mask-image: url(https://cdn.wisenetwork.fi/assets/common/wds_icons/information-fill.svg);
}
.eventlister .dropdown-menu {
  background: #fff !important;
}
.eventlister td.place {
  color: var(--black);
}
#article .eventlister .name a {
  color: var(--text-color);
  font-weight: 600;
  font-size: 1.6rem;
}
.eventlister .table > tbody + tbody {
  border-top: 0px solid #ddd !important;
}
.cg-kotoclub-kokonaisuus #article .col-xs-12 > h1 {
  background-image: url(/assets/kotoclubdev/images/alaviiva.png);
  width: 100%;
  height: 120px;
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-position: center 50px;
  background-size: 300px;
  text-align: center;
}
#article blockquote {
  color: #008dd1;
  font-size: 23px;
  line-height: 26px;
  border-left: 0px;
  padding: 0px 0px;
  font-style: italic;
}
#article.content table td[style*="min-width:220px"] {
  background-color: unset !important;
  border-radius: unset !important;
  min-width: unset !important;
  padding: 0px;
}
a.msoAltFont {
  font-family: var(--button-font-family);
  font-size: var(--button-font-size) !important;
  text-transform: var(--button-text-transform);
  letter-spacing: var(--button-letter-spacing);
  font-weight: var(--button-font-weight) !important;
  line-height: var(--button-line-height) !important;
  background-color: var(--button-bg-color) !important;
  border-radius: var(--button-border-radius) !important;
  color: var(--button-color) !important;
  padding: var(--button-padding) !important;
  min-width: unset !important;
  border-width: var(--button-border-width) !important;
  border-color: var(--button-border-color) !important;
  margin: var(--button-margin);
  transition: var(--button-transition);
}
a.msoAltFont:hover,
a.msoAltFont:focus {
  color: var(--button-hover-color) !important;
  background: var(--button-hover-bg-color) !important;
  border-color: var(--button-hover-border-color) !important;
  transition: var(--button-hover-transition);
}
a.msoAltFont p {
  margin: 0;
}
#article.content .table-responsive table[border="0"][cellpadding="0"][cellspacing="0"] {
  display: inline;
}
.table-responsive table[border="0"][cellpadding="0"][cellspacing="0"] ~ table[border="0"][cellpadding="0"][cellspacing="0"] a.msoAltFont {
  --button-bg-color: var(--body-bg);
  --button-color: var(--brand-secondary);
  --button-hover-bg-color: var(--brand-secondary);
  --button-hover-border-color: var(--brand-secondary);
  --button-hover-color: var(--brand-secondary-contrast);
}
#footer a.btn.btn-lg.btn-primary.btn-block {
  border-radius: 15px 0px;
  border: 1px solid #ededed;
  font-weight: 600 !important;
  margin-bottom: 17px !important;
  font-size: 19px !important;
}
.cg-painopisteet #article table tbody tr th {
  width: 33%;
}
.container-fluid.white.articlepage {
  background: transparent !important;
  padding-left: 0;
  padding-right: 0;
}
.eventlister.draggable h3 {
  color: #225637;
}
.required-label {
  color: #ead8b7 !important;
}
.eventlister.draggable {
  border-radius: 0px !important;
  margin-top: 60px;
}
.personphoto img {
  max-width: 170px;
}
.event-survey .white .content table:first-child {
  background-color: #fafafa;
}
.event-survey .white .content table:first-child td {
  padding: 5px 15px;
}
.event-survey .white .content {
  background-color: #fff !important;
  padding: 30px !important;
  border-radius: 30px 0px 0px 30px;
}
.event-survey .white {
  background-color: transparent !important;
  margin-top: 15px;
}
.eventlister.draggable {
  border-top: 5px solid #ead8b7 !important;
}
.articlepage .element-edit .article-link {
  display: none;
}
.over .article-date .label-primary {
  color: #fff;
}
#article .over .article-title > h2 {
  margin-top: 20px !important;
  font-size: 21px !important;
  line-height: 24px !important;
  text-align: center;
}
#article .over .article-title h2 a {
  color: #fff !important;
  font-weight: 600 !important;
  text-shadow: 0px 0px 7.5px rgba(0, 0, 0, 0.5);
}
#wrap .white.articlepage #article .over .article-date .label-primary {
  color: #fff;
}
.over .article-title {
  width: calc(100% - 40px) !important;
  bottom: 0 !important;
  background: unset !important;
  filter: unset !important;
}
#article .three-column .over .article-title {
  width: calc(100% - 40px);
  bottom: 0;
}
#article .four-column .over .article-title {
  width: calc(100% - 30px) !important;
  bottom: 10px;
}
.widget-socialmediafeed .carousel-indicators .active {
  background-color: #fff;
}
.widget-socialmediafeed {
  background-color: transparent;
  background-image: none;
}
.socialmediafeed .date {
  color: #ededed;
}
#article .col-xs-12.article.col-sm-4.overlay .article-title h2 a {
  font-weight: bold !important;
  padding: 15px;
  color: #fff;
}
.col-xs-12.article.col-sm-4.overlay .article-title {
  margin-top: -40%;
  text-align: center;
  padding: 15px 15px;
  text-transform: uppercase;
}
.col-xs-12.article.col-sm-4.overlay:after {
  background-color: rgba(3, 48, 102, 0.75);
  z-index: 1200;
  display: block;
  content: " ";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.slider .carousel-caption .btn-primary {
  --button-padding: clamp(5px, 1.5vw, 10px) clamp(20px, 1.5vw, 40px);
  --button-font-size: clamp(14px, 1.5vw, 16px);
  --button-margin: clamp(4px, 0.5vw, 16px) 0 0 0;
  --button-bg-color: var(--brand-primary);
  --button-color: var(--brand-primary-contrast);
  --button-border-color: var(--brand-primary);
  font-family: var(--button-font-family);
  font-size: var(--button-font-size) !important;
  line-height: var(--button-line-height);
  text-transform: var(--button-text-transform);
  letter-spacing: var(--button-letter-spacing);
  background-color: var(--button-bg-color);
  border-color: var(--button-border-color);
  border-style: var(--button-border-style);
  border-width: var(--button-border-width);
  border-radius: var(--button-border-radius);
  font-weight: var(--button-font-weight) !important;
  padding: var(--button-padding);
  margin: var(--button-margin);
  transition: var(--button-transition);
  color: var(--button-color);
  background-image: unset;
  text-shadow: none;
}
.slider .carousel-caption .btn-primary:hover {
  color: var(--button-hover-color);
  background: var(--button-hover-bg-color);
  border-color: var(--button-hover-border-color);
  transition: var(--button-hover-transition);
}
#twitter2 {
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
  padding: 1px;
  border-bottom: 1px solid #ededed;
}
.wn-lister-element .panel-default .panel-heading {
  background: none;
  border: 0px solid;
}
.wn-lister-element .panel-default .panel-body {
  padding: 0px;
}
.wn-lister-element .panel-default {
  border: 0px solid #fff;
  box-shadow: none;
}
.wn-lister-element select.form-control.pagination.pull-right {
  margin-right: 5px !important;
}
.wn-lister-element span.clickable.btn.btn-default.glyphicon.glyphicon-cog {
  padding: 9.5px 11px;
  margin-left: 5px;
  margin-right: -15px;
  margin-top: -7px;
  border-radius: 0px !important;
}
.wn-lister-element .form-control {
  border-radius: 0px;
}
.wn-lister-element .pull-left.pagination {
  margin-left: -10px;
  margin-top: 10px;
}
.wn-lister-element ul.pagination span.ng-binding {
  padding: 5px 13px;
  margin-top: 0px;
  margin-right: -10px;
}
nav.pull-right form#article-search {
  margin-top: 30px;
}
.article-aligned {
  margin: 15px 0 15px 0 !important;
}
.transparent .koulutukset {
  padding-bottom: 15px;
}
#article a.ajankohtaista {
  color: #874882;
  font-size: 30px !important;
}
#article a.blogi {
  color: #0d7837;
  font-size: 30px !important;
}
.koulutukset h1,
.jasenyys h1 {
  font-size: 30px;
}
.cg-jasenyys p {
  font-size: 17px;
}
.articlepage .table tr.success > th {
  background-color: #033266;
  color: #fff;
  padding: 7.5px;
  text-transform: uppercase;
}
.articlepage .table tr.success:hover > th {
  background-color: #ead8b7;
}
.eventlister .panel-default > .panel-heading {
  background-image: none;
  background-color: transparent;
  color: #000;
  margin-left: -15px;
}
.eventlister .panel-default {
  border-color: #fff;
  box-shadow: none;
}
.eventlister.draggable {
  padding: 15px 30px 30px 30px;
  border: 1px solid #bfbfbf;
}
.eventlister .panel-group {
  margin-bottom: 0px;
}
.eventlister .panel-body {
  padding: 0px;
}
.category a.koulutukset {
  background-color: #fc4d96;
}
.myynti {
  background-color: #41ad49;
}
.maksuttomat-tilaisuudet {
  background-color: #ead8b7;
}
.kansainvälistyminen {
  background-color: #0080c6;
}
.johtaminen {
  background-color: #c4122f;
}
.talous {
  background-color: #e2881b;
}
.herattely {
  background-color: #804884;
}
.tapahtumat-ja-kokoukset {
  background-color: #6f5c4a;
}
.verkkokoulutus {
  background-color: #225637;
}
.eventlister .category {
  color: #ccc;
  font-size: 13px;
  font-weight: 400;
  padding: 7.5px 0px;
  border-top: 1px solid var(--blue-600);
}
.eventlister p.category {
  display: none;
}
.eventlister .btn-primary {
  display: none;
}
.eventlister .category a {
  color: var(--text-color);
  padding: 5px 10px;
  margin-right: 5px;
  background-color: var(--brand-primary-005);
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  cursor: text;
  text-decoration: none;
  min-width: 140px;
  display: inline-block;
  text-align: center;
}
.eventlister .category.tapahtumat a {
  background-color: var(--black);
  color: #fff;
}
.eventlister .category a:hover {
  text-decoration: none;
}
.eventlister .name a {
  color: #000;
}
.eventlister .place {
  color: #666;
}
.eventlister thead tr th a,
.wn-lister-element tbody tr th a {
  color: #fff;
}
.eventlister thead tr th,
.wn-lister-element tbody tr th {
  color: var(--brand-secondary-contrast);
  font-family: var(--heading-font-family);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: .1em;
}
.eventlister .name {
  padding-top: 12px;
  font-weight: 700;
  font-size: 17px;
}
.eventlister .sisaiset-kilpailut a {
  background-color: #1b1b1b;
}
.eventlister .panel p {
  font-size: 14px;
}
.eventlister .time {
  font-size: 14px;
  font-weight: 400;
  font-variant-numeric: tabular-nums;
}
.eventlister .place {
  font-size: 14px;
  padding-top: 12px;
}
.eventlister tbody tr:last-child td {
  font-weight: 400;
  font-size: 1.6rem;
  padding-bottom: 8px !important;
  padding-top: 8px !important;
  border-top: 0px;
  border-bottom: 1px solid var(--brand-primary);
  background: var(--body-bg) !important;
}
#article.content .eventlister tbody tr td {
  background-color: var(--body-bg) !important;
}
.eventlister .btn-primary {
  margin-bottom: 15px;
  margin-top: 5px;
}
.eventlister .table > thead > tr > th {
  border-bottom: 0px;
  background: var(--brand-primary);
  color: var(--brand-primary-contrast);
}
.eventlister .table > tbody + tbody {
  border-top: 1px solid #ddd;
}
#article.content .eventlister .table {
  margin-bottom: 0px;
  display: table !important;
}
.widget-rss {
  padding: 0px !important;
  margin-bottom: 5px;
  margin-top: 5px;
}
.widget-rss .widget-news {
  background-color: #225637;
  border: 1px solid #143120;
}
.widget-rss .widget-news .without-photo a {
  color: #ededed !important;
}
.widget-rss .widget-news-time {
  color: rgba(255, 255, 255, 0.75) !important;
}
.kamari-calculator {
  padding: 7.5px 30px !important;
  border-radius: 0px !important;
  background-color: #fafafa !important;
  border: 1px solid #bfbfbf;
}
.kamari-calculator .btn-lg {
  border-radius: 0px;
  width: 100%;
}
.articlepage .article-link {
  margin-top: 20px;
  display: block;
}
.articlepage #article .article-link .btn-primary {
  background-color: var(--button-bg-color);
  border-color: var(--button-border-color);
  color: var(--button-color);
  padding: var(--button-padding);
  font-size: var(--button-font-size);
  font-weight: var(--button-font-weight);
  font-family: var(--button-font-family);
  letter-spacing: var(--button-letter-spacing);
  border-width: var(--button-border-width);
  border-style: var(--button-border-style);
  border-radius: var(--button-border-radius);
  text-transform: var(--button-text-transform);
  transition: var(--button-transition);
  text-decoration: none;
}
.articlepage #article .article-link .btn-primary:hover {
  background-color: var(--button-hover-bg-color);
  color: var(--button-hover-color);
  border-color: var(--button-hover-border-color);
  transition: var(--button-hover-transition);
}
/*
.articlepage #article .btn-primary {
    background-color: @brand-primary !important;
    border-radius: 45px !important;
    border-color: @brand-primary !important;
    color: #fff !important;
    padding: 10px 30px;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    font-weight: 400 !important;
}
*/
.articlepage #article .btn-primary.btn-xs {
  /* background-color: #fff; */
  border-radius: 4px;
  /* border-color: #003f2b; */
  /* font-weight: bold; */
  padding: 2px 10px;
}
.koulutukset,
.jasenyys {
  padding-top: 15px;
}
.container-fluid.main-menu {
  position: relative;
  z-index: 1000;
  background-color: var(--brand-secondary, #fff);
  border-bottom: unset;
  padding-left: 0;
  padding-right: 0;
  color: var(--brand-secondary-contrast);
}
a.contact-link {
  margin-right: 12px !important;
}
a.contact-link.twitter-link {
  color: #1da1f2 !important;
}
a.contact-link.twitter-link:hover {
  color: #1da1f2 !important;
  opacity: 0.8;
}
a.contact-link.linkedin-link {
  color: #0077b5 !important;
}
a.contact-link.linkedin-link:hover {
  color: #0077b5 !important;
  opacity: 0.8;
}
a.contact-link:before {
  display: inline-block;
  content: " ";
  margin-right: 8px;
  line-height: 100%;
  vertical-align: middle;
  width: 20px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 20px;
}
a.contact-link.twitter-link:before {
  background-image: url('/assets/kotoclub/images/hallitus/contact-twitter-link.png');
}
a.contact-link.linkedin-link:before {
  background-image: url('/assets/kotoclub/images/hallitus/contact-linkedin-link.png');
  width: 18px !important;
  height: 18px !important;
}
.col-sm-6 h4:first-child {
  margin-top: 2px !important;
}
a.lounge_icon:before {
  display: inline-block;
  content: " ";
  margin-right: 15px;
  line-height: 100%;
  vertical-align: middle;
  width: 100px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 100px;
}
a.lounge_treffit:before {
  background-image: url('/assets/kotoclub/images/lounge_treffit.jpg');
}
a.lounge_treenit:before {
  background-image: url('/assets/kotoclub/images/lounge_treenit.jpg');
}
a.lounge_chat:before {
  background-image: url('/assets/kotoclub/images/lounge_chat.jpg');
}
a.lounge_wiki:before {
  background-image: url('/assets/kotoclub/images/lounge_wiki.jpg');
}
a.lounge_help:before {
  background-image: url('/assets/kotoclub/images/lounge_help.jpg');
}
.article-date .label-primary {
  text-shadow: none !important;
}
.text-white {
  color: #fff;
}
.koulutukset .btn-primary {
  background-color: #f18525;
  border-color: transparent;
  color: #fff;
  border-radius: 0px;
  margin-top: 15px;
  background: linear-gradient(to top right, #de7b22 0, #de7b22 49%, #f18525 50%, #f18525 100%);
  text-transform: none;
  font-weight: 400;
  font-size: 17px;
}
.koulutukset .btn-primary span {
  display: none;
}
.jasenyys .text-primary {
  color: #c0072a;
}
.koulutukset .text-primary {
  color: #f18525;
}
.jasenyys .btn-primary {
  background-color: #c0072a;
  border-color: transparent;
  color: #fff;
  border-radius: 0px;
  margin-top: 15px;
  background: linear-gradient(to top right, #a70625 0, #a70625 49%, #c0072a 50%, #c0072a 100%);
  text-transform: none;
  font-weight: 400;
  font-size: 17px;
}
.jasenyys .btn-primary span {
  display: none;
}
.navbar-inverse .navbar-nav > li > a {
  color: rgba(255, 255, 255, 0.5);
}
#datatable_wrapper {
  background-color: #fff;
}
.articlepage {
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin-top: 0px;
}
.widget-tickets .glyphicon-shopping-cart {
  padding-left: 5px;
}
.widget-news .without-photo li:hover {
  background-color: transparent !important;
  color: #000000;
}
#events .widget-news .without-photo a {
  color: #FFF !important;
}
.widget-news .without-photo a {
  color: #000000 !important;
}
#events .text-primary {
  color: #f18525;
}
#wrap .white.articlepage #article {
  margin-top: 30px;
  border-radius: 0;
}
#wrap .white.articlepage #article .article-date .label-primary {
  color: var(--black);
  text-shadow: none !important;
  font-weight: 400;
  border-left: 0px solid var(--black);
  border-radius: 0px;
  padding-left: 0px;
}
#wrap .white.articlepage #article .article-date a + a::before {
  content: "/";
  margin-left: 4px;
}
#wrap .white.articlepage #article .article-date a + a .label-primary {
  padding-left: 4px;
}
#wrap .dark-gray.articlepage {
  margin-top: 30px;
}
#footer .form-control {
  background-color: #000;
  border-radius: 1px;
  border: 1px solid #000;
  color: #fff;
}
#subscribe-newsletter .btn-primary {
  background-color: var(--blue-600);
  color: #225637;
  border-radius: 1px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
  width: 100%;
  padding: 15px 0;
}
.widget-social-icons {
  font-size: 54px;
  text-align: right;
}
.widget-social-icons a {
  color: #212121;
}
.widget-social-icons a:hover {
  color: #000000;
  text-decoration: none;
}
.widget-videos .three-column > .col-xs-12:first-child,
.widget-videos .three-column > .col-xs-12:nth-child(2),
.widget-videos .three-column > .col-xs-12:nth-child(3),
.widget-videos .three-column > .col-xs-12:nth-child(4) {
  padding-left: 7.5px !important;
  padding-right: 7.5px !important;
  margin-bottom: 15px;
}
.widget-videos .article-title {
  margin-right: 7.5px;
  width: calc(100% - 15px);
}
.widget-videos .article-caption {
  display: none;
}
.widget-videos .three-column {
  padding-right: 7.5px !important;
  padding-left: 7.5px !important;
}
.widget-videos h4 {
  display: none;
}
.widget-videos .article-image {
  margin-bottom: 0px !important;
}
.widget-videos .article-image a:after {
  z-index: 1000;
  width: 36px;
  font-size: 36px;
  height: auto;
  line-height: 36px;
  text-align: center;
  content: "\e072";
  color: #fff;
  font-family: 'Glyphicons Halflings';
  left: calc(50% - 18px);
  top: calc(50% - 18px);
  position: absolute;
  float: none;
  opacity: 0.85;
  text-shadow: 1px 1px 7px rgba(0, 0, 0, 0.6);
}
.widget-videos .article-title {
  position: absolute;
  bottom: -1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 0px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00c3161d', endColorstr='#000000', GradientType=0);
  border-radius: 30px 0 30px 0;
}
.widget-videos .article-image > a > img {
  border-radius: 30px 0 30px 0;
}
.widget-videos .article-title h2 a {
  color: #ededed !important;
}
.widget-videos .article-title h2 a:hover {
  color: #fff !important;
}
.widget-videos .article-title h2 {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
  color: #ededed;
}
#visitor-menu .dropdown:hover .dropdown-menu {
  display: block;
}
.articlepage .panel .col-md-12 {
  padding: 30px 15px;
}
.articlepage {
  background: #fff;
}
.widget-news .without-photo li {
  border-top: 0px solid transparent !important;
}
.article-date {
  color: var(--wn-txt-clr-secondary) !important;
  font-size: 1.4rem !important;
  line-height: 1.2;
  font-weight: 400;
  margin-top: 15px;
}
.article-date .label-primary {
  background-color: transparent !important;
  color: inherit;
  font-weight: 400;
  font-size: 100% !important;
  padding: 0px 0px 0px 0px;
  border-left: 0px solid var(--brand-primary);
  border-radius: 0px;
  display: inline-block;
}
.article-date .label-primary::first-letter {
  text-transform: uppercase;
}
.article-date .label-primary .regular:empty {
  display: none;
}
.widget-news .article-date a {
  color: #ead8b7 !important;
}
#basic-editor {
  display: block !important;
  padding-left: 10px;
  padding-right: 10px;
}
#basic-editor .ui-state-highlight {
  max-height: 50px;
}
.top-nav > li.acntive ul {
  border-radius: 6px 6px 0px 0px;
}
.header-right a.social {
  border-radius: 5px;
  height: 29px;
}
.header-right .glyphicon-facebook:before {
  margin-left: -1px;
  margin-bottom: -1px;
}
.header-right .glyphicon-instagram:before {
  margin-left: -1px;
  margin-bottom: -1px;
}
.header-right .glyphicon-twitter:before {
  margin-left: -1px;
  margin-bottom: -1px;
}
.header-right .social {
  background-color: #000000;
  color: #fff;
}
.header-right .glyphicon-instagram:before {
  margin-left: -1px;
  margin-bottom: -1px;
  border: 1px solid #000;
  border-radius: 4px;
}
.article-caption {
  line-height: 1.4 !important;
}
#article {
  min-height: 60svh !important;
}
.btn-lg,
.btn-group-lg > .btn {
  font-family: "Arvo", sans-serif;
  font-weight: 700 !important;
  font-size: 18px !important;
}
.content {
  padding-bottom: 30px;
}
.text-gray {
  margin-bottom: 0px;
}
.footer-center h4 {
  font-weight: 300;
  font-style: italic;
  margin-top: 0px;
}
hr.divider {
  margin-top: 0px !important;
}
.services h1 {
  font-weight: 300;
  font-style: italic;
  color: #777;
  padding-bottom: 45px;
}
.services {
  padding-bottom: 60px;
}
#toggle-margin button.navbar-toggle {
  margin-top: 14px;
  margin-bottom: 0px;
}
.light-gray h1 {
  font-weight: 300;
  color: #888;
  font-style: italic;
  font-size: 22px;
  font-family: "Lato", sans-serif;
}
#top-content {
  min-height: 75px;
}
hr {
  margin-top: 10px;
}
.numbers {
  font-size: 21px;
  font-weight: bold;
}
#top-content h3 {
  font-weight: 300;
  /* text-transform: uppercase; */
  color: #a6a6a6;
  font-size: 16px;
  padding: 0px 0px 17px 0px;
  font-style: normal;
}
.navbar-inverse {
  background-color: #fff;
  border-color: #bfbfbf;
}
#wrap .gray {
  background-color: #fafafa;
}
#wrap .services {
  background-color: #fff;
  border-top: 1px solid #ededed;
  padding: 30px 0px;
}
#wrap .services a:hover {
  text-decoration: none;
}
#wrap .services a:hover {
  text-decoration: none;
}
#wrap .services h4 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 17px;
}
#wrap .slider {
  padding-left: 0px;
  padding-right: 0px;
  background-image: url(/assets/kotoclub/images/bgblack.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
#wrap .black {
  background-color: #0c0b0a;
}
#wrap .dark-gray {
  background-image: url('/assets/kotoclub/images/bgblack.jpg');
  background-repeat: repeat-x;
  background-position: top center;
  background-color: #1b1b1b;
}
#wrap .white-triangle-top {
  margin-top: -89px;
  background: linear-gradient(to top right, #fff 0%, #fff 49%, transparent 50%, transparent 100%);
  position: relative;
  height: 89px;
}
#wrap .white-triangle-top.articlepage {
  margin-top: 10px !important;
}
#wrap .white-triangle-bottom {
  margin-top: 0px;
  background: linear-gradient(to bottom left, #fff 0%, #fff 49%, transparent 50%, transparent 100%);
  position: relative;
  height: 89px;
}
#wrap .transparent {
  background-color: transparent;
}
.copyright {
  background-color: var(--brand-secondary, #000);
  padding-top: 7.5px;
  padding-bottom: 15px;
}
.light-gray {
  background-color: #fafafa;
  padding: 15px 0px 25px 0px;
}
#wrap .primary {
  background-color: #225637;
}
#wrap .secondary {
  background-color: #ead8b7;
}
.widget-stats {
  border-top: 4px solid #225637;
  margin-bottom: 10px;
  padding-top: 10px;
  background-color: #fff;
  padding: 15px;
  margin-top: 0;
  font-size: 13px;
}
.widget-stats h3 {
  margin-bottom: 0px;
  margin-top: 10px;
  color: #ead8b7;
  font-size: 16px;
}
.widget-news {
  border: 0px solid #bfbfbf !important;
  background-color: #fff;
  color: #212121;
  padding: 15px 30px 15px 30px;
  margin-top: 0px;
}
.widget-stats .text-total {
  padding-right: 8px;
  font-weight: bold;
  text-align: right;
}
.widget-social {
  border-top: 0px solid !important;
}
td.text-gray {
  color: #666;
  padding-left: 8px !important;
}
.desaturate {
  opacity: 0.75;
}
._5v3q ._5pbw .fcg a {
  color: #225637 !important;
}
.content {
  margin-bottom: 30px;
}
.body-background {
  background-image: none;
  background-repeat: repeat;
  background-position: top center;
  background-size: cover;
  background-color: var(--body-bg, #fff);
  background-attachment: fixed;
  height: auto;
}
.carousel-control {
  width: 17.5% !important;
  display: none;
}
.col-xs-12.element-fixed-legend {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.widget-tickets h4.text-primary {
  color: #bfbfbf !important;
}
.carousel-caption h4 {
  font-size: 20px !important;
}
.navbar#main-menu {
  min-height: 90px;
}
#main-menu .header-right.pull-right.hidden-sm.hidden-md.hidden-lg {
  display: none;
}
#wrap {
  background-size: cover;
  margin: 0 auto 0px;
  padding: 0 0 0;
}
.footer-copyright {
  font-family: var(--paragraph-font-family);
  font-size: 1.4rem;
  color: inherit !important;
  margin-top: 10px !important;
  margin-bottom: 15px !important;
}
.default-footer a {
  color: #333333;
}
.footer-right a {
  color: #bfbfbf;
}
.footer-right {
  font-size: 26px !important;
}
.footer-center {
  font-size: 26px;
}
.default-footer a:hover {
  color: #000 !important;
}
#slider-background {
  border-bottom: 5px solid #fff;
  background-image: url('/assets/jukurit/images/slider-background.jpg');
}
#team-logos img {
  width: 5.82% !important;
  padding: 12px 19px 12px 19px !important;
}
.element-legend {
  margin-left: -15px;
}
.text-secondary {
  color: #ead8b7;
}
.navbar-brand img {
  max-width: 80px;
  padding-right: 0px;
  padding-left: 0px;
  padding-top: 0px;
  margin-top: var(--wn-space-4, 12px);
  margin-bottom: var(--wn-space-4, 12px);
  margin-left: 0;
  border-radius: 0px;
}
.widget-social {
  margin-top: 24px !important;
}
#carousel-logos .carousel-indicators {
  display: none;
}
.default-footer a:hover {
  text-decoration: none;
  color: #000;
}
#article h1,
#article h2,
#article h3,
#article h5,
#article h6,
#article .h1,
#article .h2,
#article .h3,
#article .h5,
#article .h6 {
  font-weight: var(--font-weight-otsikko);
  color: var(--text-color) !important;
}
#article h1:first-child {
  margin-top: 5px;
}
#article.content h2,
#article.content .row h2 {
  font-size: var(--heading-h2-font-size);
  margin: 0 0 10px 0;
  font-weight: var(--font-weight-otsikko);
  line-height: 1.1 !important;
}
#article .four-column .article {
  text-align: left;
}
#article .four-column .article h2:after {
  display: none;
}
#article.content h1 {
  font-size: var(--heading-h1-font-size);
}
.container-fluid.white.articlepage #article h2 {
  font-weight: var(--font-weight-otsikko) !important;
  font-size: var(--heading-h2-font-size);
}
#article.content h3,
#article h3 a {
  font-size: var(--heading-h3-font-size);
  font-weight: var(--font-weight-otsikko);
}
#article.content h4.text-primary,
#article.content h3,
#article h4.text-primary a {
  font-size: var(--heading-h3-font-size);
  font-weight: var(--font-weight-otsikko);
  color: var(--text-color);
}
#article.content h4,
#article h4 a {
  font-size: var(--heading-h4-font-size);
  font-weight: var(--font-weight-otsikko);
  color: var(--text-color);
}
#article.content h5,
#article.content h5 a {
  --font-weight-otsikko: 600;
  font-size: var(--heading-h5-font-size) !important;
  font-weight: var(--font-weight-otsikko) !important;
  font-family: var(--paragraph-font-family) !important;
  color: var(--text-color, #000) !important;
}
.container-fluid.white.articlepage #article h4.text-primary,
.container-fluid.white.articlepage #article .h4.text-primary {
  font-size: var(--heading-h3-font-size);
}
.container-fluid.white.articlepage #article h4,
.container-fluid.white.articlepage #article .h4 {
  font-size: var(--heading-h4-font-size);
}
.hr-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
  margin-bottom: 10px;
}
.hr-footer-primary {
  border-top: 1px solid #225637 !important;
  opacity: 0.5;
}
.btn-secondary {
  color: #fff;
  background-color: #ead8b7;
  border-color: #dec390;
}
.btn-secondary:hover {
  background-color: #e3cb9f;
}
.responsive-calendar {
  padding-bottom: 15px;
}
.articlepage #article {
  border-top: none;
  margin-top: 0px;
}
.veikkaa {
  font-size: 11px;
}
td.veto {
  padding: 1px;
  color: #fff;
  background-color: #333;
  border: 1px solid #333;
  max-width: 8.33% !important;
}
td.kerroin {
  background: none;
  border: 1px solid #333;
  padding: 0px 2px -1 3px;
  color: #fff;
  width: 30% !important;
}
td.vali {
  padding: 0px 1px;
}
.ylanuoli {
  background-image: url('/assets/liiga/images/nuoli_alas_ededed.png') !important;
  background-repeat: no-repeat !important;
  background-position: center top !important;
  background-size: 10px !important;
}
.widget-calendar .panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top: none !important;
}
.widget-news ul > li > a {
  font-size: 15px !important;
  font-weight: normal !important;
  padding-left: 0px !important;
}
#carousel-news .carousel-indicators {
  display: none;
}
.widget-calendar {
  padding: 15px 15px 0px 15px !important;
}
.widget-news-time {
  font-size: 12px !important;
  width: 100% !important;
  text-align: left !important;
  display: inline !important;
  color: #ead8b7 !important;
  border-right: 0px solid transparent !important;
}
.widget-news > h4.text-primary .glyphicon {
  display: none;
}
.widget-videos {
  background-color: transparent !important;
  padding: 15px !important;
  border-top: 0px solid transparent !important;
  margin-bottom: 0px;
}
.widget-calendar .nav-tabs > li > a {
  border-top: 0px !important;
  border-radius: 0px !important;
  margin-right: 0px !important;
}
.results-latest {
  color: #fff;
}
.widget-calendar .list-group {
  margin-bottom: 15px;
}
.widget-calendar .list-group-item {
  border: 1px solid #1b442b;
  padding: 5px 15px;
  background: #00207a;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMjA3YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDFjNTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #00207a 0%, #001c58 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00207a), color-stop(100%, #001c58));
  background: -webkit-linear-gradient(top, #00207a 0%, #001c58 100%);
  background: -o-linear-gradient(top, #00207a 0%, #001c58 100%);
  background: -ms-linear-gradient(top, #00207a 0%, #001c58 100%);
  background: linear-gradient(to bottom, #00207a 0%, #001c58 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00207a', endColorstr='#001c58', GradientType=0);
}
.widget-calendar .list-group-item a:hover {
  backgound-color: #225637 !important;
}
.widget-calendar .list-group-item:hover {
  backgound-color: #225637 !important;
}
.widget-calendar .list-group-item h4,
.h4 {
  text-align: center;
  color: #eee;
  margin-top: 6px;
  margin-bottom: 6px;
}
.widget-calendar .panel-title a:active,
a:visited,
a:focus {
  text-decoration: none !important;
}
.widget-calendar .panel-group {
  margin-bottom: 0px !important;
}
.widget-calendar .panel-body {
  padding: 15px;
  background-color: #225637;
}
.ruutu {
  max-width: 25%;
  padding: 0px 0px;
  height: auto;
}
.widget-calendar .list-group-item {
  margin: -1px 0 -1px 0 !important;
}
.widget-calendar .list-group-item a img {
  text-align: center;
}
.widget-calendar {
  border-top: 4px solid #225637;
  background-color: #fff;
  margin-bottom: 16px;
  padding: 16px;
}
#article:has(.page-buttons + #editor-content) .page-buttons {
  margin-top: 100px;
}
#basic-editor {
  margin-top: 100px;
}
.button-divider {
  margin-right: 5px;
}
.badge {
  padding: 0px !important;
  background: transparent !important;
}
h1,
h2,
h3,
h4,
h6 {
  font-weight: 700;
}
h5 {
  font-family: "Lato", sans-serif !important;
  font-weight: 600 !important;
}
.three-column {
  min-height: 150px !important;
}
.title-heading {
  margin-top: 0px;
}
.text-light {
  color: #bfbfbf;
}
.content-edit {
  background: #fff;
}
.three-column .article-title > h2 {
  font-size: 19px;
  line-height: 22px;
}
.widget-videos .article-title > h2 {
  margin-top: 10px !important;
  font-size: 15px;
  line-height: 17px;
}
.widget-videos .article-link {
  display: none !important;
}
#article .article-aligned .article-title > h2 {
  font-size: 21px !important;
  line-height: 24px !important;
}
.btn-xs,
.btn-group-xs > .btn {
  line-height: 1.4 !important;
}
.carousel-caption h1 {
  margin-bottom: 0px;
  margin-top: 0px;
  font-size: var(--slider-title-font-size);
  line-height: var(--slider-title-line-height);
  text-shadow: var(--slider-title-text-shadow);
  color: var(--slider-color);
  font-weight: var(--slider-title-font-weigth);
  letter-spacing: var(--slider-title-letter-spacing);
  text-transform: uppercase;
}
.carousel-caption h1 > img {
  width: clamp(150px, 30vw, 300px);
}
.carousel-caption h1:hover {
  color: #9BaBBB1;
}
#carousel-news .carousel-caption h1:hover {
  color: #9BaBBB1 !important;
  text-decoration: none !important;
}
.carousel-caption p {
  font-size: var(--slider-text-font-size) !important;
  line-height: var(--slider-text-line-height);
  font-weight: var(--slider-text-font-weigth);
  color: var(--slider-color);
  text-shadow: var(--slider-text-shadow);
  letter-spacing: 0.02em;
  margin-top: 15px;
  display: block !important;
}
.panel-heading > h4:after {
  content: no-close-quote !important;
}
.list-group-item:first-child {
  border-top-right-radius: 0px !important;
  border-top-left-radius: 0px !important;
}
.carousel-indicators {
  top: 15px !important;
  right: 0% !important;
  width: 20% !important;
  margin-right: 5% !important;
  text-align: right !important;
  height: 20px;
}
.slider-filter {
  display: none;
  background-image: linear-gradient(transparent 50%, #000 100%);
  background-image: linear-gradient(transparent 50%, var(--brand-secondary, #000) 100%);
  opacity: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.default-footer h5 {
  margin-bottom: 36px;
}
.default-footer h4 {
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 7.5px;
  margin-top: 0px;
}
.sidebar {
  margin-top: 15px !important;
  margin-left: 0px !important;
  padding-right: 0px !important;
  padding-bottom: 30px;
}
.thumbnail {
  border: 0px solid transparent !important;
}
.widget-social .thumbnail {
  padding: 8px;
  margin: 0px;
}
#instagram {
  padding: 8px;
}
.widget-logos {
  background-color: transparent;
  margin-top: 30px;
  margin-bottom: 16px;
}
.widget-logos .thumbnail {
  background-color: transparent;
}
.element-edit {
  padding-right: 16px;
}
.logos {
  padding: 15px;
}
.logo {
  max-width: 100px;
}
.widget h4 {
  font-size: 17px;
  padding: 12px 0 0 0px;
}
#events .widget-news {
  background: rgba(22, 182, 234, 0.05);
}
.widget-tickets {
  margin: 0px 0px;
  padding: 16px;
  min-height: 99px !important;
}
.panel-group .panel + .panel {
  margin-top: -1px !important;
}
.widget-tickets h1 {
  color: #bfbfbf;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 24px;
}
.widget-tickets h1.team-logo .text-light {
  color: #fff;
}
.widget-tickets .btn {
  margin-top: 7.5px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
  text-transform: uppercase;
  border-radius: 30px;
  background-color: transparent !important;
  border-color: #225637 !important;
}
.widget-tickets .btn h1 {
  padding: 2.5px 0px;
  font-size: 22px;
}
.widget-tickets h3 {
  text-transform: uppercase;
  font-size: 19px;
  margin-top: 7.5px;
  margin-bottom: 5px;
}
.widget-tickets h4 {
  margin-bottom: 0px;
  margin-top: 0px;
  font-size: 17px;
}
.widget-tickets .logo {
  display: inline-block;
  margin: 0px 7.5px !important;
}
#article {
  display: flex;
  flex-flow: column nowrap;
  background-color: transparent;
  padding-top: 16px;
  margin-top: 15px;
  min-height: 300px;
  float: left;
  width: 100%;
  padding-bottom: 15px;
}
#article > .row {
  margin-left: 0;
  margin-right: 0;
}
#wrap .white {
  padding-left: 0;
  padding-right: 0;
}
#wrap .white > .container > .row {
  margin-left: 0;
  margin-right: 0;
}
#wrap .white > .container > .row > .col-xs-12.col-md-12:first-child {
  padding-left: 0;
  padding-right: 0;
}
.container-fluid.white .content hr {
  border-top: var(--hr-border-width) solid var(--hr-color);
  margin-top: var(--hr-margin-top);
  margin-bottom: var(--hr-margin-bottom);
}
.element-separator hr {
  border-top: var(--hr-border-width) var(--hr-border-style) var(--hr-color);
  margin-top: var(--hr-margin-top);
  margin-bottom: var(--hr-margin-bottom);
}
.widget-sidebar {
  background-color: #fff;
  padding-top: 16px;
  border-top: 4px solid #225637;
}
#carousel-news {
  margin-top: 0px;
}
#carousel-news .carousel-caption a[href="#article"]::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  mask-image: url(https://storage.googleapis.com/wise-cdn/assets/kotoclub/images/OulunGolf_arrow_down%20copy_white.svg);
  background-color: var(--brand-primary, #fff);
  mask-position: center;
  mask-repeat: no-repeat;
  z-index: 1;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
#carousel-news .carousel-caption {
  text-align: left;
  text-shadow: none !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 60px 0 clamp(15px, 9vw, 115px) 0;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  justify-content: center;
  align-items: start;
  margin: auto;
  padding-top: 115px;
}
/*
.carousel-inner > .item {
    height: 600px;
    max-height: 90vh;
}
*/
.carousel-inner > .item.active {
  left: 0;
}
.navbar-brand {
  position: relative;
}
#visitor-menu {
  margin-left: 0px;
  margin-right: 0px !important;
}
.navbar-brand:hover {
  background-color: transparent;
}
.table-striped > thead > tr > th {
  color: #FFF;
  background-color: #386E6E;
  font-size: 14px;
}
/* Start Small devices (desktops, max 768px) */
@media (max-width: 899px) {
  /* OMAT LUOKAT - MOBIILI */
  .section-es-info,
  .section-es-info > .boxed {
    display: flex;
    flex-flow: row wrap;
  }
  .section-es-info > .col-xs-12:nth-child(1),
  .section-es-info > .boxed > .col-xs-12:nth-child(1) {
    border-radius: 8px 8px 0 0;
    width: 100%;
  }
  .section-es-info > .col-xs-12:nth-child(2),
  .section-es-info > .boxed > .col-xs-12:nth-child(2) {
    border-radius: 0;
    margin-top: 1px;
    margin-right: 0;
    width: 100%;
  }
  .section-es-info > .col-xs-12:nth-child(3),
  .section-es-info > .boxed > .col-xs-12:nth-child(3) {
    border-radius: 0 0 8px 8px;
    margin-top: 1px;
    margin-right: 0;
    width: 100%;
  }
  .section-es-info > .col-xs-12:nth-child(4),
  .section-es-info > .boxed > .col-xs-12:nth-child(4) {
    width: 100%;
    margin-top: 30px;
  }
  .section-es-info > .col-xs-12:nth-child(-n+3),
  .section-es-info > .boxed > .col-xs-12:nth-child(-n+3) {
    margin-right: 0px;
  }
  .es-ajankohtaista-painikkeet .boxed > .col-xs-12 {
    width: 50%;
  }
  .es-ajankohtaista-painikkeet .boxed > .col-xs-12 .btn {
    width: 100% !important;
  }
  .section-es-kentta .element-cdn-image {
    order: -1;
  }
  #article :is(.section-news, .section-events) {
    width: 100%;
    max-width: 100%;
  }
  #article .valiviivat,
  #article .valiviivat .boxed {
    flex-flow: column nowrap;
  }
  #article .valiviivat > * + *,
  #article .valiviivat .boxed > * + * {
    border-left: 0px solid var(--harmaa);
  }
  #article .section-es-nostot {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  #article .row.section-es-nostot .over:first-child .article-image {
    border-radius: 8px 8px 0 0;
  }
  #article .row.section-es-nostot .over:last-child .article-image {
    border-radius: 0 0 0 0;
  }
  #article .row.section-es-nostot + .row.section-es-nostot .over:first-child .article-image {
    border-radius: 0 0 0 0;
  }
  #article .row.section-es-nostot + .row.section-es-nostot .over:last-child .article-image {
    border-radius: 0 0 8px 8px;
  }
  #article .section-es-nostot .article.over .article-image {
    margin-left: auto !important;
    margin-right: auto !important;
    width: calc(100% - 30px);
    border-radius: 0;
  }
  .container-fluid.white #article .kuvatausta .col-xs-12:has(.element-cdn-image),
  .container-fluid.white #article .kuvatausta .col-xs-12:not(.element-cdn-image) {
    position: relative;
    max-width: 100%;
    left: unset;
    order: 1;
  }
  .container-fluid.white #article .kuvatausta .col-xs-12:not(.element-cdn-image) {
    order: 2;
  }
  #wrap .container-fluid.white #article .kuvatausta .element-cdn-image {
    max-height: unset;
    overflow: auto;
  }
  .container-fluid.white #article .kuvatausta .element-cdn-image img {
    position: static;
  }
  #wrap .container-fluid.white #article .kuvatausta {
    display: flex;
    flex-flow: column nowrap;
    padding-top: 0;
    padding-bottom: 0;
  }
  .kuvatausta .element-text {
    background-color: var(--body-bg);
    padding: 0;
    margin-top: var(--grid-gutter-width);
    margin-bottom: var(--grid-gutter-width);
  }
  :is(.row.col-divider, .row.col-divider .boxed) > .col-xs-12 {
    padding-top: var(--grid-gutter-width);
    padding-bottom: var(--grid-gutter-width);
  }
  :is(.row.col-divider, .row.col-divider .boxed) > .col-xs-12:first-child {
    padding-top: 0;
  }
  :is(.row.col-divider, .row.col-divider .boxed) > .col-xs-12:last-child {
    padding-bottom: 0;
  }
  :is(.row.col-divider, .row.col-divider .boxed) > .col-xs-12:nth-child(n+2)::after {
    content: "";
    width: 100%;
    background-color: var(--text-color);
    height: var(--hr-border-width);
    position: absolute;
    top: 0;
    left: 0;
    transform: translatey(-50%);
  }
  /* OMAT LUOKAT - MOBIILI -END */
  /* SIVUPALKKI - MOBIILI */
  .container-fluid.white.articlepage > .container > .row {
    flex-flow: column-reverse nowrap;
  }
  .container-fluid.white.articlepage > .container > .row > .col-xs-12.col-md-8 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .container-fluid.white.articlepage > .container > .row > .col-xs-12.col-md-4.pull-right {
    display: none;
  }
  .container-fluid.white.articlepage > .container > .row > .col-xs-12:first-child {
    padding-left: 0;
    padding-right: 0;
  }
  /* SIVUPALKKI - MOBIILI - END */
  /* TAITTOTYYLI 1 - MOBIILI */
  .container-fluid.titlebar1 {
    padding: 0px 15px !important;
  }
  .container-fluid.titlebar1 img {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .container-fluid.titlebar1 > .container > .row > .col-xs-12.col-md-4 {
    padding-left: 0;
    padding-right: 0;
  }
  .container-fluid.titlebar1 > .container > .row > .col-xs-12.col-md-8 {
    padding: 30px 0 0 0;
  }
  .container-fluid.titlebar1 .element-cdn-image {
    padding-left: 0;
    padding-right: 0;
  }
  /* TAITTOTYYLI 1 - MOBIILI - END */
  /* TAITTOTYYLI 2 - MOBIILI */
  .container-fluid.titlebar2 img.img-responsive {
    margin-left: auto;
    margin-right: auto;
  }
  .container-fluid.titlebar2 .article-date {
    margin-top: 0;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
  /* TAITTOTYYLI 2 - MOBIILI - END */
  /* TAITTOTYYLI 3 - MOBIILI */
  .container-fluid.titlebar3 {
    flex-flow: row wrap;
    min-height: unset;
  }
  .container-fluid.titlebar3 .col-xs-12.element-cdn-image {
    order: 1;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    margin-bottom: 0;
  }
  .container-fluid.titlebar3 .col-xs-12 img {
    position: relative;
  }
  .container-fluid.titlebar3 > .container {
    padding: 30px 0 30px 0;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    order: 2;
  }
  /* TAITTOTYYLI 3 - MOBIILI - END */
  /* ARTIKKELIARKISTO - MOBIILI */
  .article-archive .container-fluid.white.articlepage > .container > .row #article > .col-xs-12.article-aligned {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .article-archive .articlepage #article > .article-aligned.col-xs-12 > .col-xs-12.col-sm-8 {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
    display: block;
  }
  .article-archive .container-fluid.white.articlepage > .container > .row > .col-xs-12.col-md-8 #article > .article {
    padding-left: 15px;
    padding-right: 15px !important;
    display: flex;
    flex-flow: column nowrap;
  }
  .article-archive .container-fluid.white.articlepage > .container > .row > .col-xs-12.col-md-8 #article > .article .article-image {
    order: -1;
  }
  .article-archive .container-fluid.white.articlepage > .container > .row > .col-xs-12.col-md-8 #article > .article .article-title.hidden-sm.hidden-md.hidden-lg {
    order: -1;
  }
  .article-archive .container-fluid.white.articlepage > .container > .row > .col-xs-12.col-md-8 #article > .row {
    padding: 0 !important;
  }
  .article-archive .container-fluid.white.articlepage > .container > .row > .col-xs-12.col-md-8 #article > .row > .article {
    padding-left: 15px;
    padding-right: 15px !important;
  }
  .article-archive .container-fluid.white.articlepage #article h2 {
    font-size: 21px;
  }
  /* ARTIKKELIARKISTO - MOBIILI - END */
  /* SLIDER - MOBIILI */
  #carousel-news::after {
    /* bottom: 80px; */
  }
  #carousel-news .item {
    /* --top-menu-height: 41px; */
    /* background-image: url(https://storage.googleapis.com/wise-cdn/assets/kotoclub/images/slider-mobiili.png); */
    /* background-size: cover; */
    /* background-position: center; */
    /* background-repeat: no-repeat; */
  }
  #carousel-news .item img {
    /* opacity: 0; */
  }
  /* SLIDER - MOBIILI - END */
  /* FOOTER MOBILE XS */
  #footer .social {
    justify-content: center;
  }
  #footer .footer-logo {
    margin-right: auto;
    margin-left: auto;
  }
  #footer h4 {
    margin-top: var(--grid-gutter-width);
  }
  #footer a.btn {
    max-width: 200px;
    text-align: center;
    --button-margin: 8px auto;
  }
  /* FOOTER MOBILE XS - END */
  #article .table-responsive {
    border-width: 0;
  }
  #datatable-invoices_wrapper {
    overflow-x: scroll;
  }
  .cg-maksut .table-responsive > .table > thead > tr > th,
  .cg-maksut .table-responsive > .table > tbody > tr > th,
  .cg-maksut .table-responsive > .table > tfoot > tr > th,
  .cg-maksut .table-responsive > .table > thead > tr > td,
  .cg-maksut .table-responsive > .table > tbody > tr > td,
  .cg-maksut .table-responsive > .table > tfoot > tr > td {
    white-space: normal;
  }
  .cg-ajankohtaista .col-xs-12.col-md-8 #article .col-xs-12.article .article-title.hidden-xs h2 {
    font-size: 20px !important;
  }
  .cg-ajankohtaista .col-xs-12.col-md-8 #article .col-xs-12.article .article-title.hidden-sm.hidden-md.hidden-lg h2 {
    font-size: 20px !important;
  }
  .cg-ajankohtaista .col-xs-12.col-md-8 #article .col-xs-12.article.col-sm-6 .article-title h2 {
    font-size: 20px !important;
  }
  /*
.eventlister table, .eventlister thead, .eventlister tbody, .eventlister th, .eventlister td, .eventlister tr {
			display: block;
		}
*/
  .eventlister .name {
    padding: 4px 8px;
  }
  .eventlister .place {
    padding: 0px 8px 8px 8px;
  }
  .eventlister .category {
    border-top: 0px solid var(--blue-600);
    padding: 4px 8px 0px 8px;
  }
  /*
.eventlister td.place:before {
    content: "Paikka: ";
    display: block;
    float: left;
    margin-right: 4px;
    font-weight: 400;
}
 */
  .navbar#main-menu {
    min-height: 60px;
  }
  .col-xs-12.embed-reservationtable {
    padding: 0px;
  }
  .slider .carousel-caption .btn-primary {
    margin-top: 5px !important;
    margin-bottom: 10px;
    display: block !important;
  }
  .link-kilpailut {
    border-radius: 0px 0px 0px 0px;
  }
  .link-yhteys {
    border-radius: 0px 0px 0px 0px;
  }
  .link-avoinna {
    border-radius: 0px 0px 0px 0px;
  }
  .link-varaus {
    border-radius: 0px 0px 0px 0px;
  }
  .link-jaseneksi {
    border-radius: 0px 0px 0px 0px;
  }
  .navbar-brand img {
    max-width: 60px;
    padding-right: 0px;
    padding-left: 0px;
    margin-top: var(--wn-space-3);
    margin-bottom: var(--wn-space-3);
    padding-top: 0px;
    border-radius: 0px;
    margin-left: calc(var(--grid-gutter-width) / 4);
  }
  .navbar-default .navbar-brand {
    margin-left: 0px;
    position: relative;
  }
  #article .four-column .over .article-title {
    width: 100%!important;
    bottom: 0px;
  }
  #article .three-column .over .article-title {
    width: 100%!important;
    bottom: 0px;
  }
  #article .over {
    margin-bottom: 15px;
  }
  .widget-news {
    padding: 15px 0px 15px 0px;
  }
  .container-fluid.titlebar2 .writer {
    background-color: var(--tt2-date-bg);
    color: var(--tt2-date-color);
    padding: var(--tt2-date-padding);
  }
  .container-fluid.titlebar2 .article-date {
    margin-top: 0px;
  }
  .container-fluid.titlebar2 .container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .container-fluid.titlebar2 .container .row {
    margin-left: 0;
    margin-right: 0;
  }
  .container-fluid.titlebar2 .container .row > .col-xs-12 {
    padding-left: 0;
    padding-right: 0;
  }
  .container-fluid.titlebar2 .col-xs-12.element-cdn-image {
    margin-bottom: 0;
  }
  .navbar-inverse .navbar-nav > li.search a {
    padding: 10px 15px;
  }
  .navbar-inverse .navbar-nav > li.join a {
    padding: 10px 15px;
  }
  #footer .img-responsive.footer-logo {
    max-width: 130px;
    width: 100%;
    padding-right: 0px;
    margin: 0 auto 15px auto;
  }
  #footer a .social {
    margin-bottom: 60px;
  }
  #footer .col-sm-8 a p {
    margin-bottom: 60px;
  }
  #footer .footer-copyright p {
    text-align: center;
  }
  #footer .col-sm-8 a p {
    font-size: 13px !important;
  }
  #footer .col-sm-8 img {
    max-height: 75px;
  }
  .navbar-toggle .icon-bar {
    height: 3px;
    width: 25px !important;
  }
  .top-nav > li.active a {
    color: var(--brand-secondary);
  }
  #main-menu .dropdown-menu > li.active > a {
    color: var(--brand-secondary-190) !important;
    background: var(--brand-secondary-005);
  }
  #footer-menu > li {
    float: none !important;
    text-align: center;
  }
  .no-lead .article-caption {
    display: none;
  }
  .link-ajanvaraus,
  .link-kilpailut,
  .link-aukioloajat,
  .link-yhteystiedot,
  .link-koulutukset,
  .link-verkkolehti {
    margin-bottom: 0px;
  }
  .cg-koulutukset-ja-tapahtumat #article .row.three-column .col-sm-4:nth-child(1) {
    width: 100%;
  }
  .cg-koulutukset-ja-tapahtumat #article .row.three-column .col-sm-4:nth-child(2) {
    width: 100%;
  }
  .cg-koulutukset-ja-tapahtumat #article .row.three-column .col-sm-4:nth-child(3) {
    width: 100%;
  }
  /* SIDE MOBIILI */
  #side {
    display: flex;
    position: fixed;
    bottom: 0;
    top: unset;
    left: 0;
    right: 0;
    width: 100%;
    gap: 0;
    -webkit-transform: unset;
    transform: unset;
    z-index: 800;
    text-align: center;
    pointer-events: none;
    justify-content: center;
    flex-flow: row;
  }
  #side a {
    float: left;
    width: 62px;
    height: 65px;
    pointer-events: auto;
    flex-grow: 1;
  }
  #side span {
    background-size: 25px;
  }
  /* SIDE MOBIILI - END */
  .eventlister {
    margin-left: 0px;
    margin-right: 0px;
  }
  #article .eventlister tbody tr:last-child td {
    font-weight: 400;
    font-size: 14px !important;
    padding-right: 20px;
  }
  .eventlister tbody tr:last-child td p {
    font-size: 14px !important;
  }
  #article p,
  #footer p {
    font-size: 16px !important;
  }
  #wrap .white-triangle-top {
    margin-top: -30px;
    background: linear-gradient(to top right, #fff 0, #fff 48%, transparent 50%, transparent 100%);
    height: 30px;
  }
  #wrap .white-triangle-bottom {
    background: linear-gradient(to bottom left, #fff 0, #fff 48%, transparent 50%, transparent 100%);
    position: relative;
    height: 30px;
  }
  h1.team-logo {
    margin-top: -10px;
  }
  #footer .img-responsive {
    margin-bottom: 15px;
  }
  .footer-copyright p {
    font-size: 13px;
  }
  .two-column > .col-xs-12.article,
  .three-column > .col-xs-12.article {
    margin-bottom: 15px;
  }
  .widget-videos .article-image {
    margin-left: 0px;
    margin-right: 0px;
  }
  #main-menu {
    padding-left: 0px;
    padding-right: 0px;
  }
  .top-nav .active .sub-nav {
    padding-bottom: 0px;
  }
  #article .article-date {
    font-size: 13px !important;
  }
  nav.navbar > .navbar-collapse:before {
    content: " ";
    display: table;
  }
  .article-image {
    margin-left: 0px;
    margin-right: 0px;
  }
  .top-nav > li a {
    height: 50px;
    line-height: 50px;
    border-top: 0px solid rgba(255, 255, 255, 0.1);
    padding: 0px 13px 0px 20px;
  }
  #navbar-mobile button.navbar-toggle {
    display: none;
  }
  #wrap .services h4 {
    font-size: 14px;
  }
  #wrap .services .col-xs-6 {
    padding-left: 2.5px;
    padding-right: 2.5px;
  }
  #wrap .services {
    padding-left: 15px;
    padding-right: 15px;
  }
  .services h1 {
    font-size: 28px;
  }
  #top-content h3 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 15px 0px;
  }
  .light-gray h1 {
    font-size: 20px;
  }
  .article-aligned {
    padding-left: 15px;
    padding-right: 15px;
  }
  #wrap .black,
  #wrap .dark-gray {
    padding: 0 15px 10px 15px;
  }
  .navbar-inverse .navbar-nav > li > a {
    padding: 10px !important;
  }
  .navbar-inverse .navbar-toggle {
    margin-top: var(--wn-space-3);
    margin-bottom: var(--wn-space-3);
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    margin-top: -15px !important;
  }
  #carousel-news .carousel-caption {
    width: calc(100% - var(--grid-gutter-width) * 2);
    left: 0;
    right: 0;
  }
  .widget-calendar > .title-heading > img {
    visibility: hidden;
  }
  #wrap {
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  #slider-background {
    margin-top: -18px;
  }
  #article {
    margin-bottom: 0px;
  }
  .widget-shop {
    margin-top: 15px;
  }
  .widget-tickets {
    margin-top: 0px;
  }
  .widget-videos {
    margin-bottom: 0px;
  }
  .widget-calendar {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .sidebar {
    margin-top: 16px !important;
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .content {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  #visitor-menu {
    margin-left: 0px !important;
    margin-bottom: 16px;
  }
  #navbar-mobile {
    margin-left: 0px !important;
  }
  #toggle-margin {
    margin-right: 0px !important;
  }
  .navbar-brand {
    padding: 0px 0px 0px 5px !important;
    max-width: 200px;
    padding-top: 15px;
    height: auto !important;
  }
  #main-menu {
    margin-left: 0px;
    margin-right: 0px;
  }
  .small-devices {
    margin-left: 0px !important;
    margin-right: 0px !important;
    height: auto;
  }
  .widget-tickets {
    text-align: center;
  }
  .widget-tickets h4 {
    padding-top: 0px;
    padding-bottom: 10px;
  }
  .widget-tickets .btn {
    margin-top: 35px;
  }
  .widget-tickets .logo {
    padding-top: 5px;
  }
  .container-fluid.main-menu {
    padding: 0px;
  }
}
/* End Small devices (desktops, max 768px) */
/* Start medium devices (tablets, 768px and up) */
@media (min-width: 900px) and (max-width: 1091px) {
  /* OMAT LUOKAT - SM */
  #article :is(.section-news, .section-events) {
    width: 100%;
    max-width: 100%;
  }
  .section-es-info,
  .section-es-info > .boxed {
    display: flex;
    flex-flow: row wrap;
  }
  .section-es-info > .col-xs-12:nth-child(1),
  .section-es-info > .boxed > .col-xs-12:nth-child(1) {
    border-radius: 8px 0 0 8px;
  }
  .section-es-info > .col-xs-12:nth-child(3),
  .section-es-info > .boxed > .col-xs-12:nth-child(3) {
    border-radius: 0 8px 8px 0;
    margin-right: 0;
  }
  .section-es-info > .col-xs-12:nth-child(4),
  .section-es-info > .boxed > .col-xs-12:nth-child(4) {
    width: 100%;
    margin-top: 30px;
  }
  /* OMAT LUOKAT - SM */
  /* ARTIKKELIARKISTO - SM */
  @supports (display: grid) {
    .article-archive #article > .article {
      display: grid !important;
      grid-template-areas: "image title" "image date" "image caption" "image link";
      grid-template-rows: 1fr auto auto 1fr;
      grid-template-columns: repeat(2, 50%);
      align-items: center;
    }
    .article-archive #article .article .article-image {
      grid-area: image;
      margin-bottom: 0px !important;
    }
    .article-archive #article .article .article-title {
      margin-top: auto;
    }
    .article-archive #article .article .article-link {
      margin-bottom: auto;
      grid-area: link;
    }
    .article-archive #article .article .article-title,
    .article-archive #article .article .article-date,
    .article-archive #article .article .article-link,
    .article-archive #article .article .article-caption {
      padding-left: 30px;
    }
    .article-archive .container-fluid.white #article > .row {
      display: flex;
      flex-flow: column nowrap;
    }
    .article-archive .container-fluid.white #article > .row .article {
      width: 100%;
      padding-right: 15px !important;
      display: grid !important;
      grid-template-areas: "image title" "image date " "image caption" "image link ";
      grid-template-rows: 1fr auto auto 1fr;
      grid-template-columns: repeat(2, 50%);
      align-items: center;
      padding-left: 15px !important;
    }
  }
  /* ARTIKKELIARKISTO - SM - END */
  /* TAITTOTYYLI 2 - SM */
  .container-fluid.titlebar2 .article-date {
    margin-top: 0;
  }
  /* TAITTOTYYLI 2 - SM - END */
  #article > .article-aligned.col-xs-12 {
    flex-flow: column;
  }
  #article > .article-aligned.col-xs-12 + .col-xs-12.article-aligned {
    flex-flow: column;
  }
  #article > .article-aligned.col-xs-12 .article-image {
    width: 100%;
    flex: 100%;
  }
  #article > .article-aligned.col-xs-12 > .col-xs-12.col-sm-8 {
    width: 100%;
    flex: 100%;
  }
  #datatable-invoices_wrapper {
    overflow-x: scroll;
  }
  .navbar-brand img {
    max-width: 80px;
    margin-top: 18px;
  }
  .wn-lister-element .col-xs-12.col-sm-6.col-md-4.col-lg-4 {
    width: 16.6667%;
  }
  #article .over .article-caption {
    font-size: 13px;
  }
  #article .over .article-title {
    width: calc(100% - 40px) !important;
  }
  .cg-ratas .container-fluid.titlebar1 .element-image:after {
    width: 200px;
    height: 170px;
    top: 120px;
    left: -80px;
  }
  .container-fluid.titlebar1 img {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
  }
  .container-fluid.titlebar1 .col-xs-12.col-md-4 .element-legend .element-fixed-legend p {
    color: #fff;
    font-size: 14px;
  }
  .container-fluid.titlebar1 .col-xs-12.col-md-4 .element-legend .element-fixed-legend {
    text-align: left;
  }
  .over .article-title {
    width: calc(100% - 22.5px) !important;
  }
  #footer .col-sm-8 img {
    max-height: 100px;
  }
  #footer p {
    font-size: 14px;
  }
  /*
    #main-menu .top-nav > li:last-child a {
        display: none;
    } */
  .cg-koulutukset-ja-tapahtumat #article .row.three-column .col-sm-4:nth-child(1) {
    width: 100%;
  }
  .cg-koulutukset-ja-tapahtumat #article .row.three-column .col-sm-4:nth-child(2) {
    width: 100%;
  }
  .cg-koulutukset-ja-tapahtumat #article .row.three-column .col-sm-4:nth-child(3) {
    width: 100%;
  }
  .row.three-column .col-xs-12.element-image.video iframe {
    height: 127px;
  }
  .row.two-column .col-xs-12.element-image.video iframe {
    height: 207px;
  }
  .col-xs-12.element-image.video iframe {
    height: 425px;
  }
  #article .three-column .over h2 {
    margin-top: 30px !important;
    font-size: 16px !important;
    line-height: 16px !important;
  }
  .over .article-date {
    bottom: 0px !important;
  }
  #visitor-menu .navbar-inverse .navbar-nav > li > a {
    padding: 14px 7.5px 15px 7.5px;
  }
  #visitor-menu > ul.nav.navbar-nav:first-child {
    display: block;
  }
  .navbar-inverse .navbar-nav > li {
    font-size: 11px !important;
  }
  #carousel-news .carousel-caption p {
    font-size: 16px;
    line-height: 24px;
  }
  #wrap .white-triangle-top {
    margin-top: -30px;
    height: 30px;
  }
  #wrap .white-triangle-bottom {
    height: 30px;
  }
  .widget-videos .article-image {
    margin-left: 0px;
    margin-right: 0px;
  }
  #carousel-news .carousel-caption {
    left: 0;
    right: 0;
    width: 60%;
    max-width: var(--boxed-max-width);
  }
  .widget-tickets h4 {
    font-size: 18px;
  }
  .services h1 {
    font-size: 28px;
  }
  #wrap .black,
  #wrap .dark-gray {
    padding: 15px 15px;
  }
  #wrap .services h4 {
    font-size: 14px;
  }
  #top-content h3 {
    font-size: 13.5px;
  }
  .numbers {
    font-size: 15px;
  }
  .sub-nav > li a {
    font-size: 11px !important;
    padding: 0 5px;
  }
  #visitor-menu {
    margin-left: 0px !important;
    margin-right: 0px;
  }
  .sidebar {
    padding-left: 0px !important;
    padding-right: 0px!important;
    margin-top: 16px !important;
  }
}
/* Start medium devices (tablets, 768px and up) */
@media (min-width: 1092px) and (max-width: 1299px) {
  /* OMAT LUOKAT - MD */
  #article .section-news {
    width: 30%;
    max-width: 100%;
  }
  #article .section-events {
    width: 70%;
    max-width: 100%;
  }
  /* OMAT LUOKAT - MD - END */
  .navbar-brand img {
    max-width: 80px;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  /*
     .cg-etusivu .container-fluid.main-menu::before {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.3) !important;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }
    */
  #datatable-invoices_wrapper {
    overflow-x: scroll;
  }
  /*
    .cg-etusivu .container-fluid.main-menu {
	position: absolute;
	left: 0;
	right: 0;
    }
    
    .cg-etusivu .container-fluid.white.articlepage {
        margin-top: 120px;
    }
    .cg-etusivu .container-fluid.white.articlepage::before {
        content: "";
        position: absolute;
        background: #000;
        left: 0;
        right: 0;
        height: 120px;
        width: 20px;
        top: 51px;
        width: 100%;
    }
    */
  .two-column > .col-xs-12:first-child {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .two-column > .col-xs-12:nth-child(2) {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cg-ratas .container-fluid.titlebar1 .element-image:after {
    width: 150px;
    height: 130px;
    top: 20px;
    left: -60px;
  }
  #footer p {
    font-size: 15px;
  }
  .carousel-control {
    width: 15% !important;
  }
  .row.three-column .col-xs-12.element-image.video iframe {
    height: 167px;
  }
  .row.two-column .col-xs-12.element-image.video iframe {
    height: 264px;
  }
  .col-xs-12.element-image.video iframe {
    height: 550px;
  }
  #carousel-news .carousel-caption {
    width: 60%;
    max-width: var(--boxed-max-width);
    left: 0;
    right: 0;
  }
  .carousel-caption p {
    font-size: 18px;
    line-height: 26px;
  }
  .sub-nav > li a {
    font-size: 12.5px !important;
    padding: 0 10px;
  }
  #team-logos img {
    padding: 9px 17px 9px 17px !important;
  }
  .widget-tickets h4 {
    font-size: 15px;
  }
  .widget-tickets h1 {
    font-size: 22px;
  }
}
/* Start large desktop devices (desktops, 1140px and up) */
@media (min-width: 1300px) {
  .wn-lister-element .col-xs-12.col-sm-6.col-md-4.col-lg-4 {
    width: 10%;
  }
  .row.three-column .col-xs-12.element-image.video iframe {
    height: 197px;
  }
  .row.two-column .col-xs-12.element-image.video iframe {
    height: 310px;
  }
  .col-xs-12.element-image.video iframe {
    height: 640px;
  }
  #carousel-news .carousel-caption {
    left: 0;
    width: 70%;
    max-width: var(--boxed-max-width);
  }
  .services h1 {
    font-size: 37px !important;
  }
  .desaturate {
    margin-top: 0px !important;
  }
}
/* Start desktop devices (desktops, 992px and up) */
@media (min-width: 1092px) {
  /* ARTIKKELIARKISTO - DESKTOP */
  @supports (display: grid) {
    .article-archive #article > .article {
      display: grid !important;
      grid-template-areas: "image title" "image date" "image caption" "image link";
      grid-template-rows: 1fr auto auto 1fr;
      grid-template-columns: repeat(2, 50%);
      align-items: center;
    }
    .article-archive #article .article .article-image {
      grid-area: image;
      margin-bottom: 0px;
    }
    .article-archive #article .article .article-title {
      margin-top: auto;
    }
    .article-archive #article .article .article-link {
      margin-bottom: auto;
      grid-area: link;
    }
    .article-archive #article .article .article-title,
    .article-archive #article .article .article-date,
    .article-archive #article .article .article-link,
    .article-archive #article .article .article-caption {
      padding-left: 30px;
    }
    .article-archive .container-fluid.white #article > .row {
      display: flex;
      flex-flow: column nowrap;
    }
    .article-archive .container-fluid.white #article > .row .article {
      width: 100%;
      padding-right: 15px !important;
      display: grid !important;
      grid-template-areas: "image title" "image date" "image caption" "image link";
      grid-template-rows: 1fr auto auto 1fr;
      grid-template-columns: repeat(2, 50%);
      align-items: center;
      padding-left: 15px !important;
    }
  }
  /* ARTIKKELIARKISTO - DESKTOP - END */
  /* PANEL */
  .articlepage .panel {
    padding-right: 50px;
  }
  .articlepage #basic-editor .panel {
    padding-right: 0;
  }
  /* PANEL - END */
  /* Läpinäkyvä valikko */
  /*
    .cg-etusivu .container-fluid.main-menu {
	position: sticky;
	left: 0;
	right: 0;
	top: 0;
	z-index: 11;
	overflow: hidden;
	background: transparent; 
    }
    .cg-etusivu .container-fluid.main-menu::before {
        content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
	background-color: rgba(0,0,0,0.3) !important;
    }
    */
  .cg-etusivu #wrap {
    margin-top: -115px;
  }
  .cg-etusivu .container-fluid.white.articlepage {
    margin-top: 120px;
  }
  /*
    .cg-etusivu .container-fluid.white.articlepage::before {
        content: "";
        position: absolute;
        background: #000;
        left: 0;
        right: 0;
        height: 120px;
        width: 20px;
        top: 51px;
        width: 100%;
    }
    .cg-etusivu .top-nav > li a {
	color: #fff;
    }
    .cg-etusivu .navbar-brand img {
        filter: brightness(0) invert(1);
        -webkit-filter: brightness(0) invert(1);
    }
    */
  .cg-kenttaesittely .row.three-column {
    display: flex;
    gap: 25px;
  }
  .cg-ajankohtaista .two-column > .col-xs-12:nth-child(2) {
    padding-left: 15px;
  }
  .wn-lister-element .col-xs-12.col-sm-6.col-md-4.col-lg-4 {
    width: 12.5%;
  }
  .services .glyphicon {
    font-size: 19px;
  }
  .services h1 {
    font-size: 33px;
  }
  div#subscribe-newsletter div.form-group.row div.col-md-6:nth-child(1) {
    padding-right: 7.5px !important;
  }
  div#subscribe-newsletter div.form-group.row div.col-md-6:nth-child(2) {
    padding-left: 7.5px !important;
  }
  .article .article-image {
    margin-left: 0px !important;
    margin-bottom: 10px !important;
  }
  .element-image {
    margin-left: 0px !important;
    padding-right: 20px !important;
  }
  li[data-element=element-image] {
    padding-right: 20px;
    padding-left: 20px !important;
  }
  .element-fixed-legend {
    padding-left: 0px !important;
  }
  .element-edit .element-legend {
    margin-left: -20px !important;
  }
}
/* End Medium devices (desktops, 992px and up) */
@media (min-width: 768px) and (max-width: 1091px) {
  .cg-etusivu .container-fluid.white.articlepage {
    margin-top: 120px;
  }
  /*
    .cg-etusivu .container-fluid.white.articlepage::before {
        content: "";
        position: absolute;
        background: #000;
        left: 0;
        right: 0;
        height: 120px;
        width: 20px;
        top: 51px;
        width: 100%;
    }
    */
}
.social-icon-facebook {
  background-image: url(/assets/images/icon-facebook-white.png) !important;
}
.social-icon-twitter {
  background-image: url(/assets/images/icon-twitter-white.png) !important;
}
.social-icon-instagram {
  background-image: url(/assets/images/icon-instagram-white.png) !important;
}
.socialmediafeed {
  padding: 15px;
  width: 100%;
  font-size: 15px;
  line-height: 1.4;
  min-height: 305px;
}
.socialmediafeed .post {
  background-color: #225637;
  margin-top: 15px;
  box-shadow: 0 0 10px 0 rgba(10, 10, 10, 0.4);
  min-height: 150px;
  padding: 15px;
  text-align: left;
  border-radius: 30px 0px 30px 0px;
}
.socialmediafeed .post .profile-image img {
  width: 50px;
  height: auto;
  border-radius: 25px;
}
.socialmediafeed .post .profile-image {
  padding: 0 15px 15px 0;
  width: 50px;
  float: left;
}
.socialmediafeed .post .media-icon {
  padding: 0 15px 15px 0;
  width: 30px;
  float: right;
}
.socialmediafeed .post .media-icon img {
  width: 30px;
  height: auto;
  opacity: .25;
}
.socialmediafeed .author {
  margin-top: 7px;
  margin-left: 65px;
  color: #fff;
  font-size: 11.5px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 13px;
}
.excerpt > div {
  height: 170px;
}
.socialmediafeed .date {
  margin-top: 3px;
  margin-bottom: 7px;
  margin-left: 65px;
  font-size: 12px;
  color: #bfbfbf;
}
.socialmediafeed .excerpt {
  padding-top: 15px;
  color: #ededed;
  font-size: 15px;
}
.socialmediafeed .excerpt a {
  text-decoration: none;
  color: #ead8b7;
}
.socialmediafeed .featured-image {
  padding-top: 15px;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 10px;
}
.socialmediafeed .featured-image img {
  width: 100%;
  height: auto;
  margin-bottom: -26px;
  border-radius: 0px 0px 30px 0px;
}
.widget-socialmediafeed {
  padding: 15px 0px 30px 0px;
  background-position: center center;
  background-size: cover;
  margin-left: 15px !important;
  margin-right: 15px !important;
}
.widget-socialmediafeed .carousel-indicators {
  left: 0%;
  margin-left: 0%;
  top: 0px !important;
  margin-right: 0% !important;
  width: 100% !important;
  text-align: center !important;
}
.widget-socialmediafeed .carousel-indicators li {
  width: 30px;
  height: 15px;
  border-radius: 15px;
  margin: 7.5px 3px;
}
.widget-socialmediafeed .col-xs-12.col-sm-6.col-md-3 {
  margin-top: 30px;
}
.widget-socialmediafeed .carousel-indicators .active {
  background-color: #225637;
}
.widget-socialmediafeed .left.carousel-control {
  left: -10%;
}
.widget-socialmediafeed .right.carousel-control {
  right: -10%;
}
/* Start Small devices (desktops, max 768px) */
@media (max-width: 899px) {
  /* SIVUASETTELU - MOBIILI */
  .container-fluid.white > .container > .row > .col-xs-12.col-md-12 {
    padding-left: 0;
    padding-right: 0;
  }
  /* SIVUASETTELU - MOBIILI - END */
  .container-fluid.titlebar3 ~ .container-fluid.white.articlepage > .container > .row > .col-xs-12.col-md-8 #article > * {
    padding-left: 30px;
    padding-right: 30px !important;
  }
  #article > .article-aligned.col-xs-12 {
    flex-flow: column;
  }
  #article > .article-aligned.col-xs-12 + .col-xs-12.article-aligned {
    flex-flow: column;
  }
  #article > .article-aligned.col-xs-12 .article-image {
    width: 100%;
    flex: 100%;
  }
  #article > .article-aligned.col-xs-12 > .col-xs-12.col-sm-8 {
    width: 100%;
    flex: 100%;
  }
  .navbar-inverse .navbar-nav > li > ul > li {
    background: #fff;
  }
  .navbar-inverse .navbar-nav > li > ul {
    display: none;
    flex-flow: row wrap;
  }
  .navbar-inverse .navbar-nav > li > ul > li {
    float: left;
    display: block;
  }
  .wn-lister-element .col-xs-12.col-sm-6.col-md-4.col-lg-4 {
    width: 33.3333%;
  }
  #article .over .article-caption {
    padding: 20px 5px;
  }
  .cg-ratas .container-fluid.titlebar1 .element-image:after {
    width: 150px;
    height: 130px;
    top: 90px;
    left: 0px;
  }
  .over .article-image {
    margin-left: -15px;
    margin-right: -15px;
  }
  .over .article-title {
    width: calc(100% - 0px) !important;
  }
  #article .over .article-date {
    font-size: 13px !important;
  }
  .container-fluid.details {
    text-align: center;
  }
  .cg-koulutukset-ja-tapahtumat .eventlister .time {
    padding-left: 0px !important;
  }
  .cg-koulutukset-ja-tapahtumat .eventlister tbody tr:last-child td.time span {
    color: var(--blue-600);
    display: block;
    max-width: 115px;
    margin-left: 0px;
  }
  .eventlister .table-responsive {
    border: 0px solid #fff !important;
  }
  #article .three-column .over h2 {
    margin-top: 15px !important;
  }
  .over .article-date {
    bottom: 0px !important;
    padding: 10px 5px !important;
  }
  .carousel-control {
    width: 5% !important;
  }
  .widget-socialmediafeed {
    background-size: 768px;
    padding: 15px 31px 30px 31px !important;
  }
  .article-aligned .article-image {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
  .article-aligned {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
li.register a,
li.sign a,
li.join a,
li.search a {
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
li.register a,
li.sign a {
  letter-spacing: 0.11em;
  text-transform: uppercase;
  border-left: 2px solid #2c5d18;
}
.navbar-inverse .navbar-nav > li.search a,
.navbar-inverse .navbar-nav > li.join a {
  background-color: var(--blue-600);
  color: #fff;
}
.navbar-inverse .navbar-nav > li.search a:hover,
.navbar-inverse .navbar-nav > li.join a:hover {
  background-color: #b2ea70;
  color: #225637;
}
/*
#main-menu .top-nav > li:last-child a {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.11em;
    margin-left: 15px;
    border-left: 1px solid var(--blue-600);
    height: 40px;
    margin-top: 15px;
    line-height: 43px;
        right: 0px;
    position: absolute;
} */
/*
#main-menu .top-nav > li:last-child a:before {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e003";
    margin-right: 7.5px;
}*/
.navbar-inverse .navbar-nav > li.search a:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e161";
  font-size: 13px;
  position: static;
  margin-left: 3px;
}
.navbar-inverse .navbar-nav > li.join a:after,
.navbar-inverse .navbar-nav > li.sign a:after,
.navbar-inverse .navbar-nav > li.register a:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e080";
  margin-left: 5px;
  font-size: 8.5px;
  position: static;
}
.container-fluid.details {
  padding-top: 60px;
  padding-bottom: 45px;
}
#footer .row {
  z-index: 2;
  position: relative;
}
#footer .container-fluid.details {
  padding-top: 50px;
  padding-bottom: 40px;
  position: relative;
}
#footer .container-fluid.details::before {
  content: '';
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--black);
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: 1;
}
#footer {
  border-top: 0px solid var(--black);
  background-image: unset;
  background-position: center;
  background-blend-mode: overlay;
  background-size: cover;
  margin-top: 0;
}
#footer .footer-copyright p {
  font-size: 1.4rem !important;
  line-height: 1.4;
  color: inherit;
}
#footer a .social {
  color: #d1d3d5;
  font-size: 32px;
  margin-right: 15px;
  margin-top: 15px;
}
#footer a:hover .social {
  color: #386e6e;
}
#footer .footer-copyright a {
  text-decoration: none;
}
#footer .col-sm-8 img {
  max-height: 125px;
}
#footer .col-sm-8 a p {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.11em;
}
.eventlister .panel {
  background-color: var(--body-bg);
  border-radius: 0px;
  border: 0px solid transparent;
  box-shadow: none;
  margin-bottom: 20px;
}
#article .eventlister #categoriesDropDown button {
  --button-bg-color: var(--body-bg);
  --button-color: var(--text-color);
  background-color: var(--button-bg-color);
  color: var(--button-color);
  border: var(--button-border-width) var(--button-border-style) var(--button-border-color);
  margin: var(--button-margin);
  font-size: var(--button-font-size);
  font-family: var(--button-font-family);
  border-radius: var(--button-border-radius);
  letter-spacing: var(--button-letter-spacing);
  line-height: var(--button-line-height);
  transition: var(--button-transition);
}
#article .eventlister #categoriesDropDown button:hover,
#article .eventlister #categoriesDropDown button:focus {
  --button-hover-bg-color: var(--brand-secondary);
  --button-hover-border-color: var(--brand-secondary);
  --button-hover-color: var(--brand-secondary-contrast);
  background-color: var(--button-hover-bg-color);
  color: var(--button-hover-color);
  border-color: var(--button-hover-border-color);
  transition: var(--button-hover-transition);
}
#article .element-legend {
  font-size: 13px;
  color: #225637;
}
span.widget-news-time {
  background-color: transparent !important;
  color: #2c5d18;
  font-weight: 400;
  font-size: 100% !important;
  padding: 0px 0px 0px 12px;
  border-left: 6px solid var(--blue-600);
  border-radius: 0px;
  color: #2c5d18 !important;
  text-transform: uppercase;
  font-size: 13px !important;
  line-height: 400x;
  letter-spacing: 0.07em;
  margin-top: 15px;
}
.widget-news .without-photo a {
  margin-top: 10px;
  display: block;
  color: #000 !important;
}
.widget-news ul > li > a {
  font-weight: 400 !important;
}
.widget-news .without-photo {
  border-bottom: 1px solid var(--blue-600);
  padding-bottom: 10px;
}
.widget-news > h4.text-primary {
  color: #002960 !important;
  text-transform: none;
  font-weight: 600;
  font-size: 25px;
  background-color: #F3F0EA;
  width: fit-content;
  background-repeat: no-repeat;
  background: -moz-linear-gradient(top, rgba(243, 240, 234, 0) 70%, #f3f0ea 30%);
  background: -webkit-linear-gradient(top, rgba(243, 240, 234, 0) 70%, #f3f0ea 30%);
  background: linear-gradient(to bottom, rgba(243, 240, 234, 0) 70%, #f3f0ea 30%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f3f0ea', endColorstr='#f3f0ea', GradientType=0);
}
.wn-lister-element tbody tr td {
  border-bottom: 1px solid var(--blue-600);
}
.cg-landing {
  --body-bg: var(--brand-secondary);
  --text-color: var(--brand-primary);
  min-height: 100vh;
  min-height: 100svh;
  color: var(--text-color);
}
.cg-landing #wrap {
  min-height: 80vh;
  min-height: 80svh;
}
.cg-landing #side,
.cg-landing .container-fluid.main-menu,
.cg-landing #top-menu,
.cg-landing .container-fluid.slider,
.cg-landing .container-fluid.ad,
.cg-landing #footer {
  display: none !important;
}
#landing {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: var(--brand-primary);
  font-size: 2rem;
  font-weight: 600;
}
#landing .img-responsive {
  width: 100% !important;
  max-width: 700px;
  margin: 0 auto 32px auto;
  border-radius: 8px;
}
#landing #landing-logo {
  max-width: 150px !important;
  border-radius: 0 !important;
}
#landing #landing #landing-logo {
  width: 60% !important;
  max-width: 200px;
  border-radius: 0;
}
#landing p {
  margin: 16px auto;
}
#landing span {
  font-size: 3.4rem;
  margin: 16px;
  display: inline-block;
}
@media screen and (max-width: 600px) {
  div > #CookiebotWidget:not(.CookiebotWidget-inactive) {
    bottom: 70px;
    left: 10px;
  }
}
@supports not selector(:has(*)) {
  .kuvatausta > .boxed > .col-xs-12 {
    width: 100%;
  }
  .container-fluid.white #article .kuvatausta .element-cdn-image img {
    position: static;
  }
}
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
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,
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: 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 {
  -moz-box-sizing: content-box;
  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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  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;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]: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;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #212121;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #212121;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #003566;
  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,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-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: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #ededed;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Arvo", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #8c8c8c;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 32px;
}
h2,
.h2 {
  font-size: 29px;
}
h3,
.h3 {
  font-size: 23px;
}
h4,
.h4 {
  font-size: 23px;
}
h5,
.h5 {
  font-size: 20px;
}
h6,
.h6 {
  font-size: 14px;
}
p {
  margin: 0 0 11px;
}
.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 900px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #bfbfbf;
}
.text-primary {
  color: #225637;
}
a.text-primary:hover {
  color: #143120;
}
.text-success {
  color: #468847;
}
a.text-success:hover {
  color: #356635;
}
.text-info {
  color: #212121;
}
a.text-info:hover {
  color: #080808;
}
.text-warning {
  color: #c09853;
}
a.text-warning:hover {
  color: #a47e3c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #225637;
}
a.bg-primary:hover {
  background-color: #143120;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #ededed;
}
a.bg-info:hover {
  background-color: #d4d4d4;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #ededed;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
ul ul,
ol ul,
ul ol,
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: 22px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 900px) {
  .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 #bfbfbf;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #ededed;
}
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.42857143;
  color: #bfbfbf;
}
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 #ededed;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 2px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #212121;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 900px) {
  .container {
    width: 722px;
  }
}
@media (min-width: 1092px) {
  .container {
    width: 1044px;
  }
}
@media (min-width: 1300px) {
  .container {
    width: 1252px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 16px;
  padding-right: 16px;
}
.row {
  margin-left: -16px;
  margin-right: -16px;
}
.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: 16px;
  padding-right: 16px;
}
.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-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 900px) {
  .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-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1092px) {
  .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-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1300px) {
  .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-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 22px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #fff;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #fff;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #fff;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #fff;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #fff;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: rgba(243, 240, 234, 0.5);
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #ededed;
}
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 > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #ededed;
}
.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.active:hover > th {
  background-color: #e0e0e0;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.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.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #ededed;
}
.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.info:hover > th {
  background-color: #e0e0e0;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.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.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.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.danger:hover > th {
  background-color: #ebcccc;
}
@media (max-width: 899px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #fff;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .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 > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .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: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #212121;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-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: 16px;
  line-height: 1.42857143;
  color: #666666;
}
.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #666666;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #bfbfbf;
}
.form-control::-webkit-input-placeholder {
  color: #bfbfbf;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #ededed;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 36px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 22px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  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="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 2px;
}
select.input-sm {
  height: 33px;
  line-height: 33px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 49px;
  line-height: 49px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 45px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 27px;
  right: 0;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #468847;
}
.has-success .form-control {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #468847;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #c09853;
}
.has-warning .form-control {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #c09853;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  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;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #616161;
}
@media (min-width: 900px) {
  .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 .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;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.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: 29px;
}
.form-horizontal .form-group {
  margin-left: -16px;
  margin-right: -16px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 900px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 16px;
}
.form-group label + .checkbox,
.form-group label + .radio {
  margin-top: 0px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #fff;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #fff;
  background-color: #212121;
  border-color: #212121;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #0d0d0d;
  border-color: #030303;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #212121;
  border-color: #212121;
}
.btn-default .badge {
  color: #212121;
  background-color: #fff;
}
.btn-primary {
  color: #ffffff;
  background-color: #225637;
  border-color: #225637;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #163924;
  border-color: #112a1b;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #225637;
  border-color: #225637;
}
.btn-primary .badge {
  color: #225637;
  background-color: #ffffff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  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:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  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:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  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:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #212121;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #003566;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #bfbfbf;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 2px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 2px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.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;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('/assets/fonts/glyphicons-halflings-regular.eot');
  src: url('/assets/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('/assets/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/assets/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/assets/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
@font-face {
  font-family: 'Glyphicons Social Regular';
  src: url('/assets/fonts/glyphicons-social-regular.eot');
  src: url('/assets/fonts/glyphicons-social-regular.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/glyphicons-social-regular.woff') format('woff'), url('/assets/fonts/glyphicons-social-regular.ttf') format('truetype'), url('/assets/fonts/glyphicons-social-regular.svg#glyphicons_halflingsregular') format('svg');
}
.social {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Social Regular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-e-mail:before {
  content: "\E040";
}
.glyphicon-facebook:before {
  content: "\E031";
}
.glyphicon-youtube:before {
  content: "\E023";
}
.glyphicon-twitter:before {
  content: "\E032";
}
.glyphicon-linked_in:before {
  content: "\E018";
}
.glyphicon-e-mail:before {
  content: "\E040";
}
.glyphicon-instagram:before {
  content: "\E033";
}
.glyphicon-snapchat:before {
  content: "\E068";
}
@font-face {
  font-family: 'Glyphicons Filetypes Regular';
  src: url('/assets/fonts/glyphicons-filetypes-regular.eot');
  src: url('/assets/fonts/glyphicons-filetypes-regular.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/glyphicons-filetypes-regular.woff') format('woff'), url('/assets/fonts/glyphicons-filetypes-regular.ttf') format('truetype'), url('/assets/fonts/glyphicons-filetypes-regular.svg#glyphicons_halflingsregular') format('svg');
}
.filetypes {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Filetypes Regular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-pdf:before {
  content: "\E065";
}
.glyphicon-xls:before {
  content: "\E069";
}
.glyphicon-doc:before {
  content: "\E002";
}
@font-face {
  font-family: 'Glyphicons Regular';
  src: url('/assets/fonts/glyphicons-regular.eot');
  src: url('/assets/fonts/glyphicons-regular.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/glyphicons-regular.woff') format('woff'), url('/assets/fonts/glyphicons-regular.ttf') format('truetype'), url('/assets/fonts/glyphicons-regular.svg#glyphicons_halflingsregular') format('svg');
}
.regular {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Regular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.oxygen_bottle:before {
  content: "\E253";
}
.flash:before {
  content: "\E242";
}
.tint:before {
  content: "\E093";
}
.electrical_plug:before {
  content: "\E266";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.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: 16px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  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: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #212121;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #141414;
  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: #225637;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #bfbfbf;
}
.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: 14px;
  line-height: 1.42857143;
  color: #bfbfbf;
}
.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 solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 900px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .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-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.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 .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 > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-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 {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .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 > .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-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.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%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: 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-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  line-height: 49px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 2px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  line-height: 33px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.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: 16px;
  font-weight: normal;
  line-height: 1;
  color: #666666;
  text-align: center;
  background-color: #ededed;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 2px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 20px;
  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 {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 8px 12px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #ededed;
}
.nav > li.disabled > a {
  color: #bfbfbf;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #bfbfbf;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #ededed;
  border-color: #212121;
}
.nav .nav-divider {
  height: 1px;
  margin: 10px 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.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #ededed #ededed #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #666666;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 900px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 900px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.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: #225637;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 900px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 900px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-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;
}
.navbar {
  position: relative;
  min-height: 40px;
  margin-bottom: 0px;
  border: 1px solid transparent;
}
@media (min-width: 900px) {
  .navbar {
    border-radius: 0px;
  }
}
@media (min-width: 900px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 720px;
  overflow-x: visible;
  padding-right: 0px;
  padding-left: 0px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 900px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: 0px;
  margin-left: 0px;
}
@media (min-width: 900px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 900px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 900px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 1px 0px;
  font-size: 20px;
  line-height: 22px;
  height: 40px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 900px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: 0px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 0px;
  padding: 9px 10px;
  margin-top: 3px;
  margin-bottom: 3px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 900px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 0.5px 0px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}
@media (max-width: 899px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 22px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 900px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: 0px;
  }
}
@media (min-width: 900px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: 0px;
  margin-right: 0px;
  padding: 10px 0px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 2px;
  margin-bottom: 2px;
}
@media (min-width: 900px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 899px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 900px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: 0px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 2px;
  margin-bottom: 2px;
}
.navbar-btn.btn-sm {
  margin-top: 3.5px;
  margin-bottom: 3.5px;
}
.navbar-btn.btn-xs {
  margin-top: 9px;
  margin-bottom: 9px;
}
.navbar-text {
  margin-top: 9px;
  margin-bottom: 9px;
}
@media (min-width: 900px) {
  .navbar-text {
    float: left;
    margin-left: 0px;
    margin-right: 0px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #163322;
  border-color: #163322;
}
.navbar-default .navbar-brand {
  color: #d3ad75;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: transparent;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #d3ad75;
}
.navbar-default .navbar-nav > li > a {
  color: #d3ad75;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #163322;
  background-color: #d3ad75;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #163322;
  background-color: #d3ad75;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #bfbfbf;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ffffff;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #225637;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #163322;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #d3ad75;
  color: #163322;
}
@media (max-width: 899px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #d3ad75;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #163322;
    background-color: #d3ad75;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #163322;
    background-color: #d3ad75;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #bfbfbf;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #d3ad75;
}
.navbar-default .navbar-link:hover {
  color: #163322;
}
.navbar-inverse {
  background-color: #225637;
  border-color: #ffffff;
}
.navbar-inverse .navbar-brand {
  color: #ffffff;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #225637;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #225637;
  background-color: #ffffff;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #225637;
  background-color: #ffffff;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #666;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: transparent;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #183c27;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #ffffff;
  color: #225637;
}
@media (max-width: 899px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #ffffff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #ffffff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #225637;
    background-color: #ffffff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #225637;
    background-color: #ffffff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #666;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #ffffff;
}
.navbar-inverse .navbar-link:hover {
  color: #225637;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 22px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #bfbfbf;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #225637;
  background-color: #ffffff;
  border: 1px solid #225637;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #ffffff;
  background-color: #225637;
  border-color: #225637;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #225637;
  border-color: #225637;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #bfbfbf;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.pager {
  padding-left: 0;
  margin: 22px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #225637;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #225637;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #bfbfbf;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #bfbfbf;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #a6a6a6;
}
.label-primary {
  background-color: #225637;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #143120;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #bfbfbf;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #212121;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #ededed;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 200;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 900px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 72px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 22px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #212121;
}
.thumbnail .caption {
  padding: 9px;
  color: #212121;
}
.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #356635;
}
.alert-info {
  background-color: #ededed;
  border-color: #dbdbdb;
  color: #212121;
}
.alert-info hr {
  border-top-color: #cfcfcf;
}
.alert-info .alert-link {
  color: #080808;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #c09853;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #a47e3c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 22px;
  margin-bottom: 22px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  background-color: #225637;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #225637;
  border-color: #225637;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #7aca9a;
}
.list-group-item-success {
  color: #468847;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #468847;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #468847;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #468847;
  border-color: #468847;
}
.list-group-item-info {
  color: #212121;
  background-color: #ededed;
}
a.list-group-item-info {
  color: #212121;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #212121;
  background-color: #e0e0e0;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #212121;
  border-color: #212121;
}
.list-group-item-warning {
  color: #c09853;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #c09853;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #c09853;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #c09853;
  border-color: #c09853;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 22px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.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: 18px;
  color: inherit;
}
.panel-title > 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 {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .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 {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.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 td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .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 td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th: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-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .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 td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th: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 td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .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 td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th: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-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .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 td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th: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 {
  border-top: 1px solid #fff;
}
.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-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td: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-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td: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-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.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: 22px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  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: #bfbfbf;
}
.panel-default > .panel-heading {
  color: #212121;
  background-color: #ededed;
  border-color: #bfbfbf;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bfbfbf;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bfbfbf;
}
.panel-primary {
  border-color: #225637;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #225637;
  border-color: #225637;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #225637;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #225637;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #dbdbdb;
}
.panel-info > .panel-heading {
  color: #212121;
  background-color: #ededed;
  border-color: #dbdbdb;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dbdbdb;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dbdbdb;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.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-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 2px;
}
.close {
  float: right;
  font-size: 24px;
  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;
}
@font-face {
  font-family: 'Arvo';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/arvo/v22/tDbN2oWUg0MKqSIQ6A.ttf) format('truetype');
}
@font-face {
  font-family: 'Arvo';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/arvo/v22/tDbO2oWUg0MKqSIoVLHK9g.ttf) format('truetype');
}
@font-face {
  font-family: 'Arvo';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/arvo/v22/tDbD2oWUg0MKmSA.ttf) format('truetype');
}
@font-face {
  font-family: 'Arvo';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/arvo/v22/tDbM2oWUg0MKoZw1yLQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u-w4BMUTPHjxsIPy-v.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u_w4BMUTPHjxsI9w2PHA.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u8w4BMUTPHjxswWw.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u_w4BMUTPHjxsI5wqPHA.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u_w4BMUTPHjxsI3wiPHA.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u8w4BMUTPHh30wWw.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh7USew8.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHvxk.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh6UVew8.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh50Xew8.ttf) format('truetype');
}
#article h1,
#article .h1 {
  font-size: 32px;
}
#article h2,
#article .h2 {
  font-size: 29px;
}
#article h3,
#article .h3 {
  font-size: 23px;
}
#article h4,
#article .h4 {
  font-size: 23px;
}
#article h5,
#article .h5 {
  font-size: 20px;
}
#article h6,
#article .h6 {
  font-size: 14px;
}
#article h1,
#article h2,
#article h3,
#article h5,
#article h6,
#article .h1,
#article .h2,
#article .h3,
#article .h5,
#article .h6 {
  font-family: "Arvo", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
}
#article h1 small,
#article h2 small,
#article h3 small,
#article h5 small,
#article h6 small,
#article .h1 small,
#article .h2 small,
#article .h3 small,
#article .h5 small,
#article .h6 small,
#article h1 .small,
#article h2 .small,
#article h3 .small,
#article h5 .small,
#article h6 .small,
#article .h1 .small,
#article .h2 .small,
#article .h3 .small,
#article .h5 .small,
#article .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #8c8c8c;
}
#article h4,
#article .h4 {
  font-family: "Arvo", sans-serif;
  font-weight: 700;
  line-height: 1.1;
}
#article h4 small,
#article .h4 small,
#article h4 .small,
#article .h4 .small {
  font-weight: normal;
  line-height: 1;
}
.element-fixed-legend {
  min-height: 30px !important;
}
.element-legend {
  font-size: 70%;
  font-weight: normal;
  color: #737373;
  line-height: 1.2;
  margin-top: 10px;
  font-size: 12px;
}
#article h1 {
  margin: 10px 0px;
}
#article h2 {
  margin: 10px 0px;
  font-weight: bold;
}
#article h3 {
  margin: 10px 0px 9px 0px;
  color: #225637;
}
#article h5 {
  margin: 9px 0px;
}
.article-date {
  color: #808080;
  font-size: 12px;
}
.article-caption {
  line-height: 18px;
  margin: 10px 0 9px 0;
}
.article-link {
  font-weight: bold;
  margin: 0 0 10px 0;
}
.article {
  margin: 0;
}
.article > .article-title > h2 a {
  color: #666666;
}
.article > .article-title > h2 a:hover {
  color: #225637;
  text-decoration: none;
}
.article > .article-title > h2 a:focus {
  color: #225637;
}
.two-column {
  margin: 0px;
  list-style: none;
  padding-left: 0px;
}
.two-column .article-caption,
.three-column .article-caption,
.four-column .article-caption {
  margin-top: 0px;
  padding-top: 0px;
}
#article .two-column h2,
#article .article-aligned .article-title > h2 {
  font-size: 26px;
  line-height: 28px;
}
#article .article-aligned .article-title > h2 {
  margin-top: 0px;
}
.two-column .article-title,
.article-aligned .article-title > h2 a {
  color: #225637;
}
.two-column .article-title,
.article-aligned .article-title > h2 a:hover {
  color: #143120;
  text-decoration: none;
}
.two-column > .col-xs-12:first-child {
  /* padding-right: @grid-gutter-width / 4; */
  /* padding-left: @grid-gutter-width / 2; */
}
.two-column > .col-xs-12:nth-child(2) {
  /* padding-left: @grid-gutter-width / 4; */
  /* padding-right: @grid-gutter-width / 2; */
}
.three-column,
.four-column {
  margin: 0px;
  list-style: none;
  padding-left: 0px;
}
#article .three-column h2,
#article .four-column h2 {
  font-size: 24px;
  line-height: 26px;
}
.three-column h2 a,
.four-column h2 a {
  color: #666666;
}
.three-column h2 a:hover,
.four-column h2 a:hover {
  color: #225637;
  text-decoration: none;
}
.three-column h2 a:hover,
.four-column h2 a:hover {
  color: #225637;
  text-decoration: none;
}
.three-column > .col-xs-12:first-child,
.four-column > .col-xs-12:first-child {
  padding-right: 16px;
  padding-left: 16px;
}
.three-column > .col-xs-12:nth-child(2),
.four-column > .col-xs-12:nth-child(2) {
  padding-left: 16px;
  padding-right: 16px;
}
.three-column > .col-xs-12:nth-child(3),
.four-column > .col-xs-12:nth-child(3) {
  padding-left: 16px;
  padding-right: 16px;
}
.four-column > .col-xs-12:nth-child(4) {
  padding-left: 16px;
  padding-right: 16px;
}
.article-aligned {
  margin: 0 0 10px 0;
}
.article-aligned .col-sm-8 {
  padding-left: 0px;
  padding-right: 0px;
}
.article-aligned .article-image {
  padding-left: 0px;
}
.article-aligned .article-title h2 {
  margin-top: 0px;
}
.article-aligned .article-caption {
  margin-top: 0px;
}
.article-image > a > img {
  width: 100%;
}
.article-aligned p.article-link {
  margin-bottom: 0px;
}
@media screen and (max-width: 899px) {
  p {
    font-size: 18px !important;
  }
  .article-aligned .article-title {
    padding-top: 10px;
  }
  .article-aligned .article-image {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
  }
  .col-xs-12.article-aligned .col-xs-8 {
    width: 100%;
  }
  .two-column h2,
  .three-column h2,
  .four-column h2 {
    font-size: 29px !important;
    line-height: 31px !important;
  }
  .two-column > .col-xs-12,
  .three-column > .col-xs-12,
  .four-column > .col-xs-12 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
}
.alignCenter {
  text-align: center;
}
.container {
  padding: 0px;
}
#wrap {
  min-height: 100%;
  height: auto !important;
  margin: 0 auto calc(unset * -1);
  padding: 0 0 unset;
  background-image: unset;
  background-color: transparent;
  background-repeat: repeat;
  background-attachment: ;
  background-position: ;
}
#top-content {
  height: auto;
  line-height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
html,
body {
  height: 100%;
  padding-top: 0px !important;
}
.title_icon {
  margin-right: 5px;
}
.header-left {
  padding: 0px 0px 0px 0px;
}
.header-center {
  padding: 0px 0px 0px 0px;
}
.header-right {
  padding: 30px 0px 0px 0px;
  font-size: 30px;
}
.header-right a:hover {
  color: #307b4e;
}
.clickable {
  cursor: pointer;
}
#top-menu .navbar-toggle {
  padding: 3px 10px;
}
#top-menu {
  padding-right: 16px;
  padding-left: 16px;
}
.navbar {
  min-height: 30px;
  border-radius: 0px;
}
.top-background {
  background: #fff;
}
.navbar-inverse .navbar-nav > li > a {
  padding: 8px 12px;
}
.navbar-inverse .navbar-nav > li {
  font-size: 14px;
  font-weight: 400;
}
.traffic-light-ball {
  border-radius: 20px;
  width: 17px;
  height: 17px;
  padding: 0px;
  display: inline-block;
  line-height: 20px;
}
.article-preview .article-image:before {
  clear: both;
  display: table;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: -10px;
  left: 0px;
  position: absolute;
  overflow: auto;
}
.article-preview .article-image:after {
  content: "Esikatselussa";
  position: absolute;
  left: 20%;
  top: 15%;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.three-column .article-preview:nth-child(3) .article-image:before {
  top: -10px;
  left: -5px;
}
.three-column .article-preview:nth-child(1) .article-image:before {
  top: -10px;
  left: 5px;
}
.two-column .article-preview:nth-child(1) .article-image:before {
  top: -10px;
  left: 5px;
}
.two-column .article-preview:nth-child(2) .article-image:before {
  top: -10px;
  left: 5px;
}
.repe-details {
  list-style: none;
  border-left: 6px solid #123247;
  background-color: #f2f1f2;
  padding: 30px 30px;
  width: fit-content;
  max-width: 100%;
}
.rep-title {
  font-size: 30px;
  margin-bottom: 20px;
}
.representative {
  margin-bottom: 40px;
}
.repe-details li + li {
  margin-top: 10px;
}
.repe-details li {
  font-size: 18px;
}
.rep-title::before {
  content: '';
  width: 100px;
  height: 6px;
  display: block;
  background: #f15a24;
  margin-bottom: 30px;
}
.representative img {
  margin-bottom: 30px;
}
#article img {
  max-width: 100%;
}
.over .article-title {
  position: absolute;
  bottom: 9px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20%;
  padding-bottom: 20px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
}
.over .article-date {
  color: rgba(255, 255, 255, 0.75) !important;
  bottom: 9px;
  padding: 10px 20px;
  position: absolute;
  margin: 0px;
}
.over .article-title {
  margin-right: 7.5px;
  width: calc(100% - 20px);
  height: 100%;
}
.over .article-caption {
  margin-right: 7.5px;
  width: calc(100% - 20px);
  height: 100%;
}
.over .article-caption {
  display: none;
}
.element-edit .over .article-link {
  display: none;
}
.element-edit .html-code {
  border: 1px solid #d9d9d9;
  background-color: #ededed;
  min-height: 40px;
  border-radius: 3px;
  display: grid;
}
.element-edit .html-code:after {
  content: "Html";
  padding: 7.5px 15px;
  margin-top: 0px;
  position: absolute;
  font-size: 16px;
  color: #999;
}
.wisead {
  padding: 0px;
}
.wisead img {
  margin-top: 15px;
  margin-bottom: 15px;
}
#article .img-responsive {
  width: 100%;
}
.content {
  margin-top: 16px;
  word-wrap: break-word;
}
.page-content {
  padding: 0px 32px;
}
.page-buttons {
  margin-right: 16px;
}
.image-center {
  margin: 0 auto;
}
.reservation-table * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.reservation-table th,
.reservation-table td {
  text-align: center;
  width: 14.28%;
}
.reservation-table td:hover {
  background-color: #bfbfbf;
  cursor: pointer;
}
.reservation-table .reservation-weeks > div {
  background-color: #225637;
  height: 50px;
  padding-top: 5px;
  font-size: 15px;
  font-weight: bold;
  border-right: 1px solid #1b442b;
  border-bottom: 1px solid #1b442b;
}
.reservation-table .reservation-weeks a {
  color: #ededed;
}
.reservation-table .reservation-weeks .week-arrow {
  font-size: 38px;
  padding-top: 0px;
}
.reservation-table .reservation-weeks > div:hover {
  background-color: #307b4e;
  color: fff;
  cursor: pointer;
}
.reservation-table .reservation-weeks > div.active {
  background-color: #307b4e;
  color: fff;
}
.reservation-table .today {
  border-bottom: 2px solid #1b442b;
}
.reservation-table .past {
  color: #808080;
}
.reservation-table .time {
  cursor: pointer;
}
@media (min-width: 768px) {
  .reservation-table .reservation-weeks > div {
    font-size: 10px;
  }
  .reservation-table .reservation-weeks .week-arrow {
    font-size: 28px;
  }
}
.widget-shop-slide .btn-default {
  margin-bottom: 0px;
  width: 100%;
  border: 0px;
  background-color: #225637;
  color: #225637;
  padding: 15px;
  font-size: 14px;
  border-radius: 0px;
}
.widget-shop-slide .btn-default:hover {
  background-color: #143120;
}
.widget-shop-slide .carousel-caption {
  color: #212121;
  background-color: #ffffff;
  text-shadow: none;
  position: static;
  padding: 0px;
  margin-bottom: 30px;
}
.widget-shop-slide .carousel-caption h4 {
  margin: 0px;
  padding-top: 7.5px;
  padding-bottom: 15px;
}
.widget-shop-slide .carousel-caption h4.text-primary {
  font-size: 21px;
  padding-bottom: 0px;
}
.widget-shop-slide {
  padding: 30px 15px 0px 15px;
  margin-bottom: -30px;
  margin-top: 30px;
  background-color: rgba(255, 255, 255, 0.1);
}
.widget-shop-slide .left.carousel-control {
  left: -5%;
  width: 5%;
}
.widget-shop-slide .right.carousel-control {
  right: -5%;
  width: 5%;
}
#shop-slide {
  margin-left: 0px;
  margin-right: 0px;
}
#shop-slide img {
  width: 100%;
}
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  width: 100%;
}
@media (max-width: 899px) {
  .wn-lister-element .company-lister-search + .wn-datatable .table > thead {
    display: none;
  }
  .company-lister-search-inputs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 20px;
  }
  .wn-lister-element .company-lister-search + .wn-datatable tbody tr {
    display: flex;
    flex-flow: column nowrap;
    width: 100%;
    max-width: 100%;
    border-top: 1px solid #000;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .wn-lister-element .company-lister-search + .wn-datatable tbody tr td {
    display: block;
    white-space: normal !important;
    border: 0px;
    min-height: 50px;
  }
  .wn-lister-element .company-lister-search + .wn-datatable .table-striped > tbody > tr:nth-child(2n+1) > td,
  .wn-lister-element .company-lister-search + .wn-datatable .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: unset;
  }
  .wn-lister-element .company-lister-search + .wn-datatable tbody td::before {
    content: attr(data-title);
    font-size: 12px;
    display: block;
    font-weight: bold;
  }
  #shop-slide .col-xs-6:first-child {
    padding-right: 7.5px;
  }
  #shop-slide .col-xs-6:nth-child(2) {
    padding-left: 7.5px;
  }
  #shop-slide .col-xs-6:nth-child(3) {
    padding-right: 7.5px;
  }
  #shop-slide .col-xs-6:nth-child(4) {
    padding-left: 7.5px;
  }
  .widget-shop-slide .carousel-caption {
    margin-bottom: 15px;
  }
  .widget-shop-slide .right.carousel-control {
    right: 0%;
  }
  .widget-shop-slide .left.carousel-control {
    left: 0%;
  }
  #shop-slide {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 900px) {
  #shop-slide {
    margin-left: -15px;
    margin-right: -15px;
  }
  #visitor-menu ul li ul li.dropdown {
    position: relative;
  }
  #visitor-menu ul li ul li.dropdown .dropdown-menu {
    top: 0;
    left: 100%;
  }
  #main-menu ul li ul li.dropdown .dropdown-menu {
    top: 0;
    left: 100%;
  }
  #main-menu ul li ul.dropdown-menu li.dropdown .dropdown-menu {
    display: none !important;
  }
  #main-menu ul li ul.dropdown-menu li.dropdown:hover .dropdown-menu {
    display: block !important;
  }
  #main-menu .caret {
    border-top: 5px solid transparent;
    border-right: 5px solid transparent;
    border-left: 5px solid;
    border-bottom: 5px solid transparent;
  }
}
.widget-stats .logo {
  width: 25px;
  color: transparent;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px;
  padding: 0 !important;
}
.text-total {
  text-align: right;
  font-weight: bold;
}
.widget-stats .logo {
  max-width: 30px;
}
.text-gray {
  color: #666;
}
td.logo.assat {
  background-image: url(/assets/liiga/images/assat.png);
}
td.logo.k-espoo {
  background-image: url(/assets/liiga/images/k-espoo.png);
}
td.logo.hifk {
  background-image: url(/assets/liiga/images/hifk.png);
}
td.logo.hpk {
  background-image: url(/assets/liiga/images/hpk.png);
}
td.logo.ilves {
  background-image: url(/assets/liiga/images/ilves.png);
}
td.logo.jukurit {
  background-image: url(/assets/liiga/images/jukurit.png);
}
td.logo.jyp {
  background-image: url(/assets/liiga/images/jyp.png);
}
td.logo.kalpa {
  background-image: url(/assets/liiga/images/kalpa.png);
}
td.logo.kookoo {
  background-image: url(/assets/liiga/images/kookoo.png);
}
td.logo.karpat {
  background-image: url(/assets/liiga/images/karpat.png);
}
td.logo.lukko {
  background-image: url(/assets/liiga/images/lukko.png);
}
td.logo.pelicans {
  background-image: url(/assets/liiga/images/pelicans.png);
}
td.logo.saipa {
  background-image: url(/assets/liiga/images/saipa.png);
}
td.logo.sport {
  background-image: url(/assets/liiga/images/sport.png);
}
td.logo.tappara {
  background-image: url(/assets/liiga/images/tappara.png);
}
td.logo.tps {
  background-image: url(/assets/liiga/images/tps.png);
}
td.logo.united {
  background-image: url(/assets/mestis/images/mestislogos/united.png);
}
td.logo.hermes {
  background-image: url(/assets/mestis/images/mestislogos/hermes.png);
}
td.logo.pelikarhut {
  background-image: url(/assets/mestis/images/mestislogos/pelikarhut.png);
}
td.logo.jokipojat {
  background-image: url(/assets/mestis/images/mestislogos/jokipojat.png);
}
td.logo.kettera {
  background-image: url(/assets/mestis/images/mestislogos/kettera.png);
}
td.logo.keupa {
  background-image: url(/assets/mestis/images/mestislogos/keupa.png);
}
td.logo.kvantaa {
  background-image: url(/assets/mestis/images/mestislogos/kvantaa.png);
}
td.logo.leki {
  background-image: url(/assets/mestis/images/mestislogos/leki.png);
}
td.logo.peliitat {
  background-image: url(/assets/mestis/images/mestislogos/peliitat.png);
}
td.logo.roki {
  background-image: url(/assets/mestis/images/mestislogos/roki.png);
}
td.logo.sapko {
  background-image: url(/assets/mestis/images/mestislogos/sapko.png);
}
td.logo.tuto {
  background-image: url(/assets/mestis/images/mestislogos/tuto.png);
}
table.table.table-hover.team-standings > tbody > tr:nth-child(13),
table.table.table-hover.team-standings > tbody > tr:nth-child(14) {
  background-color: rgba(0, 0, 0, 0.05);
}
table.table.table-hover.team-standings > tbody > tr:nth-child(4),
table.table.table-hover.team-standings > tbody > tr:nth-child(12),
table.table.table-hover.team-standings > tbody > tr:nth-child(14) {
  border-bottom: 2px solid #ccc !important;
}
.drop-box h5 {
  text-align: center;
  font-weight: normal !important;
  padding-top: 50px;
  color: #666666;
  cursor: pointer;
}
.drop-box {
  margin-left: 0px;
  margin-right: 0px;
  background-color: #f9f9f9;
}
.widget-temperature,
.widget-degree {
  font-size: 22px;
  font-weight: bold;
  font-family: "Arvo", sans-serif;
  color: #888;
  margin-right: 5px;
}
.wind-power {
  color: #888;
  padding-top: 9px;
}
.reminder {
  font-size: 8px;
  position: absolute;
  right: 15px;
  top: 11px;
  color: #888;
}
.wind-direction {
  margin: 10px 5px 5px 5px;
}
.weather img {
  margin-top: -8px;
  margin-right: 7px;
}
.text-wind {
  color: #5bc0de;
}
.widget-mini .panel-body:hover {
  background: #f9f9f9;
}
.widget-mini .panel-body a {
  text-decoration: none;
}
.widget-mini .total {
  color: #212121;
}
.widget-mini .total:hover {
  color: #333;
}
.widget-mini .total {
  margin-bottom: 10px;
}
.widget-mini .total {
  font-size: 32px;
  display: block;
  font-weight: 300;
}
.widget-mini .title {
  font-size: 16px;
  display: block;
}
.widget-mini .extra {
  font-size: 12px;
  color: #bbb;
  display: block;
}
a.companylister-imagebox {
  display: block;
  text-align: center;
  width: 100%;
  height: 150px;
  background-size: 40% auto;
  background-position: center center;
  background-repeat: no-repeat;
  font-family: "Arvo", sans-serif;
  font-weight: 700;
  font-size: 23px;
  line-height: 1.1;
  color: #212121;
  margin: 15px 0;
  border: 1px solid #d9d9d9;
  border-radius: 7.5px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
}
.companylister-imagebox {
  display: block;
  text-align: center;
  width: 100%;
  height: 150px;
  background-size: 40% auto;
  background-position: center center;
  background-repeat: no-repeat;
  font-family: "Arvo", sans-serif;
  font-weight: 700;
  font-size: 23px;
  line-height: 1.1;
  color: inherit;
  margin: 15px 0;
  border: 1px solid #d9d9d9;
  border-radius: 7.5px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
}
a.companylister-titlebox {
  font-family: "Arvo", sans-serif;
  font-weight: 700;
  font-size: 23px;
  line-height: 1.1;
  color: #fff;
  min-height: 60px;
  display: block;
  text-align: center;
  border: 2px solid #ededed;
  padding: 15px 7.5px;
  border-radius: 7.5px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
  background: #225637;
  margin: 7.5px 0;
}
.companylister-titlebox {
  font-family: "Arvo", sans-serif;
  font-weight: 700;
  font-size: 23px;
  line-height: 1.1;
  color: #ededed;
  min-height: 60px;
  display: block;
  text-align: center;
  border: 2px solid #ededed;
  padding: 15px 7.5px;
  border-radius: 7.5px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
  background: #225637;
  margin: 7.5px 0;
}
h3.editor {
  margin-top: 12px;
  margin-bottom: 6px;
}
h3.editor-first {
  margin-top: 0px;
  margin-bottom: 6px;
}
span.glyphicon-element {
  font-size: 1.4em;
}
.editor-padding {
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.panel-heading.accordion-toggle {
  cursor: pointer;
}
.panel-heading > h4:after {
  /* symbol for "opening" panels */
  font-family: 'Glyphicons Halflings';
  /* essential for enabling glyphicon */
  content: "\e114";
  /* adjust as needed, taken from bootstrap.css */
  float: right;
  /* adjust as needed */
  color: #a6a6a6;
  /* adjust as needed */
}
.panel-heading.collapsed > h4:after {
  /* symbol for "collapsed" panels */
  content: "\e080";
  /* adjust as needed, taken from bootstrap.css */
}
.panel-heading {
  background-image: -webkit-linear-gradient(top, #fff 0%, #ededed 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #ededed 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffededed', GradientType=0);
}
.panel-heading:hover {
  background-image: -webkit-linear-gradient(top, #ededed 0%, #ededed 100%);
  background-image: linear-gradient(to bottom, #ededed 0%, #ededed 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffededed', endColorstr='#ffededed', GradientType=0);
}
.hr-footer {
  margin-top: 10px;
  margin-bottom: 5px;
  border: 0;
  border-top: 1px solid #666666;
}
.hr-sidebar {
  margin-top: 10px;
  margin-bottom: 5px;
  border: 0;
  border-top: 1px solid #bfbfbf;
}
.divider {
  margin-top: 0px;
}
.divider-content {
  margin-top: 0px;
  margin-bottom: 0px;
}
hr.editor {
  margin: 10px 0px 10px 0px;
}
hr.editor-news {
  margin: 4px 16px 5px 16px;
}
hr.editor-last {
  margin: 0px 0px 12px 0px;
}
body.plugin {
  font-family: "Lato", sans-serif;
}
iframe {
  border-radius: 0px !important;
}
.excerpt > div {
  overflow: hidden;
  height: 260px;
  position: relative;
}
.excerpt > div:after {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40%;
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0), #225637);
}
.widget-social {
  background-color: #fff;
  padding: 16px;
  border-top: 5px solid #225637;
  margin-top: 15px;
  padding: 0px 0px 8px 0px;
  width: 100%;
  float: left;
}
.widget-social .tab-content {
  padding-right: 1px;
}
.widget-social .nav-tabs > li > a {
  border-radius: 0px;
}
.widget-social #twitter {
  padding-left: 14px;
  padding-top: 3px;
}
.widget-social #facebook {
  padding-left: 5px;
}
.widget-social iframe[style],
.widget-social .fb_iframe_widget,
.widget-social .fb_iframe_widget > span {
  width: 100% !important;
}
.pam {
  padding: 10px 0px;
}
.widget-social .phm {
  padding-left: 0px;
}
.widget-videos {
  background-color: #fff;
  padding: 16px;
  border-top: 5px solid #225637;
  margin-top: 15px;
}
.widget-shop {
  background-color: #ffffff;
  padding: 16px;
  border-top: 5px solid #225637;
}
#article .widget-shop {
  float: left;
}
.widget-shop #carousel-shop .carousel-caption {
  color: #666666 !important;
  text-shadow: none !important;
  position: static;
  padding-top: 0px;
  padding-bottom: 16px;
}
.widget-shop #carousel-shop img {
  width: 100%;
}
.text-twitter {
  color: #55acee;
}
.text-facebook {
  color: #3a5799;
}
.panel-heading-sidebar {
  background: #fff;
}
.panel-body-sidebar {
  margin-left: 0px;
  margin-right: 0px;
}
.without-photo li {
  padding-left: 8px;
}
.widget-news {
  border-top: 5px solid #225637;
  border-bottom: 1px solid #ededed;
  margin-bottom: 10px;
  padding-top: 10px;
}
.widget-news > h4 {
  margin-top: 0px;
}
.widget-news > ul {
  margin: 0;
}
.widget-news .without-photo li {
  padding: 8px 0px;
}
.widget-news .without-photo li:hover {
  background-color: #F5F5F5;
}
.widget-news ul > li > a {
  display: table-cell;
  font-weight: bold;
  font-size: 12px;
  padding-left: 5px;
}
.widget-news .without-photo a {
  color: #666666;
}
.widget-news-time {
  padding: 0;
  display: table-cell;
  width: 40px;
  text-align: center;
  font-size: 11px;
  color: #808080;
  border-right: 1px solid #ededed;
}
.news-with-photo > .article-title > h5 {
  margin-top: 0px;
  line-height: 16px;
  font-size: 12px;
}
.news-with-photo > .article-title > h5 small {
  font-size: 85%;
}
.news-with-photo > .article-title > h5 > a {
  color: #666666;
}
.news-with-photo > .article-title {
  height: auto;
  vertical-align: top;
  padding-bottom: 4px;
}
.news-with-photo > .article-image {
  margin-left: 0px;
}
.news-with-photo {
  margin-left: 0px;
  padding: 0px 32px 0px 0px;
}
.news-without-photo > .article-title > h5 {
  margin-top: 0px;
  line-height: 16px;
}
.news-without-photo > .article-title > h5 > a {
  color: #666666;
}
.news-without-photo > .article-title {
  height: auto;
  vertical-align: top;
  padding-bottom: 4px;
}
.news-without-photo > .article-image {
  margin-left: 0px;
}
.news-without-photo > .article-date {
  color: #666666;
}
.news-without-photo {
  margin-left: 16px;
  padding: 0px 30px 0px 0px;
}
.news-without-photo2 > .article-title > h5 {
  margin-top: 0px;
  line-height: 16px;
  font-weight: normal;
}
.news-without-photo2 > .article-title > h5 small {
  font-size: 85%;
}
.news-without-photo2 > .article-title > h5 > a {
  color: #666666;
}
.news-without-photo2 > .article-title {
  padding-bottom: 0px;
  padding-top: 8px;
  height: auto;
}
.news {
  margin: 0px;
  border-right: 1px solid #ededed;
  border-top: 1px solid #ededed;
  border-left: 1px solid #ededed;
}
.widget-news .without-photo {
  padding-left: 0px;
}
.widget-news .without-photo li {
  display: block;
  border-top: 1px solid #ededed;
  padding: 8px 0px 8px 0px;
}
.widget-news .without-photo a {
  color: #666666;
  text-decoration: none;
}
.widget-news .without-photo a:hover,
.widget-news .without-photo a:focus {
  color: #404040;
}
.widget-news .without-photo .badge {
  padding: 3px 5px;
  margin-top: 2px;
  font-size: 11px;
}
.panel-title {
  font-size: 13px;
  color: #808080;
}
.panel-title a:hover {
  text-decoration: none;
  color: #666666;
}
#gameList .lose {
  background-color: #b52b27 !important;
  color: #fff;
  width: 40px;
  font-weight: bolder;
  text-align: center;
}
#gameList .draw {
  background-color: #f0ad4e !important;
  color: #fff;
  width: 40px;
  font-weight: bolder;
  text-align: center;
}
#gameList .win {
  background-color: #5cb85c !important;
  color: #fff;
  width: 40px;
  font-weight: bold;
  text-align: center;
}
#gameList .lose.overtime {
  background-color: #f0ad4e !important;
  white-space: nowrap;
}
#gameList .win.overtime {
  background-color: #91cf91 !important;
  white-space: nowrap;
}
#gameList .home {
  background-color: #225637 !important;
  color: #fff;
  font-weight: bold;
  width: 35px;
  text-align: center;
}
#gameList .away {
  background-color: #000000 !important;
  color: #fff;
  font-weight: bold;
  width: 35px;
  text-align: center;
}
#gameList .game-description {
  border-top: 0px!important;
  padding-top: 0px;
}
#gameList .game-description p {
  margin: 0px!important;
  color: #888;
}
.sweet-alert .text-muted {
  color: #555;
}
footer {
  height: unset;
  padding-top: 32px;
  padding-bottom: 32px;
  margin-top: 32px;
  min-height: unset;
  border-top: 0px solid #225637;
  background-color: #1b1b1b;
}
.footer-left {
  padding: 15px 0px 0px 0px;
  color: #ededed;
}
.footer-center h4 {
  font-size: 21px;
}
.footer-right a {
  color: #ededed;
}
.footer-right a:hover,
.footer-right a:active {
  color: #fff;
}
.footer-right {
  padding: 30px 0px 0px 0px;
  font-size: 15px;
  color: #ededed;
}
.footer-logo {
  max-width: 270px;
  width: 100%;
  padding-right: 30px;
}
.footer-copyright {
  color: #ededed;
  margin-top: 5px;
}
#footer-menu {
  margin-left: -16px;
  margin-right: -16px;
}
#footer-menu > li {
  float: left;
  font-size: 13px;
  font-weight: 700;
}
#footer-menu > li > a {
  padding-top: 5px;
}
#footer-menu > li > a:hover {
  background-color: transparent;
  color: #143120;
}
#footer-menu > li > a:active {
  color: #fff;
}
.dataTables_wrapper .row:first-child {
  padding-top: 6px;
  padding-bottom: 4px;
  margin-left: 0px;
  margin-right: 0px;
  background-color: #fafafa;
  border-bottom: 1px solid #ddd;
}
.dataTables_wrapper .row:last-child {
  padding-top: 6px;
  padding-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-width: 1px 0px 1px 0px;
  border-radius: 0px 2px 2px 0px;
  border: 0;
}
.dataTables_length select {
  height: 29px;
  padding: 0px 0px 0pc 6px;
}
.dataTables_length {
  display: inline-block;
  float: right;
  font-weight: normal;
}
.dataTables_length .label {
  font-weight: normal;
}
.dataTables_filter {
  float: right;
}
.dataTables_length {
  display: inline-block;
  float: right;
}
.datatable .odd > td {
  background-color: #f9f9f9;
}
.datatable > tbody > tr:hover > td {
  background-color: #ecf3f8;
}
.eventlister.draggable {
  border: 1px solid #d9d9d9 !important;
  padding: 30px 15px;
  margin-bottom: 15px;
}
.eventlister.draggable .time {
  margin-bottom: 7.5px;
}
.eventlister.draggable .name {
  margin-bottom: 7.5px;
}
.eventlister.draggable .name p {
  font-size: 18px;
  font-weight: 700;
}
.eventlister.draggable .place {
  text-transform: uppercase;
  font-size: 14px;
}
.eventlister.draggable .desc .category a {
  padding: 0px 5px;
}
.eventlister.draggable .desc .category a:nth-child(2) {
  border-left: 1px solid #d9d9d9;
}
.eventlister.draggable .desc .category a:nth-child(3) {
  border-left: 1px solid #d9d9d9;
}
.eventlister.draggable a.btn.btn-primary {
  margin-bottom: 15px;
  margin-top: 15px;
}
/* Start Small devices (desktops, max 768px) */
@media (max-width: 899px) {
  .over .article-title {
    margin-right: -15px;
    width: calc(100% - 0px);
    margin-left: -15px;
    bottom: 0px;
  }
  a.companylister-imagebox {
    margin: 15px 0;
  }
  #toggle-margin {
    margin-right: 3px;
  }
  #navbar-mobile {
    margin-left: 16px;
  }
  #user-account > li {
    margin-left: -10px;
  }
  #user-account > li {
    padding: 8px 12px;
    font-weight: 400;
    font-size: 14px;
    display: inline-block;
  }
  #user-account > li > a {
    padding-right: 5px;
    color: #bfbfbf;
    text-decoration: none;
  }
  #user-account > li > a:hover {
    color: #fff;
  }
  #wrap {
    margin-right: 16px;
    margin-left: 16px;
  }
  .content {
    margin-right: -16px;
    margin-left: -16px;
  }
  .default-footer {
    margin-left: 16px;
    margin-right: 16px;
  }
  #main-menu {
    margin-left: 0px;
    margin-right: 0px;
  }
  .navbar-inverse .navbar-nav > li > a {
    padding: 10px 0px 10px 0px;
  }
  footer {
    height: auto;
    margin-top: 0px;
  }
}
/* End Small devices (desktops, max 768px) */
/* Start medium devices (tablets, 768px and up) */
@media (min-width: 900px) and (max-width: 1091px) {
  .wn-lister-element .company-lister-search + .wn-datatable .table > thead {
    display: none;
  }
  .company-lister-search-inputs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 20px;
  }
  .wn-lister-element .company-lister-search + .wn-datatable tbody tr {
    display: flex;
    flex-flow: column nowrap;
    width: 100%;
    max-width: 100%;
    border-top: 1px solid #000;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .wn-lister-element .company-lister-search + .wn-datatable tbody tr td {
    display: block;
    white-space: normal !important;
    border: 0px;
    min-height: 50px;
  }
  .wn-lister-element .company-lister-search + .wn-datatable .table-striped > tbody > tr:nth-child(2n+1) > td,
  .wn-lister-element .company-lister-search + .wn-datatable .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: unset;
  }
  .wn-lister-element .company-lister-search + .wn-datatable tbody td::before {
    content: attr(data-title);
    font-size: 12px;
    display: block;
    font-weight: bold;
  }
  .over .article-title {
    margin-right: 7.5px;
    width: calc(100% - 30px);
    bottom: 0px;
    padding-top: 10%;
  }
  .sidebar {
    padding-left: 16px;
    padding-right: 16px;
  }
  #visitor-menu {
    margin-left: -10px;
    margin-right: -10px;
  }
}
/* End Small devices (tablets, 768px and up) */
/* Start desktop devices (desktops, 992px and up) */
@media (min-width: 1092px) and (max-width: 1299px) {
  #team-logos img {
    margin-top: 5px;
    padding: 8px 17px 8px 17px !important;
  }
}
@media (min-width: 1092px) {
  .wn-lister-element .company-lister-search + .wn-datatable tbody tr td {
    min-width: 12.5%;
  }
  .wn-lister-element .company-lister-search + .wn-datatable .table-responsive {
    overflow-x: scroll;
  }
  .element-image {
    margin-left: -16px;
    padding-right: 0px;
  }
  .element-edit .two-column,
  .element-edit .three-column,
  .element-edit .four-column {
    min-height: 300px;
    display: flex;
  }
  .two-column .element-image,
  .three-column .element-image,
  .four-column .element-image {
    margin-left: 0px !important;
    padding-right: 0px;
  }
  li[data-element=element-image] {
    padding-left: 0px;
  }
  .article .article-image {
    margin-left: -16px;
    margin-bottom: 10px;
  }
  .two-column .article .article-image,
  .three-column .article .article-image,
  .four-column .article .article-image {
    margin-left: 0;
  }
  .content-edit {
    margin-right: 16px;
  }
  .sidebar {
    margin-left: -16px;
    margin-top: 16px;
    padding-right: 16px;
  }
}
/* End Medium devices (desktops, 992px and up) */
.no-padding {
  padding: 0 !important;
}
#trash-bin .frame {
  min-width: 0;
}
.header-map {
  margin-top: 15px;
}
#gallery-header {
  height: 53px;
}
#gallery-footer {
  height: 53px;
}
#gallery-element {
  height: 400x;
}
.gallery-title {
  margin-top: 4px;
}
img.active {
  border: 6px solid #bfbfbf;
}
.media-selected {
  position: absolute;
  top: 3px;
  right: 3px;
}
.media-loading {
  position: absolute;
  top: 45%;
  padding-right: 30px;
  width: 100%;
  padding-left: 15px;
}
.media-selected .btn-sm {
  padding: 4px 6px 8px 6px;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  background-color: #ededed !important;
}
.placeholder-image {
  background: #ededed url('/assets/images/select2-spinner.gif') no-repeat;
  background-position: center;
  min-height: 110px;
}
.linename .label-default {
  background-color: #999 !important;
  border-radius: 3px;
  padding: 3.5px 15px;
}
.liiga-roster {
  text-align: center;
  font-size: 14px;
}
.goalies .linename {
  margin-top: -30px;
}
.liiga-roster img {
  min-width: 40px;
  max-width: 80px;
  border-radius: 100px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}
.liiga-roster .col-xs-4,
.liiga-roster .col-xs-4 {
  padding: 0px 7.5px;
}
.line {
  border-top: 1px dotted #bfbfbf;
  padding-bottom: 15px;
  margin-top: 30px;
}
.linename {
  padding-bottom: 7.5px;
  margin-top: -20px;
}
.linename h3 {
  margin-top: -1px !important;
  margin-bottom: 4px !important;
}
.goalies {
  border-top: 1px dotted #ededed;
  padding-bottom: 15px;
  padding: 7.5px 0px;
  margin: 15px 0px;
}
.goalies .linename h3 span {
  padding-top: 5px;
}
.goalies span {
  padding: 7.5px 2px;
  min-height: 30px;
  display: inline-block;
}
.forwards span {
  padding: 7.5px 2px;
  min-height: 30px;
  display: inline-block;
}
.defenders span {
  padding: 7.5px 2px;
  min-height: 30px;
  display: inline-block;
}
.forwards {
  padding: 7.5px 0px;
}
.defenders {
  padding: 7.5px 0px;
}
.goalies {
  padding: 7.5px 0px;
}
span.primary-goalie {
  border-bottom: 1px solid #d9d9d9;
}
.backup-goalie {
  opacity: 0.5;
}
#team-logos {
  background-color: #fff;
  min-height: 55px;
}
#team-logos img {
  width: 6.25%;
  padding: 10px 19px 10px 19px;
  opacity: 0.75;
}
.desaturate {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.select2-container.form-control {
  background: transparent;
  border: none;
  box-shadow: none;
  display: block;
  /* 1 */
  margin: 0;
  padding: 0!important;
}
.select2-footer {
  padding-left: 5px;
  padding-bottom: 5px;
}
.select2-footer .glyphicon {
  padding-right: 5px;
}
.select2-container {
  width: 100%!important;
}
/**
 * Adjust Select2 inputs to fit Bootstrap 3 default .form-control appearance.
 */
.select2-container .select2-choices .select2-search-field input,
.select2-container .select2-choice,
.select2-container .select2-choices {
  background: none;
  padding: 0;
  border-color: #ccc;
  border-radius: 4px;
  color: #666666;
  font-family: "Lato", sans-serif;
  background-color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.select2-container--default .select2-selection--multiple {
  border-color: #ccc;
  border-radius: 4px;
  color: #666666;
  font-family: "Lato", sans-serif;
  background-color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.select2-container .select2-choices .select2-search-field input {
  -webkit-box-shadow: none;
  box-shadow: none;
}
/**
 * Adjust Select2 input heights to match the Bootstrap default.
 */
.select2-container .select2-choice {
  height: 36px;
  line-height: 1.42857143;
}
/**
 * Address Multi Select2's height which - depending on how many elements have been selected -
 * may grown higher than their initial size.
 */
.select2-container.select2-container-multi.form-control {
  height: auto;
}
/**
 * Address Bootstrap 3 control sizing classes
 * @see http://getbootstrap.com/css/#forms-control-sizes
 */
.select2-container.input-sm .select2-choice,
.input-group-sm .select2-container .select2-choice {
  height: 33px;
  line-height: 1.5;
  border-radius: 2px;
}
.select2-container.input-lg .select2-choice,
.input-group-lg .select2-container .select2-choice {
  height: 49px;
  line-height: 1.33;
  border-radius: 6px;
}
.select2-container-multi .select2-choices .select2-search-field input {
  height: 34px;
}
.select2-container-multi.input-sm .select2-choices .select2-search-field input,
.input-group-sm .select2-container-multi .select2-choices .select2-search-field input {
  height: 31px;
}
.select2-container-multi.input-lg .select2-choices .select2-search-field input,
.input-group-lg .select2-container-multi .select2-choices .select2-search-field input {
  height: 47px;
}
/**
 * Adjust height and line-height for .select2-search-field amd multi-select Select2 widgets.
 *
 * 1. Class repetition to address missing .select2-chosen in Select2 < 3.3.2.
 */
.select2-container-multi .select2-choices .select2-search-field input {
  margin: 0;
}
.select2-chosen,
.select2-choice > span:first-child,
.select2-container .select2-choices .select2-search-field input {
  padding: 6px 12px;
}
.input-sm .select2-chosen,
.input-group-sm .select2-chosen,
.input-sm .select2-choice > span:first-child,
.input-group-sm .select2-choice > span:first-child,
.input-sm .select2-choices .select2-search-field input,
.input-group-sm .select2-choices .select2-search-field input {
  padding: 5px 10px;
}
.input-lg .select2-chosen,
.input-group-lg .select2-chosen,
.input-lg .select2-choice > span:first-child,
.input-group-lg .select2-choice > span:first-child,
.input-lg .select2-choices .select2-search-field input,
.input-group-lg .select2-choices .select2-search-field input {
  padding: 10px 16px;
}
.select2-container-multi .select2-choices .select2-search-choice {
  margin-top: 5px;
  margin-bottom: 3px;
}
.select2-container-multi.input-sm .select2-choices .select2-search-choice,
.input-group-sm .select2-container-multi .select2-choices .select2-search-choice {
  margin-top: 3px;
  margin-bottom: 2px;
}
.select2-container-multi.input-lg .select2-choices .select2-search-choice,
.input-group-lg .select2-container-multi .select2-choices .select2-search-choice {
  line-height: 24px;
}
/**
 * Adjust the single Select2's dropdown arrow button appearance.
 *
 * 1. For Select2 v.3.3.2.
 */
.select2-container .select2-choice .select2-arrow,
.select2-container .select2-choice div {
  border-left: none;
  background: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.select2-dropdown-open .select2-choice .select2-arrow,
.select2-dropdown-open .select2-choice div {
  border-left-color: transparent;
  background: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
/**
 * Adjust the dropdown arrow button icon position for the single-select Select2 elements
 * to make it line up vertically now that we increased the height of .select2-container.
 *
 * 1. Class repetition to address missing .select2-chosen in Select2 v.3.3.2.
 */
.select2-container .select2-choice .select2-arrow b,
.select2-container .select2-choice div b {
  background-position: 0 3px;
}
.select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open .select2-choice div b {
  background-position: -18px 3px;
}
.select2-container.input-sm .select2-choice .select2-arrow b,
.input-group-sm .select2-container .select2-choice .select2-arrow b,
.select2-container.input-sm .select2-choice div b,
.input-group-sm .select2-container .select2-choice div b {
  background-position: 0 1px;
}
.select2-dropdown-open.input-sm .select2-choice .select2-arrow b,
.input-group-sm .select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open.input-sm .select2-choice div b,
.input-group-sm .select2-dropdown-open .select2-choice div b {
  background-position: -18px 1px;
}
.select2-container.input-lg .select2-choice .select2-arrow b,
.input-group-lg .select2-container .select2-choice .select2-arrow b,
.select2-container.input-lg .select2-choice div b,
.input-group-lg .select2-container .select2-choice div b {
  background-position: 0 9px;
}
.select2-dropdown-open.input-lg .select2-choice .select2-arrow b,
.input-group-lg .select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open.input-lg .select2-choice div b,
.input-group-lg .select2-dropdown-open .select2-choice div b {
  background-position: -18px 9px;
}
/**
 * Address Bootstrap's validation states and change Select2's border colors and focus states.
 * Apply .has-warning, .has-danger or .has-succes to #select2-drop to match Bootstraps' colors.
 */
.has-warning .select2-choice,
.has-warning .select2-choices {
  border-color: #c09853;
}
.has-warning .select2-container-active .select2-choice,
.has-warning .select2-container-multi.select2-container-active .select2-choices {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.has-warning.select2-drop-active {
  border-color: #a47e3c;
}
.has-warning.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #a47e3c;
}
.has-error .select2-choice,
.has-error .select2-choices {
  border-color: #a94442;
}
.has-error .select2-container-active .select2-choice,
.has-error .select2-container-multi.select2-container-active .select2-choices {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error.select2-drop-active {
  border-color: #843534;
}
.has-error.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #843534;
}
.has-success .select2-choice,
.has-success .select2-choices {
  border-color: #468847;
}
.has-success .select2-container-active .select2-choice,
.has-success .select2-container-multi.select2-container-active .select2-choices {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.has-success.select2-drop-active {
  border-color: #356635;
}
.has-success.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #356635;
}
/**
 * Make Select2's active-styles - applied to .select2-container when the widget receives focus -
 * fit Bootstrap 3's .form-element:focus appearance.
 */
.select2-container-active .select2-choice,
.select2-container-multi.select2-container-active .select2-choices {
  border-color: #66afe9 !important;
  outline: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
  -webkit-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;
}
.select2-drop-active {
  border-color: #66afe9 !important;
}
.select2-drop-auto-width,
.select2-drop.select2-drop-above.select2-drop-active {
  border-top-color: #66afe9 !important;
}
/**
 * Select2 widgets in Bootstrap Input Groups
 *
 * When Select2 widgets are combined with other elements using Bootstrap 3's
 * "Input Group" component, we don't want specific edges of the Select2 container
 * to have a border-radius.
 *
 * In Bootstrap 2, input groups required a markup where these style adjustments
 * could be bound to a CSS-class identifying if the additional elements are appended,
 * prepended or both.
 *
 * Bootstrap 3 doesn't rely on these classes anymore, so we have to use our own.
 * Use .select2-bootstrap-prepend and .select2-bootstrap-append on a Bootstrap 3 .input-group
 * to let the contained Select2 widget know which edges should not be rounded as they are
 * directly followed by another element.
 *
 * @see http://getbootstrap.com/components/#input-groups
 */
.input-group.select2-bootstrap-prepend [class^="select2-choice"] {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.input-group.select2-bootstrap-append [class^="select2-choice"] {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.select2-dropdown-open [class^="select2-choice"] {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  background: #212121;
  filter: none;
}
.input-group.select2-bootstrap-prepend .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.input-group.select2-bootstrap-append .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.input-group.input-group-sm.select2-bootstrap-prepend .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-bottom-right-radius: 2px !important;
}
.input-group.input-group-lg.select2-bootstrap-prepend .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-bottom-right-radius: 6px !important;
}
.input-group.input-group-sm.select2-bootstrap-append .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-bottom-left-radius: 2px !important;
}
.input-group.input-group-lg.select2-bootstrap-append .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-bottom-left-radius: 6px !important;
}
/**
 * Adjust Select2's choices hover and selected styles to match Bootstrap 3's default dropdown styles.
 */
.select2-results .select2-highlighted {
  color: #fff;
  background-color: #225637 !important;
}
/**
 * Adjust alignment of Bootstrap 3 buttons in Bootstrap 3 Input Groups to address
 * Multi Select2's height which - depending on how many elements have been selected -
 * may grown higher than their initial size.
 */
.select2-bootstrap-append .select2-container-multiple,
.select2-bootstrap-prepend .select2-container-multiple,
.select2-bootstrap-append .input-group-btn,
.select2-bootstrap-prepend .input-group-btn,
.select2-bootstrap-append .input-group-btn .btn,
.select2-bootstrap-prepend .input-group-btn .btn {
  vertical-align: top;
}
/**
 * Make Multi Select2's choices match Bootstrap 3's default button styles.
 */
.select2-container-multi .select2-choices .select2-search-choice {
  color: #666666;
  background: #212121;
  border-color: #212121;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #0d0d0d;
  border-color: #030303;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/**
 * Address Multi Select2's choice close-button vertical alignment.
 */
.select2-search-choice-close {
  margin-top: 0px;
  top: 50%;
}
/**
 * Adjust the single Select2's clear button position (used to reset the select box
 * back to the placeholder value and visible once a selection is made
 * activated by Select2's "allowClear" option).
 */
.select2-container .select2-choice abbr {
  top: 50%;
}
/**
 * Adjust "no results" and "selection limit" messages to make use
 * of Bootstrap 3's default "Alert" style.
 *
 * @see http://getbootstrap.com/components/#alerts-default
 */
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background-color: #fcf8e3;
  color: #c09853;
}
/**
 * Address disabled Select2 styles.
 *
 * 1. For Select2 v.3.3.2.
 * 2. Revert border-left:0 inherited from Select2's CSS to prevent the arrow
 *    from jumping when switching from disabled to enabled state and vice versa.
 */
.select2-container.select2-container-disabled .select2-choice,
.select2-container.select2-container-disabled .select2-choices {
  cursor: not-allowed;
  background-color: #ededed;
  border-color: #ccc;
}
.select2-container.select2-container-disabled .select2-choice .select2-arrow,
.select2-container.select2-container-disabled .select2-choices .select2-arrow,
.select2-container.select2-container-disabled .select2-choice div,
.select2-container.select2-container-disabled .select2-choices div {
  background-color: transparent;
  border-left: 1px solid transparent;
  /* 2 */
}
/**
 * Address Select2's loading indicator position - which should not stick
 * to the right edge of Select2's search input.
 *
 * 1. in .select2-search input
 * 2. in Multi Select2's .select2-search-field input
 * 3. in the status-message of infinite-scroll with remote data (@see http://ivaynberg.github.io/select2/#infinite)
 *
 * These styles alter Select2's default background-position of 100%
 * and supply the new background-position syntax to browsers which support it:
 *
 * 1. Android, Safari < 6/Mobile, IE<9: change to a relative background-position of 99%
 * 2. Chrome 25+, Firefox 13+, IE 9+, Opera 10.5+: use the new CSS3-background-position syntax
 *
 * @see http://www.w3.org/TR/css3-background/#background-position
 *
 * @todo Since both Select2 and Bootstrap 3 only support IE8 and above,
 * we could use the :after-pseudo-element to display the loading indicator.
 * Alternatively, we could supply an altered loading indicator image which already
 * contains an offset to the right.
 */
.select2-search input.select2-active,
.select2-container-multi .select2-choices .select2-search-field input.select2-active,
.select2-more-results.select2-active {
  background-position: 99%;
  /* 4 */
  background-position: right 4px center;
  /* 5 */
}
/**
 * To support Select2 pre v3.4.2 in combination with Bootstrap v3.2.0,
 * ensure that .select2-offscreen width, height and position can not be overwritten.
 *
 * This adresses changes in Bootstrap somewhere after the initial v3.0.0 which –
 * in combination with Select2's pre-v3.4.2 CSS missing the "!important" after
 * the following rules – allow Bootstrap to overwrite the latter, which results in
 * the original <select> element Select2 is replacing not be properly being hidden
 * when used in a "Bootstrap Input Group with Addon".
 **/
.select2-offscreen,
.select2-offscreen:focus {
  width: 1px !important;
  height: 1px !important;
  position: absolute !important;
}
/* RIBBON BANNERS */
.product-price-original {
  margin-left: 7.5px;
  color: #999999;
  text-decoration: line-through;
  font-size: 90%;
}
.example-block {
  position: relative;
  text-align: center;
  margin: 10px 1px;
  z-index: 100;
}
.ribbon {
  position: absolute;
  top: 0;
  right: 0;
}
/* reset certain elements (in case of conflicting CSS for classes, links, etc.) */
.ribbon .text,
.ribbon .banner,
.ribbon a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
.ribbon a {
  color: #fff;
  text-decoration: none;
}
.no-css-transforms .ribbon {
  font-size: 1em;
  position: relative;
  width: 100%;
}
.ribbon .banner {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  color: #fff;
  -webkit-font-smoothing: antialiased;
  display: block;
  float: right;
  position: relative;
  right: -14px;
  top: 22px;
  width: 100px;
}
.ribbon-small .banner {
  right: -8px;
  top: 15px;
  width: 65px;
}
.ribbon-large .banner {
  right: -20px;
  top: 32px;
  width: 150px;
}
.ribbon .banner::after,
.ribbon .banner::before {
  content: '';
  display: block;
  height: 12px;
  position: absolute;
  width: 30px;
}
.ribbon-small .banner::after,
.ribbon-small .banner::before {
  height: 6px;
  width: 20px;
}
.ribbon-large .banner::after,
.ribbon-large .banner::before {
  height: 18px;
  width: 45px;
}
.ribbon .banner::before {
  -webkit-transform: skewY(-45deg) translate(50%, 15px);
  -moz-transform: skewY(-45deg) translate(50%, 15px);
  -ms-transform: skewY(-45deg) translate(50%, 15px);
  -o-transform: skewY(-45deg) translate(50%, 15px);
  -webkit-transform-origin: 100% center;
  -moz-transform-origin: 100% center;
  -ms-transform-origin: 100% center;
  -o-transform-origin: 100% center;
  left: -45px;
}
.ribbon-small .banner::before {
  top: -5px;
  left: -30px;
}
.ribbon-large .banner::before {
  top: 9px;
  left: -68px;
}
.ribbon .banner::after {
  -webkit-transform: translate(100%, -100%) skewY(45deg) translateX(-58%);
  -moz-transform: translate(100%, -100%) skewY(45deg) translateX(-58%);
  -ms-transform: translate(100%, -100%) skewY(45deg) translateX(-58%);
  -o-transform: translate(100%, -100%) skewY(45deg) translateX(-58%);
  -webkit-transform-origin: 0 center;
  -moz-transform-origin: 0 center;
  -ms-transform-origin: 0 center;
  -o-transform-origin: 0 center;
  right: -17px;
}
.ribbon-small .banner::after {
  top: 18px;
  right: -12px;
}
.ribbon-large .banner::after {
  top: 45px;
  right: -26px;
}
.no-css-transforms .ribbon .banner {
  position: static;
  width: 100%;
  float: none;
  font-size: 10px;
}
.ribbon .text {
  position: relative;
  z-index: 2;
  padding: 6px 0;
  font-size: 15px;
  font-weight: bold;
  min-height: 18px;
  line-height: 18px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* small text */
.ribbon-small .text {
  padding: 3px 0;
  font-size: 8px;
  min-height: 14px;
  line-height: 14px;
}
/* large text */
.ribbon-large .text {
  padding: 9px 0;
  font-size: 18px;
  min-height: 28px;
  line-height: 28px;
}
.ribbon .text::before,
.ribbon .text::after {
  content: '';
  display: block;
  height: 30px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
/* small text */
.ribbon.ribbon-small .text::before,
.ribbon.ribbon-small .text::after {
  height: 20px;
}
/* large text */
.ribbon.ribbon-large .text::before,
.ribbon.ribbon-large .text::after {
  height: 46px;
}
.ribbon .text::before {
  -webkit-transform: translateX(-15%) skewX(-45deg);
  -moz-transform: translateX(-15%) skewX(-45deg);
  -ms-transform: translateX(-15%) skewX(-45deg);
  -o-transform: translateX(-15%) skewX(-45deg);
}
.ribbon .text::after {
  -webkit-transform: translateX(15%) skewX(45deg);
  -moz-transform: translateX(15%) skewX(45deg);
  -ms-transform: translateX(15%) skewX(45deg);
  -o-transform: translateX(15%) skewX(45deg);
}
.no-css-transforms .ribbon .text {
  height: 25px;
  padding: 3px;
}
/*--- RIBBON COLORS ---*/
/* default */
.ribbon .banner::after,
.ribbon .banner::before {
  background-color: #143120;
}
.ribbon .text::before,
.ribbon .text::after,
.no-css-transforms .ribbon .text {
  background-color: #225637;
}
#carousel-shop .carousel-inner > .item {
  padding: 9px;
}
/*--- DROPDOWN SUB MENU STYLES ---*/
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.widget-videos .article-image a:after {
  background-image: url("/assets/common/yt_icon_mono_dark.png");
  background-size: 100%;
  background-repeat: no-repeat;
  content: "" !important;
  width: 36px;
  height: 36px;
  opacity: 1 !important;
}
.form-control .select2-choice {
  border: 0;
  border-radius: 2px;
}
.form-control .select2-choice .select2-arrow {
  border-radius: 0 2px 2px 0;
}
.form-control.select2-container {
  height: auto !important;
  padding: 0px;
}
.form-control.select2-container.select2-dropdown-open {
  border-color: #67c38c;
  border-radius: 3px 3px 0 0;
}
.form-control .select2-container.select2-dropdown-open .select2-choices {
  border-radius: 3px 3px 0 0;
}
.form-control.select2-container .select2-choices {
  border: 0 !important;
  border-radius: 3px;
}
.control-group.warning .select2-container .select2-choice,
.control-group.warning .select2-container .select2-choices,
.control-group.warning .select2-container-active .select2-choice,
.control-group.warning .select2-container-active .select2-choices,
.control-group.warning .select2-dropdown-open.select2-drop-above .select2-choice,
.control-group.warning .select2-dropdown-open.select2-drop-above .select2-choices,
.control-group.warning .select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #f0ad4e !important;
}
.control-group.warning .select2-container .select2-choice div {
  border-left: 1px solid #f0ad4e !important;
  background: #fae3c4 !important;
}
.control-group.error .select2-container .select2-choice,
.control-group.error .select2-container .select2-choices,
.control-group.error .select2-container-active .select2-choice,
.control-group.error .select2-container-active .select2-choices,
.control-group.error .select2-dropdown-open.select2-drop-above .select2-choice,
.control-group.error .select2-dropdown-open.select2-drop-above .select2-choices,
.control-group.error .select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #d9534f !important;
}
.control-group.error .select2-container .select2-choice div {
  border-left: 1px solid #d9534f !important;
  background: #f0b9b8 !important;
}
.control-group.info .select2-container .select2-choice,
.control-group.info .select2-container .select2-choices,
.control-group.info .select2-container-active .select2-choice,
.control-group.info .select2-container-active .select2-choices,
.control-group.info .select2-dropdown-open.select2-drop-above .select2-choice,
.control-group.info .select2-dropdown-open.select2-drop-above .select2-choices,
.control-group.info .select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #5bc0de !important;
}
.control-group.info .select2-container .select2-choice div {
  border-left: 1px solid #5bc0de !important;
  background: #c5e9f3 !important;
}
.control-group.success .select2-container .select2-choice,
.control-group.success .select2-container .select2-choices,
.control-group.success .select2-container-active .select2-choice,
.control-group.success .select2-container-active .select2-choices,
.control-group.success .select2-dropdown-open.select2-drop-above .select2-choice,
.control-group.success .select2-dropdown-open.select2-drop-above .select2-choices,
.control-group.success .select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #5cb85c !important;
}
.control-group.success .select2-container .select2-choice div {
  border-left: 1px solid #5cb85c !important;
  background: #b5dfb5 !important;
}
.select2-results .select2-highlighted {
  background: #c0171f;
  color: #fff;
}
/*
Version: 3.4.5 Timestamp: Mon Nov  4 08:22:42 PST 2013
*/
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  /* inline-block for ie7 */
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.

    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box;
  /* webkit */
  -moz-box-sizing: border-box;
  /* firefox */
  box-sizing: border-box;
  /* css3 */
}
.select2-container .select2-choice {
  display: block;
  height: 26px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #ccc;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
  background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(top, #fff 0%, #eee 50%);
}
.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  border-radius: 0 0 4px 4px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
  background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(top, #eee 0%, #fff 90%);
}
.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}
.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url('../images/select2.png') right top no-repeat;
  cursor: pointer;
  outline: 0;
}
.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}
.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}
.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #ccc;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto;
}
.select2-drop-auto-width .select2-search {
  padding-top: 4px;
}
.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}
.select2-drop-active {
  border: 1px solid #55bc7f;
  border-top: none;
}
.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #55bc7f;
}
.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #aaa;
  border-radius: 0 4px 4px 0;
  background-clip: padding-box;
  background: #ccc;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
  background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
  background-image: linear-gradient(top, #ccc 0%, #eee 60%);
}
.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('../images/select2.png') no-repeat 0 1px;
}
.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}
.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff url('../images/select2.png') no-repeat 100% -22px;
  background: url('../images/select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url('../images/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url('../images/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url('../images/select2.png') no-repeat 100% -22px, linear-gradient(top, #fff 85%, #eee 99%);
}
.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px;
}
.select2-search input.select2-active {
  background: #fff url('../images/select2-spinner.gif') no-repeat 100%;
  background: url('../images/select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url('../images/select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url('../images/select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url('../images/select2-spinner.gif') no-repeat 100%, linear-gradient(top, #fff 85%, #eee 99%);
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #de1b24;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
  background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
  background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(top, #fff 0%, #eee 50%);
}
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #55bc7f;
  border-top-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
  background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
  background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(bottom, #fff 0%, #eee 50%);
}
.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  filter: none;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px;
}
/* results */
.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}
.select2-results ul.select2-result-sub > li .select2-result-label {
  padding-left: 20px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 40px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 60px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 80px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 100px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 110px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 120px;
}
.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}
.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}
.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select2-results .select2-highlighted {
  background: #225637;
  color: #fff;
}
.select2-results li em {
  background: #feffde;
  font-style: normal;
}
.select2-results .select2-highlighted em {
  background: transparent;
}
.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000;
}
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
}
/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
.select2-results .select2-selected {
  display: none;
}
.select2-more-results.select2-active {
  background: #f4f4f4 url('../images/select2-spinner.gif') no-repeat 100%;
}
.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}
/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}
.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}
/* multiselect */
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0;
  position: relative;
  border: 1px solid #ccc;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: linear-gradient(top, #eee 1%, #fff 15%);
}
.select2-locked {
  padding: 3px 5px 3px 5px !important;
}
.select2-container-multi .select2-choices {
  min-height: 26px;
}
.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #55bc7f;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}
.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 3px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent !important;
}
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url('../images/select2-spinner.gif') no-repeat 100% !important;
}
.select2-default {
  color: #999 !important;
}
.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 15px;
  margin: 5px 0 5px 5px;
  position: relative;
  font-size: 12px;
  line-height: 15px;
  color: #212121;
  cursor: default;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}
.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
  background: url('../images/select2.png') right top no-repeat;
}
.select2-container-multi .select2-search-choice-close {
  left: 3px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}
/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none;
}
/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}
.select2-offscreen,
.select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}
.select2-display-none {
  display: none;
}
.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}
.select2-footer {
  margin-left: 12px;
  margin-bottom: 5px;
}
/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .select2-search input,
  .select2-search-choice-close,
  .select2-container .select2-choice abbr,
  .select2-container .select2-choice .select2-arrow b {
    background-image: url('../images/select2x2.png') !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }
  .select2-search input {
    background-position: 100% -21px !important;
  }
}
#editor-content .col-xs-12 {
  float: none;
}
#editor-content .element-edit.img-responsive[data-plugin="article-editor"] img.img-responsive.pull-right {
  float: unset !important;
  margin-left: auto;
}
.cke {
  margin-right: -16px;
}
#editor-content {
  padding: 0;
  list-style: none;
  margin: 0;
  min-height: 200px;
}
.editor-menu h4 {
  margin-top: 0px;
}
.element-edit {
  margin: 0px;
  vertical-align: middle;
  min-height: 40px;
  padding-right: 0px;
  background-color: #ffffff;
}
.two-column li .element-edit-controls,
.three-column li .element-edit-controls,
.four-column li .element-edit-controls {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -64px;
  width: 100%;
}
.two-column li .element-edit-controls > a,
.three-column li .element-edit-controls > a,
.four-column li .element-edit-controls > a,
ul.element-tab-content-list li .element-edit-controls > a {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #000000;
  opacity: 0.75;
  border-radius: 50%;
}
.two-column li .element-edit-controls > a:hover,
.three-column li .element-edit-controls > a:hover,
.four-column li .element-edit-controls > a:hover {
  background-color: #000000;
  opacity: 0.90;
}
.frame {
  border: 0px dashed lightgray !important;
  min-width: 0px;
}
.two-column li .element-edit-drag,
.three-column li .element-edit-drag,
.four-column li .element-edit-drag {
  padding-left: 1px;
  cursor: move;
}
.two-column li .element-edit-edit,
.three-column li .element-edit-edit,
.four-column li .element-edit-edit {
  left: 88px;
}
.two-column li .element-edit-delete,
.three-column li .element-edit-delete,
.four-column li .element-edit-delete {
  left: 44px;
}
ul.two-column:empty::before,
ul.three-column:empty::before,
ul.four-column:empty::before {
  content: "Raahaa elementti tähän";
  display: block;
  background-color: #c8c8c8;
  text-align: center;
  height: 300px;
  line-height: 300px;
  float: left;
  padding-left: 16px;
  padding-right: 8px;
  background-clip: content-box;
  vertical-align: middle;
}
.two-column:empty:before {
  width: 50%;
}
.three-column:empty:before {
  width: 33%;
}
.four-column:empty:before {
  width: 25%;
}
ul.two-column:empty:after,
ul.three-column:empty:after,
ul.four-column:empty:after {
  content: "Raahaa elementti tähän";
  text-align: center;
  display: none;
  background-color: #ededed;
  height: 300px;
  line-height: 300px;
  float: left;
  padding-left: 8px;
  padding-right: 16px;
  background-clip: content-box;
  vertical-align: middle;
}
.two-column:empty:after {
  width: 50%;
}
.three-column:empty:after {
  width: 33%;
}
.four-column:empty:after {
  width: 25%;
}
.two-column,
.three-column,
.four-column,
ul.element-tab-content-list {
  padding-right: 0 !important;
  padding-left: 0 !important;
  list-style-type: none;
  width: 100%;
  word-wrap: break-word;
}
.two-column > li,
.three-column > li,
.four-column > li {
  float: left !important;
  /*background-color:transparent !important; border:1px dashed #47a447;*/
}
.element-edit-text li {
  float: none !important;
}
.two-column ol li,
.three-column ol li,
.four-column ol li {
  float: none !important;
}
.two-column ul li,
.three-column ul li,
.four-column ul li {
  float: none !important;
}
.element-edit .two-column,
.element-edit .three-column,
.element-edit .four-column {
  min-height: 300px;
  display: flex;
}
.two-column > .ui-state-highlight {
  width: 50%;
}
.three-column > .ui-state-highlight {
  width: 33.3333%;
}
.four-column > .ui-state-highlight {
  width: 25%;
}
.element-edit-controls {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.element-edit:hover > .element-edit-controls {
  display: block;
}
.element-edit:hover {
  display: block;
  outline: 1px solid #999999;
  cursor: pointer;
  position: relative;
  z-index: 101;
}
.two-column .element-edit:hover,
.three-column .element-edit:hover,
.four-column .element-edit:hover {
  outline: 0px solid #999999;
  opacity: 0.75;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.element-edit-controls > a {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #666666;
  opacity: 0.75;
}
.element-edit-controls > a:hover {
  background-color: #000000;
}
.element-edit-controls > a > span {
  padding-top: 5px;
  padding-left: 8px;
  font-size: 22px;
  color: #ccc;
}
.element-edit-drag {
  left: 0px;
  cursor: move;
}
.element-edit-edit {
  right: 0px;
}
.element-edit-delete {
  right: 44px;
  top: 0px;
}
.element-edit > h1 {
  padding-top: 10px;
  padding-bottom: 8px;
  margin: 0px;
}
.element-edit > h2 {
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0px;
}
.element-edit > h5 {
  font-size: 13px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0px;
}
.element-edit > p {
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0px;
}
.element-edit > hr {
  padding-top: 20px;
  margin: 0px;
}
.element-edit > h3 {
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0px;
}
.ui-state-highlight {
  height: 1.5em;
  line-height: 1.2em;
  color: #969696;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-style: dashed;
  border-width: 2px;
  width: 100%;
}
#trash-bin {
  width: 100%;
  min-height: 80px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.no-clip {
  overflow: visible !important;
}
.element-trash {
  max-height: 80px !important;
  overflow: hidden !important;
}
.element-trash .element-edit-edit {
  display: none !important;
}
.element-trash .element-edit-delete {
  display: none !important;
}
.editor-menu {
  position: relative !important;
}
.element-noimage img {
  display: none;
}
.image-placeholder {
  width: 100%;
  height: 100%;
  background-color: #ccc;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}
.element-upload-control {
  margin-top: 50px;
}
.element-noimage {
  min-height: 300px;
}
.element-image {
  padding-bottom: 9px;
}
.element-image .image-placeholder {
  opacity: 0.0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0.0;
  -khtml-opacity: 0.0;
}
.element-upload {
  position: relative;
  overflow: hidden;
  margin: 10px;
}
.element-upload input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.element-legend-edit {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}
.element-legend-edit h2 .legend {
  font-size: 70%;
  font-weight: normal;
  color: #737373;
  font-family: Arial;
  line-height: 1.2;
}
.element-legend h2 .legend {
  font-size: 70%;
  font-weight: normal;
  color: #737373;
  font-family: Arial;
  line-height: 1.2;
}
.element-edit-text:not(a) {
  margin: 0;
  padding-bottom: 10px;
  padding-top: 10px;
}
.content-container {
  background-color: #fff;
}
.min-content {
  min-height: 500px;
}
.element-fixed-legend {
  padding-right: 0px;
  background-color: #ffffff !important;
}
.element-fixed-legend > h2 {
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0px !important;
}
.element-fixed-legend {
  margin: 0;
  vertical-align: middle;
}
.cke_focus {
  outline: none;
}
.cke_focus:focus + .element-edit-controls {
  display: none;
}
/*.embed-video {padding-bottom:37px;}*/
.content {
  margin-bottom: 20px;
}
.articleThumb {
  height: 45px;
  width: 55px;
  padding-right: 10px;
}
ul.element-tab-content-list {
  min-height: 100px;
}
ul.element-tab-content-list:empty:before {
  content: "Raahaa elementti tähän";
  display: block;
  background-color: #ededed;
}
.tab-content > .active {
  padding: 13px;
  border-bottom: 1px solid #d0d0d0;
  border-left: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
}
/* Start medium devices (tablets, 768px and up) */
@media (min-width: 900px) and (max-width: 1091px) {
  .element-edit {
    padding-right: 15px;
  }
  .element-legend {
    margin-right: -16px;
    margin-left: -16px;
  }
}
/* Start Small devices (desktops, max 768px) */
@media (max-width: 899px) {
  .element-edit {
    padding-right: 15px;
  }
  .element-legend {
    margin-right: -16px;
    margin-left: -16px;
  }
}
/* Start desktop devices (desktops, 992px and up) */
@media (min-width: 1092px) {
  #editor-content {
    padding-right: 16px;
  }
}
.flag {
  width: 16px;
  height: 11px;
  background: url(/assets/images/flags.png) no-repeat;
}
.flag.flag-ad {
  background-position: -16px 0;
}
.flag.flag-ae {
  background-position: -32px 0;
}
.flag.flag-af {
  background-position: -48px 0;
}
.flag.flag-ag {
  background-position: -64px 0;
}
.flag.flag-ai {
  background-position: -80px 0;
}
.flag.flag-al {
  background-position: -96px 0;
}
.flag.flag-am {
  background-position: -112px 0;
}
.flag.flag-an {
  background-position: -128px 0;
}
.flag.flag-ao {
  background-position: -144px 0;
}
.flag.flag-ar {
  background-position: -160px 0;
}
.flag.flag-as {
  background-position: -176px 0;
}
.flag.flag-at {
  background-position: -192px 0;
}
.flag.flag-au {
  background-position: -208px 0;
}
.flag.flag-aw {
  background-position: -224px 0;
}
.flag.flag-az {
  background-position: -240px 0;
}
.flag.flag-ba {
  background-position: 0 -11px;
}
.flag.flag-bb {
  background-position: -16px -11px;
}
.flag.flag-bd {
  background-position: -32px -11px;
}
.flag.flag-be {
  background-position: -48px -11px;
}
.flag.flag-bf {
  background-position: -64px -11px;
}
.flag.flag-bg {
  background-position: -80px -11px;
}
.flag.flag-bh {
  background-position: -96px -11px;
}
.flag.flag-bi {
  background-position: -112px -11px;
}
.flag.flag-bj {
  background-position: -128px -11px;
}
.flag.flag-bm {
  background-position: -144px -11px;
}
.flag.flag-bn {
  background-position: -160px -11px;
}
.flag.flag-bo {
  background-position: -176px -11px;
}
.flag.flag-br {
  background-position: -192px -11px;
}
.flag.flag-bs {
  background-position: -208px -11px;
}
.flag.flag-bt {
  background-position: -224px -11px;
}
.flag.flag-bv {
  background-position: -240px -11px;
}
.flag.flag-bw {
  background-position: 0 -22px;
}
.flag.flag-by {
  background-position: -16px -22px;
}
.flag.flag-bz {
  background-position: -32px -22px;
}
.flag.flag-ca {
  background-position: -48px -22px;
}
.flag.flag-catalonia {
  background-position: -64px -22px;
}
.flag.flag-cd {
  background-position: -80px -22px;
}
.flag.flag-cf {
  background-position: -96px -22px;
}
.flag.flag-cg {
  background-position: -112px -22px;
}
.flag.flag-ch {
  background-position: -128px -22px;
}
.flag.flag-ci {
  background-position: -144px -22px;
}
.flag.flag-ck {
  background-position: -160px -22px;
}
.flag.flag-cl {
  background-position: -176px -22px;
}
.flag.flag-cm {
  background-position: -192px -22px;
}
.flag.flag-cn {
  background-position: -208px -22px;
}
.flag.flag-co {
  background-position: -224px -22px;
}
.flag.flag-cr {
  background-position: -240px -22px;
}
.flag.flag-cu {
  background-position: 0 -33px;
}
.flag.flag-cv {
  background-position: -16px -33px;
}
.flag.flag-cw {
  background-position: -32px -33px;
}
.flag.flag-cy {
  background-position: -48px -33px;
}
.flag.flag-cz {
  background-position: -64px -33px;
}
.flag.flag-de {
  background-position: -80px -33px;
}
.flag.flag-dj {
  background-position: -96px -33px;
}
.flag.flag-dk {
  background-position: -112px -33px;
}
.flag.flag-dm {
  background-position: -128px -33px;
}
.flag.flag-do {
  background-position: -144px -33px;
}
.flag.flag-dz {
  background-position: -160px -33px;
}
.flag.flag-ec {
  background-position: -176px -33px;
}
.flag.flag-ee {
  background-position: -192px -33px;
}
.flag.flag-eg {
  background-position: -208px -33px;
}
.flag.flag-eh {
  background-position: -224px -33px;
}
.flag.flag-england {
  background-position: -240px -33px;
}
.flag.flag-en {
  background-position: -176px -44px;
}
.flag.flag-er {
  background-position: 0 -44px;
}
.flag.flag-es {
  background-position: -16px -44px;
}
.flag.flag-et {
  background-position: -32px -44px;
}
.flag.flag-eu {
  background-position: -48px -44px;
}
.flag.flag-fi {
  background-position: -64px -44px;
}
.flag.flag-fj {
  background-position: -80px -44px;
}
.flag.flag-fk {
  background-position: -96px -44px;
}
.flag.flag-fm {
  background-position: -112px -44px;
}
.flag.flag-fo {
  background-position: -128px -44px;
}
.flag.flag-fr {
  background-position: -144px -44px;
}
.flag.flag-ga {
  background-position: -160px -44px;
}
.flag.flag-gb {
  background-position: -176px -44px;
}
.flag.flag-gd {
  background-position: -192px -44px;
}
.flag.flag-ge {
  background-position: -208px -44px;
}
.flag.flag-gf {
  background-position: -224px -44px;
}
.flag.flag-gg {
  background-position: -240px -44px;
}
.flag.flag-gh {
  background-position: 0 -55px;
}
.flag.flag-gi {
  background-position: -16px -55px;
}
.flag.flag-gl {
  background-position: -32px -55px;
}
.flag.flag-gm {
  background-position: -48px -55px;
}
.flag.flag-gn {
  background-position: -64px -55px;
}
.flag.flag-gp {
  background-position: -80px -55px;
}
.flag.flag-gq {
  background-position: -96px -55px;
}
.flag.flag-gr {
  background-position: -112px -55px;
}
.flag.flag-gs {
  background-position: -128px -55px;
}
.flag.flag-gt {
  background-position: -144px -55px;
}
.flag.flag-gu {
  background-position: -160px -55px;
}
.flag.flag-gw {
  background-position: -176px -55px;
}
.flag.flag-gy {
  background-position: -192px -55px;
}
.flag.flag-hk {
  background-position: -208px -55px;
}
.flag.flag-hm {
  background-position: -224px -55px;
}
.flag.flag-hn {
  background-position: -240px -55px;
}
.flag.flag-hr {
  background-position: 0 -66px;
}
.flag.flag-ht {
  background-position: -16px -66px;
}
.flag.flag-hu {
  background-position: -32px -66px;
}
.flag.flag-ic {
  background-position: -48px -66px;
}
.flag.flag-id {
  background-position: -64px -66px;
}
.flag.flag-ie {
  background-position: -80px -66px;
}
.flag.flag-il {
  background-position: -96px -66px;
}
.flag.flag-im {
  background-position: -112px -66px;
}
.flag.flag-in {
  background-position: -128px -66px;
}
.flag.flag-io {
  background-position: -144px -66px;
}
.flag.flag-iq {
  background-position: -160px -66px;
}
.flag.flag-ir {
  background-position: -176px -66px;
}
.flag.flag-is {
  background-position: -192px -66px;
}
.flag.flag-it {
  background-position: -208px -66px;
}
.flag.flag-je {
  background-position: -224px -66px;
}
.flag.flag-jm {
  background-position: -240px -66px;
}
.flag.flag-jo {
  background-position: 0 -77px;
}
.flag.flag-jp {
  background-position: -16px -77px;
}
.flag.flag-ke {
  background-position: -32px -77px;
}
.flag.flag-kg {
  background-position: -48px -77px;
}
.flag.flag-kh {
  background-position: -64px -77px;
}
.flag.flag-ki {
  background-position: -80px -77px;
}
.flag.flag-km {
  background-position: -96px -77px;
}
.flag.flag-kn {
  background-position: -112px -77px;
}
.flag.flag-kp {
  background-position: -128px -77px;
}
.flag.flag-kr {
  background-position: -144px -77px;
}
.flag.flag-kurdistan {
  background-position: -160px -77px;
}
.flag.flag-kw {
  background-position: -176px -77px;
}
.flag.flag-ky {
  background-position: -192px -77px;
}
.flag.flag-kz {
  background-position: -208px -77px;
}
.flag.flag-la {
  background-position: -224px -77px;
}
.flag.flag-lb {
  background-position: -240px -77px;
}
.flag.flag-lc {
  background-position: 0 -88px;
}
.flag.flag-li {
  background-position: -16px -88px;
}
.flag.flag-lk {
  background-position: -32px -88px;
}
.flag.flag-lr {
  background-position: -48px -88px;
}
.flag.flag-ls {
  background-position: -64px -88px;
}
.flag.flag-lt {
  background-position: -80px -88px;
}
.flag.flag-lu {
  background-position: -96px -88px;
}
.flag.flag-lv {
  background-position: -112px -88px;
}
.flag.flag-ly {
  background-position: -128px -88px;
}
.flag.flag-ma {
  background-position: -144px -88px;
}
.flag.flag-mc {
  background-position: -160px -88px;
}
.flag.flag-md {
  background-position: -176px -88px;
}
.flag.flag-me {
  background-position: -192px -88px;
}
.flag.flag-mg {
  background-position: -208px -88px;
}
.flag.flag-mh {
  background-position: -224px -88px;
}
.flag.flag-mk {
  background-position: -240px -88px;
}
.flag.flag-ml {
  background-position: 0 -99px;
}
.flag.flag-mm {
  background-position: -16px -99px;
}
.flag.flag-mn {
  background-position: -32px -99px;
}
.flag.flag-mo {
  background-position: -48px -99px;
}
.flag.flag-mp {
  background-position: -64px -99px;
}
.flag.flag-mq {
  background-position: -80px -99px;
}
.flag.flag-mr {
  background-position: -96px -99px;
}
.flag.flag-ms {
  background-position: -112px -99px;
}
.flag.flag-mt {
  background-position: -128px -99px;
}
.flag.flag-mu {
  background-position: -144px -99px;
}
.flag.flag-mv {
  background-position: -160px -99px;
}
.flag.flag-mw {
  background-position: -176px -99px;
}
.flag.flag-mx {
  background-position: -192px -99px;
}
.flag.flag-my {
  background-position: -208px -99px;
}
.flag.flag-mz {
  background-position: -224px -99px;
}
.flag.flag-na {
  background-position: -240px -99px;
}
.flag.flag-nc {
  background-position: 0 -110px;
}
.flag.flag-ne {
  background-position: -16px -110px;
}
.flag.flag-nf {
  background-position: -32px -110px;
}
.flag.flag-ng {
  background-position: -48px -110px;
}
.flag.flag-ni {
  background-position: -64px -110px;
}
.flag.flag-nl {
  background-position: -80px -110px;
}
.flag.flag-no {
  background-position: -96px -110px;
}
.flag.flag-np {
  background-position: -112px -110px;
}
.flag.flag-nr {
  background-position: -128px -110px;
}
.flag.flag-nu {
  background-position: -144px -110px;
}
.flag.flag-nz {
  background-position: -160px -110px;
}
.flag.flag-om {
  background-position: -176px -110px;
}
.flag.flag-pa {
  background-position: -192px -110px;
}
.flag.flag-pe {
  background-position: -208px -110px;
}
.flag.flag-pf {
  background-position: -224px -110px;
}
.flag.flag-pg {
  background-position: -240px -110px;
}
.flag.flag-ph {
  background-position: 0 -121px;
}
.flag.flag-pk {
  background-position: -16px -121px;
}
.flag.flag-pl {
  background-position: -32px -121px;
}
.flag.flag-pm {
  background-position: -48px -121px;
}
.flag.flag-pn {
  background-position: -64px -121px;
}
.flag.flag-pr {
  background-position: -80px -121px;
}
.flag.flag-ps {
  background-position: -96px -121px;
}
.flag.flag-pt {
  background-position: -112px -121px;
}
.flag.flag-pw {
  background-position: -128px -121px;
}
.flag.flag-py {
  background-position: -144px -121px;
}
.flag.flag-qa {
  background-position: -160px -121px;
}
.flag.flag-re {
  background-position: -176px -121px;
}
.flag.flag-ro {
  background-position: -192px -121px;
}
.flag.flag-rs {
  background-position: -208px -121px;
}
.flag.flag-ru {
  background-position: -224px -121px;
}
.flag.flag-rw {
  background-position: -240px -121px;
}
.flag.flag-sa {
  background-position: 0 -132px;
}
.flag.flag-sb {
  background-position: -16px -132px;
}
.flag.flag-sc {
  background-position: -32px -132px;
}
.flag.flag-scotland {
  background-position: -48px -132px;
}
.flag.flag-sd {
  background-position: -64px -132px;
}
.flag.flag-se {
  background-position: -80px -132px;
}
.flag.flag-sg {
  background-position: -96px -132px;
}
.flag.flag-sh {
  background-position: -112px -132px;
}
.flag.flag-si {
  background-position: -128px -132px;
}
.flag.flag-sk {
  background-position: -144px -132px;
}
.flag.flag-sl {
  background-position: -160px -132px;
}
.flag.flag-sm {
  background-position: -176px -132px;
}
.flag.flag-sn {
  background-position: -192px -132px;
}
.flag.flag-so {
  background-position: -208px -132px;
}
.flag.flag-somaliland {
  background-position: -224px -132px;
}
.flag.flag-sr {
  background-position: -240px -132px;
}
.flag.flag-ss {
  background-position: 0 -143px;
}
.flag.flag-st {
  background-position: -16px -143px;
}
.flag.flag-sv {
  background-position: -32px -143px;
}
.flag.flag-sx {
  background-position: -48px -143px;
}
.flag.flag-sy {
  background-position: -64px -143px;
}
.flag.flag-sz {
  background-position: -80px -143px;
}
.flag.flag-tc {
  background-position: -96px -143px;
}
.flag.flag-td {
  background-position: -112px -143px;
}
.flag.flag-tf {
  background-position: -128px -143px;
}
.flag.flag-tg {
  background-position: -144px -143px;
}
.flag.flag-th {
  background-position: -160px -143px;
}
.flag.flag-tj {
  background-position: -176px -143px;
}
.flag.flag-tk {
  background-position: -192px -143px;
}
.flag.flag-tl {
  background-position: -208px -143px;
}
.flag.flag-tm {
  background-position: -224px -143px;
}
.flag.flag-tn {
  background-position: -240px -143px;
}
.flag.flag-to {
  background-position: 0 -154px;
}
.flag.flag-tr {
  background-position: -16px -154px;
}
.flag.flag-tt {
  background-position: -32px -154px;
}
.flag.flag-tv {
  background-position: -48px -154px;
}
.flag.flag-tw {
  background-position: -64px -154px;
}
.flag.flag-tz {
  background-position: -80px -154px;
}
.flag.flag-ua {
  background-position: -96px -154px;
}
.flag.flag-ug {
  background-position: -112px -154px;
}
.flag.flag-um {
  background-position: -128px -154px;
}
.flag.flag-us {
  background-position: -144px -154px;
}
.flag.flag-uy {
  background-position: -160px -154px;
}
.flag.flag-uz {
  background-position: -176px -154px;
}
.flag.flag-va {
  background-position: -192px -154px;
}
.flag.flag-vc {
  background-position: -208px -154px;
}
.flag.flag-ve {
  background-position: -224px -154px;
}
.flag.flag-vg {
  background-position: -240px -154px;
}
.flag.flag-vi {
  background-position: 0 -165px;
}
.flag.flag-vn {
  background-position: -16px -165px;
}
.flag.flag-vu {
  background-position: -32px -165px;
}
.flag.flag-wales {
  background-position: -48px -165px;
}
.flag.flag-wf {
  background-position: -64px -165px;
}
.flag.flag-ws {
  background-position: -80px -165px;
}
.flag.flag-ye {
  background-position: -96px -165px;
}
.flag.flag-yt {
  background-position: -112px -165px;
}
.flag.flag-za {
  background-position: -128px -165px;
}
.flag.flag-zanzibar {
  background-position: -144px -165px;
}
.flag.flag-zm {
  background-position: -160px -165px;
}
.flag.flag-zw {
  background-position: -176px -165px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 16.9.2014, 15:15:33
    Author     : Santeri
*/
/*
 * blueimp Gallery CSS 2.11.1
 * https://github.com/blueimp/Gallery
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */
.blueimp-gallery,
.blueimp-gallery > .slides > .slide > .slide-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* Prevent artifacts in Mozilla Firefox: */
  -moz-backface-visibility: hidden;
}
.blueimp-gallery > .slides > .slide > .slide-content {
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  opacity: 1;
}
.blueimp-gallery {
  position: fixed;
  z-index: 999999;
  overflow: hidden;
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  display: none;
  direction: ltr;
  -ms-touch-action: none;
  touch-action: none;
}
.blueimp-gallery-carousel {
  position: relative;
  z-index: auto;
  margin: 1em auto;
  /* Set the carousel width/height ratio to 16/9: */
  padding-bottom: 56.25%;
  box-shadow: 0 0 10px #000;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.blueimp-gallery-display {
  display: block;
  opacity: 1;
}
.blueimp-gallery > .slides {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.blueimp-gallery-carousel > .slides {
  position: absolute;
}
.blueimp-gallery > .slides > .slide {
  position: relative;
  float: left;
  height: 100%;
  text-align: center;
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.blueimp-gallery,
.blueimp-gallery > .slides > .slide > .slide-content {
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -ms-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
.blueimp-gallery > .slides > .slide-loading {
  background: url(../img/loading.gif) center no-repeat;
  background-size: 64px 64px;
}
.blueimp-gallery > .slides > .slide-loading > .slide-content {
  opacity: 0;
}
.blueimp-gallery > .slides > .slide-error {
  background: url(../img/error.png) center no-repeat;
}
.blueimp-gallery > .slides > .slide-error > .slide-content {
  display: none;
}
.blueimp-gallery > .prev,
.blueimp-gallery > .next {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -23px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 2px #000;
  text-align: center;
  background: #222;
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: 3px solid #fff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  cursor: pointer;
  display: none;
}
.blueimp-gallery > .next {
  left: auto;
  right: 15px;
}
.blueimp-gallery > .close,
.blueimp-gallery > .title {
  position: absolute;
  top: 15px;
  left: 15px;
  margin: 0 40px 0 0;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  text-shadow: 0 0 2px #000;
  opacity: 0.8;
  display: none;
}
.blueimp-gallery > .close {
  padding: 15px;
  right: 15px;
  left: auto;
  margin: -15px;
  font-size: 30px;
  text-decoration: none;
  cursor: pointer;
}
.blueimp-gallery > .play-pause {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 15px;
  height: 15px;
  background: url(../img/play-pause.png) 0 0 no-repeat;
  cursor: pointer;
  opacity: 0.5;
  display: none;
}
.blueimp-gallery-playing > .play-pause {
  background-position: -15px 0;
}
.blueimp-gallery > .prev:hover,
.blueimp-gallery > .next:hover,
.blueimp-gallery > .close:hover,
.blueimp-gallery > .title:hover,
.blueimp-gallery > .play-pause:hover {
  color: #fff;
  opacity: 1;
}
.blueimp-gallery-controls > .prev,
.blueimp-gallery-controls > .next,
.blueimp-gallery-controls > .close,
.blueimp-gallery-controls > .title,
.blueimp-gallery-controls > .play-pause {
  display: block;
  /* Fix z-index issues (controls behind slide element) on Android: */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.blueimp-gallery-single > .prev,
.blueimp-gallery-left > .prev,
.blueimp-gallery-single > .next,
.blueimp-gallery-right > .next,
.blueimp-gallery-single > .play-pause {
  display: none;
}
.blueimp-gallery > .slides > .slide > .slide-content,
.blueimp-gallery > .prev,
.blueimp-gallery > .next,
.blueimp-gallery > .close,
.blueimp-gallery > .play-pause {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Replace PNGs with SVGs for capable browsers (excluding IE<9) */
body:last-child .blueimp-gallery > .slides > .slide-error {
  background-image: url(../img/error.svg);
}
body:last-child .blueimp-gallery > .play-pause {
  width: 20px;
  height: 20px;
  background-size: 40px 20px;
  background-image: url(../img/play-pause.svg);
}
body:last-child .blueimp-gallery-playing > .play-pause {
  background-position: -20px 0;
}
/* IE7 fixes */
* + html .blueimp-gallery > .slides > .slide {
  min-height: 300px;
}
* + html .blueimp-gallery > .slides > .slide > .slide-content {
  position: relative;
}
/*
 * blueimp Gallery Indicator CSS 1.1.0
 * https://github.com/blueimp/Gallery
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */
.blueimp-gallery > .indicator {
  position: absolute;
  top: auto;
  right: 15px;
  bottom: 15px;
  left: 15px;
  margin: 0 40px;
  padding: 0;
  list-style: none;
  text-align: center;
  line-height: 10px;
  display: none;
}
.blueimp-gallery > .indicator > li {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 12px 6px 0 6px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: 1px solid transparent;
  background: #ccc;
  background: rgba(255, 255, 255, 0.25) center no-repeat;
  border-radius: 10px;
  box-shadow: 0 0 2px #000;
  opacity: 0.5;
  cursor: pointer;
}
.blueimp-gallery > .indicator > li:hover,
.blueimp-gallery > .indicator > .active {
  background-color: #fff;
  border-color: #fff;
  opacity: 1;
}
.blueimp-gallery-controls > .indicator {
  display: block;
  /* Fix z-index issues (controls behind slide element) on Android: */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.blueimp-gallery-single > .indicator {
  display: none;
}
.blueimp-gallery > .indicator {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* IE7 fixes */
* + html .blueimp-gallery > .indicator > li {
  display: inline;
}
/*
 * blueimp Gallery Video Factory CSS 1.3.0
 * https://github.com/blueimp/Gallery
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */
.blueimp-gallery > .slides > .slide > .video-content > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  /* Prevent artifacts in Mozilla Firefox: */
  -moz-backface-visibility: hidden;
}
.blueimp-gallery > .slides > .slide > .video-content > video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blueimp-gallery > .slides > .slide > .video-content > iframe {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.blueimp-gallery > .slides > .slide > .video-playing > iframe {
  top: 0;
}
.blueimp-gallery > .slides > .slide > .video-content > a {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: -64px auto 0;
  width: 128px;
  height: 128px;
  background: url(../img/video-play.png) center no-repeat;
  opacity: 0.8;
  cursor: pointer;
}
.blueimp-gallery > .slides > .slide > .video-content > a:hover {
  opacity: 1;
}
.blueimp-gallery > .slides > .slide > .video-playing > a,
.blueimp-gallery > .slides > .slide > .video-playing > img {
  display: none;
}
.blueimp-gallery > .slides > .slide > .video-content > video {
  display: none;
}
.blueimp-gallery > .slides > .slide > .video-playing > video {
  display: block;
}
.blueimp-gallery > .slides > .slide > .video-loading > a {
  background: url(../img/loading.gif) center no-repeat;
  background-size: 64px 64px;
}
/* Replace PNGs with SVGs for capable browsers (excluding IE<9) */
body:last-child .blueimp-gallery > .slides > .slide > .video-content:not(.video-loading) > a {
  background-image: url(../img/video-play.svg);
}
/* IE7 fixes */
* + html .blueimp-gallery > .slides > .slide > .video-content {
  height: 100%;
}
* + html .blueimp-gallery > .slides > .slide > .video-content > a {
  left: 50%;
  margin-left: -64px;
}
.gallery > .thumbnail {
  padding: 7.5px;
  border: 0 solid transparent !important;
  margin-bottom: 0px;
}
.gallery {
  padding: 8px;
  min-height: 345px;
}
.gallery-element > .thumbnail {
  padding: 7.5px;
  border: 0 solid transparent !important;
  margin-bottom: 0px;
}
.gallery-element {
  padding: 8px;
  max-height: 315px;
  margin: -16px;
  overflow-y: scroll;
}
.list-group-item > .badge {
  padding: 3px 7px !important;
  background-color: #bfbfbf !important;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-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);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.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;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3040;
  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;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.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;
}
@media (min-width: 900px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 1092px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 14px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.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;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.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);
}
.carousel-control.right {
  left: auto;
  right: 0;
}
.carousel-control:hover,
.carousel-control:focus {
  outline: none;
  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%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  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: rgba(0, 0, 0, 0);
}
.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: 900px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer: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;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 899px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 900px) and (max-width: 1091px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 1092px) and (max-width: 1299px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1300px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 899px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 900px) and (max-width: 1091px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1092px) and (max-width: 1299px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1300px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
