.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 {
  position: relative;
}

.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-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  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[aria-selected] {
  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;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.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 #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.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__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid #000 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 #aaa;
}

.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[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.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--highlighted[aria-selected] {
  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 #aaa;
  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: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.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 #aaa;
  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 #aaa;
  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 #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.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 #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.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__remove {
  margin-left: 2px;
  margin-right: auto;
}

.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 #aaa;
  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[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  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;
}
/* Preload images */

body:after {
  content: url(../../images/close.png) url(../../images/loading.gif) url(../../images/prev.png) url(../../images/next.png);
  display: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
@charset "UTF-8";

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */

.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/

.pika-single:before,
.pika-single:after {
  content: " ";
  display: table;
}

.pika-single:after {
  clear: both;
}

.pika-single {
  *zoom: 1;
}

.pika-single.is-hidden {
  display: none;
}

.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0,0,0,.5);
}

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}

.pika-title {
  position: relative;
  text-align: center;
}

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
}

.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  /* hide text using text-indent trick, using width value (it's enough) */
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: .5;
  *position: absolute;
  *top: 0;
}

.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==');
  *left: 0;
}

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=');
  *right: 0;
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: .2;
}

.pika-select {
  display: inline-block;
  *display: inline;
}

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}

.pika-table th,
.pika-table td {
  width: 14.285714285714286%;
  padding: 0;
}

.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}

.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5;
}

.pika-week {
  font-size: 11px;
  color: #999;
}

.is-today .pika-button {
  color: #33aaff;
  font-weight: bold;
}

.is-selected .pika-button {
  color: #fff;
  font-weight: bold;
  background: #33aaff;
  box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px;
}

.is-inrange .pika-button {
  background: #D5E9F7;
}

.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px;
}

.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px;
}

.is-disabled .pika-button,
.is-outside-current-month .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: .3;
}

.pika-button:hover {
  color: #fff;
  background: #ff8000;
  box-shadow: none;
  border-radius: 3px;
}

/* styling for abbr */

.pika-table abbr {
  border-bottom: none;
  cursor: help;
}
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

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

/* Colors
----------------------------------------------------------------------------- */

/* Theme colors
----------------------------------------------------------------------------- */

/* Header
----------------------------------------------------------------------------- */

/* Grid
----------------------------------------------------------------------------- */

/* ========================================================================
   Component: Grid
 ========================================================================== */

/*
 * 1. Makes grid more robust so that it can be used with other block elements like lists
 */

.uk-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* 1 */
  margin: 0;
  padding: 0;
  list-style: none;
}

/*
 * DEPRECATED
 * Micro clearfix
 * Can't use `table` because it creates a 1px gap when it becomes a flex item, only in Webkit
 */

.uk-grid:before,
.uk-grid:after {
  content: "";
  display: block;
  overflow: hidden;
}

.uk-grid:after {
  clear: both;
}

/*
 * Grid cell
 * 1. Space is allocated solely based on content dimensions
 * 2. Makes grid more robust so that it can be used with other block elements
 * 3. DEPRECATED Using `float` to support IE9
 */

.uk-grid > * {
  /* 1 */
  -ms-flex: none;
  flex: none;
  /* 2 */
  margin: 0;
  /* 3 */
  float: left;
}

/*
 * Remove margin from the last-child
 */

.uk-grid > * > :last-child {
  margin-bottom: 0;
}

/* Grid gutter
 ========================================================================== */

/*
 * Default gutter
 */

/* Horizontal */

.uk-grid {
  margin-left: -25px;
}

.uk-grid > * {
  padding-left: 25px;
}

/* Vertical */

.uk-grid + .uk-grid,
.uk-grid-margin,
.uk-grid > * > .uk-panel + .uk-panel {
  margin-top: 25px;
}

/* Large screen and bigger */

@media (min-width: 1100px) {
  /* Horizontal */

  .uk-grid {
    margin-left: -35px;
  }

  .uk-grid > * {
    padding-left: 35px;
  }

  /* Vertical */

  .uk-grid + .uk-grid,
  .uk-grid-margin,
  .uk-grid > * > .uk-panel + .uk-panel {
    margin-top: 35px;
  }
}

/*
 * Collapse gutter
 */

/* Horizontal */

.uk-grid-collapse {
  margin-left: 0;
}

.uk-grid-collapse > * {
  padding-left: 0;
}

/* Vertical */

.uk-grid-collapse + .uk-grid-collapse,
.uk-grid-collapse > .uk-grid-margin,
.uk-grid-collapse > * > .uk-panel + .uk-panel {
  margin-top: 0;
}

/*
 * Small gutter
 */

/* Horizontal */

.uk-grid-small {
  margin-left: -10px;
}

.uk-grid-small > * {
  padding-left: 10px;
}

/* Vertical */

.uk-grid-small + .uk-grid-small,
.uk-grid-small > .uk-grid-margin,
.uk-grid-small > * > .uk-panel + .uk-panel {
  margin-top: 10px;
}

/*
 * Medium gutter
 */

/* Horizontal */

.uk-grid-medium {
  margin-left: -25px;
}

.uk-grid-medium > * {
  padding-left: 25px;
}

/* Vertical */

.uk-grid-medium + .uk-grid-medium,
.uk-grid-medium > .uk-grid-margin,
.uk-grid-medium > * > .uk-panel + .uk-panel {
  margin-top: 25px;
}

/* Modifier: `uk-grid-divider`
 ========================================================================== */

/*
 * Horizontal divider
 * Only works with the default gutter. Does not work with gutter collapse, small or large.
 * Does not work with `uk-push-*`, `uk-pull-*` and not if the columns float into the next row.
 */

.uk-grid-divider:not(:empty) {
  margin-left: -25px;
  margin-right: -25px;
}

.uk-grid-divider > * {
  padding-left: 25px;
  padding-right: 25px;
}

.uk-grid-divider > [class*='uk-width-1-']:not(.uk-width-1-1):nth-child(n+2),
.uk-grid-divider > [class*='uk-width-2-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-3-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-4-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-5-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-6-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-7-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-8-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-9-']:nth-child(n+2) {
  border-left: 1px solid #ddd;
}

/* Tablet and bigger */

@media (min-width: 768px) {
  .uk-grid-divider > [class*='uk-width-medium-']:not(.uk-width-medium-1-1):nth-child(n+2) {
    border-left: 1px solid #ddd;
  }
}

/* Desktop and bigger */

@media (min-width: 960px) {
  .uk-grid-divider > [class*='uk-width-large-']:not(.uk-width-large-1-1):nth-child(n+2) {
    border-left: 1px solid #ddd;
  }
}

/* Large screen and bigger */

