/* TO DO

* Default styling for webshop (webshop.less + views + modules) Clean up styles and reference everything to the base colors
* Create basic demo templates and data

+ Create helper styles for module and widget views (basic styles available, suggestions welcome)

Modules and Widgets:
* blog_webshop
* calendar
* downloads
* events
* locations
* pages
* products
* ~ search (products)

*/
@font-face {
  font-family: 'Asap';
  font-style: normal;
  font-weight: 400;
  src: local('Asap Regular'), local('Asap-Regular'), url(https://fonts.gstatic.com/s/asap/v11/KFOoCniXp96ayzse5Q.ttf) format('truetype');
}
@font-face {
  font-family: 'Asap';
  font-style: normal;
  font-weight: 700;
  src: local('Asap Bold'), local('Asap-Bold'), url(https://fonts.gstatic.com/s/asap/v11/KFOnCniXp96aw4A79UtvAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Shadows Into Light Two';
  font-style: normal;
  font-weight: 400;
  src: local('Shadows Into Light Two'), local('ShadowsIntoLightTwo-Regular'), url(https://fonts.gstatic.com/s/shadowsintolighttwo/v7/4iC86LVlZsRSjQhpWGedwyOoW-0A6_kpsyNmpAzHHA.ttf) format('truetype');
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/

// ==========================================================================
// Base styles: opinionated defaults
// ==========================================================================

// Moved global H5BP text styles to global.less


// Remove text-shadow in selection highlight: h5bp.com/i
// These selection rule sets have to be separate.
// Customize the background color to match your design.
*/
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/* A better looking default horizontal rule */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #bfbfbf;
  margin: 1em 0;
  padding: 0;
}
/* Remove the gap between images, videos, audio and canvas and the bottom of
// their containers: h5bp.com/i/440
*/
audio,
canvas,
img,
video {
  vertical-align: middle;
}
/* Remove default fieldset styles */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/* Allow only vertical resizing of textareas */
textarea {
  resize: vertical;
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.lt-ie8 .row {
  zoom: 1;
}
.row {
  clear: both;
  margin: 0 auto;
  max-width: 1320px;
  padding: 0 10px;
}
#main .row {
  padding-top: 40px;
  padding-bottom: 40px;
}
.span-1,
.span-2,
.span-3,
.span-4,
.span-5,
.span-6,
.span-7,
.span-8,
.span-9,
.span-10,
.span-11,
.span-12 {
  position: relative;
  float: left;
  padding-left: 7px;
  padding-right: 7px;
}
.span-12 {
  width: 100%;
}
.span-11 {
  width: 91.66666667%;
}
.span-10 {
  width: 83.33333333%;
}
.span-9 {
  width: 75%;
}
.span-8 {
  width: 66.66666667%;
}
.span-7 {
  width: 58.33333333%;
}
.span-6 {
  width: 50%;
}
.span-5 {
  width: 41.66666667%;
}
.span-4 {
  width: 33.33333333%;
}
.span-3 {
  width: 25%;
}
.span-2 {
  width: 16.66666667%;
}
.span-1 {
  width: 8.33333333%;
}
html,
button,
input,
select,
textarea {
  font-family: 'Asap', sans-serif;
  color: #555555;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
html {
  font-size: 16px;
  line-height: 1.6;
  background: #FFF;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
header,
#main,
footer {
  clear: both;
}
header {
  background: #FFF;
}
#main {
  background: #FFF;
}
footer {
  background: #FFF;
}
p,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
form,
table,
fieldset {
  padding: 0;
  margin: 0 0 24px 0;
  color: #555555;
}
h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-family: 'Asap', sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: #555555;
  text-decoration: none;
}
h1,
h1 a {
  color: #52af32;
  font-size: 38px;
}
h2,
h2 a {
  color: #00ace9;
  font-size: 24px;
}
h3,
h3 a {
  color: #52af32;
  font-size: 20px;
  margin-bottom: 8px;
}
ul,
ol {
  list-style: none;
}
address {
  font-style: normal;
}
.fake-link,
a {
  cursor: pointer;
  color: #00ace9;
  text-decoration: none;
}
.fake-link:hover,
a:hover {
  text-decoration: underline;
}
table td,
table th {
  vertical-align: top;
}
p + h3,
ul + h3,
ol + h3 {
  margin-top: 50px;
}
label,
.fake-label {
  display: inline-block;
  vertical-align: top;
}
form label + label {
  margin-left: 10px;
}
input[type="text"],
input[type="email"],
input[type="password"],
select,
textarea {
  width: 200px;
  padding: 3px;
  border: 1px solid #bfbfbf;
}
input[type="text"]:hover,
input[type="email"]:hover,
input[type="password"]:hover,
select:hover,
textarea:hover,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
  border-color: #3399ff;
}
textarea {
  height: 80px;
}
input[type="checkbox"],
input[type="radio"] {
  position: relative;
  top: 1px;
  margin-right: 4px;
}
input[type="submit"],
button[type="submit"],
.button {
  display: inline-block;
  background: #52af32;
  border: none;
  border-radius: 6px;
  color: #FFF;
  padding: 7px 15px;
  margin-top: 10px;
  margin-right: 10px;
  cursor: pointer;
  text-decoration: none;
}
input[type="submit"]:hover,
button[type="submit"]:hover,
.button:hover {
  background: #428c28;
  text-decoration: none;
}
fieldset {
  padding: 22px 22px 6px;
  border: 1px solid #bfbfbf;
}
legend {
  margin-left: -5px;
  padding: 0 5px;
}
form table th,
form table td {
  padding: 4px 8px 4px 0;
  word-wrap: break-word;
}
form table label,
form table .fake-label {
  margin-top: 2px;
}
@media only screen and (min-width: 1200px) {
  .row {
    padding: 0 23px;
  }
}
@media only screen and (max-width: 380px) {
  input[type="text"],
  input[type="email"],
  input[type="password"],
  select,
  textarea {
    width: 100%;
  }
  input[type="checkbox"],
  input[type="radio"] {
    float: left;
    margin-top: 2px;
  }
}
/* ==========================================================================
// Javascript and jQuery classes
// ==========================================================================
*/
#ui-datepicker-div {
  display: none;
  border: 1px solid #bfbfbf;
}
.datepicker-layer {
  display: none;
}
.datepicker-layer {
  position: absolute;
  /*border: @border2;
	background: @white;*/
}
input#datepicker {
  visibility: hidden;
  position: relative;
}
.ui-datepicker {
  width: 320px;
  padding: 15px;
  background: #FFF;
}
.ui-datepicker-header {
  text-align: center;
  padding-bottom: 10px;
}
.ui-datepicker-calendar {
  width: 100%;
}
.ui-datepicker-calendar td {
  padding: 2px;
}
.ui-datepicker-calendar .ui-state-default {
  display: block;
  padding: 2px 6px;
  color: #4c4c4c;
  text-align: right;
  background: #efefef;
  text-decoration: none;
}
.ui-datepicker-calendar .ui-state-active {
  color: #FFF;
  background: #52af32;
}
.ui-datepicker-calendar .ui-state-hover {
  color: #FFF;
  background: #bfbfbf;
}
.ui-datepicker-calendar .ui-state-disabled .ui-state-default {
  color: #bfbfbf;
}
.ui-datepicker-prev,
.ui-datepicker-next {
  position: absolute;
  width: 30px;
}
.ui-datepicker-prev span,
.ui-datepicker-next span {
  display: none;
}
.ui-datepicker-prev:before,
.ui-datepicker-next:before {
  content: '<';
  color: #4c4c4c;
}
.ui-datepicker-prev:hover,
.ui-datepicker-next:hover {
  text-decoration: none;
}
.ui-datepicker-prev {
  left: 20px;
}
.ui-datepicker-next {
  right: 20px;
}
.ui-datepicker-next:before {
  content: '>';
}
.main li {
  margin-left: 15px;
}
.main li:before {
  content: '›';
  position: absolute;
  font-size: 20px;
  color: #00ace9;
  margin: -5px 0 0 -15px;
}
.no-scroll {
  overflow: hidden;
}
.responsive {
  display: block;
  width: 100% !important;
  height: auto !important;
}
.error {
  display: block;
  font-size: 14px;
  color: #CC0033;
  margin-top: 2px;
}
.error input[type="text"],
.error textarea {
  border-color: #CC0033;
}
.fr {
  float: right;
}
.center-text {
  text-align: center;
}
.arrow-r,
button.arrow-r[type="submit"] {
  padding-right: 30px;
}
.arrow-l,
button.arrow-l[type="submit"] {
  padding-left: 30px;
}
.arrow-r:after,
.arrow-l:before {
  position: absolute;
  content: ' ';
  height: 0;
  width: 0;
  margin-top: 5px;
  border: 6px solid transparent;
}
.arrow-r.right:after,
.arrow-l.right:before {
  margin-left: 8px;
  border-left-color: #FFF;
}
.arrow-r.left:after,
.arrow-l.left:before {
  margin-left: -22px;
  border-right-color: #FFF;
}
.toggle {
  cursor: pointer;
}
.panel {
  display: none;
  position: absolute;
  background-color: #FFF;
}
.list-1,
.list-2,
.list-3,
.list-4,
.list-5,
.list-6,
.list-items {
  margin-left: -7px;
  margin-right: -7px;
  /*img.responsive{
	}*/
}
.list-1 a,
.list-2 a,
.list-3 a,
.list-4 a,
.list-5 a,
.list-6 a,
.list-items a {
  display: block;
  text-decoration: none;
}
.list-1 li,
.list-2 li,
.list-3 li,
.list-4 li,
.list-5 li,
.list-6 li,
.list-items li {
  display: inline-block;
  padding: 0 7px;
  vertical-align: top;
  background-image: none;
}
.list-1 {
  margin-left: 0;
  margin-right: 0;
}
.list-1 li {
  display: block;
  padding: 0;
}
.list-2 li {
  width: 50%;
}
.list-3 li {
  width: 33.33%;
}
.list-4 li {
  width: 25%;
}
.list-5 li {
  width: 20%;
}
.list-6 {
  width: 16.66%;
}
.module a,
.widget a {
  display: block;
}
.widget li {
  margin-left: 0;
}
.widget li:before {
  display: none;
}
#search-results h3 {
  margin-bottom: 0;
}
#search-results h3 a {
  text-decoration: none;
  font-weight: normal;
}
#search-results .url {
  text-decoration: none;
  color: #999;
  font-size: 0.9em;
}
#breadcrumb {
  font-size: 14px;
  color: #badfad;
  margin-bottom: 5px;
}
#breadcrumb a {
  position: relative;
  text-decoration: none;
  padding-right: 15px;
  color: #badfad;
  border-bottom: none;
  white-space: nowrap;
}
.intro #breadcrumb a:hover {
  color: #FFF;
}
#breadcrumb a:after {
  content: ' ›';
  position: absolute;
  font-size: 150%;
  right: 3px;
  top: -9px;
}
.rsnav {
  clear: both;
  padding: 13px 0;
}
.rsnav a {
  display: block;
  width: 34px;
  height: 34px;
  margin-right: 7px;
  padding-top: 5px;
  text-align: center;
  text-decoration: none;
  background: #52af32;
  border-radius: 6px;
  color: #FFF;
}
.rsnav a:hover,
.rsnav a.active {
  background: #badfad;
}
.rsnav div {
  display: table;
  margin: 0 auto;
}
.rsnav div span {
  float: left;
  display: table-cell;
  margin-right: 7px;
}
.rsnav div a {
  float: left;
  display: table-cell;
}
.rsnav .back {
  float: left;
}
.rsnav .next {
  float: right;
  margin-top: -34px;
}
.frm-bldr label,
.frm-bldr .fake-label {
  width: 150px;
}
.frm-bldr input[type="submit"],
.frm-bldr button[type="submit"] {
  margin-left: 150px;
}
.frm-bldr li {
  margin-left: 0;
  clear: both;
  padding: 0;
  background: none;
  margin-bottom: 7px;
}
.frm-bldr li:before {
  display: none;
}
.frm-bldr .form-rows {
  width: 200px;
  display: inline-block;
  margin: 0 0 5px 0;
}
.frm-bldr .form-rows .form-row {
  margin: 0 0 5px 0;
}
.frm-bldr .form-rows .form-row label {
  display: block;
  margin-left: 22px;
}
.frm-bldr .form-rows .form-row input[type="checkbox"],
.frm-bldr .form-rows .form-row input[type="radio"] {
  float: left;
  margin-top: 2px;
}
.frm-bldr .error {
  display: inline-block;
}
.frm-bldr .error span {
  display: block;
  margin-top: 3px;
}
@media only screen and (max-width: 380px) {
  .frm-bldr label,
  .frm-bldr .fake-label {
    width: auto;
  }
  .frm-bldr input[type="submit"],
  .frm-bldr button[type="submit"] {
    margin-left: 0;
  }
  .frm-bldr .form-rows {
    width: 100%;
  }
  .frm-bldr .error {
    display: block;
  }
}
.custom-form td {
  padding-bottom: 7px;
  padding-right: 10px;
}
@media only screen and (max-width: 380px) {
  .custom-form table {
    width: 100%;
  }
  .custom-form td {
    display: block;
    padding-right: 0;
  }
}
#bar-preview {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 25px;
  padding: 5px 0 5px 0;
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  background: #000;
}
#bar-preview a {
  float: right;
  display: inline-block;
  margin-right: 10px;
}
#hmn {
  display: none;
}
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
}
.lt-ie8 .ir {
  text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.lt-ie8 .clearfix {
  zoom: 1;
}
.removed-item {
  background: #ededed none repeat scroll 0 0;
  margin-bottom: 20px;
  padding: 15px 15px 1px;
}
#logo {
  float: left;
  position: relative;
  padding: 23px 0 16px 0;
  width: 300px;
  margin-right: 20px;
}
.nav-icon {
  height: 19px;
  width: 26px;
  position: relative;
  z-index: 50;
}
.nav-icon .span {
  height: 3px;
  width: 26px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #FFF;
  transition: all 0.3s;
}
.nav-icon .span::before,
.nav-icon .span::after {
  height: 3px;
  width: 100%;
  background: #FFF;
  position: absolute;
  content: "";
  transition: all 0.3s;
}
.nav-icon .span::after {
  top: 9px;
}
.nav-icon .span::before {
  top: -9px;
}
.nav-icon.active .span::after {
  top: 0;
  transform: rotate(45deg);
}
.nav-icon.active .span::before {
  top: 0;
  transform: rotate(-45deg);
}
.nav-icon.active .span {
  background: none;
}
header .row {
  max-width: none;
}
header .span-12 {
  position: static;
}
header nav ul {
  position: relative;
  float: left;
  margin-bottom: 0;
}
header nav li {
  float: left;
  position: relative;
  padding: 0;
  background: none;
  list-style: none;
}
header nav a {
  display: block;
  text-decoration: none;
}
header nav a:hover {
  text-decoration: none;
}
header nav li ul {
  display: none;
  position: absolute;
  min-width: 300px;
  left: 0;
  margin: 0;
  background: #00ace9;
  z-index: 101;
  padding: 20px 20px 20px 10px;
}
header nav li:hover > ul {
  display: block;
}
header nav li ul li {
  float: none;
}
header nav li ul li ul {
  left: 100%;
  top: 0;
}
#main-nav-switch {
  display: none;
  color: #FFF;
  cursor: pointer;
  z-index: 10;
  position: relative;
  background-color: #00ace9;
  height: 60px;
  width: 60px;
  left: 0;
  margin: 0px;
  padding: 20px 16px;
}
#main-nav {
  background: #FFF;
  float: left;
}
#main-nav .active {
  color: #FFF;
  background: #00ace9;
}
#main-nav li.nav-item-44 {
  display: none;
}
#main-nav-tree {
  font-size: 16px;
}
#main-nav-tree a {
  display: block;
  color: #555555;
  text-transform: uppercase;
  padding: 24px 18px 21px;
  max-height: 70px;
}
#main-nav-tree li:hover > a,
#main-nav-tree a.active {
  color: #FFF;
  background: #00ace9;
}
#main-nav-tree ul li a {
  color: #FFF;
  padding: 8px 0 8px 8px;
}
#main-nav-tree ul li:hover a {
  color: #555555;
}
#main-nav-tree ul li li {
  color: #FFF;
}
#main-nav-tree ul li li:hover {
  color: #FFF;
  background: #00ace9;
}
#search .toggle {
  padding: 23px;
  width: 70px;
  height: 70px;
  position: absolute;
  right: 0;
  background-image: url('/img/search_normal.svg');
  background-repeat: no-repeat;
  background-origin: content-box;
}
#search .toggle:hover {
  background-color: #00ace9;
  background-image: url('/img/search_white.svg');
}
#search .cross {
  top: 0;
  right: 0;
  padding: 23px;
  width: 70px;
  height: 70px;
  position: absolute;
  cursor: pointer;
  background-image: url('/img/cross.svg');
  background-repeat: no-repeat;
  background-origin: content-box;
  background-color: #00678c;
}
#search .cross:hover {
  background-color: #008aba;
  background-image: url('/img/cross.svg');
}
#search .panel {
  left: 0;
  top: 0;
  z-index: 2;
  background: #00ace9;
  border: none;
  padding: 14px 20px 15px 12px;
  width: 100%;
}
#search #search-btn {
  float: left;
  padding: 0;
  text-indent: -9999px;
  background: transparent;
}
#search #search-field {
  width: 94%;
  color: #FFF;
  font-size: 24px;
  background-color: none!important;
}
#search form {
  color: #FFF;
  padding: 6px 0 5px 0;
  margin: 0;
}
#search form span {
  margin-top: -4px;
  color: #FFF;
  display: block;
  overflow: hidden;
}
#search .search-btn {
  width: 25px;
}
#search textarea:focus,
#search input:focus {
  outline: none;
  background: transparent;
}
#search ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: 'Asap', sans-serif;
  color: #008aba;
}
#search ::-moz-placeholder {
  /* Firefox 19+ */
  font-family: 'Asap', sans-serif;
  color: #008aba;
}
#search :-ms-input-placeholder {
  /* IE 10+ */
  font-family: 'Asap', sans-serif;
  color: #008aba;
}
#search :-moz-placeholder {
  /* Firefox 18- */
  font-family: 'Asap', sans-serif;
  color: #008aba;
}
#search input {
  float: left;
  margin-right: 14px;
  background-color: transparent;
  border: none;
}
form {
  color: #FFF;
}
@media only screen and (min-width: 1279px) {
  #logo {
    margin-right: 120px;
  }
}
@media only screen and (max-width: 1000px) {
  #logo {
    left: 80px;
    padding: 18px 0 11px 0;
  }
  header .row {
    padding-left: 0;
    padding-right: 0;
  }
  header nav .span-12 {
    padding: 0;
    margin: 0;
  }
  header nav ul {
    float: none;
  }
  header nav li {
    float: none;
  }
  header nav li:hover > ul {
    display: none;
  }
  header nav li ul {
    position: relative;
    background: none;
  }
  header nav li ul li {
    border-top: none;
  }
  header nav li ul li ul {
    left: 0;
  }
  #search .toggle,
  #search .cross {
    display: none;
  }
  #search .panel {
    display: block;
    position: static;
  }
  #search form {
    margin: 0 50px 0 10px;
  }
  #search form span {
    border-radius: 7px;
  }
  #search #search-field {
    background: #FFF;
    padding: 10px;
    width: 100%;
    font-size: 16px;
    color: #555555;
  }
  #search .search-btn {
    position: absolute;
    right: 10px;
    margin-top: 3px;
  }
  .has-subpages > a:after {
    content: '>';
    padding: 10px;
    margin-top: -12px;
    position: absolute;
    display: inline-block;
  }
  .has-subpages.open > a:after {
    content: '<';
    /*transform: rotate(180deg);
				margin-top: -9px;*/
  }
  #main-nav-switch {
    display: block;
  }
  #main-nav {
    display: none;
    background: #00ace9;
    padding: 71px 0px 25px;
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    overflow-y: auto;
    z-index: 3;
    /*ul{
			display:block;
			position:relative;
		}*/
  }
  #main-nav li {
    float: none;
  }
  #main-nav .row {
    padding: 0;
  }
  #main-nav-tree a {
    padding: 12px 20px;
    color: #FFF;
  }
  #main-nav-tree a:hover,
  #main-nav-tree a.active {
    color: #555555;
  }
  #main-nav-tree ul {
    padding: 0;
  }
  #main-nav-tree ul li a {
    padding-left: 40px;
    text-transform: none;
  }
}
@media only screen and (max-width: 620px) {
  #logo {
    left: 70px;
    width: 240px;
  }
}
/*@media only screen and (max-width: @mqMobileS) {

	#logo{
		left: 6px;
		width: 240px;
		padding: 23px 0px 24px 0;
		right: 26x;
	}
	
	& when (@searchEnabled = true) {
	
		#search{	
			position:static;
		
			.panel{
				width:100%;
				right: 0;
				top: 36px;
			}
		}
	}
}*/
footer {
  position: relative;
  font-size: 16px;
  color: #FFF;
}
footer .gray {
  padding: 60px 0;
  background: #efefef;
}
footer .pages-list {
  margin-right: 14px;
}
footer .sitemap {
  line-height: 2;
}
footer .sitemap > div {
  float: left;
  width: 16.6667%;
  min-width: 180px;
}
footer .sitemap ul ul {
  margin-bottom: 0;
}
footer .stamp {
  top: 60px;
  max-width: 170px;
}
footer h4 {
  text-transform: uppercase;
  margin-bottom: 5px;
}
footer a {
  color: #555555;
}
footer .item-44 {
  display: none;
}
#social {
  position: absolute;
  right: 0;
  font-family: 'Shadows Into Light Two', cursive;
  font-size: 17px;
  color: #616161;
}
#social li {
  float: left;
  margin-left: 14px;
}
#copyright {
  text-align: center;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #555555;
}
#copyright a {
  color: #555555;
}
#copyright ul {
  display: inline-block;
  margin: 0;
}
#copyright li {
  display: inline-block;
  padding: 0 2px 0 1px;
  text-transform: lowercase;
  background: none;
}
#copyright li:before {
  content: "|" !important;
  display: inline-block !important;
  color: #000;
  padding: 0 7px 0 2px;
}
@media only screen and (max-width: 1000px) {
  footer .sitemap > div {
    display: none;
  }
  footer .sitemap .extra-pages {
    display: block;
  }
  footer .stamp {
    top: -30px;
    right: -10px;
    max-width: 150px;
  }
  #social {
    position: relative;
    left: 0;
    clear: both;
    margin-top: 30px;
  }
  #social li {
    margin: 0 14px 0 0;
  }
}
.rotate {
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}
.hamburger {
  width: 26px;
  display: inline-block;
  padding: 16px 0px 5px;
}
.stamp {
  position: absolute;
  right: 0;
  top: 30px;
  max-width: 300px;
}
#banner {
  position: relative;
  text-align: center;
  overflow: hidden;
  margin-bottom: -1px;
}
#banner .full {
  position: relative;
  max-height: 100vh;
}
.scroll-arrow {
  position: fixed;
  bottom: 0;
  left: 50%;
  margin-left: -70px;
  width: 140px;
}
.slogan {
  font-family: 'Shadows Into Light Two', cursive;
  font-size: 20px;
  color: #000;
  bottom: 0px;
  margin-right: 12px;
}
.purple {
  position: relative;
  text-align: center;
  background-color: #52af32;
  font-size: 17px;
}
.purple .row {
  display: inline-block;
}
.purple p {
  color: #FFF;
  width: 100%;
}
.intro {
  position: relative;
  text-align: center;
  background-color: #52af32;
  font-size: 17px;
}
.intro .span-10 {
  float: none;
  margin: 0 auto;
}
.intro h1,
.intro h2,
.intro h3,
.intro p,
.intro li,
.intro li:before {
  color: #FFF;
}
.intro h2,
.intro h3 {
  margin-bottom: 5px;
}
.intro a {
  color: #FFF;
  border-bottom: 1px solid #badfad;
}
.intro a:hover {
  text-decoration: none;
  border-bottom: none;
}
.tag-list li {
  margin-left: 0;
  display: inline-block;
}
.tag-list li:before {
  display: none;
}
.tag-list a {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid #bfbfbf;
  padding: 7px 15px;
  border-radius: 6px;
  color: #616161;
  font-size: 16px;
}
.tag-list a:hover,
.tag-list a.active {
  color: #FFF;
  background-color: #00ace9;
  border-color: #00ace9;
  text-decoration: none;
}
.news-widget {
  margin-left: 0;
  border-top: 1px solid #bfbfbf;
  padding-top: 20px;
}
.news-widget:before {
  display: none;
}
.news-widget li {
  clear: both;
  margin-bottom: 20px;
  border-bottom: 1px solid #bfbfbf;
}
.news-widget .news-img {
  max-width: 220px;
  float: left;
  overflow: hidden;
  margin: 0 20px 20px 0;
}
.news-widget .news-text {
  margin-right: 14px;
}
.news-widget p {
  margin-bottom: 20px;
}
.news-widget img {
  transition: transform 0.3s;
  transform: scale(1);
}
.news-widget a:hover {
  text-decoration: none;
}
.news-widget a:hover img {
  transform: scale(1.1);
}
.read-more {
  color: #00ace9;
}
.read-more:before {
  content: '>\00a0';
}
a:hover .read-more {
  text-decoration: underline;
}
.intro-border {
  border-top: 28px solid #52af32;
}
.news-detail .gallery li:first-child,
.calendar-detail .gallery li:first-child {
  width: 100%;
}
.card-list li {
  margin-left: 0;
  margin-bottom: 14px;
}
.card-list li:before {
  display: none;
}
.card-list a {
  border: 1px solid #bfbfbf;
}
.card-list a:hover {
  background-color: #52af32;
  border-color: #52af32;
}
.card-list a:hover img {
  transform: scale(1.1) translateY(-50%);
}
.card-list a:hover h2,
.card-list a:hover h3,
.card-list a:hover p {
  color: #FFF;
}
.card-list a:hover .read-more {
  color: #FFF;
}
.card-list img {
  transition: transform 0.3s;
  position: absolute;
  top: 50%;
  transform: scale(1) translateY(-50%);
}
.card-list h2 {
  font-size: 20px;
  color: #52af32;
  margin-bottom: 8px;
}
.card-list h3 {
  font-size: 17px;
  line-height: 1.45;
  margin-bottom: 0;
}
.card-list p {
  font-size: 16px;
  margin-bottom: 0;
}
.card-list .wrap {
  overflow: hidden;
  position: relative;
  padding-bottom: 66.67%;
  height: 0;
}
.card-list .padding-text {
  min-height: 165px;
  padding: 18px;
  overflow: hidden;
}
#tpl-home .calendar-widget li:last-child {
  /*display: none;*/
}
.highlight h3 {
  font-size: 20px;
}
.highlight p {
  font-size: 16px;
}
.highlight a:hover .read-more {
  color: #FFF;
}
.calendar-filter .divider {
  margin-top: -16px;
}
.calendar-filter ul {
  display: inline-block;
}
.title {
  display: inline-block;
  text-transform: uppercase;
  min-width: 65px;
  font-weight: bold;
  margin-bottom: 5px;
}
.topics li {
  vertical-align: top;
  display: inline-block;
  float: left;
  font-family: 'Asap', sans-serif;
  font-weight: 500;
  font-size: 24px;
  margin-left: 0;
}
.topics li:before {
  display: none;
}
.topics li:nth-child(-n+3) {
  width: 33.3333%;
}
.topics li:nth-child(n+4):nth-child(-n+5) {
  width: 25%;
}
.topics li:nth-child(6) {
  float: right;
  width: 50%;
}
.topics li:nth-child(7) {
  clear: left;
  width: 50%;
}
.topics li:nth-child(8),
.topics li:nth-child(9) {
  width: 25%;
}
.topics h2 {
  color: #FFF;
  background-color: #00ace9;
  margin-bottom: 14px;
}
.topics .topic {
  padding: 12px 20px;
}
.scroll-link {
  color: #FFF;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  border: 1px solid #FFF;
  margin-top: 10px;
}
#main-content {
  background-color: #FFF;
  position: relative;
}
.vertical-gutter {
  margin-bottom: 14px;
}
.bg-gray {
  background-color: #efefef;
}
.split-img {
  float: left;
  width: 50%;
}
.split-img.fr {
  float: right;
}
.split-text {
  float: left;
  width: 50%;
  padding: 30px 27px;
}
#location-info {
  background-color: #efefef;
  padding: 22px 22px 6px;
}
#location-projects-overview {
  padding-top: 20px;
}
#location-projects-overview span {
  margin-top: 4px;
  text-transform: uppercase;
  color: #616161;
  display: inline-block;
  float: left;
  padding: 5px 5px 5px 0;
  width: auto;
  margin-right: 12px;
}
#location-projects-overview a {
  float: left;
}
#location-projects-overview li {
  width: auto!important;
}
#tabs ul {
  display: none;
}
.gallery {
  margin-left: -7px;
  margin-right: -7px;
}
.gallery li {
  margin-left: 0;
}
.gallery li:before {
  display: none;
}
.gallery li:nth-child(-n+3) {
  width: 33.33%;
  display: inline-block;
  padding: 0 7px;
}
.google-map {
  height: 430px;
}
.google-map .gm-style-iw h2 {
  font-size: 16px;
  margin: 10px 0 5px 0;
}
.google-map .gm-style-iw input[type="text"] {
  border: 1px solid #bfbfbf;
  padding: 6px;
  margin-top: 10px;
}
.toggle-arrow {
  color: #FFF;
  content: "\00BB\00a0\00a0";
  padding-top: 14px;
  float: left;
  padding-left: 20px;
}
.related > h2 {
  border-top: 1px solid #bfbfbf;
  padding: 35px 0 10px;
  text-align: center;
}
@media only screen and (max-width: 1279px) {
  #banner .stamp {
    top: 15px;
    max-width: 250px;
  }
  .split-img {
    padding: 20px 0 20px 20px;
  }
  .split-img.fr {
    padding: 20px 20px 20px 0;
  }
}
@media only screen and (max-width: 1000px) {
  #banner img.responsive {
    width: auto !important;
    margin-left: 50%;
    transform: translateX(-50%);
  }
  #banner .large {
    height: 320px;
  }
  #banner .large img.responsive {
    height: 320px !important;
  }
  #banner .small {
    height: 160px;
  }
  #banner .small img.responsive {
    height: 160px !important;
  }
  .scroll-arrow {
    display: none !important;
  }
  #tpl-home .span-6,
  #tpl-wide .span-6 {
    float: none;
    width: 100%;
  }
  #tpl-home #pages-widget,
  #tpl-wide #pages-widget {
    display: none;
  }
  #tpl-home .calendar-widget li:last-child,
  #tpl-wide .calendar-widget li:last-child {
    display: inline-block;
  }
  .split-img {
    float: none;
    width: 100%;
    padding: 0;
  }
  .split-img.fr {
    float: none;
    padding: 0;
  }
  .split-text {
    float: none;
    width: 100%;
    padding: 30px 27px;
  }
  .card-list li,
  .list-4.card-list li {
    width: 33.33%;
  }
  .card-list.highlight li {
    width: 100%;
  }
  #news-list.card-list li {
    width: 50%;
  }
  .topics li {
    width: 50% !important;
  }
  .tag-list a {
    font-size: 14px;
  }
}
/* Smartphones (portrait and landscape) //500px ----------- */
@media only screen and (max-width: 620px) {
  #banner .stamp {
    max-width: 150px;
  }
  #banner .full {
    height: 220px;
  }
  #banner .full img.responsive {
    height: 220px !important;
  }
  #banner .large {
    height: 220px;
  }
  #banner .large img.responsive {
    height: 220px !important;
  }
  #banner .small {
    height: 120px;
  }
  #banner .small img.responsive {
    height: 120px !important;
  }
  #tpl-home .calendar-widget li:last-child {
    /*display: none;*/
  }
  .card-list li,
  .list-4.card-list li {
    width: 50%;
  }
  #news-list.card-list li {
    width: 100%;
  }
  .intro {
    font-size: 15px;
    text-align: left;
  }
  .intro h1 {
    font-size: 30px;
  }
  .intro .span-10 {
    width: 100%;
  }
  .news-widget .news-img {
    max-width: none;
    float: none;
    overflow: hidden;
    margin: 0 0 20px 0;
  }
  .news-widget .news-text {
    margin-right: 0;
  }
}
@media only screen and (max-width: 380px) {
  #main-content {
    overflow: hidden;
  }
  .card-list,
  .list-4.card-list {
    margin-left: -24px;
    margin-right: -24px;
  }
  .card-list li,
  .list-4.card-list li {
    width: 100%;
    margin-bottom: 0;
  }
  .card-list li a,
  .list-4.card-list li a {
    border: none;
  }
  .card-list .padding-text,
  .list-4.card-list .padding-text {
    min-height: auto;
  }
  .card-list.highlight {
    margin-left: -17px;
    margin-right: -17px;
  }
  .news-widget {
    margin-left: -17px;
    margin-right: -17px;
    padding-top: 0;
    border: none;
  }
  .news-widget li {
    border: none;
    margin: 0;
  }
  .news-widget .news-text {
    padding: 0 18px 18px;
  }
  .topics li {
    width: 100% !important;
  }
  #ui-datepicker-div {
    border: none;
  }
  .ui-datepicker {
    left: 0 !important;
  }
}
/* ==========================================================================
// HTML5 Boilerplate Print styles
// Inlined to avoid required HTTP connection: h5bp.com/r
// ========================================================================== 

// NOTE: Removed content insertion after a[href]:after and abbr[title]:after
*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*@import (inline) "magnific-popup.css";*/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}
.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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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-inline-holder .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: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #cccccc;
}
.mfp-preloader a:hover {
  color: white;
}
.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;
  -webkit-box-shadow: none;
  box-shadow: none;
}
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;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  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,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  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: 400px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 400px;
}
.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: black;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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: #444444;
}
.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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
@charset "UTF-8";
/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -moz-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; }
.slick-list:focus { outline: none; }
.slick-loading .slick-list { background: #fff /*url("./ajax-loader.gif") center center no-repeat*/; }
.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-track { -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; 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; /*cursor: pointer;*/ }
[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; }

/* Icons */
@font-face { font-family: "slick"; src: url("./fonts/slick.eot"); src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), /*url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"),*/ url("./fonts/slick.svg#slick") format("svg"); font-weight: normal; font-style: normal; }
/* Arrows */
.slick-prev, .slick-next { position: absolute; display: block; height: 20px; width: 20px; line-height: 0; font-size: 0; cursor: pointer; background: transparent; color: transparent; top: 50%; margin-top: -10px; padding: 0; border: none; outline: none; }
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { outline: none; background: transparent; color: transparent; }
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { opacity: 1; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: 0.25; }

