.events {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  border: thin solid #eaeaea;
}
.events th {
  padding: 5px 2px;
  background-color: #eaeaea;
  border-right: thin solid #dddddd;
}
.events td {
  padding: 5px 2px;
  text-align: left;
  border-right: thin solid #eaeaea;
}
#allAgendaEvents {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
#allAgendaEvents .todayDateInAgenda {
  font-weight: bold;
}
#allAgendaEvents .events th {
  border: none;
}
#allAgendaEvents .events td {
  border: none;
}
.partners {
  text-align: center;
}
.partners .box_header {
  text-align: left;
}
.partners img {
  width: 240px;
}
.agendaMonthSmall {
  text-transform: lowercase;
}
#agendaCalendar {
  width: 100%;
  display: table;
  margin-bottom: 1em;
  float: left;
  text-align: center;
  border: thin solid #eaeaea;
}
#agendaCalendar .agendaCalendarRow {
  display: table-row;
  border: thin solid #eaeaea;
}
#agendaCalendar .agendaCalendarRow:nth-child(odd) {
  background-color: #f9f9f9;
}
#agendaCalendar .agendaCalendarRow:last-child .agendaCalendarSingleCell {
  border-bottom: none;
}
#agendaCalendar .agendaCalendarRow .agendaCalendarSingleCell,
#agendaCalendar .agendaCalendarRow .agendaCalendarSingleHeaderCell {
  display: table-cell;
  border-bottom: thin solid #eaeaea;
  border-right: thin solid #eaeaea;
  padding: 7px 10px;
}
#agendaCalendar .agendaCalendarRow .agendaCalendarSingleHeaderCell {
  background-color: #eaeaea;
  font-weight: bold;
  border-right: thin solid #dddddd;
}
#agendaCalendar .agendaCalendarRow .agendaCalendarSingleHeaderCell:last-child {
  border-right: none;
}
#agendaCalendar .agendaCalendarRow .agendaCalendarSingleCell.sunday,
#agendaCalendar .agendaCalendarRow .agendaCalendarSingleCell.saturday {
  background-color: #fdfaec;
}
#agendaCalendar .agendaCalendarRow .agendaCalendarSingleCell.old {
  color: #dddddd;
  cursor: no-drop;
}
#agendaCalendar .agendaCalendarRow .agendaCalendarSingleCell.current {
  font-weight: bold;
  text-decoration: underline;
}
#agendaCalendar .agendaCalendarRow .agendaCalendarSingleCell.eventAvailable {
  background-color: #DFF0D8;
  cursor: pointer;
}
.todayIsAgenda {
  float: right;
}
.monthsInViewAgenda {
  float: left;
  font-size: 15pt;
}
.agendaImageBox img {
  width: 100%;
}
#agendaCalendarBloc .agendaCalenderHeader {
  text-align: center;
  margin-bottom: 1em;
}
#agendaCalendarBloc .agendaCalenderHeader .selectMonth,
#agendaCalendarBloc .agendaCalenderHeader .monthName {
  display: inline-block;
}
#agendaCalendarBloc .agendaCalenderHeader .monthName {
  width: 50%;
  font-size: 4em;
  line-height: 1em;
}
#agendaCalendarBloc .agendaCalenderHeader .selectMonth {
  font-size: 4em;
  line-height: 1em;
  cursor: pointer;
}
#agendaCalendarBloc .short {
  display: none;
}
#agendaCalendarBloc .long {
  display: block;
}
#agendaCalendarBloc table th {
  text-align: center;
}
#agendaCalendarBloc table td {
  max-width: 14.2857%;
  min-width: 14.2857%;
  width: 14.2857%;
}
#agendaCalendarBloc table td .date {
  text-align: center;
  font-weight: bold;
  border-bottom: thin solid #dddddd;
}
#agendaCalendarBloc table td .event {
  min-height: 3em;
}
#agendaCalendarBloc table td:hover {
  background-color: #eaeaea;
}
#agendaCalendarBloc table td:hover .date {
  border-bottom: thin solid #ffffff;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #agendaCalendarBloc .short {
    display: block;
  }
  #agendaCalendarBloc .long {
    display: none;
  }
  #agendaCalendarBloc .date {
    font-size: 0.8em;
  }
  #agendaCalendarBloc .date .monthMobileView {
    display: none;
  }
  #agendaCalendarBloc .event {
    font-size: 0.8em;
  }
  #agendaCalendarBloc .agendaCalenderHeader .selectMonth,
  #agendaCalendarBloc .agendaCalenderHeader .monthName {
    font-size: 2em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #agendaCalendar .agendaCalendarRow .agendaCalendarSingleCell,
  #agendaCalendar .agendaCalendarRow .agendaCalendarSingleHeaderCell {
    padding: 2px;
  }
  #agendaCalendarBloc .short {
    display: block;
  }
  #agendaCalendarBloc .long {
    display: none;
  }
}
@media screen and (min-width: 1224px) and (max-width: 1824px) {
  #agendaCalendar .agendaCalendarRow .agendaCalendarSingleCell,
  #agendaCalendar .agendaCalendarRow .agendaCalendarSingleHeaderCell {
    padding: 4px;
  }
}
.partners {
  width: 100%;
  float: left;
  overflow: hidden;
  margin: 0;
  padding: 0;
  position: relative;
}
.partners:hover .partners-H-prev,
.partners:hover .partners-H-next,
.partners:hover .partners-V-prev,
.partners:hover .partners-V-next {
  opacity: 1;
}
.partners .partners-H-prev,
.partners .partners-H-next,
.partners .partners-V-prev,
.partners .partners-V-next {
  position: absolute;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.2);
  z-index: 20;
  opacity: 0;
  -webkit-transition: opacity ease-in-out 0.15s;
  -o-transition: opacity ease-in-out 0.15s;
  -moz-transition: opacity ease-in-out 0.15s;
  -ms-transition: opacity ease-in-out 0.15s;
  transition: opacity ease-in-out 0.15s;
}
.partners .partners-H-prev .glyphicons:before,
.partners .partners-H-next .glyphicons:before,
.partners .partners-V-prev .glyphicons:before,
.partners .partners-V-next .glyphicons:before {
  color: #f9f9f9;
}
.partners .partners-H-prev {
  height: 100%;
  float: left;
  left: 0;
  top: 0;
}
.partners .partners-H-prev .glyphicons:before {
  float: left;
  position: relative;
  top: 1.2em;
}
.partners .partners-H-next {
  float: right;
  right: 0;
  top: 0;
  height: 100%;
}
.partners .partners-H-next .glyphicons:before {
  float: left;
  position: relative;
  top: 1.2em;
}
.partners .partners-V-prev {
  width: 100%;
  float: left;
  text-align: center;
  top: 0;
  left: 0;
}
.partners .partners-V-prev .glyphicons {
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.partners .partners-V-next {
  width: 100%;
  float: left;
  text-align: center;
  bottom: 0;
  left: 0;
}
.partners .partners-V-next .glyphicons {
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.partners-H {
  overflow: hidden;
}
.partners-H a:hover img {
  opacity: 0.7;
}
.partners-V {
  height: 28em;
  width: 100%;
  overflow: hidden;
}
.partners-V span {
  width: 100%;
  text-align: center;
  float: left;
}
.partners-V span a {
  width: 50%;
  text-align: center;
  float: left;
}
.partners-V span a:hover img {
  opacity: 0.7;
}
.partners-V span a img {
  max-width: 98%;
}
.sidebar form.sidebar-newsletter {
  float: left;
  width: 100%;
  padding-bottom: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sidebar form.sidebar-newsletter .field {
  width: 80%;
  margin: 0;
  float: left;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.sidebar form.sidebar-newsletter button.btn {
  width: 20%;
  margin: 0;
  padding: 0;
  padding: 0.4em 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.sidebar form.sidebar-newsletter button.btn .glyphicons:before {
  margin-right: 0;
  font-size: 18px;
}
.news {
  width: 100%;
  float: left;
}
.news-item {
  width: 100%;
  float: left;
  margin: 0 0 1em 0;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.news-item .news-create-info {
  overflow: auto;
  width: 100%;
  font-size: 13px;
}
.news-item .news-create-info .news-item-hour {
  float: left;
  margin-right: 5px;
}
.news-item .news-create-info .news-item-author {
  float: left;
}
.news-item .news-item-thumb {
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
  height: 10em;
  margin: 0.5em 0;
  margin-top: -5.2em;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.news-item .news-item-thumb .thumb-container {
  top: 0;
  left: 0;
  float: left;
  position: absolute;
  width: 100%;
  display: inline-block;
}
.news-item .news-item-thumb img {
  max-width: 100%;
}
.news-item .news-item-thumb .glyphicons:before {
  font-size: 24px;
  line-height: 2em;
}
.news-item .news-item-header {
  width: 100%;
  margin: 0 0 1em 0;
  float: left;
  display: table-row;
  table-layout: fixed;
  z-index: 2;
  position: relative;
  background: rgba(255, 255, 255, 0.9);
}
.news-item .news-item-header .news-item-date {
  display: table-cell;
  vertical-align: top;
  text-align: center;
  padding-right: 5%;
  float: left;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.news-item .news-item-header .news-item-date .date-full {
  display: none;
}
.news-item .news-item-header .news-item-date .date-day {
  font-size: 1.5em;
  line-height: 2em;
  font-weight: 600;
  display: block;
  padding: 0 0.2em;
  background: #eaeaea;
  -webkit-box-shadow: 0 0 2px #aaa inset;
  -moz-box-shadow: 0 0 2px #aaa inset;
  box-shadow: 0 0 2px #aaa inset;
}
.news-item .news-item-header .news-item-date .date-month-year {
  -webkit-box-shadow: 0 0 2px #aaa inset;
  -moz-box-shadow: 0 0 2px #aaa inset;
  box-shadow: 0 0 2px #aaa inset;
  background: #aaa;
  display: block;
  border-top: thin solid #aaa;
  color: #fff;
  font-size: 0.8em;
}
.news-item .news-item-header .news-item-title {
  vertical-align: top;
  display: table-cell;
}
.news-item .news-item-header .news-item-title h4,
.news-item .news-item-header .news-item-title h2 {
  margin: 0;
  line-height: 1.4em;
}
.news-item .news-item-header .news-item-title h2 {
  font-size: 1.2em;
}
.news-item .news-item-content {
  width: 100%;
  float: left;
}
.news-item .news-item-content .content-text {
  width: 100%;
  overflow: hidden;
  line-height: 1.5em;
  float: left;
  position: relative;
  margin-bottom: 1em;
  max-height: 6em;
}
.news-item .news-tags {
  width: 100%;
  float: left;
  display: inline-block;
  margin-bottom: 2em;
}
.news-item .news-tags a {
  margin-left: 0.5em;
  line-height: 1.5em;
}
.single-news {
  width: 95%;
  float: left;
  margin-bottom: 2em;
}
.single-news .news-item {
  height: auto;
}
.single-news .news-item .news-item-content .content-text {
  overflow: visible;
  max-height: 100%;
}
.single-news .news-item .news-item-content .content-text:after {
  display: none;
}
.single-news .relatedNews {
  width: 100%;
}
.single-news .relatedNews .relatedNewsElement {
  float: left;
  display: block;
}
.single-news .relatedNews .relatedNewsElement img {
  width: auto;
  max-width: 100%;
  display: block;
}
.special-news {
  float: left;
  width: 100%;
}
.special-news .news-item .news-item-header .news-item-thumb {
  margin: 0.5em 0 0.5em;
  text-align: center;
}
.special-news .news-item .news-item-header .news-item-title h4 {
  font-weight: bold;
  color: #444444;
  text-align: left;
}
.top-news .news-item .thumb {
  text-align: center;
  width: 100%;
  float: left;
}
.news-archive .news-archive-list,
.search-news .news-archive-list,
.news-archive .news-search-list,
.search-news .news-search-list {
  width: 95%;
  margin: 2em 0;
  float: left;
  display: table;
  table-layout: fixed;
}
.news-archive .news-archive-list > li,
.search-news .news-archive-list > li,
.news-archive .news-search-list > li,
.search-news .news-search-list > li {
  display: table-row;
  float: left;
  width: 100%;
  padding: 0.2em 0;
  -webkit-transition: box-shadow ease-in-out 0.15s;
  -o-transition: box-shadow ease-in-out 0.15s;
  -moz-transition: box-shadow ease-in-out 0.15s;
  -ms-transition: box-shadow ease-in-out 0.15s;
  transition: box-shadow ease-in-out 0.15s;
}
.news-archive .news-archive-list > li:hover,
.search-news .news-archive-list > li:hover,
.news-archive .news-search-list > li:hover,
.search-news .news-search-list > li:hover {
  -webkit-box-shadow: 0 1px 0 #aaa;
  -moz-box-shadow: 0 1px 0 #aaa;
  box-shadow: 0 1px 0 #aaa;
}
.news-archive .news-archive-list > li .news-date,
.search-news .news-archive-list > li .news-date,
.news-archive .news-search-list > li .news-date,
.search-news .news-search-list > li .news-date {
  display: table-cell;
  padding-right: 1em;
  float: left;
}
.news-archive .news-archive-list > li a,
.search-news .news-archive-list > li a,
.news-archive .news-search-list > li a,
.search-news .news-search-list > li a {
  display: table-cell;
}
.sidebar-news {
  width: 100%;
  float: left;
}
.sidebar-news li {
  margin-bottom: 1em;
  float: left;
  width: 100%;
}
.sidebar-news .sidebar-news-header .news-title h4 {
  margin: 0.25em 0;
}
.sidebar-news .sidebar-news-header .news-date {
  color: #aaa;
  font-size: 12px;
  line-height: 24px;
}
.sidebar-news .sidebar-news-header .news-date i:before {
  font-size: 12px;
  padding-right: 0.5em;
  top: -0.1em;
  color: #aaa;
}
.sidebar-news .news-content {
  font-weight: normal;
}
.sidebar-news .sidebar-news-thumb {
  position: relative;
  float: left;
  width: 100%;
  height: 6em;
}
#main-content .top-news .big-news {
  float: left;
}
#main-content .top-news .big-news .news-item {
  margin: 0;
}
#main-content .top-news .big-news .news-item .thumb {
  margin-bottom: 0.5em;
}
#main-content .top-news .big-news .news-item .title {
  border-left: 10px solid #aaa;
  padding-left: 10px;
}
#main-content .top-news .big-news .news-item .body p {
  line-height: 1.4em;
}
#main-content .top-news .small-news .news-item {
  margin: 0 0 0.6em 0;
  border-bottom: thin dashed #aaa;
}
#main-content .top-news .small-news .news-item .title h4 {
  margin: 0.2em 0;
}
@media screen and (min-width: 30em) and (max-width: 50em) {
  .sidebar-news .sidebar-news-thumb {
    position: relative;
    float: left;
    width: 100%;
    height: 12em;
  }
}
@media screen and (min-width: 50em) and (max-width: 75em) {
  .news > .news-item .news-item-header {
    margin: 0 0 0;
  }
  .news > .news-item .news-item-header .news-item-date {
    padding-right: 2%;
  }
  .single-news > .news-item .news-item-header > .news-item-date {
    padding-right: 2%;
  }
  .single-news > .news-item .news-item-title h2 {
    font-size: 1.5em;
  }
  .single-news > .news-item .news-item-thumb {
    height: auto;
    float: left;
  }
  .single-news > .news-item .news-item-thumb img {
    top: 0;
    width: auto;
    max-width: 100%;
    position: relative;
  }
  .sidebar-news .sidebar-news-thumb {
    height: auto;
    float: left;
  }
}
@media screen and (min-width: 75em) {
  .news > .news-item {
    width: 50%;
    padding: 1em;
    min-height: 20em;
  }
  .news > .news-item .news-item-header .news-item-date {
    padding-right: 2%;
  }
  .single-news > .news-item .news-item-header > .news-item-date {
    padding-right: 2%;
  }
  .single-news > .news-item .news-item-title h2 {
    font-size: 2em;
  }
  .single-news > .news-item .news-item-thumb {
    height: auto;
    float: left;
  }
  .single-news > .news-item .news-item-thumb img {
    top: 0;
    max-width: 100%;
    width: auto;
    position: relative;
  }
}
#paymentMethods .customImage {
  vertical-align: middle;
  display: inline-block;
}
form.sidebar-login {
  padding-bottom: 2em;
}
form.sidebar-login input {
  width: 100%;
  margin-bottom: 1em;
}
form.sidebar-login button.btn {
  float: right;
}
form.sidebar-login a {
  width: 50%;
  float: left;
}
.user-register-buttons-product-form a {
  margin-right: 1em;
}
#webshop-register-account-form input.checkboxClassHideBox {
  visibility: hidden;
}
.sidebar_categories {
  float: left;
  list-style-type: none;
  margin-bottom: 1em;
  width: 98%;
  margin-left: 2%;
}
.sidebar_categories li {
  -webkit-transition: padding ease-in-out 0.15s;
  -o-transition: padding ease-in-out 0.15s;
  -moz-transition: padding ease-in-out 0.15s;
  -ms-transition: padding ease-in-out 0.15s;
  transition: padding ease-in-out 0.15s;
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sidebar_categories li a {
  margin-bottom: 0.5em;
  float: left;
  font-weight: normal;
}
.sidebar_categories li a span {
  text-decoration: none;
  color: #aaa;
  font-size: 0.9em;
}
.sidebar_categories li.current > a:first-of-type {
  border-bottom: thin solid #6a6a6a;
  font-weight: 600;
}
.sidebar_categories li.submenu-opened > a:first-of-type {
  border-bottom: thin solid #6a6a6a;
}
.sidebar_categories li .sidebar_subcategories {
  width: 95%;
  margin-left: 5%;
}
.sidebar_categories li .sidebar_subcategories li a {
  font-weight: normal;
}
.sidebar_categories li.all-categories a {
  color: #aaa;
  font-weight: 600;
}
.sidebar_categories li.all-categories a:hover {
  color: #6a6a6a;
}
.webshop-categories-list {
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.webshop-categories-list li.webshop-category {
  height: 13em;
  margin: 1%;
  width: 48%;
  float: left;
  text-align: center;
  padding: 0 0 0.5em 0.5em;
}
.webshop-categories-list li.webshop-category h3 {
  float: left;
  width: 100%;
  text-align: center;
  line-height: 2em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0;
}
.webshop-categories-list li.webshop-category .thumb-container {
  height: 10em;
  width: 100%;
  float: left;
}
.webshop-categories-list li.webshop-category .thumb-container a {
  float: left;
  width: 100%;
  height: 100%;
}
.webshop-categories-list li.webshop-category .thumb-container img {
  max-height: 10em;
  line-height: 10em;
  vertical-align: middle;
  max-width: 100%;
}
#loadByClickDiv {
  display: block;
}
@media screen and (min-width: 75em) {
  .webshop-categories-list li.webshop-category {
    width: 31%;
  }
  #loadByClickDiv {
    display: none;
  }
}
.webshop-category-path {
  width: 100%;
  float: left;
}
.webshop-category-path ul,
.webshop-category-path li {
  float: left;
}
.webshop-category-path .category-path li {
  margin-right: 0.4em;
}
.webshop-category-path .subcategory-path {
  display: none;
  width: 15em;
  position: absolute;
  background: #fff;
  margin-top: 0.5em;
  left: -7em;
  border: thin solid #ddd;
  z-index: 10;
  border-radius: 0.5em;
}
.webshop-category-path .subcategory-path li {
  text-align: center;
  width: 100%;
  margin-bottom: 0.2rem;
  border-bottom: thin dotted #ddd;
  padding: 0.2em 0;
}
.webshop-category-path .subcategory-path li:last-child {
  border: none;
}
.webshop-category-path .subcategories-container {
  position: relative;
  padding: 0 1em 1em 0;
}
.webshop-category-path .subcategories-container .glyphicons:before {
  float: left;
  font-size: 14px;
  line-height: 1em;
  margin: 0;
}
.webshop-category-path .subcategories-container:hover .subcategory-path {
  display: block;
}
.webshop-category-path .subcategories-container:hover .glyphicons:before {
  color: #eaeaea;
  cursor: pointer;
}
.webshop-category-path .subcategories-container ul.subcategory-path.showSubcategoriesList {
  display: block;
}
.webshop-filter-options {
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: thin dotted #ddd;
  padding: 0.5em;
}
.webshop-filter-options .webshop-sorting-options {
  float: left;
  margin-bottom: 0.5em;
  width: 100%;
  text-align: center;
}
.webshop-filter-options .webshop-sorting-options #webshop-sort {
  line-height: 1em;
}
.webshop-filter-options .webshop-sorting-options #webshop-sort label {
  width: 100%;
}
.webshop-filter-options .webshop-sorting-options #webshop-sort .select-box {
  line-height: 2em;
}
.webshop-filter-options .webshop-sorting-options #webshop-sort .select-box select {
  width: 60%;
}
.webshop-filter-options .webshop-grid-options {
  float: left;
  line-height: 2em;
  margin-bottom: 0.5em;
  text-align: center;
  width: 100%;
}
.webshop-filter-options .webshop-grid-options span .glyphicons {
  cursor: pointer;
}
.webshop-filter-options .webshop-grid-options span .glyphicons:before {
  font-size: 20px;
  color: #aaa;
  cursor: pointer;
  top: -0.15em;
}
.webshop-filter-options .webshop-grid-options span:hover .glyphicons:before,
.webshop-filter-options .webshop-grid-options span.active .glyphicons:before {
  color: #6a6a6a;
}
.webshop-filter-options .pagination ul {
  margin: 0;
}
@media screen and (min-width: 57.143em) {
  .webshop-filter-options .webshop-grid-options,
  .webshop-filter-options .webshop-sorting-options {
    width: 50%;
  }
}
@media screen and (min-width: 73.143em) {
  .webshop-filter-options .webshop-grid-options,
  .webshop-filter-options .webshop-sorting-options {
    width: auto;
    float: right;
    margin: 0;
  }
  .webshop-filter-options .webshop-grid-options {
    margin-right: 1em;
  }
}
#webshop-products {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em 0;
}
.product-box {
  -webkit-transition: all ease-in-out 0.15s;
  -o-transition: all ease-in-out 0.15s;
  -moz-transition: all ease-in-out 0.15s;
  -ms-transition: all ease-in-out 0.15s;
  transition: all ease-in-out 0.15s;
  width: 100%;
  float: left;
  margin-bottom: 0.5em;
}
.product-box:hover .image .rating {
  top: 0;
}
.product-box .product-content {
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.product-box .product-content .newInfo {
  background-image: url("../../../../system/modules/webshop/css/new_75.png");
  background-repeat: no-repeat;
  height: 74px;
  width: 75px;
  position: relative;
  top: -5px;
  left: -6px;
  margin-bottom: -74px;
  z-index: 10;
}
.product-box .product-content .newInfo span {
  display: none;
}
.product-box .image,
.product-box .name,
.product-box .price,
.product-box .product-buttons {
  width: 100%;
  float: left;
  text-align: center;
}
.product-box .image {
  overflow: hidden;
  position: relative;
  height: 12em;
  line-height: 12em;
  border-bottom: thin dotted #ddd;
}
.product-box .image .rating {
  width: 100%;
  height: 100%;
  line-height: 12em;
  position: absolute;
  text-align: center;
  top: -100%;
  -webkit-transition: top ease-in-out 0.15s;
  -o-transition: top ease-in-out 0.15s;
  -moz-transition: top ease-in-out 0.15s;
  -ms-transition: top ease-in-out 0.15s;
  transition: top ease-in-out 0.15s;
}
.product-box .image .rating .product-rating {
  width: 100%;
  height: 100%;
  line-height: 12em;
  vertical-align: middle;
  background: rgba(255, 255, 255, 0.9);
}
.product-box .image img {
  max-height: 100%;
  vertical-align: middle;
  max-width: 100%;
}
.product-box .name {
  text-align: center;
  height: 3em;
  overflow: hidden;
  border-bottom: thin dotted #ddd;
}
.product-box .name a {
  display: table;
  width: 100%;
  height: 3em;
}
.product-box .name h4 {
  display: table-cell;
  vertical-align: middle;
}
.product-box .desc {
  display: none;
  float: left;
  width: 30%;
  padding: 0.5em 0;
}
.product-box .price {
  text-align: center;
  height: 3em;
  line-height: 3em;
}
.product-box .price .price-label {
  display: none;
}
.product-box .product-buttons .btn {
  width: 50%;
  float: left;
  border-radius: 0;
  line-height: 3em;
  padding: 0;
}
.product-box .product-buttons .btn span {
  display: none;
}
.product-box .product-buttons .btn .glyphicons {
  width: 100%;
}
.product-box .product-buttons .btn .glyphicons:before {
  margin: 0;
  color: #6a6a6a;
  font-size: 24px;
  padding: 0 6px;
  line-height: 1.8em;
}
.product-box .free-shipping {
  background-image: url("../../../../system/modules/webshop/css/free_shipping_75.png");
  background-repeat: no-repeat;
  height: 74px;
  width: 75px;
  position: relative;
  top: -5px;
  right: -6px;
  float: right;
  margin-bottom: -74px;
  z-index: 10;
}
.product-box .free-shipping span {
  display: none;
}
.product-box .free-shipping-star {
  background-image: url("../../../../system/modules/webshop/css/free-delivery-star.png");
  background-repeat: no-repeat;
  height: 60px;
  width: 60px;
  position: relative;
  float: right;
  top: 5px;
  right: 5px;
  margin-bottom: -74px;
  z-index: 10;
}
.price-old {
  text-decoration: line-through;
  color: #aaa;
  padding: 0 0.2em;
}
.price-discount {
  font-size: 1.1em;
  color: #B6BD00;
}
.list-layout .product-box {
  width: 100%;
}
.list-layout .product-box .product-content {
  width: 100%;
  float: left;
}
.list-layout .product-box .product-content .image {
  width: 30%;
  border: none;
  margin-right: 2%;
  height: 15em;
  line-height: 15em;
}
.list-layout .product-box .product-content .name {
  width: 68%;
  text-align: left;
}
.list-layout .product-box .product-content .price {
  width: 68%;
  font-size: 1.2em;
  text-align: left;
  line-height: 2em;
  height: 2em;
}
.list-layout .product-box .product-content .price .price-label {
  display: block;
  float: left;
  margin-right: 1em;
  font-weight: 600;
}
.list-layout .product-box .product-content .desc {
  display: block;
  width: 68%;
}
.list-layout .product-box .product-content .newInfo {
  background-image: url("../../../../system/modules/webshop/css/new_100.png");
  height: 99px;
  width: 100px;
  top: -6px;
  left: -7px;
  margin-bottom: -100px;
}
.list-layout .product-box .product-buttons {
  float: right;
  width: 100%;
  padding-top: 1%;
}
.list-layout .product-box .product-buttons .btn {
  border: 0;
  float: left;
  width: 75%;
  margin: 5% 0% 2% 20%;
}
.list-layout .product-box .product-buttons .btn .glyphicons {
  float: left;
  width: 20%;
}
.list-layout .product-box .product-buttons .btn .glyphicons:before {
  padding: 0;
}
.list-layout .product-box .product-buttons .btn span {
  display: block;
  float: right;
  width: 75%;
  font-size: 1.1em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 0.5em;
}
#webshop-products-navigation {
  width: 100%;
  float: left;
  margin: 2em 0;
}
#webshop-products-navigation .navigation-link {
  width: 48%;
  float: left;
  position: relative;
}
#webshop-products-navigation .navigation-link #product-next,
#webshop-products-navigation .navigation-link #product-prev {
  text-align: center;
  width: 100%;
  float: left;
  line-height: 2.5em;
  position: relative;
  z-index: 10;
  background: #f9f9f9;
}
#webshop-products-navigation .navigation-link #product-next .glyphicons,
#webshop-products-navigation .navigation-link #product-prev .glyphicons {
  padding: 0 0.75em;
  background: #eaeaea;
}
#webshop-products-navigation .navigation-link #product-next .glyphicons:before,
#webshop-products-navigation .navigation-link #product-prev .glyphicons:before {
  font-size: 16px;
  line-height: 24px;
}
#webshop-products-navigation .navigation-link #product-prev .glyphicons {
  float: left;
}
#webshop-products-navigation .navigation-link.next {
  float: right;
}
#webshop-products-navigation .navigation-link.next #product-next {
  float: right;
}
#webshop-products-navigation .navigation-link.next #product-next .glyphicons {
  float: right;
}
#webshop-products-navigation .navigation-link .webshop-navigation-product {
  height: 0;
  width: 100%;
  background: #fff;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 1;
  overflow: hidden;
  padding-top: 3em;
  -webkit-transition: all ease-in 0.15s;
  -o-transition: all ease-in 0.15s;
  -moz-transition: all ease-in 0.15s;
  -ms-transition: all ease-in 0.15s;
  transition: all ease-in 0.15s;
}
#webshop-products-navigation .navigation-link .webshop-navigation-product .product-thumb,
#webshop-products-navigation .navigation-link .webshop-navigation-product .product-name,
#webshop-products-navigation .navigation-link .webshop-navigation-product .product-price {
  width: 100%;
  float: left;
  text-align: center;
}
#webshop-products-navigation .navigation-link .webshop-navigation-product .product-thumb,
#webshop-products-navigation .navigation-link .webshop-navigation-product .product-name {
  border-bottom: thin dashed;
}
#webshop-products-navigation .navigation-link .webshop-navigation-product .product-price {
  line-height: 2em;
}
#webshop-products-navigation .navigation-link:hover .webshop-navigation-product {
  height: 15em;
  -webkit-transition-delay: 600ms;
  -moz-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  transition-delay: 600ms;
}
.products-reviews .single-product-review .review-content {
  width: 100% !important;
  float: left !important;
}
#product-reviews-list,
.latest-sidebar-reviews,
.products-reviews {
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 1em;
}
#product-reviews-list .single-product-review,
.latest-sidebar-reviews .single-product-review,
.products-reviews .single-product-review {
  width: 100%;
  float: left;
  margin: 0.5em 0;
  border-bottom: thin solid #eaeaea;
  -webkit-transition: background ease-in-out 1s;
  -o-transition: background ease-in-out 1s;
  -moz-transition: background ease-in-out 1s;
  -ms-transition: background ease-in-out 1s;
  transition: background ease-in-out 1s;
}
#product-reviews-list .single-product-review .review-user-icon,
.latest-sidebar-reviews .single-product-review .review-user-icon,
.products-reviews .single-product-review .review-user-icon {
  float: left;
}
#product-reviews-list .single-product-review .review-user-icon .glyphicons,
.latest-sidebar-reviews .single-product-review .review-user-icon .glyphicons,
.products-reviews .single-product-review .review-user-icon .glyphicons {
  margin: 0.5em;
  padding: 0.6em;
  background: #f9f9f9;
}
#product-reviews-list .single-product-review .review-user-icon .glyphicons:before,
.latest-sidebar-reviews .single-product-review .review-user-icon .glyphicons:before,
.products-reviews .single-product-review .review-user-icon .glyphicons:before {
  font-size: 24px;
}
#product-reviews-list .single-product-review .review-content,
.latest-sidebar-reviews .single-product-review .review-content,
.products-reviews .single-product-review .review-content {
  width: 90%;
  float: right;
}
#product-reviews-list .single-product-review .review-content .review-user-name,
.latest-sidebar-reviews .single-product-review .review-content .review-user-name,
.products-reviews .single-product-review .review-content .review-user-name,
#product-reviews-list .single-product-review .review-content .review-rating,
.latest-sidebar-reviews .single-product-review .review-content .review-rating,
.products-reviews .single-product-review .review-content .review-rating,
#product-reviews-list .single-product-review .review-content .review-description,
.latest-sidebar-reviews .single-product-review .review-content .review-description,
.products-reviews .single-product-review .review-content .review-description,
#product-reviews-list .single-product-review .review-content .review-reply-count,
.latest-sidebar-reviews .single-product-review .review-content .review-reply-count,
.products-reviews .single-product-review .review-content .review-reply-count,
#product-reviews-list .single-product-review .review-content .review-reply,
.latest-sidebar-reviews .single-product-review .review-content .review-reply,
.products-reviews .single-product-review .review-content .review-reply {
  float: left;
}
#product-reviews-list .single-product-review .review-content .review-user-name,
.latest-sidebar-reviews .single-product-review .review-content .review-user-name,
.products-reviews .single-product-review .review-content .review-user-name {
  width: 100%;
}
#product-reviews-list .single-product-review .review-content .review-rating,
.latest-sidebar-reviews .single-product-review .review-content .review-rating,
.products-reviews .single-product-review .review-content .review-rating {
  line-height: 1.2em;
}
#product-reviews-list .single-product-review .review-content .review-rating .raty,
.latest-sidebar-reviews .single-product-review .review-content .review-rating .raty,
.products-reviews .single-product-review .review-content .review-rating .raty {
  margin-left: 0.5em;
  position: relative;
  top: 0.2em;
}
#product-reviews-list .single-product-review .review-content .review-product-name,
.latest-sidebar-reviews .single-product-review .review-content .review-product-name,
.products-reviews .single-product-review .review-content .review-product-name {
  line-height: 1.2em;
  width: 100%;
  display: block;
}
#product-reviews-list .single-product-review .review-content .review-create-date,
.latest-sidebar-reviews .single-product-review .review-content .review-create-date,
.products-reviews .single-product-review .review-content .review-create-date {
  float: right;
  font-size: 0.875em;
}
#product-reviews-list .single-product-review .review-content .review-description,
.latest-sidebar-reviews .single-product-review .review-content .review-description,
.products-reviews .single-product-review .review-content .review-description {
  width: 100%;
  padding: 0.5em 0;
  text-align: justify;
}
#product-reviews-list .single-product-review .review-content .review-description .link-to-product,
.latest-sidebar-reviews .single-product-review .review-content .review-description .link-to-product,
.products-reviews .single-product-review .review-content .review-description .link-to-product {
  display: block;
}
#product-reviews-list .single-product-review .review-content .review-reply-count,
.latest-sidebar-reviews .single-product-review .review-content .review-reply-count,
.products-reviews .single-product-review .review-content .review-reply-count,
#product-reviews-list .single-product-review .review-content .review-reply,
.latest-sidebar-reviews .single-product-review .review-content .review-reply,
.products-reviews .single-product-review .review-content .review-reply {
  margin: 0.5em 1em 0.5em 0;
}
#product-reviews-list .single-product-review .review-content .review-reply-count a:hover .glyphicons:before,
.latest-sidebar-reviews .single-product-review .review-content .review-reply-count a:hover .glyphicons:before,
.products-reviews .single-product-review .review-content .review-reply-count a:hover .glyphicons:before,
#product-reviews-list .single-product-review .review-content .review-reply a:hover .glyphicons:before,
.latest-sidebar-reviews .single-product-review .review-content .review-reply a:hover .glyphicons:before,
.products-reviews .single-product-review .review-content .review-reply a:hover .glyphicons:before {
  color: #aaa;
}
#product-reviews-list .single-product-review .review-content .review-reply-count .glyphicons,
.latest-sidebar-reviews .single-product-review .review-content .review-reply-count .glyphicons,
.products-reviews .single-product-review .review-content .review-reply-count .glyphicons {
  margin-right: 0.5em;
}
#product-reviews-list .single-product-review .review-content .review-reply-count .glyphicons:before,
.latest-sidebar-reviews .single-product-review .review-content .review-reply-count .glyphicons:before,
.products-reviews .single-product-review .review-content .review-reply-count .glyphicons:before {
  font-size: 14px;
  line-height: 1.1em;
}
#product-reviews-list .single-product-review .review-content .review-reply .glyphicons,
.latest-sidebar-reviews .single-product-review .review-content .review-reply .glyphicons,
.products-reviews .single-product-review .review-content .review-reply .glyphicons {
  margin-right: 0.5em;
}
#product-reviews-list .single-product-review .review-content .review-reply .glyphicons:before,
.latest-sidebar-reviews .single-product-review .review-content .review-reply .glyphicons:before,
.products-reviews .single-product-review .review-content .review-reply .glyphicons:before {
  font-size: 14px;
  line-height: 1.1em;
  top: -0.1em;
}
#product-reviews-list .single-product-review .review-replies-content,
.latest-sidebar-reviews .single-product-review .review-replies-content,
.products-reviews .single-product-review .review-replies-content {
  width: 100%;
  float: left;
}
#product-reviews-list .single-product-review .review-replies-content .review-user-icon .glyphicons,
.latest-sidebar-reviews .single-product-review .review-replies-content .review-user-icon .glyphicons,
.products-reviews .single-product-review .review-replies-content .review-user-icon .glyphicons {
  margin: 0;
  padding: 0.5em;
}
#product-reviews-list .single-product-review .review-replies-content .reply-review-content,
.latest-sidebar-reviews .single-product-review .review-replies-content .reply-review-content,
.products-reviews .single-product-review .review-replies-content .reply-review-content {
  float: right;
  width: 90%;
}
#product-reviews-list .single-product-review .review-replies-content .reply-review-content .review-user-name,
.latest-sidebar-reviews .single-product-review .review-replies-content .reply-review-content .review-user-name,
.products-reviews .single-product-review .review-replies-content .reply-review-content .review-user-name {
  width: 60%;
}
#product-reviews-list .single-product-review .products-reviews-reply-form,
.latest-sidebar-reviews .single-product-review .products-reviews-reply-form,
.products-reviews .single-product-review .products-reviews-reply-form {
  float: left;
  position: relative;
}
#product-reviews-list .single-product-review .products-reviews-reply-form .loading,
.latest-sidebar-reviews .single-product-review .products-reviews-reply-form .loading,
.products-reviews .single-product-review .products-reviews-reply-form .loading {
  width: 100%;
  height: 100%;
  z-index: 20;
  position: absolute;
  float: left;
  top: 0;
  left: 0;
}
.latest-sidebar-reviews .single-product-review .review-content {
  width: 100% !important;
}
.latest-sidebar-reviews .single-product-review .review-content .review-rating {
  display: block;
  width: 100%;
}
#webshop-product-reviews-form {
  float: left;
  position: relative;
}
#webshop-product-reviews-form .raty {
  position: absolute;
}
#webshop-product-reviews-form .loading {
  width: 100%;
  height: 100%;
  z-index: 20;
  position: absolute;
  float: left;
  top: 0;
  left: 0;
}
.webshop-single-product-reviews {
  width: 100%;
  float: left;
}
.webshop-single-product-reviews .product-images-container {
  width: 30%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.webshop-single-product-reviews .product-images-container #zoom {
  position: absolute;
  float: left;
  overflow: hidden;
}
.webshop-single-product-reviews .product-images-container #zoomHide {
  display: none;
  position: absolute;
  left: -2000px;
}
.webshop-single-product-reviews .product-content {
  width: 70%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.webshop-single-product-reviews .product-content .product-name {
  margin-top: 0;
}
.webshop-single-product-reviews .product-content .product-rating {
  width: 100%;
  float: left;
  margin-bottom: 0.5em;
  position: relative;
  z-index: 2;
}
.webshop-single-product-reviews .product-content .product-rating .raty {
  display: inline;
  padding: 0.5em;
}
.webshop-single-product-reviews .product-content .product-rating .raty img {
  position: relative;
  top: 3px;
}
.webshop-single-product-reviews .product-content .product-extra-list {
  float: left;
  width: 100%;
  text-align: left;
}
.webshop-single-product-reviews .product-content .product-extra-list .input {
  float: left;
  width: 100%;
  margin: 1em 0;
}
.webshop-single-product-reviews .product-content .product-extra-list .input label {
  display: none;
}
.webshop-single-product-reviews .product-content .product-extra-list .input select {
  min-width: 4em;
}
.webshop-single-product-reviews .product-content .product-buttons {
  margin-bottom: 1.5em;
}
.webshop-single-product-reviews .product-content .product-buttons.go-to-product {
  margin-top: 1.5em;
  float: left;
}
.error-add-to-cart a.extraElement{
  margin: 5px;
}
.error-add-to-cart a.btn-primary.not-available{
  text-decoration: line-through;
}
.single-product .product-content .product-extra-list .input select {
  min-width: 4em;
}
.webshop-single-product .product-content .product-extra-list a.btn-primary.selected{
  background-color: #eaeaea;
}
.webshop-single-product .product-content .product-extra-list a.btn-primary{
  margin: 0.2em;
}
.webshop-single-product .product-content .product-extra-list a.btn-primary.not-available{
  text-decoration: line-through;
}
#webshop-products.grid-layout .distributor-prices.price .price-new,
#webshop-products.big-grid-layout .distributor-prices.price .price-new {
  font-weight: 600;
}
#webshop-products.grid-layout .distributor-prices .price-distr,
#webshop-products.big-grid-layout .distributor-prices .price-distr {
  display: inline;
}
#webshop-products.grid-layout .distributor-prices .price-distr .price-distr-label,
#webshop-products.big-grid-layout .distributor-prices .price-distr .price-distr-label {
  display: none;
}
#webshop-products.grid-layout .distributor-prices .price-distr:before,
#webshop-products.big-grid-layout .distributor-prices .price-distr:before {
  content: "/ ";
}
.distributor-prices .price-distr {
  display: block;
}
.distributor-prices .price-distr .price-distr-label {
  display: block;
  float: left;
  margin-right: 1em;
  font-weight: 600;
}
.webshop-single-product {
  width: 100%;
  float: left;
}
.webshop-single-product .product-images-container {
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.webshop-single-product .product-images-container #zoom {
  position: absolute;
  float: left;
  overflow: hidden;
}
.webshop-single-product .product-images-container #zoomHide {
  display: none;
  position: absolute;
  left: -2000px;
}
.webshop-single-product .product-content {
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.webshop-single-product .product-content .product-name {
  margin-top: 0;
}
.webshop-single-product .product-content .product-rating {
  width: 100%;
  float: left;
  margin-bottom: 0.5em;
  position: relative;
  z-index: 2;
}
.webshop-single-product .product-content .product-rating .raty {
  display: inline;
  padding: 0.5em;
}
.webshop-single-product .product-content .product-rating .raty img {
  position: relative;
  top: 3px;
}
.webshop-single-product .product-content .product-delivery {
  width: 100%;
  float: left;
  margin-bottom: 0.5em;
}
.webshop-single-product .product-content .product-price {
  width: 100%;
  float: left;
  font-size: 1.4em;
  padding: 1em 0;
  margin-bottom: 0.5em;
}
.webshop-single-product .product-content .product-price .price-distr {
  margin-top: 0.3em;
  display: block;
  font-weight: normal;
  font-size: 0.7em;
}
.webshop-single-product .product-content .product-price .price-vat {
  display: block;
  font-size: 0.7em;
}
.webshop-single-product .product-content .product-extra-list {
  float: left;
  width: 100%;
  text-align: left;
}
.webshop-single-product .product-content .product-extra-list .input {
  float: left;
  width: 100%;
  margin: 1em 0;
}
.webshop-single-product .product-content .product-extra-list .input label {
  display: none;
}
.webshop-single-product .product-content .product-extra-list .input select {
  min-width: 4em;
}
.webshop-single-product .product-content .product-buttons {
  margin-bottom: 1.5em;
}
.webshop-single-product .products-tags {
  width: 100%;
  float: left;
}
.webshop-single-product .products-tags .tags-label {
  float: left;
  padding-right: 1em;
}
.webshop-single-product .products-tags ul {
  float: left;
}
.webshop-single-product .products-tags li {
  float: left;
  padding-right: 0.5em;
}
.webshop-single-product .listOfSpecialOptions {
  width: 100%;
  float: left;
}
.webshop-single-product .listOfSpecialOptions .special-options-label {
  float: left;
  padding-right: 1em;
}
.webshop-single-product .listOfSpecialOptions ul {
  float: left;
}
.webshop-single-product .listOfSpecialOptions li {
  float: left;
  padding-right: 0.5em;
}
.webshop-single-product .free-shipping-info {
  margin-top: 0.5em;
}
.webshop-single-product .field70px {
  width: 70px;
}
ul.webshop-shopping-progress {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  background: #f9f9f9;
}
ul.webshop-shopping-progress li {
  float: left;
  position: relative;
  padding: 0.5em 0.5em;
  line-height: 2em;
  background: #f9f9f9;
  z-index: 0;
  margin-right: 1em;
  -webkit-box-shadow: 0 0 0.4em #eaeaea inside;
  -moz-box-shadow: 0 0 0.4em #eaeaea inside;
  box-shadow: 0 0 0.4em #eaeaea inside;
  width: 90%;
}
ul.webshop-shopping-progress li .glyphicons {
  padding: 0 0.5em;
}
ul.webshop-shopping-progress li:after {
  -webkit-box-shadow: 0 0 0.4em #eaeaea inside;
  -moz-box-shadow: 0 0 0.4em #eaeaea inside;
  box-shadow: 0 0 0.4em #eaeaea inside;
  position: absolute;
  float: right;
  content: "";
  height: 3em;
  top: 0;
  right: -1em;
  border-left: 1em solid #f9f9f9;
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  z-index: 100;
}
ul.webshop-shopping-progress li:first-child:before {
  border: none;
}
ul.webshop-shopping-progress li.active {
  background: #eaeaea;
}
ul.webshop-shopping-progress li.active a,
ul.webshop-shopping-progress li.active .glyphicons:before {
  color: #aaa;
}
ul.webshop-shopping-progress li.active:after {
  border-left-color: #eaeaea;
}
ul.webshop-shopping-progress li.active:before {
  border-top-color: #eaeaea;
  border-bottom-color: #eaeaea;
}
ul.webshop-shopping-progress li.passed {
  background: #eaeaea;
}
ul.webshop-shopping-progress li.passed a,
ul.webshop-shopping-progress li.passed .glyphicons:before {
  color: #aaa;
}
ul.webshop-shopping-progress li.passed:after {
  border-left-color: #eaeaea;
}
ul.webshop-shopping-progress li.passed:before {
  border-top-color: #eaeaea;
  border-bottom-color: #eaeaea;
}
#voucher {
  width: 100%;
  margin-top: 0.5em;
  float: left;
  background: #f9f9f9;
  border: thin solid #ddd;
  padding: 0.5rem 1rem;
  line-height: 1.5em;
}
#voucher .field {
  width: 100%;
  margin: 1em 0;
  line-height: 1em;
  padding: 0.6em;
}
#voucher .btn {
  background: #fff;
}
#voucher .btn:hover .glyphicons:before {
  color: #aaa;
}
.overpricedValue {
  text-decoration: line-through;
}
.separator2 {
  padding: 0.75em;
}
#checkout_products {
  background: #f9f9f9;
  border: thin solid #ddd;
  overflow: auto;
  padding-top: 1em;
}
#checkout_products .checkout-extra-header {
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 1em;
}
#checkout_products .checkout-extra-desc {
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 1em;
}
#checkout_products_login-page {
  background: #f9f9f9;
  border: thin solid #ddd;
  overflow: auto;
  padding: 1em;
}
#checkout_products_login-page .checkout-extra-header {
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 1em;
}
#checkout_products_login-page .checkout-extra-desc {
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 1em;
}
#checkout-products-order-page {
  overflow: auto;
  float: left;
  width: 100%;
}
#checkout-products-order-page .checkout-extra-header-1 {
  padding-left: 1em;
  padding-bottom: 1em;
}
#checkout-products-order-page .checkout-extra-desc {
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 1em;
}
#checkout_products_final_step {
  background: #f9f9f9;
  border: thin solid #ddd;
  overflow: auto;
  padding: 1em;
  margin-bottom: 1em;
}
#checkout_products_final_step .checkout-extra-header-3 {
  padding-bottom: 1em;
}
#checkout_products_final_step .checkout-extra-desc {
  padding-bottom: 1em;
}
#product-buy-options {
  width: 100%;
  float: left;
  text-align: center;
}
#product-buy-options a {
  float: none;
  width: 100%;
  margin-bottom: 1em;
}
form.form.webshop-main-search {
  width: 100%;
  float: left;
  background: #f9f9f9;
  border: thin solid #ddd;
  padding: 0.5rem 1rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1em 0 2em 0;
}
form.form.webshop-main-search .input {
  width: 85%;
  float: left;
  margin-bottom: 0;
}
form.form.webshop-main-search .input label {
  width: 10%;
  float: left;
  line-height: 2.5em;
  margin-bottom: 0;
}
form.form.webshop-main-search .input input {
  width: 85%;
  float: left;
  padding: 0.6em;
}
form.form.webshop-main-search .btn {
  width: 15%;
  padding: 6px;
}
form.form.webshop-main-search .btn .glyphicons:before {
  font-size: 18px;
}
.random-products,
.popular-products {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}
.random-products:hover .random-products-nav,
.popular-products:hover .random-products-nav,
.random-products:hover .popular-products-nav,
.popular-products:hover .popular-products-nav {
  opacity: 1;
}
#random-products,
#popular-products {
  height: 20em;
  overflow: hidden;
  width: 100%;
  position: relative;
}
#random-products:hover .randomBig-products-nav,
#popular-products:hover .randomBig-products-nav,
#random-products:hover .popularBig-products-nav,
#popular-products:hover .popularBig-products-nav {
  opacity: 1;
}
ul.slider-products-container {
  width: 100%;
  float: left;
  height: 15em;
  -webkit-transition: all ease-in-out 1.5s;
  -o-transition: all ease-in-out 1.5s;
  -moz-transition: all ease-in-out 1.5s;
  -ms-transition: all ease-in-out 1.5s;
  transition: all ease-in-out 1.5s;
}
ul.slider-products-container .slide-product {
  display: inline-block;
  float: left;
}
ul.slider-products-container .slide-product .product-image {
  text-align: center;
  line-height: 8em;
}
ul.slider-products-container .slide-product .product-image img {
  vertical-align: middle;
}
ul.slider-products-container .slide-product .product-name {
  width: 100%;
  float: left;
  text-align: center;
  margin-bottom: 0;
}
ul.slider-products-container .slide-product .product-price {
  width: 100%;
  float: left;
  text-align: center;
}
ul.slider-products-container .slide-product .product-price .price-value {
  font-size: 1.2em;
}
ul.big-slider-products-container {
  width: 100%;
  float: left;
  -webkit-transition: all ease-in-out 1.5s;
  -o-transition: all ease-in-out 1.5s;
  -moz-transition: all ease-in-out 1.5s;
  -ms-transition: all ease-in-out 1.5s;
  transition: all ease-in-out 1.5s;
}
ul.big-slider-products-container li {
  display: inline-block;
  float: left;
}
.prev-random-products,
.prev-popular-products {
  float: left;
  padding: 0.5em;
}
.prev-random-products .glyphicons:before,
.prev-popular-products .glyphicons:before {
  color: darkgray;
  background: rgba(0, 0, 0, 0.05);
}
.next-random-products,
.next-poplar-products {
  float: right;
  padding: 0.5em;
}
.next-random-products .glyphicons:before,
.next-poplar-products .glyphicons:before {
  color: darkgray;
  background: rgba(0, 0, 0, 0.05);
}
.random-products-nav,
.popular-products-nav {
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity ease-in-out 0.15s;
  -o-transition: opacity ease-in-out 0.15s;
  -moz-transition: opacity ease-in-out 0.15s;
  -ms-transition: opacity ease-in-out 0.15s;
  transition: opacity ease-in-out 0.15s;
  width: 100%;
  float: left;
  top: 30%;
}
.randomBig-products-nav,
.popularBig-products-nav {
  float: right;
  opacity: 0;
  -webkit-transition: opacity ease-in-out 0.15s;
  -o-transition: opacity ease-in-out 0.15s;
  -moz-transition: opacity ease-in-out 0.15s;
  -ms-transition: opacity ease-in-out 0.15s;
  transition: opacity ease-in-out 0.15s;
  position: absolute;
  top: 35%;
  width: 100%;
}
.prev-randomBig-products,
.prev-popularBig-products {
  float: left;
  padding: 0.5em;
  left: 0;
  position: absolute;
}
.prev-randomBig-products .glyphicons:before,
.prev-popularBig-products .glyphicons:before {
  color: darkgray;
  background: rgba(0, 0, 0, 0.05);
  padding: 0.5em;
}
.prev-randomBig-products:hover .glyphicons:before,
.prev-popularBig-products:hover .glyphicons:before {
  background: rgba(0, 0, 0, 0.1);
}
.next-randomBig-products,
.next-popularBig-products {
  float: right;
  padding: 0.5em;
  right: 0;
  position: absolute;
}
.next-randomBig-products .glyphicons:before,
.next-popularBig-products .glyphicons:before {
  color: darkgray;
  background: rgba(0, 0, 0, 0.05);
  padding: 0.5em;
}
.next-randomBig-products:hover .glyphicons:before,
.next-popularBig-products:hover .glyphicons:before {
  background: rgba(0, 0, 0, 0.1);
}
.product-extra-list {
  float: left;
  width: 100%;
  margin-bottom: 0.5em;
}
.product-extra-list label {
  display: none;
}
.product-extra-list .input {
  margin: 1em 0 2em 0;
}
@media screen and (min-width: 0) and (max-width: 50em) {
  .product-box {
    width: 48%;
    margin: 0 1% 2% 1%;
  }
  .big-grid-layout .product-box {
    width: 100%;
  }
  .big-grid-layout .product-box .image {
    height: 15em;
    line-height: 15em;
  }
  #random-products,
  #popular-products {
    height: 21em;
  }
  .webshop-single-product .product-content {
    width: 100%;
  }
}
@media screen and (min-width: 50em) and (max-width: 75em) {
  .product-box {
    width: 31%;
    margin: 0 1% 2% 1%;
  }
  .big-grid-layout .product-box {
    width: 48%;
  }
  .big-grid-layout .product-box .image {
    height: 15em;
    line-height: 15em;
  }
  .list-layout .product-box .product-content {
    width: 60%;
  }
  .list-layout .product-box .product-buttons {
    width: 40%;
  }
  #webshop-products-navigation .navigation-link {
    width: 30%;
  }
  .webshop-single-product .product-images-container {
    width: 48%;
  }
  .webshop-single-product .product-content {
    width: 50%;
  }
  ul.webshop-shopping-progress li {
    width: auto;
  }
  ul.webshop-shopping-progress li:before {
    position: absolute;
    content: "";
    float: left;
    top: 0;
    left: -1em;
    border-left: 1em solid transparent;
    border-top: 1.5em solid #f9f9f9;
    border-bottom: 1.5em solid #f9f9f9;
  }
  #voucher .field {
    width: 40%;
    margin: 0 2%;
  }
  #product-buy-options a {
    width: auto;
    float: auto;
  }
}
@media screen and (max-width: 50em) {
  ul.webshop-shopping-progress li {
    width: 20%;
    text-align: center;
  }
  ul.webshop-shopping-progress li span {
    display: none;
  }
  #product-buy-options .elementsInside{
    /*update 11.03.2025*/
    display: table;
    width: 100%;
  }
  #product-buy-options span {
    display: table-footer-group;
  }
  #product-buy-options span.checkout-order {
    display: table-header-group;
  }
  #product-buy-options-top {
    width: 100%;
    float: left;
  }
  #product-buy-options-top span {
    width: 100%;
    display: block;
    float: left;
  }
  #product-buy-options-top span a {
    width: 100%;
    margin-bottom: 1em;
  }
}
#webshop-basket-view .shopping-card-count {
  width: 3em;
  text-align: center;
  padding: 0;
  margin: 0 0.5em;
}
#webshop-basket-view .glyphicons {
  cursor: pointer;
}
#webshop-basket-view .glyphicons:before {
  font-size: 16px;
  top: -2px;
}
#webshop-basket-view .glyphicons:hover:before {
  color: #6a6a6a;
}
#webshop-basket-view .deleteProduct {
  padding: 0.1em 0.5em;
}
#webshop-basket-view td .notif {
  display: none;
}
#webshop-basket-view td .cart-extra-info {
  font-size: 0.8em;
}
#webshop-basket-view .notAvailable td {
  background-color: #f2dede;
}
#webshop-basket-view .notAvailable td .notif {
  display: block;
}
.product-short-desc {
  float: left;
  width: 100%;
  background: #f9f9f9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.5em;
  -webkit-box-shadow: 0 0 2px #ddd;
  -moz-box-shadow: 0 0 2px #ddd;
  box-shadow: 0 0 2px #ddd;
}
.product-short-desc a {
  float: right;
}
.product-short-desc a .glyphicons:before {
  font-size: 16px;
  line-height: 16px;
  top: -2px;
  left: -5px;
  color: #aaa;
}
.connected-product-title {
  margin: 1em 0 0 ;
  width: 100%;
  float: left;
}
#connected-products {
  width: 100%;
  float: left;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 1em;
  position: relative;
  height: 185px;
}
#connected-products:hover .connected-products-nav {
  opacity: 1;
}
#connected-products .connected-products-container {
  width: 100%;
  height: 100%;
  float: left;
  -webkit-transition: all ease-in-out 0.15s;
  -o-transition: all ease-in-out 0.15s;
  -moz-transition: all ease-in-out 0.15s;
  -ms-transition: all ease-in-out 0.15s;
  transition: all ease-in-out 0.15s;
}
#connected-products .connected-products-container li {
  width: 100%;
  float: left;
}
#connected-products .connected-products-container .glyphicons:before {
  position: relative;
  top: -6px;
}
#connected-products .connected-product {
  float: left;
  width: 31%;
  margin: 1%;
  -webkit-box-shadow: 0 0 1px #aaa;
  -moz-box-shadow: 0 0 1px #aaa;
  box-shadow: 0 0 1px #aaa;
  overflow: hidden;
}
#connected-products .connected-product .product-image,
#connected-products .connected-product .product-name,
#connected-products .connected-product .product-price {
  width: 100%;
  text-align: center;
  float: left;
}
#connected-products .connected-product .product-image {
  height: 90px;
  line-height: 90px;
}
#connected-products .connected-product .product-image img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
#connected-products .connected-product .product-name {
  height: 50px;
  padding: 0.2em 0;
  font-size: 0.875em;
  line-height: 1.4em;
  vertical-align: middle;
}
#connected-products .connected-product .product-price {
  height: 30px;
  font-size: 1.2em;
  padding: 0.5em 0;
  border-top: thin solid #eaeaea;
  background: #f9f9f9;
  margin: 0.2em 0 0;
}
#connected-products .connected-products-nav {
  position: relative;
  float: left;
  width: 100%;
  top: -65%;
  opacity: 0;
  -webkit-transition: opacity ease-in-out 0.15s;
  -o-transition: opacity ease-in-out 0.15s;
  -moz-transition: opacity ease-in-out 0.15s;
  -ms-transition: opacity ease-in-out 0.15s;
  transition: opacity ease-in-out 0.15s;
}
#connected-products .connected-products-nav .glyphicons:before {
  color: #444444;
}
#connected-products .connected-products-nav .prev-connected-products {
  float: left;
  padding: 0.5em;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: -100%;
}
#connected-products .connected-products-nav .next-connected-products {
  float: right;
  padding: 0.5em;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: -100%;
  right: 0;
}
#pickUpAtLocation {
  overflow: auto;
  background-color: #f8f8f8;
  padding: 0.5em;
  margin: 0.5em;
}
.updateShippingOptions {
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
form.userForm3.form {
  overflow: auto;
  width: 100%;
}
form.userForm3.form .select-box {
  float: inherit;
  width: 49%;
}
form.userForm3.form .input {
  width: 100%;
  float: left;
}
form.userForm3.form .input label {
  width: 100%;
  float: left;
}
form.userForm3.form .input select {
  width: 100%;
  float: left;
}
.userForm2 {
  overflow: auto;
  float: left;
  width: 100%;
}
.userForm2 .fullSizeField {
  width: 100%;
}
.userForm2 .halfSizeField {
  width: 49%;
  float: left;
}
.userForm2 .quarterSizeField {
  width: 23.5%;
  float: left;
}
.userForm2 .treeQuarterSizeField {
  width: 74.5%;
  float: left;
}
.userForm2 .spacer {
  width: 2%;
  float: left;
}
.userForm2 .formRow {
  margin-bottom: 15px;
  overflow: hidden;
}
.userForm2 textarea {
  min-height: 150px;
}
.userForm2 .test select {
  background-color: red;
}
.userForm2 .test::selection {
  background-color: blue;
}
#buyOptions,
#buyOptions2 {
  overflow: auto;
}
#buyOptions a,
#buyOptions2 a {
  margin: 0.5em;
}
@media screen and (min-width: 75em) {
  .product-box {
    width: 23%;
    margin: 0 1% 2% 1%;
  }
  .product-box .image {
    height: 10em;
    line-height: 10em;
  }
  .big-grid-layout .product-box {
    width: 31%;
  }
  .big-grid-layout .product-box .newInfo {
    background-image: url("../../../../system/modules/webshop/css/new_100.png");
    height: 99px;
    width: 100px;
    top: -6px;
    left: -7px;
    margin-bottom: -100px;
  }
  .big-grid-layout .product-box .image {
    height: 15em;
    line-height: 15em;
  }
  .list-layout .product-box .product-content {
    width: 70%;
  }
  .list-layout .product-box .product-buttons {
    width: 30%;
  }
  #webshop-products-navigation .navigation-link {
    width: 25%;
  }
  #webshop-products-navigation .navigation-link:hover .webshop-navigation-product {
    height: 16em;
  }
  .webshop-single-product .product-images-container {
    width: 35%;
  }
  .webshop-single-product .product-content {
    width: 65%;
  }
  .webshop-single-product .product-content .product-buttons {
    text-align: center;
  }
  ul.webshop-shopping-progress li {
    width: auto;
  }
  ul.webshop-shopping-progress li:before {
    position: absolute;
    content: "";
    float: left;
    top: 0;
    left: -1em;
    border-left: 1em solid transparent;
    border-top: 1.5em solid #f9f9f9;
    border-bottom: 1.5em solid #f9f9f9;
  }
  #voucher .field {
    width: 40%;
    margin: 0 2%;
  }
  #product-buy-options {
    text-align: left;
  }
  #product-buy-options a {
    width: auto;
    float: left;
  }
  #product-buy-options a.pull-right {
    float: right;
  }
}
#discountsPerProductList {
  display: table;
  width: 100%;
  font-size: 1em;
  line-height: 1em;
  border-collapse: collapse;
}
#discountsPerProductList .headerRow {
  font-weight: bold;
}
#discountsPerProductList .bodyRow:nth-child(even) {
  background: #F9F9F9;
}
#discountsPerProductList .headerRow {
  background-color: #eee;
}
#discountsPerProductList .discountRow {
  display: table-row;
}
#discountsPerProductList .discountRow span {
  display: table-cell;
  border: 1px solid #DDD;
  padding: 0.75em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.brandsContainer .brandContainerItem {
  float: left;
  width: 25%;
  text-align: center;
}
.brandsContainer .brandContainerItem a {
  margin: 0.3em 0.5em;
  height: 250px;
  font-size: 2em;
  line-height: 2em;
  display: block;
}
.brandsContainer .brandContainerItem a img {
  display: block;
  margin: auto;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
}
.ui-autocomplete li {
  background-color: white;
  padding: 0.5em;
  overflow: auto;
}
.ui-autocomplete li div {
  cursor: pointer;
  float: left;
}
.ui-autocomplete li:hover {
  background-color: #dedede;
}
.ui-helper-hidden-accessible {
  display: none;
}
.mostPopularProductsList span {
  display: block;
}
.latestAddProductsList span {
  display: block;
}
@media screen and (min-width: 0) and (max-width: 30em) {
  .brandsContainer .brandContainerItem {
    width: 100%;
  }
}
@media screen and (min-width: 30em) and (max-width: 50em) {
  .brandsContainer .brandContainerItem {
    width: 50%;
  }
}
@media screen and (min-width: 50em) and (max-width: 75em) {
  .brandsContainer .brandContainerItem {
    width: 33.33333%;
  }
}
@media screen and (max-width: 50em) {
  form.userForm3.form .select-box.updateShippingOptions {
    width: 100%;
  }
}
.showExtraPriceExclVAT {
  font-size: 0.65em;
  margin-top: 0.5em;
}
.brands {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 100%;
}
.brands.mobile {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  padding: 0 1em;
  display: block;
}
.brands.mobile .brands-list {
  height: 80%;
  display: none;
}
.brands.mobile.expand .brands-list {
  display: block;
  height: 20em;
}
.brands h3 {
  margin-top: 0;
  margin-bottom: 0.2em;
  padding-top: 0.2em;
  width: 100%;
  float: left;
  cursor: pointer;
}
.brands h3 .glyphicons {
  float: right;
}
.brands h3 .glyphicons :before {
  float: right;
  font-size: 16px;
  top: 4px;
}
.brands .brands-list {
  width: 100%;
  float: left;
  overflow-y: scroll;
  height: 95%;
  -webkit-overflow-scrolling: touch;
  /* add scrollbars to iOS */
}
.brands .brands-list ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 8px;
  height: 25px;
}
.brands .brands-list ::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid #fff;
  background-color: rgba(0, 0, 0, 0.3);
}
.brands .brands-list li {
  position: relative;
}
.brands .brands-list li img {
  max-width: 30px;
  max-height: 20px;
  position: absolute;
  left: 0;
}
.brands .brands-list li a {
  width: 100%;
  float: left;
  padding: 0.4em 0 0.4em 40px;
  border-bottom: thin solid #ddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

form.form .shippingMethodsCss select{
  background: rgba(0,0,0,0.3);
  background-color: rgba(0, 0, 0, 0.3);
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 4px;
}
#userForm3 h4{
  margin-bottom: 0px;
}
#userForm3 #select-shipping-method .input label{
  width: auto;
}
#selectShippingMethod{
  padding: 5px;
  color: #777;
}

#checkboxesInfoBox{
  overflow: auto;
  margin-bottom: 0.9rem;
  margin-top: 0.9rem;
  width: 100%;
}

@media screen and (min-width: 50.063em) {
  .shopping-card-count::-webkit-outer-spin-button,
  .shopping-card-count::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  .shopping-card-count[type=number] {
    -moz-appearance: textfield;
  }
}

@media screen and (min-width: 0) and (max-width: 50.063em) {
  #product-buy-options-top .go-back, #product-buy-options-top .clear-cart{
    display: none;
  }
  #product-buy-options .go-back, #product-buy-options .clear-cart{
    display: none;
  }
  .volumeOnCartTh{
    /*min-width: 110px;*/
  }
  .volumeOnCartTd .glyphicons{
    display: none;
  }
}
.chat{
    background: #72b8ff;
    border-radius: 20px;
    display: inline-block;
    padding: 10px;
    color: #fff;
    font-weight: lighter;
    font-size: small;
    box-shadow: 1px 1px 2px rgba(0,0,0,.3);
    margin: 5px;
    position: relative;
    #overflow: auto;
}
.chat .user-name{
    font-weight: bold;
    display: block;
}
.chat .time-stamp{
    display: block;
    text-align: right;
}
.chat.u1{
    float: left;
    clear: both;
    border-top-left-radius: 0px;
}
.chat.u1:before{
    content: "";
    width: 0px;
    height: 0px;
    display: block;
    border-left: 5px solid transparent;
    border-right: 5px solid #72b8ff;
    border-top: 5px solid #72b8ff;
    border-bottom: 5px solid transparent;
    position: absolute;
    top: 0px;
    left: -10px;
}
.chat.u2{
    float: right;
    clear: both;
    border-top-right-radius: 0px;
    background: #00D025;
}
.chat.u2:before{
    content: "";
    width: 0px;
    height: 0px;
    display: block;
    border-left: 5px solid #00D025;
    border-right: 5px solid transparent;
    border-top: 5px solid #00D025;
    border-bottom: 5px solid transparent;
    position: absolute;
    top: 0px;
    right: -10px;
}

.new-chat{
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: #ededed;
    height: 40px;
    left: 0px;
    border-top: 1px solid #ddd;
}
.new-chat input{
    outline: none;
    padding: 10px;
    box-sizing: border-box;
    font-size: 18px;
    width: 250px;
    height: 40px;
    border: none;
    display: inline-block;
    color: #999;
    font-weight: 100;
    background: #ddd;
}
.new-chat button{
    width: 40px;
    height: 30px;
    padding: 0;
    display: inline-block;
    border: none;
    color: #00D025;
    background: none;
    position: relative;
    top: -3px;
    outline: none;
    cursor: pointer;
}
.new-chat button:active{
    color: #555;
}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline;list-style:none;padding:0}.select2-container .select2-selection--multiple .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;margin-left:5px;padding:0;max-width:100%;resize:none;height:18px;vertical-align:bottom;font-family:sans-serif;overflow:hidden;word-break:keep-all}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #ddd;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option--selectable{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #ddd;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#777;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px;padding-right:0px}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #ddd;border-radius:4px;cursor:text;padding-bottom:5px;padding-right:5px;position:relative}.select2-container--default .select2-selection--multiple.select2-selection--clearable{padding-right:25px}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;font-weight:bold;height:20px;margin-right:10px;margin-top:5px;position:absolute;right:0;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #ddd;border-radius:4px;box-sizing:border-box;display:inline-block;margin-left:5px;margin-top:5px;padding:0;padding-left:20px;position:relative;max-width:100%;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap}.select2-container--default .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-right:1px solid #ddd;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#999;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px;position:absolute;left:0;top:0}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus{background-color:#f1f1f1;color:#333;outline:none}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-left:1px solid #ddd;border-right:none;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear{float:left;margin-left:10px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #ddd}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--group{padding:0}.select2-container--default .select2-results__option--disabled{color:#999}.select2-container--default .select2-results__option--selected{background-color:#ddd}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #ddd;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#777;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #ddd;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #ddd;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #ddd;border-radius:4px;cursor:text;outline:0;padding-bottom:5px;padding-right:5px}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #ddd;border-radius:4px;display:inline-block;margin-left:5px;margin-top:5px;padding:0}.select2-container--classic .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#888;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555;outline:none}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #ddd;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option--group{padding:0}.select2-container--classic .select2-results__option--disabled{color:grey}.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}
.ball-pulse-sync>div,.ball-pulse>div{width:15px;height:15px;margin:2px;display:inline-block}.ball-pulse-sync>div,.ball-pulse>div,.ball-scale>div{background-color:#fff;border-radius:100%}@-webkit-keyframes scale{0%,80%{-webkit-transform:scale(1);transform:scale(1);opacity:1}45%{-webkit-transform:scale(.1);transform:scale(.1);opacity:.7}}.ball-pulse>div:nth-child(0){-webkit-animation:scale .75s -.36s infinite cubic-bezier(.2,.68,.18,1.08);animation:scale .75s -.36s infinite cubic-bezier(.2,.68,.18,1.08)}.ball-pulse>div:first-child{-webkit-animation:scale .75s -.24s infinite cubic-bezier(.2,.68,.18,1.08);animation:scale .75s -.24s infinite cubic-bezier(.2,.68,.18,1.08)}.ball-pulse>div:nth-child(2){-webkit-animation:scale .75s -.12s infinite cubic-bezier(.2,.68,.18,1.08);animation:scale .75s -.12s infinite cubic-bezier(.2,.68,.18,1.08)}.ball-pulse>div:nth-child(3){-webkit-animation:scale .75s 0s infinite cubic-bezier(.2,.68,.18,1.08);animation:scale .75s 0s infinite cubic-bezier(.2,.68,.18,1.08)}.ball-pulse>div{-webkit-animation-fill-mode:both;animation-fill-mode:both}@-webkit-keyframes ball-pulse-sync{33%{-webkit-transform:translateY(10px);transform:translateY(10px)}66%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes ball-pulse-sync{33%{-webkit-transform:translateY(10px);transform:translateY(10px)}66%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}.ball-pulse-sync>div:nth-child(0){-webkit-animation:ball-pulse-sync .6s -.21s infinite ease-in-out;animation:ball-pulse-sync .6s -.21s infinite ease-in-out}.ball-pulse-sync>div:first-child{-webkit-animation:ball-pulse-sync .6s -.14s infinite ease-in-out;animation:ball-pulse-sync .6s -.14s infinite ease-in-out}.ball-pulse-sync>div:nth-child(2){-webkit-animation:ball-pulse-sync .6s -.07s infinite ease-in-out;animation:ball-pulse-sync .6s -.07s infinite ease-in-out}.ball-pulse-sync>div:nth-child(3){-webkit-animation:ball-pulse-sync .6s 0s infinite ease-in-out;animation:ball-pulse-sync .6s 0s infinite ease-in-out}.ball-pulse-sync>div{-webkit-animation-fill-mode:both;animation-fill-mode:both}@-webkit-keyframes ball-scale{0%{-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(1);transform:scale(1);opacity:0}}@keyframes ball-scale{0%{-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(1);transform:scale(1);opacity:0}}.ball-scale>div{height:60px;width:60px;animation:ball-scale 1s 0s ease-in-out infinite}.ball-scale-random>div,.ball-scale>div{display:inline-block;margin:2px;-webkit-animation:ball-scale 1s 0s ease-in-out infinite}.ball-scale-random{width:37px;height:40px}.ball-scale-random>div{background-color:#fff;border-radius:100%;position:absolute;height:30px;width:30px;animation:ball-scale 1s 0s ease-in-out infinite}.ball-rotate>div,.ball-rotate>div:after,.ball-rotate>div:before{background-color:#fff;width:15px;height:15px;border-radius:100%}.ball-rotate,.ball-rotate>div{position:relative}.ball-scale-random>div:first-child{margin-left:-7px;-webkit-animation:ball-scale 1s .2s ease-in-out infinite;animation:ball-scale 1s .2s ease-in-out infinite}.ball-scale-random>div:nth-child(3){margin-left:-2px;margin-top:9px;-webkit-animation:ball-scale 1s .5s ease-in-out infinite;animation:ball-scale 1s .5s ease-in-out infinite}@-webkit-keyframes rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.ball-rotate>div{margin:2px;-webkit-animation-fill-mode:both;animation-fill-mode:both}.ball-rotate>div:first-child{-webkit-animation:rotate 1s 0s cubic-bezier(.7,-.13,.22,.86) infinite;animation:rotate 1s 0s cubic-bezier(.7,-.13,.22,.86) infinite}.ball-rotate>div:after,.ball-rotate>div:before{margin:2px;content:"";position:absolute;opacity:.8}.ball-rotate>div:before{top:0;left:-28px}.ball-rotate>div:after{top:0;left:25px}.ball-clip-rotate>div{border-radius:100%;margin:2px;border:2px solid #fff;border-bottom-color:transparent;height:25px;width:25px;background:0 0!important;display:inline-block;-webkit-animation:rotate .75s 0s linear infinite;animation:rotate .75s 0s linear infinite}@keyframes scale{30%{-webkit-transform:scale(.3);transform:scale(.3)}to{-webkit-transform:scale(1);transform:scale(1)}}.ball-clip-rotate-pulse{position:relative;-webkit-transform:translateY(-15px);-ms-transform:translateY(-15px);transform:translateY(-15px)}.ball-clip-rotate-pulse>div{-webkit-animation-fill-mode:both;animation-fill-mode:both;position:absolute;top:0;left:0;border-radius:100%}.ball-clip-rotate-pulse>div:first-child{background:#fff;height:16px;width:16px;top:7px;left:-7px;-webkit-animation:scale 1s 0s cubic-bezier(.09,.57,.49,.9) infinite;animation:scale 1s 0s cubic-bezier(.09,.57,.49,.9) infinite}.ball-clip-rotate-pulse>div:last-child{position:absolute;width:30px;height:30px;left:-16px;top:-2px;background:0 0;border:2px solid;border-color:#fff transparent;-webkit-animation:rotate 1s 0s cubic-bezier(.09,.57,.49,.9) infinite;animation:rotate 1s 0s cubic-bezier(.09,.57,.49,.9) infinite;-webkit-animation-duration:1s;animation-duration:1s}@keyframes rotate{0%{-webkit-transform:rotate(0) scale(1);transform:rotate(0) scale(1)}50%{-webkit-transform:rotate(180deg) scale(.6);transform:rotate(180deg) scale(.6)}to{-webkit-transform:rotate(1turn) scale(1);transform:rotate(1turn) scale(1)}}.ball-clip-rotate-multiple{position:relative}.ball-clip-rotate-multiple>div{position:absolute;left:-20px;top:-20px;border:2px solid #fff;border-bottom-color:transparent;border-top-color:transparent;border-radius:100%;height:35px;width:35px;-webkit-animation:rotate 1s 0s ease-in-out infinite;animation:rotate 1s 0s ease-in-out infinite}.ball-clip-rotate-multiple>div:last-child{display:inline-block;top:-10px;left:-10px;width:15px;height:15px;-webkit-animation-duration:.5s;animation-duration:.5s;border-color:#fff transparent;-webkit-animation-direction:reverse;animation-direction:reverse}@-webkit-keyframes ball-scale-ripple{0%{-webkit-transform:scale(.1);transform:scale(.1);opacity:1}70%{-webkit-transform:scale(1);transform:scale(1);opacity:.7}to{opacity:0}}@keyframes ball-scale-ripple{0%{-webkit-transform:scale(.1);transform:scale(.1);opacity:1}70%{-webkit-transform:scale(1);transform:scale(1);opacity:.7}to{opacity:0}}.ball-scale-ripple>div{height:50px;width:50px;border-radius:100%;border:2px solid #fff;-webkit-animation:ball-scale-ripple 1s 0s infinite cubic-bezier(.21,.53,.56,.8);animation:ball-scale-ripple 1s 0s infinite cubic-bezier(.21,.53,.56,.8)}@-webkit-keyframes ball-scale-ripple-multiple{0%{-webkit-transform:scale(.1);transform:scale(.1);opacity:1}70%{-webkit-transform:scale(1);transform:scale(1);opacity:.7}to{opacity:0}}@keyframes ball-scale-ripple-multiple{0%{-webkit-transform:scale(.1);transform:scale(.1);opacity:1}70%{-webkit-transform:scale(1);transform:scale(1);opacity:.7}to{opacity:0}}.ball-scale-ripple-multiple{position:relative;-webkit-transform:translateY(-25px);-ms-transform:translateY(-25px);transform:translateY(-25px)}.ball-scale-ripple-multiple>div:nth-child(0){-webkit-animation-delay:-.8s;animation-delay:-.8s}.ball-scale-ripple-multiple>div:first-child{-webkit-animation-delay:-.6s;animation-delay:-.6s}.ball-scale-ripple-multiple>div:nth-child(2){-webkit-animation-delay:-.4s;animation-delay:-.4s}.ball-scale-ripple-multiple>div:nth-child(3){-webkit-animation-delay:-.2s;animation-delay:-.2s}.ball-scale-ripple-multiple>div{position:absolute;top:-2px;left:-26px;width:50px;height:50px;border-radius:100%;border:2px solid #fff;-webkit-animation:ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(.21,.53,.56,.8);animation:ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(.21,.53,.56,.8)}@-webkit-keyframes ball-beat{50%{opacity:.2;-webkit-transform:scale(.75);transform:scale(.75)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes ball-beat{50%{opacity:.2;-webkit-transform:scale(.75);transform:scale(.75)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.ball-beat>div{background-color:#fff;width:15px;height:15px;border-radius:100%;margin:2px;display:inline-block;-webkit-animation:ball-beat .7s 0s infinite linear;animation:ball-beat .7s 0s infinite linear}.ball-beat>div:nth-child(2n-1){-webkit-animation-delay:-.35s!important;animation-delay:-.35s!important}@-webkit-keyframes ball-scale-multiple{0%{-webkit-transform:scale(0);transform:scale(0);opacity:0}5%{opacity:1}to{-webkit-transform:scale(1);transform:scale(1);opacity:0}}@keyframes ball-scale-multiple{0%{-webkit-transform:scale(0);transform:scale(0);opacity:0}5%{opacity:1}to{-webkit-transform:scale(1);transform:scale(1);opacity:0}}.ball-scale-multiple{position:relative;-webkit-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px)}.ball-scale-multiple>div:nth-child(2){-webkit-animation-delay:-.4s;animation-delay:-.4s}.ball-scale-multiple>div:nth-child(3){-webkit-animation-delay:-.2s;animation-delay:-.2s}.ball-scale-multiple>div{background-color:#fff;border-radius:100%;position:absolute;left:-30px;top:0;opacity:0;margin:0;width:60px;height:60px;-webkit-animation:ball-scale-multiple 1s 0s linear infinite;animation:ball-scale-multiple 1s 0s linear infinite}@-webkit-keyframes ball-triangle-path-1{33%{-webkit-transform:translate(25px,-50px);transform:translate(25px,-50px)}66%{-webkit-transform:translate(50px);transform:translate(50px)}to{-webkit-transform:translate(0);transform:translate(0)}}@keyframes ball-triangle-path-1{33%{-webkit-transform:translate(25px,-50px);transform:translate(25px,-50px)}66%{-webkit-transform:translate(50px);transform:translate(50px)}to{-webkit-transform:translate(0);transform:translate(0)}}@-webkit-keyframes ball-triangle-path-2{33%{-webkit-transform:translate(25px,50px);transform:translate(25px,50px)}66%{-webkit-transform:translate(-25px,50px);transform:translate(-25px,50px)}to{-webkit-transform:translate(0);transform:translate(0)}}@keyframes ball-triangle-path-2{33%{-webkit-transform:translate(25px,50px);transform:translate(25px,50px)}66%{-webkit-transform:translate(-25px,50px);transform:translate(-25px,50px)}to{-webkit-transform:translate(0);transform:translate(0)}}@-webkit-keyframes ball-triangle-path-3{33%{-webkit-transform:translate(-50px);transform:translate(-50px)}66%{-webkit-transform:translate(-25px,-50px);transform:translate(-25px,-50px)}to{-webkit-transform:translate(0);transform:translate(0)}}@keyframes ball-triangle-path-3{33%{-webkit-transform:translate(-50px);transform:translate(-50px)}66%{-webkit-transform:translate(-25px,-50px);transform:translate(-25px,-50px)}to{-webkit-transform:translate(0);transform:translate(0)}}.ball-triangle-path{position:relative;-webkit-transform:translate(-29.99px,-37.51px);-ms-transform:translate(-29.99px,-37.51px);transform:translate(-29.99px,-37.51px)}.ball-triangle-path>div:first-child{-webkit-animation-name:ball-triangle-path-1;animation-name:ball-triangle-path-1;-webkit-animation-delay:0;animation-delay:0;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.ball-triangle-path>div:nth-child(2){-webkit-animation-name:ball-triangle-path-2;animation-name:ball-triangle-path-2;-webkit-animation-delay:0;animation-delay:0;animation-duration:2s;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.ball-triangle-path>div:nth-child(2),.ball-triangle-path>div:nth-child(3){-webkit-animation-duration:2s;-webkit-animation-timing-function:ease-in-out}.ball-triangle-path>div:nth-child(3){-webkit-animation-name:ball-triangle-path-3;animation-name:ball-triangle-path-3;-webkit-animation-delay:0;animation-delay:0;animation-duration:2s;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.ball-triangle-path>div{-webkit-animation-fill-mode:both;animation-fill-mode:both;position:absolute;width:10px;height:10px;border-radius:100%;border:1px solid #fff}.ball-grid-beat>div,.ball-pulse-rise>div{background-color:#fff;height:15px;border-radius:100%;margin:2px}.ball-triangle-path>div:first-of-type{top:50px}.ball-triangle-path>div:nth-of-type(2){left:25px}.ball-triangle-path>div:nth-of-type(3){top:50px;left:50px}@-webkit-keyframes ball-pulse-rise-even{0%{-webkit-transform:scale(1.1);transform:scale(1.1)}25%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}50%{-webkit-transform:scale(.4);transform:scale(.4)}75%{-webkit-transform:translateY(30px);transform:translateY(30px)}to{-webkit-transform:translateY(0);transform:translateY(0);-webkit-transform:scale(1);transform:scale(1)}}@keyframes ball-pulse-rise-even{0%{-webkit-transform:scale(1.1);transform:scale(1.1)}25%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}50%{-webkit-transform:scale(.4);transform:scale(.4)}75%{-webkit-transform:translateY(30px);transform:translateY(30px)}to{-webkit-transform:translateY(0);transform:translateY(0);-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes ball-pulse-rise-odd{0%{-webkit-transform:scale(.4);transform:scale(.4)}25%{-webkit-transform:translateY(30px);transform:translateY(30px)}50%{-webkit-transform:scale(1.1);transform:scale(1.1)}75%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}to{-webkit-transform:translateY(0);transform:translateY(0);-webkit-transform:scale(.75);transform:scale(.75)}}@keyframes ball-pulse-rise-odd{0%{-webkit-transform:scale(.4);transform:scale(.4)}25%{-webkit-transform:translateY(30px);transform:translateY(30px)}50%{-webkit-transform:scale(1.1);transform:scale(1.1)}75%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}to{-webkit-transform:translateY(0);transform:translateY(0);-webkit-transform:scale(.75);transform:scale(.75)}}.ball-pulse-rise>div{width:15px;-webkit-animation-fill-mode:both;animation-fill-mode:both;display:inline-block;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:cubic-bezier(.15,.46,.9,.6);animation-timing-function:cubic-bezier(.15,.46,.9,.6);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-delay:0;animation-delay:0}.ball-pulse-rise>div:nth-child(2n){-webkit-animation-name:ball-pulse-rise-even;animation-name:ball-pulse-rise-even}.ball-pulse-rise>div:nth-child(2n-1){-webkit-animation-name:ball-pulse-rise-odd;animation-name:ball-pulse-rise-odd}@-webkit-keyframes ball-grid-beat{50%{opacity:.7}to{opacity:1}}@keyframes ball-grid-beat{50%{opacity:.7}to{opacity:1}}.ball-grid-beat{width:57px}.ball-grid-beat>div:first-child{-webkit-animation-delay:.44s;animation-delay:.44s;-webkit-animation-duration:1.27s;animation-duration:1.27s}.ball-grid-beat>div:nth-child(2){-webkit-animation-delay:.2s;animation-delay:.2s;-webkit-animation-duration:1.52s;animation-duration:1.52s}.ball-grid-beat>div:nth-child(3){-webkit-animation-delay:.14s;animation-delay:.14s;-webkit-animation-duration:.61s;animation-duration:.61s}.ball-grid-beat>div:nth-child(4){-webkit-animation-delay:.15s;animation-delay:.15s;-webkit-animation-duration:.82s;animation-duration:.82s}.ball-grid-beat>div:nth-child(5){-webkit-animation-delay:-.01s;animation-delay:-.01s;-webkit-animation-duration:1.24s;animation-duration:1.24s}.ball-grid-beat>div:nth-child(6){-webkit-animation-delay:-.07s;animation-delay:-.07s;-webkit-animation-duration:1.35s;animation-duration:1.35s}.ball-grid-beat>div:nth-child(7){-webkit-animation-delay:.29s;animation-delay:.29s;-webkit-animation-duration:1.44s;animation-duration:1.44s}.ball-grid-beat>div:nth-child(8){-webkit-animation-delay:.63s;animation-delay:.63s;-webkit-animation-duration:1.19s;animation-duration:1.19s}.ball-grid-beat>div:nth-child(9){-webkit-animation-delay:-.18s;animation-delay:-.18s;-webkit-animation-duration:1.48s;animation-duration:1.48s}.ball-grid-beat>div{width:15px;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-name:ball-grid-beat;animation-name:ball-grid-beat;animation-iteration-count:infinite;-webkit-animation-delay:0;animation-delay:0}.ball-grid-beat>div,.ball-grid-pulse>div{display:inline-block;float:left;-webkit-animation-iteration-count:infinite}@-webkit-keyframes ball-grid-pulse{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(.5);transform:scale(.5);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes ball-grid-pulse{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(.5);transform:scale(.5);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.ball-grid-pulse{width:57px}.ball-grid-pulse>div,.ball-spin-fade-loader>div{background-color:#fff;width:15px;height:15px;border-radius:100%;margin:2px}.ball-grid-pulse>div:first-child{-webkit-animation-delay:.58s;animation-delay:.58s;-webkit-animation-duration:.9s;animation-duration:.9s}.ball-grid-pulse>div:nth-child(2){-webkit-animation-delay:.01s;animation-delay:.01s;-webkit-animation-duration:.94s;animation-duration:.94s}.ball-grid-pulse>div:nth-child(3){-webkit-animation-delay:.25s;animation-delay:.25s;-webkit-animation-duration:1.43s;animation-duration:1.43s}.ball-grid-pulse>div:nth-child(4){-webkit-animation-delay:-.03s;animation-delay:-.03s;-webkit-animation-duration:.74s;animation-duration:.74s}.ball-grid-pulse>div:nth-child(5){-webkit-animation-delay:.21s;animation-delay:.21s;-webkit-animation-duration:.68s;animation-duration:.68s}.ball-grid-pulse>div:nth-child(6){-webkit-animation-delay:.25s;animation-delay:.25s;-webkit-animation-duration:1.17s;animation-duration:1.17s}.ball-grid-pulse>div:nth-child(7){-webkit-animation-delay:.46s;animation-delay:.46s;-webkit-animation-duration:1.41s;animation-duration:1.41s}.ball-grid-pulse>div:nth-child(8){-webkit-animation-delay:.02s;animation-delay:.02s;-webkit-animation-duration:1.56s;animation-duration:1.56s}.ball-grid-pulse>div:nth-child(9){-webkit-animation-delay:.13s;animation-delay:.13s;-webkit-animation-duration:.78s;animation-duration:.78s}.ball-grid-pulse>div{-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-name:ball-grid-pulse;animation-name:ball-grid-pulse;animation-iteration-count:infinite;-webkit-animation-delay:0;animation-delay:0}@-webkit-keyframes ball-spin-fade-loader{50%{opacity:.3;-webkit-transform:scale(.4);transform:scale(.4)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes ball-spin-fade-loader{50%{opacity:.3;-webkit-transform:scale(.4);transform:scale(.4)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.ball-spin-fade-loader{position:relative;top:-10px;left:-10px}.ball-spin-fade-loader>div:first-child{top:25px;left:0;-webkit-animation:ball-spin-fade-loader 1s -.96s infinite linear;animation:ball-spin-fade-loader 1s -.96s infinite linear}.ball-spin-fade-loader>div:nth-child(2){top:17.05px;left:17.05px;-webkit-animation:ball-spin-fade-loader 1s -.84s infinite linear;animation:ball-spin-fade-loader 1s -.84s infinite linear}.ball-spin-fade-loader>div:nth-child(3){top:0;left:25px;-webkit-animation:ball-spin-fade-loader 1s -.72s infinite linear;animation:ball-spin-fade-loader 1s -.72s infinite linear}.ball-spin-fade-loader>div:nth-child(4){top:-17.05px;left:17.05px;-webkit-animation:ball-spin-fade-loader 1s -.6s infinite linear;animation:ball-spin-fade-loader 1s -.6s infinite linear}.ball-spin-fade-loader>div:nth-child(5){top:-25px;left:0;-webkit-animation:ball-spin-fade-loader 1s -.48s infinite linear;animation:ball-spin-fade-loader 1s -.48s infinite linear}.ball-spin-fade-loader>div:nth-child(6){top:-17.05px;left:-17.05px;-webkit-animation:ball-spin-fade-loader 1s -.36s infinite linear;animation:ball-spin-fade-loader 1s -.36s infinite linear}.ball-spin-fade-loader>div:nth-child(7){top:0;left:-25px;-webkit-animation:ball-spin-fade-loader 1s -.24s infinite linear;animation:ball-spin-fade-loader 1s -.24s infinite linear}.ball-spin-fade-loader>div:nth-child(8){top:17.05px;left:-17.05px;-webkit-animation:ball-spin-fade-loader 1s -.12s infinite linear;animation:ball-spin-fade-loader 1s -.12s infinite linear}.ball-spin-fade-loader>div{-webkit-animation-fill-mode:both;animation-fill-mode:both;position:absolute}@-webkit-keyframes ball-spin-loader{75%{opacity:.2}to{opacity:1}}@keyframes ball-spin-loader{75%{opacity:.2}to{opacity:1}}.ball-spin-loader{position:relative}.ball-spin-loader>span:first-child{top:45px;left:0;-webkit-animation:ball-spin-loader 2s .9s infinite linear;animation:ball-spin-loader 2s .9s infinite linear}.ball-spin-loader>span:nth-child(2){top:30.68px;left:30.68px;-webkit-animation:ball-spin-loader 2s 1.8s infinite linear;animation:ball-spin-loader 2s 1.8s infinite linear}.ball-spin-loader>span:nth-child(3){top:0;left:45px;-webkit-animation:ball-spin-loader 2s 2.7s infinite linear;animation:ball-spin-loader 2s 2.7s infinite linear}.ball-spin-loader>span:nth-child(4){top:-30.68px;left:30.68px;-webkit-animation:ball-spin-loader 2s 3.6s infinite linear;animation:ball-spin-loader 2s 3.6s infinite linear}.ball-spin-loader>span:nth-child(5){top:-45px;left:0;-webkit-animation:ball-spin-loader 2s 4.5s infinite linear;animation:ball-spin-loader 2s 4.5s infinite linear}.ball-spin-loader>span:nth-child(6){top:-30.68px;left:-30.68px;-webkit-animation:ball-spin-loader 2s 5.4s infinite linear;animation:ball-spin-loader 2s 5.4s infinite linear}.ball-spin-loader>span:nth-child(7){top:0;left:-45px;-webkit-animation:ball-spin-loader 2s 6.3s infinite linear;animation:ball-spin-loader 2s 6.3s infinite linear}.ball-spin-loader>span:nth-child(8){top:30.68px;left:-30.68px;-webkit-animation:ball-spin-loader 2s 7.2s infinite linear;animation:ball-spin-loader 2s 7.2s infinite linear}.ball-spin-loader>div{-webkit-animation-fill-mode:both;animation-fill-mode:both;position:absolute;width:15px;height:15px;border-radius:100%;background:green}.ball-zig-zag-deflect>div,.ball-zig-zag>div{background-color:#fff;width:15px;height:15px;border-radius:100%;margin:2px 2px 2px 15px;top:4px;left:-7px}@-webkit-keyframes ball-zig{33%{-webkit-transform:translate(-15px,-30px);transform:translate(-15px,-30px)}66%{-webkit-transform:translate(15px,-30px);transform:translate(15px,-30px)}to{-webkit-transform:translate(0);transform:translate(0)}}@keyframes ball-zig{33%{-webkit-transform:translate(-15px,-30px);transform:translate(-15px,-30px)}66%{-webkit-transform:translate(15px,-30px);transform:translate(15px,-30px)}to{-webkit-transform:translate(0);transform:translate(0)}}@-webkit-keyframes ball-zag{33%{-webkit-transform:translate(15px,30px);transform:translate(15px,30px)}66%{-webkit-transform:translate(-15px,30px);transform:translate(-15px,30px)}to{-webkit-transform:translate(0);transform:translate(0)}}@keyframes ball-zag{33%{-webkit-transform:translate(15px,30px);transform:translate(15px,30px)}66%{-webkit-transform:translate(-15px,30px);transform:translate(-15px,30px)}to{-webkit-transform:translate(0);transform:translate(0)}}.ball-zig-zag{position:relative;-webkit-transform:translate(-15px,-15px);-ms-transform:translate(-15px,-15px);transform:translate(-15px,-15px)}.ball-zig-zag>div{-webkit-animation-fill-mode:both;animation-fill-mode:both;position:absolute}.ball-zig-zag>div:first-child{-webkit-animation:ball-zig .7s 0s infinite linear;animation:ball-zig .7s 0s infinite linear}.ball-zig-zag>div:last-child{-webkit-animation:ball-zag .7s 0s infinite linear;animation:ball-zag .7s 0s infinite linear}@-webkit-keyframes ball-zig-deflect{17%,84%{-webkit-transform:translate(-15px,-30px);transform:translate(-15px,-30px)}34%,67%{-webkit-transform:translate(15px,-30px);transform:translate(15px,-30px)}50%,to{-webkit-transform:translate(0);transform:translate(0)}}@keyframes ball-zig-deflect{17%,84%{-webkit-transform:translate(-15px,-30px);transform:translate(-15px,-30px)}34%,67%{-webkit-transform:translate(15px,-30px);transform:translate(15px,-30px)}50%,to{-webkit-transform:translate(0);transform:translate(0)}}@-webkit-keyframes ball-zag-deflect{17%,84%{-webkit-transform:translate(15px,30px);transform:translate(15px,30px)}34%,67%{-webkit-transform:translate(-15px,30px);transform:translate(-15px,30px)}50%,to{-webkit-transform:translate(0);transform:translate(0)}}@keyframes ball-zag-deflect{17%,84%{-webkit-transform:translate(15px,30px);transform:translate(15px,30px)}34%,67%{-webkit-transform:translate(-15px,30px);transform:translate(-15px,30px)}50%,to{-webkit-transform:translate(0);transform:translate(0)}}.ball-zig-zag-deflect{position:relative;-webkit-transform:translate(-15px,-15px);-ms-transform:translate(-15px,-15px);transform:translate(-15px,-15px)}.ball-zig-zag-deflect>div{-webkit-animation-fill-mode:both;animation-fill-mode:both;position:absolute}.ball-zig-zag-deflect>div:first-child{-webkit-animation:ball-zig-deflect 1.5s 0s infinite linear;animation:ball-zig-deflect 1.5s 0s infinite linear}.ball-zig-zag-deflect>div:last-child{-webkit-animation:ball-zag-deflect 1.5s 0s infinite linear;animation:ball-zag-deflect 1.5s 0s infinite linear}@-webkit-keyframes line-scale{0%,to{-webkit-transform:scaley(1);transform:scaley(1)}50%{-webkit-transform:scaley(.4);transform:scaley(.4)}}@keyframes line-scale{0%,to{-webkit-transform:scaley(1);transform:scaley(1)}50%{-webkit-transform:scaley(.4);transform:scaley(.4)}}.line-scale>div:first-child{-webkit-animation:line-scale 1s -.4s infinite cubic-bezier(.2,.68,.18,1.08);animation:line-scale 1s -.4s infinite cubic-bezier(.2,.68,.18,1.08)}.line-scale>div:nth-child(2){-webkit-animation:line-scale 1s -.3s infinite cubic-bezier(.2,.68,.18,1.08);animation:line-scale 1s -.3s infinite cubic-bezier(.2,.68,.18,1.08)}.line-scale>div:nth-child(3){-webkit-animation:line-scale 1s -.2s infinite cubic-bezier(.2,.68,.18,1.08);animation:line-scale 1s -.2s infinite cubic-bezier(.2,.68,.18,1.08)}.line-scale>div:nth-child(4){-webkit-animation:line-scale 1s -.1s infinite cubic-bezier(.2,.68,.18,1.08);animation:line-scale 1s -.1s infinite cubic-bezier(.2,.68,.18,1.08)}.line-scale>div:nth-child(5){-webkit-animation:line-scale 1s 0s infinite cubic-bezier(.2,.68,.18,1.08);animation:line-scale 1s 0s infinite cubic-bezier(.2,.68,.18,1.08)}.line-scale>div{animation-fill-mode:both;display:inline-block}.line-scale-party>div,.line-scale>div{background-color:#fff;border-radius:2px;margin:2px;width:4px;height:35px;-webkit-animation-fill-mode:both}@-webkit-keyframes line-scale-party{0%,to{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(.5);transform:scale(.5)}}@keyframes line-scale-party{0%,to{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(.5);transform:scale(.5)}}.line-scale-party>div:first-child{-webkit-animation-delay:-.09s;animation-delay:-.09s;-webkit-animation-duration:.83s;animation-duration:.83s}.line-scale-party>div:nth-child(2){-webkit-animation-delay:.33s;animation-delay:.33s;-webkit-animation-duration:.64s;animation-duration:.64s}.line-scale-party>div:nth-child(3){-webkit-animation-delay:.32s;animation-delay:.32s;-webkit-animation-duration:.39s;animation-duration:.39s}.line-scale-party>div:nth-child(4){-webkit-animation-delay:.47s;animation-delay:.47s;-webkit-animation-duration:.52s;animation-duration:.52s}.line-scale-party>div{animation-fill-mode:both;display:inline-block;-webkit-animation-name:line-scale-party;animation-name:line-scale-party;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-delay:0;animation-delay:0}@-webkit-keyframes line-scale-pulse-out{0%,to{-webkit-transform:scaley(1);transform:scaley(1)}50%{-webkit-transform:scaley(.4);transform:scaley(.4)}}@keyframes line-scale-pulse-out{0%,to{-webkit-transform:scaley(1);transform:scaley(1)}50%{-webkit-transform:scaley(.4);transform:scaley(.4)}}.line-scale-pulse-out>div{background-color:#fff;width:4px;height:35px;border-radius:2px;margin:2px;display:inline-block;-webkit-animation:line-scale-pulse-out .9s -.6s infinite cubic-bezier(.85,.25,.37,.85);animation:line-scale-pulse-out .9s -.6s infinite cubic-bezier(.85,.25,.37,.85)}.line-scale-pulse-out>div:nth-child(2),.line-scale-pulse-out>div:nth-child(4){-webkit-animation-delay:-.4s!important;animation-delay:-.4s!important}.line-scale-pulse-out>div:first-child,.line-scale-pulse-out>div:nth-child(5){-webkit-animation-delay:-.2s!important;animation-delay:-.2s!important}@-webkit-keyframes line-scale-pulse-out-rapid{0%,90%{-webkit-transform:scaley(1);transform:scaley(1)}80%{-webkit-transform:scaley(.3);transform:scaley(.3)}}@keyframes line-scale-pulse-out-rapid{0%,90%{-webkit-transform:scaley(1);transform:scaley(1)}80%{-webkit-transform:scaley(.3);transform:scaley(.3)}}.line-scale-pulse-out-rapid>div{background-color:#fff;width:4px;height:35px;border-radius:2px;margin:2px;display:inline-block;-webkit-animation:line-scale-pulse-out-rapid .9s -.5s infinite cubic-bezier(.11,.49,.38,.78);animation:line-scale-pulse-out-rapid .9s -.5s infinite cubic-bezier(.11,.49,.38,.78)}.line-scale-pulse-out-rapid>div:nth-child(2),.line-scale-pulse-out-rapid>div:nth-child(4){-webkit-animation-delay:-.25s!important;animation-delay:-.25s!important}.line-scale-pulse-out-rapid>div:first-child,.line-scale-pulse-out-rapid>div:nth-child(5){-webkit-animation-delay:0s!important;animation-delay:0s!important}@-webkit-keyframes line-spin-fade-loader{50%{opacity:.3}to{opacity:1}}@keyframes line-spin-fade-loader{50%{opacity:.3}to{opacity:1}}.line-spin-fade-loader{position:relative;top:-10px;left:-4px}.line-spin-fade-loader>div:first-child{top:20px;left:0;-webkit-animation:line-spin-fade-loader 1.2s -.84s infinite ease-in-out;animation:line-spin-fade-loader 1.2s -.84s infinite ease-in-out}.line-spin-fade-loader>div:nth-child(2){top:13.64px;left:13.64px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-animation:line-spin-fade-loader 1.2s -.72s infinite ease-in-out;animation:line-spin-fade-loader 1.2s -.72s infinite ease-in-out}.line-spin-fade-loader>div:nth-child(3){top:0;left:20px;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);-webkit-animation:line-spin-fade-loader 1.2s -.6s infinite ease-in-out;animation:line-spin-fade-loader 1.2s -.6s infinite ease-in-out}.line-spin-fade-loader>div:nth-child(4){top:-13.64px;left:13.64px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-animation:line-spin-fade-loader 1.2s -.48s infinite ease-in-out;animation:line-spin-fade-loader 1.2s -.48s infinite ease-in-out}.line-spin-fade-loader>div:nth-child(5){top:-20px;left:0;-webkit-animation:line-spin-fade-loader 1.2s -.36s infinite ease-in-out;animation:line-spin-fade-loader 1.2s -.36s infinite ease-in-out}.line-spin-fade-loader>div:nth-child(6){top:-13.64px;left:-13.64px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-animation:line-spin-fade-loader 1.2s -.24s infinite ease-in-out;animation:line-spin-fade-loader 1.2s -.24s infinite ease-in-out}.line-spin-fade-loader>div:nth-child(7){top:0;left:-20px;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);-webkit-animation:line-spin-fade-loader 1.2s -.12s infinite ease-in-out;animation:line-spin-fade-loader 1.2s -.12s infinite ease-in-out}.line-spin-fade-loader>div:nth-child(8){top:13.64px;left:-13.64px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-animation:line-spin-fade-loader 1.2s 0s infinite ease-in-out;animation:line-spin-fade-loader 1.2s 0s infinite ease-in-out}.line-spin-fade-loader>div{background-color:#fff;border-radius:2px;margin:2px;-webkit-animation-fill-mode:both;animation-fill-mode:both;position:absolute;width:5px;height:15px}@-webkit-keyframes triangle-skew-spin{25%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(0);transform:perspective(100px) rotateX(180deg) rotateY(0)}50%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(180deg);transform:perspective(100px) rotateX(180deg) rotateY(180deg)}75%{-webkit-transform:perspective(100px) rotateX(0) rotateY(180deg);transform:perspective(100px) rotateX(0) rotateY(180deg)}to{-webkit-transform:perspective(100px) rotateX(0) rotateY(0);transform:perspective(100px) rotateX(0) rotateY(0)}}@keyframes triangle-skew-spin{25%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(0);transform:perspective(100px) rotateX(180deg) rotateY(0)}50%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(180deg);transform:perspective(100px) rotateX(180deg) rotateY(180deg)}75%{-webkit-transform:perspective(100px) rotateX(0) rotateY(180deg);transform:perspective(100px) rotateX(0) rotateY(180deg)}to{-webkit-transform:perspective(100px) rotateX(0) rotateY(0);transform:perspective(100px) rotateX(0) rotateY(0)}}.triangle-skew-spin>div{width:0;height:0;border-left:20px solid transparent;border-right:20px solid transparent;border-bottom:20px solid #fff;-webkit-animation:triangle-skew-spin 3s 0s cubic-bezier(.09,.57,.49,.9) infinite;animation:triangle-skew-spin 3s 0s cubic-bezier(.09,.57,.49,.9) infinite}@-webkit-keyframes square-spin{25%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(0);transform:perspective(100px) rotateX(180deg) rotateY(0)}50%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(180deg);transform:perspective(100px) rotateX(180deg) rotateY(180deg)}75%{-webkit-transform:perspective(100px) rotateX(0) rotateY(180deg);transform:perspective(100px) rotateX(0) rotateY(180deg)}to{-webkit-transform:perspective(100px) rotateX(0) rotateY(0);transform:perspective(100px) rotateX(0) rotateY(0)}}@keyframes square-spin{25%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(0);transform:perspective(100px) rotateX(180deg) rotateY(0)}50%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(180deg);transform:perspective(100px) rotateX(180deg) rotateY(180deg)}75%{-webkit-transform:perspective(100px) rotateX(0) rotateY(180deg);transform:perspective(100px) rotateX(0) rotateY(180deg)}to{-webkit-transform:perspective(100px) rotateX(0) rotateY(0);transform:perspective(100px) rotateX(0) rotateY(0)}}.square-spin>div{width:50px;height:50px;background:#fff;border:1px solid red;-webkit-animation:square-spin 3s 0s cubic-bezier(.09,.57,.49,.9) infinite;animation:square-spin 3s 0s cubic-bezier(.09,.57,.49,.9) infinite}.pacman>div:first-of-type,.pacman>div:nth-child(2){width:0;height:0;border-right:25px solid transparent;border-top:25px solid #fff;border-left:25px solid #fff;border-bottom:25px solid #fff;border-radius:25px;position:relative;left:-30px}@-webkit-keyframes rotate_pacman_half_up{0%,to{-webkit-transform:rotate(270deg);transform:rotate(270deg)}50%{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotate_pacman_half_up{0%,to{-webkit-transform:rotate(270deg);transform:rotate(270deg)}50%{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes rotate_pacman_half_down{0%,to{-webkit-transform:rotate(90deg);transform:rotate(90deg)}50%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes rotate_pacman_half_down{0%,to{-webkit-transform:rotate(90deg);transform:rotate(90deg)}50%{-webkit-transform:rotate(0);transform:rotate(0)}}@-webkit-keyframes pacman-balls{75%{opacity:.7}to{-webkit-transform:translate(-100px,-6.25px);transform:translate(-100px,-6.25px)}}@keyframes pacman-balls{75%{opacity:.7}to{-webkit-transform:translate(-100px,-6.25px);transform:translate(-100px,-6.25px)}}.pacman{position:relative}.pacman>div:nth-child(3){-webkit-animation:pacman-balls 1s -.66s infinite linear;animation:pacman-balls 1s -.66s infinite linear}.pacman>div:nth-child(4){-webkit-animation:pacman-balls 1s -.33s infinite linear;animation:pacman-balls 1s -.33s infinite linear}.pacman>div:nth-child(5){-webkit-animation:pacman-balls 1s 0s infinite linear;animation:pacman-balls 1s 0s infinite linear}.pacman>div:first-of-type{-webkit-animation:rotate_pacman_half_up .5s 0s infinite;animation:rotate_pacman_half_up .5s 0s infinite}.pacman>div:nth-child(2){-webkit-animation:rotate_pacman_half_down .5s 0s infinite;animation:rotate_pacman_half_down .5s 0s infinite;margin-top:-50px}.pacman>div:nth-child(3),.pacman>div:nth-child(4),.pacman>div:nth-child(5),.pacman>div:nth-child(6){background-color:#fff;border-radius:100%;margin:2px;width:10px;height:10px;position:absolute;-webkit-transform:translateY(-6.25px);-ms-transform:translateY(-6.25px);transform:translateY(-6.25px);top:25px;left:70px}@-webkit-keyframes cube-transition{25%{-webkit-transform:translateX(50px) scale(.5) rotate(-90deg);transform:translateX(50px) scale(.5) rotate(-90deg)}50%{-webkit-transform:translate(50px,50px) rotate(-180deg);transform:translate(50px,50px) rotate(-180deg)}75%{-webkit-transform:translateY(50px) scale(.5) rotate(-270deg);transform:translateY(50px) scale(.5) rotate(-270deg)}to{-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}}@keyframes cube-transition{25%{-webkit-transform:translateX(50px) scale(.5) rotate(-90deg);transform:translateX(50px) scale(.5) rotate(-90deg)}50%{-webkit-transform:translate(50px,50px) rotate(-180deg);transform:translate(50px,50px) rotate(-180deg)}75%{-webkit-transform:translateY(50px) scale(.5) rotate(-270deg);transform:translateY(50px) scale(.5) rotate(-270deg)}to{-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}}.cube-transition{position:relative;-webkit-transform:translate(-25px,-25px);-ms-transform:translate(-25px,-25px);transform:translate(-25px,-25px)}.cube-transition>div{width:10px;height:10px;position:absolute;top:-5px;left:-5px;background-color:#fff;-webkit-animation:cube-transition 1.6s 0s infinite ease-in-out;animation:cube-transition 1.6s 0s infinite ease-in-out}.cube-transition>div:last-child{-webkit-animation-delay:-.8s;animation-delay:-.8s}@-webkit-keyframes spin-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.semi-circle-spin{position:relative;width:35px;height:35px;overflow:hidden}.semi-circle-spin>div{position:absolute;border-width:0;border-radius:100%;-webkit-animation:spin-rotate .6s 0s infinite linear;animation:spin-rotate .6s 0s infinite linear;background-image:-webkit-linear-gradient(transparent,transparent 70%,#fff 0,#fff);background-image:linear-gradient(transparent,transparent 70%,#fff 0,#fff);width:100%;height:100%}@-webkit-keyframes bar-progress{0%,to{-webkit-transform:scaleY(20%);transform:scaleY(20%);opacity:1}25%,75%{-webkit-transform:translateX(6%) scaleY(10%);transform:translateX(6%) scaleY(10%);opacity:.7}50%{-webkit-transform:translateX(20%) scaleY(20%);transform:translateX(20%) scaleY(20%);opacity:1}}@keyframes bar-progress{0%,to{-webkit-transform:scaleY(20%);transform:scaleY(20%);opacity:1}25%,75%{-webkit-transform:translateX(6%) scaleY(10%);transform:translateX(6%) scaleY(10%);opacity:.7}50%{-webkit-transform:translateX(20%) scaleY(20%);transform:translateX(20%) scaleY(20%);opacity:1}}.bar-progress{width:30%;height:12px}.bar-progress>div{position:relative;width:20%;height:12px;border-radius:10px;background-color:#fff;-webkit-animation:bar-progress 3s cubic-bezier(.57,.1,.44,.93) infinite;animation:bar-progress 3s cubic-bezier(.57,.1,.44,.93) infinite;opacity:1}.bar-swing,.bar-swing>div{height:8px;width:30%}@-webkit-keyframes bar-swing{0%,to{left:0}50%{left:70%}}@keyframes bar-swing{0%,to{left:0}50%{left:70%}}.bar-swing>div{position:relative;border-radius:10px;background-color:#fff;-webkit-animation:bar-swing 1.5s infinite;animation:bar-swing 1.5s infinite}@-webkit-keyframes bar-swing-container{0%,to{left:0;-webkit-transform:translateX(0);transform:translateX(0)}50%{left:70%;-webkit-transform:translateX(-4px);transform:translateX(-4px)}}@keyframes bar-swing-container{0%,to{left:0;-webkit-transform:translateX(0);transform:translateX(0)}50%{left:70%;-webkit-transform:translateX(-4px);transform:translateX(-4px)}}.bar-swing-container{width:20%;height:8px;position:relative}.bar-swing-container div:first-child{position:absolute;width:100%;background-color:hsla(0,0%,100%,.2);height:12px;border-radius:10px}.bar-swing-container div:nth-child(2){position:absolute;width:30%;height:8px;border-radius:10px;background-color:#fff;-webkit-animation:bar-swing-container 2s cubic-bezier(.91,.35,.12,.6) infinite;animation:bar-swing-container 2s cubic-bezier(.91,.35,.12,.6) infinite;margin:2px 2px 0}.noSelect{user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}.easypack-widget{position:relative;width:100%;height:100%;display:flex;flex-direction:column;-ms-flex:1;font-family:Open Sans,sans-serif;font-weight:400;font-size:13px;line-height:1.42857143}.easypack-widget .hidden{display:none!important}.easypack-widget *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.easypack-widget a{color:#000!important}.easypack-widget .loading-icon-wrapper{text-align:center;margin-top:200px}.easypack-widget .loading-icon-wrapper.loader-wrapper:not(.hidden){position:absolute;pointer-events:fill;display:flex;z-index:1000;justify-content:center;align-items:center;margin-top:0;top:0;bottom:0;right:0;left:0;background-color:#f1f1f1}.easypack-widget .loading-icon-wrapper.loader-wrapper:not(.hidden).hidden{display:none}.easypack-widget .info-box-wrapper{width:230px!important;margin-left:38px}.easypack-widget .info-box-wrapper img{top:25px;right:5px}.easypack-widget .info-box-wrapper .info-window{width:180px}.easypack-widget .info-box-wrapper .info-window .content{border-radius:20px;display:flex;flex-direction:column}.easypack-widget .info-box-wrapper .info-window .content .point-wrapper{text-align:center;padding:15px}.easypack-widget .info-box-wrapper .info-window .content .point-wrapper h1{text-align:center;clear:both}.easypack-widget .info-box-wrapper .info-window .content .point-wrapper .mobile-details-content:first-of-type{margin-top:10px}.easypack-widget .info-box-wrapper .info-window .content .links{padding:0 10px;border-top:1px solid #4b4b4b;text-align:left;display:flex;justify-content:center;flex-direction:column}.easypack-widget .info-box-wrapper .info-window .content .links a{text-decoration:none;padding:0 0 2px;border:2px solid #fab800;border-radius:5px;width:100%;position:relative;text-align:center;margin-top:10px;display:block;color:#fff!important}.easypack-widget .info-box-wrapper .info-window .content .links a.select-link{cursor:pointer;background-color:#fab800;font-weight:700}.easypack-widget .info-box-wrapper .info-window .content .links span{display:block;width:20px;height:20px;left:3px}.easypack-widget .info-box-wrapper .info-window .content .route-link{margin-right:30px}.easypack-widget .info-box-wrapper .info-window .content .details-link,.easypack-widget .info-box-wrapper .info-window .content .details-link-mobile{cursor:pointer}.easypack-widget .info-box-wrapper .info-window .content .details-link-mobile{display:none}@media screen and (max-width:768px){.easypack-widget .info-box-wrapper .info-window .content{flex-direction:column;padding:10px}.easypack-widget .info-box-wrapper .info-window .content .point-wrapper{padding:5px}.easypack-widget .info-box-wrapper .info-window .content .point-wrapper .opening-hours-label{display:none;padding:10px}.easypack-widget .info-box-wrapper .info-window .content .links{padding:5px}}@media screen and (max-width:768px) and (orientation:landscape){.easypack-widget .info-box-wrapper .info-window .content{flex-direction:row;justify-content:space-between;flex-wrap:nowrap;padding:3px 5px}.easypack-widget .info-box-wrapper .info-window .content .links{padding-right:10px}.easypack-widget .info-box-wrapper .info-window .content .links a{width:110px}}@media screen and (max-width:768px){.easypack-widget .info-box-wrapper{margin-left:30px!important;width:200px!important}.easypack-widget .info-box-wrapper .info-window{width:180px!important}}@media screen and (max-width:768px) and (orientation:landscape){.easypack-widget .info-box-wrapper{width:300px!important;margin-left:-20px!important}.easypack-widget .info-box-wrapper img{top:30px;right:8px}.easypack-widget .info-box-wrapper .info-window{width:280px!important}}.easypack-widget button{font-family:Open Sans,sans-serif;-webkit-appearance:button;overflow:visible;text-transform:none;align-items:flex-start;letter-spacing:normal;word-spacing:normal;text-rendering:auto;text-indent:0;text-shadow:none;-webkit-writing-mode:horizontal-tb}.easypack-widget input{margin:0;font-family:Open Sans,sans-serif;line-height:1.42857143}.easypack-widget .easypack-dropdown{position:relative}.easypack-widget .easypack-dropdown .search-input-loader-wrapper{display:inline-flex;width:100%}.easypack-widget .easypack-dropdown .search-input-loader-wrapper input{flex:1}.easypack-widget .easypack-dropdown .search-input-loader-wrapper .easypack-loading{right:34px;max-height:27px;top:2px}.easypack-widget .easypack-dropdown .search-input-loader-wrapper .easypack-loading .ball-spin-fade-loader div{background-color:#000}.easypack-widget .easypack-dropdown .search-input-loader-wrapper .easypack-loading{min-width:30px;position:relative;visibility:visible;background-color:#fff;display:block}.easypack-widget .easypack-dropdown .search-input-loader-wrapper .easypack-loading.hidden{display:block!important}.easypack-widget .easypack-dropdown .search-input-loader-wrapper .easypack-loading.hidden .ball-spin-fade-loader{visibility:hidden}.easypack-widget .easypack-dropdown .search-input-loader-wrapper .easypack-loading .ball-spin-fade-loader{transform:scale(.45);margin-top:2px;visibility:visible;width:10px;height:10px;left:20%;top:20%}.easypack-widget .easypack-dropdown .search-input-loader-wrapper .easypack-loading .ball-spin-fade-loader div{border-color:#000!important;background-color:#000!important;border-bottom-color:transparent;max-width:15px;max-height:15px}.easypack-widget .easypack-dropdown__select{cursor:pointer;border:1px solid #ccc;padding:10px;border-radius:5px}.easypack-widget .easypack-dropdown__arrow{float:right}.easypack-widget .easypack-dropdown__arrow img{max-height:10px}.easypack-widget .easypack-dropdown[data-open=true] .easypack-dropdown__arrow{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.easypack-widget .easypack-dropdown__search{width:100%;padding:5px;font-weight:700;font-size:12px}.easypack-widget .easypack-dropdown__content{border-bottom-left-radius:5px;border-bottom-right-radius:5px;background:#fafafa;padding:10px;border:1px solid #ccc;border-top:0;position:absolute;top:100%;right:0;left:0;z-index:2}.easypack-widget .easypack-dropdown__list{padding:0;max-height:210px;overflow-y:scroll}.easypack-widget .easypack-dropdown__list li{cursor:pointer;list-style:none;padding:5px}.easypack-widget .easypack-dropdown__list li:hover{background:#f1f1f1}.easypack-widget .easypack-dropdown[data-open=true] .easypack-dropdown__select{border-bottom:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.easypack-widget .easypack-dropdown[data-open=false] .easypack-dropdown__content{display:none}.easypack-widget .search-input{display:block;width:100%;height:34px;padding:6px 12px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-appearance:none;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.easypack-widget .search-group{position:relative;display:table;border-collapse:separate}.easypack-widget .search-group .search-input{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.easypack-widget .search-group .search-input:focus{outline:none}.easypack-widget .input-group-addon,.easypack-widget .search-group-btn,.easypack-widget .search-group.search-input{display:table-cell}.easypack-widget .search-group-btn{position:relative;height:50px;font-size:0;white-space:nowrap;width:1%;vertical-align:top}.easypack-widget .search-group-btn:not(.with-filters){width:1%!important}.easypack-widget .search-group-btn:last-child>.btn,.easypack-widget .search-group-btn:last-child>.btn-group{margin-left:-1px}.easypack-widget .input-group-addon:first-child,.easypack-widget .search-group-btn:first-child>.btn,.easypack-widget .search-group-btn:first-child>.btn-group>.btn,.easypack-widget .search-group-btn:first-child>.dropdown-toggle,.easypack-widget .search-group-btn:last-child>.btn-group:not(:last-child)>.btn,.easypack-widget .search-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.easypack-widget .search-group.search-input:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.easypack-widget .input-group-addon:last-child,.easypack-widget .search-group-btn:first-child>.btn-group:not(:first-child)>.btn,.easypack-widget .search-group-btn:first-child>.btn:not(:first-child),.easypack-widget .search-group-btn:last-child>.btn,.easypack-widget .search-group-btn:last-child>.btn-group>.btn,.easypack-widget .search-group-btn:last-child>.dropdown-toggle,.easypack-widget .search-group.search-input:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.easypack-widget .btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.easypack-widget .btn:hover{text-decoration:none}.easypack-widget .btn-checkbox,.easypack-widget .btn-default,.easypack-widget .btn-filters,.easypack-widget .btn-radio,.easypack-widget .btn-search{color:#333;background-color:#fff;border-color:#ccc;outline:none}.easypack-widget .btn-checkbox:hover,.easypack-widget .btn-default:hover,.easypack-widget .btn-filters:hover,.easypack-widget .btn-radio:hover,.easypack-widget .btn-search:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.easypack-widget .search-widget .btn.btn-filters{width:auto;color:#666;font-size:12px;font-weight:700}@media screen and (max-width:768px){.easypack-widget .search-widget .btn.btn-filters{width:100%}}.easypack-widget .btn-filters__arrow{background-repeat:no-repeat;display:inline-block;width:16px;height:16px;vertical-align:middle;margin-left:15px}.easypack-widget .btn-filters .btn-filters__arrow{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}.easypack-widget .btn-filters.opened .btn-filters__arrow{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.easypack-widget .btn-checkbox,.easypack-widget .btn-radio{padding:0;width:20px;height:20px;border-radius:0}.easypack-widget li.no-subtypes{border-radius:0}.easypack-widget li.has-subtypes button.all,.easypack-widget li.has-subtypes button.none{opacity:1}.easypack-widget li.has-subtypes button.some{opacity:.3}.easypack-widget li.has-subtypes button li:not(.has-subtypes) button.all,.easypack-widget li.has-subtypes button li:not(.has-subtypes) button.none,.easypack-widget li.has-subtypes button li:not(.has-subtypes) button.some{opacity:1}.easypack-widget li.has-subtypes.group span.label{padding-left:0}.easypack-widget .btn-radio{border:none}.easypack-widget .btn-search{background:50% no-repeat #fff}.easypack-widget .search-group-btn>.btn{position:relative}.easypack-widget ol,.easypack-widget ul{margin-top:0;margin-bottom:10px}.easypack-widget dir,.easypack-widget menu,.easypack-widget ul{display:block;list-style-type:disc;-webkit-margin-before:1em;-webkit-margin-after:1em;-webkit-margin-start:0;-webkit-margin-end:0;-webkit-padding-start:40px}.easypack-widget li{display:list-item;text-align:-webkit-match-parent}.easypack-widget .search-widget{width:100%;background-color:#f7f6f1}.easypack-widget .search-widget .search-group{padding:30px}.easypack-widget .search-widget .search-group:not(.with-filters){width:100%}.easypack-widget .search-widget .visible-xs{display:none}@media screen and (max-width:767px){.easypack-widget .search-widget .visible-xs{display:block}}@media screen and (max-width:767px){.easypack-widget .search-widget .hidden-xs{display:none}}.easypack-widget .search-widget .search-input{height:60px;padding:5px 40px;z-index:0;border-radius:0;border:0;-webkit-box-shadow:none;box-shadow:none;font-weight:600}.easypack-widget .search-widget .btn{height:100%;width:60px;border:0;border-left:1px solid #eee;border-radius:0}.easypack-widget .search-widget .search-group-btn:last-child>.btn,.easypack-widget .search-widget .search-group-btn:last-child>.btn-group{margin-left:0; background-repeat: no-repeat; background-position: center;}.easypack-widget .search-widget #searchLoader{position:relative;display:table-cell;left:unset;bottom:unset;right:unset;top:unset;background-color:#fff;vertical-align:middle;width:37px;height:50px;margin:0;visibility:visible;padding-left:5px}.easypack-widget .search-widget .search-group:not(.with-filters) #searchLoader{background-color:#fff}.easypack-widget .search-widget .search-group:not(.with-filters) #searchLoader .ball-spin-fade-loader{top:unset;transform:scale(.45);margin-left:5px;left:0!important;width:10px;height:10px;background-color:transparent}.easypack-widget .search-widget .search-group:not(.with-filters) #searchLoader .ball-spin-fade-loader div{border-color:#000!important;background-color:#000!important;border-bottom-color:transparent;max-width:15px;max-height:15px}.easypack-widget .search-widget .search-group:not(.with-filters) #searchLoader:not(.hidden){display:table-cell}.easypack-widget .search-widget .search-group:not(.with-filters) #searchLoader:not(.hidden) .ball-spin-fade-loader{visibility:visible}.easypack-widget .search-widget .search-group:not(.with-filters) #searchLoader.hidden{display:table-cell!important}.easypack-widget .search-widget .search-group:not(.with-filters) #searchLoader.hidden .ball-spin-fade-loader{display:none;visibility:hidden}.easypack-widget .search-widget .input-group.with-filters{background-color:#fff}.easypack-widget .search-widget .input-group.with-filters #searchLoader .ball-spin-fade-loader{top:unset;transform:scale(.45);left:0!important;width:10px;height:10px;margin-left:5px;background-color:transparent}.easypack-widget .search-widget .input-group.with-filters #searchLoader .ball-spin-fade-loader div{border-color:#000!important;background-color:#000!important;border-bottom-color:transparent;max-width:15px;max-height:15px}.easypack-widget .search-widget .input-group.with-filters #searchLoader:not(.hidden){display:table-cell!important}.easypack-widget .search-widget .input-group.with-filters #searchLoader:not(.hidden) .ball-spin-fade-loader{visibility:visible}.easypack-widget .search-widget .input-group.with-filters #searchLoader.hidden{display:table-cell!important}.easypack-widget .search-widget .input-group.with-filters #searchLoader.hidden .ball-spin-fade-loader{visibility:hidden}.easypack-widget .search-widget .search-input-loader-wrapper{display:inline-flex;width:100%;background-color:transparent}.easypack-widget .search-widget .search-input-loader-wrapper input{flex:1}.easypack-widget .search-widget .search-input-loader-wrapper .easypack-loading{position:fixed;right:10px;top:10px}.easypack-widget .search-widget .search-input-loader-wrapper .easypack-loading .ball-spin-fade-loader div{background-color:#000}.easypack-widget .search-widget .search-input-loader-wrapper .easypack-loading{min-width:30px;position:relative;visibility:visible;background-color:#fff;display:block}.easypack-widget .search-widget .search-input-loader-wrapper .easypack-loading.hidden{display:block!important}.easypack-widget .search-widget .search-input-loader-wrapper .easypack-loading.hidden .ball-spin-fade-loader{visibility:hidden}.easypack-widget .search-widget .search-input-loader-wrapper .easypack-loading .ball-spin-fade-loader{transform:scale(.45);margin-top:5px;visibility:visible;width:10px;height:10px;left:20%;top:20%}.easypack-widget .search-widget .search-input-loader-wrapper .easypack-loading .ball-spin-fade-loader div{border-color:#000!important;background-color:#000!important;border-bottom-color:transparent;max-width:15px;max-height:15px}.easypack-widget .map-widget .status-bar{display:flex;flex-direction:row-reverse;align-items:center;padding-left:20px}.easypack-widget .map-widget .status-bar .loader-inner.ball-spin-fade-loader-mp{transform:scale(.45);left:0!important;width:30px;height:30px}.easypack-widget .map-widget .status-bar .loader-inner.ball-spin-fade-loader-mp div{border-color:#000;border-bottom-color:transparent}.easypack-widget .map-widget .status-bar--hidden,.easypack-widget .map-widget .status-bar .loader-inner.ball-spin-fade-loader-mp.hidden{display:none}.easypack-widget .map-widget .leaflet-popup{font-family:Open Sans,sans-serif;font-weight:100;font-size:13px;line-height:1.42857143;width:250px;padding:0 0 18px;color:#fff!important}.easypack-widget .map-widget .leaflet-popup .leaflet-popup-content-wrapper{background-color:#323232;color:#fff!important}.easypack-widget .map-widget .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content{margin:5px 10px}.easypack-widget .map-widget .leaflet-popup .leaflet-popup-content-wrapper h1{font-size:1.3em;margin:0 0 5px;color:#fff!important}.easypack-widget .map-widget .leaflet-popup .leaflet-popup-content-wrapper .name,.easypack-widget .map-widget .leaflet-popup .leaflet-popup-content-wrapper .phone{margin-top:10px!important;color:#fff!important;font-size:14px;text-align:left}.easypack-widget .map-widget .leaflet-popup .leaflet-popup-content-wrapper .point-wrapper{padding:0 10px;text-align:center}.easypack-widget .map-widget .leaflet-popup .leaflet-popup-content-wrapper .point-wrapper p{margin:0}.easypack-widget .map-widget .leaflet-popup .leaflet-popup-content-wrapper .point-wrapper .open-hours-label{padding-top:10px;font-size:12px}.easypack-widget .map-widget .leaflet-popup .leaflet-popup-content-wrapper .point-wrapper .open-hours{padding-top:5px;font-size:12px}.easypack-widget .map-widget .leaflet-popup .leaflet-popup-content-wrapper .point-wrapper p.address{margin-top:10px}.easypack-widget .map-widget .leaflet-popup .leaflet-popup-content-wrapper .links{padding:0 10px;border-top:1px solid #4b4b4b;text-align:left;display:flex;justify-content:center;flex-direction:column}.easypack-widget .map-widget .leaflet-popup .leaflet-popup-content-wrapper .links a{text-decoration:none;padding:0 0 2px;border:2px solid #fab800;border-radius:5px;width:100%;position:relative;text-align:center;margin-top:10px;display:block;color:#fff!important}.easypack-widget .map-widget .leaflet-popup .leaflet-popup-content-wrapper .links a.select-link{cursor:pointer;background-color:#fab800;font-weight:700}.easypack-widget .map-widget .leaflet-popup .leaflet-popup-content-wrapper .links span{display:block;width:20px;height:20px;left:3px}.easypack-widget .map-widget .leaflet-popup .leaflet-popup-content-wrapper .route-link{margin-right:30px}.easypack-widget .map-widget .leaflet-popup .leaflet-popup-content-wrapper .details-link,.easypack-widget .map-widget .leaflet-popup .leaflet-popup-content-wrapper .details-link-mobile{cursor:pointer}.easypack-widget .map-widget .leaflet-popup .leaflet-popup-content-wrapper .details-link-mobile{display:none}@media screen and (max-width:768px){.easypack-widget .map-widget .leaflet-popup .leaflet-popup-content-wrapper{flex-direction:row-reverse;justify-content:flex-end;padding-top:0}}.easypack-widget .map-widget .leaflet-popup .leaflet-popup-tip{background-color:#323232}.easypack-widget .map-widget .leaflet-popup a.leaflet-popup-close-button{color:#fff!important;right:5px;height:22px}.easypack-widget .map-widget .leaflet-popup .mobile-details-content{margin-top:10px}@media screen and (max-width:767px){.easypack-widget .map-widget .leaflet-popup{width:170px}.easypack-widget .map-widget .leaflet-popup .leaflet-popup-content{margin:0 10px 10px;font-size:12px}.easypack-widget .map-widget .leaflet-popup .leaflet-popup-content .select-link{background-color:#fab800;position:relative;padding-left:0;text-align:center}}@media screen and (max-width:767px) and (orientation:landscape){.easypack-widget .map-widget .leaflet-popup{width:260px}.easypack-widget .map-widget .leaflet-popup .leaflet-popup-content .popup-container{display:flex;width:100%;justify-content:space-around;flex-direction:row}.easypack-widget .map-widget .leaflet-popup .leaflet-popup-content .popup-container .links{flex-direction:column;justify-content:flex-end}}.easypack-widget .filters-widget{position:relative;min-height:120px;overflow:hidden}.easypack-widget .filters-widget .filters-widget__loading{position:absolute;top:0;right:0;left:0;bottom:0;background:#f1f0e9;opacity:.5;z-index:2;display:none}.easypack-widget .filters-widget.loading .filters-widget__loading{display:block}.easypack-widget .filters-widget .filters-widget__list{list-style:none;margin:0;padding:10px 30px;background:#f1f0e9;position:relative}.easypack-widget .filters-widget .filters-widget__list .filters-widget__elem{display:inline-block;margin:0 10px 10px}.easypack-widget .filters-widget .filters-widget__list .filters-widget__elem input{display:none;cursor:pointer;margin-right:5px}.easypack-widget .filters-widget .filters-widget__list .filters-widget__elem input:checked+label:before{content:"\2713";font-size:13px;color:#333;text-align:center;line-height:15px}.easypack-widget .filters-widget .filters-widget__list .filters-widget__elem label{cursor:pointer;font-weight:700;color:#444;position:relative;padding-left:20px}.easypack-widget .filters-widget .filters-widget__list .filters-widget__elem label:before{content:"";display:inline-block;width:16px;height:16px;margin-right:10px;position:absolute;left:0;bottom:1px;background-color:#fff;box-shadow:inset 0 1px 1px 0 rgba(0,0,0,.3),0 1px 0 0 hsla(0,0%,100%,.8)}.easypack-widget .filters-widget.hidden{display:none}.easypack-widget .type-filter{font-weight:600;margin:0;padding:0;text-align:center}.easypack-widget .type-filter .current-type-wrapper{display:none;overflow:hidden}.easypack-widget .type-filter .list-wrapper{margin:0;padding:0;list-style:none}.easypack-widget .type-filter .list-wrapper .arrow{display:inline-block;width:15px;height:15px;vertical-align:middle;margin-left:5px;cursor:pointer}.easypack-widget .type-filter .list-wrapper .dropdown-wrapper{position:absolute;z-index:1;top:49px;width:170px}.easypack-widget .type-filter .list-wrapper .dropdown-wrapper .dropdown-subtypes{background:#fff;text-align:left;padding:0 15px;-webkit-box-shadow:3px 3px 4px 0 rgba(0,0,0,.53);-moz-box-shadow:3px 3px 4px 0 rgba(0,0,0,.53);box-shadow:3px 3px 4px 0 rgba(0,0,0,.53)}.easypack-widget .type-filter .list-wrapper .dropdown-wrapper .dropdown-subtypes li{margin:10px 0}.easypack-widget .type-filter .list-wrapper ul{padding-left:0;margin:0 0 0 -5px;list-style:none}.easypack-widget .type-filter .list-wrapper ul li{display:inline-block;margin:22px 30px 22px 0;height:27px;background:28px 0 no-repeat;position:relative}.easypack-widget .type-filter .list-wrapper ul li .label{position:relative;top:2px;padding-left:35px;color:#000;cursor:pointer}.easypack-widget .type-filter .list-wrapper ul li.group span.label{padding-left:15px}.easypack-widget .type-filter .list-wrapper ul li.group li span.label{padding-left:35px}.easypack-widget .type-filter .list-wrapper ul li.group ul.dropdown-subtypes{padding-bottom:15px}.easypack-widget .type-filter .list-wrapper ul li:not([data-dropdown=open])>.dropdown-wrapper{display:none}.easypack-widget .type-filter .list-wrapper ul li[data-dropdown=open]>.arrow{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.easypack-widget .type-filter .list-wrapper ul li:not([data-checked=true])>.btn-checkbox{background-position:-20px 0}.easypack-widget .type-filter .main-type{outline:none}.easypack-widget .type-filter .no-tooltip{border-radius:0}.easypack-widget .type-filter .has-tooltip{position:relative;cursor:pointer}.easypack-widget .type-filter .tooltip-wrapper{display:none;font-family:Open Sans,sans-serif;font-weight:100;font-size:12px;line-height:1.42857143;color:#fff;text-align:left;padding-bottom:18px;min-width:350px}.easypack-widget .type-filter .tooltip-wrapper .type-tooltip{background-color:#323232;height:100%;display:table;-webkit-box-shadow:0 0 10px -1px rgba(64,64,64,.96);-moz-box-shadow:0 0 10px -1px rgba(64,64,64,.96);box-shadow:0 0 10px -1px rgba(64,64,64,.96)}.easypack-widget .type-filter .tooltip-wrapper .type-tooltip .icon-wrapper{display:table-cell;border-right:1px solid #4b4b4b;float:left;padding:25px}.easypack-widget .type-filter .tooltip-wrapper .type-tooltip .icon-wrapper img{max-width:none}.easypack-widget .type-filter .tooltip-wrapper .type-tooltip .description{display:table-cell;vertical-align:middle;padding:25px}.easypack-widget .type-filter .has-tooltip:hover~.tooltip-wrapper{display:block;left:60%;bottom:30px;position:absolute;z-index:98}.easypack-widget .map-list-row{display:flex;flex-direction:column;flex:1}.easypack-widget .map-list-row .map-list-flex{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:row wrap;-moz-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;height:100%}.easypack-widget .map-list-row .map-list-flex .map-widget{-webkit-box-flex:2;-moz-box-flex:2;width:70%;-webkit-flex:2 2 70%;-ms-flex:2 2 70%;flex:2 2 70%;display:flex;position:relative}@media (-ms-high-contrast:none){.easypack-widget .map-list-row .map-list-flex .map-widget{min-height:400px}}.easypack-widget .map-list-row .map-list-flex .map-widget .status-bar{color:#333;font-weight:700;font-size:16px;position:absolute;background:transparent;right:0;top:0;padding:7px 5px;z-index:400;-webkit-transition:opacity 1s ease-in-out;-moz-transition:opacity 1s ease-in-out;-ms-transition:opacity 1s ease-in-out;-o-transition:opacity 1s ease-in-out}.easypack-widget .map-list-row .map-list-flex .map-widget .status-bar.status-bar--hidden{opacity:0}.easypack-widget .map-list-row .map-list-flex .map-widget .language-bar{color:#333;font-weight:700;position:absolute;background:#f7f6f1;top:10px;right:10px;padding:7px 5px;z-index:400}.easypack-widget .map-list-row .map-list-flex .map-widget .language-bar .current-status{z-index:400}.easypack-widget .map-list-row .map-list-flex .map-widget .language-bar{right:0;top:0}.easypack-widget .map-list-row .map-list-flex .map-widget .status-bar+.language-bar{top:43px}.easypack-widget .map-list-row .map-list-flex .map-widget .info-window{font-family:Open Sans,sans-serif;font-weight:100;font-size:13px;line-height:1.42857143;margin:20px;width:220px;padding:0 0 18px;color:#fff!important}.easypack-widget .map-list-row .map-list-flex .map-widget .info-window .content{background-color:#323232}.easypack-widget .map-list-row .map-list-flex .map-widget .info-window h1{font-size:1.3em;margin:0 0 5px;color:#fff!important}.easypack-widget .map-list-row .map-list-flex .map-widget .info-window p{margin:0}.easypack-widget .map-list-row .map-list-flex .map-widget .info-window .name,.easypack-widget .map-list-row .map-list-flex .map-widget .info-window .phone{margin-top:10px!important;color:#fff!important;font-size:14px;text-align:left}.easypack-widget .map-list-row .map-list-flex .map-widget .info-window .point-wrapper{padding-bottom:5px;padding-top:5px}.easypack-widget .map-list-row .map-list-flex .map-widget .info-window .point-wrapper .open-hours-label{padding-top:10px;font-size:12px}.easypack-widget .map-list-row .map-list-flex .map-widget .info-window .point-wrapper .open-hours{padding-top:5px;font-size:12px}.easypack-widget .map-list-row .map-list-flex .map-widget .info-window .links{padding:0 15px 15px;border-top:1px solid #4b4b4b;text-align:left;justify-content:space-between}.easypack-widget .map-list-row .map-list-flex .map-widget .info-window .links a{display:block;color:#fff!important;text-decoration:none;border-radius:5px}.easypack-widget .map-list-row .map-list-flex .map-widget .info-window .links .select-link{margin-top:10px}.easypack-widget .map-list-row .map-list-flex .list-widget{-webkit-box-flex:1;-moz-box-flex:1;width:30%;-webkit-flex:1 1 30%;-ms-flex:1 1 30%;flex:1 1 30%;display:flex;min-height:400px;background:#f7f6f1}.easypack-widget .map-list-row .map-list-flex .list-widget.loading-content .list-wrapper{opacity:.5;pointer-events:none}.easypack-widget .map-list-row .map-list-flex .list-widget .list-wrapper{padding:20px;height:100%;width:100%;position:relative;user-select:none}.easypack-widget .map-list-row .map-list-flex .list-widget .list-wrapper ul{padding:0;margin:0;list-style:none}.easypack-widget .map-list-row .map-list-flex .list-widget .list-wrapper ul li{font-size:14px;user-select:none}.easypack-widget .map-list-row .map-list-flex .list-widget .list-wrapper ul li a{padding:10px 10px 10px 45px;background:10px 15px no-repeat;text-decoration:none;display:block;user-select:none}.easypack-widget .map-list-row .map-list-flex .list-widget .list-wrapper ul li a .title{color:#000;font-weight:600}.easypack-widget .map-list-row .map-list-flex .list-widget .list-wrapper ul li a .address{color:#a09d94}.easypack-widget .map-list-row .map-list-flex .list-widget .list-wrapper ul li a:hover{user-select:none;background-color:#ece9e2}.easypack-widget .map-list-row .map-list-in-row{height:100%}.easypack-widget .map-list-row .map-list-in-row .map-widget{height:380px}.easypack-widget .map-list-row .map-list-in-row .map-widget .status-bar{display:flex;flex-direction:row-reverse;align-items:center;padding-left:20px;color:#333;font-weight:700;font-size:16px;position:absolute;background:#f7f6f1;right:0;top:0;padding:7px 5px;z-index:400;-webkit-transition:opacity 1s ease-in-out;-moz-transition:opacity 1s ease-in-out;-ms-transition:opacity 1s ease-in-out;-o-transition:opacity 1s ease-in-out}.easypack-widget .map-list-row .map-list-in-row .map-widget .status-bar .loader-inner.ball-spin-fade-loader-mp{transform:scale(.45);left:0!important;width:30px;height:30px}.easypack-widget .map-list-row .map-list-in-row .map-widget .status-bar .loader-inner.ball-spin-fade-loader-mp div{border-color:#000;border-bottom-color:transparent}.easypack-widget .map-list-row .map-list-in-row .map-widget .language-bar{color:#333;font-weight:700;position:absolute;background:#f7f6f1;top:10px;right:10px;padding:7px 5px;z-index:1}.easypack-widget .map-list-row .map-list-in-row .map-widget .info-window{font-family:Open Sans,sans-serif;font-weight:100;font-size:13px;line-height:1.42857143;margin:20px;padding:0 0 18px;color:#fff!important}.easypack-widget .map-list-row .map-list-in-row .map-widget .info-window .content{background-color:#323232}.easypack-widget .map-list-row .map-list-in-row .map-widget .info-window h1{font-size:1.3em;margin:0 0 5px}.easypack-widget .map-list-row .map-list-in-row .map-widget .info-window p{margin:0}.easypack-widget .map-list-row .map-list-in-row .map-widget .info-window .name,.easypack-widget .map-list-row .map-list-in-row .map-widget .info-window .phone{margin-top:10px!important;color:#fff!important;font-size:14px;text-align:left}.easypack-widget .map-list-row .map-list-in-row .map-widget .info-window .point-wrapper{padding:30px}.easypack-widget .map-list-row .map-list-in-row .map-widget .info-window .point-wrapper .open-hours-label{padding-top:10px;font-size:12px}.easypack-widget .map-list-row .map-list-in-row .map-widget .info-window .point-wrapper .open-hours{padding-top:5px;font-size:12px}.easypack-widget .map-list-row .map-list-in-row .map-widget .info-window .links{padding:10px;border-top:1px solid #4b4b4b;text-align:left}.easypack-widget .map-list-row .map-list-in-row .map-widget .info-window .links a{color:#fff!important;text-decoration:none;padding:0 0 2px;margin-right:0;width:100%}.easypack-widget .map-list-row .map-list-in-row .map-widget .info-window .links .route-link{margin-right:30px}.easypack-widget .map-list-row .map-list-in-row .map-widget .info-window .links .details-link{padding-left:25px;margin-right:15px}.easypack-widget .map-list-row .map-list-in-row .map-widget .info-window .links .select-link{margin-top:10px;padding-left:20px}.easypack-widget .map-list-row .map-list-in-row .list-widget{margin-top:20px;width:100%}.easypack-widget .map-list-row .map-list-in-row .list-widget.loading .list-wrapper{opacity:.5;pointer-events:none}.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper{height:100%;width:100%;position:relative}.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul{padding:0;margin:0;list-style:none;border:1px solid #d6d6d6;border-bottom:none}.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li{font-size:14px;border-bottom:1px solid #d6d6d6;line-height:27px;user-select:none}@media (max-width:990px){.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li{font-size:12px;line-height:20px}}@media (max-width:800px){.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li{font-size:11px;line-height:15px}}.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row{padding:10px 10px 10px 45px;background:10px 10px no-repeat;text-decoration:none;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:0;margin-left:0}.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .col-address{display:none}.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .col-name{flex:0 0 90px}.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .col-city{flex:0 0 130px}.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .col-point-type{flex:0 0 120px}.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .col-point-type-name{flex:0 0 120px;display:none}.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .col-actions{flex:0 0 190px}.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .col-sm{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}@media (max-width:990px){.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .col-city,.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .col-street{display:none}.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .col-address{display:block}.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .col-point-type{flex:0 0 100px}}@media (max-width:800px){.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .col-city,.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .col-name,.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .col-point-type,.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .col-street{display:none}.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .col-address,.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .col-point-type-name{display:block}}.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .title{float:left;width:30%;color:#000;font-weight:600}.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .address{color:#a09d94}.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .actions{text-align:right;text-transform:uppercase;font-size:11px}@media screen and (max-width:768px){.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .actions{text-align:left}}.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .actions a{margin:5px}@media only screen and (max-width:768px){.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .actions a{margin-left:0}}.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .actions a.details-show-on-map{color:#858586!important}.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .actions a.details-show-more{margin:5px;padding-left:9%}.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li div:hover{background-color:#f5f5f5;color:#1e1b1b}.easypack-widget .map-list-row .map-list-in-row .list-widget .pagination-wrapper{margin-top:20px;user-select:none}.easypack-widget .map-list-row .map-list-in-row .list-widget .pagination-wrapper ul{padding:0;margin:0;list-style:none;text-align:right;user-select:unset}.easypack-widget .map-list-row .map-list-in-row .list-widget .pagination-wrapper ul li{font-size:14px;display:inline-block;width:40px;height:40px;line-height:40px;text-align:center;cursor:pointer;user-select:unset}.easypack-widget .map-list-row .map-list-in-row .list-widget .pagination-wrapper ul li.current{user-select:unset;background:#f1f1f1;font-weight:700}.easypack-widget .map-list-row .map-list-in-row .list-widget .pagination-wrapper ul li.pagingNext,.easypack-widget .map-list-row .map-list-in-row .list-widget .pagination-wrapper ul li.pagingPrev{user-select:unset;width:90px;text-transform:uppercase}.easypack-widget .map-list-row .map-list-in-row .list-widget .pagination-wrapper ul li .disabled{display:inherit}@media screen and (max-width:767px){.easypack-widget .map-list-row{display:block;width:100%}.easypack-widget .map-list-row .list-wrapper,.easypack-widget .map-list-row .map-wrapper{text-align:center;padding:10px;width:50%;float:left;cursor:pointer}.easypack-widget .map-list-row .list-wrapper .list-btn,.easypack-widget .map-list-row .list-wrapper .map-btn,.easypack-widget .map-list-row .map-wrapper .list-btn,.easypack-widget .map-list-row .map-wrapper .map-btn{display:block}.easypack-widget .map-list-row .list-wrapper .btn,.easypack-widget .map-list-row .map-wrapper .btn{font-size:13px;font-weight:500;text-transform:uppercase;color:#fff;padding-left:25px}}.easypack-widget .point-details .details-wrapper .details-content{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:row wrap;-moz-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;z-index:1000;position:absolute;bottom:0;background-color:#323232;height:210px;font-family:Open Sans,sans-serif;font-weight:100;font-size:13px;line-height:1.42857143;clear:both;width:100%}.easypack-widget .point-details .details-wrapper .details-content .point-box{-webkit-box-flex:1;-moz-box-flex:1;width:150px;-webkit-flex:1 1 150px;-ms-flex:1 1 150px;flex:1 1 150px;height:210px;text-align:center;background-color:#fab800;position:relative}.easypack-widget .point-details .details-wrapper .details-content .point-box h1{font-size:18px;color:#fff;margin:0 0 10px;padding:20px 20px 0}.easypack-widget .point-details .details-wrapper .details-content .point-box p{padding:0 20px;margin:0}.easypack-widget .point-details .details-wrapper .details-content .point-box .name{margin-top:10px}.easypack-widget .point-details .details-wrapper .details-content .point-box .details-actions{height:52px;position:absolute;bottom:0;background-color:#fcc300;width:100%}.easypack-widget .point-details .details-wrapper .details-content .point-box .details-actions .action{width:100%;height:52px;text-align:center;padding-top:18px}.easypack-widget .point-details .details-wrapper .details-content .point-box .details-actions .action a{padding:1px 0 3px 20px;text-decoration:none;text-transform:uppercase}.easypack-widget .point-details .details-wrapper .details-content .point-box .details-actions .plan-route{width:100%}.easypack-widget .point-details .details-wrapper .details-content .description-photo{flex-grow:0;flex-shrink:0;margin:0;height:210px}.easypack-widget .point-details .details-wrapper .details-content .description-photo img{margin:0;padding:0;max-width:100%;max-height:100%}.easypack-widget .point-details .details-wrapper .details-content .description{-webkit-box-flex:4;-moz-box-flex:4;width:200px;-webkit-flex:4 4 200px;-ms-flex:4 4 200px;flex:4 4 200px;background-color:#323232;color:#fff;height:210px;padding:20px;font-size:15px}.easypack-widget .point-details .details-wrapper .details-content .description .item{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:row wrap;-moz-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-bottom:20px}.easypack-widget .point-details .details-wrapper .details-content .description .item.font-small{font-size:12px}.easypack-widget .point-details .details-wrapper .details-content .description .item.font-small i{font-size:14px;margin-right:10px}.easypack-widget .point-details .details-wrapper .details-content .description .item .term{-webkit-box-flex:1;-moz-box-flex:1;width:100px;-webkit-flex:1 1 100px;-ms-flex:1 1 100px;flex:1 1 100px;display:flex;font-weight:700}.easypack-widget .point-details .details-wrapper .details-content .description .item .definition{-webkit-box-flex:4;-moz-box-flex:4;width:100px;-webkit-flex:4 4 100px;-ms-flex:4 4 100px;flex:4 4 100px;display:flex}.easypack-widget .point-details .details-wrapper .details-content .description div.item.font-small{margin-bottom:0}.easypack-widget .point-details .details-wrapper .details-content .close-button{color:#fff;float:right;cursor:pointer;-webkit-box-flex:1;-moz-box-flex:1;width:25px;-webkit-flex:0 0 25px;-ms-flex:0 0 25px;flex:0 0 25px;display:flex;-webkit-box-ordinal-group:5;-moz-box-ordinal-group:5;-ms-flex-order:5;-webkit-order:5;order:5;font-size:15px;padding-top:10px}.easypack-widget:not(.mobile) .scroll-box{height:100%;margin:0}.easypack-widget:not(.mobile) .scroll-box .viewport{height:100%;overflow-y:auto;position:relative}.easypack-widget:not(.mobile) .scroll-box .overview{list-style:none;position:absolute;left:0;top:0;padding:0 10px 0 0;margin:0;width:100%}.easypack-widget:not(.mobile) .scroll-box .overview .list-point-link{margin:0}.easypack-widget:not(.mobile) .scroll-box .scrollbar{background-color:#ece9e0;position:relative;float:right;width:6px;border-radius:5px}.easypack-widget:not(.mobile) .scroll-box .track{background-color:#ece9e0;height:100%;width:6px;position:relative;padding:0 1px;border-radius:5px}.easypack-widget:not(.mobile) .scroll-box .thumb{background-color:#ffcc01;height:20px;width:6px;cursor:pointer;overflow:hidden;position:absolute;top:0;left:0;border-radius:5px}.easypack-widget:not(.mobile) .scroll-box .disable{display:none}.gm-style img{max-width:none!important}.inpost-search__list{background-color:#fff;position:absolute;z-index:1001!important;box-shadow:0 2px 6px rgba(0,0,0,.3);-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;top:91px;left:30px;right:30px;display:block}@media (max-width:768px){.inpost-search__list{top:auto;left:15px;right:15px}}.inpost-search__list .place,.inpost-search__list .point{box-sizing:border-box}.inpost-search__list.hidden{display:none}.widget-modal .loading-icon-wrapper.loader-wrapper:not(.hidden){position:absolute;pointer-events:fill;display:flex;z-index:1000;justify-content:center;align-items:center;margin-top:0;top:0;bottom:0;right:0;left:0;background-color:#f1f1f1}.widget-modal .loading-icon-wrapper.loader-wrapper:not(.hidden) div{height:50px;width:50px}.widget-modal .loading-icon-wrapper.loader-wrapper:not(.hidden).hidden{display:none}.widget-modal .inpost-search__list{top:auto;left:15px;right:15px}.widget-modal .search-widget .search-group-btn:not(.with-filters){width:auto!important}.widget-modal .search-widget .search-group-btn:not(.with-filters) #searchLoader{padding-top:0}.widget-modal .search-widget .search-group.with-filters{width:100%!important}.widget-modal .search-widget .search-group.with-filters #searchLoader{padding-top:18px}.widget-modal .search-widget .search-group:not(.with-filters){width:100%!important}.widget-modal .search-widget .search-group:not(.with-filters) #searchLoader{padding-top:0}#searchLoader.hidden{visibility:unset!important}.inpost-search__item-list{padding:0 5px;line-height:30px;border-top:1px solid #e6e6e6;font-size:11px;color:#999}.inpost-search__item-list:hover{background-color:#fafafa;cursor:pointer}.pac-matched{background-color:transparent}.inpost-search__item-list--query{font-size:13px;padding-right:3px;color:#000}.widget-modal{display:block}.widget-modal .widget-modal__topbar{width:100%;height:40px;background:#ece9e2}.widget-modal .widget-modal__close{font-family:Open Sans,sans-serif;font-weight:100;line-height:1.4;float:right;cursor:pointer;width:25px;height:25px;font-size:15px;padding-top:10px}.easypack-widget:not(.mobile) .status-bar.no-points,.easypack-widget:not(.mobile) .view-chooser,.easypack-widget:not(.mobile) .view-chooser .list-btn,.easypack-widget:not(.mobile) .view-chooser .map-btn{display:none}#widget-modal__map:not(.mobile){display:flex;flex-direction:column;overflow:scroll}#widget-modal__map:not(.mobile) .map-widget{-webkit-box-flex:2;-moz-box-flex:2;width:70%;-webkit-flex:2 2 70%;-ms-flex:2 2 70%;flex:2 2 70%}#widget-modal__map:not(.mobile) .list-widget{-webkit-box-flex:1;-moz-box-flex:1;width:30%;-webkit-flex:1 1 30%;-ms-flex:1 1 30%;flex:1 1 30%;display:flex;min-height:400px;background:#f7f6f1}.widget-modal .easypack-widget.mobile .search-widget .search-group-btn.with-filters{width:auto}.widget-modal .easypack-widget.mobile .search-widget .search-group-btn.with-filters #searchLoader{padding-top:18px}.widget-modal .easypack-widget.mobile .search-widget .search-group{display:flex;width:100%}.widget-modal .easypack-widget.mobile .search-widget .search-group.with-filters #searchLoader{padding-top:18px}@media screen and (min-width:768px){.widget-modal .easypack-widget.mobile .search-widget .search-group{width:auto}}.widget-modal .easypack-widget.mobile div.leaflet-map-pane div.leaflet-popup-content-wrapper .popup-container div.links a.route-link{display:none!important}.ball-spin-fade-loader-mp{top:50%;left:50%;width:100%;height:100%}.ball-spin-fade-loader-mp div{background-color:#000}.easypack-widget.mobile{position:relative}.easypack-widget.mobile .inpost-search__list{top:65px;left:15px;right:15px}.easypack-widget.mobile #loader .ball-spin-fade-loader-mp{top:50%;left:48%;width:100%;height:100%}.easypack-widget.mobile #loader .ball-spin-fade-loader-mp div{background-color:#000;width:15px;height:15px}.easypack-widget.mobile .search-widget .search-group{padding:15px}.easypack-widget.mobile .search-widget .search-input{padding:10px;height:50px;color:#000}.easypack-widget.mobile .search-widget .btn{border:0;padding:0;width:50px;height:50px}.easypack-widget.mobile .search-widget .btn-filters{width:auto;height:50px;vertical-align:top}@media screen and (max-width:768px){.easypack-widget.mobile .search-widget .btn-filters{width:100%}}.easypack-widget.mobile .filters-widget{position:absolute;top:60px;z-index:1001}.easypack-widget.mobile .type-filter .current-type-wrapper{display:block;background-color:#f7f6f1;padding:5px 15px 15px}.easypack-widget.mobile .type-filter .current-type-wrapper .current-type{text-align:left;padding:12px 0 0 42px;font-size:13px;font-weight:700;background:10px 10px #fff no-repeat;height:45px}.easypack-widget.mobile .type-filter .current-type-wrapper .btn-select-type{color:#282828;font-size:8px;background:50% #fff no-repeat;border:0;border-left:1px solid #d5d5d5;display:block;width:50px;height:45px;border-radius:0;float:right}.easypack-widget.mobile .type-filter .list-wrapper{padding:0 15px;display:none;position:absolute;z-index:1100;width:100%}.easypack-widget.mobile .type-filter .list-wrapper .btn-radio{width:27px;height:27px}.easypack-widget.mobile .type-filter .list-wrapper ul.types-list{display:block;width:100%;background:#fff;margin:0;padding:5px 10px;text-align:left;-webkit-box-shadow:2px 2px 5px 0 rgba(92,92,92,.65);-moz-box-shadow:2px 2px 5px 0 rgba(92,92,92,.65);box-shadow:2px 2px 5px 0 rgba(92,92,92,.65)}.easypack-widget.mobile .type-filter .list-wrapper ul.types-list .main-type{outline:none}.easypack-widget.mobile .type-filter .list-wrapper ul.types-list .no-tooltip{border-radius:0}.easypack-widget.mobile .type-filter .list-wrapper ul.types-list li{display:block;width:100%;padding:0;background:0 no-repeat;color:#000;margin:10px 0}.easypack-widget.mobile .type-filter .list-wrapper ul.types-list li.has-subtypes{height:auto;background-position:0 0}.easypack-widget.mobile .type-filter .list-wrapper ul.types-list li .arrow{display:none}.easypack-widget.mobile .type-filter .list-wrapper ul.types-list li .label{font-size:16px;margin-left:0}.easypack-widget.mobile .type-filter .list-wrapper ul.types-list li button{float:right}.easypack-widget.mobile .type-filter .list-wrapper ul.types-list li .dropdown-wrapper{display:block;position:static;width:90%;z-index:3;margin-left:10px}.easypack-widget.mobile .type-filter .list-wrapper ul.types-list li .dropdown-wrapper .dropdown-subtypes{box-shadow:none}.easypack-widget.mobile .type-filter .list-wrapper ul.types-list li div.tooltip-wrapper,.easypack-widget.mobile .type-filter .list-wrapper ul.types-list li div.tooltip-wrapper:hover{display:none}.easypack-widget.mobile .type-filter .list-wrapper ul.types-list li[data-checked=true] button{background-position:0 0}.easypack-widget.mobile .type-filter .list-wrapper ul.types-list li[data-checked=true] button.btn-checkbox{background-position:50%}.easypack-widget.mobile .type-filter .has-tooltip:hover .tooltip-wrapper{display:none}.easypack-widget.mobile .type-filter .list-wrapper[data-show=true],.easypack-widget.mobile .type-filter .list-wrapper[data-show=true] ul.types-list{display:block}.easypack-widget.mobile .type-filter .list-wrapper[data-show=false]{display:none}.easypack-widget.mobile .map-widget .leaflet-popup .leaflet-popup-content-wrapper .point-wrapper{padding:5px;text-align:center}.easypack-widget.mobile .map-widget .leaflet-popup .leaflet-popup-content-wrapper .point-wrapper h1{margin:0}.easypack-widget.mobile .map-widget .leaflet-popup .leaflet-popup-content-wrapper .point-wrapper p.opening-hours-label{display:none}.easypack-widget.mobile .map-widget .leaflet-popup .leaflet-popup-content-wrapper .links{text-align:left;display:flex;justify-content:flex-start;flex-direction:row;flex-wrap:wrap}.easypack-widget.mobile .map-widget .leaflet-popup .leaflet-popup-content-wrapper .links a.route-link{display:none}@media screen and (max-width:768px){.easypack-widget.mobile .map-widget .leaflet-popup .leaflet-popup-content-wrapper .links{flex-direction:column;justify-content:flex-end;align-items:center;padding-top:0}.easypack-widget.mobile .map-widget .leaflet-popup .leaflet-popup-content-wrapper .links a{width:100%}.easypack-widget.mobile .map-widget .leaflet-popup .leaflet-popup-content-wrapper .links .route-link{display:none}}.easypack-widget.mobile .map-list-row{display:flex;flex:1;min-height:250px;height:10px}.easypack-widget.mobile .map-list-row .map-list-flex{display:block;position:relative;width:100%;min-height:250px;flex:1}.easypack-widget.mobile .map-list-row .map-list-flex .map-widget{height:100%;position:absolute;width:100%}.easypack-widget.mobile .map-list-row .map-list-flex .map-widget .info-window{font-size:13px;line-height:1.42857143;font-weight:100}.easypack-widget.mobile .map-list-row .map-list-flex .map-widget .info-window .content{background-color:#323232}.easypack-widget.mobile .map-list-row .map-list-flex .map-widget .info-window h1{font-size:1.1em}.easypack-widget.mobile .map-list-row .map-list-flex .map-widget .info-window .point-wrapper{padding:20px}.easypack-widget.mobile .map-list-row .map-list-flex .map-widget .info-window .links a{padding:0 0 2px;margin-right:0;width:100%}.easypack-widget.mobile .map-list-row .map-list-flex .map-widget .info-window .links .details-link{cursor:pointer;margin-bottom:2px}.easypack-widget.mobile .map-list-row .map-list-flex .map-widget .info-window .links .select-link{cursor:pointer}@media screen and (max-width:768px){.easypack-widget.mobile .map-list-row .map-list-flex .map-widget .info-window{flex-direction:row-reverse;justify-content:flex-end;padding-top:0}.easypack-widget.mobile .map-list-row .map-list-flex .map-widget .info-window .point-wrapper{padding:5px}.easypack-widget.mobile .map-list-row .map-list-flex .map-widget .info-window .point-wrapper h1{margin:0}.easypack-widget.mobile .map-list-row .map-list-flex .map-widget .info-window .point-wrapper .opening-hours-label{display:none;padding:10px}.easypack-widget.mobile .map-list-row .map-list-flex .map-widget .info-window .links{padding:5px;justify-content:flex-end}.easypack-widget.mobile .map-list-row .map-list-flex .map-widget .info-window .links .route-link{display:none}}@media screen and (max-width:768px) and (orientation:landscape){.easypack-widget.mobile .map-list-row .map-list-flex .map-widget .info-window{flex-direction:row;justify-content:space-between;flex-wrap:nowrap;padding:3px 5px}.easypack-widget.mobile .map-list-row .map-list-flex .map-widget .info-window .links{padding-right:10px;border-top:none}.easypack-widget.mobile .map-list-row .map-list-flex .map-widget .info-window .links a{width:110px}}.easypack-widget.mobile .map-list-row .map-list-flex .list-widget{width:100%;min-height:100%;display:none;max-height:100%;overflow-y:auto;flex:1;position:absolute}.easypack-widget.mobile .map-list-row .map-list-flex .list-widget .list-wrapper{padding:0 0 10px 18px}.easypack-widget.mobile .map-list-row .map-list-flex .list-widget .list-wrapper .scroll-box{overflow:auto;height:100%}.easypack-widget.mobile .map-list-row .map-list-flex .list-widget .list-wrapper .scroll-box li{border-top:1px solid #d6d6d6}.easypack-widget.mobile .map-list-row .map-list-flex .list-widget .list-wrapper .scroll-box li a{background-position:25px 15px;padding-left:58px;text-align:left}.easypack-widget.mobile .map-list-in-row .map-widget .info-window{font-size:13px;line-height:1.42857143;font-weight:100;width:250px}.easypack-widget.mobile .map-list-in-row .map-widget .info-window .content{background-color:#323232}.easypack-widget.mobile .map-list-in-row .map-widget .info-window h1{font-size:1.1em}.easypack-widget.mobile .map-list-in-row .map-widget .info-window .point-wrapper{padding:20px}.easypack-widget.mobile .map-list-in-row .map-widget .info-window .links a{padding:0 0 2px 20px}.easypack-widget.mobile .map-list-in-row .map-widget .info-window .links .route-link{margin-right:15px}.easypack-widget.mobile .map-list-in-row .map-widget .info-window .links .details-link{padding-left:25px}.easypack-widget.mobile .map-list-in-row .list-widget .pagination-wrapper ul li.pagingItem,.easypack-widget.mobile .map-list-in-row .list-widget .pagination-wrapper ul li.pagingSeparator{display:none}.easypack-widget.mobile .view-chooser{display:block!important;width:100%}.easypack-widget.mobile .view-chooser .list-wrapper,.easypack-widget.mobile .view-chooser .map-wrapper{text-align:center;padding:10px;width:50%;float:left;background-color:#282828;cursor:pointer}.easypack-widget.mobile .view-chooser .list-wrapper .btn,.easypack-widget.mobile .view-chooser .map-wrapper .btn{font-size:13px;font-weight:500;text-transform:uppercase;color:#fff;padding-left:25px;display:block}.easypack-widget.mobile .view-chooser .list-wrapper[data-active=true],.easypack-widget.mobile .view-chooser .map-wrapper[data-active=true]{background-color:#fab800}.easypack-widget.mobile .point-details{display:block;position:absolute;left:0;top:0;background:none;height:100%;width:100%;z-index:1001;overflow-y:hidden}.easypack-widget.mobile .point-details .details-wrapper{height:100%;width:100%;position:relative;display:table;-webkit-box-shadow:-2px 0 10px 0 rgba(92,92,92,.65);-moz-box-shadow:-2px 0 10px 0 rgba(92,92,92,.65);box-shadow:-2px 0 10px 0 rgba(92,92,92,.65)}.easypack-widget.mobile .point-details .details-wrapper .details-content{display:table-row;background:#fff;overflow:scroll;position:absolute;top:0;height:calc(98% - 29px);width:100%;z-index:100}.easypack-widget.mobile .point-details .details-wrapper .details-content .close-button{position:relative;display:block;margin:10px;color:#000;z-index:910}.easypack-widget.mobile .point-details .details-wrapper .details-content .description,.easypack-widget.mobile .point-details .details-wrapper .details-content .point-box{display:block;width:100%;height:auto;background:none;text-align:left;color:#000;font-size:14px;line-height:20px;padding:20px}.easypack-widget.mobile .point-details .details-wrapper .details-content .description h1,.easypack-widget.mobile .point-details .details-wrapper .details-content .point-box h1{padding:0;color:#000!important;font-size:16px}.easypack-widget.mobile .point-details .details-wrapper .details-content .description p,.easypack-widget.mobile .point-details .details-wrapper .details-content .point-box p{padding:0}.easypack-widget.mobile .point-details .details-wrapper .details-content .point-box{padding:50px 20px 0}.easypack-widget.mobile .point-details .details-wrapper .details-content .description{padding:20px}.easypack-widget.mobile .point-details .details-wrapper .details-content .description .item{display:block}.easypack-widget.mobile .point-details .details-wrapper .details-content .description .item .definition,.easypack-widget.mobile .point-details .details-wrapper .details-content .description .item .term{display:block;width:100%}.easypack-widget.mobile .point-details .details-wrapper .details-content .description .item.font-small{font-size:12px}.easypack-widget.mobile .point-details .details-wrapper .details-content .description .item.font-small i{font-size:14px;margin-right:10px}.easypack-widget.mobile .point-details .details-wrapper .details-content .description div.item.font-small{margin-bottom:0}.easypack-widget.mobile .point-details .details-wrapper .details-content .description-photo{height:auto;padding:20px;bottom:52px;left:0;right:0}.easypack-widget.mobile .point-details .details-wrapper .details-actions{display:table-row;position:absolute;z-index:200;bottom:0;right:0;left:0}.easypack-widget.mobile .point-details .details-wrapper .details-actions .action{display:block;position:relative;width:100%;height:52px;background-color:#fab800;text-align:center;padding-top:18px}.easypack-widget.mobile .point-details .details-wrapper .details-actions .action a{padding:1px 0 4px 20px;color:#fff;text-decoration:none;text-transform:uppercase}@media screen and (max-width:768px){.widget-modal{overflow:scroll}}.widget-modal{display:flex;flex-direction:column; box-shadow: 0 1px 2px 0px #666;}.widget-modal .easypack-widget.mobile .search-widget .search-group:not(.with-filters),.widget-modal .search-group-btn:not(.with-filters){width:auto}.status-bar.no-points,.widget-modal .status-bar.no-points{display:block}@font-face{font-family:Open Sans;font-weight:400;src:url(../../../../system/modules/inpost/css/fonts/OpenSans-Regular.ttf) format("truetype")}@font-face{font-family:Open Sans;font-weight:600;src:url(../../../../system/modules/inpost/css/fonts/OpenSans-SemiBold.ttf) format("truetype")}.empty_list{font-weight:700;padding:20px 5px}@media screen and (max-width: 49.936em) {
    .hideOnMobiles {
        display: none;
    }
}

@media screen and (min-width: 49.937em) {
    .hideOnBigDevices {
        display: none;
    }
}/**FreshLayout  v.1.0.0 | MIT License
*Created by Damian Iwanski -  freshgraf.com
*Default flat layout for ZeroEffortCMS
*Check http://zepages.com
*/
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
  max-width: 100%;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media print {
  @page {
    margin: 2cm .5cm;
  }
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 0.875em;
  /* 1 */
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.25rem;
  color: #555;
}
.hide {
  display: none;
}
p {
  margin: 0;
  margin-bottom: 1em;
}
#p {
  position: relative;
  float: left;
}
a,
a:visited {
  color: #3d3936;
  text-decoration: none;
  outline: none;
}
a:hover,
a:focus {
  color: #000;
}
.bordered {
  border: thin solid #ddd;
}
.bordered-bottom {
  border-bottom: thin solid #ddd;
}
.bg-primary {
  background: #F4A50D !important;
}
.bg-warning {
  background: #FCF8E3 !important;
}
.bg-success {
  background: #DFF0D8 !important;
}
.bg-error {
  background: #F2DEDE !important;
}
.bg-info {
  background: #D9EDF7 !important;
}
.gray-panel {
  font-size: 1em;
  background: #f9f9f9;
  padding: 0.5rem 1rem;
  min-height: 3rem;
  text-overflow: ellipsis;
}
.gray-panel .gray-panel {
  background: #e0e0e0;
}
.responsive-image {
  max-width: 100%;
}
.full-size {
  width: 100%;
  float: left;
}
#tag-cloud {
  text-align: justify;
}
#tag-cloud .tag-group-1 {
  font-size: 10pt;
}
#tag-cloud .tag-group-2 {
  font-size: 12pt;
}
#tag-cloud .tag-group-3 {
  font-size: 14pt;
}
#tag-cloud .tag-group-4 {
  font-size: 16pt;
}
#tag-cloud .tag-group-5 {
  font-size: 20pt;
}
.pagination {
  float: left;
}
.pagination ul {
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #f9f9f9;
  border: thin solid #ddd;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination ul li {
  float: left;
  border-right: thin solid #eaeaea;
  line-height: 1.8em;
}
.pagination ul li:hover {
  background: #eaeaea;
}
.pagination ul li:first-child {
  border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  -webkit-border-radius: 2px 0 0 2px;
}
.pagination ul li:last-child {
  border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0 2px 2px 0;
  border: none;
}
.pagination ul li.current {
  background: #f1f1f1;
}
.pagination ul li.current a {
  color: #000;
}
.pagination ul li a {
  line-height: 1.8em;
  padding: 0 0.8em;
}
.pagination ul li a:hover {
  color: #000;
}
.notif {
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.5em 0.5em;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  margin: 0.5em 0;
  position: relative;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  cursor: default;
  -webkit-box-shadow: 0 0 0.2em #eaeaea;
  -moz-box-shadow: 0 0 0.2em #eaeaea;
  box-shadow: 0 0 0.2em #eaeaea;
  -webkit-transition: box-shadow ease-in-out 0.16s;
  -o-transition: box-shadow ease-in-out 0.16s;
  -moz-transition: box-shadow ease-in-out 0.16s;
  -ms-transition: box-shadow ease-in-out 0.16s;
  transition: box-shadow ease-in-out 0.16s;
}
.notif .content {
  float: left;
  width: 80%;
  margin: 0 0 0 2em;
}
.notif .content span {
  display: inline-block;
  width: 100%;
}
.notif .content:before {
  width: 1em;
  font: 1em/1em 'Glyphicons Regular';
  float: left;
  position: absolute;
  padding: 0.25em 0.5em;
  left: 0;
}
.notif .close {
  background: none;
  border: 0;
  width: 5%;
  font: 600 1.2em Monaco, Menlo, Consolas, "Courier New", monospace;
  color: #000;
  position: relative;
  float: right;
  cursor: pointer;
  opacity: 0.2;
  -webkit-transition: opacity ease-in-out 0.16s;
  -o-transition: opacity ease-in-out 0.16s;
  -moz-transition: opacity ease-in-out 0.16s;
  -ms-transition: opacity ease-in-out 0.16s;
  transition: opacity ease-in-out 0.16s;
}
.notif .close:hover {
  opacity: 0.4;
}
.notif.hide {
  display: none;
}
.notif:hover {
  -webkit-box-shadow: 0 0 0.1em #aaa;
  -moz-box-shadow: 0 0 0.1em #aaa;
  box-shadow: 0 0 0.1em #aaa;
}
.notif.error {
  background: #F2DEDE;
  color: #B94A48;
  border: thin solid #ebcccc;
}
.notif.error .content:before {
  content: '\e193';
}
.notif.warning {
  background: #FCF8E3;
  color: #C09853;
  border: thin solid #f7ecb5;
}
.notif.warning .content:before {
  content: '\e197';
}
.notif.info {
  background: #D9EDF7;
  color: #3A87AD;
  border: thin solid #c4e3f3;
}
.notif.info .content:before {
  content: '\e196';
}
.notif.success {
  background: #DFF0D8;
  color: #468847;
  border: thin solid #d0e9c6;
}
.notif.success .content:before {
  content: '\e194';
}
.news-item .news-item-header .news-item-date .date-day {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f9f9f9), to(#eaeaea));
  background-image: -webkit-linear-gradient(top, #f9f9f9, 0%, #eaeaea, 100%);
  background-image: -moz-linear-gradient(top, #f9f9f9 0%, #eaeaea 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #eaeaea 100%);
  background-repeat: repeat-x;
}
.news-item .news-item-header .news-item-date .date-month-year {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#F4A50D), to(#F4A50D));
  background-image: -webkit-linear-gradient(top, #F4A50D, 0%, #F4A50D, 100%);
  background-image: -moz-linear-gradient(top, #F4A50D 0%, #F4A50D 100%);
  background-image: linear-gradient(to bottom, #F4A50D 0%, #F4A50D 100%);
  background-repeat: repeat-x;
  border-top: thin solid #dd950a;
}
.news-item .news-item-header .news-item-title a {
  color: #000000;
}
.news-archive .news-archive-list li:hover,
.search-news .news-search-list li:hover {
  -webkit-box-shadow: 0 1px 0 #F4A50D;
  -moz-box-shadow: 0 1px 0 #F4A50D;
  box-shadow: 0 1px 0 #F4A50D;
}
footer .news .news-item {
  width: 100%;
  padding: 0;
  min-height: 0;
  height: auto;
  margin-top: 0;
}
footer .news .news-item .news-item-header {
  background: none;
  margin-bottom: 0;
}
footer .news .news-item .news-item-header .news-item-title a h4 {
  color: #eaeaea;
  text-align: left;
}
footer .news .news-item .news-item-header .news-item-title a h4:hover {
  color: #F4A50D;
}
footer .news .news-item .news-item-content {
  display: none;
}
footer .news-archive-link a.btn {
  color: #000000;
}
.event .event-content .event-item-header .event-item-date .date-day {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f9f9f9), to(#eaeaea));
  background-image: -webkit-linear-gradient(top, #f9f9f9, 0%, #eaeaea, 100%);
  background-image: -moz-linear-gradient(top, #f9f9f9 0%, #eaeaea 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #eaeaea 100%);
  background-repeat: repeat-x;
}
.event .event-content .event-item-header .event-item-date .date-month-year {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#F4A50D), to(#F4A50D));
  background-image: -webkit-linear-gradient(top, #F4A50D, 0%, #F4A50D, 100%);
  background-image: -moz-linear-gradient(top, #F4A50D 0%, #F4A50D 100%);
  background-image: linear-gradient(to bottom, #F4A50D 0%, #F4A50D 100%);
  background-repeat: repeat-x;
  border-top: thin solid #dd950a;
}
.event .event-content .event-item-header .event-item-title a {
  color: #000000;
}
.event-archive .event-archive-list li:hover,
.search-event .event-search-list li:hover {
  -webkit-box-shadow: 0 1px 0 #F4A50D;
  -moz-box-shadow: 0 1px 0 #F4A50D;
  box-shadow: 0 1px 0 #F4A50D;
}
.container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.row .whole,
.row .half,
.row .one-third,
.row .one-quatter,
.row .one-fifths,
.row .two-thirds,
.row .three-quaters,
.row .two-fiths,
.row .three-fifths,
.row .four-fifths,
.row .col-1-1,
.row .col-1-2,
.row .col-1-3,
.row .col-1-4,
.row .col-1-5,
.row .col-2-3,
.row .col-3-4,
.row .col-2-5,
.row .col-3-5,
.row .col-4-5 {
  position: relative;
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.row .whole.no-margin,
.row .half.no-margin,
.row .one-third.no-margin,
.row .one-quatter.no-margin,
.row .one-fifths.no-margin,
.row .two-thirds.no-margin,
.row .three-quaters.no-margin,
.row .two-fiths.no-margin,
.row .three-fifths.no-margin,
.row .four-fifths.no-margin,
.row .col-1-1.no-margin,
.row .col-1-2.no-margin,
.row .col-1-3.no-margin,
.row .col-1-4.no-margin,
.row .col-1-5.no-margin,
.row .col-2-3.no-margin,
.row .col-3-4.no-margin,
.row .col-2-5.no-margin,
.row .col-3-5.no-margin,
.row .col-4-5.no-margin {
  padding-left: 0;
  padding-right: 0;
}
.row .row {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.row .row:before,
.row .row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row .row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.whole,
.half,
.one-third,
.one-quatter,
.one-fifths,
.two-thirds,
.three-quaters,
.two-fiths,
.three-fifths,
.four-fifths,
.col-1-1,
.col-1-2,
.col-1-3,
.col-1-4,
.col-1-5,
.col-2-3,
.col-3-4,
.col-2-5,
.col-3-5,
.col-4-5 {
  width: 100%;
}
@media screen and (min-width: 30em) and (max-width: 50.063em) {
  .container {
    max-width: 98%;
  }
  .whole,
  .half,
  .one-third,
  .one-quatter,
  .one-fifths,
  .two-thirds,
  .three-quaters,
  .two-fiths,
  .three-fifths,
  .four-fifths,
  .col-1-1,
  .col-1-2,
  .col-1-3,
  .col-1-4,
  .col-1-5,
  .col-2-3,
  .col-3-4,
  .col-2-5,
  .col-3-5,
  .col-4-5 {
    width: 100%;
  }
}
@media screen and (min-width: 50.063em) and (max-width: 80.063em) {
  .container {
    max-width: 85%;
  }
  .whole,
  .col-1-1 {
    width: 100%;
  }
  .half,
  .col-1-2 {
    width: 50%;
  }
  .one-third,
  .col-1-3 {
    width: 33.3332%;
  }
  .one-quatter,
  .col-1-4 {
    width: 25%;
  }
  .one-fifths,
  .col-1-5 {
    width: 20%;
  }
  .two-thirds,
  .col-2-3 {
    width: 66.6665%;
  }
  .three-quaters,
  .col-3-4 {
    width: 75%;
  }
  .two-fifths,
  .col-2-5 {
    width: 40%;
  }
  .three-fifths,
  .col-3-5 {
    width: 60%;
  }
  .four-fifths,
  .col-4-5 {
    width: 80%;
  }
}
@media screen and (min-width: 80.063em) {
  .container {
    max-width: 70%;
  }
  .whole,
  .col-1-1 {
    width: 100%;
  }
  .half,
  .col-1-2 {
    width: 50%;
  }
  .one-third,
  .col-1-3 {
    width: 33.3332%;
  }
  .one-quatter,
  .col-1-4 {
    width: 25%;
  }
  .one-fifths,
  .col-1-5 {
    width: 20%;
  }
  .two-thirds,
  .col-2-3 {
    width: 66.6665%;
  }
  .three-quaters,
  .col-3-4 {
    width: 75%;
  }
  .two-fifths,
  .col-2-5 {
    width: 40%;
  }
  .three-fifths,
  .col-3-5 {
    width: 60%;
  }
  .four-fifths,
  .col-4-5 {
    width: 80%;
  }
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.upper {
  text-transform: uppercase;
}
.code {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  border: 1px solid #ddd;
  display: block;
  width: 100%;
}
code {
  padding: 0.5rem;
}
.clear:before,
.clear:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clear:after {
  clear: both;
}
.separator {
  padding: 1.25rem;
}
.separator:before,
.separator:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.separator:after {
  clear: both;
}
.text-muted {
  color: #aaa !important;
}
.text-primary {
  color: #3d3936 !important;
}
.text-warning {
  color: #C09853 !important;
}
.text-error {
  color: #B94A48 !important;
}
.text-success {
  color: #468847 !important;
}
.text-info {
  color: #3A87AD !important;
}
.text-bolded {
  font-weight: 600;
}
.text-light {
  font-weight: 300;
}
.one-margin-right {
  margin-right: 1em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.2;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  color: #777;
  line-height: 1.2;
}
h1 {
  font-size: 1.5em;
}
h2 {
  font-size: 1.5em;
}
h3 {
  font-size: 1.5em;
}
h4 {
  font-size: 1.13em;
}
h5 {
  font-size: 0.875em;
}
h6 {
  font-size: 0.75em;
}
h1 small {
  font-size: 1em;
}
h2 small {
  font-size: 1em;
}
h3 small,
h4 small {
  font-size: 0.875em;
}
ul,
ol {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0.5em;
  list-style-type: none;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
ul.list ul,
ol.list ul {
  margin-left: 1.5em;
}
ul.list.tick li:before,
ol.list.tick li:before {
  content: "\e207";
  font: 0.6em/1em 'Glyphicons Regular';
  margin-right: 1em;
}
ul.list.arrow li:before,
ol.list.arrow li:before {
  content: "\e224";
  font: 0.6em/1em 'Glyphicons Regular';
  margin-right: 1em;
}
ul.list.check li:before,
ol.list.check li:before {
  content: "\e153";
  font: 0.8em/1em 'Glyphicons Regular';
  margin-right: 1em;
}
ul.list.dubble-arrow li:before,
ol.list.dubble-arrow li:before {
  content: '»';
  font: 0.6em/1em Monaco, Menlo, Consolas, "Courier New", monospace;
  margin-right: 1em;
}
dl {
  margin-bottom: 1em;
}
dt,
dd {
  line-height: 1.25rem;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
blockquote {
  background: #f9f9f9;
  padding: 0.5rem 1rem;
  padding-left: 1rem;
  text-align: justify;
  text-wrap: normal;
  position: relative;
  color: #848484;
}
blockquote small {
  color: #6a6a6a;
}
blockquote.left {
  border-left: 5px solid #ddd;
}
blockquote.left:before {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  right: 10px;
  left: auto;
  width: 60%;
  top: 50%;
  max-width: 600px;
  -webkit-box-shadow: 0 10px 10px #aaa;
  -moz-box-shadow: 0 10px 10px #aaa;
  box-shadow: 0 10px 10px #aaa;
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}
blockquote.right {
  border-right: 5px solid #ddd;
}
blockquote.right:before {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  right: auto;
  width: 60%;
  top: 50%;
  max-width: 600px;
  -webkit-box-shadow: 0 10px 10px #aaa;
  -moz-box-shadow: 0 10px 10px #aaa;
  box-shadow: 0 10px 10px #aaa;
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
blockquote.primary {
  background: #F4A50D;
  border-color: #dd950a;
  color: #F4A50D;
  text-shadow: 1px 1px 0 #f6b73e;
}
blockquote.primary small {
  color: #dd950a;
}
blockquote.warning {
  background: #FCF8E3;
  border-color: #f7ecb5;
  color: #C09853;
  text-shadow: 1px 1px 0 #ffdaa9;
}
blockquote.warning small {
  color: #b78c43;
}
blockquote.success {
  background: #DFF0D8;
  border-color: #d0e9c6;
  color: #468847;
  text-shadow: 1px 1px 0 #bfddc1;
}
blockquote.success small {
  color: #3d773e;
}
blockquote.error {
  background: #F2DEDE;
  border-color: #ebcccc;
  color: #B94A48;
  text-shadow: 1px 1px 0 #ffffff;
}
blockquote.error small {
  color: #a74240;
}
blockquote.info {
  background: #D9EDF7;
  border-color: #c4e3f3;
  color: #3A87AD;
  text-shadow: 1px 1px 0 #c1e7f0;
}
blockquote.info small {
  color: #34789a;
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 1em;
}
.table tbody > tr > th,
.table tfoot > tr > th,
.table tbody > tr > td,
.table tfoot > tr > td {
  padding: 0.5rem;
  line-height: 1.25rem;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table thead > tr > th {
  padding: 0.5rem;
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption {
  padding: 1.25rem;
}
.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 #ddd;
}
.table .table {
  background-color: #d7c792;
}
@media screen and (max-width: 50.063em) {
  .table.table-responsive tbody,
  .table.table-responsive thead,
  .table.table-responsive td,
  .table.table-responsive th,
  .table.table-responsive tr {
    display: block;
  }
  .table.table-responsive.table-stripped tr,
  .table.table-responsive.table-stripped td {
    background: none;
  }
  .table.table-responsive tr {
    border-bottom: 2px solid #ddd;
  }
  .table.table-responsive td {
    position: relative;
    padding-left: 40%;
  }
  .table.table-responsive th {
    text-align: center;
    background: #f6f6f6;
  }
  .table.table-responsive td:before {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    content: attr(data-row);
    background: #f9f9f9;
    height: 100%;
    width: 38%;
    float: left;
    padding: 0.5rem;
    text-align: center;
    border-right: thin solid #ddd;
    white-space: pre-wrap;
  }
  .table.table-responsive thead {
    display: none;
  }
  .table.table-responsive.table-bordered {
    border: thin solid #ddd;
  }
  .table.table-responsive.table-bordered th {
    border-bottom: thin solid #ddd;
  }
  .table.table-responsive.table-bordered td {
    border: none;
    border-bottom: thin solid #ddd;
  }
}
.table-scrollable,
.top-scroll {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  /* add scrollbars to iOS */
}
.table-scrollable::-webkit-scrollbar,
.top-scroll::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 8px;
  height: 8px;
}
.table-scrollable::-webkit-scrollbar-thumb,
.top-scroll::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid #fff;
  background-color: rgba(0, 0, 0, 0.3);
}
.table-scrollable .table th,
.top-scroll .table th,
.table-scrollable .table td,
.top-scroll .table td {
  white-space: nowrap;
}
.table-scrollable .top-scroll-content,
.top-scroll .top-scroll-content {
  height: 20px;
  background: transparent;
  white-space: nowrap;
}
.scroll-info {
  display: none;
}
@media screen and (max-width: 50.063em) {
  .scroll-info {
    display: block;
    width: 100%;
    float: left;
  }
}
.table-bordered {
  -webkit-box-shadow: 0 2px 2px #eaeaea;
  -moz-box-shadow: 0 2px 2px #eaeaea;
  box-shadow: 0 2px 2px #eaeaea;
}
.table-bordered td {
  border: thin solid #ddd;
}
.table-stripped > tbody > tr:nth-child(even) > td,
.table-stripped > tbody > tr:nth-child(even) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f6f6f6;
}
.table-zoom {
  cursor: pointer;
  float: left;
}
.btn {
  display: inline-block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875em;
  font-weight: normal;
  line-height: 1.25rem;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fff), to(#eaeaea));
  background-image: -webkit-linear-gradient(top, #fff, 0%, #eaeaea, 100%);
  background-image: -moz-linear-gradient(top, #fff 0%, #eaeaea 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #eaeaea 100%);
  background-repeat: repeat-x;
  color: #777777;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: all 0.16s ease-in-out;
  -o-transition: all 0.16s ease-in-out;
  -moz-transition: all 0.16s ease-in-out;
  -ms-transition: all 0.16s ease-in-out;
  transition: all 0.16s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
.btn .glyphicons:before {
  font-size: 24px;
  margin-right: 0.5em;
}
.btn:hover,
.btn:focus {
  color: #5e5e5e;
  background: #f9f9f9;
  text-decoration: none;
  outline: 0;
  outline-color: transparent;
}
.btn:active,
.btn.active {
  outline: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-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;
  -moz-box-shadow: none;
  box-shadow: none;
}
a.btn {
  color: #777777;
}
a.btn-primary,
.btn-primary {
  color: #3d3936;
  background: #f4e62d;
  border-color: #e1d102;
  -webkit-transition: all 0.16s ease-in-out;
  -o-transition: all 0.16s ease-in-out;
  -moz-transition: all 0.16s ease-in-out;
  -ms-transition: all 0.16s ease-in-out;
  transition: all 0.16s ease-in-out;
}
a.btn-primary:hover,
.btn-primary:hover,
a.btn-primary:focus,
.btn-primary:focus,
a.btn-primary:active,
.btn-primary:active,
a.btn-primary.active,
.btn-primary.active,
.open .dropdown-togglea.btn-primary,
.open .dropdown-toggle.btn-primary {
  color: #3d3936;
  background: #e1d102;
  border-color: #e1d102;
}
a.btn-primary.disabled,
.btn-primary.disabled,
a.btn-primary[disabled],
.btn-primary[disabled],
fieldset[disabled] a.btn-primary,
fieldset[disabled] .btn-primary,
a.btn-primary.disabled:hover,
.btn-primary.disabled:hover,
a.btn-primary[disabled]:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] a.btn-primary:hover,
fieldset[disabled] .btn-primary:hover,
a.btn-primary.disabled:focus,
.btn-primary.disabled:focus,
a.btn-primary[disabled]:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] a.btn-primary:focus,
fieldset[disabled] .btn-primary:focus,
a.btn-primary.disabled:active,
.btn-primary.disabled:active,
a.btn-primary[disabled]:active,
.btn-primary[disabled]:active,
fieldset[disabled] a.btn-primary:active,
fieldset[disabled] .btn-primary:active,
a.btn-primary.disabled.active,
.btn-primary.disabled.active,
a.btn-primary[disabled].active,
.btn-primary[disabled].active,
fieldset[disabled] a.btn-primary.active,
fieldset[disabled] .btn-primary.active {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#F4A50D), to(#dd950a));
  background-image: -webkit-linear-gradient(top, #F4A50D, 0%, #dd950a, 100%);
  background-image: -moz-linear-gradient(top, #F4A50D 0%, #dd950a 100%);
  background-image: linear-gradient(to bottom, #F4A50D 0%, #dd950a 100%);
  background-repeat: repeat-x;
  border-color: #dd950a;
}
a.btn-primary .glyphicons:before,
.btn-primary .glyphicons:before {
  color: #3d3936;
}
a.btn-warning,
.btn-warning {
  color: #C09853;
  background: #FCF8E3;
  border-color: #f7ecb5;
  -webkit-transition: all 0.16s ease-in-out;
  -o-transition: all 0.16s ease-in-out;
  -moz-transition: all 0.16s ease-in-out;
  -ms-transition: all 0.16s ease-in-out;
  transition: all 0.16s ease-in-out;
}
a.btn-warning:hover,
.btn-warning:hover,
a.btn-warning:focus,
.btn-warning:focus,
a.btn-warning:active,
.btn-warning:active,
a.btn-warning.active,
.btn-warning.active,
.open .dropdown-togglea.btn-warning,
.open .dropdown-toggle.btn-warning {
  color: #b78c43;
  background: #faf2cc;
  border-color: #f7ecb5;
}
a.btn-warning.disabled,
.btn-warning.disabled,
a.btn-warning[disabled],
.btn-warning[disabled],
fieldset[disabled] a.btn-warning,
fieldset[disabled] .btn-warning,
a.btn-warning.disabled:hover,
.btn-warning.disabled:hover,
a.btn-warning[disabled]:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] a.btn-warning:hover,
fieldset[disabled] .btn-warning:hover,
a.btn-warning.disabled:focus,
.btn-warning.disabled:focus,
a.btn-warning[disabled]:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] a.btn-warning:focus,
fieldset[disabled] .btn-warning:focus,
a.btn-warning.disabled:active,
.btn-warning.disabled:active,
a.btn-warning[disabled]:active,
.btn-warning[disabled]:active,
fieldset[disabled] a.btn-warning:active,
fieldset[disabled] .btn-warning:active,
a.btn-warning.disabled.active,
.btn-warning.disabled.active,
a.btn-warning[disabled].active,
.btn-warning[disabled].active,
fieldset[disabled] a.btn-warning.active,
fieldset[disabled] .btn-warning.active {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#FCF8E3), to(#faf2cc));
  background-image: -webkit-linear-gradient(top, #FCF8E3, 0%, #faf2cc, 100%);
  background-image: -moz-linear-gradient(top, #FCF8E3 0%, #faf2cc 100%);
  background-image: linear-gradient(to bottom, #FCF8E3 0%, #faf2cc 100%);
  background-repeat: repeat-x;
  border-color: #f7ecb5;
}
a.btn-warning .glyphicons:before,
.btn-warning .glyphicons:before {
  color: #C09853;
}
a.btn-error,
.btn-error {
  color: #fff;
  background: #B34E4D;
  border-color: #ebcccc;
  -webkit-transition: all 0.16s ease-in-out;
  -o-transition: all 0.16s ease-in-out;
  -moz-transition: all 0.16s ease-in-out;
  -ms-transition: all 0.16s ease-in-out;
  transition: all 0.16s ease-in-out;
}
a.btn-error:hover,
.btn-error:hover,
a.btn-error:focus,
.btn-error:focus,
a.btn-error:active,
.btn-error:active,
a.btn-error.active,
.btn-error.active,
.open .dropdown-togglea.btn-error,
.open .dropdown-toggle.btn-error {
  color: #f2f2f2;
  background: #a24645;
  border-color: #ebcccc;
}
a.btn-error.disabled,
.btn-error.disabled,
a.btn-error[disabled],
.btn-error[disabled],
fieldset[disabled] a.btn-error,
fieldset[disabled] .btn-error,
a.btn-error.disabled:hover,
.btn-error.disabled:hover,
a.btn-error[disabled]:hover,
.btn-error[disabled]:hover,
fieldset[disabled] a.btn-error:hover,
fieldset[disabled] .btn-error:hover,
a.btn-error.disabled:focus,
.btn-error.disabled:focus,
a.btn-error[disabled]:focus,
.btn-error[disabled]:focus,
fieldset[disabled] a.btn-error:focus,
fieldset[disabled] .btn-error:focus,
a.btn-error.disabled:active,
.btn-error.disabled:active,
a.btn-error[disabled]:active,
.btn-error[disabled]:active,
fieldset[disabled] a.btn-error:active,
fieldset[disabled] .btn-error:active,
a.btn-error.disabled.active,
.btn-error.disabled.active,
a.btn-error[disabled].active,
.btn-error[disabled].active,
fieldset[disabled] a.btn-error.active,
fieldset[disabled] .btn-error.active {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#B34E4D), to(#a24645));
  background-image: -webkit-linear-gradient(top, #B34E4D, 0%, #a24645, 100%);
  background-image: -moz-linear-gradient(top, #B34E4D 0%, #a24645 100%);
  background-image: linear-gradient(to bottom, #B34E4D 0%, #a24645 100%);
  background-repeat: repeat-x;
  border-color: #ebcccc;
}
a.btn-error .glyphicons:before,
.btn-error .glyphicons:before {
  color: #fff;
}
a.btn-success,
.btn-success {
  color: #468847;
  background: #DFF0D8;
  border-color: #d0e9c6;
  -webkit-transition: all 0.16s ease-in-out;
  -o-transition: all 0.16s ease-in-out;
  -moz-transition: all 0.16s ease-in-out;
  -ms-transition: all 0.16s ease-in-out;
  transition: all 0.16s ease-in-out;
}
a.btn-success:hover,
.btn-success:hover,
a.btn-success:focus,
.btn-success:focus,
a.btn-success:active,
.btn-success:active,
a.btn-success.active,
.btn-success.active,
.open .dropdown-togglea.btn-success,
.open .dropdown-toggle.btn-success {
  color: #3d773e;
  background: #d0e9c6;
  border-color: #d0e9c6;
}
a.btn-success.disabled,
.btn-success.disabled,
a.btn-success[disabled],
.btn-success[disabled],
fieldset[disabled] a.btn-success,
fieldset[disabled] .btn-success,
a.btn-success.disabled:hover,
.btn-success.disabled:hover,
a.btn-success[disabled]:hover,
.btn-success[disabled]:hover,
fieldset[disabled] a.btn-success:hover,
fieldset[disabled] .btn-success:hover,
a.btn-success.disabled:focus,
.btn-success.disabled:focus,
a.btn-success[disabled]:focus,
.btn-success[disabled]:focus,
fieldset[disabled] a.btn-success:focus,
fieldset[disabled] .btn-success:focus,
a.btn-success.disabled:active,
.btn-success.disabled:active,
a.btn-success[disabled]:active,
.btn-success[disabled]:active,
fieldset[disabled] a.btn-success:active,
fieldset[disabled] .btn-success:active,
a.btn-success.disabled.active,
.btn-success.disabled.active,
a.btn-success[disabled].active,
.btn-success[disabled].active,
fieldset[disabled] a.btn-success.active,
fieldset[disabled] .btn-success.active {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#DFF0D8), to(#d0e9c6));
  background-image: -webkit-linear-gradient(top, #DFF0D8, 0%, #d0e9c6, 100%);
  background-image: -moz-linear-gradient(top, #DFF0D8 0%, #d0e9c6 100%);
  background-image: linear-gradient(to bottom, #DFF0D8 0%, #d0e9c6 100%);
  background-repeat: repeat-x;
  border-color: #d0e9c6;
}
a.btn-success .glyphicons:before,
.btn-success .glyphicons:before {
  color: #468847;
}
a.btn-info,
.btn-info {
  color: #3A87AD;
  background: #D9EDF7;
  border-color: #c4e3f3;
  -webkit-transition: all 0.16s ease-in-out;
  -o-transition: all 0.16s ease-in-out;
  -moz-transition: all 0.16s ease-in-out;
  -ms-transition: all 0.16s ease-in-out;
  transition: all 0.16s ease-in-out;
}
a.btn-info:hover,
.btn-info:hover,
a.btn-info:focus,
.btn-info:focus,
a.btn-info:active,
.btn-info:active,
a.btn-info.active,
.btn-info.active,
.open .dropdown-togglea.btn-info,
.open .dropdown-toggle.btn-info {
  color: #34789a;
  background: #c4e3f3;
  border-color: #c4e3f3;
}
a.btn-info.disabled,
.btn-info.disabled,
a.btn-info[disabled],
.btn-info[disabled],
fieldset[disabled] a.btn-info,
fieldset[disabled] .btn-info,
a.btn-info.disabled:hover,
.btn-info.disabled:hover,
a.btn-info[disabled]:hover,
.btn-info[disabled]:hover,
fieldset[disabled] a.btn-info:hover,
fieldset[disabled] .btn-info:hover,
a.btn-info.disabled:focus,
.btn-info.disabled:focus,
a.btn-info[disabled]:focus,
.btn-info[disabled]:focus,
fieldset[disabled] a.btn-info:focus,
fieldset[disabled] .btn-info:focus,
a.btn-info.disabled:active,
.btn-info.disabled:active,
a.btn-info[disabled]:active,
.btn-info[disabled]:active,
fieldset[disabled] a.btn-info:active,
fieldset[disabled] .btn-info:active,
a.btn-info.disabled.active,
.btn-info.disabled.active,
a.btn-info[disabled].active,
.btn-info[disabled].active,
fieldset[disabled] a.btn-info.active,
fieldset[disabled] .btn-info.active {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#D9EDF7), to(#c4e3f3));
  background-image: -webkit-linear-gradient(top, #D9EDF7, 0%, #c4e3f3, 100%);
  background-image: -moz-linear-gradient(top, #D9EDF7 0%, #c4e3f3 100%);
  background-image: linear-gradient(to bottom, #D9EDF7 0%, #c4e3f3 100%);
  background-repeat: repeat-x;
  border-color: #c4e3f3;
}
a.btn-info .glyphicons:before,
.btn-info .glyphicons:before {
  color: #98D7E6;
}
.btn-clear {
  border: none;
  background: none;
}
.btn-big {
  padding: 0.6rem 1.2rem;
  font-size: 1.3rem;
  line-height: 1.2rem;
  border-radius: 6px;
}
.btn-big .glyphicons:before {
  font-size: 1.95rem;
}
.btn-medium {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1rem;
  border-radius: 4px;
}
.btn-medium .glyphicons:before {
  font-size: 1rem;
}
.btn-small {
  padding: 0.4375rem 0.875rem;
  font-size: 0.875rem;
  line-height: 0.875rem;
  border-radius: 2px;
}
.btn-small .glyphicons:before {
  font-size: 0.875rem;
}
.primary-text-link,
.primary-text-link:visited {
  color: #634305;
  font-weight: 600;
}
.info-text-link {
  color: #6fc7dc;
  font-weight: 600;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
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;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
form.form input[type="text"],
form.form input[type="password"],
form.form input[type="datetime"],
form.form input[type="datetime-local"],
form.form input[type="date"],
form.form input[type="month"],
form.form input[type="time"],
form.form input[type="week"],
form.form input[type="number"],
form.form input[type="email"],
form.form input[type="url"],
form.form input[type="search"],
form.form input[type="tel"],
form.form input[type="color"],
form.form textarea {
  border: thin solid #ddd;
  border-radius: 4px;
  color: #777;
  line-height: 1.25rem;
  max-width: 100%;
  font-size: 0.875em;
  padding: 0.6em 0.4em;
  position: relative;
  -webkit-transition: all 0.16s ease-in-out;
  -o-transition: all 0.16s ease-in-out;
  -moz-transition: all 0.16s ease-in-out;
  -ms-transition: all 0.16s ease-in-out;
  transition: all 0.16s ease-in-out;
}
form.form input[type="text"]:focus,
form.form input[type="password"]:focus,
form.form input[type="datetime"]:focus,
form.form input[type="datetime-local"]:focus,
form.form input[type="date"]:focus,
form.form input[type="month"]:focus,
form.form input[type="time"]:focus,
form.form input[type="week"]:focus,
form.form input[type="number"]:focus,
form.form input[type="email"]:focus,
form.form input[type="url"]:focus,
form.form input[type="search"]:focus,
form.form input[type="tel"]:focus,
form.form input[type="color"]:focus,
form.form textarea:focus {
    border-color: #dddddd;
    box-shadow: 0 0 4px #dddddd;
    outline: 0 none;
}
form.form input[type="text"].primary,
form.form input[type="password"].primary,
form.form input[type="datetime"].primary,
form.form input[type="datetime-local"].primary,
form.form input[type="date"].primary,
form.form input[type="month"].primary,
form.form input[type="time"].primary,
form.form input[type="week"].primary,
form.form input[type="number"].primary,
form.form input[type="email"].primary,
form.form input[type="url"].primary,
form.form input[type="search"].primary,
form.form input[type="tel"].primary,
form.form input[type="color"].primary,
form.form textarea.primary {
  color: #F4A50D;
  border-color: #dd950a;
  background: #F4A50D;
}
form.form input[type="text"].primary:-moz-placeholder,
form.form input[type="password"].primary:-moz-placeholder,
form.form input[type="datetime"].primary:-moz-placeholder,
form.form input[type="datetime-local"].primary:-moz-placeholder,
form.form input[type="date"].primary:-moz-placeholder,
form.form input[type="month"].primary:-moz-placeholder,
form.form input[type="time"].primary:-moz-placeholder,
form.form input[type="week"].primary:-moz-placeholder,
form.form input[type="number"].primary:-moz-placeholder,
form.form input[type="email"].primary:-moz-placeholder,
form.form input[type="url"].primary:-moz-placeholder,
form.form input[type="search"].primary:-moz-placeholder,
form.form input[type="tel"].primary:-moz-placeholder,
form.form input[type="color"].primary:-moz-placeholder,
form.form textarea.primary:-moz-placeholder {
  color: #F4A50D;
}
form.form input[type="text"].primary::-moz-placeholder,
form.form input[type="password"].primary::-moz-placeholder,
form.form input[type="datetime"].primary::-moz-placeholder,
form.form input[type="datetime-local"].primary::-moz-placeholder,
form.form input[type="date"].primary::-moz-placeholder,
form.form input[type="month"].primary::-moz-placeholder,
form.form input[type="time"].primary::-moz-placeholder,
form.form input[type="week"].primary::-moz-placeholder,
form.form input[type="number"].primary::-moz-placeholder,
form.form input[type="email"].primary::-moz-placeholder,
form.form input[type="url"].primary::-moz-placeholder,
form.form input[type="search"].primary::-moz-placeholder,
form.form input[type="tel"].primary::-moz-placeholder,
form.form input[type="color"].primary::-moz-placeholder,
form.form textarea.primary::-moz-placeholder {
  color: #F4A50D;
}
form.form input[type="text"].primary:-ms-input-placeholder,
form.form input[type="password"].primary:-ms-input-placeholder,
form.form input[type="datetime"].primary:-ms-input-placeholder,
form.form input[type="datetime-local"].primary:-ms-input-placeholder,
form.form input[type="date"].primary:-ms-input-placeholder,
form.form input[type="month"].primary:-ms-input-placeholder,
form.form input[type="time"].primary:-ms-input-placeholder,
form.form input[type="week"].primary:-ms-input-placeholder,
form.form input[type="number"].primary:-ms-input-placeholder,
form.form input[type="email"].primary:-ms-input-placeholder,
form.form input[type="url"].primary:-ms-input-placeholder,
form.form input[type="search"].primary:-ms-input-placeholder,
form.form input[type="tel"].primary:-ms-input-placeholder,
form.form input[type="color"].primary:-ms-input-placeholder,
form.form textarea.primary:-ms-input-placeholder {
  color: #F4A50D;
}
form.form input[type="text"].primary::-webkit-input-placeholder,
form.form input[type="password"].primary::-webkit-input-placeholder,
form.form input[type="datetime"].primary::-webkit-input-placeholder,
form.form input[type="datetime-local"].primary::-webkit-input-placeholder,
form.form input[type="date"].primary::-webkit-input-placeholder,
form.form input[type="month"].primary::-webkit-input-placeholder,
form.form input[type="time"].primary::-webkit-input-placeholder,
form.form input[type="week"].primary::-webkit-input-placeholder,
form.form input[type="number"].primary::-webkit-input-placeholder,
form.form input[type="email"].primary::-webkit-input-placeholder,
form.form input[type="url"].primary::-webkit-input-placeholder,
form.form input[type="search"].primary::-webkit-input-placeholder,
form.form input[type="tel"].primary::-webkit-input-placeholder,
form.form input[type="color"].primary::-webkit-input-placeholder,
form.form textarea.primary::-webkit-input-placeholder {
  color: #F4A50D;
}
form.form input[type="text"].primary:focus,
form.form input[type="password"].primary:focus,
form.form input[type="datetime"].primary:focus,
form.form input[type="datetime-local"].primary:focus,
form.form input[type="date"].primary:focus,
form.form input[type="month"].primary:focus,
form.form input[type="time"].primary:focus,
form.form input[type="week"].primary:focus,
form.form input[type="number"].primary:focus,
form.form input[type="email"].primary:focus,
form.form input[type="url"].primary:focus,
form.form input[type="search"].primary:focus,
form.form input[type="tel"].primary:focus,
form.form input[type="color"].primary:focus,
form.form textarea.primary:focus {
  -webkit-box-shadow: 0 0 4px #F4A50D;
  -moz-box-shadow: 0 0 4px #F4A50D;
  box-shadow: 0 0 4px #F4A50D;
}
form.form input[type="text"].warning,
form.form input[type="password"].warning,
form.form input[type="datetime"].warning,
form.form input[type="datetime-local"].warning,
form.form input[type="date"].warning,
form.form input[type="month"].warning,
form.form input[type="time"].warning,
form.form input[type="week"].warning,
form.form input[type="number"].warning,
form.form input[type="email"].warning,
form.form input[type="url"].warning,
form.form input[type="search"].warning,
form.form input[type="tel"].warning,
form.form input[type="color"].warning,
form.form textarea.warning {
  color: #C09853;
  border-color: #f7ecb5;
  background: #FCF8E3;
}
form.form input[type="text"].warning:-moz-placeholder,
form.form input[type="password"].warning:-moz-placeholder,
form.form input[type="datetime"].warning:-moz-placeholder,
form.form input[type="datetime-local"].warning:-moz-placeholder,
form.form input[type="date"].warning:-moz-placeholder,
form.form input[type="month"].warning:-moz-placeholder,
form.form input[type="time"].warning:-moz-placeholder,
form.form input[type="week"].warning:-moz-placeholder,
form.form input[type="number"].warning:-moz-placeholder,
form.form input[type="email"].warning:-moz-placeholder,
form.form input[type="url"].warning:-moz-placeholder,
form.form input[type="search"].warning:-moz-placeholder,
form.form input[type="tel"].warning:-moz-placeholder,
form.form input[type="color"].warning:-moz-placeholder,
form.form textarea.warning:-moz-placeholder {
  color: #C09853;
}
form.form input[type="text"].warning::-moz-placeholder,
form.form input[type="password"].warning::-moz-placeholder,
form.form input[type="datetime"].warning::-moz-placeholder,
form.form input[type="datetime-local"].warning::-moz-placeholder,
form.form input[type="date"].warning::-moz-placeholder,
form.form input[type="month"].warning::-moz-placeholder,
form.form input[type="time"].warning::-moz-placeholder,
form.form input[type="week"].warning::-moz-placeholder,
form.form input[type="number"].warning::-moz-placeholder,
form.form input[type="email"].warning::-moz-placeholder,
form.form input[type="url"].warning::-moz-placeholder,
form.form input[type="search"].warning::-moz-placeholder,
form.form input[type="tel"].warning::-moz-placeholder,
form.form input[type="color"].warning::-moz-placeholder,
form.form textarea.warning::-moz-placeholder {
  color: #C09853;
}
form.form input[type="text"].warning:-ms-input-placeholder,
form.form input[type="password"].warning:-ms-input-placeholder,
form.form input[type="datetime"].warning:-ms-input-placeholder,
form.form input[type="datetime-local"].warning:-ms-input-placeholder,
form.form input[type="date"].warning:-ms-input-placeholder,
form.form input[type="month"].warning:-ms-input-placeholder,
form.form input[type="time"].warning:-ms-input-placeholder,
form.form input[type="week"].warning:-ms-input-placeholder,
form.form input[type="number"].warning:-ms-input-placeholder,
form.form input[type="email"].warning:-ms-input-placeholder,
form.form input[type="url"].warning:-ms-input-placeholder,
form.form input[type="search"].warning:-ms-input-placeholder,
form.form input[type="tel"].warning:-ms-input-placeholder,
form.form input[type="color"].warning:-ms-input-placeholder,
form.form textarea.warning:-ms-input-placeholder {
  color: #C09853;
}
form.form input[type="text"].warning::-webkit-input-placeholder,
form.form input[type="password"].warning::-webkit-input-placeholder,
form.form input[type="datetime"].warning::-webkit-input-placeholder,
form.form input[type="datetime-local"].warning::-webkit-input-placeholder,
form.form input[type="date"].warning::-webkit-input-placeholder,
form.form input[type="month"].warning::-webkit-input-placeholder,
form.form input[type="time"].warning::-webkit-input-placeholder,
form.form input[type="week"].warning::-webkit-input-placeholder,
form.form input[type="number"].warning::-webkit-input-placeholder,
form.form input[type="email"].warning::-webkit-input-placeholder,
form.form input[type="url"].warning::-webkit-input-placeholder,
form.form input[type="search"].warning::-webkit-input-placeholder,
form.form input[type="tel"].warning::-webkit-input-placeholder,
form.form input[type="color"].warning::-webkit-input-placeholder,
form.form textarea.warning::-webkit-input-placeholder {
  color: #C09853;
}
form.form input[type="text"].warning:focus,
form.form input[type="password"].warning:focus,
form.form input[type="datetime"].warning:focus,
form.form input[type="datetime-local"].warning:focus,
form.form input[type="date"].warning:focus,
form.form input[type="month"].warning:focus,
form.form input[type="time"].warning:focus,
form.form input[type="week"].warning:focus,
form.form input[type="number"].warning:focus,
form.form input[type="email"].warning:focus,
form.form input[type="url"].warning:focus,
form.form input[type="search"].warning:focus,
form.form input[type="tel"].warning:focus,
form.form input[type="color"].warning:focus,
form.form textarea.warning:focus {
  -webkit-box-shadow: 0 0 4px #FCF8E3;
  -moz-box-shadow: 0 0 4px #FCF8E3;
  box-shadow: 0 0 4px #FCF8E3;
}
form.form input[type="text"].success,
form.form input[type="password"].success,
form.form input[type="datetime"].success,
form.form input[type="datetime-local"].success,
form.form input[type="date"].success,
form.form input[type="month"].success,
form.form input[type="time"].success,
form.form input[type="week"].success,
form.form input[type="number"].success,
form.form input[type="email"].success,
form.form input[type="url"].success,
form.form input[type="search"].success,
form.form input[type="tel"].success,
form.form input[type="color"].success,
form.form textarea.success {
  color: #468847;
  border-color: #d0e9c6;
  background: #DFF0D8;
}
form.form input[type="text"].success:-moz-placeholder,
form.form input[type="password"].success:-moz-placeholder,
form.form input[type="datetime"].success:-moz-placeholder,
form.form input[type="datetime-local"].success:-moz-placeholder,
form.form input[type="date"].success:-moz-placeholder,
form.form input[type="month"].success:-moz-placeholder,
form.form input[type="time"].success:-moz-placeholder,
form.form input[type="week"].success:-moz-placeholder,
form.form input[type="number"].success:-moz-placeholder,
form.form input[type="email"].success:-moz-placeholder,
form.form input[type="url"].success:-moz-placeholder,
form.form input[type="search"].success:-moz-placeholder,
form.form input[type="tel"].success:-moz-placeholder,
form.form input[type="color"].success:-moz-placeholder,
form.form textarea.success:-moz-placeholder {
  color: #468847;
}
form.form input[type="text"].success::-moz-placeholder,
form.form input[type="password"].success::-moz-placeholder,
form.form input[type="datetime"].success::-moz-placeholder,
form.form input[type="datetime-local"].success::-moz-placeholder,
form.form input[type="date"].success::-moz-placeholder,
form.form input[type="month"].success::-moz-placeholder,
form.form input[type="time"].success::-moz-placeholder,
form.form input[type="week"].success::-moz-placeholder,
form.form input[type="number"].success::-moz-placeholder,
form.form input[type="email"].success::-moz-placeholder,
form.form input[type="url"].success::-moz-placeholder,
form.form input[type="search"].success::-moz-placeholder,
form.form input[type="tel"].success::-moz-placeholder,
form.form input[type="color"].success::-moz-placeholder,
form.form textarea.success::-moz-placeholder {
  color: #468847;
}
form.form input[type="text"].success:-ms-input-placeholder,
form.form input[type="password"].success:-ms-input-placeholder,
form.form input[type="datetime"].success:-ms-input-placeholder,
form.form input[type="datetime-local"].success:-ms-input-placeholder,
form.form input[type="date"].success:-ms-input-placeholder,
form.form input[type="month"].success:-ms-input-placeholder,
form.form input[type="time"].success:-ms-input-placeholder,
form.form input[type="week"].success:-ms-input-placeholder,
form.form input[type="number"].success:-ms-input-placeholder,
form.form input[type="email"].success:-ms-input-placeholder,
form.form input[type="url"].success:-ms-input-placeholder,
form.form input[type="search"].success:-ms-input-placeholder,
form.form input[type="tel"].success:-ms-input-placeholder,
form.form input[type="color"].success:-ms-input-placeholder,
form.form textarea.success:-ms-input-placeholder {
  color: #468847;
}
form.form input[type="text"].success::-webkit-input-placeholder,
form.form input[type="password"].success::-webkit-input-placeholder,
form.form input[type="datetime"].success::-webkit-input-placeholder,
form.form input[type="datetime-local"].success::-webkit-input-placeholder,
form.form input[type="date"].success::-webkit-input-placeholder,
form.form input[type="month"].success::-webkit-input-placeholder,
form.form input[type="time"].success::-webkit-input-placeholder,
form.form input[type="week"].success::-webkit-input-placeholder,
form.form input[type="number"].success::-webkit-input-placeholder,
form.form input[type="email"].success::-webkit-input-placeholder,
form.form input[type="url"].success::-webkit-input-placeholder,
form.form input[type="search"].success::-webkit-input-placeholder,
form.form input[type="tel"].success::-webkit-input-placeholder,
form.form input[type="color"].success::-webkit-input-placeholder,
form.form textarea.success::-webkit-input-placeholder {
  color: #468847;
}
form.form input[type="text"].success:focus,
form.form input[type="password"].success:focus,
form.form input[type="datetime"].success:focus,
form.form input[type="datetime-local"].success:focus,
form.form input[type="date"].success:focus,
form.form input[type="month"].success:focus,
form.form input[type="time"].success:focus,
form.form input[type="week"].success:focus,
form.form input[type="number"].success:focus,
form.form input[type="email"].success:focus,
form.form input[type="url"].success:focus,
form.form input[type="search"].success:focus,
form.form input[type="tel"].success:focus,
form.form input[type="color"].success:focus,
form.form textarea.success:focus {
  -webkit-box-shadow: 0 0 4px #DFF0D8;
  -moz-box-shadow: 0 0 4px #DFF0D8;
  box-shadow: 0 0 4px #DFF0D8;
}
form.form input[type="text"].info,
form.form input[type="password"].info,
form.form input[type="datetime"].info,
form.form input[type="datetime-local"].info,
form.form input[type="date"].info,
form.form input[type="month"].info,
form.form input[type="time"].info,
form.form input[type="week"].info,
form.form input[type="number"].info,
form.form input[type="email"].info,
form.form input[type="url"].info,
form.form input[type="search"].info,
form.form input[type="tel"].info,
form.form input[type="color"].info,
form.form textarea.info {
  color: #3A87AD;
  border-color: #c4e3f3;
  background: #D9EDF7;
}
form.form input[type="text"].info:-moz-placeholder,
form.form input[type="password"].info:-moz-placeholder,
form.form input[type="datetime"].info:-moz-placeholder,
form.form input[type="datetime-local"].info:-moz-placeholder,
form.form input[type="date"].info:-moz-placeholder,
form.form input[type="month"].info:-moz-placeholder,
form.form input[type="time"].info:-moz-placeholder,
form.form input[type="week"].info:-moz-placeholder,
form.form input[type="number"].info:-moz-placeholder,
form.form input[type="email"].info:-moz-placeholder,
form.form input[type="url"].info:-moz-placeholder,
form.form input[type="search"].info:-moz-placeholder,
form.form input[type="tel"].info:-moz-placeholder,
form.form input[type="color"].info:-moz-placeholder,
form.form textarea.info:-moz-placeholder {
  color: #3A87AD;
}
form.form input[type="text"].info::-moz-placeholder,
form.form input[type="password"].info::-moz-placeholder,
form.form input[type="datetime"].info::-moz-placeholder,
form.form input[type="datetime-local"].info::-moz-placeholder,
form.form input[type="date"].info::-moz-placeholder,
form.form input[type="month"].info::-moz-placeholder,
form.form input[type="time"].info::-moz-placeholder,
form.form input[type="week"].info::-moz-placeholder,
form.form input[type="number"].info::-moz-placeholder,
form.form input[type="email"].info::-moz-placeholder,
form.form input[type="url"].info::-moz-placeholder,
form.form input[type="search"].info::-moz-placeholder,
form.form input[type="tel"].info::-moz-placeholder,
form.form input[type="color"].info::-moz-placeholder,
form.form textarea.info::-moz-placeholder {
  color: #3A87AD;
}
form.form input[type="text"].info:-ms-input-placeholder,
form.form input[type="password"].info:-ms-input-placeholder,
form.form input[type="datetime"].info:-ms-input-placeholder,
form.form input[type="datetime-local"].info:-ms-input-placeholder,
form.form input[type="date"].info:-ms-input-placeholder,
form.form input[type="month"].info:-ms-input-placeholder,
form.form input[type="time"].info:-ms-input-placeholder,
form.form input[type="week"].info:-ms-input-placeholder,
form.form input[type="number"].info:-ms-input-placeholder,
form.form input[type="email"].info:-ms-input-placeholder,
form.form input[type="url"].info:-ms-input-placeholder,
form.form input[type="search"].info:-ms-input-placeholder,
form.form input[type="tel"].info:-ms-input-placeholder,
form.form input[type="color"].info:-ms-input-placeholder,
form.form textarea.info:-ms-input-placeholder {
  color: #3A87AD;
}
form.form input[type="text"].info::-webkit-input-placeholder,
form.form input[type="password"].info::-webkit-input-placeholder,
form.form input[type="datetime"].info::-webkit-input-placeholder,
form.form input[type="datetime-local"].info::-webkit-input-placeholder,
form.form input[type="date"].info::-webkit-input-placeholder,
form.form input[type="month"].info::-webkit-input-placeholder,
form.form input[type="time"].info::-webkit-input-placeholder,
form.form input[type="week"].info::-webkit-input-placeholder,
form.form input[type="number"].info::-webkit-input-placeholder,
form.form input[type="email"].info::-webkit-input-placeholder,
form.form input[type="url"].info::-webkit-input-placeholder,
form.form input[type="search"].info::-webkit-input-placeholder,
form.form input[type="tel"].info::-webkit-input-placeholder,
form.form input[type="color"].info::-webkit-input-placeholder,
form.form textarea.info::-webkit-input-placeholder {
  color: #3A87AD;
}
form.form input[type="text"].info:focus,
form.form input[type="password"].info:focus,
form.form input[type="datetime"].info:focus,
form.form input[type="datetime-local"].info:focus,
form.form input[type="date"].info:focus,
form.form input[type="month"].info:focus,
form.form input[type="time"].info:focus,
form.form input[type="week"].info:focus,
form.form input[type="number"].info:focus,
form.form input[type="email"].info:focus,
form.form input[type="url"].info:focus,
form.form input[type="search"].info:focus,
form.form input[type="tel"].info:focus,
form.form input[type="color"].info:focus,
form.form textarea.info:focus {
  -webkit-box-shadow: 0 0 4px #D9EDF7;
  -moz-box-shadow: 0 0 4px #D9EDF7;
  box-shadow: 0 0 4px #D9EDF7;
}
form.form input[type="text"].error,
form.form input[type="password"].error,
form.form input[type="datetime"].error,
form.form input[type="datetime-local"].error,
form.form input[type="date"].error,
form.form input[type="month"].error,
form.form input[type="time"].error,
form.form input[type="week"].error,
form.form input[type="number"].error,
form.form input[type="email"].error,
form.form input[type="url"].error,
form.form input[type="search"].error,
form.form input[type="tel"].error,
form.form input[type="color"].error,
form.form textarea.error {
  color: #B94A48;
  border-color: #ebcccc;
  background: #F2DEDE;
}
form.form input[type="text"].error:-moz-placeholder,
form.form input[type="password"].error:-moz-placeholder,
form.form input[type="datetime"].error:-moz-placeholder,
form.form input[type="datetime-local"].error:-moz-placeholder,
form.form input[type="date"].error:-moz-placeholder,
form.form input[type="month"].error:-moz-placeholder,
form.form input[type="time"].error:-moz-placeholder,
form.form input[type="week"].error:-moz-placeholder,
form.form input[type="number"].error:-moz-placeholder,
form.form input[type="email"].error:-moz-placeholder,
form.form input[type="url"].error:-moz-placeholder,
form.form input[type="search"].error:-moz-placeholder,
form.form input[type="tel"].error:-moz-placeholder,
form.form input[type="color"].error:-moz-placeholder,
form.form textarea.error:-moz-placeholder {
  color: #B94A48;
}
form.form input[type="text"].error::-moz-placeholder,
form.form input[type="password"].error::-moz-placeholder,
form.form input[type="datetime"].error::-moz-placeholder,
form.form input[type="datetime-local"].error::-moz-placeholder,
form.form input[type="date"].error::-moz-placeholder,
form.form input[type="month"].error::-moz-placeholder,
form.form input[type="time"].error::-moz-placeholder,
form.form input[type="week"].error::-moz-placeholder,
form.form input[type="number"].error::-moz-placeholder,
form.form input[type="email"].error::-moz-placeholder,
form.form input[type="url"].error::-moz-placeholder,
form.form input[type="search"].error::-moz-placeholder,
form.form input[type="tel"].error::-moz-placeholder,
form.form input[type="color"].error::-moz-placeholder,
form.form textarea.error::-moz-placeholder {
  color: #B94A48;
}
form.form input[type="text"].error:-ms-input-placeholder,
form.form input[type="password"].error:-ms-input-placeholder,
form.form input[type="datetime"].error:-ms-input-placeholder,
form.form input[type="datetime-local"].error:-ms-input-placeholder,
form.form input[type="date"].error:-ms-input-placeholder,
form.form input[type="month"].error:-ms-input-placeholder,
form.form input[type="time"].error:-ms-input-placeholder,
form.form input[type="week"].error:-ms-input-placeholder,
form.form input[type="number"].error:-ms-input-placeholder,
form.form input[type="email"].error:-ms-input-placeholder,
form.form input[type="url"].error:-ms-input-placeholder,
form.form input[type="search"].error:-ms-input-placeholder,
form.form input[type="tel"].error:-ms-input-placeholder,
form.form input[type="color"].error:-ms-input-placeholder,
form.form textarea.error:-ms-input-placeholder {
  color: #B94A48;
}
form.form input[type="text"].error::-webkit-input-placeholder,
form.form input[type="password"].error::-webkit-input-placeholder,
form.form input[type="datetime"].error::-webkit-input-placeholder,
form.form input[type="datetime-local"].error::-webkit-input-placeholder,
form.form input[type="date"].error::-webkit-input-placeholder,
form.form input[type="month"].error::-webkit-input-placeholder,
form.form input[type="time"].error::-webkit-input-placeholder,
form.form input[type="week"].error::-webkit-input-placeholder,
form.form input[type="number"].error::-webkit-input-placeholder,
form.form input[type="email"].error::-webkit-input-placeholder,
form.form input[type="url"].error::-webkit-input-placeholder,
form.form input[type="search"].error::-webkit-input-placeholder,
form.form input[type="tel"].error::-webkit-input-placeholder,
form.form input[type="color"].error::-webkit-input-placeholder,
form.form textarea.error::-webkit-input-placeholder {
  color: #B94A48;
}
form.form input[type="text"].error:focus,
form.form input[type="password"].error:focus,
form.form input[type="datetime"].error:focus,
form.form input[type="datetime-local"].error:focus,
form.form input[type="date"].error:focus,
form.form input[type="month"].error:focus,
form.form input[type="time"].error:focus,
form.form input[type="week"].error:focus,
form.form input[type="number"].error:focus,
form.form input[type="email"].error:focus,
form.form input[type="url"].error:focus,
form.form input[type="search"].error:focus,
form.form input[type="tel"].error:focus,
form.form input[type="color"].error:focus,
form.form textarea.error:focus {
  -webkit-box-shadow: 0 0 4px #F2DEDE;
  -moz-box-shadow: 0 0 4px #F2DEDE;
  box-shadow: 0 0 4px #F2DEDE;
}
form.form .select-box {
  position: relative;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  cursor: pointer;
  width: auto;
  float: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
form.form .select-box .label {
  float: left;
}
form.form .select-box.primary select {
  margin-left: 1rem;
  color: #F4A50D;
  border-color: #dd950a;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#F4A50D), to(#dd950a));
  background-image: -webkit-linear-gradient(top, #F4A50D, 0%, #dd950a, 100%);
  background-image: -moz-linear-gradient(top, #F4A50D 0%, #dd950a 100%);
  background-image: linear-gradient(to bottom, #F4A50D 0%, #dd950a 100%);
  background-repeat: repeat-x;
}
form.form .select-box.primary select:-moz-placeholder {
  color: #F4A50D;
}
form.form .select-box.primary select::-moz-placeholder {
  color: #F4A50D;
}
form.form .select-box.primary select:-ms-input-placeholder {
  color: #F4A50D;
}
form.form .select-box.primary select::-webkit-input-placeholder {
  color: #F4A50D;
}
form.form .select-box.primary select:focus {
  -webkit-box-shadow: 0 0 4px #F4A50D;
  -moz-box-shadow: 0 0 4px #F4A50D;
  box-shadow: 0 0 4px #F4A50D;
}
form.form .select-box.primary:after {
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(#F4A50D), to(#dd950a));
  background-image: -webkit-linear-gradient(left, color-stop(#F4A50D 0%), color-stop(#dd950a 100%));
  background-image: -moz-linear-gradient(left, #F4A50D 0%, #dd950a 100%);
  background-image: linear-gradient(to right, #F4A50D 0%, #dd950a 100%);
  background-repeat: repeat-x;
  border-color: #ad7408;
}
form.form .select-box.warning select {
  color: #C09853;
  border-color: #f7ecb5;
  background: #FCF8E3;
}
form.form .select-box.warning select:-moz-placeholder {
  color: #C09853;
}
form.form .select-box.warning select::-moz-placeholder {
  color: #C09853;
}
form.form .select-box.warning select:-ms-input-placeholder {
  color: #C09853;
}
form.form .select-box.warning select::-webkit-input-placeholder {
  color: #C09853;
}
form.form .select-box.warning select:focus {
  -webkit-box-shadow: 0 0 4px #FCF8E3;
  -moz-box-shadow: 0 0 4px #FCF8E3;
  box-shadow: 0 0 4px #FCF8E3;
}
form.form .select-box.warning:after {
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(#FCF8E3), to(#faf2cc));
  background-image: -webkit-linear-gradient(left, color-stop(#FCF8E3 0%), color-stop(#faf2cc 100%));
  background-image: -moz-linear-gradient(left, #FCF8E3 0%, #faf2cc 100%);
  background-image: linear-gradient(to right, #FCF8E3 0%, #faf2cc 100%);
  background-repeat: repeat-x;
  border-color: #f2e187;
}
form.form .select-box.success select {
  color: #468847;
  border-color: #d0e9c6;
  background: #DFF0D8;
}
form.form .select-box.success select:-moz-placeholder {
  color: #468847;
}
form.form .select-box.success select::-moz-placeholder {
  color: #468847;
}
form.form .select-box.success select:-ms-input-placeholder {
  color: #468847;
}
form.form .select-box.success select::-webkit-input-placeholder {
  color: #468847;
}
form.form .select-box.success select:focus {
  -webkit-box-shadow: 0 0 4px #DFF0D8;
  -moz-box-shadow: 0 0 4px #DFF0D8;
  box-shadow: 0 0 4px #DFF0D8;
}
form.form .select-box.success:after {
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(#DFF0D8), to(#d0e9c6));
  background-image: -webkit-linear-gradient(left, color-stop(#DFF0D8 0%), color-stop(#d0e9c6 100%));
  background-image: -moz-linear-gradient(left, #DFF0D8 0%, #d0e9c6 100%);
  background-image: linear-gradient(to right, #DFF0D8 0%, #d0e9c6 100%);
  background-repeat: repeat-x;
  border-color: #b2dba1;
}
form.form .select-box.info select {
  color: #3A87AD;
  border-color: #c4e3f3;
  background: #D9EDF7;
}
form.form .select-box.info select:-moz-placeholder {
  color: #3A87AD;
}
form.form .select-box.info select::-moz-placeholder {
  color: #3A87AD;
}
form.form .select-box.info select:-ms-input-placeholder {
  color: #3A87AD;
}
form.form .select-box.info select::-webkit-input-placeholder {
  color: #3A87AD;
}
form.form .select-box.info select:focus {
  -webkit-box-shadow: 0 0 4px #D9EDF7;
  -moz-box-shadow: 0 0 4px #D9EDF7;
  box-shadow: 0 0 4px #D9EDF7;
}
form.form .select-box.error select {
  padding: 0.3em 0 0.3em 0.3em;
  color: #B94A48;
  border-color: #ebcccc;
  background: #F2DEDE;
}
form.form .select-box.error select:-moz-placeholder {
  color: #B94A48;
}
form.form .select-box.error select::-moz-placeholder {
  color: #B94A48;
}
form.form .select-box.error select:-ms-input-placeholder {
  color: #B94A48;
}
form.form .select-box.error select::-webkit-input-placeholder {
  color: #B94A48;
}
form.form .select-box.error select:focus {
  -webkit-box-shadow: 0 0 4px #F2DEDE;
  -moz-box-shadow: 0 0 4px #F2DEDE;
  box-shadow: 0 0 4px #F2DEDE;
}
form.form .select-box.error:after {
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(#F2DEDE), to(#ebcccc));
  background-image: -webkit-linear-gradient(left, color-stop(#F2DEDE 0%), color-stop(#ebcccc 100%));
  background-image: -moz-linear-gradient(left, #F2DEDE 0%, #ebcccc 100%);
  background-image: linear-gradient(to right, #F2DEDE 0%, #ebcccc 100%);
  background-repeat: repeat-x;
  border-color: #dca7a7;
}
form.form .select-box:after {
  content: '<>';
  font: 0.7em Monaco, Menlo, Consolas, "Courier New", monospace;
  color: rgba(0, 0, 0, 0.6);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(#fff), to(#eaeaea));
  background-image: -webkit-linear-gradient(left, color-stop(#fff 0%), color-stop(#eaeaea 100%));
  background-image: -moz-linear-gradient(left, #fff 0%, #eaeaea 100%);
  background-image: linear-gradient(to right, #fff 0%, #eaeaea 100%);
  background-repeat: repeat-x;
  height: 2em;
  line-height: 1.5em;
  padding: 0 .6em .0em .6em;
  pointer-events: none;
  right: -0.1em;
  top: 0.3em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px 4px 0 0;
}
form.form select {
  padding: 0.1em 0.2em;
  float: right;
  margin: 0;
  margin-right: 1px;
  border: thin solid #ddd;
  outline: none;
  display: inline-block;
  line-height: 1.25rem;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fff), to(#eaeaea));
  background-image: -webkit-linear-gradient(top, #fff, 0%, #eaeaea, 100%);
  background-image: -moz-linear-gradient(top, #fff 0%, #eaeaea 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #eaeaea 100%);
  background-repeat: repeat-x;
  border-radius: 4px;
}
form.form select option {
  padding-right: 1rem;
}
form.form .icon-input {
  position: relative;
}
form.form .icon-input:after {
  position: absolute;
  top: 0;
  right: 10%;
  font: 1.04rem 'Glyphicons Regular';
  color: #777;
  line-height: 1.2rem;
}
form.form .icon-input.warning:after {
  content: "\e197";
  color: #C09853;
}
form.form .icon-input.info:after {
  content: "\e196";
  color: #3A87AD;
}
form.form .icon-input.error:after {
  content: "\e198";
  color: #B94A48;
}
form.form .icon-input.success:after {
  content: "\e194";
  color: #468847;
}
form.form.main-search {
  width: 100%;
  float: left;
  margin-bottom: 1em;
}
form.form.main-search input {
  width: 80%;
  margin-right: 1%;
  padding: 0.6em 0.6em;
}
form.form.main-search button i:before {
  padding: 0;
  padding-right: 0.5em;
  line-height: 1em;
  font-size: 1em;
  color: #777;
}
form.form .input {
  width: 100%;
  float: left;
  margin-bottom: 0.5em;
}
form.form .input label {
  width: 100%;
  float: left;
  margin-bottom: 0.5em;
}
form.form .input input,
form.form .input textarea {
  width: 100%;
  float: left;
}
form.form .input.checkbox label {
  width: 85%;
  cursor: pointer;
  float: left;
}
form.form .input.checkbox input[type="checkbox"] {
  margin-right: 1em;
  width: 5%;
}
@media screen and (max-width: 50.063em) {
  form.form.main-search input {
    width: 70%;
    margin-right: 2%;
  }
}
@media screen and (min-width: 50.063em) {
  form.form .input {
    margin-bottom: 0.6em;
  }
  form.form .input label {
    width: 25%;
  }
  form.form .input input,
  form.form .input textarea {
    width: 75%;
  }
}
.nav-container {
  display: table;
  table-layout: fixed;
  width: 100%;
}
#nav {
  background: #fff;
  display: table;
  table-layout: fixed;
  width: 100%;
  list-style: none;
  margin: 1em 0;
  border-radius: 0;
  position: relative;
  padding: 0;
}
#nav .keurmerk {
  margin: 2px 3px -1px;
  float: right;
}
#nav .keurmerk img {
  height: 38px;
}
#nav li {
  display: none;
}
#nav li a {
  display: block;
  text-decoration: none;
}
#nav li.desktop-menu {
  background: transparent;
  border-right: thin solid #ddd;
  display: none;
  white-space: nowrap;
  position: relative;
}
#nav li.desktop-menu.active a {
  color: #3d3936;
}
#nav li.desktop-menu:hover {
  background: #F4F4F4;
}
#nav li.desktop-menu:hover.has-submenu a {
  color: #000;
}
#nav li.desktop-menu:hover .submenu {
  opacity: 1;
  visibility: visible;
  -webkit-visibility: visible;
  -moz-webkit-visibility: visible;
  -ms-webkit-visibility: visible;
  -o-visibility: visible;
  color: #fff;
}
#nav li.desktop-menu:hover .submenu a {
  color: #3d3936;
}
#nav li.desktop-menu:hover .submenu a:hover {
  color: #000;
}
#nav li.desktop-menu:hover .submenu a:hover:after {
  color: #000;
}
#nav li.desktop-menu a {
  font: 400 1em/2em "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-overflow: ellipsis;
  text-wrap: avoid;
  overflow: hidden;
  position: relative;
  padding: 0 0.5em;
  color: #3d3936;
}
#nav li.desktop-menu a:hover {
  color: #000;
}
#nav li.desktop-menu a:hover:after {
  color: #000;
}
#nav li.desktop-menu a.has-submenu:after {
  position: absolute;
  font: 0.8em/1em 'Glyphicons Regular';
  content: "\e224";
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  padding-bottom: 1.5em;
  color: #3d3936;
}
#nav li.desktop-menu.has-submenu {
  overflow: visible;
}
#nav .submenu {
  position: absolute;
  background: #fff;
  box-shadow: 0 0 2px #ddd;
  top: 100%;
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  height: auto;
  opacity: 0;
  visibility: hidden;
  -moz-webkit-visibility: hidden;
  -ms-webkit-visibility: hidden;
  -o-webkit-visibility: hidden;
  webkit-visibility: hidden;
  -webkit-transition: all ease-in-out 0.16s;
  -o-transition: all ease-in-out 0.16s;
  -moz-transition: all ease-in-out 0.16s;
  -ms-transition: all ease-in-out 0.16s;
  transition: all ease-in-out 0.16s;
}
#nav .submenu li {
  display: block;
  width: 100%;
  float: left;
  position: relative;
}
#nav .submenu li.has-submenu:hover ul.submenu {
  display: block;
}
#nav .submenu li a {
  color: #F4F4F4;
  border-top: none;
  font-size: 0.9em;
  border-bottom: thin solid #ddd;
  line-height: 4em;
}
#nav .submenu li a:hover {
  border-color: #F4A50D;
}
#nav .submenu li > ul.submenu {
  display: none;
  float: left;
  position: absolute;
  width: 100%;
  top: 0%;
  left: -100%;
}
#nav .submenu li > ul.submenu li {
  float: left;
  width: 100%;
}





.top-menu-search {
  float: right;
  width: 90%;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: all ease-in-out;
  -o-transition: all ease-in-out;
  -moz-transition: all ease-in-out;
  -ms-transition: all ease-in-out;
  transition: all ease-in-out;
}
.top-menu-search.active {
  margin: 1em;
  opacity: 1;
  height: auto;
}
.top-menu-search input[type="search"] {
  border-color: rgba(0, 53, 84, 0.1);
  width: 68%;
  margin-right: 2%;
}
.top-menu-search button {
  width: 30%;
}
.top-menu-search .search {
  padding: 0;
}
.top-menu-search .search:before {
  padding: 0;
  font-size: 1em;
  line-height: 1em;
  padding-right: 0.5em;
}
ul.social-links {
  list-style: none;
  display: none;
}
ul.social-links li {
  float: left;
  margin-right: 1em;
}
ul.social-links li > a {
  display: block;
  position: relative;
  top: .9em;
}
ul.social-links li > a:hover:before {
  color: #F4A50D;
}
ul.social-links li > a:before {
  font-size: 1.2em;
  line-height: 2em;
}
ul#side-mobile-menu {
  vertical-align: middle;
  padding: 1em 1em 0 0;
  width: 31.3333%;
  float: right;
}
ul#side-mobile-menu a {
  padding: 0.5em 0;
  text-align: center;
  float: left;
  display: block;
  font-size: 1em;
  color: inherit;
  width: 50%;
}
ul#side-mobile-menu a:hover {
  color: #606060;
}
ul#side-mobile-menu a:hover:before {
  color: #606060;
}
ul#side-mobile-menu a:before {
  font-size: 1.5em;
  padding: 0.2em;
  top: -0.4em;
  color: #606060;
}
#nav li.mobile-menu {
  display: table-cell;
}
#nav li.mobile-menu a {
  float: left;
  color: #606060;
  line-height: 2em;
}
#nav li.mobile-menu a:hover {
  color: #606060;
}
#nav li.mobile-menu a:hover:before {
  color: #606060;
}
#nav li.mobile-menu a:before {
  font-size: 1.5em;
  padding: 0.2em;
  top: -0.4em;
  color: #606060;
}
#nav li.mobile-menu:last-child a {
  border-radius: 0 0 0 0;
}
#nav li.mobile-menu.show-menu a {
  border-radius: 0 0 0 0;
}
#nav li.mobile-menu:last-child {
  border-right: medium none;
}
#nav li.mobile-menu {
  display: table-cell;
}

ul#mobile-menu {
  border-top: 1px solid #aeaeae;
  position: absolute;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all ease-in-out 0.16s;
  -o-transition: all ease-in-out 0.16s;
  -moz-transition: all ease-in-out 0.16s;
  -ms-transition: all ease-in-out 0.16s;
  transition: all ease-in-out 0.16s;
  background: #eee;
  z-index: 100;
}
ul#mobile-menu.active {
  height: auto;
  opacity: 1;
}
ul#mobile-menu li {
  position: relative;
}
ul#mobile-menu li a {
  text-align: left;
  display: inline-block;
  padding: 0.4em 2em;
  line-height: 1.2rem;
  margin: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #111;
  border-bottom: 1px solid #aeaeae;
  border-top: 1px solid #fff;
}

ul#mobile-menu.active li.mobile-menu.has-submenu ul.submenu ul.menu-inner li a{
	padding: 0.4em 4em;
}

ul#mobile-menu li a:hover,
ul#mobile-menu li a:active {
  color: #111;
}
ul#mobile-menu li .has-submenu .submenu-anchor {
  float: right;
  margin-right: 0.5em;
}
ul#mobile-menu li .has-submenu .submenu-anchor .hide {
  display: none;
}
ul#mobile-menu ul.submenu {
  display: none;
  position: relative;
  z-index: 200;
}
ul#mobile-menu ul.submenu div div.submenu-top {
  border-bottom: 1px solid #aeaeae;
  padding: 0.6em 2em;
  font-weight: 700;
  text-align: left;
  font-size: 1em;
  color: #606060;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
}

ul#mobile-menu ul.submenu.active {
  display: block;
}
@media screen and (min-width: 0) and (max-width: 50.063em) {
  div.col-1-3.logo {
    max-width: 66.6666%;
  }
  #nav {
    background-color: inherit;
    border: none;
  }
}
@media screen and (min-width: 50.063em) {
  ul#side-mobile-menu {
    display: none;
  }
}
#slider {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}
#slider .slider {
  width: 100%;
  overflow: hidden;
  float: left;
}
#slider ul.slides {
  width: 100%;
  padding: 0;
  margin: 0;
  -webkit-transition: all ease-in-out 1.5s;
  -o-transition: all ease-in-out 1.5s;
  -moz-transition: all ease-in-out 1.5s;
  -ms-transition: all ease-in-out 1.5s;
  transition: all ease-in-out 1.5s;
  position: relative;
}
#slider ul.slides li.slide {
  display: inline-block;
  float: left;
}
#slider ul.slides li.slide img {
  display: block;
  width: 100%;
}
#slider .slider-nav a {
  position: absolute;
  padding: 0 2% ;
  top: 40%;
}
#slider .slider-nav a:before {
  z-index: 10;
  font-size: 2em;
  display: block;
  color: #777;
  outline: none;
}
#slider .slider-nav .slider-nav-prev {
  left: 0;
}
#slider .slider-nav .slider-nav-next {
  right: 0;
}
@media screen and (max-width: 50.063em) {
  #slider .slider-nav a:before {
    font-size: 1em;
  }
}
[data-tip] {
  position: relative;
  display: inline-block;
}
html,
html .halflings {
  -webkit-font-smoothing: antialiased !important;
}
@font-face {
  font-family: 'Glyphicons Regular';
  src: url('../fonts/glyphicons-regular.eot');
  src: url('../fonts/glyphicons-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-regular.woff') format('woff'), url('../fonts/glyphicons-regular.ttf') format('truetype'), url('../fonts/glyphicons-regular.svg#glyphiconsregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.glyphicons {
  display: inline-block;
  position: relative;
  color: #1d1d1b;
  text-decoration: none;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.glyphicons:before {
  position: relative;
  font: 24px/1em 'Glyphicons Regular';
  font-style: normal;
  font-weight: normal;
  color: #ddd;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}
.glyphicons.white:before {
  color: #fff;
}
.glyphicons.glass:before {
  content: "\e001";
}
.glyphicons.leaf:before {
  content: "\e002";
}
.glyphicons.dog:before {
  content: "\e003";
}
.glyphicons.user:before {
  content: "\e004";
}
.glyphicons.girl:before {
  content: "\e005";
}
.glyphicons.car:before {
  content: "\e006";
}
.glyphicons.user_add:before {
  content: "\e007";
}
.glyphicons.user_remove:before {
  content: "\e008";
}
.glyphicons.film:before {
  content: "\e009";
}
.glyphicons.magic:before {
  content: "\e010";
}
.glyphicons.envelope:before {
  content: "\2709";
}
.glyphicons.camera:before {
  content: "\e012";
}
.glyphicons.heart:before {
  content: "\e013";
}
.glyphicons.beach_umbrella:before {
  content: "\e014";
}
.glyphicons.train:before {
  content: "\e015";
}
.glyphicons.print:before {
  content: "\e016";
}
.glyphicons.bin:before {
  content: "\e017";
}
.glyphicons.music:before {
  content: "\e018";
}
.glyphicons.note:before {
  content: "\e019";
}
.glyphicons.heart_empty:before {
  content: "\e020";
}
.glyphicons.home:before {
  content: "\e021";
}
.glyphicons.snowflake:before {
  content: "\2744";
}
.glyphicons.fire:before {
  content: "\e023";
}
.glyphicons.magnet:before {
  content: "\e024";
}
.glyphicons.parents:before {
  content: "\e025";
}
.glyphicons.binoculars:before {
  content: "\e026";
}
.glyphicons.road:before {
  content: "\e027";
}
.glyphicons.search:before {
  content: "\e028";
}
.glyphicons.cars:before {
  content: "\e029";
}
.glyphicons.notes_2:before {
  content: "\e030";
}
.glyphicons.pencil:before {
  content: "\270F";
}
.glyphicons.bus:before {
  content: "\e032";
}
.glyphicons.wifi_alt:before {
  content: "\e033";
}
.glyphicons.luggage:before {
  content: "\e034";
}
.glyphicons.old_man:before {
  content: "\e035";
}
.glyphicons.woman:before {
  content: "\e036";
}
.glyphicons.file:before {
  content: "\e037";
}
.glyphicons.coins:before {
  content: "\e038";
}
.glyphicons.airplane:before {
  content: "\2708";
}
.glyphicons.notes:before {
  content: "\e040";
}
.glyphicons.stats:before {
  content: "\e041";
}
.glyphicons.charts:before {
  content: "\e042";
}
.glyphicons.pie_chart:before {
  content: "\e043";
}
.glyphicons.group:before {
  content: "\e044";
}
.glyphicons.keys:before {
  content: "\e045";
}
.glyphicons.calendar:before {
  content: "\e046";
}
.glyphicons.router:before {
  content: "\e047";
}
.glyphicons.camera_small:before {
  content: "\e048";
}
.glyphicons.dislikes:before {
  content: "\e049";
}
.glyphicons.star:before {
  content: "\e050";
}
.glyphicons.link:before {
  content: "\e051";
}
.glyphicons.eye_open:before {
  content: "\e052";
}
.glyphicons.eye_close:before {
  content: "\e053";
}
.glyphicons.alarm:before {
  content: "\e054";
}
.glyphicons.clock:before {
  content: "\e055";
}
.glyphicons.stopwatch:before {
  content: "\e056";
}
.glyphicons.projector:before {
  content: "\e057";
}
.glyphicons.history:before {
  content: "\e058";
}
.glyphicons.truck:before {
  content: "\e059";
}
.glyphicons.cargo:before {
  content: "\e060";
}
.glyphicons.compass:before {
  content: "\e061";
}
.glyphicons.keynote:before {
  content: "\e062";
}
.glyphicons.paperclip:before {
  content: "\e063";
}
.glyphicons.power:before {
  content: "\e064";
}
.glyphicons.lightbulb:before {
  content: "\e065";
}
.glyphicons.tag:before {
  content: "\e066";
}
.glyphicons.tags:before {
  content: "\e067";
}
.glyphicons.cleaning:before {
  content: "\e068";
}
.glyphicons.ruller:before {
  content: "\e069";
}
.glyphicons.gift:before {
  content: "\e070";
}
.glyphicons.umbrella:before {
  content: "\2602";
}
.glyphicons.book:before {
  content: "\e072";
}
.glyphicons.bookmark:before {
  content: "\e073";
}
.glyphicons.wifi:before {
  content: "\e074";
}
.glyphicons.cup:before {
  content: "\e075";
}
.glyphicons.stroller:before {
  content: "\e076";
}
.glyphicons.headphones:before {
  content: "\e077";
}
.glyphicons.headset:before {
  content: "\e078";
}
.glyphicons.warning_sign:before {
  content: "\e079";
}
.glyphicons.signal:before {
  content: "\e080";
}
.glyphicons.retweet:before {
  content: "\e081";
}
.glyphicons.refresh:before {
  content: "\e082";
}
.glyphicons.roundabout:before {
  content: "\e083";
}
.glyphicons.random:before {
  content: "\e084";
}
.glyphicons.heat:before {
  content: "\e085";
}
.glyphicons.repeat:before {
  content: "\e086";
}
.glyphicons.display:before {
  content: "\e087";
}
.glyphicons.log_book:before {
  content: "\e088";
}
.glyphicons.adress_book:before {
  content: "\e089";
}
.glyphicons.building:before {
  content: "\e090";
}
.glyphicons.eyedropper:before {
  content: "\e091";
}
.glyphicons.adjust:before {
  content: "\e092";
}
.glyphicons.tint:before {
  content: "\e093";
}
.glyphicons.crop:before {
  content: "\e094";
}
.glyphicons.vector_path_square:before {
  content: "\e095";
}
.glyphicons.vector_path_circle:before {
  content: "\e096";
}
.glyphicons.vector_path_polygon:before {
  content: "\e097";
}
.glyphicons.vector_path_line:before {
  content: "\e098";
}
.glyphicons.vector_path_curve:before {
  content: "\e099";
}
.glyphicons.vector_path_all:before {
  content: "\e100";
}
.glyphicons.font:before {
  content: "\e101";
}
.glyphicons.italic:before {
  content: "\e102";
}
.glyphicons.bold:before {
  content: "\e103";
}
.glyphicons.text_underline:before {
  content: "\e104";
}
.glyphicons.text_strike:before {
  content: "\e105";
}
.glyphicons.text_height:before {
  content: "\e106";
}
.glyphicons.text_width:before {
  content: "\e107";
}
.glyphicons.text_resize:before {
  content: "\e108";
}
.glyphicons.left_indent:before {
  content: "\e109";
}
.glyphicons.right_indent:before {
  content: "\e110";
}
.glyphicons.align_left:before {
  content: "\e111";
}
.glyphicons.align_center:before {
  content: "\e112";
}
.glyphicons.align_right:before {
  content: "\e113";
}
.glyphicons.justify:before {
  content: "\e114";
}
.glyphicons.list:before {
  content: "\e115";
}
.glyphicons.text_smaller:before {
  content: "\e116";
}
.glyphicons.text_bigger:before {
  content: "\e117";
}
.glyphicons.embed:before {
  content: "\e118";
}
.glyphicons.embed_close:before {
  content: "\e119";
}
.glyphicons.table:before {
  content: "\e120";
}
.glyphicons.message_full:before {
  content: "\e121";
}
.glyphicons.message_empty:before {
  content: "\e122";
}
.glyphicons.message_in:before {
  content: "\e123";
}
.glyphicons.message_out:before {
  content: "\e124";
}
.glyphicons.message_plus:before {
  content: "\e125";
}
.glyphicons.message_minus:before {
  content: "\e126";
}
.glyphicons.message_ban:before {
  content: "\e127";
}
.glyphicons.message_flag:before {
  content: "\e128";
}
.glyphicons.message_lock:before {
  content: "\e129";
}
.glyphicons.message_new:before {
  content: "\e130";
}
.glyphicons.inbox:before {
  content: "\e131";
}
.glyphicons.inbox_plus:before {
  content: "\e132";
}
.glyphicons.inbox_minus:before {
  content: "\e133";
}
.glyphicons.inbox_lock:before {
  content: "\e134";
}
.glyphicons.inbox_in:before {
  content: "\e135";
}
.glyphicons.inbox_out:before {
  content: "\e136";
}
.glyphicons.cogwheel:before {
  content: "\e137";
}
.glyphicons.cogwheels:before {
  content: "\e138";
}
.glyphicons.picture:before {
  content: "\e139";
}
.glyphicons.adjust_alt:before {
  content: "\e140";
}
.glyphicons.database_lock:before {
  content: "\e141";
}
.glyphicons.database_plus:before {
  content: "\e142";
}
.glyphicons.database_minus:before {
  content: "\e143";
}
.glyphicons.database_ban:before {
  content: "\e144";
}
.glyphicons.folder_open:before {
  content: "\e145";
}
.glyphicons.folder_plus:before {
  content: "\e146";
}
.glyphicons.folder_minus:before {
  content: "\e147";
}
.glyphicons.folder_lock:before {
  content: "\e148";
}
.glyphicons.folder_flag:before {
  content: "\e149";
}
.glyphicons.folder_new:before {
  content: "\e150";
}
.glyphicons.edit:before {
  content: "\e151";
}
.glyphicons.new_window:before {
  content: "\e152";
}
.glyphicons.check:before {
  content: "\e153";
}
.glyphicons.unchecked:before {
  content: "\e154";
}
.glyphicons.more_windows:before {
  content: "\e155";
}
.glyphicons.show_big_thumbnails:before {
  content: "\e156";
}
.glyphicons.show_thumbnails:before {
  content: "\e157";
}
.glyphicons.show_thumbnails_with_lines:before {
  content: "\e158";
}
.glyphicons.show_lines:before {
  content: "\e159";
}
.glyphicons.playlist:before {
  content: "\e160";
}
.glyphicons.imac:before {
  content: "\e161";
}
.glyphicons.macbook:before {
  content: "\e162";
}
.glyphicons.ipad:before {
  content: "\e163";
}
.glyphicons.iphone:before {
  content: "\e164";
}
.glyphicons.iphone_transfer:before {
  content: "\e165";
}
.glyphicons.iphone_exchange:before {
  content: "\e166";
}
.glyphicons.ipod:before {
  content: "\e167";
}
.glyphicons.ipod_shuffle:before {
  content: "\e168";
}
.glyphicons.ear_plugs:before {
  content: "\e169";
}
.glyphicons.phone:before {
  content: "\e170";
}
.glyphicons.step_backward:before {
  content: "\e171";
}
.glyphicons.fast_backward:before {
  content: "\e172";
}
.glyphicons.rewind:before {
  content: "\e173";
}
.glyphicons.play:before {
  content: "\e174";
}
.glyphicons.pause:before {
  content: "\e175";
}
.glyphicons.stop:before {
  content: "\e176";
}
.glyphicons.forward:before {
  content: "\e177";
}
.glyphicons.fast_forward:before {
  content: "\e178";
}
.glyphicons.step_forward:before {
  content: "\e179";
}
.glyphicons.eject:before {
  content: "\e180";
}
.glyphicons.facetime_video:before {
  content: "\e181";
}
.glyphicons.download_alt:before {
  content: "\e182";
}
.glyphicons.mute:before {
  content: "\e183";
}
.glyphicons.volume_down:before {
  content: "\e184";
}
.glyphicons.volume_up:before {
  content: "\e185";
}
.glyphicons.screenshot:before {
  content: "\e186";
}
.glyphicons.move:before {
  content: "\e187";
}
.glyphicons.more:before {
  content: "\e188";
}
.glyphicons.brightness_reduce:before {
  content: "\e189";
}
.glyphicons.brightness_increase:before {
  content: "\e190";
}
.glyphicons.circle_plus:before {
  content: "\e191";
}
.glyphicons.circle_minus:before {
  content: "\e192";
}
.glyphicons.circle_remove:before {
  content: "\e193";
}
.glyphicons.circle_ok:before {
  content: "\e194";
}
.glyphicons.circle_question_mark:before {
  content: "\e195";
}
.glyphicons.circle_info:before {
  content: "\e196";
}
.glyphicons.circle_exclamation_mark:before {
  content: "\e197";
}
.glyphicons.remove:before {
  content: "\e198";
}
.glyphicons.ok:before {
  content: "\e199";
}
.glyphicons.ban:before {
  content: "\e200";
}
.glyphicons.download:before {
  content: "\e201";
}
.glyphicons.upload:before {
  content: "\e202";
}
.glyphicons.shopping_cart:before {
  content: "\e203";
}
.glyphicons.lock:before {
  content: "\e204";
}
.glyphicons.unlock:before {
  content: "\e205";
}
.glyphicons.electricity:before {
  content: "\e206";
}
.glyphicons.ok_2:before {
  content: "\e207";
}
.glyphicons.remove_2:before {
  content: "\e208";
}
.glyphicons.cart_out:before {
  content: "\e209";
}
.glyphicons.cart_in:before {
  content: "\e210";
}
.glyphicons.left_arrow:before {
  content: "\e211";
}
.glyphicons.right_arrow:before {
  content: "\e212";
}
.glyphicons.down_arrow:before {
  content: "\e213";
}
.glyphicons.up_arrow:before {
  content: "\e214";
}
.glyphicons.resize_small:before {
  content: "\e215";
}
.glyphicons.resize_full:before {
  content: "\e216";
}
.glyphicons.circle_arrow_left:before {
  content: "\e217";
}
.glyphicons.circle_arrow_right:before {
  content: "\e218";
}
.glyphicons.circle_arrow_top:before {
  content: "\e219";
}
.glyphicons.circle_arrow_down:before {
  content: "\e220";
}
.glyphicons.play_button:before {
  content: "\e221";
}
.glyphicons.unshare:before {
  content: "\e222";
}
.glyphicons.share:before {
  content: "\e223";
}
.glyphicons.chevron-right:before {
  content: "\e224";
}
.glyphicons.chevron-left:before {
  content: "\e225";
}
.glyphicons.bluetooth:before {
  content: "\e226";
}
.glyphicons.euro:before {
  content: "\20AC";
}
.glyphicons.usd:before {
  content: "\e228";
}
.glyphicons.gbp:before {
  content: "\e229";
}
.glyphicons.retweet_2:before {
  content: "\e230";
}
.glyphicons.moon:before {
  content: "\e231";
}
.glyphicons.sun:before {
  content: "\2609";
}
.glyphicons.cloud:before {
  content: "\2601";
}
.glyphicons.direction:before {
  content: "\e234";
}
.glyphicons.brush:before {
  content: "\e235";
}
.glyphicons.pen:before {
  content: "\e236";
}
.glyphicons.zoom_in:before {
  content: "\e237";
}
.glyphicons.zoom_out:before {
  content: "\e238";
}
.glyphicons.pin:before {
  content: "\e239";
}
.glyphicons.albums:before {
  content: "\e240";
}
.glyphicons.rotation_lock:before {
  content: "\e241";
}
.glyphicons.flash:before {
  content: "\e242";
}
.glyphicons.google_maps:before {
  content: "\e243";
}
.glyphicons.anchor:before {
  content: "\2693";
}
.glyphicons.conversation:before {
  content: "\e245";
}
.glyphicons.chat:before {
  content: "\e246";
}
.glyphicons.male:before {
  content: "\e247";
}
.glyphicons.female:before {
  content: "\e248";
}
.glyphicons.asterisk:before {
  content: "\002A";
}
.glyphicons.divide:before {
  content: "\00F7";
}
.glyphicons.snorkel_diving:before {
  content: "\e251";
}
.glyphicons.scuba_diving:before {
  content: "\e252";
}
.glyphicons.oxygen_bottle:before {
  content: "\e253";
}
.glyphicons.fins:before {
  content: "\e254";
}
.glyphicons.fishes:before {
  content: "\e255";
}
.glyphicons.boat:before {
  content: "\e256";
}
.glyphicons.delete:before {
  content: "\e257";
}
.glyphicons.sheriffs_star:before {
  content: "\e258";
}
.glyphicons.qrcode:before {
  content: "\e259";
}
.glyphicons.barcode:before {
  content: "\e260";
}
.glyphicons.pool:before {
  content: "\e261";
}
.glyphicons.buoy:before {
  content: "\e262";
}
.glyphicons.spade:before {
  content: "\e263";
}
.glyphicons.bank:before {
  content: "\e264";
}
.glyphicons.vcard:before {
  content: "\e265";
}
.glyphicons.electrical_plug:before {
  content: "\e266";
}
.glyphicons.flag:before {
  content: "\e267";
}
.glyphicons.credit_card:before {
  content: "\e268";
}
.glyphicons.keyboard-wireless:before {
  content: "\e269";
}
.glyphicons.keyboard-wired:before {
  content: "\e270";
}
.glyphicons.shield:before {
  content: "\e271";
}
.glyphicons.ring:before {
  content: "\02DA";
}
.glyphicons.cake:before {
  content: "\e273";
}
.glyphicons.drink:before {
  content: "\e274";
}
.glyphicons.beer:before {
  content: "\e275";
}
.glyphicons.fast_food:before {
  content: "\e276";
}
.glyphicons.cutlery:before {
  content: "\e277";
}
.glyphicons.pizza:before {
  content: "\e278";
}
.glyphicons.birthday_cake:before {
  content: "\e279";
}
.glyphicons.tablet:before {
  content: "\e280";
}
.glyphicons.settings:before {
  content: "\e281";
}
.glyphicons.bullets:before {
  content: "\e282";
}
.glyphicons.cardio:before {
  content: "\e283";
}
.glyphicons.t-shirt:before {
  content: "\e284";
}
.glyphicons.pants:before {
  content: "\e285";
}
.glyphicons.sweater:before {
  content: "\e286";
}
.glyphicons.fabric:before {
  content: "\e287";
}
.glyphicons.leather:before {
  content: "\e288";
}
.glyphicons.scissors:before {
  content: "\e289";
}
.glyphicons.bomb:before {
  content: "\e290";
}
.glyphicons.skull:before {
  content: "\e291";
}
.glyphicons.celebration:before {
  content: "\e292";
}
.glyphicons.tea_kettle:before {
  content: "\e293";
}
.glyphicons.french_press:before {
  content: "\e294";
}
.glyphicons.coffe_cup:before {
  content: "\e295";
}
.glyphicons.pot:before {
  content: "\e296";
}
.glyphicons.grater:before {
  content: "\e297";
}
.glyphicons.kettle:before {
  content: "\e298";
}
.glyphicons.hospital:before {
  content: "\e299";
}
.glyphicons.hospital_h:before {
  content: "\e300";
}
.glyphicons.microphone:before {
  content: "\e301";
}
.glyphicons.webcam:before {
  content: "\e302";
}
.glyphicons.temple_christianity_church:before {
  content: "\e303";
}
.glyphicons.temple_islam:before {
  content: "\e304";
}
.glyphicons.temple_hindu:before {
  content: "\e305";
}
.glyphicons.temple_buddhist:before {
  content: "\e306";
}
.glyphicons.bicycle:before {
  content: "\e307";
}
.glyphicons.life_preserver:before {
  content: "\e308";
}
.glyphicons.share_alt:before {
  content: "\e309";
}
.glyphicons.comments:before {
  content: "\e310";
}
.glyphicons.flower:before {
  content: "\2698";
}
.glyphicons.baseball:before {
  content: "\e312";
}
.glyphicons.rugby:before {
  content: "\e313";
}
.glyphicons.ax:before {
  content: "\e314";
}
.glyphicons.table_tennis:before {
  content: "\e315";
}
.glyphicons.bowling:before {
  content: "\e316";
}
.glyphicons.tree_conifer:before {
  content: "\e317";
}
.glyphicons.tree_deciduous:before {
  content: "\e318";
}
.glyphicons.more_items:before {
  content: "\e319";
}
.glyphicons.sort:before {
  content: "\e320";
}
.glyphicons.filter:before {
  content: "\e321";
}
.glyphicons.gamepad:before {
  content: "\e322";
}
.glyphicons.playing_dices:before {
  content: "\e323";
}
.glyphicons.calculator:before {
  content: "\e324";
}
.glyphicons.tie:before {
  content: "\e325";
}
.glyphicons.wallet:before {
  content: "\e326";
}
.glyphicons.piano:before {
  content: "\e327";
}
.glyphicons.sampler:before {
  content: "\e328";
}
.glyphicons.podium:before {
  content: "\e329";
}
.glyphicons.soccer_ball:before {
  content: "\e330";
}
.glyphicons.blog:before {
  content: "\e331";
}
.glyphicons.dashboard:before {
  content: "\e332";
}
.glyphicons.certificate:before {
  content: "\e333";
}
.glyphicons.bell:before {
  content: "\e334";
}
.glyphicons.candle:before {
  content: "\e335";
}
.glyphicons.pushpin:before {
  content: "\e336";
}
.glyphicons.iphone_shake:before {
  content: "\e337";
}
.glyphicons.pin_flag:before {
  content: "\e338";
}
.glyphicons.turtle:before {
  content: "\e339";
}
.glyphicons.rabbit:before {
  content: "\e340";
}
.glyphicons.globe:before {
  content: "\e341";
}
.glyphicons.briefcase:before {
  content: "\e342";
}
.glyphicons.hdd:before {
  content: "\e343";
}
.glyphicons.thumbs_up:before {
  content: "\e344";
}
.glyphicons.thumbs_down:before {
  content: "\e345";
}
.glyphicons.hand_right:before {
  content: "\e346";
}
.glyphicons.hand_left:before {
  content: "\e347";
}
.glyphicons.hand_up:before {
  content: "\e348";
}
.glyphicons.hand_down:before {
  content: "\e349";
}
.glyphicons.fullscreen:before {
  content: "\e350";
}
.glyphicons.shopping_bag:before {
  content: "\e351";
}
.glyphicons.book_open:before {
  content: "\e352";
}
.glyphicons.nameplate:before {
  content: "\e353";
}
.glyphicons.nameplate_alt:before {
  content: "\e354";
}
.glyphicons.vases:before {
  content: "\e355";
}
.glyphicons.bullhorn:before {
  content: "\e356";
}
.glyphicons.dumbbell:before {
  content: "\e357";
}
.glyphicons.suitcase:before {
  content: "\e358";
}
.glyphicons.file_import:before {
  content: "\e359";
}
.glyphicons.file_export:before {
  content: "\e360";
}
.glyphicons.bug:before {
  content: "\e361";
}
.glyphicons.crown:before {
  content: "\e362";
}
.glyphicons.smoking:before {
  content: "\e363";
}
.glyphicons.cloud-upload:before {
  content: "\e364";
}
.glyphicons.cloud-download:before {
  content: "\e365";
}
.glyphicons.restart:before {
  content: "\e366";
}
.glyphicons.security_camera:before {
  content: "\e367";
}
.glyphicons.expand:before {
  content: "\e368";
}
.glyphicons.collapse:before {
  content: "\e369";
}
.glyphicons.collapse_top:before {
  content: "\e370";
}
.glyphicons.globe_af:before {
  content: "\e371";
}
.glyphicons.global:before {
  content: "\e372";
}
.glyphicons.spray:before {
  content: "\e373";
}
.glyphicons.nails:before {
  content: "\e374";
}
.glyphicons.claw_hammer:before {
  content: "\e375";
}
.glyphicons.classic_hammer:before {
  content: "\e376";
}
.glyphicons.hand_saw:before {
  content: "\e377";
}
.glyphicons.riflescope:before {
  content: "\e378";
}
.glyphicons.electrical_socket_eu:before {
  content: "\e379";
}
.glyphicons.electrical_socket_us:before {
  content: "\e380";
}
.glyphicons.pinterest:before {
  content: "\e381";
}
.glyphicons.dropbox:before {
  content: "\e382";
}
.glyphicons.google_plus:before,
.glyphicons.gp:before {
  content: "\e383";
}
.glyphicons.jolicloud:before {
  content: "\e384";
}
.glyphicons.yahoo:before {
  content: "\e385";
}
.glyphicons.blogger:before {
  content: "\e386";
}
.glyphicons.picasa:before {
  content: "\e387";
}
.glyphicons.amazon:before {
  content: "\e388";
}
.glyphicons.tumblr:before {
  content: "\e389";
}
.glyphicons.wordpress:before {
  content: "\e390";
}
.glyphicons.instapaper:before {
  content: "\e391";
}
.glyphicons.evernote:before {
  content: "\e392";
}
.glyphicons.xing:before {
  content: "\e393";
}
.glyphicons.zootool:before {
  content: "\e394";
}
.glyphicons.dribbble:before {
  content: "\e395";
}
.glyphicons.deviantart:before {
  content: "\e396";
}
.glyphicons.read_it_later:before {
  content: "\e397";
}
.glyphicons.linked_in:before {
  content: "\e398";
}
.glyphicons.forrst:before {
  content: "\e399";
}
.glyphicons.pinboard:before {
  content: "\e400";
}
.glyphicons.behance:before {
  content: "\e401";
}
.glyphicons.github:before {
  content: "\e402";
}
.glyphicons.youtube:before,
.glyphicons.yt:before {
  content: "\e403";
}
.glyphicons.skitch:before {
  content: "\e404";
}
.glyphicons.foursquare:before {
  content: "\e405";
}
.glyphicons.quora:before {
  content: "\e406";
}
.glyphicons.badoo:before {
  content: "\e407";
}
.glyphicons.spotify:before {
  content: "\e408";
}
.glyphicons.stumbleupon:before {
  content: "\e409";
}
.glyphicons.readability:before {
  content: "\e410";
}
.glyphicons.facebook:before,
.glyphicons.fb:before {
  content: "\e411";
}
.glyphicons.twitter:before,
.glyphicons.tw:before {
  content: "\e412";
}
.glyphicons.instagram:before {
  content: "\e413";
}
.glyphicons.posterous_spaces:before {
  content: "\e414";
}
.glyphicons.vimeo:before {
  content: "\e415";
}
.glyphicons.flickr:before {
  content: "\e416";
}
.glyphicons.last_fm:before {
  content: "\e417";
}
.glyphicons.rss:before {
  content: "\e418";
}
.glyphicons.skype:before {
  content: "\e419";
}
.glyphicons.e-mail:before {
  content: "\e420";
}
/*! Hint.css - v1.3.1 - 2013-11-23
* http://kushagragour.in/lab/hint/
* Copyright (c) 2013 Kushagra Gour; Licensed MIT */
/*-------------------------------------*\
    HINT.css - A CSS tooltip library
\*-------------------------------------*/
/**
 * HINT.css is a tooltip library made in pure CSS.
 *
 * Source: https://github.com/chinchang/hint.css
 * Demo: http://kushagragour.in/lab/hint/
 *
 * Release under The MIT License
 *
 */
/**
 * source: hint-core.scss
 *
 * Defines the basic styling for the tooltip.
 * Each tooltip is made of 2 parts:
 * 	1) body (:after)
 * 	2) arrow (:before)
 *
 * Classes added:
 * 	1) hint
 */
.hint,
[data-hint] {
  position: relative;
  display: inline-block;
  /**
   * tooltip arrow
   */
  /**
   * tooltip body
   */
}
.hint:before,
.hint:after,
[data-hint]:before,
[data-hint]:after {
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: hidden;
  opacity: 0;
  z-index: 1000000;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}
.hint:hover:before,
.hint:hover:after,
.hint:focus:before,
.hint:focus:after,
[data-hint]:hover:before,
[data-hint]:hover:after,
[data-hint]:focus:before,
[data-hint]:focus:after {
  visibility: visible;
  opacity: 1;
}
.hint:before,
[data-hint]:before {
  content: '';
  position: absolute;
  background: transparent;
  border: 6px solid transparent;
  z-index: 1000001;
}
.hint:after,
[data-hint]:after {
  content: attr(data-hint);
  background: #383838;
  color: white;
  text-shadow: 0 -1px 0px black;
  padding: 8px 10px;
  font-size: 12px;
  line-height: 12px;
  white-space: nowrap;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}
/**
 * source: hint-position.scss
 *
 * Defines the positoning logic for the tooltips.
 *
 * Classes added:
 * 	1) hint--top
 * 	2) hint--bottom
 * 	3) hint--left
 * 	4) hint--right
 */
/**
 * set default color for tooltip arrows
 */
.hint--top:before {
  border-top-color: #383838;
}
.hint--bottom:before {
  border-bottom-color: #383838;
}
.hint--left:before {
  border-left-color: #383838;
}
.hint--right:before {
  border-right-color: #383838;
}
/**
 * top tooltip
 */
.hint--top:before {
  margin-bottom: -12px;
}
.hint--top:after {
  margin-left: -18px;
}
.hint--top:before,
.hint--top:after {
  bottom: 100%;
  left: 50%;
}
.hint--top:hover:after,
.hint--top:hover:before,
.hint--top:focus:after,
.hint--top:focus:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}
@media screen and (min-width: 0) and (max-width: 50.063em) {
  .hint--top:after,
  .hint--top:before {
    display: none;
  }
}
/**
 * bottom tooltip
 */
.hint--bottom:before {
  margin-top: -12px;
}
.hint--bottom:after {
  margin-left: -18px;
}
.hint--bottom:before,
.hint--bottom:after {
  top: 100%;
  left: 50%;
}
.hint--bottom:hover:after,
.hint--bottom:hover:before,
.hint--bottom:focus:after,
.hint--bottom:focus:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px);
}
/**
 * right tooltip
 */
.hint--right:before {
  margin-left: -12px;
  margin-bottom: -6px;
}
.hint--right:after {
  margin-bottom: -14px;
}
.hint--right:before,
.hint--right:after {
  left: 100%;
  bottom: 50%;
}
.hint--right:hover:after,
.hint--right:hover:before,
.hint--right:focus:after,
.hint--right:focus:before {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  transform: translateX(8px);
}
/**
 * left tooltip
 */
.hint--left:before {
  margin-right: -12px;
  margin-bottom: -6px;
}
.hint--left:after {
  margin-bottom: -14px;
}
.hint--left:before,
.hint--left:after {
  right: 100%;
  bottom: 50%;
}
.hint--left:hover:after,
.hint--left:hover:before,
.hint--left:focus:after,
.hint--left:focus:before {
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  transform: translateX(-8px);
}
/**
 * source: hint-color-types.scss
 *
 * Contains tooltips of various types based on color differences.
 *
 * Classes added:
 * 	1) hint--error
 * 	2) hint--warning
 * 	3) hint--info
 * 	4) hint--success
 *
 */
/**
 * Error
 */
.hint--error:after {
  background-color: #b34e4d;
  text-shadow: 0 -1px 0px #592726;
}
.hint--error.hint--top:before {
  border-top-color: #b34e4d;
}
.hint--error.hint--bottom:before {
  border-bottom-color: #b34e4d;
}
.hint--error.hint--left:before {
  border-left-color: #b34e4d;
}
.hint--error.hint--right:before {
  border-right-color: #b34e4d;
}
/**
 * Warning
 */
.hint--warning:after {
  background-color: #c09854;
  text-shadow: 0 -1px 0px #6c5328;
}
.hint--warning.hint--top:before {
  border-top-color: #c09854;
}
.hint--warning.hint--bottom:before {
  border-bottom-color: #c09854;
}
.hint--warning.hint--left:before {
  border-left-color: #c09854;
}
.hint--warning.hint--right:before {
  border-right-color: #c09854;
}
/**
 * Info
 */
.hint--info:after {
  background-color: #3986ac;
  text-shadow: 0 -1px 0px #193b4d;
}
.hint--info.hint--top:before {
  border-top-color: #3986ac;
}
.hint--info.hint--bottom:before {
  border-bottom-color: #3986ac;
}
.hint--info.hint--left:before {
  border-left-color: #3986ac;
}
.hint--info.hint--right:before {
  border-right-color: #3986ac;
}
/**
 * Success
 */
.hint--success:after {
  background-color: #458746;
  text-shadow: 0 -1px 0px #1a321a;
}
.hint--success.hint--top:before {
  border-top-color: #458746;
}
.hint--success.hint--bottom:before {
  border-bottom-color: #458746;
}
.hint--success.hint--left:before {
  border-left-color: #458746;
}
.hint--success.hint--right:before {
  border-right-color: #458746;
}
/**
 * source: hint-always.scss
 *
 * Defines a persisted tooltip which shows always.
 *
 * Classes added:
 * 	1) hint--always
 *
 */
.hint--always:after,
.hint--always:before {
  opacity: 1;
  visibility: visible;
}
.hint--always.hint--top:after,
.hint--always.hint--top:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}
.hint--always.hint--bottom:after,
.hint--always.hint--bottom:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px);
}
.hint--always.hint--left:after,
.hint--always.hint--left:before {
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  transform: translateX(-8px);
}
.hint--always.hint--right:after,
.hint--always.hint--right:before {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  transform: translateX(8px);
}
/**
 * source: hint-rounded.scss
 *
 * Defines rounded corner tooltips.
 *
 * Classes added:
 * 	1) hint--rounded
 *
 */
.hint--rounded:after {
  border-radius: 4px;
}
/**
 * source: hint-effects.scss
 *
 * Defines various transition effects for the tooltips.
 *
 * Classes added:
 * 	1) hint--bounce
 *
 */
.hint--bounce:before,
.hint--bounce:after {
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition: opacity 0.3s ease, visibility 0.3s ease, -moz-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}
.tabs {
  width: 100%;
  float: left;
  margin: 1em 0;
}
.tabs .tabs-navigation {
  width: 100%;
  float: left;
  position: relative;
  z-index: 2;
}
.tabs .tabs-navigation ul {
  width: 100%;
  margin: 0;
  padding: 0;
  float: left;
}
.tabs .tabs-navigation ul li {
  float: left;
  margin: 0;
  line-height: 2.5em;
  padding: 0 1em;
  margin-right: 0.5em;
  border: thin solid #ddd;
  border-bottom: 0;
  background: #f9f9f9;
}
.tabs .tabs-navigation ul li .glyphicons:before {
  font-size: 24px;
  top: -0.1em;
  margin-right: 0.5em;
}
.tabs .tabs-navigation ul li.active {
  -webkit-box-shadow: 0.05em 0.1em 0 #fff;
  -moz-box-shadow: 0.05em 0.1em 0 #fff;
  box-shadow: 0.05em 0.1em 0 #fff;
  background: #fff;
}
.tabs .tabs-content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em;
  width: 100%;
  float: left;
  border: thin solid #ddd;
}
.tabs .tabs-content .tab {
  display: none;
}
.tabs .tabs-content .tab.active {
  display: block;
}
@media screen and (max-width: 50.063em) {
  .tabs .tabs-navigation ul li {
    width: 100%;
  }
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('../images/fancybox/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('../images/fancybox/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('../images/fancybox/blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: visible !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('../images/fancybox/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url('../images/fancybox/fancybox_sprite@2x.png');
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url('../images/fancybox/fancybox_loading@2x.gif');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/*
 * Title: jQuery Etalage plugin CSS
 * Author: Berend de Jong, Frique
 * Author URI: http://www.frique.me/
 * Version: 1.3.1 (20120705.1)
 *
 * ------------------------------------ STYLE ------------------------------------
 * Edit this section to style your thumbnails, zoom area, magnifier etc.
 * If the id of your Etalage instance is different, do a find/replace on #etalage.
 * -------------------------------------------------------------------------------
 */
/* Etalage container (large thumb + small thumbs): */
#etalage {
  display: block;
  margin-bottom: 1em;
  float: left;
  width: 100% !important;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Large thumbnail: */
#etalage .etalage_thumb {
  background: none;
  border: 1px solid #ddd;
  float: left;
  width: 100%;
  text-align: center;
}
#etalage .etalage_thumb a {
  width: 100%;
  float: left;
}
#etalage .etalage_thumb_image {
  height: auto;
  max-width: 100%;
  max-height: 250px;
}
/* Small thumbnails: */
#etalage .etalage_small_thumbs li {
  background: white;
  border: 1px solid #ddd;
  margin: 10px;
  padding: 3px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 10px #ddd;
  -moz-box-shadow: 0 0 10px #ddd;
  box-shadow: 0 0 10px #ddd;
}
#etalage ul li.etalage_smallthumb_active {
  -webkit-box-shadow: 0 0 10px #ddd;
  -moz-box-shadow: 0 0 10px #ddd;
  box-shadow: 0 0 10px #ddd;
}
#etalage .etalage_zoom_area,
.etalage_zoom_area {
  background: #fff;
  border: 1px solid #ddd;
  padding: 6px;
  -webkit-box-shadow: 0 0 10px #ddd;
  -moz-box-shadow: 0 0 10px #ddd;
  box-shadow: 0 0 10px #ddd;
  left: -600%;
}
/* Magnifier area (thumbnail hovering rectangle): */
#etalage .etalage_magnifier {
  max-width: 100%;
  width: 100%;
  height: auto;
}
/* Icon that will apear at the left bottom of the large thumbnail (optional): */
#etalage .etalage_icon {
  background: url(../images/ico/zoom.png) no-repeat;
  width: 14px;
  height: 14px;
}
#etalage .etalage_hint {
  background: none;
  width: 130px;
  height: 57px;
}
#etalage .etalage_description {
  background: white;
  font-style: italic;
  margin: 10px;
  padding: 6px 10px;
}
/*
 * ------------------------------------ FUNCTIONALITY --------------------------------------
 * The following CSS serves to make Etalage function properly. Don't edit or edit carefully.
 * -----------------------------------------------------------------------------------------
// */
.etalage,
.etalage_thumb,
.etalage_source_image,
.etalage_zoom_preview,
.etalage_icon,
.etalage_hint {
  display: none;
}
.etalage,
.etalage ul,
.etalage li,
.etalage img,
.etalage_hint,
.etalage_icon,
.etalage_description {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}
.etalage,
.etalage_magnifier div,
.etalage_magnifier div img,
.etalage_small_thumbs ul,
ul .etalage_small_thumbs li,
.etalage_zoom_area div,
.etalage_zoom_img {
  position: relative;
}
.etalage img,
.etalage li {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  user-drag: none;
}
.etalage,
.etalage_small_thumbs li {
  float: left;
}
.etalage_right {
  float: right;
}
.etalage li {
  position: absolute;
}
.etalage img {
  vertical-align: bottom;
  max-width: none;
}
.etalage_magnifier {
  cursor: default;
}
.etalage_magnifier div,
.etalage_small_thumbs {
  overflow: hidden;
}
.etalage_magnifier div img {
  display: none;
}
.etalage_icon,
.etalage_hint {
  cursor: default;
  width: 0;
  height: 0;
  overflow: hidden;
}
.etalage_small_thumbs li.vertical {
  float: none;
}
.etalage_zoom_area {
  z-index: 996;
}
.etalage_zoom_area div {
  overflow: hidden;
  z-index: 997;
}
.etalage_zoom_preview {
  position: absolute;
  z-index: 998;
}
.etalage_zoom_img,
.etalage_hint {
  z-index: 999;
}
.etalage {
  direction: ltr;
}
div.etalage_description {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 999;
}
div.etalage_description.rtl {
  direction: rtl;
  text-align: right;
}
@media screen and (min-width: 30em) and (max-width: 50.063em) {
  #etalage {
    width: 100% !important;
  }
  #etalage .etalage_thumb_image {
    opacity: 1 !important;
  }
}
@media screen and (min-width: 50.063em) and (max-width: 80.063em) {
  #etalage {
    width: 90% !important;
    margin-bottom: 2em;
  }
  #etalage .etalage_thumb {
    text-align: center;
  }
  #etalage .etalage_zoom_area,
  .etalage_zoom_area {
    left: 105%;
  }
}
@media screen and (min-width: 80.063em) {
  #etalage {
    width: 80% !important;
    margin-bottom: 2em;
  }
  #etalage .etalage_thumb {
    text-align: center;
  }
  #etalage .etalage_zoom_area,
  .etalage_zoom_area {
    left: 105%;
  }
}
body {
  background: #f5f5f5;
}
a.link,
a.link:visited {
  color: #634305;
  border-bottom: thin solid #ddd;
}
header {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  top: 2%;
  width: 100%;
  z-index: 900;
  position: relative;
  float: left;
}
header .row {
  margin-bottom: 0;
}
header .header-top {
  background: #fff;
  box-shadow: 0 0 2px #ddd;
  line-height: 1.8em;
  font-size: 0.875em;
  text-align: center;
}
header .header-top a:hover {
  color: #000;
}
header .header-top .top-left-links {
  text-align: center;
}
header .header-top .top-left-links .open-top-links {
  margin-left: 1em;
  background: rgba(0, 0, 0, 0.5);
  padding: 0.4em;
  border-radius: 20%;
  -moz-border-radius: 20%;
  -webkit-border-radius: 20%;
}
header .header-top .top-left-links .open-top-links .glyphicons:before {
  font-size: 1.3em;
  line-height: 3em;
}
header .header-top .top-links {
  width: 100%;
  float: right;
  text-align: center;
  -webkit-transition: height ease-in-out 0.32s;
  -o-transition: height ease-in-out 0.32s;
  -moz-transition: height ease-in-out 0.32s;
  -ms-transition: height ease-in-out 0.32s;
  transition: height ease-in-out 0.32s;
  border-top: thin solid #e59a00;
}
header .header-top .top-links a {
  padding-right: 0.4em;
  margin-left: 0.4em;
  width: 100%;
  float: left;
  border-bottom: thin solid #e59a00;
}
header .header-top .top-links a:last-child {
  border: none;
}
header .header-top #nav .submenu {
    background: #fff none repeat scroll 0 0;
}
header .container {
  position: relative;
}
header .header-boven {
  width: 100%;
  float: left;
}
header .header-bottom {
  width: 100%;
  float: left;
}
header .header-boven .desktop-elements {
  display: none;
}
header .mobile-logo {
  text-align: center;
}
header .mobile-logo img {
  max-width: 90%;
}
header .logo a {
  text-align: center;
  width: 100%;
  float: left;
}
header .logo img {
  width: 100%;
  vertical-align: middle;
}
header .top-login {
  width: 100%;
  float: left;
}
header .top-login .account-logged,
header .top-login .account-not-logged {
  width: 100%;
  float: left;
  padding: 0 0 0.5em 0;
}
header .top-login .account-not-logged a {
  width: 46%;
  float: left;
  text-align: center;
  margin: 0 2%;
  color: #634305;
  line-height: 2em;
  -webkit-box-shadow: 0 0.01em 0.1em #aaa;
  -moz-box-shadow: 0 0.01em 0.1em #aaa;
  box-shadow: 0 0.01em 0.1em #aaa;
}
header .top-login .account-not-logged a:hover {
  color: #F4A50D;
}
header .top-login .account-not-logged a .glyphicons {
  margin-right: 1em;
}
header .top-login .account-not-logged a .glyphicons:before {
  color: #aaa;
  line-height: 2em;
}
header .top-search {
  margin-top: 1.5em;
}
header .top-search input[type="search"] {
  width: 85%;
  border: thin solid #ddd;
}
header .top-search button {
  width: 15%;
  background: #444444;
  border: none;
}
header .top-search button .search:before {
  font-size: 1em;
  line-height: 2em;
}
header .basket {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1.5em 0 0 0;
  float: right;
  padding: .5em;
  background: rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.8);
}
header .basket a {
  color: #fff;
}
header .basket strong {
  color: #e1d102;
  float: right;
  font-size: 1.8em;
  line-height: 1.4em;
  margin-right: 0.5em;
}
header .basket span {
  font-size: .95em;
  float: left;
  width: 50%;
  max-height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
}
header .basket .glyphicons {
  float: left;
}
header .basket .glyphicons:before {
  font-size: 28px;
  margin-right: 1em;
  color: #fff;
  text-shadow: none;
}
header .desktop-top-login {
  float: right;
  position: relative;
  margin-top: 0;
  line-height: 2em;
}
header .desktop-top-login a {
  color: #555;
}
header .desktop-top-login a:hover {
  color: #000;
}
header .desktop-top-login .loggedAccount {
  position: relative;
}
header .desktop-top-login .loggedAccount span.accout {
  padding-bottom: 10px;
  cursor: default;
}
header .desktop-top-login .loggedAccount span.accout:hover strong {
  color: #634305;
}
header .desktop-top-login .loggedAccount span.accout:hover ul#logged_data {
  visibility: visible;
  opacity: 1;
}
header .desktop-top-login .loggedAccount ul#logged_data {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 100;
  left: -10%;
  top: 130%;
  background: #fff;
  -webkit-box-shadow: 0 0 0.5em #888;
  -moz-box-shadow: 0 0 0.5em #888;
  box-shadow: 0 0 0.5em #888;
  -webkit-transition: all ease-in-out 0.16s;
  -o-transition: all ease-in-out 0.16s;
  -moz-transition: all ease-in-out 0.16s;
  -ms-transition: all ease-in-out 0.16s;
  transition: all ease-in-out 0.16s;
}
header .desktop-top-login .loggedAccount ul#logged_data li {
  float: none;
  border-bottom: thin solid #eee;
}
header .desktop-top-login .loggedAccount ul#logged_data li:hover {
  background: #f8c96f;
}
header .desktop-top-login .loggedAccount ul#logged_data li:hover a {
  color: #fff;
}
header .desktop-top-login .loggedAccount ul#logged_data li a {
  padding: 0em 2em;
  display: block;
  color: #777;
  text-shadow: none;
}
header .desktop-top-login .loggedAccount ul#logged_data:before {
  background-color: #fff;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  left: 42%;
  top: -4px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 8px;
  z-index: -10;
}
header .mobile-container .top-login {
  display: none;
}
header .mobile-container .top-login.active {
  display: block;
}
header .mobile-container .top-login ul {
  width: 100%;
  float: left;
}
header .mobile-container .top-login ul li {
  text-align: center;
  width: 50%;
  float: left;
  border-bottom: thin solid #444444;
}
header .mobile-container .top-login ul li a {
  line-height: 3em;
  display: block;
  width: 100%;
}
header .mobile-container .top-login ul li a:hover {
  color: #F4A50D;
}
header .mobile-container .top-login ul li:hover,
header .mobile-container .top-login ul li.active {
  background: #F4F4F4;
}
header .header-icons {
  display: inline-table;
  text-align: center;
  width: 100%;
  margin-top: 1em;
}
header .header-icons .icon:hover {
  color: #FFFFFF;
  cursor: default;
  text-shadow: 0 1px 1px rgba(50, 50, 50, 0.8);
}
header .header-icons .icon:hover a {
  color: #FFFFFF;
}
header .header-icons .icon:hover .glyphicons:before {
  color: #FFFFFF;
  text-shadow: 0 1px 1px rgba(50, 50, 50, 0.8);
}
header .header-icons .glyphicons:before {
  color: #FFEECC;
  font-size: 1rem;
  line-height: 2rem;
  text-shadow: 0 0.01em 1px #888888;
  top: -0.1em;
  transition: all 0.15s ease-in-out 0s;
}
header .header-icons .icon {
  color: #FFEECC;
  display: table-cell;
  font-size: 1em;
  line-height: 2em;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 38, 0.6);
  transition: all 0.15s ease-in-out 0s;
}
header .header-icons .icon a {
  color: #FFEECC;
}
header .header-icons .icon .glyphicons {
  margin-right: 0.5em;
}
.brands {
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 100%;
  display: none;
}
.brands.mobile {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  padding: 0 1em;
  display: block;
}
.brands.mobile .brands-list {
  height: 80%;
  display: none;
}
.brands.mobile.expand .brands-list {
  display: block;
  height: 20em;
}
.brands h3 {
  margin-top: 0;
  margin-bottom: 0.2em;
  padding-top: 0.2em;
  width: 100%;
  float: left;
  cursor: pointer;
}
.brands h3 .glyphicons {
  float: right;
}
.brands h3 .glyphicons:before {
  float: right;
  font-size: 16px;
  top: 4px;
}
.brands .brands-list {
  width: 100%;
  float: left;
  overflow-y: scroll;
  height: 95%;
  -webkit-overflow-scrolling: touch;
  /* add scrollbars to iOS */
}
.brands .brands-list::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 8px;
  height: 25px;
}
.brands .brands-list::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid #fff;
  background-color: rgba(0, 0, 0, 0.3);
}
.brands .brands-list li {
  position: relative;
}
.brands .brands-list li img {
  max-width: 30px;
  max-height: 20px;
  position: absolute;
  left: 0;
}
.brands .brands-list li a {
  width: 100%;
  float: left;
  padding: 0.4em 0 0.4em 40px;
  border-bottom: thin solid #ddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#slider {
  margin-top: 0em;
  position: relative;
  float: left;
}
#slider .slider {
  max-height: 415px;
  margin-bottom: 1em;
}
#slider ul.slides li.slide {
  width: 100%;
  float: left;
}
#slider ul.slides li.slide img {
  width: 100%;
}
#main-content .main-page {
  position: relative;
  box-shadow: 0 0 2px #ddd;
  box-sizing: border-box;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.2rem;
  padding: 1rem 0;
  padding-bottom: 1.5rem;
  background: #fff;
  padding: 0 1em 1em;
  float: left;
  width: 100%;
}
#main-content .socials-likes {
  width: 100%;
  float: left;
  margin: 1em 0;
}
#main-content .socials-likes .fb-like.fb_iframe_widget {
  float: left;
  margin-right: 10px;
}
#main-content .socials-likes .fb-share-button.fb_iframe_widget {
  float: left;
  margin-right: 10px;
}
#main-content .sidebar {
  background: #fff;
  box-shadow: 0 0 2px #ddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 1em;
  float: left;
  width: 100%;
}
#main-content .sidebar .box {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 1em;
}
#main-content .sidebar .box .box_header h3 {
  margin-top: 0;
}
#main-content .sidebar .box .sidebar-newsletter {
  width: 100%;
  float: left;
  margin-bottom: 0.5em;
}
#main-content .sidebar .box .sidebar-newsletter .btn .glyphicons:before {
  margin-right: 0;
}
#main-content .sidebar .box .sidebar-newsletter .field {
  width: 73%;
}
#main-content .sidebar .box .sidebar-login {
  padding-bottom: 3em;
}
.news > .news-item {
    min-height: 0;
}
.sidebar-brands {
  width: 100%;
  overflow: hidden;
  height: 30em;
}
.sidebar-brands li {
  float: left;
  width: 49%;
  text-align: center;
  height: 5em;
}
.sidebar-brands li:hover a {
  opacity: 1;
}
.sidebar-brands li a {
  width: 100%;
  height: 5em;
  background-repeat: no-repeat;
  background-position: center;
  float: left;
  background-size: 8em 5em;
  opacity: 0.5;
  -moz-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
#sidebar-brands-top,
#sidebar-brands-bottom {
  width: 100%;
  float: left;
  height: 30px;
  background: url("../images/merken/arrow_up.png") no-repeat center #F4A50D;
  box-shadow: 0 0 2px #ddd, 0 0 2px #c7945a inset;
  cursor: pointer;
  margin-bottom: 10px;
}
#sidebar-brands-bottom {
  background: url("../images/merken/arrow_down.png") no-repeat center #F4A50D;
  margin: 10px 0 0 0;
}

.ui-menu-divider.ui-widget-content {
    display: none;
}
.ui-menu {
    margin: 0;
}
.ui-autocomplete li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.ui-widget-content {
    background-color: #fff;
    box-shadow: 0 0 4px #dddddd;
    color: #222222;
    float: left;
    margin-top: -0.02em;
    position: relative;
}
.ui-autocomplete li a:hover {
    background: #f7f7f7 none repeat scroll 0 0;
    color: #fff;
}
.ui-helper-hidden-accessible div {
    display: none;
}
#showAskAboutProduct.product-price.pointerClass {
    background: #f4a50d none repeat scroll 0 0;
    border-color: #dd950a;
    border-radius: 6px;
    font-size: 1.3em;
    padding: 0.3em 0 0.5em 0.5em;
    transition: all 0.16s ease-in-out 0s;
    width: 207px;
}
.product-content div#showAskAboutProduct.product-price.pointerClass span.price-new {
    color: #ffffff;
}
#main-content .main-page .news-tags {
    display: none;
}

footer {
  background: #606060;
  transition: all 0.2s ease-in-out;
  color: #d0d0d0;
  padding-bottom: 0.5em;
}
footer h3 a {
  color: #fff;
}
footer a,
footer a:visited {
  padding-left: 3px;
  color: #fff !important;
}
footer a:hover {
  text-decoration: underline;
}
footer a:hover .glyphicons:before {
  text-decoration: underline;
}
footer ul {
  width: 100%;
  float: left;
}
footer ul li a {
  width: 100%;
  display: inline-block;
}
footer ul.social-bottom li {
  padding-bottom: 0.5em;
}
footer ul.list li a {
  line-height: 1.4em;
}
footer ul.list li a:before {
  content: '\e224';
  position: relative;
  font: 8px/1em 'Glyphicons Regular';
  font-style: normal;
  font-weight: normal;
  color: #ddd;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  padding: 0.2em;
}

#down_strip {
  background: #505050;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #a8a8a8;
  padding: .5em 1em;
  line-height: 1.25rem;
  font-size: 0.875rem;
}
#down_strip a {
  color: #a8a8a8;
  margin: 0.5em 0;
}
#down_strip p {
  margin: 0.5em 0;
}
#scrollToTop {
  position: fixed;
  border-radius: 8px;
  right: 5%;
  bottom: 5%;
  background: #f4e62d;
  padding: 0.5em;
  cursor: pointer;
  opacity: 1;
  display: none;
}
#scrollToTop i:before {
  color: #3d3936;
}

#nav li.desktop-menu.has-submenu ul.submenu .submenu-top {
  color: #777777;
  text-transform: uppercase;
  padding: 0.5em 7px 0.3em;
}
#nav li.desktop-menu.has-submenu ul.submenu {
  padding: 5px 10px 12px;
}
#nav li.desktop-menu.has-submenu ul.submenu {
    padding: 5px 10px 12px;
}
#main-content div.container div#main-page div.row div.col-3-4 div.main-page.payments {
    padding-top: 15px;
    text-align: center;
}
.webshop-single-product .product-content .product-rating {
    border-bottom: thin solid #dddddd;
    margin: 0 0 2em;
    padding: 0 0 1em;
}
.main-page .form.webshop-main-search .input label {
    display: none;
}
a.btn-advies {
    border-radius: 0.4rem;
    color: #333;
    font-size: 1.3rem;
    padding: 0.75em 12px;
}
.btn-advies-default {
    background: #f0f2f5 none repeat scroll 0 0;
}
.btn-advies-default:hover {
    background: #e6e6e6 none repeat scroll 0 0;
    border-color: rgba(0, 53, 84, 0.1);
    color: #333;
}
.btn-block {
    display: block;
    width: 100%;
}
.webshop-single-product {
    padding: 0.5em 0;
}
.main-page div#webshop-products-navigation {
    display: none;
}
form.form.webshop-main-search .input input {
    width: 98%;
}

form#formId4.form div div.input div.radioOptions div.radioOption input{
    width: 20px;
}

html.no-js body div#main-content div.container div#main-page div.row div.col-3-4 div.main-page form#formId4.form div div.input div.radioOptions div.radioOption label{
	width: 92%;
	padding: 0.1em 0.5em;
}

.main-page .col-1-4.half {
    text-align: center;
}


.item.item-cover .content {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.item.item-cover .content .text {
    height: 100%;
    padding: 3.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.item.item-cover .content .text .h3 {
    color: #fff;
    text-shadow: 2px 2px black;
    margin-bottom: 3em;
	text-align: left;
    font-size: 1.5em;
    line-height: 1.5;
}

.item.item-large.item-cover .content .text button.btn.btn-primary{
	color: #fff;
	text-transform: uppercase;
	text-shadow: 2px 2px black;
	background: 0;
	border-color: #fff;
	font-size: 1.3em;
}

.agendaImageBox img{
	padding: 1em 0 2em;
	max-width: 400px;
}

.agendaTextBox .agendaClassRow.dateOfEvent span{
	padding-right: .3em;
	font-weight: bold;
}

.agendaClassRow:nth-child(2) > span:nth-child(1){
	font-weight: bold;
}

.agendaClassRow:nth-child(2){
	padding: 10px 0 0 0;
}

.agendaTextBox .agendaClassRow.locatie span{
	padding-right: .3em;
	font-weight: bold;
}

#payments{
	background: #fff;
	text-align: center;
}

#payments img{
	padding: 1em;
}

.single-news{
	width: 100%;
	margin: 0;
}

#main-content form#webshop-register-account-form.form div.input.checkbox:nth-child(8){
	background-color: #f8f8f8;
	padding: 1em;
}

#header .header-social{
	position: relative;
	float: right;
	right: 60px;
}

#header .header-social ul{
	display: inline-flex;
	margin: 0;
	width: 30%;
	float: right;
}

#header .header-social ul li{
	padding: .2em;
}

#main-content .products-tags{
	display:none;
}

#nav li.mobile-menu{
	width: 11%;
}

#main-content .mountaindrop-bestel a.btn.btn-primary.btn-small.archive{
	color: #000000 !important;
	background-color: transparent;
	font-size: 18px;
	font-weight: 500;
	padding: .3em 1em;
	line-height: 1.7em !important;
	border: 2px solid #ebca3c;
	border-radius: 3px;
	text-transform: uppercase;
}

#main-content .mountaindrop-bestel1 a.btn.btn-primary.btn-small.archive{
	color: #000000 !important;
	background-color: transparent;
	font-size: 14px;
	font-weight: 500;
	padding: .3em 1em;
	line-height: 1.7em !important;
	border: 2px solid #ebca3c;
	border-radius: 3px;
	text-transform: uppercase;
}

#main-content .mountaindrop-voordelen #product-tabs.tabs .tabs-content{
	border:0;
	padding: 1em 1em 0 1em;
}

#main-content .mountaindrop-voordelen div#product-tabs.tabs div.tabs-navigation ul li{
	border:0;
	text-transform: uppercase;
}

#main-content .mountaindrop-voordelen div#product-tabs.tabs div.tabs-navigation ul li.active{
	background: #ebca3c;
}


@media screen and (min-width: 0) and (max-width: 30em) {

  .container {
    max-width: 100%;
  }
  body {
    background: none;
  }
  
  header .logo img {
    max-width: 120px;
  }
  header {
	margin-bottom: 1em;
  }	
  header .header-top {
	padding: .2em .5em;
	text-align: left;
	font-size: 0.8em;
  }
  header .header-boven {
  	background: #f5f5f5;
	margin-top: 0;
	padding: .5em;
  }
  header .header-bottom {
    background-color: #eee;
  }
 
  #menu-search > button:nth-child(2){
	padding: 0.34rem;
	margin-bottom: 2px;
  }
  
  #nav {
	padding: 0.5em 0;
	margin: 0;
  }
  
  ul#mobile-menu.active li.mobile-menu.has-submenu ul.submenu .col-2-5{
    padding: 0;
  }
  
  ul#mobile-menu.active li.mobile-menu.has-submenu ul.submenu .col-1-4{
    padding: 0;
  }
  
  ul#mobile-menu.active li.mobile-menu.has-submenu ul.submenu .col-1-5{
    padding: 0;
  }
  
  #slider {
    display: none;
  }

  #nav .keurmerk {
    display: none;
  }
  #main-content .main-page {
    margin-bottom: 1.3em;
	box-shadow: none;
  }
  #main-content .sidebar {
    margin-bottom: 1.3em;
	box-shadow: none;
  }
  
  .brands.mobile {
    box-shadow: none;
	background: #f5f5f5;
  }
  
  #productsSearchMenuField{
	  color: #999;
	  font-weight: 500;
  }
  
  .main-page h1, h2{
 	font-size: 20px;
	text-transform: uppercase;
	color: #606060;
	font-weight: 500;
  }
 
  
  #nav li.mobile-menu {
    display: table-cell;
    text-align: center;
  }
  #nav li.desktop-menu {
    display: none;
  }
  #category-menu-section ul.category-menu {
    display: none;
    -webkit-transition: height ease-in-out 0.16s;
    -o-transition: height ease-in-out 0.16s;
    -moz-transition: height ease-in-out 0.16s;
    -ms-transition: height ease-in-out 0.16s;
    transition: height ease-in-out 0.16s;
  }
  #category-menu-section ul.category-menu.active {
    height: auto;
  }
  #category-menu-section ul.category-menu li {
    display: block;
    width: 100%;
    float: left;
    border: none;
    border-top: thin solid #444444;
    background: #634305;
  }
  #category-menu-section ul.category-menu li:first-child {
    border: none;
    border-top: thin solid #444444;
  }
  #category-menu-section ul.category-menu li ul.submenu {
    position: relative !important;
    width: 100%;
    background: #2b2b2b;
    visibility: visible;
    opacity: 1;
    height: auto;
  }
  #category-menu-section ul.category-menu li ul.submenu li {
    width: 50%;
    background: none;
  }
  .brands {
    margin-top: 0em;
  }
  .footer-acordion {
    width: 100%;
    float: left;
    margin-top: 1em;
  }
  .footer-acordion .footer-box {
    float: left;
    margin-bottom: 0.2em;
  }
  .footer-acordion .footer-box h3 {
    margin: 0;
    padding: 0.5em;
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
  }
  .footer-acordion .footer-box h3 a {
    color: #eaeaea;
    display: block;
    width: 100%;
  }
  .footer-acordion .footer-box h3 a:hover {
    color: #F4A50D;
  }
  .footer-acordion .footer-box .footer-content {
    height: 0;
    overflow: hidden;
    color: #eaeaea;
    -webkit-transition: all ease-in-out 0.48s;
    -o-transition: all ease-in-out 0.48s;
    -moz-transition: all ease-in-out 0.48s;
    -ms-transition: all ease-in-out 0.48s;
    transition: all ease-in-out 0.48s;
    padding: 0 0.5em;
    opacity: 0;
  }
  .footer-acordion .footer-box:target .footer-content {
    height: auto;
    padding: 0.5em;
    opacity: 1;
  }
  #down_strip p.pull-right {
    float: left;
  }

form.form input[type="text"], form.form input[type="password"], form.form input[type="datetime"], form.form input[type="datetime-local"], form.form input[type="date"], form.form input[type="month"], form.form input[type="time"], form.form input[type="week"], form.form input[type="number"], form.form input[type="email"], form.form input[type="url"], form.form input[type="search"], form.form input[type="tel"], form.form input[type="color"], form.form textarea {
	-webkit-appearance: none;
	border-radius: 0.5rem;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	border-color: rgba(0, 53, 84, 0.1);
}
form.form input[type="text"]:focus, form.form input[type="password"]:focus, form.form input[type="datetime"]:focus, form.form input[type="datetime-local"]:focus, form.form input[type="date"]:focus, form.form input[type="month"]:focus, form.form input[type="time"]:focus, form.form input[type="week"]:focus, form.form input[type="number"]:focus, form.form input[type="email"]:focus, form.form input[type="url"]:focus, form.form input[type="search"]:focus, form.form input[type="tel"]:focus, form.form input[type="color"]:focus, form.form textarea:focus {
	-webkit-appearance: none;
    border-radius: 0.5rem;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	border-color: rgba(0, 53, 84, 0.1);
}

.top-menu-search input[type="search"] {
  border-color: rgba(0, 53, 84, 0.1);
  width: 68%;
  margin-right: 2%;
}


  #main-content #main-page .main-page.payments{
	display: none;
  }
	
  .main-page .col-1-4.half{
	width: 50%;
  }

  .ui-autocomplete {
    background-color: #fff;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    margin-top: 0.5rem;
	position: absolute;
	width: 230px;
    z-index: 9999;
  }
 
  .ui-autocomplete li a:hover {
    background: #f7f7f7 none repeat scroll 0 0;
    color: #fff;
  }
  
  #main-content .news-item-content div.content-text a img#bestel-nu{
	margin-bottom: 45px;
  }

}

@media screen and (min-width: 50.063em) {
  #header .header-bottom .phone-mobile {
    display: none;
  }
  #header .mobile-logo {
    display: none;
  }
  #header .header-top .top-left-links {
    text-align: left;
  }
  header .logo img {
    width: 30%;
  }
  header .logo a {
    line-height: 4em;
  }
  header .desktop-top-login {
    margin-top: .5em;
  }
  .brands {
    display: block;
    height: 26.8em;
  }
  .box:nth-child(5) > div:nth-child(2){
	  height: 17.9em;
  }
  
  .brands.mobile {
    display: none;
  }
  #nav li.desktop-menu {
    display: table-cell;
  }
  #nav li.desktop-menu ul.submenu p {
    line-height: 2;
    margin: 0 0 5px;
  }
  #nav li.desktop-menu ul.submenu p a {
	color: #000;
    padding: 0;
    display: inline;
    line-height: 1.5em;
  }
  #nav li.mobile-menu {
    display: none;
  }
  #category-menu-section ul.category-menu li ul.submenu {
    line-height: 2em;
  }
  #main-content .main-page {
    margin-bottom: 1.3em;
  }
  #main-content .sidebar {
    margin-bottom: 1.3em;
  }
  .top-menu-search{
	  display: none;
  }

  
}
@media screen and (min-width: 30em) and (max-width: 50.063em) {
  .container {
    max-width: 100%;
  }
  body {
    background: none;
  }
  
  header .logo img {
    max-width: 130px;
	float:left;
  }

  header {
	margin-bottom: 1em;
  }	
  header .header-boven {
  	background: #f5f5f5;
	margin-top: 0;
	padding: .5em;
  }
  header .header-bottom {
    background-color: #eee;
  }
 
  #menu-search > button:nth-child(2){
	padding: 0.40rem;
	margin-bottom: 2px;
  }
  
  #nav {
	padding: 0.5em 0;
	margin: 0;
  }
  
  ul#mobile-menu.active li.mobile-menu.has-submenu ul.submenu .col-2-5{
    padding: 0;
  }
  
  ul#mobile-menu.active li.mobile-menu.has-submenu ul.submenu .col-1-4{
    padding: 0;
  }
  
  ul#mobile-menu.active li.mobile-menu.has-submenu ul.submenu .col-1-5{
    padding: 0;
  }
  
  #slider .slider{
	margin: 1em 0;
    /*max-height: 20vw;*/
  }
 
  #nav .keurmerk {
    display: none;
  }
  
  #nav li.mobile-menu a {
  	
  }	
  
  #main-content .main-page {
    margin-bottom: 1.3em;
	box-shadow: none;
  }
  #main-content .sidebar {
    margin-bottom: 1.3em;
	box-shadow: none;
  }
  
  .brands.mobile {
    box-shadow: none;
	background: #f5f5f5;
  }
  
  #productsSearchMenuField{
	  color: #999;
	  font-weight: 500;
  }
  
  .main-page h1, h2{
 	font-size: 20px;
	text-transform: uppercase;
	color: #606060;
	font-weight: 500;
  }
  
  .ui-autocomplete {
    background-color: #fff;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    margin-top: 0.5rem;
	position: absolute;
    z-index: 9999;
  }
 
  .ui-autocomplete li a:hover {
    background: #f7f7f7 none repeat scroll 0 0;
    color: #fff;
  }
  
  .footer-acordion {
    width: 100%;
    float: left;
    margin-top: 1em;
  }
  .footer-acordion .footer-box {
    float: left;
    margin-bottom: 0.2em;
  }
  .footer-acordion .footer-box h3 {
    margin: 0;
    padding: 0.2em 0.5em;
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
  }
  .footer-acordion .footer-box h3 a {
    color: #eaeaea;
    display: block;
    width: 100%;
  }
  .footer-acordion .footer-box h3 a:hover {
    color: #F4A50D;
  }
  .footer-acordion .footer-box .footer-content {
    height: 0;
    overflow: hidden;
    color: #eaeaea;
    -webkit-transition: all ease-in-out 0.48s;
    -o-transition: all ease-in-out 0.48s;
    -moz-transition: all ease-in-out 0.48s;
    -ms-transition: all ease-in-out 0.48s;
    transition: all ease-in-out 0.48s;
    padding: 0 0.5em;
    opacity: 0;
  }
  .footer-acordion .footer-box:target .footer-content {
    height: auto;
    padding: 0.5em;
    opacity: 1;
  }
  .main-page .col-1-4.half{
	width: 50%;
  }
  .brands {
    margin-top: 0em;
  }
  #down_strip p.pull-right {
    float: left;
  }
  #main-content .news-item-content div.content-text a img#bestel-nu{
	margin-bottom: 45px;
  }
  header .header-top {
    padding: .2em .5em;
    text-align: left;
    font-size: 0.8em;

}
}
@media screen and (min-width: 50.063em) and (max-width: 80.063em) {
  #header .desktop-elements {
    display: block;
  }
  #header .logo {
    margin: 10px 0;
  }
  #nav .keurmerk img{
    height:30px;
  }
  #nav li.desktop-menu {
    display: block;
    width: auto;
    float: left;
    position: static;
  }
  #nav li.desktop-menu:last-child {
    border: none;
  }
  #nav li.desktop-menu a {
    line-height: 2.5em;
  }
  #nav li.desktop-menu.has-submenu ul.submenu {
    width: 100%;
    left: 0;
    top: 100%;
    border-top: 2px solid #f4e62d;
  }
  ul.social-links {
    display: block;
  }
  #header .basket {
    font-size: .95em;
  }
  #header .basket .glyphicons:before {
    font-size: 1.4em;
  }
  header .mobile-container {
    display: none;
  }
  #header .header-top {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 200;
    line-height: 1.8em;
    font-size: 0.875em;
	text-align:center;
	margin-bottom:.5em;
  }
  #header .header-top .open-top-links {
    display: none;
  }
  #header .header-top .top-links {
    display: block;
    float: right;
    width: auto;
  }
  #header .header-top .top-links a {
    width: auto;
    border: none;
    border-right: thin solid #e59a00;
  }
  #header .header-top .top-links a:last-child {
    border: none;
  }
  .webshop-categories-list li.webshop-category {
    width: 30%;
  }
  .sidebar-news li {
    margin-bottom: 0;
  }
  #main-content .sidebar .box {
    margin-bottom: 0.5em;
  }
}
@media screen and (min-width: 80.063em) {
  #header .mobile-container {
    display: none;
  }
  #header .desktop-elements {
    display: block;
  }
  ul.social-links {
    display: block;
  }
  #header .header-top {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 200;
    line-height: 1.8em;
    font-size: 0.875em;
	text-align:center;
  }
  #header .header-top .open-top-links {
    display: none;
  }
  #header .header-top .top-links {
    display: block;
    float: right;
    width: auto;
  }
  #header .header-top .top-links a {
    width: auto;
    border: none;
    border-right: thin solid #e59a00;
  }
  header#header .header-top.bigger {
    padding: .5em 0;
}
  #header .header-top .top-links a:last-child {
    border: none;
  }
  #nav {
    box-shadow: 0 0 2px #ddd;
  }
  #nav li.desktop-menu {
    display: block;
    width: auto;
    float: left;
    position: static;
  }
  #nav li.desktop-menu:last-child {
    border: none;
  }
  #nav li.desktop-menu a {
    line-height: 3em;
  }
  #nav li.desktop-menu.has-submenu ul.submenu {
    width: 100%;
    left: 0;
    top: 100%;
    border-top: 2px solid #f4e62d;
  }
  #nav li.desktop-menu.has-submenu ul.submenu li {
    width: 100%;
    float: left;
  }
  #nav li.desktop-menu.has-submenu ul.submenu li a {
    border: none;
	font: 400 1em/2em "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .webshop-categories-list li.webshop-category {
    width: 23%;
  }
  .sidebar-news li {
    margin-bottom: 0;
  }
  #main-content .sidebar .box {
    margin-bottom: 0.5em;
  }
#main-content #webshop-products.grid-layout div.product-box div.product-content div.name{
    height: 4.8em;
	padding: 0.5em 0.2em;
  }

header .header-boven {
    margin: 1em 0 0 0;
}
  
}

#nav li.black_weekend-157{
  background-color: black;
  a{
    color: #fff;
  }
}
#mobile-menu li.black_weekend-157{
  background-color: black;
  a{
    color: #fff;
  }
  a:hover{
    color: #fff;
  }
}
.product-box:hover .product-content{box-shadow: 0px 0 5px -3px #666;}
.product-box .product-content{border-bottom:0}
.product-box .product-buttons .btn{box-shadow:none;line-height:3em;border:0;border-right:.15em solid #e1d102;padding:0;color:#f4a50d;background:#f9f9f9}.product-box .product-buttons .btn:hover{background:#e1d102}.product-box .product-buttons .btn:hover .glyphicons{background:#e1d102}
.product-box .product-buttons .btn .glyphicons{background:#f4e62d;}.product-box .product-buttons .btn .glyphicons:before{color:#3d3936}



.product-box .product-buttons .btn:last-child{border:0}
.list-layout .product-box{margin:.5em 0;border-bottom: 1px solid #eaeaea;}.list-layout .product-box .product-content{border:0}
.list-layout .product-box:hover{border-color:#d9edf7}
.list-layout .product-box .product-buttons .btn{border:none;border-color:transparent}
.sidebar_categories .category .all-categories a{color:#aaa}
#webshop-products-navigation .navigation-link{z-index:3}#webshop-products-navigation .navigation-link #product-next,#webshop-products-navigation .navigation-link #product-prev{background:#f9f9f9}#webshop-products-navigation .navigation-link #product-next .glyphicons,#webshop-products-navigation .navigation-link #product-prev .glyphicons{background:#f4a50d}#webshop-products-navigation .navigation-link #product-next .glyphicons:before,#webshop-products-navigation .navigation-link #product-prev .glyphicons:before{color:#fff}
#webshop-products-navigation .navigation-link:hover{background:#eaeaea;color:#634305}#webshop-products-navigation .navigation-link:hover #product-next .glyphicons,#webshop-products-navigation .navigation-link:hover #product-prev .glyphicons{background:#c58509}
#webshop-products-navigation .navigation-link:hover .webshop-navigation-product{-webkit-box-shadow:0 0 2px #444;-moz-box-shadow:0 0 2px #444;box-shadow:0 0 2px #444}
#webshop-products-navigation .navigation-link .webshop-navigation-product{background:#fff}#webshop-products-navigation .navigation-link .webshop-navigation-product .product-thumb,#webshop-products-navigation .navigation-link .webshop-navigation-product .product-name{border-color:#aaa}
.popularBig-products-nav,.randomBig-products-nav{opacity:0;-webkit-transition:opacity ease-in-out .16s;-o-transition:opacity ease-in-out .16s;-moz-transition:opacity ease-in-out .16s;-ms-transition:opacity ease-in-out .16s;transition:opacity ease-in-out .16s}
#popular-products:hover .popularBig-products-nav{opacity:1}
#random-products:hover .randomBig-products-nav{opacity:1}
.sidebarSearch{width:100%;float:left;padding-bottom:1em}.sidebarSearch input.field[type="search"]{width:78%;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0}
.sidebarSearch .btn{width:18%;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;padding:.5em 0}.sidebarSearch .btn .glyphicons:before{margin:0}

.sidebarSearch .btn {
    background: #f0f0f0 none repeat scroll 0 0;
    border: 1px solid #ddd;
    float: right;
    width: 20%;
}
.sidebarSearch .btn .glyphicons::before {
    color: #777;
	font-size: 20px;
    margin: 0;
}

.webshop-category-path .subcategory-path{
z-index: 999;	
}

#product-reviews-list .single-product-review.active{background:#f4a50d}
#product-reviews-list .single-product-review .products-reviews-reply-form .loading{background:url('../images/ico/loading.gif') center no-repeat rgba(255,255,255,0.6);-webkit-box-shadow:0 0 .5em #f4a50d;-moz-box-shadow:0 0 .5em #f4a50d;box-shadow:0 0 .5em #f4a50d}
#webshop-product-reviews-form .loading{background:url('../images/ico/loading.gif') center no-repeat rgba(255,255,255,0.6);-webkit-box-shadow:0 0 .5em #f4a50d;-moz-box-shadow:0 0 .5em #f4a50d;box-shadow:0 0 .5em #f4a50d}
.webshop-single-product .product-buttons .btn-big{font-size:1rem;padding:.5em}.webshop-single-product .product-buttons .btn-big .glyphicons:before{font-size:1rem}
ul.webshop-shopping-progress li.active{background:#d9edf7}ul.webshop-shopping-progress li.active a,ul.webshop-shopping-progress li.active .glyphicons:before{color:#3a87ad}
ul.webshop-shopping-progress li.active:after{border-left-color:#d9edf7}
ul.webshop-shopping-progress li.active:before{border-top-color:#d9edf7;border-bottom-color:#d9edf7}
ul.webshop-shopping-progress li.passed{background:#dff0d8}ul.webshop-shopping-progress li.passed a,ul.webshop-shopping-progress li.passed .glyphicons:before{color:#468847}
ul.webshop-shopping-progress li.passed:after{border-left-color:#dff0d8}
ul.webshop-shopping-progress li.passed:before{border-top-color:#dff0d8;border-bottom-color:#dff0d8}