@media (min-width: 1100px) {
  /*
     * Large gutter
     */

  .uk-grid-divider:not(:empty) {
    margin-left: -35px;
    margin-right: -35px;
  }

  .uk-grid-divider > * {
    padding-left: 35px;
    padding-right: 35px;
  }

  .uk-grid-divider:empty {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}

/*
 * Vertical divider
 */

.uk-grid-divider:empty {
  margin-top: 25px;
  margin-bottom: 25px;
  border-top: 1px solid #ddd;
}

/* Match panels in grids
 ========================================================================== */

/*
 * 1. Behave like a block element
 */

.uk-grid-match > * {
  display: -ms-flexbox;
  display: flex;
  /* 1 */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.uk-grid-match > * > * {
  /* 1 */
  -ms-flex: none;
  flex: none;
  box-sizing: border-box;
  width: 100%;
}

/* Even grid cell widths
 ========================================================================== */

[class*='uk-grid-width'] > * {
  box-sizing: border-box;
  width: 100%;
}

.uk-grid-width-1-2 > * {
  width: 50%;
}

.uk-grid-width-1-3 > * {
  width: 33.333%;
}

.uk-grid-width-1-4 > * {
  width: 25%;
}

.uk-grid-width-1-5 > * {
  width: 20%;
}

.uk-grid-width-1-6 > * {
  width: 16.666%;
}

.uk-grid-width-1-10 > * {
  width: 10%;
}

/* Phone landscape and bigger */

@media (min-width: 480px) {
  .uk-grid-width-small-1-2 > * {
    width: 50%;
  }

  .uk-grid-width-small-1-3 > * {
    width: 33.333%;
  }

  .uk-grid-width-small-1-4 > * {
    width: 25%;
  }

  .uk-grid-width-small-1-5 > * {
    width: 20%;
  }

  .uk-grid-width-small-1-6 > * {
    width: 16.666%;
  }

  .uk-grid-width-small-1-10 > * {
    width: 10%;
  }
}

/* Tablet and bigger */

@media (min-width: 768px) {
  .uk-grid-width-medium-1-2 > * {
    width: 50%;
  }

  .uk-grid-width-medium-1-3 > * {
    width: 33.333%;
  }

  .uk-grid-width-medium-1-4 > * {
    width: 25%;
  }

  .uk-grid-width-medium-1-5 > * {
    width: 20%;
  }

  .uk-grid-width-medium-1-6 > * {
    width: 16.666%;
  }

  .uk-grid-width-medium-1-10 > * {
    width: 10%;
  }
}

/* Desktop and bigger */

@media (min-width: 960px) {
  .uk-grid-width-large-1-2 > * {
    width: 50%;
  }

  .uk-grid-width-large-1-3 > * {
    width: 33.333%;
  }

  .uk-grid-width-large-1-4 > * {
    width: 25%;
  }

  .uk-grid-width-large-1-5 > * {
    width: 20%;
  }

  .uk-grid-width-large-1-6 > * {
    width: 16.666%;
  }

  .uk-grid-width-large-1-10 > * {
    width: 10%;
  }
}

/* Large screen and bigger */

@media (min-width: 1100px) {
  .uk-grid-width-xlarge-1-2 > * {
    width: 50%;
  }

  .uk-grid-width-xlarge-1-3 > * {
    width: 33.333%;
  }

  .uk-grid-width-xlarge-1-4 > * {
    width: 25%;
  }

  .uk-grid-width-xlarge-1-5 > * {
    width: 20%;
  }

  .uk-grid-width-xlarge-1-6 > * {
    width: 16.666%;
  }

  .uk-grid-width-xlarge-1-10 > * {
    width: 10%;
  }
}

/* Sub-objects: `uk-width-*`
 ========================================================================== */

[class*='uk-width'] {
  box-sizing: border-box;
  width: 100%;
}

/*
 * Widths
 */

/* Whole */

.uk-width-1-1 {
  width: 100%;
}

/* Halves */

.uk-width-1-2,
.uk-width-2-4,
.uk-width-3-6,
.uk-width-5-10 {
  width: 50%;
}

/* Thirds */

.uk-width-1-3,
.uk-width-2-6 {
  width: 33.333%;
}

.uk-width-2-3,
.uk-width-4-6 {
  width: 66.666%;
}

/* Quarters */

.uk-width-1-4 {
  width: 25%;
}

.uk-width-3-4 {
  width: 75%;
}

/* Fifths */

.uk-width-1-5,
.uk-width-2-10 {
  width: 20%;
}

.uk-width-2-5,
.uk-width-4-10 {
  width: 40%;
}

.uk-width-3-5,
.uk-width-6-10 {
  width: 60%;
}

.uk-width-4-5,
.uk-width-8-10 {
  width: 80%;
}

/* Sixths */

.uk-width-1-6 {
  width: 16.666%;
}

.uk-width-5-6 {
  width: 83.333%;
}

/* Tenths */

.uk-width-1-10 {
  width: 10%;
}

.uk-width-3-10 {
  width: 30%;
}

.uk-width-7-10 {
  width: 70%;
}

.uk-width-9-10 {
  width: 90%;
}

/* Phone landscape and bigger */

@media (min-width: 480px) {
  /* Whole */

  .uk-width-small-1-1 {
    width: 100%;
  }

  /* Halves */

  .uk-width-small-1-2,
  .uk-width-small-2-4,
  .uk-width-small-3-6,
  .uk-width-small-5-10 {
    width: 50%;
  }

  /* Thirds */

  .uk-width-small-1-3,
  .uk-width-small-2-6 {
    width: 33.333%;
  }

  .uk-width-small-2-3,
  .uk-width-small-4-6 {
    width: 66.666%;
  }

  /* Quarters */

  .uk-width-small-1-4 {
    width: 25%;
  }

  .uk-width-small-3-4 {
    width: 75%;
  }

  /* Fifths */

  .uk-width-small-1-5,
  .uk-width-small-2-10 {
    width: 20%;
  }

  .uk-width-small-2-5,
  .uk-width-small-4-10 {
    width: 40%;
  }

  .uk-width-small-3-5,
  .uk-width-small-6-10 {
    width: 60%;
  }

  .uk-width-small-4-5,
  .uk-width-small-8-10 {
    width: 80%;
  }

  /* Sixths */

  .uk-width-small-1-6 {
    width: 16.666%;
  }

  .uk-width-small-5-6 {
    width: 83.333%;
  }

  /* Tenths */

  .uk-width-small-1-10 {
    width: 10%;
  }

  .uk-width-small-3-10 {
    width: 30%;
  }

  .uk-width-small-7-10 {
    width: 70%;
  }

  .uk-width-small-9-10 {
    width: 90%;
  }
}

/* Tablet and bigger */

@media (min-width: 768px) {
  /* Whole */

  .uk-width-medium-1-1 {
    width: 100%;
  }

  /* Halves */

  .uk-width-medium-1-2,
  .uk-width-medium-2-4,
  .uk-width-medium-3-6,
  .uk-width-medium-5-10 {
    width: 50%;
  }

  /* Thirds */

  .uk-width-medium-1-3,
  .uk-width-medium-2-6 {
    width: 33.333%;
  }

  .uk-width-medium-2-3,
  .uk-width-medium-4-6 {
    width: 66.666%;
  }

  /* Quarters */

  .uk-width-medium-1-4 {
    width: 25%;
  }

  .uk-width-medium-3-4 {
    width: 75%;
  }

  /* Fifths */

  .uk-width-medium-1-5,
  .uk-width-medium-2-10 {
    width: 20%;
  }

  .uk-width-medium-2-5,
  .uk-width-medium-4-10 {
    width: 40%;
  }

  .uk-width-medium-3-5,
  .uk-width-medium-6-10 {
    width: 60%;
  }

  .uk-width-medium-4-5,
  .uk-width-medium-8-10 {
    width: 80%;
  }

  /* Sixths */

  .uk-width-medium-1-6 {
    width: 16.666%;
  }

  .uk-width-medium-5-6 {
    width: 83.333%;
  }

  /* Tenths */

  .uk-width-medium-1-10 {
    width: 10%;
  }

  .uk-width-medium-3-10 {
    width: 30%;
  }

  .uk-width-medium-7-10 {
    width: 70%;
  }

  .uk-width-medium-9-10 {
    width: 90%;
  }
}

/* Desktop and bigger */

@media (min-width: 960px) {
  /* Whole */

  .uk-width-large-1-1 {
    width: 100%;
  }

  /* Halves */

  .uk-width-large-1-2,
  .uk-width-large-2-4,
  .uk-width-large-3-6,
  .uk-width-large-5-10 {
    width: 50%;
  }

  /* Thirds */

  .uk-width-large-1-3,
  .uk-width-large-2-6 {
    width: 33.333%;
  }

  .uk-width-large-2-3,
  .uk-width-large-4-6 {
    width: 66.666%;
  }

  /* Quarters */

  .uk-width-large-1-4 {
    width: 25%;
  }

  .uk-width-large-3-4 {
    width: 75%;
  }

  /* Fifths */

  .uk-width-large-1-5,
  .uk-width-large-2-10 {
    width: 20%;
  }

  .uk-width-large-2-5,
  .uk-width-large-4-10 {
    width: 40%;
  }

  .uk-width-large-3-5,
  .uk-width-large-6-10 {
    width: 60%;
  }

  .uk-width-large-4-5,
  .uk-width-large-8-10 {
    width: 80%;
  }

  /* Sixths */

  .uk-width-large-1-6 {
    width: 16.666%;
  }

  .uk-width-large-5-6 {
    width: 83.333%;
  }

  /* Tenths */

  .uk-width-large-1-10 {
    width: 10%;
  }

  .uk-width-large-3-10 {
    width: 30%;
  }

  .uk-width-large-7-10 {
    width: 70%;
  }

  .uk-width-large-9-10 {
    width: 90%;
  }
}

/* Sub-object: `uk-push-*` and `uk-pull-*`
 ========================================================================== */

/*
 * Source ordering
 * Works only with `uk-width-medium-*`
 */

/* Tablet and bigger */

@media (min-width: 768px) {
  [class*='uk-push-'],
  [class*='uk-pull-'] {
    position: relative;
  }

  /*
     * Push
     */

  /* Halves */

  .uk-push-1-2,
  .uk-push-2-4,
  .uk-push-3-6,
  .uk-push-5-10 {
    left: 50%;
  }

  /* Thirds */

  .uk-push-1-3,
  .uk-push-2-6 {
    left: 33.333%;
  }

  .uk-push-2-3,
  .uk-push-4-6 {
    left: 66.666%;
  }

  /* Quarters */

  .uk-push-1-4 {
    left: 25%;
  }

  .uk-push-3-4 {
    left: 75%;
  }

  /* Fifths */

  .uk-push-1-5,
  .uk-push-2-10 {
    left: 20%;
  }

  .uk-push-2-5,
  .uk-push-4-10 {
    left: 40%;
  }

  .uk-push-3-5,
  .uk-push-6-10 {
    left: 60%;
  }

  .uk-push-4-5,
  .uk-push-8-10 {
    left: 80%;
  }

  /* Sixths */

  .uk-push-1-6 {
    left: 16.666%;
  }

  .uk-push-5-6 {
    left: 83.333%;
  }

  /* Tenths */

  .uk-push-1-10 {
    left: 10%;
  }

  .uk-push-3-10 {
    left: 30%;
  }

  .uk-push-7-10 {
    left: 70%;
  }

  .uk-push-9-10 {
    left: 90%;
  }

  /*
     * Pull
     */

  /* Halves */

  .uk-pull-1-2,
  .uk-pull-2-4,
  .uk-pull-3-6,
  .uk-pull-5-10 {
    left: -50%;
  }

  /* Thirds */

  .uk-pull-1-3,
  .uk-pull-2-6 {
    left: -33.333%;
  }

  .uk-pull-2-3,
  .uk-pull-4-6 {
    left: -66.666%;
  }

  /* Quarters */

  .uk-pull-1-4 {
    left: -25%;
  }

  .uk-pull-3-4 {
    left: -75%;
  }

  /* Fifths */

  .uk-pull-1-5,
  .uk-pull-2-10 {
    left: -20%;
  }

  .uk-pull-2-5,
  .uk-pull-4-10 {
    left: -40%;
  }

  .uk-pull-3-5,
  .uk-pull-6-10 {
    left: -60%;
  }

  .uk-pull-4-5,
  .uk-pull-8-10 {
    left: -80%;
  }

  /* Sixths */

  .uk-pull-1-6 {
    left: -16.666%;
  }

  .uk-pull-5-6 {
    left: -83.333%;
  }

  /* Tenths */

  .uk-pull-1-10 {
    left: -10%;
  }

  .uk-pull-3-10 {
    left: -30%;
  }

  .uk-pull-7-10 {
    left: -70%;
  }

  .uk-pull-9-10 {
    left: -90%;
  }
}

.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 30px;
}

.content {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-title {
  text-align: center;
  font-family: 'Amatic SC', cursive;
  font-size: 40px;
  font-weight: 600;
  color: #2b2b2b;
  margin-bottom: 50px;
}

.section-title .section-title-label {
  background-color: #FFF;
  padding: 0px 10px;
  display: inline-block;
}

.section-title:after {
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  margin-top: -20px;
  height: 1px;
  border-bottom: 1px solid #f0f0f0;
}

.title {
  position: relative;
  background: #f0f0f0;
  height: 1px;
  width: 100%;
  margin-bottom: 50px;
  color: #666666;
  font-family: 'Amatic SC', cursive;
  text-align: center;
}

.title h2 {
  position: absolute;
  margin: -14px 0 0 0;
  background: #fff;
  padding: 0 10px 0 0;
}

.title h3 {
  position: absolute;
  margin: -12px 0 0 0;
  background: #fff;
  padding: 0 10px 0 0;
  font-size: 20px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600 !important;
}

.title h5 {
  position: absolute;
  margin: -12px 0 0 0;
  background: #fff;
  padding: 2px 10px 0 0;
}

.title h6 {
  position: absolute;
  margin: -12px 0 0 0;
  background: #fff;
  padding: 0 10px 0 0;
}

#note-long {
  max-width: 550px;
  display: inline-block;
  width: 100%;
  margin-bottom: 25px;
}

#googlemaps {
  height: 400px;
}

.nav-button {
  padding: 4px 8px;
  border-radius: 2px;
}

.nav-button.green {
  color: #FFF;
  background: #2ecc71;
}

.nav-button.green:hover {
  color: #FFF;
}