.slick-prev:before, .slick-next:before { font-family: "slick"; font-size: 20px; line-height: 1; color: white; opacity: 0.75; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.slick-prev { left: -25px; }
[dir="rtl"] .slick-prev { left: auto; right: -25px; }
.slick-prev:before { content: "←"; }
[dir="rtl"] .slick-prev:before { content: "→"; }

.slick-next { right: -25px; }
[dir="rtl"] .slick-next { left: -25px; right: auto; }
.slick-next:before { content: "→"; }
[dir="rtl"] .slick-next:before { content: "←"; }

/* Dots */
.slick-slider { /*margin-bottom: 30px;*/ }

.slick-dots { position: absolute; bottom: -45px; list-style: none; display: block; text-align: center; padding: 0; width: 100%; }
.slick-dots li { position: relative; display: inline-block; height: 20px; width: 20px; margin: 0 5px; padding: 0; cursor: pointer; }
.slick-dots li button { border: 0; background: transparent; display: block; height: 20px; width: 20px; outline: none; line-height: 0; font-size: 0; color: transparent; padding: 5px; cursor: pointer; }
.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; }
.slick-dots li button:before { position: absolute; top: 0; left: 0; content: "•"; width: 20px; height: 20px; font-family: "slick"; font-size: 6px; line-height: 20px; text-align: center; color: black; opacity: 0.25; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before { color: black; opacity: 0.75; }

/*# sourceMappingURL=slick.css.map */

/*# sourceMappingURL=main.css.map */