/***************************************
 Import vendors
***************************************/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic|Kaushan+Script&subset=latin,latin-ext);
html {
  box-sizing: border-box; }

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  height: 100%;
}
.slick-list:focus {
  outline: none; }
.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  height: 100%;
  left: 0;
  top: 0;
  display: block; }
.slick-track:before, .slick-track:after {
  content: "";
  display: table; }
.slick-track:after {
  clear: both; }
.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
[dir="rtl"] .slick-slide {
  float: right; }
.slick-slide img {
  display: block; }
.slick-slide.slick-loading img {
  display: none; }
.slick-slide.dragging img {
  pointer-events: none; }
.slick-initialized .slick-slide {
  display: block; }
.slick-loading .slick-slide {
  visibility: hidden; }
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.mm-menu, .mm-panels, .mm-panels > .mm-panel {
  margin: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  box-sizing: border-box; }

.mm-btn, .mm-menu {
  box-sizing: border-box; }

.mm-listview a, .mm-listview a:hover, .mm-navbar a, .mm-navbar a:hover {
  text-decoration: none; }

.mm-hidden {
  display: none !important; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu {
  display: block;
  padding: 0;
  position: absolute; }

.mm-panels, .mm-panels > .mm-panel {
  background: inherit;
  border-color: inherit;
  position: absolute; }

.mm-btn, .mm-panel.mm-highest {
  z-index: 1; }

.mm-panels {
  overflow: hidden; }

.mm-panel {
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.mm-panel.mm-opened {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-panel.mm-subopened {
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0); }

.mm-panels > .mm-panel {
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 20px; }

.mm-listview .mm-divider, .mm-listview > li > a, .mm-listview > li > span, .mm-navbar .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.mm-panels > .mm-panel.mm-hasnavbar {
  padding-top: 40px; }

.mm-panels > .mm-panel:after, .mm-panels > .mm-panel:before {
  content: '';
  display: block;
  height: 20px; }

.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  transform: none !important; }

.mm-listview .mm-vertical .mm-panel, .mm-vertical .mm-listview .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }

.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after, .mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after {
  border-color: transparent; }

.mm-vertical li.mm-opened > .mm-panel, li.mm-vertical.mm-opened > .mm-panel {
  display: block; }

.mm-listview > li.mm-vertical > .mm-next, .mm-vertical .mm-listview > li > .mm-next {
  height: 40px;
  bottom: auto; }

.mm-listview > li.mm-vertical > .mm-next:after, .mm-vertical .mm-listview > li > .mm-next:after {
  top: 16px;
  bottom: auto; }

.mm-listview > li.mm-vertical.mm-opened > .mm-next:after, .mm-vertical .mm-listview > li.mm-opened > .mm-next:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 19px; }

.mm-btn {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0; }

.mm-clear:after, .mm-clear:before, .mm-close:after, .mm-close:before {
  content: '';
  border: 2px solid transparent;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.mm-clear:before, .mm-close:before {
  border-right: none;
  border-bottom: none;
  right: 18px; }

.mm-clear:after, .mm-close:after {
  border-left: none;
  border-top: none;
  right: 25px; }

.mm-arrow:after, .mm-next:after, .mm-prev:before {
  content: '';
  border: 2px solid transparent;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.mm-prev:before {
  border-right: none;
  border-bottom: none;
  left: 23px; }

.mm-arrow:after, .mm-next:after {
  border-top: none;
  border-left: none;
  right: 23px; }

.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.mm-navbar > * {
  display: block;
  padding: 10px 0; }

.mm-navbar .mm-btn:first-child {
  padding-left: 20px;
  left: 0; }

.mm-navbar .mm-btn:last-child {
  text-align: right;
  padding-right: 20px;
  right: 0; }

.mm-panel .mm-navbar {
  display: none; }

.mm-panel.mm-hasnavbar .mm-navbar {
  display: block; }

.mm-listview, .mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px; }

.mm-listview > li {
  position: relative; }

.mm-listview > li, .mm-listview > li .mm-next, .mm-listview > li .mm-next:before, .mm-listview > li:after {
  border-color: inherit; }

.mm-listview > li > a, .mm-listview > li > span {
  color: inherit;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0; }

.mm-listview > li > a.mm-arrow, .mm-listview > li > span.mm-arrow {
  padding-right: 50px; }

.mm-listview > li:not(.mm-divider):after {
  content: '';
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 20px; }

.mm-listview .mm-next {
  background: rgba(3, 2, 1, 0);
  width: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2; }

.mm-listview .mm-next:before {
  content: '';
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0; }

.mm-listview .mm-next + a, .mm-listview .mm-next + span {
  margin-right: 50px; }

.mm-listview .mm-next.mm-fullsubopen {
  width: 100%; }

.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: none; }

.mm-listview .mm-next.mm-fullsubopen + a, .mm-listview .mm-next.mm-fullsubopen + span {
  padding-right: 50px;
  margin-right: 0; }

.mm-panels > .mm-panel > .mm-listview {
  margin: 20px -20px; }

.mm-panels > .mm-panel > .mm-listview:first-child, .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px; }

.mm-listview .mm-inset {
  list-style: disc inside;
  padding: 0 10px 15px 40px;
  margin: 0; }

.mm-listview .mm-inset > li {
  padding: 5px 0; }

.mm-listview .mm-divider {
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px; }

.mm-listview .mm-spacer {
  padding-top: 40px; }

.mm-listview .mm-spacer > .mm-next {
  top: 40px; }

.mm-listview .mm-spacer.mm-divider {
  padding-top: 25px; }

.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.7); }

.mm-menu .mm-navbar a, .mm-menu .mm-navbar > * {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu .mm-listview {
  border-color: rgba(0, 0, 0, 0.1); }

.mm-menu .mm-listview > li .mm-arrow:after, .mm-menu .mm-listview > li .mm-next:after {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
  tap-highlight-color: rgba(255, 255, 255, 0.5); }

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.5); }

.mm-menu .mm-divider, .mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(0, 0, 0, 0.05); }

.mm-page {
  box-sizing: border-box;
  position: relative; }

.mm-slideout {
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
  z-index: 1; }

html.mm-opened {
  overflow-x: hidden;
  position: relative; }

html.mm-blocking, html.mm-blocking body {
  overflow: hidden; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2; }

html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  z-index: 0;
  display: none;
  position: fixed; }

.mm-menu.mm-offcanvas.mm-current {
  display: block; }

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

html.mm-opening .mm-slideout {
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0); } }
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0); } }
.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 black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #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; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6; }

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4; }

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none; }

/* -------------------------------------------------
    Datepicker cells
   ------------------------------------------------- */
.datepicker--cells {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.datepicker--cell {
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 32px;
  z-index: 1; }

.datepicker--cell.-focus- {
  background: #f0f0f0; }

.datepicker--cell.-current- {
  color: #4EB5E6; }

.datepicker--cell.-current-.-focus- {
  color: #4a4a4a; }

.datepicker--cell.-current-.-in-range- {
  color: #4EB5E6; }

.datepicker--cell.-in-range- {
  background: rgba(92, 196, 239, 0.1);
  color: #4a4a4a;
  border-radius: 0; }

.datepicker--cell.-in-range-.-focus- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell.-disabled- {
  cursor: default;
  color: #aeaeae; }

.datepicker--cell.-disabled-.-focus- {
  color: #aeaeae; }

.datepicker--cell.-disabled-.-in-range- {
  color: #a1a1a1; }

.datepicker--cell.-disabled-.-current-.-focus- {
  color: #aeaeae; }

.datepicker--cell.-range-from- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 4px 0 0 4px; }

.datepicker--cell.-range-to- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 0 4px 4px 0; }

.datepicker--cell.-range-from-.-range-to- {
  border-radius: 4px; }

.datepicker--cell.-selected- {
  color: #fff;
  border: none;
  background: #5cc4ef; }

.datepicker--cell.-selected-.-current- {
  color: #fff;
  background: #5cc4ef; }

.datepicker--cell.-selected-.-focus- {
  background: #45bced; }

.datepicker--cell:empty {
  cursor: default; }

.datepicker--days-names {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 8px 0 3px; }

.datepicker--day-name {
  color: #FF9A19;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: .8em; }

.datepicker--cell-day {
  width: 14.28571%; }

.datepicker--cells-months {
  height: 170px; }

.datepicker--cell-month {
  width: 33.33%;
  height: 25%; }

.datepicker--years {
  height: 170px; }

.datepicker--cells-years {
  height: 170px; }

.datepicker--cell-year {
  width: 25%;
  height: 33.33%; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6; }

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4; }

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none; }

/* -------------------------------------------------
    Datepicker
   ------------------------------------------------- */
.datepickers-container {
  position: absolute;
  left: 0;
  top: 0; }

@media print {
  .datepickers-container {
    display: none; } }
.datepicker {
  background: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-sizing: content-box;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  width: 250px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  z-index: 100; }

.datepicker.-from-top- {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px); }

.datepicker.-from-right- {
  -webkit-transform: translateX(8px);
  transform: translateX(8px); }

.datepicker.-from-bottom- {
  -webkit-transform: translateY(8px);
  transform: translateY(8px); }

.datepicker.-from-left- {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px); }

.datepicker.active {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
  transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease; }

.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  -webkit-transform: none;
  transform: none; }

.datepicker-inline .datepicker--pointer {
  display: none; }

.datepicker--content {
  box-sizing: content-box;
  padding: 4px; }

.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1; }

.-top-left- .datepicker--pointer, .-top-center- .datepicker--pointer, .-top-right- .datepicker--pointer {
  top: calc(100% - 4px);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg); }

.-right-top- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
  right: calc(100% - 4px);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg); }

.-bottom-left- .datepicker--pointer, .-bottom-center- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
  bottom: calc(100% - 4px);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg); }

.-left-top- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-bottom- .datepicker--pointer {
  left: calc(100% - 4px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.-top-left- .datepicker--pointer, .-bottom-left- .datepicker--pointer {
  left: 10px; }

.-top-right- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
  right: 10px; }

.-top-center- .datepicker--pointer, .-bottom-center- .datepicker--pointer {
  left: calc(50% - 10px / 2); }

.-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {
  top: 10px; }

.-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
  bottom: 10px; }

.-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {
  top: calc(50% - 10px / 2); }

.datepicker--body {
  display: none; }

.datepicker--body.active {
  display: block; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6; }

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4; }

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none; }

/* -------------------------------------------------
    Navigation
   ------------------------------------------------- */
.datepicker--nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 32px;
  padding: 4px; }

.datepicker--nav-title,
.datepicker--nav-action {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.datepicker--nav-action {
  width: 32px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.datepicker--nav-action:hover {
  background: #f0f0f0; }

.datepicker--nav-action.-disabled- {
  visibility: hidden; }

.datepicker--nav-action svg {
  width: 32px;
  height: 32px; }

.datepicker--nav-action path {
  fill: none;
  stroke: #9c9c9c;
  stroke-width: 2px; }

.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px; }

.datepicker--nav-title i {
  font-style: normal;
  color: #9c9c9c;
  margin-left: 5px; }

.datepicker--nav-title:hover {
  background: #f0f0f0; }

.datepicker--nav-title.-disabled- {
  cursor: default;
  background: none; }

.datepicker--buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  border-top: 1px solid #efefef; }

.datepicker--button {
  color: #4EB5E6;
  cursor: pointer;
  border-radius: 4px;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 32px; }

.datepicker--button:hover {
  color: #4a4a4a;
  background: #f0f0f0; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6; }

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4; }

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none; }

/* -------------------------------------------------
    Timepicker
   ------------------------------------------------- */
.datepicker--time {
  border-top: 1px solid #efefef;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px;
  position: relative; }

.datepicker--time.-am-pm- .datepicker--time-sliders {
  -webkit-flex: 0 1 138px;
  -ms-flex: 0 1 138px;
  flex: 0 1 138px;
  max-width: 138px; }

.datepicker--time-sliders {
  -webkit-flex: 0 1 153px;
  -ms-flex: 0 1 153px;
  flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px; }

.datepicker--time-label {
  display: none;
  font-size: 12px; }

.datepicker--time-current {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 10px; }

.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1; }

.datepicker--time-current-hours,
.datepicker--time-current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1; }

.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
  content: '';
  background: #f0f0f0;
  border-radius: 4px;
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0; }

.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
  opacity: 1; }

.datepicker--time-current-ampm {
  text-transform: uppercase;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px; }

.datepicker--time-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat; }

.datepicker--time-row:first-child {
  margin-bottom: 4px; }

.datepicker--time-row input[type='range'] {
  background: none;
  cursor: pointer;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none; }

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none; }

.datepicker--time-row input[type='range']::-ms-tooltip {
  display: none; }

.datepicker--time-row input[type='range']:hover::-webkit-slider-thumb {
  border-color: #b8b8b8; }

.datepicker--time-row input[type='range']:hover::-moz-range-thumb {
  border-color: #b8b8b8; }

.datepicker--time-row input[type='range']:hover::-ms-thumb {
  border-color: #b8b8b8; }

.datepicker--time-row input[type='range']:focus {
  outline: none; }

.datepicker--time-row input[type='range']:focus::-webkit-slider-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef; }

.datepicker--time-row input[type='range']:focus::-moz-range-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef; }

.datepicker--time-row input[type='range']:focus::-ms-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef; }

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background .2s; }

.datepicker--time-row input[type='range']::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background .2s; }

.datepicker--time-row input[type='range']::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background .2s; }

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  margin-top: -6px; }

.datepicker--time-row input[type='range']::-webkit-slider-runnable-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent; }

.datepicker--time-row input[type='range']::-moz-range-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent; }

.datepicker--time-row input[type='range']::-ms-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent; }

.datepicker--time-row input[type='range']::-ms-fill-lower {
  background: transparent; }

.datepicker--time-row input[type='range']::-ms-fill-upper {
  background: transparent; }

.datepicker--time-row span {
  padding: 0 12px; }

.datepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em; }