.button {
  position: relative;
  display: inline-block;
  background: #d8232a;
  color: #fff;
  padding: 13px 30px;
  font-size: 15px;
  font-weight: 500;
  border-radius: 2px;
  cursor: pointer;
  transition: all .2s ease;
  margin: 0 7px 7px 0;
  border: 2px solid transparent;
  overflow: hidden;
  width: auto;
  outline: none;
}

.button small {
  font-size: 60%;
}

.button.link {
  background-color: transparent;
}

.button.small {
  padding: 8px 18px;
  font-size: 13px;
}

.button.xsmall {
  padding: 6px 11px;
  font-size: 11px;
  margin-bottom: 15px;
}

.button.tiny {
  padding: 3px 8px;
  font-size: 11px;
  border-radius: 30px;
}

.button.large {
  padding: 13px 30px;
  font-size: 17px;
}

.button.rounded {
  border-radius: 30px;
}

.button:hover {
  background: #ac1c21;
}

.button .fa {
  padding: 0 5px 0 0;
}

.button b {
  font-weight: 500;
}

.button.right {
  display: block;
  float: right;
}

.button.lined {
  background: none;
  border-color: #555;
  color: #444;
  border-width: 1px;
  border-color: #f0f0f0;
}

.button.lined:hover {
  border-color: #444;
  background: #444;
  color: #fff;
}

.button.light {
  background-color: #f8f8f8;
  color: #8c8c8c;
}

.button.light:hover {
  background-color: #f0f0f0;
  color: #737373;
}

.button.green {
  background: #2ecc71;
}

.button.pink {
  background: #f02c5a;
}

.button.blue {
  background: #3498db;
}

.button.button-block {
  display: block;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  margin-right: 0;
  width: 100%;
}

.button:after {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.1);
  width: 60%;
  height: 100%;
  right: -100%;
  top: 0;
  transform: skewX(-30deg);
  transition: all .5s ease;
}

.button:hover:after {
  right: -10%;
}

.table {
  width: 100%;
  font-weight: 300;
  margin: 0px 0 30px 0;
}

.table thead tr th {
  background-color: #d8232a;
  color: #FFF;
  padding: 8px;
  vertical-align: middle;
  font-weight: 500;
  text-align: left;
}

.table tr td {
  padding: 12px 8px;
}

.table tr td:first-child {
  width: 40%;
}

.table tr td b,
.table tr td strong {
  font-weight: 600;
}

.table tr:nth-child(2n) {
  background: #f3f3f3;
}

.table.table-borders td,
.table.table-borders th {
  border: 1px solid #eaeaea;
}

.table.table-orders tr td {
  padding: 10px 12px;
  vertical-align: middle;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
}

.table.table-orders tr td.order {
  width: 200px;
}

.table.table-orders tr td.order a {
  color: #d8232a;
  text-decoration: none;
  font-weight: 500;
}

.table.table-orders tr td.price {
  font-weight: 400;
}

.table.table-orders tr td small {
  padding-top: 2px;
  display: block;
  font-weight: 300;
  font-size: 11px;
  line-height: 11px;
}

.table.table-orders tr td .button {
  margin: 0px;
  padding: 2px 8px;
  color: #FFF;
  text-decoration: none;
  font-size: 11px;
  text-align: center;
  white-space: nowrap;
  font-weight: 400;
  background-color: #d8232a;
}

.table.stripeless tr:nth-child(2n) {
  background: inherit;
}

.table .question {
  float: left;
  display: block;
  background: #d8232a;
  width: 18px;
  line-height: 17px;
  height: 18px;
  text-align: center;
  border-radius: 100%;
  color: #fff;
  font-size: 11px;
  margin: -2px 5px 0 0;
}

.simple-table {
  width: 100%;
  margin-bottom: 25px;
}

.simple-table tr td {
  border: 1px solid #dddddd;
  padding: 10px;
  color: #666666;
  font-weight: 300;
}

.simple-table tr td:first-child {
  font-weight: 600;
}

.pagination {
  width: 100%;
  margin-bottom: 20px;
  margin-top: 5px;
}

.pagination ul.totals {
  float: left;
  display: block;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
}

.pagination ul.totals li {
  font-size: 13px;
  line-height: 20px;
}

.pagination ul.totals li b {
  font-weight: 700;
}

.pagination ul.pages {
  float: right;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
  display: block;
  text-align: right;
}

.pagination ul.pages li {
  display: inline-block;
  padding: 0px;
}

.pagination ul.pages li a {
  font-size: 13px;
  line-height: 20px;
  padding: 0px 7px;
  display: block;
  border-right: 1px solid #f0f0f0;
}

.pagination ul.pages li:last-child a {
  border-right: 0px;
}

.pagination ul.pages li.current a {
  font-weight: 900;
  color: #333333;
}

.pagination:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

body {
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background: #ffffff;
  color: #333333;
  font-size: 14px;
  padding-top: 50px;
  /* Phone landscape and bigger */
}

@media (min-width: 960px) {
  body {
    padding-top: 0px;
  }
}

#overlay-black {
  background-color: #000;
  opacity: .7;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 500;
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #4d4d4d;
  font-size: 30px;
  font-weight: 400;
  margin: 0 0 30px 0;
  -webkit-font-smoothing: antialiased;
}

h1 b,
h1 strong,
h2 b,
h2 strong,
h3 b,
h3 strong,
h4 b,
h4 strong,
h5 b,
h5 strong,
h6 b,
h6 strong {
  font-weight: 600;
}

h1.bolder,
h2.bolder,
h3.bolder,
h4.bolder,
h5.bolder,
h6.bolder {
  font-weight: 700;
}

h1.handwritten,
h2.handwritten,
h3.handwritten,
h4.handwritten,
h5.handwritten,
h6.handwritten {
  font-family: 'Amatic SC', cursive;
  font-weight: 800;
  padding-bottom: 5px;
  border-bottom: 1px solid #f0f0f0;
}

h1 {
  font-size: 32px;
}

h1 small {
  margin: 8px 0 0 0;
  display: block;
  font-weight: 400;
  font-size: 22px;
  color: #d8232a;
}

h2 {
  font-size: 28px;
}

h2 small {
  margin: 5px 0 0 0;
  display: block;
  font-weight: 400;
  font-size: 19px;
  color: #d8232a;
}

h3 {
  font-size: 22px;
}

h3 small {
  margin: 5px 0 0 0;
  display: block;
  font-weight: 300;
  font-size: 16px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 17px;
  margin: 0 0 20px 0;
}

h5 small {
  margin: 5px 0 0 0;
  display: block;
  font-weight: 500;
  font-size: 13px;
}

h6 {
  font-size: 14px;
}

p {
  font-size: 14px;
  line-height: 21px;
  color: #666666;
  font-weight: 300;
  margin-bottom: 20px;
  -webkit-font-smoothing: antialiased;
}

p b,
p strong {
  font-weight: 900;
}

p.l {
  font-size: 13px;
  line-height: 21px;
  font-weight: 400;
}

p.lead {
  font-size: 16px;
  line-height: 23px;
}

a {
  text-decoration: none;
  color: #3498db;
}

i,
em {
  font-style: italic;
}

img.thumbnail {
  display: block;
  width: 100%;
  border-radius: 15px;
}

.markdown ul,
.bullet-list {
  margin: 0px;
  padding: 0px;
  margin-bottom: 25px;
  list-style-type: disc;
  list-style-position: inside;
}

.markdown ul li,
.bullet-list li {
  padding: 0px;
  line-height: 20px;
  font-size: 14px;
  line-height: 21px;
  color: #666666;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}

textarea {
  resize: vertical;
  min-height: 50px;
}

sup {
  vertical-align: text-top;
  font-size: 65%;
  opacity: .6;
}

blockquote {
  padding-left: 15px;
  border-left: 5px solid #ddd;
  font-size: 16px;
  line-height: 22px;
  font-style: italic;
}

strong {
  font-weight: 600;
}

html {
  position: relative;
  min-height: 100%;
}

#shop-wrapper {
  overflow: hidden;
}

#shop-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  clear: both;
}

.topbar {
  height: 35px;
  background: whitesmoke;
  display: none;
}

.topbar ul li {
  display: inline-block;
  margin: 0 10px 0;
  font-size: 12px;
  font-weight: 400;
  color: #777;
  line-height: 35px;
}

.topbar ul li:last-child {
  margin-right: 0px;
}

.topbar ul li a {
  transition: color .15s ease;
  color: #8c8c8c;
}

.topbar ul li a:hover {
  color: #3498db;
}

.topbar ul li .fa {
  color: #737373;
  margin: 0 4px 0 0;
}

@-moz-document url-prefix()  {
  .topbar ul li.moz-item {
    position: relative;
    top: -3px;
  }
}

@-moz-document url-prefix()  {
  .topbar ul li.moz-form {
    position: relative;
    top: 5px;
  }
}

@media (min-width: 960px) {
  .topbar {
    display: block;
  }
}

.footer {
  background: #333333;
  padding: 40px 0;
}

.footer .logo {
  width: 70%;
  margin: 0 0 20px 0;
}

.footer h3 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #fff;
  font-weight: 300;
}

.footer p {
  color: #ccc;
  font-size: 14px;
  font-weight: 300;
}

.footer p a {
  color: #ccc;
}

.footer p .fa {
  width: 20px;
  color: #d8232a;
}

.footer .fmenu li a {
  color: #aaa;
  line-height: 22px;
  font-size: 12px;
  font-weight: 300;
  transition: color .2s ease;
}

.footer .fmenu li a:hover {
  color: #fff;
}

.footer .fmenu li a::before {
  content: "\f0da";
  font-family: fontawesome;
  padding: 0 8px 0 0;
  color: #d8232a;
}

.footer #fb-link {
  line-height: 22px;
  background-color: #3B5998;
  color: #FFF;
  text-decoration: none;
  vertical-align: middle;
  padding: 5px 10px;
  border-radius: 4px;
}

.footer #fb-link .fa {
  margin-right: 5px;
}

.footer #fb-link:hover {
  background-color: #4c70ba;
}

.footer #instagram-link {
  position: relative;
  top: -1px;
  color: #FFF;
  text-decoration: none;
  vertical-align: middle;
  padding: 2px 7px 3px;
  border-radius: 4px;
  font-size: 18px;
  background: #f09433;
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

.footer .legal {
  font-size: 12px;
}

.navbar {
  height: 50px;
  background: #2b2b2b;
  border-bottom: 1px solid #5e5e5e;
  position: fixed;
  width: 100%;
  z-index: 500;
  top: 0px;
  /* Phone landscape and bigger */
}

.navbar .container {
  padding: 0px 10px;
}

.navbar #mobile-menu-trigger {
  float: left;
  color: #FFF;
  font-size: 28px;
  margin-top: 12px;
  margin-right: 10px;
  cursor: pointer;
  color: #aaaaaa;
}

.navbar #logo {
  float: left;
  display: block;
  width: 100px;
  height: auto;
  cursor: pointer;
}

.navbar #logo img {
  display: block;
  width: 100%;
  margin-top: 20px;
}

@media (max-width: 959px) {
  .navbar #logo {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 40px;
    height: 50px;
    background-image: url("../images/logo-small.png");
    background-repeat: no-repeat;
    background-position: center left;
    background-size: contain;
  }

  .navbar #logo img {
    display: none;
  }
}

.navbar #mainmenu {
  float: left;
  display: none;
  margin: 0 0 0 20px;
}

.navbar #mainmenu li {
  display: inline-block;
  margin: 0 0 0 0px;
}

.navbar #mainmenu li a {
  display: block;
  line-height: 70px;
  height: 70px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  margin: 0px;
  padding: 0px 15px;
  color: #FFF;
}

.navbar #mainmenu li:hover {
  background-color: #5e5e5e;
}

.navbar #mainmenu li.active a {
  font-weight: 700;
  background-color: #d8232a;
}

.navbar .shopping-cart {
  display: block;
  float: right;
  margin-top: 17.5px;
  cursor: pointer;
  position: relative;
}

.navbar .shopping-cart .fa {
  font-size: 35px;
  color: #ddd;
  transition: color .2s ease;
}

.navbar .shopping-cart:hover .fa {
  color: #d8232a;
}

.navbar .shopping-cart .cart-content {
  margin: 4px 0 0 50px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
  color: #FFF;
  display: none;
}

.navbar .shopping-cart .cart-content.active {
  font-weight: 700;
  color: #d8232a;
}

.navbar .shopping-cart .cart-content small {
  margin: 4px 0 0 0;
  display: block;
  color: #999;
  font-size: 11px;
  font-weight: 400;
  text-transform: none;
}

.navbar .shopping-cart small {
  position: absolute;
  font-size: 10px;
  right: 0;
  top: 0;
  margin-top: -5px;
  margin-right: -3px;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  color: #d8232a;
  background-color: #FFF;
}

.navbar .totalprice {
  float: right;
  font-size: 30px;
  font-weight: 500;
  color: #FFF;
  margin: 0 0 0 30px;
  letter-spacing: -1px;
  margin-top: 20px;
}

@media (min-width: 960px) {
  .navbar {
    height: 70px;
    border-bottom: 1px solid #2b2b2b;
    position: relative;
  }

  .navbar .container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 30px;
  }

  .navbar #mobile-menu-trigger {
    display: none;
  }

  .navbar #logo {
    width: 160px;
    height: 70px;
  }

  .navbar #mainmenu {
    display: block;
  }

  .navbar .shopping-cart .cart-content {
    display: block;
  }
}

.navbar-mobile {
  background: #2b2b2b;
  border-right: 1px solid #5e5e5e;
  position: fixed;
  top: 50px;
  left: 0px;
  width: 300px;
  height: 100%;
  overflow-y: scroll;
  z-index: 2000;
  left: -300px;
  display: none;
}

.navbar-mobile #mobilemenu {
  padding: 0px;
  margin: 0px;
}

.navbar-mobile #mobilemenu li a {
  display: block;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  height: auto;
  margin: 0px;
  padding: 20px 10px;
  color: #FFF;
}

.navbar-mobile #mobilemenu li a:hover {
  background-color: #5e5e5e;
}

.navbar-mobile #mobilemenu li.menu-item {
  display: block;
  margin: 0 0 0 0px;
  border-bottom: 1px solid #5e5e5e;
}

.navbar-mobile #mobilemenu li.menu-item.active > a {
  font-weight: 700;
  background-color: #d8232a;
}

.navbar-mobile #mobilemenu li.menu-item#shop-item {
  position: relative;
}

.navbar-mobile #mobilemenu li.menu-item#shop-item .go-button {
  position: absolute;
  right: 0;
  top: 0px;
}

.navbar-mobile #mobilemenu li.menu-item#shop-item .go-button:hover {
  background-color: inherit;
}

.navbar-mobile #mobilemenu li.search-item {
  padding: 5px 0;
  background-color: whitesmoke;
}

.navbar-mobile #mobilemenu li.search-item .form .form-group {
  margin: 0;
  position: relative;
}

.navbar-mobile #mobilemenu li.search-item .form .form-group.form-search::after {
  font-size: 15px;
  line-height: 38px;
}

.navbar-mobile #mobilemenu li.search-item .form .form-group .form-control {
  margin: 0;
  background-color: transparent;
  border: 0;
}

.navbar-mobile #mobilemenu li.search-item .form .form-group button {
  cursor: pointer;
  position: absolute;
  right: 2px;
  top: 5px;
  border: 0;
  background-color: transparent;
  color: #999999;
  font-size: 13px;
  display: none;
}

.navbar-mobile #mobilemenu li ul li a {
  padding-left: 30px;
  color: #FFF;
}

.navbar-mobile #mobilemenu li ul li ul li a {
  padding-left: 60px;
  color: #FFF;
  font-weight: 400;
  background-color: #2b2b2b;
}

.breadcrumbs {
  padding: 0px;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  color: #d8232a;
  margin: 0 0 40px 0;
}

.breadcrumbs li {
  display: inline-block;
  margin: 0 6px 0 0;
}

.breadcrumbs li a {
  color: #555;
}

.breadcrumbs li a:hover {
  color: #d8232a;
}

.breadcrumbs li:after {
  content: "\f105";
  font-family: fontawesome;
  color: #ccc;
  padding: 0 0 0 12px;
  font-size: 13px;
}

.breadcrumbs li:last-child:after {
  content: "";
}

.welcome {
  background: no-repeat center center;
  background-size: cover;
  padding: 100px 0 0 0;
  min-height: 420px;
}

.welcome h1 {
  color: #ffffff;
  font-size: 70px;
  text-transform: uppercase;
  font-weight: 100;
}

.welcome h1 small {
  margin: 10px 0 45px 0;
  display: block;
  font-weight: 300;
  font-size: 18px;
}

.welcome h1 small b {
  color: #d8232a;
  font-weight: 500;
}

.welcome .button {
  margin-bottom: 60px;
  border: 2px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 25px;
}

.welcome .button:hover {
  background: #fff;
  color: #333;
}

.welcome .button:hover::after {
  background: transparent;
}

.benefits {
  background: #f47d37;
}

.benefits .benefit {
  margin: 10px 0;
  padding-top: 10px;
  padding-bottom: 10px;
  border-right: 2px solid #f79c67;
  padding-right: 20px;
}

.benefits .benefit:last-child {
  border-right: none;
}

.benefits .benefit .fa {
  font-size: 36px;
  position: absolute;
  color: #FFF;
}

.benefits .benefit h3 {
  margin: 3px 0 0 55px;
  font-size: 17px;
  font-weight: 700;
  color: #FFF;
}

.benefits .benefit h3 small {
  display: block;
  font-size: 12px;
  color: #FFF;
  margin: 5px 0 0 0;
  font-weight: 300;
}