.datepicker--time-icon:after, .datepicker--time-icon:before {
  content: '';
  background: currentColor;
  position: absolute; }

.datepicker--time-icon:after {
  height: .4em;
  width: 1px;
  left: calc(50% - 1px);
  top: calc(50% + 1px);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }

.datepicker--time-icon:before {
  width: .4em;
  height: 1px;
  top: calc(50% + 1px);
  left: calc(50% - 1px); }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6; }

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4; }

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none; }

/***************************************
 Import Base
***************************************/
/***************************************
 Reset
***************************************/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1;
  margin: 0;
  padding: 0; }

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

nav ul, ul, li {
  list-style: none;
  padding: 0;
  margin: 0; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: none;
  text-decoration: none; }

ins {
  background-color: #FFF;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

.wrapper input, select {
  vertical-align: middle; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/***************************************
	Mixins
***************************************/
/***
	Overwrite outer-container with no gutter.
***/
/***
	Introducing columns.
***/
/***
	Introducing mixin which moves column spans.
***/
/***
	Introducing mixin which clears first item in new row.
***/
/***
	Introducing mixin which resets omega.
***/
/***
	Introducing mixin which resets clear.
***/
/***
	Reseting list item styling.
***/
/***
	Overwrite clearfix mixin for IE8
***/
/***************************************
	Grid
***************************************/
@media screen and (min-width: 48.0625em) {
  .row-l {
    max-width: 68em;
    margin-left: -3%;
    margin-right: auto; }
  .row-l:after {
    clear: both;
    content: "";
    display: table; } }

@media screen and (min-width: 48.0625em) {
  .col-l-3 {
    float: left;
    display: block;
    padding-left: 3%;
    width: 25%; } }

@media screen and (min-width: 48.0625em) {
  .col-l-4 {
    float: left;
    display: block;
    padding-left: 3%;
    width: 33.325%; } }

@media screen and (min-width: 48.0625em) {
  .col-l-6 {
    float: left;
    display: block;
    padding-left: 3%;
    width: 50%; } }

@media screen and (min-width: 48.0625em) {
  .col-l-8 {
    float: left;
    display: block;
    padding-left: 3%;
    width: 66.6625%; } }

@media screen and (min-width: 48.0625em) {
  .col-l-9 {
    float: left;
    display: block;
    padding-left: 3%;
    width: 75%; } }

@media screen and (min-width: 48.0625em) {
  .move-l-1 {
    margin-left: 8.325%; } }

.section-col-2 {
  margin-bottom: 0; }
.section-col-2 > * {
  list-style: none;
  position: static;
  padding: 0;
  margin: 0;
  line-height: 1;
  font-size: 1em; }
.section-col-2 > *:before {
  content: none;
  float: none;
  width: auto;
  height: auto;
  margin: 0;
  background: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
@media screen and (min-width: 48.0625em) {
  .section-col-2 {
    max-width: 68em;
    margin-left: -3%;
    margin-right: auto; }
  .section-col-2:after {
    clear: both;
    content: "";
    display: table; } }
@media screen and (min-width: 48.0625em) {
  .section-col-2 > * {
    float: left;
    display: block;
    padding-left: 3%;
    width: 50%; }
  .section-col-2 > *:nth-child(2n) {
    margin-right: 0; }
  .section-col-2 > *:nth-child(2n+1) {
    clear: left; } }

.section-col-3 {
  margin-bottom: 0; }
.section-col-3 > * {
  list-style: none;
  position: static;
  padding: 0;
  margin: 0;
  line-height: 1;
  font-size: 1em; }
.section-col-3 > *:before {
  content: none;
  float: none;
  width: auto;
  height: auto;
  margin: 0;
  background: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
@media screen and (min-width: 48.0625em) {
  .section-col-3 {
    max-width: 68em;
    margin-left: -3%;
    margin-right: auto; }
  .section-col-3:after {
    clear: both;
    content: "";
    display: table; } }
@media screen and (min-width: 48.0625em) {
  .section-col-3 > * {
    float: left;
    display: block;
    padding-left: 3%;
    width: 33.33375%; }
  .section-col-3 > *:nth-child(3n) {
    margin-right: 0; }
  .section-col-3 > *:nth-child(3n+1) {
    clear: left; } }

.section-col-4 {
  margin-bottom: 0; }
.section-col-4 > * {
  list-style: none;
  position: static;
  padding: 0;
  margin: 0;
  line-height: 1;
  font-size: 1em; }
.section-col-4 > *:before {
  content: none;
  float: none;
  width: auto;
  height: auto;
  margin: 0;
  background: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
@media screen and (min-width: 30.0625em) {
  .section-col-4 {
    max-width: 68em;
    margin-left: -3%;
    margin-right: auto; }
  .section-col-4:after {
    clear: both;
    content: "";
    display: table; } }
@media screen and (min-width: 30.0625em) and (max-width: 48em) {
  .section-col-4 > * {
    float: left;
    display: block;
    padding-left: 3%;
    width: 50%; }
  .section-col-4 > *:nth-child(2n) {
    margin-right: 0; }
  .section-col-4 > *:nth-child(2n+1) {
    clear: left; } }
@media screen and (min-width: 48.0625em) {
  .section-col-4 > * {
    float: left;
    display: block;
    padding-left: 3%;
    width: 25%; }
  .section-col-4 > *:nth-child(4n) {
    margin-right: 0; }
  .section-col-4 > *:nth-child(4n+1) {
    clear: left; } }

/***************************************
	Colors
***************************************/
/***************************************
	Icons
***************************************/
@font-face {
  font-family: 'icomoon';
  src: url("../images/font-icons/icomoon.eot?131zed");
  src: url("../images/font-icons/icomoon.eot?131zed#iefix") format("embedded-opentype"), url("../images/font-icons/icomoon.ttf?131zed") format("truetype"), url("../images/font-icons/icomoon.woff?131zed") format("woff"), url("../images/font-icons/icomoon.svg?131zed#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
.share-em a:before,
.select2-selection__arrow:before,
.arrow-list > li:before,
.checkbox label:before,
.breadcrumbs a:before,
.more a:after,
[class^="font-icons"], [class*="font-icons"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-doc-excel:before {
  content: "\e90c"; }

.icon-doc-img:before {
  content: "\e90d"; }

.icon-doc-pdf:before {
  content: "\e90e"; }

.icon-doc-powerpoint:before {
  content: "\e90f"; }

.icon-doc-word:before {
  content: "\e910"; }

.icon-search:before {
  content: "\f002"; }

.icon-heart:before {
  content: "\f004"; }

.icon-star:before {
  content: "\f005"; }

.icon-video:before {
  content: "\f008"; }

.icon-check:before {
  content: "\f00c"; }

.icon-close:before {
  content: "\f00d"; }

.icon-tag:before {
  content: "\f02b"; }

.icon-print:before {
  content: "\f02f"; }

.icon-image:before {
  content: "\f03e"; }

.icon-plus:before {
  content: "\f067"; }

.icon-minus:before {
  content: "\f068"; }

.icon-comment:before {
  content: "\f075"; }

.icon-phone:before {
  content: "\f095"; }

.icon-twitter:before {
  content: "\f099"; }

.icon-facebook:before {
  content: "\f09a"; }

.icon-rss:before {
  content: "\f09e"; }

.icon-google-plus:before {
  content: "\f0d5"; }

.icon-mail:before {
  content: "\f0e0"; }

.icon-linkedin:before {
  content: "\f0e1"; }

.icon-building:before {
  content: "\f0f7"; }

.icon-youtube:before {
  content: "\f16a"; }

.icon-instagram:before {
  content: "\f16d"; }

.icon-apple:before {
  content: "\f179"; }

.icon-windows:before {
  content: "\f17a"; }

.icon-android:before {
  content: "\f17b"; }

.icon-share:before {
  content: "\f1e0"; }

.icon-cc-visa:before {
  content: "\f1f0"; }

.icon-cc-master:before {
  content: "\f1f1"; }

.icon-pinterest:before {
  content: "\f231"; }

.icon-cc-diners:before {
  content: "\f24c"; }

.icon-vimeo:before {
  content: "\f27d"; }

.icon-cc-maestro:before {
  content: "\e90b"; }

.icon-cc-american:before {
  content: "\e90a"; }

.icon-image2:before {
  content: "\e909"; }

.icon-location:before {
  content: "\e908"; }

.icon-arrow-down:before {
  content: "\e900"; }

.icon-arrow-left:before {
  content: "\e901"; }

.icon-arrow-right:before {
  content: "\e902"; }

.icon-arrow-thin-down:before {
  content: "\e903"; }

.icon-arrow-thin-left:before {
  content: "\e904"; }

.icon-arrow-thin-right:before {
  content: "\e905"; }

.icon-arrow-thin-up:before {
  content: "\e906"; }

.icon-arrow-up:before {
  content: "\e907"; }

.icon-video2:before {
  content: "\e63a"; }

/***************************************
	Fonts
***************************************/
/***************************************
	Typography
***************************************/
html {
  font-size: 1em; }

body, button, input, select, textarea {
  font-family: "Open Sans", Arial, sans-serif;
  color: #555;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

/* headings ---------------------- */
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  line-height: 1.3;
  font-weight: 700;
  color: #222; }

/*
h1 {
  font-size: 2.25em;
  color: #111; }
*/
h1 {
  font-size: 1.25em; }
h1.section-title {
  font-size: 2em;
  font-weight: 400;
  color: #555; }
h1.content-title {
  font-weight: normal;
  color: #00C0F8; }

h2 {
  font-size: 1.5em; }

h3 {
  font-size: 1.25em; }
h3.section-title {
  font-size: 2em;
  font-weight: 400;
  color: #555; }
h3.content-title {
  font-weight: normal;
  color: #00C0F8; }

h4 {
  font-size: 1em;
  line-height: 1.4; }
h4.section-title {
  font-size: 1.25em;
  font-weight: 400;
  color: #555; }
h4.section-subtitle {
  margin-top: -0.75em;
  font-size: 1em;
  font-weight: 400;
  color: #555;
  text-transform: uppercase; }

h5 {
  font-size: 0.875em;
  line-height: 1.4; }
h5.section-title {
  padding-top: 0.5em;
  margin-bottom: 0.25em;
  color: #555; }

h6 {
  font-size: 0.75em;
  line-height: 1.5; }

.sidebar h5.section-title {
  margin-bottom: 1em;
  padding: 0.5em 0.6em;
  background: #eee; }

/* text elements ---------------- */
a {
  color: #666;
  text-decoration: none; }
a:hover, a:focus {
  color: #595959;
  text-decoration: none; }

p, li, td {
  font-size: 0.875em;
  line-height: 1.5;
  margin-bottom: 1em; }
p a, li a, td a {
  color: #00C0F8;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }
p a:hover, p a:focus, li a:hover, li a:focus, td a:hover, td a:focus {
  color: #0099c5; }

p.note {
  font-size: 0.75em;
  color: #999; }

ul, ol {
  margin-bottom: 1em; }
ul li, ol li {
  position: relative;
  margin-bottom: 0.5em; }

ul li {
  padding-left: 1.5em; }
ul li:before {
  content: '';
  float: left;
  margin: 0.45em 0 0 -1.3em;
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border: 2px solid #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

ol li {
  list-style: decimal;
  margin-left: 1.5em; }

b, strong {
  font-weight: 700; }

em, i {
  font-style: italic; }

u {
  text-decoration: underline; }

sup, sub {
  font-size: 0.75em;
  line-height: 1;
  height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  bottom: 1ex; }

sub {
  top: 0.5ex; }

small {
  font-size: 0.75em; }

big {
  font-size: 1.25em; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

address {
  margin: 0 0 1em;
  font-style: italic; }

del {
  color: #666; }

pre, code, tt, var {
  font-family: monospace,serif;
  color: #333;
  background: #eee;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none; }

pre {
  margin: 0 0 1em 0;
  padding: 1em;
  white-space: pre;
  display: block; }

code {
  display: inline-block;
  padding: 0 0.5em;
  line-height: 1.3;
  font-size: 0.75em; }

hr {
  background: #e5e5e5;
  margin-bottom: 1em;
  height: 1px;
  clear: both;
  float: none;
  width: 100%;
  border: 0; }

blockquote {
  margin-bottom: 1em;
  padding: 1.125em 1.125em 0.5em 1.125em;
  line-height: 1.4;
  color: #999;
  font-size: 1.375em;
  font-weight: normal;
  quotes: none;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none; }
blockquote p {
  position: relative;
  margin-bottom: 0.75em;
  font-size: 1em;
  font-style: italic;
  color: #999; }
blockquote a {
  color: #555; }
blockquote cite {
  display: inline-block;
  color: #555;
  font-style: normal;
  font-size: 0.875em;
  font-weight: 700; }

/***************************************
	Buttons
***************************************/
button::-moz-focus-inner,
.button::-moz-focus-inner,
input.button::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border: 0; }

.button, input[type="submit"] {
  display: block;
  margin: 0;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  color: #555;
  background: #f3f3f3;
  border: none;
  outline: none;
  overflow: visible;
  cursor: pointer;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  /* Removing the inner shadow, rounded corners on iOS inputs */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }
@media screen and (min-width: 48.0625em) {
  .button, input[type="submit"] {
    display: inline-block;
    width: auto; } }
.button:hover, input[type="submit"]:hover {
  color: #222;
  background: #e6e6e6; }
.button.full-width, input[type="submit"].full-width {
  display: block;
  width: 100%;
  text-align: center; }
.button.primary, input[type="submit"].primary {
  color: #fff;
  background: #00C0F8; }
.button.transparent, input[type="submit"].transparent {
  background: none; }
.button.transparent:hover, input[type="submit"].transparent:hover {
  color: #00C0F8; }
.button.dark, input[type="submit"].dark {
  color: #fff;
  background: #121212; }
.button.dark.transparent, input[type="submit"].dark.transparent {
  background: rgba(0, 0, 0, 0.35); }
.button.dark.transparent:hover, input[type="submit"].dark.transparent:hover {
  color: #fff;
  background: #121212; }

.button {
  padding: 0.9286em 1.5em;
  line-height: 1; }

input[type="submit"] {
  padding: 0 1.5em;
  line-height: 2.8572em;
  height: 2.8572em; }

.small .button,
.small input[type="submit"],
.button.small,
input[type="submit"].small {
  font-size: 12px;
  font-size: 0.75rem; }

.large .button,
.large input[type="submit"],
.button.large,
input[type="submit"].large {
  font-size: 20px;
  font-size: 1.25rem; }

/***************************************
	Forms
***************************************/
label,
form .label {
  display: block;
  font-size: 0.875em;
  font-weight: 700;
  color: #666;
  margin-bottom: 0.5em; }

fieldset {
  padding: 1em 0 0.5em 0;
  margin: 0;
  border-top: 1px solid #e5e5e5; }
fieldset:first-child {
  border-top: none; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="date"],
input[type="search"],
input[type="time"],
input[type="tel"],
input[type="url"],
select,
textarea {
  width: 100%;
  margin: 0 0 0.5em 0;
  padding: 0.3em 0.5em 0.3em 0.5em;
  height: 2.8571em;
  font-size: 0.875em;
  line-height: 2.2571em;
  color: #444;
  background: #fff;
  border: 1px solid #e5e5e5;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.07);
  outline: none;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  /* Removing the inner shadow, rounded corners on iOS inputs */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #aaa; }
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #aaa; }
input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="time"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  color: #aaa; }
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #aaa; }
input[type="text"]:hover,
input[type="password"]:hover,
input[type="email"]:hover,
input[type="date"]:hover,
input[type="search"]:hover,
input[type="time"]:hover,
input[type="tel"]:hover,
input[type="url"]:hover,
select:hover,
textarea:hover {
  border-color: #CDCDCD;
  border-bottom-color: #BBBBBB; }
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="date"]:focus,
input[type="search"]:focus,
input[type="time"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
  border-color: #00C0F8; }
input[type="text"].error,
input[type="password"].error,
input[type="email"].error,
input[type="date"].error,
input[type="search"].error,
input[type="time"].error,
input[type="tel"].error,
input[type="url"].error,
select.error,
textarea.error {
  border-color: #e66a71; }
input[type="text"].small,
input[type="password"].small,
input[type="email"].small,
input[type="date"].small,
input[type="search"].small,
input[type="time"].small,
input[type="tel"].small,
input[type="url"].small,
select.small,
textarea.small {
  font-size: 0.75em; }
input[type="text"].large,
input[type="password"].large,
input[type="email"].large,
input[type="date"].large,
input[type="search"].large,
input[type="time"].large,
input[type="tel"].large,
input[type="url"].large,
select.large,
textarea.large {
  font-size: 1.125em; }

textarea {
  height: 12em; }

.checkbox input,
input[type="checkbox"] {
  display: none; }

.checkbox label {
  position: relative;
  display: block;
  padding: 0 0 0 1.75em;
  cursor: pointer;
  margin-bottom: 0;
  font-weight: normal; }
.checkbox label:before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  display: block;
  width: 1em;
  height: 1em;
  background: #fff;
  border: 1px solid #e5e5e5;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.15); }
.checkbox.selected label:before {
  background: #00C0F8;
  border-color: #00C0F8;
  color: #fff;
  content: '\f00c'; }

.select2-container {
  width: 100%;
  margin: 0 0 0.5em 0; }
.select2-container .select2-selection {
  height: auto;
  margin: 0;
  padding: 0;
  color: #444;
  background: #fff;
  border: 1px solid #e5e5e5;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.07);
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }
.select2-container .select2-selection:hover {
  border-color: #CDCDCD;
  border-bottom-color: #BBBBBB; }
.select2-container .select2-selection .select2-selection__rendered {
  padding: 0.3em 0.5em 0.3em 0.5em;
  font-size: 0.875em;
  line-height: 2.14em;
  color: #444; }
.select2-container .select2-selection .select2-selection__arrow {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%; }
.select2-container .select2-selection .select2-selection__arrow b {
  display: none; }
.select2-container .select2-selection .select2-selection__arrow:before {
  content: "\e900";
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  right: 0.75em;
  margin-top: -0.5em;
  color: #aaa;
  -webkit-transition: color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in; }
.select2-container.select2-container--open .select2-selection {
  border-color: #00C0F8; }
.select2-container.select2-container--open .select2-selection__arrow:before {
  color: #666; }
.select2-container .select2-dropdown {
  border-color: #d9d9d9;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
.select2-container .select2-dropdown ul {
  margin-bottom: 0; }
.select2-container .select2-dropdown ul > * {
  list-style: none;
  position: static;
  padding: 0;
  margin: 0;
  line-height: 1;
  font-size: 1em; }
.select2-container .select2-dropdown ul > *:before {
  content: none;
  float: none;
  width: auto;
  height: auto;
  margin: 0;
  background: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
.select2-container .select2-dropdown .select2-results__option {
  padding: 0.3em 0.5em 0.3em 0.5em;
  font-size: 0.875em;
  line-height: 2.14em;
  color: #777;
  background-color: #f8f8f8;
  border-top: 1px solid #eee; }
.select2-container .select2-dropdown .select2-results__option[aria-selected=true] {
  color: #444;
  background: #e5e5e5; }
.select2-container .select2-dropdown .select2-results__option--highlighted {
  color: #fff;
  background: #00C0F8; }

form.small {
  font-size: 0.75em; }
form.large {
  font-size: 1.25em; }

.form-element {
  margin-bottom: 0.75em; }
.form-element:after {
  clear: both;
  content: "";
  display: table; }

/***************************************
	Base
***************************************/
body {
  background: #FFF; }

img {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic; }

embed, iframe, object, video {
  max-width: 100%;
  margin-bottom: 1.5em; }

.container {
  position: relative;
  width: 90%;
  max-width: 65em;
  margin: 0 auto; }
.container:after {
  clear: both;
  content: "";
  display: table; }

.narrow-wrapper {
  width: 100%;
  max-width: 41.25em;
  margin: 0 auto; }

.main .container {
  margin-top: 2em;
  margin-bottom: 2em; }
@media screen and (min-width: 48.0625em) {
  .main .container {
    margin-top: 3em;
    margin-bottom: 4em; } }

@media screen and (min-width: 30.0625em) {
  .align-left {
    float: left;
    max-width: 300px;
    margin: 0 1em 1em 0; } }

@media screen and (min-width: 30.0625em) {
  .align-right {
    float: right;
    max-width: 300px;
    margin: 0 0 1em 1em; } }

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

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

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

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

.hide {
  display: none; }

.hidden {
  visibility: hidden; }

.no-margin {
  margin: 0; }

.desktop-only {
  display: none; }

.mobile-only {
  display: block; }

.content {
  margin-bottom: 2em; }

.sidebar {
  margin-bottom: 2em; }

.featured-image {
  margin-bottom: 1.5em; }

.toggle-content {
  display: none; }

.toggle-button {
  display: block; }
@media screen and (min-width: 48.0625em) {
  .toggle-button {
    display: inline-block; } }
.toggle-button.read-less {
  display: none; }

.open .toggle-button.read-less {
  display: block; }
@media screen and (min-width: 48.0625em) {
  .open .toggle-button.read-less {
    display: inline-block; } }
.open .toggle-button.read-more {
  display: none; }

::-moz-selection {
  background: #00C0F8;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #00C0F8;
  color: #fff;
  text-shadow: none; }

/***************************************
 Import Modules
***************************************/
/***************************************
	Global
***************************************/
.hasLink:hover {
  cursor: pointer; }

.section-title-bar {
  padding-top: 1em; }
.section-title-bar:after {
  clear: both;
  content: "";
  display: table; }
.section-title-bar .container {
  margin-top: 0;
  margin-bottom: 0; }
@media screen and (min-width: 48.0625em) {
  .section-title-bar .title {
    float: left;
    display: block;
    width: 75%; } }
@media screen and (min-width: 48.0625em) {
  .section-title-bar .more {
    float: left;
    display: block;
    width: 25%;
    padding-top: 1.25em; } }
.section-title-bar .more p {
  margin-bottom: 0.5em; }
.section-title-bar .more a {
  display: block;
  padding-right: 1em;
  color: #999;
  font-size: 0.875em; }
@media screen and (min-width: 48.0625em) {
  .section-title-bar .more a {
    text-align: right; } }
.section-title-bar .more a:after {
  position: relative;
  top: 0.13em;
  margin-left: 0.25em;
  content: '\e902'; }

.wide-section .section-title-bar {
  padding-top: 0.5em;
  background: #00C0F8; }
.wide-section .section-title-bar .section-title {
  margin-bottom: 0.35em;
  font-size: 1.5em;
  font-weight: 700;
  color: #fff; }
@media screen and (min-width: 48.0625em) {
  .wide-section .section-title-bar .more {
    padding-top: 0.65em; } }
.wide-section .section-title-bar a {
  color: #fff; }

.arrow-list {
  margin-bottom: 0; }
.arrow-list > * {
  list-style: none;
  position: static;
  padding: 0;
  margin: 0;
  line-height: 1;
  font-size: 1em; }
.arrow-list > *:before {
  content: none;
  float: none;
  width: auto;
  height: auto;
  margin: 0;
  background: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
.arrow-list > li {
  padding-left: 1.5em;
  font-size: 0.9375em; }
.arrow-list > li:before {
  content: "\e902";
  float: left;
  margin: 0em 0 0 -1.3em;
  display: block; }
.arrow-list > li a {
  color: #999; }
.arrow-list > li a:hover {
  color: #00C0F8; }

.show-more {
  padding-top: 1em;
  text-align: center; }

.side-nav {
  background: #f8f8f8; }
.side-nav h5.section-title {
  font-weight: normal;
  margin-bottom: 0;
  padding: 0.75em 1.14286em;
  color: #fff;
  background: #666;
  border-bottom: 1px solid #fff; }
.side-nav h5.section-title.blue-title {
  background: #00C0F8; }
.side-nav .side-menu {
  margin-bottom: 0; }
.side-nav .side-menu > * {
  list-style: none;
  position: static;
  padding: 0;
  margin: 0;
  line-height: 1;
  font-size: 1em; }
.side-nav .side-menu > *:before {
  content: none;
  float: none;
  width: auto;
  height: auto;
  margin: 0;
  background: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
.side-nav .side-menu a {
  display: block;
  padding: 0.75em 1.14286em;
  font-size: 0.875em;
  color: #555;
  font-weight: bold;
  border-bottom: 1px solid #fff; }
.side-nav .side-menu a:hover {
  color: #00C0F8; }
.side-nav .side-menu .active a {
  position: relative;
  color: #fff;
  background: #00C0F8; }
.side-nav .side-menu .active a:before {
  content: '';
  position: absolute;
  left: -8px;
  top: 50%;
  margin-top: -7px;
  height: 0;
  width: 0;
  border-bottom: 7px solid transparent;
  border-right: 8px solid #00C0F8;
  border-top: 7px solid transparent; }

/***************************************
	Breadcrumbs
***************************************/
.breadcrumbs .container {
  margin-top: 1.5em;
  margin-bottom: -1.5em; }
.breadcrumbs p {
  font-size: 0.75em;
  color: #777; }
.breadcrumbs a {
  position: relative;
  display: block;
  float: left;
  margin: 0 1em;
  line-height: 1;
  color: #888;
  color: rgba(85, 85, 85, 0.6); }
.breadcrumbs a:before {
  content: '\e905';
  position: absolute;
  top: 50%;
  left: -1.75em;
  margin-top: -0.5em;
  font-size: 0.7em;
  color: #bbb;
  pointer-events: none;
  cursor: default; }
.breadcrumbs a:first-child {
  margin-left: 0; }
.breadcrumbs a:first-child:before {
  display: none; }
.breadcrumbs a:hover {
  color: #666; }
.breadcrumbs a:last-child {
  color: #00C0F8; }

/***************************************
	Top Nav
***************************************/
.top-nav {
  display: none;
  background: #666; }
@media screen and (min-width: 48.0625em) {
  .top-nav {
    display: block; } }
.top-nav .secondary-menu,
.top-nav .lang-menu {
  margin-bottom: 0;
  float: right; }
.top-nav .secondary-menu > *,
.top-nav .lang-menu > * {
  list-style: none;
  position: static;
  padding: 0;
  margin: 0;
  line-height: 1;
  font-size: 1em; }
.top-nav .secondary-menu > *:before,
.top-nav .lang-menu > *:before {
  content: none;
  float: none;
  width: auto;
  height: auto;
  margin: 0;
  background: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
.top-nav .secondary-menu a, .top-nav .secondary-menu span,
.top-nav .lang-menu a,
.top-nav .lang-menu span {
  display: block;
  padding: 0 2em;
  text-transform: uppercase;
  color: #fff;
  font-size: 0.75em;
  font-weight: 700; }
.top-nav .secondary-menu > li,
.top-nav .lang-menu > li {
  position: relative; }
.top-nav .secondary-menu > li:before,
.top-nav .lang-menu > li:before {
  content: '';
  position: absolute;
  top: 0.5em;
  left: -1px;
  bottom: 0.5em;
  width: 1px;
  background: #aaa; }
.top-nav .secondary-menu > li > a,
.top-nav .secondary-menu > li > span,
.top-nav .lang-menu > li > a,
.top-nav .lang-menu > li > span {
  line-height: 3.3334;
  cursor: pointer; }
.top-nav .secondary-menu > li:hover,
.top-nav .lang-menu > li:hover {
  background: #444; }
.top-nav .secondary-menu > li:hover:before,
.top-nav .lang-menu > li:hover:before {
  display: none; }
.top-nav .secondary-menu > li:hover ul,
.top-nav .lang-menu > li:hover ul {
  display: block; }
.top-nav .secondary-menu ul,
.top-nav .lang-menu ul {
  margin-bottom: 0;
  display: none;
  position: absolute;
  top: 2.5em;
  left: 0;
  right: 0;
  z-index: 100;
  padding-bottom: 0.5em;
  background: #444; }
.top-nav .secondary-menu ul > *,
.top-nav .lang-menu ul > * {
  list-style: none;
  position: static;
  padding: 0;
  margin: 0;
  line-height: 1;
  font-size: 1em; }
.top-nav .secondary-menu ul > *:before,
.top-nav .lang-menu ul > *:before {
  content: none;
  float: none;
  width: auto;
  height: auto;
  margin: 0;
  background: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
.top-nav .secondary-menu ul a,
.top-nav .lang-menu ul a {
  padding-top: 0.6em;
  padding-bottom: 0.6em;
  line-height: 1.4;
  text-transform: none; }
.top-nav .secondary-menu ul a:hover,
.top-nav .lang-menu ul a:hover {
  background: #00C0F8; }
.top-nav .secondary-menu > li > a,
.top-nav .secondary-menu > li > span {
  text-align: left; }
.top-nav .secondary-menu > li:before {
  display: none; }
.top-nav .secondary-menu ul {
  min-width: 10em; }
.top-nav .secondary-menu ul a {
  text-align: left; }
.top-nav .lang-menu > li > a,
.top-nav .lang-menu > li > span {
  padding-right: 3em;
  min-width: 10em; }
.top-nav .lang-menu > li > a:after,
.top-nav .lang-menu > li > span:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1.25em;
  margin-top: -0.25em;
  height: 0;
  width: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #ccc; }
.top-nav .lang-menu ul a {
  text-align: center; }

/***************************************
	Header
***************************************/
.site-header {
  background: #fff;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1); }
.site-header .container {
  padding: 5px 0; }
@media screen and (min-width: 48.0625em) {
  .site-header .container {
    padding-bottom: 5px; } }
.site-header .site-title {
  float: left;
  margin: 15px 0 0 0;
  font-size: 1em; }

.site-header.sticky .site-title {
  margin: 0;
}
.site-header .site-title .company-name {
  display: none; }
.site-header .site-title .company-logo {
  display: block;
  margin: 0 auto;
  width: 3em;
  height: 3em; }
@media screen and (min-width: 62em) {
  .site-header .site-title .company-logo {
    width: auto;
    height: auto; } }
.site-header .site-title .company-logo img {
  display: block; }
.site-header.sticky .site-title .company-logo img {
  display: block;
  max-width: 120px;
}
.site-header .utility-section {
  float: right; }
.site-header .utility-section:after {
  clear: both;
  content: "";
  display: table; }
@media screen and (min-width: 48.0625em) {
  .site-header .utility-section {
    margin-top: 0.75em; } }
.site-header .utility-section .main-search {
  float: left;
  display: inline-block!important;
}
.site-header .utility-section .main-search .search-toggle {
  display: block;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.45em;
  font-size: 2em;
  text-align: center;
  color: #999;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }
@media screen and (min-width: 48.0625em) {
  .site-header .utility-section .main-search .search-toggle {
    display: none; } }
.site-header .utility-section .main-search .search-toggle:hover {
  color: #222; }
.site-header .utility-section .main-search form {
  display: none;
  position: absolute;
  top: 1em;
  left: 0;
  z-index: 10;
  height: 3em;
  right: 3em;
  background: #fff; }
@media screen and (min-width: 30.0625em) {
  .site-header .utility-section .main-search form {
    left: 4em; } }
@media screen and (min-width: 48.0625em) {
  .site-header .utility-section .main-search form {
    position: relative;
    top: auto;
    left: auto;
    right: 0;
    height: auto;
    display: block; } }
.site-header .utility-section .main-search form input {
  margin-bottom: 0;
  margin-top: 0.2em;
  height: 2.25em;
  line-height: 1.65em; }
@media screen and (min-width: 48.0625em) {
  .site-header .utility-section .main-search form input {
    font-size: 1em;
    padding-left: 1.75em;
    width: 12em;
    height: 2.1em;
    line-height: 1.5em; }
  .site-header .utility-section .main-search form input:focus {
    width: 20em; } }
.site-header .utility-section .main-search form .search-toggle {
  position: absolute;
  top: 0;
  right: -1.5em;
  background: #fff; }
@media screen and (min-width: 48.0625em) {
  .site-header .utility-section .main-search form .search-toggle {
    display: block;
    position: absolute;
    top: 50%;
    left: 0.5em;
    margin-top: -0.5em;
    z-index: 1000;
    color: #aaa;
    font-size: 0.75em;
    background: none; }
  .site-header .utility-section .main-search form .search-toggle:before {
    content: '\f002'; } }
.site-header .utility-section .main-search.active form {
  display: block; }
.site-header .utility-section .menu-toggle {
  float: left;
  display: block;
  margin-left: 0.5em;
  width: 3em;
  height: 3em;
  padding: 0.65em 0.5em 0 0.5em; }
@media screen and (min-width: 48.0625em) {
  .site-header .utility-section .menu-toggle {
    display: none; } }
.site-header .utility-section .menu-toggle span {
  display: block;
  margin-bottom: 0.35em;
  height: 0.35em;
  background: #999;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }
.site-header .utility-section .menu-toggle:hover span {
  background: #222; }
.site-header .main-nav {
  display: none;
  clear: right;
  float: right;
  margin-top: 0; }
@media screen and (min-width: 48.0625em) {
  .site-header .main-nav {
    display: block; } }
.site-header .main-menu {
  margin-bottom: 0; }
.site-header .main-menu > * {
  list-style: none;
  position: static;
  padding: 0;
  margin: 0;
  line-height: 1;
  font-size: 1em; }
.site-header .main-menu > *:before {
  content: none;
  float: none;
  width: auto;
  height: auto;
  margin: 0;
  background: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
.site-header .main-menu a {
  display: block;
  font-size: 0.875em;
  font-weight: 700;
  color: #666; }
@media screen and (min-width: 62em) {
  .site-header .main-menu a {
    font-size: 0.9375em; } }
.site-header .main-menu ul {
  margin-bottom: 0; }
.site-header .main-menu ul > * {
  list-style: none;
  position: static;
  padding: 0;
  margin: 0;
  line-height: 1;
  font-size: 1em; }
.site-header .main-menu ul > *:before {
  content: none;
  float: none;
  width: auto;
  height: auto;
  margin: 0;
  background: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
.site-header .main-menu > li {
  position: relative;
  float: left; }
.site-header .main-menu > li > a {
  padding: 0 0.75em;
  line-height: 3em; }
@media screen and (min-width: 62em) {
  .site-header .main-menu > li > a {
    padding: 0 1em; } }
.site-header .main-menu > li:hover > a {
  color: #fff;
  background: #00C0F8; }
.site-header .main-menu > li:hover > ul,
.site-header .main-menu > li:hover .dropdown {
  display: block; }
.site-header .main-menu > li > ul,
.site-header .main-menu > li .dropdown {
  display: none;
  position: absolute;
  right: 0;
  z-index: 100;
  padding: 1em;
  width: 15em;
  border-top: 5px solid #00C0F8;
  background: #fff;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1); }
.site-header .main-menu > li > ul a,
.site-header .main-menu > li .dropdown a {
  padding: 0.4em 0;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.4; }
.site-header .main-menu > li > ul a:hover,
.site-header .main-menu > li .dropdown a:hover {
  color: #00C0F8; }
.site-header .main-menu .mega {
  position: static; }
.site-header .main-menu .mega > ul {
  left: 0;
  width: auto;
  padding: 1em 0.5em;
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
.site-header .main-menu .mega > ul:after {
  clear: both;
  content: "";
  display: table; }
.site-header .main-menu .mega > ul > li {
  position: relative;
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 23.2317613015%;
  padding-left: 1.5em;
  padding-top: 0.5em;
  padding-bottom: 0.5em; }
.site-header .main-menu .mega > ul > li:last-child {
  margin-right: 0; }
.site-header .main-menu .mega > ul > li:after {
  content: '';
  position: absolute;
  top: 0;
  left: 1.5em;
  right: 0;
  height: 1px;
  background: #eee; }
.site-header .main-menu .mega > ul > li:first-child:after, .site-header .main-menu .mega > ul > li:first-child + li:after, .site-header .main-menu .mega > ul > li:first-child + li + li:after, .site-header .main-menu .mega > ul > li:first-child + li + li + li:after {
  display: none; }
.site-header .main-menu .mega > ul > li > a {
  font-weight: bold; }
.site-header .main-menu .mega > ul ul li {
  display: inline-block; }
.site-header .main-menu .mega .dropdown {
  left: 0;
  width: auto;
  padding: 1em 2em; }
.site-header .main-menu .mega .dropdown > ul {
  max-width: 68em;
  margin-left: -3%;
  margin-right: auto; }
.site-header .main-menu .mega .dropdown > ul:after {
  clear: both;
  content: "";
  display: table; }
.site-header .main-menu .mega .dropdown > ul > li {
  position: relative;
  float: left;
  display: block;
  padding-left: 3%;
  width: 25%;
  padding-top: 0.5em;
  padding-bottom: 0.5em; }
.site-header .main-menu .mega .dropdown > ul > li:after {
  content: '';
  position: absolute;
  top: 0;
  left: 12%;
  right: 0;
  height: 1px;
  background: #eee; }
.site-header .main-menu .mega .dropdown > ul > li:first-child:after, .site-header .main-menu .mega .dropdown > ul > li:first-child + li:after, .site-header .main-menu .mega .dropdown > ul > li:first-child + li + li:after, .site-header .main-menu .mega .dropdown > ul > li:first-child + li + li + li:after {
  display: none; }
.site-header .main-menu .mega .dropdown > ul > li > a {
  font-weight: bold; }
.site-header .main-menu .mega .dropdown > ul ul li {
  display: inline-block;
  padding-right: 0.5em;
  vertical-align: top; }
.site-header .main-menu .mega .dropdown > ul ul a {
  font-size: 0.8125em; }
.site-header .main-menu .active > a {
  color: #00C0F8; }

.sticky.site-header {
  z-index: 999; }
@media screen and (min-width: 48.0625em) {
  .sticky.site-header .container {
    padding-top: 5px;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out; } }
.sticky.site-header .site-title .company-logo {
  margin-top: 0.1em;
  width: auto;
  height: auto;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }
@media screen and (min-width: 48.0625em) {
  .sticky.site-header .utility-section {
    display: none; } }
.sticky.site-header .main-nav {
  margin-top: 5px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }

/***************************************
	Sliders
***************************************/
.slick-dots {
  margin-bottom: 0;
  text-align: center; }
.slick-dots > * {
  list-style: none;
  position: static;
  padding: 0;
  margin: 0;
  line-height: 1;
  font-size: 1em; }
.slick-dots > *:before {
  content: none;
  float: none;
  width: auto;
  height: auto;
  margin: 0;
  background: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
.slick-dots li {
  display: inline-block;
  margin: 0 0.25em; }
.slick-dots li a, .slick-dots li button {
  display: block;
  padding: 0;
  height: auto;
  width: 2em;
  line-height: 2em;
  font-size: 0.75em;
  text-align: center;
  border: 1px solid #ddd;
  border-color: rgba(0, 0, 0, 0.1);
  background: #fff;
  cursor: pointer;
  outline: none; }
.slick-dots li a:hover, .slick-dots li button:hover {
  color: #fff;
  background: #00C0F8; }
.slick-dots li.slick-active a, .slick-dots li.slick-active button {
  color: #222;
  background: #eee;
  border-color: rgba(0, 0, 0, 0.3); }

.slick-arrow {
  display: block;
  position: absolute;
  top: 50%;
  z-index: 20;
  margin-top: -0.5em;
  font-size: 2em;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  outline: none;
  opacity: .4;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }
@media screen and (min-width: 48.0625em) {
  .slick-arrow {
    font-size: 3.5em; } }
.slick-arrow.arrow-prev {
  left: 0; }
.slick-arrow.arrow-prev:before {
  content: '\e904'; }
.slick-arrow.arrow-next {
  right: 0; }
.slick-arrow.arrow-next:before {
  content: '\e905'; }
.slick-arrow:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.2); }

.main-slider-section,.main-slider-section .slider-item  {
  position: relative;
  height: 300px;
  overflow: hidden; }
@media screen and (min-width: 48.0625em) {
  .main-slider-section,.main-slider-section .slider-item  {
    height: 400px; } }
@media screen and (min-width: 62em) {
  .main-slider-section,.main-slider-section .slider-item  {
    /*height: 500px; */ height: 85vh; } }
.main-slider-section .slider-item {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover; }
.main-slider-section .slider-item > img {
  display: none; }
.main-slider-section .slider-item:after {
  content: '';
  position: absolute;
  top: inherit;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  /* Old Browsers */
  background: -moz-linear-gradient(top, transparent 0%, black 100%);
  /* FF3.6+ */
  background: -webkit-gradient(left top, left bottom, color-stop(0%, transparent), color-stop(100%, black));
  /* Chrome, Safari4+ */
  background: -webkit-linear-gradient(top, transparent 0%, black 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, transparent 0%, black 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, transparent 0%, black 100%);
  /* IE 10+ */
  background: linear-gradient(to bottom, transparent 0%, black 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
  /* IE6-9 */
  opacity: .1; }
.main-slider-section .slider-container {
  width: 80%;
  max-width: 65em;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  height: 300px; }
@media screen and (min-width: 48.0625em) {
  .main-slider-section .slider-container {
    height: 90%; } }
@media screen and (min-width: 62em) {
  .main-slider-section .slider-container {
    height: 90%; } }
.main-slider-section .slider-container .slider-content {
  position: absolute;
  bottom: 0.5em;
  right: 0;
  left: 0; }
@media screen and (min-width: 30.0625em) {
  .main-slider-section .slider-container .slider-content {
    left: 20%;
    font-size: 1.1em;
    text-align: right; } }
@media screen and (min-width: 62em) {
  .main-slider-section .slider-container .slider-content {
    bottom: 0;
    font-size: 1.25em; } }
.main-slider-section h3 {
  margin-bottom: 0.3em;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); }
.main-slider-section h3 a {
  color: #fff; }
.main-slider-section .tagline {
  color: #fff;
  font-size: 1.5em;
  font-family: "Kaushan Script", Georgia, cursive;
  letter-spacing: -0.02em;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg); }
@media screen and (min-width: 30.0625em) {
  .main-slider-section .tagline {
    padding-right: 20%; } }
@media screen and (min-width: 62em) {
  .main-slider-section .tagline {
    margin-top: 0.75em;
    padding-right: 10%; } }
.main-slider-section .slick-dots {
  position: absolute;
  top: 2em;
  right: 5%;
  left: 5%;
  text-align: right; }
@media screen and (min-width: 62em) {
  .main-slider-section .slick-dots {
    right: auto;
    left: 50%;
    top: auto;
    bottom: 20px;
    width: 40%;
    max-width: 520px; } }
.main-slider-section .slick-dots li {
  display: inline-block;
  margin: 0 0.25em; }
.main-slider-section .slick-dots li a, .main-slider-section .slick-dots li button {
  height: 1em;
  width: 1em;
  line-height: 1;
  border-color: #fff;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap; }
.main-slider-section .slick-dots li a:hover, .main-slider-section .slick-dots li button:hover {
  background: #fff;
  border-color: #00C0F8; }
.main-slider-section .slick-dots li.slick-active a, .main-slider-section .slick-dots li.slick-active button {
  background: #00C0F8;
  border-color: #00C0F8; }

.top-slider {
  margin-right: 1px;
  margin-top: 1px; }
.top-slider .slider-item {
  position: relative;
  padding-left: 1px; }
.top-slider figure a {
  position: relative;
  height: 350px;
  display: block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover; }
@media screen and (min-width: 62em) {
  .top-slider figure a {
    height: 420px; } }
.top-slider figure a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  /* Old Browsers */
  background: -moz-linear-gradient(top, transparent 0%, black 100%);
  /* FF3.6+ */
  background: -webkit-gradient(left top, left bottom, color-stop(0%, transparent), color-stop(100%, black));
  /* Chrome, Safari4+ */
  background: -webkit-linear-gradient(top, transparent 0%, black 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, transparent 0%, black 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, transparent 0%, black 100%);
  /* IE 10+ */
  background: linear-gradient(to bottom, transparent 0%, black 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
  /* IE6-9 */
  opacity: .2; }
.top-slider figure img {
  display: none; }
.top-slider .slider-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  width: 100%;
  padding: 0em 1em 1em 1em; }
.top-slider h2 {
  margin: 0;
  font-size: 1.25em; }
.top-slider h2 a {
  display: block;
  color: #fff; }

.events-slider {
  position: relative;
  margin-bottom: 3em; }
@media screen and (min-width: 48.0625em) {
  .events-slider {
    margin-left: -0.25em; } }
.events-slider .slider-item {
  margin-bottom: 0.25em; }
@media screen and (min-width: 48.0625em) {
  .events-slider .slider-item {
    padding-left: 0.25em; } }
.events-slider .slick-arrow {
  color: #ccc; }
.events-slider .slick-arrow:hover {
  color: #fff; }
.events-slider .slick-arrow.arrow-prev {
  left: -5%; }
@media screen and (min-width: 62em) {
  .events-slider .slick-arrow.arrow-prev {
    left: -1em; } }
.events-slider .slick-arrow.arrow-next {
  right: -5%; }
@media screen and (min-width: 62em) {
  .events-slider .slick-arrow.arrow-next {
    right: -1.075em; } }
.events-slider .slick-dots {
  position: absolute;
  bottom: -3em;
  left: 0;
  right: 0; }

/***************************************
	Articles
***************************************/
.article-item {
  position: relative;
  font-size: 0;
  background: #00C0F8; }
.article-item:after {
  clear: both;
  content: "";
  display: table; }
.article-item figure {
  display: inline-block;
  vertical-align: bottom;
  width: 49.65%;
  font-size: 16px;
  font-size: 1rem; }
.article-item figure a, .article-item figure img {
  display: block; }
.article-item .article-content {
  display: inline-block;
  vertical-align: bottom;
  width: 50.35%;
  padding: 0 0.5em 0.5em 0.5em;
  font-size: 16px;
  font-size: 1rem; }
@media screen and (min-width: 62em) {
  .article-item .article-content {
    padding: 0 1em 1em 1em; } }
.article-item h2 {
  margin-bottom: 0.5em;
  font-size: 1em;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); }
@media screen and (min-width: 30.0625em) {
  .article-item h2 {
    font-size: 1.25em; } }
@media screen and (min-width: 48.0625em) {
  .article-item h2 {
    font-size: 1.125em; } }
@media screen and (min-width: 62em) {
  .article-item h2 {
    font-size: 1.25em; } }
.article-item h2 a {
  display: block;
  color: #fff; }
.article-item p {
  color: #fff; }
.article-item p.event-date {
  margin-bottom: 0.15em;
  font-size: 1em; }
@media screen and (min-width: 48.0625em) {
  .article-item p.event-date {
    font-size: 1.125em; } }
.article-item.image-item figure {
  display: block;
  width: 100%; }
.article-item.image-item figure a:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  /* Old Browsers */
  background: -moz-linear-gradient(top, transparent 0%, black 100%);
  /* FF3.6+ */
  background: -webkit-gradient(left top, left bottom, color-stop(0%, transparent), color-stop(100%, black));
  /* Chrome, Safari4+ */
  background: -webkit-linear-gradient(top, transparent 0%, black 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, transparent 0%, black 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, transparent 0%, black 100%);
  /* IE 10+ */
  background: linear-gradient(to bottom, transparent 0%, black 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
  /* IE6-9 */
  opacity: .25; }
.article-item.image-item .article-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  width: 100%; }
.article-item.color-primary {
  background-color: #00C0F8; }
.article-item.color-secondary {
  background-color: #F78211; }
.article-item.color-tertiary {
  background-color: #822392; }
.article-item.item-sport {
  background-color: #F58229; }
.article-item.item-culture {
  background-color: #BB924E; }
.article-item.item-gourmet {
  background-color: #981F4E; }
.article-item.item-fun {
  background-color: #812990; }

.article-list {
  margin-bottom: 0; }
.article-list > * {
  list-style: none;
  position: static;
  padding: 0;
  margin: 0;
  line-height: 1;
  font-size: 1em; }
.article-list > *:before {
  content: none;
  float: none;
  width: auto;
  height: auto;
  margin: 0;
  background: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
@media screen and (min-width: 48.0625em) {
  .article-list {
    max-width: 68em;
    margin-left: -0.25em;
    margin-right: auto; }
  .article-list:after {
    clear: both;
    content: "";
    display: table; } }
.article-list > li {
  overflow: hidden;
  margin-bottom: 0.25em; }
@media screen and (min-width: 48.0625em) {
  .article-list > li {
    float: left;
    display: block;
    padding-left: 0.25em;
    width: 50%; } }

.sidebar .article-list .article-item figure {
  width: 33.65%; }
.sidebar .article-list .article-item .article-content {
  width: 66.35%;
  padding: 0.25em 0.5em; }
.sidebar .article-list .article-item .article-content h2 {
  font-size: 1em; }
.sidebar .article-list .article-item .article-content .button {
  display: none; }
@media screen and (min-width: 48.0625em) {
  .sidebar .article-list > li {
    float: none;
    width: auto; } }

.small-article-list {
  margin-bottom: 0; }
.small-article-list > * {
  list-style: none;
  position: static;
  padding: 0;
  margin: 0;
  line-height: 1;
  font-size: 1em; }
.small-article-list > *:before {
  content: none;
  float: none;
  width: auto;
  height: auto;
  margin: 0;
  background: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
@media screen and (min-width: 30.0625em) {
  .small-article-list {
    max-width: 68em;
    margin-left: -0.25em;
    margin-right: auto; }
  .small-article-list:after {
    clear: both;
    content: "";
    display: table; } }
.small-article-list > li {
  overflow: hidden;
  margin-bottom: 0.25em; }
@media screen and (min-width: 30.0625em) and (max-width: 48em) {
  .small-article-list > li {
    float: left;
    display: block;
    padding-left: 0.25em;
    width: 50%; } }
@media screen and (min-width: 48.0625em) {
  .small-article-list > li {
    float: left;
    display: block;
    padding-left: 0.25em;
    width: 25%; } }
@media screen and (min-width: 48.0625em) {
  .small-article-list > li.featured-item {
    float: left;
    display: block;
    padding-left: 0.25em;
    width: 50%; } }

.alt-small-article-list {
  margin-bottom: 0; }
.alt-small-article-list > * {
  list-style: none;
  position: static;
  padding: 0;
  margin: 0;
  line-height: 1;
  font-size: 1em; }
.alt-small-article-list > *:before {
  content: none;
  float: none;
  width: auto;
  height: auto;
  margin: 0;
  background: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
@media screen and (min-width: 30.0625em) {
  .alt-small-article-list {
    max-width: 68em;
    margin-left: -0.25em;
    margin-right: auto; }
  .alt-small-article-list:after {
    clear: both;
    content: "";
    display: table; } }
.alt-small-article-list > li {
  overflow: hidden;
  margin-bottom: 0.25em; }
@media screen and (min-width: 30.0625em) and (max-width: 48em) {
  .alt-small-article-list > li {
    float: left;
    display: block;
    padding-left: 0.25em;
    width: 50%; } }
@media screen and (min-width: 48.0625em) {
  .alt-small-article-list > li {
    float: left;
    display: block;
    padding-left: 0.25em;
    width: 25%; } }
.alt-small-article-list article {
  padding: 0.5em;
  background: #0c7cf7; }
@media screen and (min-width: 48.0625em) {
  .alt-small-article-list article {
    padding: 1em; } }
.alt-small-article-list article h2 {
  margin-bottom: 0.5em;
  font-size: 1em;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); }
@media screen and (min-width: 30.0625em) {
  .alt-small-article-list article h2 {
    font-size: 1.25em; } }
@media screen and (min-width: 48.0625em) {
  .alt-small-article-list article h2 {
    font-size: 1.125em; } }
@media screen and (min-width: 62em) {
  .alt-small-article-list article h2 {
    font-size: 1.25em; } }
.alt-small-article-list article h2 a {
  display: block;
  color: #fff; }
.alt-small-article-list article p {
  margin-bottom: 0;
  color: #fff; }
.alt-small-article-list article p a {
  color: #fff; }
.alt-small-article-list article p a:hover {
  color: #00C0F8; }
.alt-small-article-list article footer {
  padding-top: 1em; }
.alt-small-article-list article footer a {
  color: #fff; }
.alt-small-article-list article footer .font-icons {
  font-size: 1.5em; }

.results-list article {
  margin-bottom: 1.5em;
  padding: 1em 1em 0.75em 1em;
  border: 1px solid #e5e5e5; }
.results-list article h2 {
  margin-bottom: 0.25em;
  font-size: 1.25em; }
.results-list article h2 a {
  color: #555; }
.results-list article p {
  margin-bottom: 0.4em;
  color: #999; }
.results-list article figure {
  margin-bottom: 0.5em; }
.results-list article .more a {
  display: block;
  padding-right: 1em;
  color: #555;
  font-size: 0.875em; }
.results-list article .more a:after {
  position: relative;
  top: 0.13em;
  margin-left: 0.25em;
  content: '\e902'; }

/***************************************
	Maps
***************************************/
.map-poi {
  width: 100%;
  height: 300px;
  background-image: url(../../uploads/map.jpg);
  background-repeat: no-repeat;
  background-position: 30% 50%;
  background-size: cover; }
@media screen and (min-width: 48.0625em) {
  .map-poi {
    height: 420px; } }

.map-large .map-poi {
  height: 800px;
}

.map-section {
  position: relative; }
@media screen and (min-width: 48.0625em) {
  .map-section .map-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 0; } }
.map-section .gm-style .gm-style-iw {
  line-height: 1.5; }

.poi-section {
  padding: 1em 5%;
  background: #f8f8f8; }
@media screen and (min-width: 48.0625em) {
  .poi-section {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 7.5em;
    width: 15em;
    padding: 1.5em 1.5em 0.5em 1.5em;
    background: rgba(250, 250, 250, 0.8); } }
@media screen and (min-width: 62em) {
  .poi-section {
    left: 17.5em; } }
.poi-section h5 {
  font-size: 1.175em;
  font-weight: 700;
  color: #777; }
.poi-section form {
  margin-bottom: 1.5em; }
@media screen and (min-width: 30.0625em) and (max-width: 48em) {
  .poi-section form {
    max-width: 68em;
    margin-left: -3%;
    margin-right: auto; }
  .poi-section form:after {
    clear: both;
    content: "";
    display: table; } }
@media screen and (min-width: 30.0625em) and (max-width: 48em) {
  .poi-section form .form-element {
    float: left;
    display: block;
    padding-left: 3%;
    width: 50%; } }
.poi-section form .checkbox.selected.color-primary label:before {
  border-color: #00C0F8;
  background-color: #00C0F8; }
.poi-section form .checkbox.selected.color-secondary label:before {
  border-color: #F78211;
  background-color: #F78211; }
.poi-section form .checkbox.selected.color-tertiary label:before {
  border-color: #822392;
  background-color: #822392; }
.poi-section form .checkbox.selected.poi-sport label:before {
  border-color: #f58229;
  background-color: #f58229; }
.poi-section form .checkbox.selected.poi-gourmet label:before {
  border-color: #981f4e;
  background-color: #981f4e; }
.poi-section form .checkbox.selected.poi-services label:before {
  border-color: #00bffb;
  background-color: #00bffb; }
.poi-section form .checkbox.selected.poi-culture label:before {
  border-color: #bb924d;
  background-color: #bb924d; }
.poi-section form .checkbox.selected.poi-fun label:before {
  border-color: #812990;
  background-color: #812990; }
.poi-section form .checkbox.selected.poi-accommodation label:before {
  border-color: #1293f9;
  background-color: #1293f9; }

/***************************************
	Filter
***************************************/
.filter-section {
  margin-bottom: 2em;
  padding: 1.5em 1.5em 0.75em 1.5em;
  background: #f8f8f8; }
.filter-section .button.primary {
  float: right; }
.filter-section .toggle-button {
  font-size: 0.8125em;
  margin-bottom: 0.6em;
  text-align: right;
  padding: 1em 0; }
@media screen and (min-width: 48.0625em) {
  .filter-section .toggle-button {
    margin-bottom: 0;
    margin-top: 0.6em;
    padding: 0.5em 0; } }
.filter-section .toggle-button:hover {
  color: #00C0F8; }

/***************************************
	Content
***************************************/
@media screen and (min-width: 48.0625em) {
  .intro-section .container {
    margin-bottom: 2em; } }

.head-gallery {
  margin-bottom: 0;
  max-width: 68em;
  margin-left: -0.25em;
  margin-right: auto; }
.head-gallery > * {
  list-style: none;
  position: static;
  padding: 0;
  margin: 0;
  line-height: 1;
  font-size: 1em; }
.head-gallery > *:before {
  content: none;
  float: none;
  width: auto;
  height: auto;
  margin: 0;
  background: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
.head-gallery:after {
  clear: both;
  content: "";
  display: table; }
.head-gallery > li {
  margin-bottom: 0.25em;
  float: left;
  display: block;
  padding-left: 0.25em;
  width: 50%; }
@media screen and (min-width: 62em) {
  .head-gallery > li {
    float: left;
    display: block;
    padding-left: 0.25em;
    width: 25%; } }
@media screen and (min-width: 62em) {
  .head-gallery > li.featured-item {
    float: left;
    display: block;
    padding-left: 0.25em;
    width: 50%; } }
.head-gallery > li.logo-item {
  display: table; }
.head-gallery > li.logo-item .logo-wrapper {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  background: #eee; }
.head-gallery > li.logo-item .logo-wrapper img {
  display: inline;
  max-width: 70%; }
.head-gallery > li.content-item {
  float: left;
  display: block;
  padding-left: 0.25em;
  width: 100%; }
@media screen and (min-width: 62em) {
  .head-gallery > li.content-item {
    float: left;
    display: block;
    padding-left: 0.25em;
    width: 25%;
    display: table; } }
.head-gallery > li img {
  display: block; }
.head-gallery > li .content {
  padding: 0.5em;
  color: #fff;
  background: #00C0F8; }
@media screen and (min-width: 62em) {
  .head-gallery > li .content {
    display: table-cell;
    width: 100%;
    height: 100%;
    padding: 1em;
    vertical-align: bottom; } }
.head-gallery > li .content h5 {
  margin-bottom: 0.15em;
  font-size: 0.875em;
  color: #fff; }
.head-gallery > li .content p {
  margin-bottom: 0.15em;
  font-size: 0.875em;
  color: #fff; }
.head-gallery > li .content a {
  color: #fff; }

.content-list {
  margin-bottom: 0;
  margin-bottom: 1em; }
.content-list > * {
  list-style: none;
  position: static;
  padding: 0;
  margin: 0;
  line-height: 1;
  font-size: 1em; }
.content-list > *:before {
  content: none;
  float: none;
  width: auto;
  height: auto;
  margin: 0;
  background: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
.content-list li {
  margin-bottom: 0.5em;
  display: inline-block;
  font-size: 0.875em; }
.content-list li:after {
  content: '|';
  padding-left: 0.5em;
  color: #999; }

.gallery-section {
  padding-top: 0.5em; }
.gallery-section .image-gallery,
.gallery-section .video-gallery,
.gallery-section .location-gallery {
  display: inline-block;
  vertical-align: middle; }
.gallery-section .image-gallery a,
.gallery-section .video-gallery a,
.gallery-section .location-gallery a {
  padding: 0 0.5em;
  font-size: 0.75em;
  color: #999; }
.gallery-section .image-gallery a *,
.gallery-section .video-gallery a *,
.gallery-section .location-gallery a * {
  vertical-align: middle; }
.gallery-section .image-gallery a .font-icons,
.gallery-section .video-gallery a .font-icons,
.gallery-section .location-gallery a .font-icons {
  font-size: 2em; }
.gallery-section .image-gallery a:hover,
.gallery-section .video-gallery a:hover,
.gallery-section .location-gallery a:hover {
  color: #00C0F8; }

/***************************************
	Widgets
***************************************/
.widget {
  margin-bottom: 1em; }

.widget-item {
  padding: 1em 1em 0.5em 1em;
  background: #f8f8f8; }
.widget-item h5.section-title {
  font-weight: normal;
  margin: -1.14286em -1.14286em 1em -1.14286em;
  padding: 0.75em 1.14286em;
  color: #fff;
  background: #666; }
.widget-item h5.section-title.blue-title {
  background: #00C0F8; }
.widget-item p {
  font-size: 0.8125em;
  margin-bottom: 0.5em; }
.widget-item p a {
  color: #555;
  width: 85%; /* truncate by hrvo.je */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: bottom;
}
.widget-item p a:hover {
  color: #00C0F8; }

/***************************************
	Galleries
***************************************/
.image-gallery {
  margin-bottom: 0; }
.image-gallery > * {
  list-style: none;
  position: static;
  padding: 0;
  margin: 0;
  line-height: 1;
  font-size: 1em; }
.image-gallery > *:before {
  content: none;
  float: none;
  width: auto;
  height: auto;
  margin: 0;
  background: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
.image-gallery > li {
  display: none; }
.image-gallery > li:first-child {
  display: block; }

.video-gallery {
  margin-bottom: 0; }
.video-gallery > * {
  list-style: none;
  position: static;
  padding: 0;
  margin: 0;
  line-height: 1;
  font-size: 1em; }
.video-gallery > *:before {
  content: none;
  float: none;
  width: auto;
  height: auto;
  margin: 0;
  background: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
.video-gallery > li {
  display: none; }
.video-gallery > li:first-child {
  display: block; }

.location-gallery {
  margin-bottom: 0; }
.location-gallery > * {
  list-style: none;
  position: static;
  padding: 0;
  margin: 0;
  line-height: 1;
  font-size: 1em; }
.location-gallery > *:before {
  content: none;
  float: none;
  width: auto;
  height: auto;
  margin: 0;
  background: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
.location-gallery > li {
  display: none; }
.location-gallery > li:first-child {
  display: block; }

.gallery-list {
  margin-bottom: 0;
  max-width: 68em;
  margin-left: -3%;
  margin-right: auto; }
.gallery-list > * {
  list-style: none;
  position: static;
  padding: 0;
  margin: 0;
  line-height: 1;
  font-size: 1em; }
.gallery-list > *:before {
  content: none;
  float: none;
  width: auto;
  height: auto;
  margin: 0;
  background: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
.gallery-list:after {
  clear: both;
  content: "";
  display: table; }
.gallery-list > li {
  float: left;
  display: block;
  padding-left: 3%;
  width: 33.3333333333%;
  margin-bottom: 3%; }
.gallery-list > li:nth-child(4n) {
  margin-right: 0; }
.gallery-list > li:nth-child(4n+1) {
  clear: left; }
@media screen and (min-width: 30.0625em) and (max-width: 48em) {
  .gallery-list > li {
    float: left;
    display: block;
    padding-left: 3%;
    width: 33.325%; }
  .gallery-list > li:nth-child(3n) {
    margin-right: 0; }
  .gallery-list > li:nth-child(3n+1) {
    clear: left; } }
@media screen and (min-width: 48.0625em) {
  .gallery-list > li {
    float: left;
    display: block;
    padding-left: 3%;
    width: 25%; }
  .gallery-list > li:nth-child(4n) {
    margin-right: 0; }
  .gallery-list > li:nth-child(4n+1) {
    clear: left; } }

/***************************************
	Share
***************************************/
.share-section {
  margin-top: 2.5em;
  margin-bottom: 2em;
  padding-bottom: 1em;
  border: 1px solid #eee;
  border-left: none; }
@media screen and (min-width: 48.0625em) {
  .share-section {
    display: table;
    width: 100%;
    padding-bottom: 0; } }
@media screen and (min-width: 48.0625em) {
  .share-section .intro {
    display: table-cell;
    vertical-align: middle; } }
.share-section .intro .section-title {
  position: relative;
  top: -0.7em;
  display: inline-block;
  margin-bottom: 0;
  padding-right: 0.5em;
  font-size: 0.875em;
  text-transform: none;
  background: #fff; }
@media screen and (min-width: 48.0625em) {
  .share-section .intro .section-title {
    top: -1em; } }
.share-section .intro p {
  font-size: 0.75em;
  color: #999; }
@media screen and (min-width: 48.0625em) {
  .share-section .share-buttons {
    display: table-cell;
    vertical-align: middle;
    padding: 1.25em 1em;
    text-align: right;
    white-space: nowrap; } }
.share-section .share-buttons > * {
  display: inline-block;
  vertical-align: middle; }
.share-section .share-tw iframe {
  margin-bottom: 0;
  display: block; }
.share-section .share-gp {
  font-size: 0; }
.share-section .share-gp > * {
  display: block; }
.share-section .share-em a {
  display: block;
  line-height: 18px;
  padding: 0 0.5em;
  font-size: 0.6875em;
  font-weight: 600;
  color: #fff;
  background: #aaa;
  border: 1px solid #aaa;
  border-radius: 0.2em;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }
.share-section .share-em a:before {
  content: '\f0e0';
  margin-right: 0.4em; }
.share-section .share-em a:hover {
  background: #888;
  border-color: #666; }

/***************************************
	Accommodation
***************************************/
.starbar {
  display: inline-block; }
.starbar:after {
  clear: both;
  content: "";
  display: table; }
.starbar .icon-star {
  position: relative;
  float: left;
  display: block;
  font-size: 0.875em;
  color: #FFC200; }
.starbar .icon-star.empty {
  color: #e5e5e5;
  color: rgba(0, 0, 0, 0.1); }
.starbar .icon-star.half {
  position: relative;
  color: #e5e5e5;
  color: rgba(0, 0, 0, 0.1); }
.starbar .icon-star.half:after {
  content: "\f005";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  color: #FFC200;
  overflow: hidden; }

.acc-item {
  position: relative;
  font-size: 0;
  background: #00C0F8; }
.acc-item:after {
  clear: both;
  content: "";
  display: table; }
.acc-item figure {
  display: inline-block;
  vertical-align: top;
  width: 49.65%;
  font-size: 16px;
  font-size: 1rem; }
.acc-item figure a, .acc-item figure img {
  display: block; }
.acc-item .article-content {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 50.35%;
  padding: 0.5em 0.5em 0em 0.5em;
  font-size: 16px;
  font-size: 1rem; }
@media screen and (min-width: 62em) {
  .acc-item .article-content {
    padding: 1em 1em 0em 1em; } }
.acc-item h2 {
  margin-bottom: 0.5em;
  font-size: 1em;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); }
@media screen and (min-width: 30.0625em) {
  .acc-item h2 {
    font-size: 1.125em; } }
.acc-item h2 a {
  display: block;
  color: #fff; }
.acc-item .header {
  margin-bottom: 0.5em; }
.acc-item .header h2 {
  margin-bottom: 0.25em; }
.acc-item .footer {
  padding: 0.5em 0; }
.acc-item .footer:after {
  clear: both;
  content: "";
  display: table; }
@media screen and (min-width: 62em) {
  .acc-item .footer {
    padding: 1em 0; } }
.acc-item .footer a {
  display: block;
  margin-left: -5em; }
@media screen and (min-width: 62em) {
  .acc-item .footer a {
    margin-left: 0; } }
.acc-item .footer .font-icons {
  float: left;
  display: block;
  width: 1em;
  height: 1em;
  margin-top: 0.15em;
  margin-right: 0.5em;
  color: #fff;
  font-size: 1.5em; }
@media screen and (min-width: 62em) {
  .acc-item .footer .font-icons {
    margin-right: 0.25em; } }
.acc-item .footer .font-icons.icon-info {
  line-height: 1em;
  text-align: center;
  border: 2px solid #fff;
  border-color: rgba(255, 255, 255, 0.9);
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em; }
.acc-item .footer .font-icons.icon-info:before {
  position: relative;
  top: -0.35em;
  content: 'i';
  font-size: 0.75em;
  vertical-align: middle; }
.acc-item .footer .button {
  margin-left: auto;
  float: right;
  display: block; }
.acc-item p {
  margin-bottom: 0;
  color: #fff;
  font-size: 0.8125em;
  font-weight: 700; }
.acc-item p span {
  font-weight: normal;
  color: rgba(255, 255, 255, 0.8); }
.acc-item.image-item figure {
  display: block;
  width: 100%; }
.acc-item.image-item figure a:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  /* Old Browsers */
  background: -moz-linear-gradient(top, transparent 0%, black 100%);
  /* FF3.6+ */
  background: -webkit-gradient(left top, left bottom, color-stop(0%, transparent), color-stop(100%, black));
  /* Chrome, Safari4+ */
  background: -webkit-linear-gradient(top, transparent 0%, black 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, transparent 0%, black 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, transparent 0%, black 100%);
  /* IE 10+ */
  background: linear-gradient(to bottom, transparent 0%, black 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
  /* IE6-9 */
  opacity: .25; }
.acc-item.image-item .article-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  width: 100%; }

/***************************************
	Docs
***************************************/
.doc-list {
  margin-bottom: 0;
  margin-bottom: 1em; }
.doc-list > * {
  list-style: none;
  position: static;
  padding: 0;
  margin: 0;
  line-height: 1;
  font-size: 1em; }
.doc-list > *:before {
  content: none;
  float: none;
  width: auto;
  height: auto;
  margin: 0;
  background: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
.doc-list > li {
  font-size: 0.875em;
  line-height: 1.5em;
  margin-bottom: 0.5em; }

.doc-list a,
.doc-link {
  color: #111; }

.font-icons.icon-doc-pdf, .font-icons.icon-doc-word, .font-icons.icon-doc-excel, .font-icons.icon-doc-powerpoint, .font-icons.icon-doc-img {
  font-size: 1.4em;
  position: relative;
  top: 0.15em;
  margin-right: 0.25em; }
.font-icons.icon-doc-pdf {
  color: #EC4B32; }
.font-icons.icon-doc-word {
  color: #2C5795; }
.font-icons.icon-doc-excel {
  color: #286F4D; }
.font-icons.icon-doc-powerpoint {
  color: #CF4427; }
.font-icons.icon-doc-img {
  color: #801B76; }

/***************************************
	Contact
***************************************/
.contact-info {
  margin-top: 2em; }
.contact-info > div {
  border-left: 1px solid #e5e5e5; }
.contact-info > div:first-child {
  border-left: none; }
.contact-info h5 {
  margin-bottom: 0.5em; }
.contact-info p {
  margin-bottom: 0.5em; }

/***************************************
	Events
***************************************/
.content .event-date {
  margin-top: -0.75em;
  font-size: 1.125em;
  font-weight: bold;
  color: #F78211; }

/***************************************
	Gourmet
***************************************/
.gourmet-item {
  position: relative;
  font-size: 0;
  background: #981F4E; }
.gourmet-item:after {
  clear: both;
  content: "";
  display: table; }
.gourmet-item figure {
  display: inline-block;
  vertical-align: top;
  width: 49.65%;
  font-size: 16px;
  font-size: 1rem; }
.gourmet-item figure a, .gourmet-item figure img {
  display: block; }
.gourmet-item .article-content {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 50.35%;
  padding: 0.5em 0.5em 0em 0.5em;
  font-size: 16px;
  font-size: 1rem; }
@media screen and (min-width: 62em) {
  .gourmet-item .article-content {
    padding: 1em 1em 0em 1em; } }
.gourmet-item h2 {
  margin-bottom: 0.5em;
  font-size: 1em;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); }
@media screen and (min-width: 30.0625em) {
  .gourmet-item h2 {
    font-size: 1.125em; } }
.gourmet-item h2 a {
  display: block;
  color: #fff; }
.gourmet-item .header {
  margin-bottom: 0.5em; }
.gourmet-item .header h2 {
  margin-bottom: 0.25em; }
.gourmet-item .header p {
  margin-top: -0.25em;
  margin-bottom: 0.25em; }
.gourmet-item p {
  margin-bottom: 0;
  color: #fff;
  font-size: 0.8125em; }
.gourmet-item p a {
  color: #fff; }
.gourmet-item.image-item figure {
  display: block;
  width: 100%; }
.gourmet-item.image-item figure a:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  /* Old Browsers */
  background: -moz-linear-gradient(top, transparent 0%, black 100%);
  /* FF3.6+ */
  background: -webkit-gradient(left top, left bottom, color-stop(0%, transparent), color-stop(100%, black));
  /* Chrome, Safari4+ */
  background: -webkit-linear-gradient(top, transparent 0%, black 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, transparent 0%, black 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, transparent 0%, black 100%);
  /* IE 10+ */
  background: linear-gradient(to bottom, transparent 0%, black 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
  /* IE6-9 */
  opacity: .25; }
.gourmet-item.image-item .article-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  width: 100%; }

.info-list {
  margin-bottom: 0;
  margin-bottom: 1em;
  border-bottom: 1px solid #ddd; }
.info-list > * {
  list-style: none;
  position: static;
  padding: 0;
  margin: 0;
  line-height: 1;
  font-size: 1em; }
.info-list > *:before {
  content: none;
  float: none;
  width: auto;
  height: auto;
  margin: 0;
  background: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
.info-list > li {
  border-top: 1px solid #ddd; }
.info-list > li .group {
  display: inline-block;
  vertical-align: middle;
  margin: 1em 1em 1em 0em; }
.info-list > li .item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1em; }
.info-list > li .item span {
  display: inline-block;
  vertical-align: middle; }
.info-list > li .item .value {
  margin-left: 0.25em;
  font-size: 0.875em; }
.info-list > li .item .font-icons {
  font-size: 1.25em;
  color: #888; }

p.icon {
  padding: 0.25em 0;
  vertical-align: middle; }
p.icon img {
  margin-right: 0.25em;
  vertical-align: middle; }

/***************************************
	Brochures
***************************************/
.brochure-list .item {
  margin-bottom: 1em;
  padding-left: 8em;
  padding-top: 1em;
  border-top: 1px solid #ddd; }
.brochure-list .item:after {
  clear: both;
  content: "";
  display: table; }
.brochure-list figure {
  float: left;
  margin-left: -8em;
  width: 7em; }
.brochure-list h3 {
  font-size: 1em;
  color: #555; }
.brochure-list .links p {
  font-size: 0.875em;
  margin-bottom: 0.25em;
  color: #999; }
.brochure-list .links p a {
  font-weight: bold; }

/***************************************
	Pagination
***************************************/
.pagination {
  padding-top: 1.5em;
  text-align: center; }
.pagination .prev,
.pagination .next {
  display: inline-block;
  width: 3em;
  color: #555;
  line-height: 3em;
  font-size: 0.75em; }
.pagination .prev:hover,
.pagination .next:hover {
  color: #00C0F8; }

.pagination-list {
  margin-bottom: 0;
  display: inline-block;
  text-align: center; }
.pagination-list > * {
  list-style: none;
  position: static;
  padding: 0;
  margin: 0;
  line-height: 1;
  font-size: 1em; }
.pagination-list > *:before {
  content: none;
  float: none;
  width: auto;
  height: auto;
  margin: 0;
  background: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
.pagination-list li {
  display: inline-block;
  margin: 0 0.25em; }
.pagination-list li a {
  display: block;
  padding: 0;
  height: auto;
  width: 3em;
  color: #555;
  line-height: 3em;
  font-size: 0.75em;
  text-align: center;
  border: 1px solid #ddd;
  border-color: rgba(0, 0, 0, 0.1);
  background: #fff;
  cursor: pointer;
  outline: none; }
.pagination-list li a:hover {
  color: #fff;
  background: #00C0F8; }
.pagination-list li.active a, .pagination-list li.active button {
  color: #222;
  background: #eee;
  border-color: rgba(0, 0, 0, 0.3); }

/***************************************
	Footer
***************************************/
.social-section {
  background: #666; }
.social-section h4 {
  color: #fff; }
.social-section .social-buttons {
  padding-top: 2em;
  margin-bottom: 2.5em; }
@media screen and (min-width: 48.0625em) {
  .social-section .social-buttons {
    float: left;
    display: block;
    width: 62.5%; } }
.social-section .newsletter {
  margin-top: 2em;
  padding-bottom: 2.5em; }
@media screen and (min-width: 48.0625em) {
  .social-section .newsletter {
    float: left;
    display: block;
    width: 37.5%; } }
.social-section .newsletter form:after {
  clear: both;
  content: "";
  display: table; }
.social-section .newsletter form label {
  display: none; }
@media screen and (min-width: 30.0625em) and (max-width: 48em) {
  .social-section .newsletter form .form-element {
    float: left;
    display: block;
    width: 75%; } }
@media screen and (min-width: 62em) {
  .social-section .newsletter form .form-element {
    float: left;
    display: block;
    width: 66.6666666667%; } }
.social-section .newsletter form .form-element input[type="text"] {
  color: #fff;
  background: #888; }
@media screen and (min-width: 30.0625em) and (max-width: 48em) {
  .social-section .newsletter form .form-element input[type="text"] {
    border-right: none; } }
@media screen and (min-width: 62em) {
  .social-section .newsletter form .form-element input[type="text"] {
    border-right: none; } }
@media screen and (min-width: 30.0625em) and (max-width: 48em) {
  .social-section .newsletter form .buttons {
    float: left;
    display: block;
    width: 25%; } }
@media screen and (min-width: 62em) {
  .social-section .newsletter form .buttons {
    float: left;
    display: block;
    width: 33.3333333333%; } }

.social-list {
  margin-bottom: 0; }
.social-list > * {
  list-style: none;
  position: static;
  padding: 0;
  margin: 0;
  line-height: 1;
  font-size: 1em; }
.social-list > *:before {
  content: none;
  float: none;
  width: auto;
  height: auto;
  margin: 0;
  background: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
.social-list:after {
  clear: both;
  content: "";
  display: table; }
.social-list li {
  float: left;
  margin-right: 5%; }
.social-list li a {
  display: block;
  width: 2.5em;
  height: 2.5em;
  text-align: center;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }
.social-list li a span {
  display: inline-block;
  color: #fff;
  font-size: 1.25em;
  line-height: 2;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }
.social-list li a.fb {
  background: #3b5998; }
.social-list li a.fb span:before {
  content: '\f09a'; }
.social-list li a.tw {
  background: #55acee; }
.social-list li a.tw span:before {
  content: '\f099'; }
.social-list li a.gp {
  background: #dc4e41; }
.social-list li a.gp span:before {
  content: '\f0d5'; }
.social-list li a.yt {
  background: #cd201f; }
.social-list li a.yt span:before {
  content: '\f16a'; }
.social-list li a.ig {
  background: #3f729b; }
.social-list li a.ig span:before {
  content: '\f16d'; }
.social-list li a:hover span {
  font-size: 1.5em;
  line-height: 1.6667; }

.site-footer {
  color: #fff;
  background: #00C0F8;
  background: -moz-linear-gradient(top, #00b4f0 0%, #0091e9 100%);
  background: -webkit-linear-gradient(top, #00b4f0 0%, #0091e9 100%);
  background: linear-gradient(to bottom, #00b4f0 0%, #0091e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b4f0', endColorstr='#0091e9',GradientType=0 ); }
.site-footer .container {
  padding: 2em 0 1em 0; }
.site-footer .footer-links > ul {
  margin-bottom: 0; }
.site-footer .footer-links > ul > * {
  list-style: none;
  position: static;
  padding: 0;
  margin: 0;
  line-height: 1;
  font-size: 1em; }
.site-footer .footer-links > ul > *:before {
  content: none;
  float: none;
  width: auto;
  height: auto;
  margin: 0;
  background: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
@media screen and (min-width: 30.0625em) {
  .site-footer .footer-links > ul {
    max-width: 68em;
    margin-left: -3%;
    margin-right: auto; }
  .site-footer .footer-links > ul:after {
    clear: both;
    content: "";
    display: table; } }
.site-footer .footer-links > ul a {
  display: block;
  font-size: 0.75em;
  color: #fff; }
.site-footer .footer-links > ul > li {
  margin-bottom: 1.5em; }
@media screen and (min-width: 30.0625em) and (max-width: 48em) {
  .site-footer .footer-links > ul > li {
    float: left;
    display: block;
    padding-left: 3%;
    width: 50%; }
  .site-footer .footer-links > ul > li:nth-child(2n+1) {
    clear: left; } }
@media screen and (min-width: 48.0625em) and (max-width: 61.9375em) {
  .site-footer .footer-links > ul > li {
    float: left;
    display: block;
    padding-left: 3%;
    width: 33.33375%; }
  .site-footer .footer-links > ul > li:nth-child(3n+1) {
    clear: left; } }
@media screen and (min-width: 62em) {
  .site-footer .footer-links > ul > li {
    float: left;
    display: block;
    padding-left: 3%;
    width: 16.6666666667%; }
  .site-footer .footer-links > ul > li:nth-child(6n+1) {
    clear: left; } }
.site-footer .footer-links > ul > li > a {
  margin-bottom: 0.75em;
  text-transform: uppercase;
  font-weight: 700; }
.site-footer .footer-links > ul ul {
  margin-bottom: 0; }
.site-footer .footer-links > ul ul > * {
  list-style: none;
  position: static;
  padding: 0;
  margin: 0;
  line-height: 1;
  font-size: 1em; }
.site-footer .footer-links > ul ul > *:before {
  content: none;
  float: none;
  width: auto;
  height: auto;
  margin: 0;
  background: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
.site-footer .footer-links > ul ul > li > a {
  padding: 0.25em 0;
  line-height: 1.3; }
.site-footer .site-info {
  margin-bottom: 0.5em;
  padding: 0.5em 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-color: rgba(255, 255, 255, 0.2); }
.site-footer .site-info p {
  margin: 0;
  font-size: 0.75em; }
.site-footer .site-info p a {
  color: #fff; }
.site-footer .site-info p a:hover {
  text-decoration: underline; }
.site-footer .utility-nav ul {
  margin-bottom: 0;
  padding: 0.5em 0 0 0; }
.site-footer .utility-nav ul > * {
  list-style: none;
  position: static;
  padding: 0;
  margin: 0;
  line-height: 1;
  font-size: 1em; }
.site-footer .utility-nav ul > *:before {
  content: none;
  float: none;
  width: auto;
  height: auto;
  margin: 0;
  background: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
.site-footer .utility-nav ul:after {
  clear: both;
  content: "";
  display: table; }
.site-footer .utility-nav ul li {
  float: left;
  margin-bottom: 0.5em;
  padding: 0 1em;
  border-left: 1px solid #fff;
  border-color: rgba(255, 255, 255, 0.3); }
.site-footer .utility-nav ul li:first-child {
  padding-left: 0;
  border: none; }
.site-footer .utility-nav ul a {
  display: block;
  color: #fff;
  font-size: 0.75em; }

.footer-logos ul {
  margin-bottom: 0;
  padding: 0.5em 0; }
.footer-logos ul > * {
  list-style: none;
  position: static;
  padding: 0;
  margin: 0;
  line-height: 1;
  font-size: 1em; }
.footer-logos ul > *:before {
  content: none;
  float: none;
  width: auto;
  height: auto;
  margin: 0;
  background: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
.footer-logos ul li {
  display: inline-block;
  max-width: 6em;
  text-align: center;
  vertical-align: middle; }
.footer-logos ul li img {
  width: 250px;
  max-width: 70%;
  max-height: 3em; }

/***************************************
	Side Panel
***************************************/
/* border styling extension ------ */
.mm-listview.mm-border-none > li:after, .mm-menu.mm-border-none .mm-listview > li:after {
  content: none; }

.mm-listview.mm-border-full > li:after, .mm-menu.mm-border-full .mm-listview > li:after {
  left: 0 !important; }

.mm-listview.mm-border-offset > li:after, .mm-menu.mm-border-offset .mm-listview > li:after {
  right: 20px; }

/* mmenu style ---------------------- */
#side-panel .mm-panel {
  background: #00C0F8; }
#side-panel .mm-panel .mm-navbar {
  display: none;
  background: #fff; }
#side-panel .mm-panel.mm-highest .mm-navbar {
  display: block; }
#side-panel .mm-panel .mm-listview {
  font-size: 1em; }
#side-panel .mm-panel .main-menu {
  margin-top: 5px; }
#side-panel .mm-panel .main-menu li,
#side-panel .mm-panel .mm-listview li {
  position: relative; }
#side-panel .mm-panel .main-menu li, #side-panel .mm-panel .main-menu p,
#side-panel .mm-panel .mm-listview li,
#side-panel .mm-panel .mm-listview p {
  font-size: 1em; }
#side-panel .mm-panel .main-menu a,
#side-panel .mm-panel .mm-listview a {
  color: #fff;
  font-size: 0.875em;
  font-weight: 700; }
#side-panel .mm-panel .lang-menu {
  margin-bottom: 0;
  margin: -60px -20px 0 -20px;
  padding-bottom: 10px;
  text-align: center;
  background: #fff;
  border-top: 3px solid #F78211; }
#side-panel .mm-panel .lang-menu > * {
  list-style: none;
  position: static;
  padding: 0;
  margin: 0;
  line-height: 1;
  font-size: 1em; }
#side-panel .mm-panel .lang-menu > *:before {
  content: none;
  float: none;
  width: auto;
  height: auto;
  margin: 0;
  background: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
#side-panel .mm-panel .lang-menu li {
  display: inline-block; }
#side-panel .mm-panel .lang-menu li.active a {
  color: #fff;
  background: #F78211; }
#side-panel .mm-panel .lang-menu a {
  display: block;
  font-size: 0.75em;
  padding: 0.75em;
  color: #666;
  text-transform: uppercase; }
#side-panel .mm-panel .secondary-menu {
  margin-bottom: 0; }
#side-panel .mm-panel .secondary-menu > * {
  list-style: none;
  position: static;
  padding: 0;
  margin: 0;
  line-height: 1;
  font-size: 1em; }
#side-panel .mm-panel .secondary-menu > *:before {
  content: none;
  float: none;
  width: auto;
  height: auto;
  margin: 0;
  background: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
#side-panel .mm-panel .secondary-menu a {
  display: block;
  padding: 0.75em 0;
  color: #fff;
  font-size: 0.8125em;
  opacity: .8; }

#home-mosaic article figure {
  position: relative;
}
#home-mosaic article figcaption {
  display: block;
  position: absolute;
  line-height: 1.5;
  left: 0px;
  right: 40px;
  bottom: 20px;
  padding: 10px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  z-index: 8;
  opacity: 0;
}
#home-mosaic article.image-item figcaption {
  bottom: auto;
  top: 20px;
  bottom: auto;
}
#home-mosaic article figure::before {
  z-index: 6;
  opacity: 0;
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  transition: all .3s;
}
#home-mosaic article:hover figure::before {
  opacity: .4;
}
#home-mosaic article:hover figcaption {
  transition: all .3s;
  opacity: 1;
  left: 20px;
  right: 20px;
}
@media (max-width: 940px){
  #home-mosaic article figcaption {
    font-size: 12px;
  }
  #home-mosaic article figcaption {
    right: 20px;
    bottom: 10px;
  }
  #home-mosaic article.image-item figcaption {
    top: 10px;
  }
  #home-mosaic article:hover figcaption {
    left: 10px;
    right: 10px;
  }
}


/* Additional styling by hrvo.je */

/* Social icons next to search box */
.site-header .utility-section .main-social {
  float: left;
  display: inline-block;
  padding: 0 10px;
}

.main-social a {
  display: inline-block;
  padding: 2px;
  margin: 2px 0 0 0;
}

.main-social a img {
  width: 31px;
  height: 31px;
  display: block;
}

/* Homepage: Meteo section */

.meteo-section {
  background-color: #ffffff;
  margin: 0 0;
  display: block;
  padding: 2em 0;
  position: relative;
  border-bottom: 2px solid #eeeeee;
}

.meteo-section .container {
  margin: 0 auto!important;
}

.meteo-section .cell {
  display: inline-block;
  width: 100%;
}

.meteo-section .webcam-photo {
  background-size: cover;
  background-color: #fafafa;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 48.0625em) {

  .meteo-section .webcam {
    width: 34%;
    float: left;
    margin-bottom: 0;
  }

  .meteo-section .weather {
    width: 66%;
    float: right;
  }

}

.meteo-section .webcam {
  text-align: center;
  margin-bottom: 2em;
}

.meteo-section .webcam a {
  margin: 0 auto;
  display: inline-block;
  position: relative;
}

.meteo-section .webcam .webcam-photo {
  width: 350px;
  /*height: 190px; */
  max-width: 100%;
  max-height: auto;
  border-radius: 10px;
  margin: 0 auto;
}

.meteo-section .webcam a .wc-overlay {
  /*position: absolute;
  top: 0;
  left: 0;*/
}

.meteo-section .webcam a img {
  margin: 0 auto;
  display: block;
}

.meteo-section .weather {
  padding: 1em 0;
}

.weather__box {
  width: 33.3333%;
  float: left;
  text-align: center;
}

.weather__box .icon {
  width: 120px;
  height: 120px;
  margin: 0 auto;
}

.weather__box .icon img {
  width: 100%;
  max-width: 100%;
}

.weather__box .temp__day {
  color: #00c0f8;
}

.weather__box .temp__night {
  color: #f78211;
}

.feature-icon { border: 1px solid #aaa; padding: 4px; height: 44px; width: auto; margin-left: 10px; opacity: .6; }
.feature-icon:first-child { margin-left: 0; }

.infoBox { background: #fff; box-shadow: 0 0 2px rgba(0, 0, 0, .5); width: 200px; }
.infoBox:after { margin-left: -10px; position: absolute; bottom: -25px; width: 0; height: 0; left: 50%; border: 10px solid transparent; border-top: 15px solid #fff; content: ""; }
.infoBox > img { position: absolute !important; top: 10px; right: 10px; }
.infoBox .infoBox-content img { display: block; }
.infoBox .infoBox-content h4 { padding: 10px; margin: 0; }


/*BILJAK*/

body.home_page .the_nav {
  display: table;
  position: absolute;
  height: auto;
  width: 100%;
  z-index: 10;
}

.top_events {
  display: table;
  padding: 20px 10px;
  width: 100%;
  margin-top: 40px;
}
.top_events .single_top_event {
  float: left;
  width: 33.33333333333333333%;
  border: 2px #fff solid;
  position: relative;
  display: flex;
}
.top_events .single_top_event.single_top_event_1 {
  width: 66.66666666666666666%;
}

@media only screen and (max-width: 1030px) {
  .top_events .single_top_event {
    width: 50% !important;
  }
}

@media only screen and (max-width: 700px) {
  .top_events .single_top_event {
    width: 100% !important;
  }
}

.top_events .single_top_event img {
  width: 100%;
}
.overlay_single_top_event {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .6);
  opacity: .3;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
}
.top_events .single_top_event_1:hover .overlay_single_top_event,
.top_events .single_top_event_3:hover .overlay_single_top_event {
  background: rgba(130, 35, 146, .8);
  opacity: 1;
}
.top_events .single_top_event_0:hover .overlay_single_top_event,
.top_events .single_top_event_2:hover .overlay_single_top_event,
.top_events .single_top_event_4:hover .overlay_single_top_event {
  background: rgba(247, 130, 17, .8);
  opacity: 1;
}
.before_hover {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  font-weight: bold;
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0;
  text-align: center;
  font-size: 1.1em;
  padding: 20px;
  -webkit-transition-duration: 450ms;
  -moz-transition-duration: 450ms;
  -o-transition-duration: 450ms;
  transition-duration: 450ms;
}
.top_events .single_top_event:hover .before_hover {
  bottom: 40px;
}
.before_hover .after_hover {
  max-height: 0;
  overflow: hidden;
  font-size: 14px;
  font-weight: 400;
  max-width: 400px;
  margin: 30px auto 0 auto;
  line-height: 1.5;
  text-shadow: none;
}
.top_events .single_top_event:hover .before_hover .after_hover {
  max-height: 100px;
  font-size: 14px;
  background: rgba(0, 0, 0, .4);
  padding: 12px 12px 12px 12px;
  border-radius: 3px;
}
.events-slider .slider-item {
  padding-left: 0.25em;
  padding-right: 0.25em;
}
.events-slider .slider-item {
  margin-bottom: 0.5em;
}







#slider {
  position: relative;
  height: 435px;
  width: 100%;
  max-width: 100% !important;
}
#slider iframe {
  width: 100% !important;
}
#slider > div {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.slider_nav {
  list-style-type: none;
  display: table;
  margin: auto;
  position: absolute;
  top: 430px;
  left: 0;
  right: 0;
}
.slider_nav li {
  list-style-type: none;
  display: inline;
  padding: 0 10px;
  margin: 0;
  line-height: 1;
}
.slider_nav li::before {
  content: '';
  float: none;
  margin: 0;
  display: none;
  width: 0;
  height: 0;
  background-color: transparent;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.slider_nav li a .ion.ion-ios7-circle-filled {
  font-size: 26px;
  color: #F78211;
  opacity: .85;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
}
.slider_nav li:hover a .ion.ion-ios7-circle-filled,
.slider_nav li.active a .ion.ion-ios7-circle-filled {
  color: #822392;
  opacity: 1;
}
.above_footer_frame.row-l {
  padding: 0;
  margin: 0;
  max-width: 70em;
}
.above_footer_frame.row-l > div {
  padding-right: 1.5%;
  padding-left: 1.5%;
}

li.favorites_menu a span {
    display: table !important;
    float: left;
    line-height: 1.85;
    font-size: 1.8em !important;
    padding: 0 7px 0 0 !important;
}

.button.btn_primary,
.button.btn_secondary {
    background: #822392;
    color: #fff;
    opacity: .85;
    line-height: 22px;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 11px;
    vertical-align: middle;
}
.button.btn_secondary {
    background: #F78211;
}
.button.btn_primary:hover,
.button.btn_secondary:hover{
    opacity: 1;
}
.button.btn_primary span,
.button.btn_secondary span {
    font-size: 20px;
    line-height: 20px;
    margin: 1px 5px 0 0;
    display: table;
    float: left;
}


.main-brochure {
  float: left;
  height: 39px;
}
.main-brochure-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 39px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: color .1s ease-in-out;
  -o-transition: color .1s ease-in-out;
  transition: color .1s ease-in-out;
}
.main-brochure-link:hover {
  color: #00C0F8;
}
.main-brochure-link div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-brochure-image {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}







.font-easy-to-read{
    font-family: Comic Sans MS !important;
}

.floatingMenu .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.floatingMenu .switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.floatingMenu .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.floatingMenu .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.floatingMenu .switch input:checked + .slider {
  background-color: #2196F3;
}

.floatingMenu .switchinput:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

.floatingMenu .switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}


.grayscale{
    -webkit-filter: grayscale(100%);
     filter: grayscale(100%);
    font-size:16px;
}
.floatingButtonWrap {
    display: block !important;
    position: fixed;
    top: 50%;
    right: 45px;
    z-index: 999999999;
    -webkit-filter: grayscale(0%);
     filter: grayscale(0%);
}
.floatingButtonWrap .btn{
  background-color: DodgerBlue;
  border: none;
  color: white;
  padding: 6px 8px;
  font-size: 16px;
  cursor: pointer;
}
.floatingButtonWrap span{
    font-size:20px;
}

.floatingButtonInner {
    position: relative;
}

.floatingButton {
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
    background: -webkit-linear-gradient(45deg, #8769a9, #507cb3);
    background: -o-linear-gradient(45deg, #8769a9, #507cb3);
    background: linear-gradient(45deg, #8769a9, #507cb3);
    color: #fff;
    line-height: 50px;
    position: absolute;
    border-radius: 50% 50%;
    bottom: 0px;
    right: 0px;
    border: 5px solid #b2bedc;
    /* opacity: 0.3; */
    opacity: 1;
    transition: all 0.4s;
}

.floatingButton .fa {
    font-size: 15px !important;
}

.floatingButton.open,
.floatingButton:hover,
.floatingButton:focus,
.floatingButton:active {
    opacity: 1;
    color: #fff;
}



.floatingMenu {
    position: absolute;
    bottom: -200px;
    right: 80px;
    display: none;
    width:400px;
}

.floatingMenu li {
    width: 48%;
    height: 100px;
    float: right;
    list-style: none;
    text-align: right;
    margin-bottom: 5px;
    margin-left: 5px;
    text-align: center;
}

.floatingMenu li{
    padding: 8px 15px;
    display: inline-block;
    background: #ccd7f5;
    color: #6077b0;
    border-radius: 5px;
    overflow: hidden;
    white-space: nowrap;
    transition: all 0.4s;
    /* -webkit-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.22);
    box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.22); */
    -webkit-box-shadow: 1px 3px 5px rgba(211, 224, 255, 0.5);
    box-shadow: 1px 3px 5px rgba(211, 224, 255, 0.5);
}

.floatingMenu li a:hover {
    margin-right: 10px;
    text-decoration: none;
}
.floatingMenu li::before{
    content:none;
}


.fixed-top-bar {
  text-align:center;
  background-color: #00C0F8;
  opacity: 80%;
  height: 50px;
  font-size: 16px;
  z-index: 1030;
  padding-top: 15px;
  color: #fff;
}
#close {
  float:right;
  display:inline-block;
  margin-right: 10px;
}