.newsletter {
  padding: 25px 0;
  min-height: 130px;
  background: #de6118;
  background: linear-gradient(135deg, #de6118 0%, #f0ae3c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de6118', endColorstr='#f0ae3c',GradientType=1 );
}

.newsletter .circle {
  position: absolute;
  display: inline-block;
  color: #fff;
  background: #333 url("../images/mail.png") no-repeat center center;
  background-size: 50px;
  width: 80px;
  height: 80px;
  line-height: 78px;
  text-align: center;
  border-radius: 100%;
  font-size: 30px;
}

.newsletter h3 {
  margin: 15px 0 0 100px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.newsletter h3 small {
  margin: 8px 0 0 0;
  display: block;
  font-weight: 400;
  font-size: 12px;
}

.newsletter .input {
  margin: 18px 0 0 0;
  width: 80%;
  height: 40px;
  padding: 0 10px;
  border: none;
  border-radius: 2px;
  background: #fff;
  outline: none;
}

.newsletter .add {
  display: block;
  position: absolute;
  background: #333;
  height: 40px;
  position: absolute;
  margin: 18px 0 0 0;
  line-height: 40px;
  color: #fff;
  padding: 0 20px;
  font-weight: 600;
  font-size: 12px;
  right: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  cursor: pointer;
  transition: all .2s ease;
}

.newsletter .add:hover {
  background: #f02c5a;
}

address.address-to {
  font-size: 14px;
  line-height: 20px;
}

address.address-to span {
  display: inline-block;
  width: 75px;
  color: #dddddd;
  border-right: 1px solid #f0f0f0;
  margin-right: 10px;
}

.select-location {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1500;
  display: none;
}

.select-location-wrapper {
  background-color: #FFF;
  padding: 35px;
  width: 95%;
  max-width: 400px;
  box-sizing: border-box;
  margin: 0 auto;
  margin-top: 25px;
}

#configurator {
  background-image: url(/images/configurator.jpg);
  background-size: cover;
  background-position: top center;
  padding: 30px 0px;
}

.config-title {
  color: #FFF;
}

.config-title .number {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  background-color: #d8232a;
  border-radius: 100%;
  color: #FFF;
  font-weight: 700;
}

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

.kinds-list li {
  vertical-align: top;
  padding-left: 10px;
}

.config-boxes li {
  float: left;
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
}

.config-boxes li:nth-child(4n) {
  margin-right: 0;
}

.config-boxes li .image {
  display: block;
  cursor: pointer;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 200px;
  background-color: #dddddd;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.config-boxes li .caption {
  width: 100%;
  text-align: center;
  padding: 20px 15px 10px 15px;
  background-color: #FFF;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.config-boxes li .caption h4 {
  font-weight: 600;
  margin: 0;
  color: #333333;
}

.config-boxes li .caption h4 a,
.config-boxes li .caption h4 span {
  color: inherit;
  cursor: pointer;
  display: block;
}

.config-boxes li .caption .caption-information-container {
  margin: 25px 0 25px 10%;
}

.config-boxes li .caption .caption-information-container .caption-information {
  width: 49%;
  color: #999999;
  text-transform: uppercase;
}

.config-boxes li .caption .caption-information-container .caption-information i {
  float: left;
  margin-top: 3px;
  font-size: 22px;
  margin-right: 10px;
}

.config-boxes li .caption .caption-information-container .caption-information span {
  float: left;
  font-size: 12px;
}

.config-boxes li .caption .caption-information-container:before {
  content: "";
  display: table-cell;
}

.config-boxes li .caption .caption-information-container:after {
  content: "";
  display: table;
  clear: both;
}

.config-boxes li .caption .button {
  border-radius: 8px;
  display: block;
  width: 100%;
}

.config-boxes li.search-box {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
}

.config-boxes li.search-box:nth-child(3n) {
  margin-right: 0;
}

.config-boxes li.search-box .caption {
  background-color: #fafafa;
}

.config-boxes:before {
  content: "";
  display: table-cell;
}

.config-boxes:after {
  content: "";
  display: table;
  clear: both;
}

.config-box {
  border-radius: 15px;
  padding: 30px;
  width: 100%;
  background-color: #FFF;
  text-align: left;
  position: relative;
  margin-bottom: 50px !important;
}

.config-box .ribbon {
  position: absolute;
  top: 0;
  right: 1em;
  z-index: 1;
  color: #eee;
  font-size: 2em;
  width: 1.5em;
  line-height: 0.5em;
  transition: line-height 0.5s;
  text-align: center;
}

.config-box .ribbon:after {
  content: "";
  font-size: 0.5em;
  position: absolute;
  height: 1.2em;
  border: 1.5em solid #d8232a;
  z-index: -1;
  top: -1em;
  border-top-width: 1.5em;
  border-bottom-color: transparent;
  right: 0;
  transition: height 0.5s;
}

.config-box .ribbon:before {
  content: "";
  font-size: 0.5em;
  position: absolute;
  border-style: solid;
  border-color: transparent transparent #ac1c21 transparent;
  top: -1em;
  right: 3em;
  border-width: 0 0 1em 0.7em;
  z-index: -1;
}

.config-box .ribbon span {
  display: block;
  margin-top: -10px;
  font-size: .4em;
}

.config-box .cbox-img {
  margin-top: 30px;
  min-height: 150px;
}

.config-box .button {
  margin: 0px;
}

.config-box .icon {
  display: inline-block;
  position: relative;
  font-size: 30px;
  line-height: 60px;
  width: 60px;
  height: 60px;
  top: -60px;
  text-align: center;
  border-radius: 100%;
  margin-bottom: 10px;
  background-color: #d8232a;
  color: #FFF;
  cursor: pointer;
}

.config-box .picture {
  width: 70%;
  display: inline-block;
  margin-bottom: 15px;
  cursor: pointer;
}

.config-box .target {
  font-size: 21px;
  font-weight: 700;
  margin-top: -50px;
  margin-bottom: 20px;
  color: #333333;
  cursor: pointer;
}

.config-box .target.nomargin {
  margin-top: 0px;
}

.config-box .target a {
  color: #333333;
}

.config-box .subtitle {
  margin-bottom: 20px;
  display: block;
  font-size: 13px;
  line-height: 17px;
  color: #737373;
  font-weight: 300;
}

.config-box .subtitle.bigger {
  font-size: 15px;
  line-height: 21px;
}

.config-box .subtitle b {
  font-weight: 500;
}

.config-box .specs {
  margin-bottom: 20px;
  text-align: left;
}

.config-box .specs li {
  font-size: 13px;
  font-weight: 500;
  line-height: 21px;
  color: #666666;
}

.config-box .specs li:before {
  content: "\f00c";
  color: #d8232a;
  font-family: 'fontawesome';
  margin-right: 4px;
}

.config-box .note {
  color: #d8232a;
  margin-bottom: 15px;
  font-weight: 500;
}

.config-box .budget {
  margin-bottom: 20px;
  text-align: left;
  display: block;
  font-weight: 400;
  font-size: 15px;
  color: #d8232a;
}

.config-box .budget.bigger {
  font-size: 34px;
  text-align: center;
  color: gray;
}

.config-box .budget small {
  font-size: 50%;
}

.config-box .budget .old {
  font-size: 50%;
  text-decoration: line-through;
}

#configurator_detail .thumb-box {
  width: 60%;
}

#configurator_detail .list-option {
  list-style: none;
  margin-bottom: 25px;
}

#configurator_detail .list-option:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

#configurator_detail .list-option li {
  border: 1px solid #e3e3e3;
  color: #8a8a8a;
  font-weight: 300;
  padding: 10px 15px;
  border-radius: 10px;
  margin-bottom: 7px;
  line-height: 13px;
  cursor: pointer;
  position: relative;
}

#configurator_detail .list-option li:hover {
  border: 1px solid #979797;
  color: #8a8a8a;
  font-weight: 500;
}

#configurator_detail .list-option li.active {
  border-color: #3498db;
  color: #3498db;
  font-weight: 500;
}

#configurator_detail .list-option li label {
  position: absolute;
  right: 15px;
  font-size: 11px;
  text-align: right;
}

#configurator_detail .list-option li .info {
  padding-top: 10px;
  font-size: 11px;
  font-weight: 300;
}

#configurator_detail .list-option li.gallery .thumb {
  width: 30%;
  max-width: 50px;
  margin-right: 15px;
  float: left;
}

#configurator_detail .list-option li.gallery:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

#configurator_modal {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  opacity: 0;
  overflow: scroll;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999;
}

#configurator_modal #configurator_modal_content {
  background-color: #FFF;
  background-image: url("/images/blackboard_desk.jpg");
  background-position: center center;
  background-size: cover;
  padding: 40px 40px 20px 40px;
  margin-top: 40px;
  margin-bottom: 40px;
  width: 95%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  vertical-align: middle;
  position: relative;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.75);
}

#configurator_modal #configurator_modal_content .config-box {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.55);
}

#configurator_modal #configurator_modal_content #modal_close {
  background-color: transparent;
  outline: none;
  border: none;
  padding: 0px;
  margin: 0px;
  font-size: 21px;
  line-height: 21px;
  cursor: pointer;
  color: #FFF;
  position: absolute;
  top: 15px;
  right: 20px;
  opacity: .5;
}

#configurator_modal #configurator_modal_content #modal_close:hover {
  opacity: 1;
}

#configurator_modal #configurator_modal_content .footnote {
  color: #FFF;
  font-size: 9px;
  font-weight: 400;
  text-align: center;
  opacity: .5;
}

.boxed {
  border: 1px solid #dddddd;
  padding: 30px;
  border-radius: 15px;
  margin-bottom: 20px;
}

.boxed.white {
  background-color: #FFF;
}

.boxed.inverted {
  border: none;
  background-color: whitesmoke;
}

.boxes {
  margin: 0px 0 25px 0;
}

.boxes .box {
  display: block;
  border-radius: 15px;
  padding: 30px;
  background-size: cover;
  background-position: center center;
  margin-bottom: 15px;
  background-image: url("/images/menu.png");
  background-repeat: no-repeat;
  text-align: center;
}

.boxes .box h2 {
  margin: 0;
  font-weight: 900;
  font-size: 21px;
  color: #FFF;
}

.boxes .box h2 small {
  margin: 3px 0 0 0;
  font-weight: 400;
  font-size: 17px;
  display: block;
  color: #f0f0f0;
}

.banners {
  margin-bottom: 0px;
}

.banners .banner-darken {
  background-color: rgba(0, 0, 0, 0.5);
}

.banners .banner {
  margin: 0 0 0px 0;
  background: #eee no-repeat center center;
  background-size: cover;
}

.banners .banner h1 {
  margin: 0px 0 20px 0;
  color: #FFF;
  font-size: 36px;
  font-weight: 600;
  text-shadow: 1px 1px #444444;
}

.banners .banner .subtitle {
  color: #FFF;
  background-color: #d8232a;
  padding: 5px 10px;
  text-transform: uppercase;
  border-radius: 2px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 16px;
  box-shadow: 1px 1px #444444;
}

.banners .banner p {
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
  line-height: 21px;
  margin: 0 0 30px 0;
  text-shadow: 1px 1px #444444;
}

.banners .banner .banner-info {
  padding: 30px 0px;
  margin: 100px 0px;
}

.banners .banner .banner-info.center {
  text-align: center;
}

.banners .banner .banner-info.light {
  background-color: rgba(255, 255, 255, 0.7);
}

.banners .banner .banner-info.light h1 {
  color: #333333;
}

.banners .banner .banner-info.light p {
  color: #333333;
}

.banners .banner .banner-info.dark {
  background-color: rgba(0, 0, 0, 0.5);
}

.banners .banner .banner-info.dark h1 {
  color: #FFF;
}

.banners .banner .banner-info.dark p {
  color: #FFF;
}

.banners .banner .banner-info.transparent {
  background-color: transparent;
}

.banners .banner .banner-info.transparent h1 {
  font-weight: 600;
}

.banners .banner .banner-info.transparent p {
  opacity: 1;
}

.banners .banner .banner-info h1 {
  font-family: 'Amatic SC', cursive;
  font-size: 42px;
}

.banners#landing-banner .banner-info {
  padding: 30px;
  margin: 50px 0px;
}

.form .form-group {
  margin: 0 0 20px 0;
}

.form .form-group input {
  outline: none !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.form .form-group label {
  display: inline-block;
  margin: 0 0 10px 0;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 11px;
  cursor: pointer;
  color: #a6a6a6;
}

.form .form-group label small {
  font-size: 11px;
  font-weight: 300;
  color: #777;
  position: absolute;
  margin: 1px 0 0 5px;
}

.form .form-group span.req {
  font-size: 12px;
  float: right;
  color: #999;
  display: inline-block;
}

.form .form-group .helper-block {
  font-size: 12px;
  color: #999;
}

.form .form-group .form-control {
  box-sizing: border-box;
  display: block;
  width: 100%;
  background-color: #FFF;
  outline: none;
  font-size: 16px;
  color: #737373;
  padding: 10px 15px;
  border-radius: 10px;
  border: 1px solid #dddddd;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}

.form .form-group .form-control:focus {
  border: 1px solid #b7b7b7;
}

.form .form-group .form-select {
  box-sizing: border-box;
  display: block;
  width: 100%;
  outline: none !important;
  padding: 10px 15px;
}

.form .form-group .form-checkbox {
  margin-right: 10px;
}

.form .form-group.form-search {
  position: relative;
}

.form .form-group.form-search input {
  padding-left: 40px;
}

.form .form-group.form-search::after {
  font-family: 'fontawesome';
  content: "\f002";
  position: absolute;
  top: 0px;
  left: 15px;
  line-height: 40px;
  color: #dddddd;
  font-size: 17px;
}

.form.small {
  width: 145px;
}

.form.small .form-group {
  margin-bottom: 0;
}

.form.small .form-group.form-search input {
  padding-left: 30px;
}

.form.small .form-group.form-search::after {
  font-size: 10px;
  line-height: 25px;
}

.form.small .form-group .form-control {
  font-size: 11px;
  padding: 5px 5px;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #dddddd;
  font-weight: 300;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #dddddd;
  font-weight: 300;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #dddddd;
  font-weight: 300;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #dddddd;
  font-weight: 300;
}

.select2-container {
  border: none;
  outline: 0 !important;
  padding: 0px;
  display: block;
  width: 100%;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.select2-dropdown {
  border: 1px solid #dddddd;
  border-radius: 10px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #3498db;
  color: white;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #f47d37;
  color: #FFF;
}

.select2-selection {
  outline: 0 !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 16px;
  color: #737373;
  line-height: 40px;
  padding-left: 15px;
  padding-right: 25px;
}

.select2-search--dropdown {
  padding: 0px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: none;
  outline: 0 !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  padding: 5px 15px;
  font-size: 16px;
  color: #737373;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
}

.select2-results__option {
  padding: 5px 15px;
  font-size: 16px;
  color: #737373;
  line-height: 18px;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #dddddd;
  border-radius: 10px;
}

.select2-container .select2-selection--single {
  height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
  right: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #737373 transparent transparent transparent;
}

.message {
  padding: 17px;
  border-radius: 2px;
  margin: 0 0 25px 0;
  color: #fff;
  font-weight: 300;
  font-size: 13px;
}

.message b {
  font-weight: 700;
}

.message.message-error {
  background: #f0a4a7;
  color: #983034;
}

.message.message-success {
  background: #a8ebc4;
  color: #2f985b;
}

.message.message-warning {
  background: #fcdbc8;
  color: #df6219;
}

.message.message-info {
  background: #b6daf2;
  color: #2c7bb0;
}

.list-block li {
  margin-bottom: 10px;
  border: 1px solid #f0f0f0;
  border-radius: 10px;
  padding: 20px;
}

.list-block li .list-block-title {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 15px;
}

.list-block li .list-block-content {
  margin: 0px;
}

.list-service {
  list-style: none;
  margin-top: 25px;
}

.list-service li {
  border-bottom: 1px solid #e3e3e3;
  width: 100%;
  color: #8a8a8a;
  font-weight: 300;
  padding: 20px 0px;
  cursor: pointer;
  position: relative;
  display: table;
}

.list-service li:last-child {
  border-bottom: 0px;
}

.list-service li .checkbox {
  vertical-align: middle;
  display: table-cell;
  width: 20px;
  font-size: 19px;
  text-align: center;
  transition: all .2s ease;
}

.list-service li .checkbox.active {
  color: #2ecc71;
}

.list-service li .icon {
  font-size: 34px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 65px;
  transition: all .2s ease;
}

.list-service li .icon.active {
  color: #2ecc71;
}

.list-service li .info {
  color: #8a8a8a;
  font-weight: 500;
  font-size: 13px;
  display: table-cell;
}

.list-service li .info .text {
  padding-top: 10px;
  font-size: 11px;
  font-weight: 300;
  line-height: 13px;
  color: #8a8a8a;
}

.list-service li .info:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.menu-list {
  border-bottom: 1px solid #e3e3e3;
  text-align: center;
}

.menu-list > li {
  display: inline-block;
  padding: 0px;
  margin: 0px;
  position: relative;
  border-right: 1px solid #e3e3e3;
}

.menu-list > li > a {
  position: relative;
  padding: 10px 20px;
  display: inline-block;
  text-align: center;
}

.menu-list > li > a .thumb {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 35px;
  background-size: cover;
  background-position: center center;
  margin-bottom: 10px;
  /* Safari */
  transition: all .2s ease-in-out;
}

.menu-list > li > a .name {
  display: block;
  color: #8c8c8c;
}

.menu-list > li > ul {
  display: none;
  position: absolute;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  left: 0px;
  z-index: 1000;
}

.menu-list > li > ul li {
  border-top: 1px solid #e3e3e3;
  display: block;
}

.menu-list > li > ul li a {
  display: block;
  width: 150px;
  padding: 10px;
  text-align: left;
  background-color: #FFF;
  color: #8a8a8a;
  font-weight: 400;
}

.menu-list > li > ul li a:hover {
  background: whitesmoke;
}

.menu-list > li > ul li:last-child {
  border-bottom: 1px solid #e3e3e3;
}

.menu-list > li:hover > a .thumb {
  transform: scale(1.1);
}

.menu-list > li:hover > ul {
  display: block;
}

.dropdown {
  display: none;
  position: absolute;
  box-shadow: 1px 1px 5px #999;
}

.dropdown li {
  border-bottom: 1px solid #eaeaea;
}

.dropdown li a {
  width: 200px;
  background-color: whitesmoke;
  display: block;
  text-align: left;
  padding: 10px;
  position: relative;
  color: gray;
}

.dropdown li a:after {
  position: absolute;
  content: "\f105";
  font-family: FontAwesome;
  font-size: 18px;
  color: #cccccc;
  right: 10px;
}

.dropdown li a:hover {
  background-color: #f0f0f0;
}

.dropdown li:last-child {
  border-bottom: 0;
}

.dropdown:after {
  content: "";
  position: absolute;
  top: -7px;
  left: 12px;
  border-width: 0px 7px 7px;
  border-style: solid;
  border-color: whitesmoke transparent;
  display: block;
  width: 0;
}

.legal {
  margin-top: 15px;
}

.legal li {
  font-size: 11px;
  color: #8c8c8c;
  line-height: 15px;
  font-weight: 300;
  margin-bottom: 10px;
}

.legal li sup {
  width: 15px;
  display: inline-block;
}

.legal.horizontal li {
  display: inline-block;
}

.legal.horizontal li:after {
  content: " -";
}

.legal.horizontal li:last-child:after {
  content: "";
}

#preloader {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: table;
  display: none;
}

#preloader .display {
  text-align: center;
  width: 100%;
  font-size: 50px;
  color: #333333;
  display: table-cell;
  vertical-align: middle;
}

#preloader .display i {
  display: inline-block;
}

#preloader .display label {
  font-weight: 500;
  display: block;
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 11px;
  color: #333333;
}

.alert {
  display: block;
  padding: 15px;
  font-size: 14px;
  border-radius: 10px;
  margin-bottom: 20px;
  line-height: 20px;
}

.alert.info {
  background-color: #eaf4fb;
  color: #2077b2;
}

.alert.warning {
  background-color: #f47d37;
  color: #FFF;
}

.alert i {
  margin-right: 5px;
}

.modalDialog {
  position: fixed;
  font-family: Arial, Helvetica, sans-serif;
  top: 0;
  right: 0px;
  bottom: 0;
  left: 0;
  background: rgba(200, 200, 200, 0.8);
  z-index: 99999;
  opacity: 0;
  transition: opacity 400ms ease-in;
  pointer-events: none;
}

.modalDialog:target {
  opacity: 1;
  pointer-events: auto;
}

.modalDialog div {
  width: 400px;
  position: relative;
  margin: 10% auto;
  padding-top: 20px;
  padding: 20px 20px 1px 20px;
  border-radius: 10px;
  background: #fff;
  background: -o-linear-gradient(#fff, #dddddd);
}

.close {
  background: #606061;
  color: #FFFFFF;
  line-height: 25px;
  position: absolute;
  right: -12px;
  text-align: center;
  top: -10px;
  width: 24px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 12px;
  box-shadow: 1px 1px 3px #000;
}

.close:hover {
  background: #f47d37;
}

.uk-article {
  margin-bottom: 20px !important;
}

.uk-article a {
  color: inherit;
}

.uk-article .uk-article-title {
  font-size: 36px;
  line-height: 42px;
  margin: 0;
}

.uk-article .uk-article-meta {
  font-size: 14px;
  line-height: 18px;
  color: #999;
}

.uk-article.small .uk-article-title {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 15px;
}

.uk-article.small .uk-article-meta {
  line-height: 12px;
  font-size: 12px;
  color: #999;
}

.uk-article.small .uk-article-lead {
  font-size: 14px;
  line-height: 18px;
  margin-top: 15px;
}

.uk-article.small .uk-article-divider {
  box-sizing: content-box;
  height: 0;
  margin: 15px 0;
  border: 0;
  border-top: 1px solid #ddd;
}

.uk-article.small.folder a.button {
  margin-top: -32px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.uk-article.small .image {
  display: block;
  width: 100%;
  height: 120px;
  border-radius: 4px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #dddddd;
}

.uk-article.small .image.image-portrait {
  min-height: 240px;
}

.uk-article.small .image.extended {
  height: 200px;
}

.uk-article.small .download-btn {
  display: block;
  margin-top: 20px;
  color: #FFF;
  text-align: center;
  width: 100%;
}

#about-banner {
  height: 400px;
  background-size: cover;
  background-position: center top;
}

.line:after {
  margin-top: 20px;
  content: ' ';
  display: block;
  border: 1px solid #f0f0f0;
  max-width: 150px;
}

ul.contact-list {
  margin-bottom: 10px;
}

ul.contact-list.small {
  color: #ccc;
}

ul.contact-list li {
  color: #aaa;
  line-height: 22px;
  font-size: 12px;
  font-weight: 300;
}

ul.contact-list li span:first-child {
  display: inline-block;
  min-width: 90px;
  font-weight: 600;
}

ul.contact-list li span:nth-child(2) {
  display: inline-block;
  min-width: 20px;
  text-align: center;
}

.share {
  margin: 20px 0 50px;
}

.share li {
  display: inline-block;
  margin: 0 3px 3px 0;
}

.share li a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  font-size: 15px;
}

.share li.facebook a {
  background: #3b5998;
}

.share li.twitter a {
  background: #1dcaff;
}

.share li.envelope a {
  background: #dddddd;
}

.category-name {
  background-color: #d8232a;
  color: #FFF;
  cursor: pointer;
  padding: 10px 15px;
  margin-bottom: 5px;
  position: relative;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 2px;
  line-height: 15px;
}

.category-name.toggle::before {
  font-family: 'fontawesome';
  content: "\f078";
  position: absolute;
  right: 15px;
  line-height: 15px;
  color: #FFF;
}

.categories-list {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.categories-list > li {
  border-bottom: 1px solid #f0f0f0;
}

.categories-list > li > a:first-child {
  display: block;
  font-size: 16px;
  line-height: 24px;
  padding: 5px 10px;
  color: #8c8c8c;
  position: relative;
  font-weight: 500;
}

.categories-list > li.active {
  border: none;
}

.categories-list > li.active > a:first-child {
  color: #FFF;
  background-color: #d8232a;
  border-radius: 4px;
}

.categories-list > li.active > a:first-child::before {
  font-family: 'fontawesome';
  content: "\f105";
  position: absolute;
  color: #FFF;
  right: 15px;
  line-height: 24px;
  font-size: 24px;
}

.categories-list > li > a.toggle:first-child::before {
  font-family: 'fontawesome';
  content: "\f107";
  position: absolute;
  color: #8c8c8c;
  right: 15px;
  line-height: 24px;
  font-size: 24px;
}

.categories-list > li.hover > a:first-child {
  color: #333333;
}

.categories-list > li:last-child {
  border-bottom: 0px;
}

.categories-list > li ul {
  margin-left: 30px;
  margin-bottom: 10px;
  margin-top: 5px;
}

.categories-list > li ul li {
  margin-bottom: 3px;
}

.categories-list > li ul li a {
  color: #8c8c8c;
  line-height: 24px;
  padding: 5px 0px;
}

.categories-list > li ul li a:hover {
  color: #333333;
}

.categories-list > li ul li.active a {
  color: #d8232a;
  font-weight: 700;
}

.categories {
  margin: 0 0 20px 0;
}

.categories li {
  position: relative;
  border-bottom: 1px solid #f0f0f0;
  transition: all .2s ease;
}

.categories li a {
  padding: 6px 15px;
  display: block;
  font-weight: 400;
  color: #666666;
  line-height: 17px;
  font-size: 14px;
}

.categories li :hover {
  font-weight: bold;
}

.categories li:not(.active):hover:after {
  font-family: 'fontawesome';
  content: "\f105";
  position: absolute;
  right: 15px;
  top: 0px;
  line-height: 30px;
  color: #666666;
  font-size: 17px;
}

.categories li.active:hover {
  background-color: #f9686e;
}

.categories li.active a {
  font-weight: 900;
}

.categories li.highlight a {
  font-weight: 700;
}

.categories li:last-child {
  border-bottom: none;
}

.categories li ul {
  padding: 0 15px;
}

.categories li ul li a {
  font-weight: 400 !important;
}

.categories li ul li.active a {
  font-weight: bold !important;
}

.categories.marker .active::before {
  font-family: 'fontawesome';
  content: "\f105";
  position: absolute;
  right: 15px;
  line-height: 30px;
  font-size: 17px;
}

.categories.hidden {
  display: none;
}

#category-menu-box {
  text-align: center;
  padding: 25px 0px;
}

#category-menu-box .handnote {
  font-size: 32px;
}

#category-menu-box #category-menu {
  list-style: none;
  display: inline-block;
  padding: 0px;
  margin: 0px;
}

#category-menu-box #category-menu li {
  display: inline-block;
}

.category-group-banner {
  width: 100%;
  background-size: cover;
  background-position: center center;
  padding: 50px 0px;
}

.category-group-banner h1 {
  color: #FFF;
  text-align: center;
  font-family: 'Amatic SC', cursive;
  font-weight: 600;
  font-size: 90px;
  line-height: 90px;
}

.category-banner {
  width: 100%;
  border-radius: 15px;
  margin-bottom: 25px;
}

.category-banner.banner {
  max-height: 300px;
}

.category-header {
  width: 100%;
  margin-bottom: 0px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
}

.category-header h2 {
  float: left;
  margin: 0px;
  font-family: 'Amatic SC', cursive;
  font-weight: 600;
  font-size: 40px;
  margin-top: -6px;
}

.category-header .form {
  margin: 0px;
  margin-top: 5px;
  float: right;
}

.category-header .form .form-group {
  margin: 0px;
}

.category-header .form .form-group label {
  display: inline-block;
  font-weight: 500;
  font-size: 11px;
}

.category-header:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.category-description {
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0px;
  border-bottom: 1px solid #f0f0f0;
}

.productimages {
  margin-bottom: 25px;
  display: block;
}

.productimages .thumbnails li a {
  display: block;
  position: relative;
  width: 55px;
  height: 55px;
  margin: 0 0 10px 0;
  border-radius: 2px;
}

.productimages .thumbnails li a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
}

.productimages .thumbnails li a.active::after {
  background: rgba(255, 255, 255, 0);
}

.productimages .large {
  display: block;
  position: relative;
  background: #f0f0f0 no-repeat center center;
  background-size: cover;
  margin: 0px;
  margin-bottom: 15px;
}

.productimages .large img {
  display: block;
  width: 100%;
  border-radius: 2px;
}

.video {
  background: #fff;
  position: absolute;
  border-radius: 4px;
  padding: 7px 20px;
  text-align: center;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
  transition: all .2s ease;
  color: #f47d37;
}

.video .fa {
  padding: 0 1px 0 0;
  font-size: 10px;
}

.video:hover {
  background: #f47d37;
  color: #fff;
}

.score {
  position: relative;
  margin: -5px 0 0 0;
  height: 40px;
}

.score .label {
  position: absolute;
  background: #3498db;
  width: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 9px;
  color: #fff;
  border-radius: 100%;
  margin: 0;
  top: 0px;
  margin-left: 2px;
}

.score ul {
  float: left;
}

.score li,
.score label {
  display: inline-block;
  color: #ddd !important;
  width: 20px;
}

.score li::before,
.score label::before {
  font-size: 20px;
  content: "\f005";
  font-family: "FontAwesome";
}

.score li.active::before,
.score label.active::before {
  color: #F5D76E;
}

.score li.active.half::before,
.score label.active.half::before {
  content: "\f123";
}

.score label:hover::before {
  color: #F5D76E;
}

.score input {
  display: none;
}

.score a {
  position: absolute;
  font-size: 12px;
  color: #aaa;
  margin: 5px 0 0 30px;
}

.score a:hover {
  color: #3498db;
  text-decoration: underline;
}

.score.score-small {
  position: absolute;
  right: 10px;
  margin: 6px 0 0 0;
}

.score.score-small li {
  width: 14px;
}

.score.score-small li::before {
  font-size: 14px;
}

.stock {
  margin: 0 0 0px 0;
  color: #2ecc71;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  display: inline-block;
  padding: 5px 5px;
  border: 1px solid #2ecc71;
}

.stock.out {
  color: #d8232a;
  border-color: #d8232a;
}

.stock.almost-out {
  color: #f47d37;
  border-color: #f47d37;
}

.price {
  font-size: 38px;
  margin: 30px 0 30px 0;
  position: relative;
  font-weight: 100;
}

.price .old {
  position: absolute;
  text-decoration: line-through;
  font-size: 17px;
  color: #999;
  margin: 11px 0 0 8px;
}

.vatamount {
  font-size: 16px;
  margin-top: -25px;
  margin-left: 5px;
  color: #999;
}

.options {
  margin: 0 0 20px 0;
}

.options .option {
  margin: 0 0 10px 0;
}

.options .option label {
  display: block;
  margin: 0 0 10px 0;
  color: #555;
  font-size: 13px;
  font-weight: 500;
}

.options .option .select {
  display: block;
  width: 100%;
}

.products .product {
  display: block;
  position: relative;
  margin: 0 0 20px 0;
  border: 1px solid #f0f0f0;
}

.products .product .image {
  display: block;
  position: relative;
  background: #f0f0f0 no-repeat center center;
  background-size: cover;
  margin-bottom: 5px;
}

.products .product .image:before {
  content: "";
  display: block;
  padding-top: 80%;
}

.products .product .information {
  padding: 10px;
}

.products .product .information h5 {
  font-size: 16px;
  margin: 0 0 10px 0;
  font-weight: 700;
}

.products .product .information h5 a {
  color: #666666;
}

.products .product .information .buy {
  position: relative;
  display: inline-block;
  background: #2ecc71;
  color: #fff;
  text-align: center;
  width: 30px;
  line-height: 30px;
  height: 30px;
  border-radius: 2px;
  cursor: pointer;
  transition: all .3s ease;
  white-space: nowrap;
  overflow: hidden;
}

.products .product .information .buy .fa {
  position: absolute;
  display: block;
  width: 30px;
  line-height: 30px;
  height: 30px;
  transition: all .2s ease;
}

.products .product .information .buy .fa:nth-child(2) {
  left: 30px;
}

.products .product .information .buy:hover .fa:first-child {
  left: -30px;
}

.products .product .information .buy:hover .fa:nth-child(2) {
  left: 0px;
}

.products .product .information .product_price {
  float: right;
  font-size: 15px;
  font-weight: 400;
  color: #666666;
  margin-top: 8px;
}

.products .product .information .product_price .version {
  font-weight: 300;
  font-size: 80%;
}

@media (min-width: 768px) {
  .products .product .information .product_price-extended {
    margin-top: 0;
    width: 73%;
  }
}

@media (min-width: 1100px) {
  .products .product .information .product_price-extended {
    width: 80%;
  }
}

@media (min-width: 768px) {
  .products .product .information .product_price-extended-small {
    margin-top: 0;
    width: 50%;
  }
}

@media (min-width: 1100px) {
  .products .product .information .product_price-extended-small {
    width: 55%;
  }
}

.products.products-small .product {
  padding: 10px 0px;
  margin: 0px;
  border: none;
  border-bottom: 1px solid #f0f0f0;
}

.products.products-small .product .image {
  display: block;
  width: 80px;
  position: relative;
  background: #f0f0f0 no-repeat center center;
  background-size: cover;
  float: left;
  margin-right: 10px;
  border-radius: 4px;
}

.products.products-small .product .information {
  padding: 0px;
}

.products.products-small .product .information h5 {
  font-size: 14px;
}

.pros-and-cons li {
  font-size: 13px;
  font-weight: 400;
  position: relative;
  padding: 0 0 0 25px;
  line-height: 35px;
  color: #555;
}

.pros-and-cons li::before {
  display: block;
  position: absolute;
  content: "\f067";
  font-family: 'fontawesome';
  width: 18px;
  line-height: 20px;
  height: 18px;
  text-align: center;
  background: #2ecc71;
  font-size: 11px;
  left: 0;
  top: 8px;
  color: #fff;
  border-radius: 100%;
}

.pros-and-cons li.con::before {
  content: "\f068";
  background: #d8232a;
  line-height: 20px;
}

.reviews .review {
  margin: 0 0 35px 0;
}

.reviews .review h6 {
  font-size: 15px;
  display: block;
  font-weight: 700;
}

.reviews .review h6 small {
  display: block;
  font-size: 12px;
  font-weight: 400;
  margin: 8px 0 0 0;
  color: #555;
}

.products {
  margin-bottom: 0px;
}

#vue-cart .cart .cart-item,
#order-detail .cart .cart-item {
  padding: 20px 0px;
  border-bottom: 1px solid #e3e3e3;
  position: relative;
}

#vue-cart .cart .cart-item .thumbbox,
#order-detail .cart .cart-item .thumbbox {
  position: absolute;
}

#vue-cart .cart .cart-item .thumbbox .thumb,
#order-detail .cart .cart-item .thumbbox .thumb {
  width: 80px;
  height: 80px;
  height: 80px;
  display: block;
  background: #f0f0f0 no-repeat center center;
  background-size: cover;
  margin-bottom: 5px;
  overflow: hidden;
  display: block;
  border-radius: 4px;
}

#vue-cart .cart .cart-item .thumbbox select,
#order-detail .cart .cart-item .thumbbox select {
  display: block;
  width: 100%;
}

#vue-cart .cart .cart-item .information,
#order-detail .cart .cart-item .information {
  padding-left: 105px;
}

#vue-cart .cart .cart-item .information .name,
#order-detail .cart .cart-item .information .name {
  font-weight: 600;
  font-size: 17px;
  color: #d8232a;
}

#vue-cart .cart .cart-item .information .name small,
#order-detail .cart .cart-item .information .name small {
  color: gray;
}

#vue-cart .cart .cart-item .information .intro,
#order-detail .cart .cart-item .information .intro {
  font-size: 13px;
  line-height: 15px;
  font-weight: 300;
  color: gray;
}

#vue-cart .cart .cart-item .information .options li,
#order-detail .cart .cart-item .information .options li {
  font-size: 13px;
  line-height: 15px;
  padding: 5px 0px;
  font-weight: 300;
  border-bottom: 1px solid #f0f0f0;
  color: gray;
}

#vue-cart .cart .cart-item .actions,
#order-detail .cart .cart-item .actions {
  padding-left: 105px;
}

#vue-cart .cart .cart-item .actions input,
#order-detail .cart .cart-item .actions input {
  box-sizing: border-box;
  display: block;
  width: 60px;
  text-align: center;
  background-color: transparent;
  outline: none;
  font-size: 16px;
  color: #737373;
  font-weight: 400;
  padding: 10px 15px;
  border-radius: 10px;
  border: 1px solid #dddddd;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}

#vue-cart .cart .cart-item .actions input:focus,
#order-detail .cart .cart-item .actions input:focus {
  border: 1px solid #b7b7b7;
}

#vue-cart .cart .cart-item .actions .amount,
#order-detail .cart .cart-item .actions .amount {
  display: inline-block;
  margin-right: 3px;
}

#vue-cart .cart .cart-item .actions .price,
#order-detail .cart .cart-item .actions .price {
  margin: 0px;
  font-weight: 400;
  font-size: 13px;
  display: inline-block;
  color: #999999;
}

#vue-cart .cart .cart-item .actions .button,
#order-detail .cart .cart-item .actions .button {
  vertical-align: middle;
  margin-left: 7px;
}

#vue-cart .cart .cart-item .actions .button.absolute,
#order-detail .cart .cart-item .actions .button.absolute {
  position: absolute;
  right: 0;
  margin-top: -5px;
}

#vue-cart .cart .cart-item .actions .price-big,
#order-detail .cart .cart-item .actions .price-big {
  display: inline;
  position: absolute;
  right: 0px;
  font-weight: 600;
  font-size: 16px;
  line-height: 44px;
  color: gray;
}

#vue-cart .cart .cart-item .actions .price-big.overview,
#order-detail .cart .cart-item .actions .price-big.overview {
  line-height: 12px;
}

#order-detail .cart .cart-item:last-child {
  border-bottom: 0;
  margin-bottom: 30px;
}

#order-detail .cart .cart-item .information .actions {
  padding-left: 0;
}

#order-detail .cart .cart-item .information .actions a {
  padding: 0 10px;
  border-right: 1px solid #dddddd;
}

#order-detail .cart .cart-item .information .actions a:first-child {
  padding-left: 0;
}

#order-detail .cart .cart-item .information .actions a:last-child {
  border-right: 0;
}

.price-list li {
  font-size: 17px;
  line-height: 22px;
  color: gray;
}

.price-list li.accent {
  font-weight: 500;
}

.price-list li.clearfix span.left {
  float: left;
}

.price-list li.clearfix span:last-child {
  float: right;
}

.price-list.bolder li {
  font-weight: 600;
}

.slider {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.slider ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  height: 100%;
  top: 0;
}

.slider ul li {
  padding: 0;
  margin: 0;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
}

.slider ul li img {
  border: none;
  width: 100%;
  min-height: 100%;
}

.slider button {
  position: absolute;
  display: block;
  box-sizing: border-box;
  border: none;
  outline: none;
  top: 0;
  bottom: 0;
  width: 20%;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  margin: 0;
  padding: 0;
  text-align: center;
  opacity: 0;
  z-index: 2;
}

.slider button.prev {
  left: 0;
}

.slider button.next {
  right: 0;
}

.slider button:hover,
.slider button:active {
  opacity: 1.0;
}

.slider button i {
  font-size: 70px;
}

.slider p.indicators {
  position: absolute;
  bottom: 15px;
  left: 50%;
  margin: 0;
  margin-left: -22px;
  z-index: 300;
}

.slider p.indicators a {
  text-decoration: none;
  display: inline-block;
  font-size: 11px;
  height: 15px;
  width: 15px;
  line-height: 15px;
  background: #4E443C;
  color: #4E443C;
  border-radius: 100%;
  text-indent: -9999px;
  margin-right: 7px;
  cursor: pointer;
}

.slider p.indicators a.active {
  background: #fff;
  color: #fff;
  opacity: 1;
  cursor: default;
}

.shop_closed {
  height: 50px;
  background: #333333;
  width: 100%;
}

.shop_closed p {
  line-height: 50px;
  color: #f0f0f0;
}

.center {
  text-align: center;
}

.link {
  font-size: 14px;
}

.link::after {
  position: absolute;
  content: '\f107';
  font-family: 'fontawesome';
  font-size: 11px;
  margin: 3px 0 0 5px;
}

.spacer {
  height: 30px;
}

.spacer-x2 {
  height: 60px;
}

.spacer-sm {
  height: 15px;
}

.center-grid {
  margin-left: auto;
  margin-right: auto;
}

.hideable {
  cursor: pointer;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

.handnote {
  font-family: 'Amatic SC', cursive;
  margin-bottom: 30px;
  font-size: 21px;
  text-align: center;
  font-weight: 800;
  cursor: default;
  border-radius: 3px;
}

.handnote.light {
  color: #FFF;
}

.handnote.big {
  font-size: 30px;
}

.thumb-box {
  text-align: center;
  position: relative;
  margin-bottom: 25px;
}

.thumb-box .preloader {
  position: absolute;
  z-index: 999;
  overflow: show;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.thumb-box .preloader .preloadbox {
  width: 100%;
  height: 100%;
  display: table;
  color: #333333;
  opacity: .5;
  font-size: 24px;
}

.thumb-box .preloader .preloadbox .preloadholder {
  vertical-align: middle;
  display: table-cell;
}

.thumb-box .picturebox {
  opacity: .2;
}

.thumb-box .picturebox .thumbnail {
  width: 100%;
  display: block;
}

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

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.margin-top {
  margin-top: 30px;
}

.margin-top-small {
  margin-top: 15px;
}

.margin-bottom-small {
  margin-bottom: 15px;
}

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

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

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

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

.disabled {
  background-color: #f0f0f0 !important;
  border-color: #f0f0f0 !important;
}

.disabled:focus {
  border-color: #f0f0f0 !important;
}

.hidden {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .hidden .hidden-small {
    display: block;
  }
}

.tinymce_body {
  padding: 30px;
  min-height: 800px;
  background-color: #FFF;
}

.tinymce_body.page {
  padding: 0;
  min-height: 0;
  background-color: inherit;
}

.tinymce_body ul {
  margin-bottom: 20px;
}

.tinymce_body ul li {
  margin-bottom: 15px;
  list-style-type: disc;
  list-style-position: inside;
  text-indent: -1em;
  padding-left: 1em;
}

[v-cloak] {
  display: none;
}

[v-cloak] .v-cloak--block {
  display: block;
}

[v-cloak] .v-cloak--inline {
  display: inline;
}

[v-cloak] .v-cloak--inlineBlock {
  display: inline-block;
}

[v-cloak] .v-cloak--hidden {
  display: none;
}

[v-cloak] .v-cloak--invisible {
  visibility: hidden;
}

.v-cloak--block,
.v-cloak--inline,
.v-cloak--inlineBlock {
  display: none;
}

@media screen and (min-width: 768px) {
  .visible-small {
    display: none !important;
  }
}

@media screen and (max-width: 992px) {
  .config-boxes li {
    width: 32%;
    margin-right: 2% !important;
  }

  .config-boxes li:nth-child(3n) {
    margin-right: 0 !important;
  }

  .config-boxes li.search-box {
    width: 48%;
    margin-right: 4% !important;
  }

  .config-boxes li.search-box:nth-child(even) {
    margin-right: 0 !important;
  }
}

@media screen and (max-width: 959px) {
  .navbar .shopping-cart {
    margin-top: 12px;
  }

  .navbar .shopping-cart .fa {
    font-size: 25px;
  }
}

@media screen and (max-width: 767px) {
  .content {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  #googlemaps {
    height: 200px;
  }

  .modalDialog div {
    width: 70%;
  }

  .boxes .box {
    background-size: 80px 60px;
  }

  .config-boxes li,
  .config-boxes li.search-box {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 50px;
  }

  .config-boxes li:last-child,
  .config-boxes li.search-box:last-child {
    margin-bottom: 0;
  }

  .footer .logo {
    width: 50%;
  }

  .hidden-small {
    display: none !important;
  }

  .block-xs {
    display: block;
  }

  .products .product {
    margin-bottom: 20px;
  }

  .products .product .image .productprice {
    line-height: 25px;
    padding: 0px 6px;
    height: 25px;
    font-size: 16px;
  }

  #vue-cart .cart .cart-item .actions .button {
    margin-left: 0;
  }

  #vue-cart .cart .cart-item .actions .price {
    font-size: 11px;
  }

  #vue-cart .cart .cart-item .actions .price-big {
    font-size: 14px;
    line-height: 46px;
  }
}

.no-margin {
  margin: 0 !important;
}