/*tint(@color1, 20%);*/
html {
  overflow-y: scroll;
}
html,
body,
#aspnetForm {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
body {
  background: white;
}
a img {
  border: 0;
}
header {
  position: relative;
  z-index: 3;
}
.fullscreenBanner-wrap {
  position: relative;
  z-index: 2;
}
.firstPage .main-content {
  background-color: #f6f6f6;
  margin: 30px auto;
}
.content {
  position: relative;
  z-index: 2;
}
footer {
  position: relative;
  z-index: 1;
}
#aspnetForm {
  position: relative;
  z-index: 1;
}
.no-wrap {
  width: 1%;
  white-space: nowrap;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.align-right {
  text-align: right !important;
}
.align-left {
  text-align: left !important;
}
.align-center {
  text-align: center !important;
}
.updateProgress {
  padding: 10px 20px;
  background: white;
  border: 3px solid #013f66;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#main {
  position: relative;
  z-index: 2;
}
a#backToTop,
a#backToTop:focus {
  display: none !important;
  position: fixed;
  bottom: 0;
  right: 20px;
  width: 47px;
  height: 47px;
  opacity: 0.8;
  outline: 0 none;
  background: url(../images/scrollUp.png) no-repeat scroll 0 0;
  text-indent: -9999px;
}
.alert {
  padding: 10px;
  margin-bottom: 20px;
  color: white;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.alert-info {
  background: #2ba6cb;
}
.alert-success {
  background: #dff2bf;
  color: #4f8a10;
}
.alert-warning {
  background: #e3b000;
}
.alert-error {
  background: #ffbaba;
  color: #d8000c;
}
.Sk4QuickEditBlock {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  z-index: 99999;
  text-align: left;
  background: rgba(0, 0, 0, 0.7);
  -webkit-border-radius: 0 0 5px 0;
  -moz-border-radius: 0 0 5px 0;
  border-radius: 0 0 5px 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
}
.Sk4QuickEditBlock table {
  width: 100%;
  display: none;
  margin-bottom: 5px;
}
.Sk4QuickEditBlock:before {
  content: "+";
  font-size: 18px;
  font-weight: bold;
  color: white;
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
}
.Sk4QuickEditBlock.active {
  display: table;
}
.Sk4QuickEditBlock.active:before {
  content: "-";
}
.Sk4QuickEditBlock td {
  text-align: left;
  padding: 0 5px;
}
.Sk4QuickEditLink,
.Sk4QuickEditLink a {
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 10px;
  color: white;
  text-decoration: none;
}
.Sk4QuickEditTitle {
  font-weight: bold;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 10px;
  color: white;
}
.Sk4QuickEditTitle a {
  color: white;
  text-decoration: none;
}
.Sk4QuickEditBlock table:Hover .Sk4QuickEditLink,
.Sk4QuickEditBlock table:Hover .Sk4QuickEditLink a,
.Sk4QuickEditBlock table:Hover .Sk4QuickEditTitle,
.Sk4QuickEditBlock table:Hover .Sk4QuickEditTitle a {
  color: white;
}
.Sk4QuickEditBlock table:Hover .Sk4QuickEditLink a:hover,
.Sk4QuickEditLink a:hover {
  text-decoration: underline;
}
.ui-datepicker {
  background: white;
  border: 1px solid none;
  margin-top: 5px;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3) !important;
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3) !important;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3) !important;
}
.ui-datepicker-header {
  height: 50px;
  line-height: 50px;
  background: #eb3252;
  font-family: 'Roboto Slab', serif;
  font-size: 18px;
  font-weight: 300;
}
.ui-datepicker-title {
  text-align: center;
  margin-left: 30px;
  margin-right: 30px;
  font-weight: 300;
  color: white;
}
.ui-datepicker-prev {
  position: absolute;
  left: -55px;
  top: 0;
  margin-top: 0;
  display: block;
  width: 50px;
  height: 50px;
  color: white;
  background: #eb3252;
  cursor: pointer;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.ui-datepicker-prev:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: white;
  font-size: 30px;
  text-align: center;
}
.ui-datepicker-next {
  position: absolute;
  right: -55px;
  top: 0;
  margin-top: 0;
  display: block;
  width: 50px;
  height: 50px;
  color: white;
  background: #eb3252;
  cursor: pointer;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.ui-datepicker-next:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: white;
  font-size: 30px;
  text-align: center;
}
.ui-datepicker-prev .ui-icon,
.ui-datepicker-next .ui-icon {
  position: absolute;
  top: 55px;
  left: 0;
  width: 50px;
  line-height: normal;
  text-align: center;
  color: #eb3252;
  font-size: 11px;
  text-transform: uppercase;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
.ui-datepicker-calendar {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 -1px -1px 0;
}
.ui-datepicker-calendar th {
  padding: 5px 8px;
  text-align: center;
  font-size: 11px;
}
.ui-datepicker-calendar td {
  border: 1px solid none;
  text-align: center;
  font-size: 12px;
}
.ui-datepicker-calendar td a {
  display: block;
  padding: 5px 8px;
}
.ui-datepicker-calendar td.ui-state-disabled {
  padding: 5px 8px;
  color: #999999;
}
.ui-datepicker-calendar td.ui-datepicker-today {
  font-weight: bold;
  color: black;
}
.ui-datepicker-current-day .ui-state-active {
  background: #eb3252;
}
.ui-datepicker-calendar td.ui-datepicker-today a.ui-state-active {
  color: white;
}
@media (max-width: 767px) {
  .Sk4QuickEditBlock {
    display: none;
  }
}
.headerBanner img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.fullscreenBannerWrapper {
  position: relative;
}
.headerBannerCarousel-previous,
.headerBannerCarousel-next {
  display: block;
  position: absolute;
  z-index: 1001;
  top: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  background: rgba(247, 242, 242, 0.8);
  color: white;
  text-align: center;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.headerBanner:hover .headerBannerCarousel-previous,
.headerBanner:hover .headerBannerCarousel-next {
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
  filter: alpha(opacity=100);
}
.headerBannerCarousel-previous {
  left: 0px;
  color: black;
}
.headerBannerCarousel-next {
  right: 0px;
  color: black;
}
.headerBannerCarousel-previous span,
.headerBannerCarousel-next span {
  display: inline-block;
  vertical-align: top;
  margin: 10px 0 0 0;
  font-size: 28px;
}
.headerBannerCarousel-previous:hover,
.headerBannerCarousel-previous:hover {
  background: rgba(247, 242, 242, 0.9);
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.webcam-container {
  width: 175px;
}
.webcam-container a {
  display: block;
  padding: 10px 5px;
  background: #ff9933;
  color: white;
  text-align: center;
  font-family: 'Roboto Slab', serif;
  font-size: 14px;
}
.webcam-container a:hover {
  text-decoration: none;
  color: #e6e6e6;
}
.WeatherForecast-termometer {
  background-color: #0066cb;
  *zoom: 1;
}
.WeatherForecast-termometer:before,
.WeatherForecast-termometer:after {
  display: table;
  content: "";
  line-height: 0;
}
.WeatherForecast-termometer:after {
  clear: both;
}
.WeatherForecast-temperature {
  float: left;
  padding: 15px 0 0 10px;
  color: #ffcc00;
  font-family: 'Roboto Slab', serif;
  font-size: 26px;
  font-weight: 300;
}
.WeatherForecast-location {
  padding: 10px;
  font-size: 10px;
  text-align: right;
  text-transform: uppercase;
  color: white;
  line-height: normal;
}
.WeatherForecast-location b {
  font-weight: 700;
}
.weatherForecast {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 15;
  background-color: #e7eef7;
}
.WeatherForecast-table td {
  padding: 5px 0;
  text-align: center;
}
.WeatherForecast-day {
  font-size: 10px;
  text-transform: uppercase;
}
.WeatherForecast-centeredico {
  text-align: center;
}
@media (max-width: 880px) {
  .weatherForecast {
    display: none;
  }
}
.eventsBox {
  *zoom: 1;
}
.eventsBox:before,
.eventsBox:after {
  display: table;
  content: "";
  line-height: 0;
}
.eventsBox:after {
  clear: both;
}
.eventsBox-inner {
  margin-left: -20px;
}
.eventsBox-filter {
  float: left;
  width: 20%;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.eventsBox-filter-title {
  padding: 10px;
  background-color: #eb3252;
  color: white;
  font-family: 'Roboto Slab', serif;
  font-size: 14px;
  margin-bottom: 10px;
}
.eventsBox-filter ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.eventsBox-filter ul li {
  padding: 0;
  margin: 0;
}
.eventsBox-filter ul li a {
  display: block;
  padding: 5px 10px;
  margin: 0;
  text-transform: uppercase;
  font-size: 12px;
  color: #949393;
}
.eventsBox-filter ul li .icon-angle-right {
  display: none;
  font-size: 16px;
  margin-top: 1px;
  margin-left: 5px;
  vertical-align: top;
}
.eventsBox-filter ul li.active a {
  color: #eb3252;
}
.eventsBox-filter ul li.active .icon-angle-right {
  display: inline-block;
}
.eventsBox-display {
  float: left;
  width: 80%;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.eventsBox-display-inner {
  margin-left: -20px;
}
.eventsBox-display-image {
  float: left;
  width: 50%;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.eventsBox-display-image img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.eventsBox-display-list {
  float: left;
  width: 50%;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.eventsBox-display-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #949393;
}
.eventsBox-display-list ul li {
  border-bottom: 1px solid #949393;
}
.eventsBox-display-list ul li a {
  display: block;
  padding: 10px 0;
  color: #949393;
}
.eventsBox-display-list ul li.active a {
  color: #eb3252;
}
.eventsBox-list-date {
  display: block;
  font-weight: 700;
  font-size: 12px;
}
.eventsBox-list-title {
  display: block;
  font-family: 'Roboto Slab', serif;
  font-size: 14px;
}
@media (max-width: 767px) {
  .eventsBox-filter {
    float: none;
    width: 100%;
  }
  .eventsBox-display {
    float: none;
    width: 100%;
  }
  .eventsBox-filter ul {
    margin-bottom: 20px;
    *zoom: 1;
  }
  .eventsBox-filter ul:before,
  .eventsBox-filter ul:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .eventsBox-filter ul:after {
    clear: both;
  }
  .eventsBox-filter ul li {
    float: left;
    width: 50%;
  }
  .ui-datepicker-prev {
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 0;
    display: block;
    width: 50px;
    height: 50px;
    color: white;
    background: #eb3252;
    cursor: pointer;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
  }
  .ui-datepicker-prev .ui-icon {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: white;
    font-size: 30px;
    text-align: center;
    text-indent: -9999px;
  }
  .ui-datepicker-next {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 0;
    display: block;
    width: 50px;
    height: 50px;
    color: white;
    background: #eb3252;
    cursor: pointer;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
  }
  .ui-datepicker-next .ui-icon {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: white;
    font-size: 30px;
    text-align: center;
    text-indent: -9999px;
  }
  .eventsBox-display-image {
    display: none;
  }
  .eventsBox-display-list {
    float: none;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .eventsBox-filter ul li {
    float: left;
    width: 50%;
  }
  .eventsBox-display-image {
    display: none;
  }
  .eventsBox-display-list {
    width: 100%;
  }
}
body {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 140%;
  color: #949393;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
  color: black;
  line-height: 140%;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  color: black;
}
h1 {
  font-family: 'Roboto Slab', serif;
  font-size: 42px;
  font-weight: 700;
  margin: 0 0 20px 0;
  color: #949393;
}
h2 {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 20px 0;
  color: #949393;
}
h3 {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 300;
  margin: 0 0 10px 0;
  color: #949393;
}
h4 {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 10px 0;
  color: black;
}
h5 {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 10px 0;
  color: black;
}
p,
ol,
ul,
dl,
dd,
dt {
  margin: 0 0 20px 0;
}
p {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: black;
}
ol {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: black;
}
ul {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: black;
  list-style: square;
}
li {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: black;
}
dl {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: black;
}
dt {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: black;
  font-weight: 700;
}
dt:after {
  content: ":";
}
dd {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: black;
  margin-left: 15px;
}
strong,
b {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
pre {
  white-space: pre;
}
.textWithImages a {
  color: #0066cb;
  text-decoration: none;
}
.accomodtaion-info-bit a {
  color: #dc0000;
  text-decoration: none;
}
.accomodtaion-info-bit a:hover {
  color: #dc0000;
  text-decoration: none;
}
.listing-item-links a {
  color: #dc0000;
  text-decoration: none;
}
.listing-item-links a:hover {
  color: #dc0000;
  text-decoration: none;
}
.accomodation-info a {
  color: #dc0000;
  text-decoration: none;
}
.accomodation-info a:hover {
  color: #dc0000;
  text-decoration: none;
}
a {
  color: #0066cb;
  text-decoration: none;
}
.pointBox a {
  color: white;
  display: block;
}
.pointBox a:hover {
  color: white;
}
a:hover {
  color: #0066cb;
  text-decoration: underline;
}
a:active {
  outline: 0;
}
a:focus {
  outline: 0;
}
.contentTitle h1,
.contentTitle h2,
.contentTitle h3 {
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
}
.contentTitle h4 {
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
}
.contentTitle h5 {
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
}
.contentTitle h1 {
  position: relative;
  margin: 30px 0 50px 0;
}
.contentTitle h1:after {
  content: "";
  display: block;
  position: absolute;
  top: 105%;
  left: 0;
  width: 50px;
  height: 4px;
  background-color: #eb3252;
}
.contentTitle h2,
h3 {
  position: relative;
  margin-bottom: 50px;
}
.contentTitle h2:after,
.contentTitle h3:after {
  content: "";
  display: block;
  position: absolute;
  top: 110%;
  left: 0;
  width: 50px;
  height: 4px;
  background-color: #eb3252;
}
.contentTitle h2 a {
  color: #949393;
}
@media (max-width: 767px) {
  h1 {
    font-size: 38px;
    margin: 0 0 10px 0;
  }
  h2 {
    font-size: 32px;
    margin: 0 0 10px 0;
  }
  h3 {
    font-size: 24px;
    margin: 0 0 5px 0;
  }
  h4 {
    font-size: 14px;
    margin: 0 0 5px 0;
  }
  h5 {
    font-size: 14px;
    margin: 0 0 5px 0;
  }
  .contentTitle h1 {
    margin: 15px 0 30px 0;
  }
  .contentTitle h2 {
    margin-bottom: 30px;
  }
  .contentTitle h3 {
    font-size: 18px;
    line-heigth: 120%;
  }
  .contentTitle h4 {
    font-size: 16px;
    line-heigth: 120%;
  }
  .contentTitle h5 {
    font-size: 14px;
    line-heigth: 120%;
  }
}
.container-fluid {
  margin: 0 auto;
  max-width: 1100px;
  padding: 0 20px;
}
.container-limit {
  margin: 0 auto;
  max-width: 1600px;
  position: relative;
}
.row-fluid {
  *zoom: 1;
  margin-left: -20px;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.span1,
.span2,
.span3,
.span4,
.span5,
.span6,
.span7,
.span8,
.span9,
.span10,
.span11,
.span12 {
  float: left;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 1px;
}
.span1 {
  width: 8.333333333%;
}
.span2 {
  width: 16.666666667%;
}
.span3 {
  width: 25%;
}
.span4 {
  width: 33.333333333%;
}
.span5 {
  width: 41.666666667%;
}
.span6 {
  width: 50%;
}
.span7 {
  width: 58.333333333%;
}
.span8 {
  width: 66.666666667%;
}
.span9 {
  width: 75%;
}
.span10 {
  width: 83.333333333%;
}
.span11 {
  width: 91.666666667%;
}
.span12 {
  width: 100%;
}
@media (max-width: 767px) {
  .container-fluid {
    margin: 0 auto;
    max-width: 940px;
  }
  .row-fluid {
    margin-left: -10px;
  }
  .span1,
  .span2,
  .span3,
  .span4,
  .span5,
  .span6,
  .span7,
  .span8,
  .span9,
  .span10,
  .span11,
  .span12 {
    padding-left: 10px;
  }
}
.layout1 {
  *zoom: 1;
}
.layout1:before,
.layout1:after {
  display: table;
  content: "";
  line-height: 0;
}
.layout1:after {
  clear: both;
}
.layout1 .column-center {
  float: none;
  width: 100%;
  padding-left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.layout13 {
  *zoom: 1;
  margin-left: -20px;
}
.layout13:before,
.layout13:after {
  display: table;
  content: "";
  line-height: 0;
}
.layout13:after {
  clear: both;
}
.layout13 .column-center {
  float: right;
  width: 75%;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.layout13 .column-left {
  float: left;
  width: 25%;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.layout31 {
  *zoom: 1;
  margin-left: -20px;
}
.layout31:before,
.layout31:after {
  display: table;
  content: "";
  line-height: 0;
}
.layout31:after {
  clear: both;
}
.layout31 .column-center {
  float: left;
  width: 75%;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.layout31 .column-right {
  float: right;
  width: 25%;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.layout121 {
  *zoom: 1;
  margin-left: -20px;
}
.layout121:before,
.layout121:after {
  display: table;
  content: "";
  line-height: 0;
}
.layout121:after {
  clear: both;
}
.layout121 .column-center {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.layout121 .column-left {
  float: left;
  width: 25%;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.layout121 .column-right {
  float: right;
  width: 24.6%;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .layout13 {
    *zoom: 1;
    margin-left: 0;
  }
  .layout13:before,
  .layout13:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .layout13:after {
    clear: both;
  }
  .layout13 .column-center {
    float: none;
    width: 100%;
    padding-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .layout13 .column-left {
    float: none;
    width: 100%;
    padding-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .layout31 {
    *zoom: 1;
    margin-left: 0;
  }
  .layout31:before,
  .layout31:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .layout31:after {
    clear: both;
  }
  .layout31 .column-center {
    float: none;
    width: 100%;
    padding-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .layout31 .column-right {
    float: none;
    width: 100%;
    padding-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .layout121 {
    *zoom: 1;
    margin-left: 0;
  }
  .layout121:before,
  .layout121:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .layout121:after {
    clear: both;
  }
  .layout121 .column-center {
    float: none;
    width: 100%;
    padding-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .layout121 .column-left {
    float: none;
    width: 100%;
    padding-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .layout121 .column-right {
    float: none;
    width: 100%;
    padding-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .span1 {
    width: 100%;
  }
  .span2 {
    width: 100%;
  }
  .span3 {
    width: 100%;
  }
  .span4 {
    width: 100%;
  }
  .span5 {
    width: 100%;
  }
  .span6 {
    width: 100%;
  }
  .span7 {
    width: 100%;
  }
  .span8 {
    width: 100%;
  }
  .span9 {
    width: 100%;
  }
  .span10 {
    width: 100%;
  }
  .span11 {
    width: 100%;
  }
  .span12 {
    width: 100%;
  }
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
::-webkit-input-placeholder {
  color: #666666;
  font-style: italic;
}
:-moz-placeholder {
  color: #666666;
  font-style: italic;
}
::-moz-placeholder {
  color: #666666;
  font-style: italic;
}
:-ms-input-placeholder {
  color: #666666;
  font-style: italic;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  border: 1px solid #858585;
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
.input-group {
  *zoom: 1;
}
.input-group:before,
.input-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.input-group:after {
  clear: both;
}
.input-label > label {
  display: block;
  color: black;
  font-weight: 700;
  margin-bottom: 3px;
}
.input {
  margin-bottom: 17px;
}
.input-list {
  margin-bottom: 17px;
}
.input-list-item {
  margin-bottom: 3px;
}
.input-submit {
  margin-bottom: 20px;
  line-height: 30px;
}
fieldset.vertical .input-label {
  margin-bottom: 3px;
}
fieldset.horizontal .input-label {
  float: left;
  width: 250px;
  padding-top: 10px;
  text-align: right;
}
fieldset.horizontal .input {
  margin-left: 270px;
}
fieldset.horizontal .input-list {
  margin-left: 270px;
  padding-top: 4px;
}
fieldset.horizontal .input-submit {
  margin-left: 270px;
}
input {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  border: 1px solid #c2c2c2;
  background: whitesmoke;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
label.radio {
  display: inline-block;
}
label.radio span {
  display: block;
  margin-left: 20px;
}
input[type="radio"] {
  float: left;
  display: block;
  width: 13px;
  height: 13px;
  margin: 2px 5px 0 0;
  padding: 0;
  border: 0;
}
label.checkbox {
  display: inline-block;
}
label.checkbox span {
  display: block;
  margin-left: 20px;
}
input[type="checkbox"] {
  float: left;
  display: block;
  width: 13px;
  height: 13px;
  margin: 2px 5px 0 0;
  padding: 0;
  border: 0;
}
select {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 5px;
  border: 1px solid #c2c2c2;
  background: whitesmoke;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
textarea {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: auto;
  min-height: 60px;
  line-height: 140%;
  padding: 10px 15px;
  border: 1px solid #c2c2c2;
  background: whitesmoke;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
input[type="file"] {
  padding: 0;
  border: 0;
  background: none;
}
.input-combined {
  position: relative;
}
.input-combined input {
  float: left;
  width: 67%;
}
.input-combined .button {
  width: 30%;
  padding: 0 3%;
}
.input-combined.appended .button {
  margin-left: 3%;
}
.input-combined.prepended .button {
  margin-right: 3%;
}
.input-date {
  position: relative;
}
.input-date input[type="text"] {
  max-width: 120px;
  background-image: url(../images/icoDatepicker.png);
  background-repeat: no-repeat;
  background-position: 95% 50%;
  background-size: 17px 17px;
}
/*.dateWrapper {width:50%; margin:auto;}*/

.field-date {
  *zoom: 1;
}
.field-date:before,
.field-date:after {
  display: table;
  content: "";
  line-height: 0;
}
.field-date:after {
  clear: both;
}
.field-date .input-group {
  float: left;
}
.field-date .input-group .input {
  width: auto;
  /*margin-right:20px;margin-left:100px;*/

}
.field-date .input-group:first-child .input-label {
  width: 250px;
}
.field-date .input-group:first-child .input {
  margin-left: 270px;
}
.field-error {
  color: #990000;
}
.field-error input,
.field-error textarea,
.field-error select {
  border: 1px solid #990000;
  background: #f9e7e7;
}
@media (min-width: 768px) {
  fieldset.vertical {
    max-width: 70%;
  }
  fieldset.horizontal .input {
    margin-right: 170px;
  }
}
@media (max-width: 767px) {
  fieldset.horizontal .input-label {
    float: none;
    width: 100%;
    padding-top: 0;
    text-align: left;
  }
  fieldset.horizontal .input-label label {
    font-size: 12px;
  }
  fieldset.horizontal .input {
    margin-left: 0;
  }
  fieldset.horizontal .input-list {
    margin-left: 0;
    padding-top: 0;
  }
  fieldset.horizontal .input-submit {
    margin-left: 0;
  }
  .field-date {
    *zoom: 1;
  }
  .field-date:before,
  .field-date:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .field-date:after {
    clear: both;
  }
  .field-date .input-group {
    float: left;
    width: 50%;
  }
  .field-date .input-group .input-label {
    width: auto;
  }
  .field-date .input-group .input {
    width: auto;
    margin-right: 20px;
    margin-left: 0;
  }
  .field-date .input-group:first-child .input-label {
    width: 0;
  }
  .field-date .input-group:first-child .input {
    margin-left: 0;
  }
}
@media (max-width: 480px) and (orientation: portrait) {
  fieldset.horizontal .input-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
    margin-bottom: 3px;
  }
  fieldset.horizontal .input {
    margin-left: 0;
  }
  fieldset.horizontal .input-list {
    margin-left: 0;
    padding-top: 0;
  }
  fieldset.horizontal .input-submit {
    margin-left: 0;
  }
}
.button {
  display: inline-block;
  vertical-align: top;
  width: auto;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  margin: 0;
  border: 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.button:hover {
  text-decoration: none;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.button-1 {
  background: #ffcc00;
  color: #010098;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  position: relative;
}
.button-1:hover {
  background: #ffe066;
  color: #010098;
}
.button-1:active {
  bottom: -1px;
}
.button-2 {
  background: #858585;
  color: white;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.button-2:hover {
  background: #707070;
  color: white;
}
.button-link {
  padding: 0 10px;
  background: none;
  color: #dc0000;
}
.button-link:hover {
  text-decoration: underline;
}
.button-google {
  background: #df4a32;
  height: 40px;
  line-height: 40px;
  padding: 0;
  color: white;
  white-space: nowrap;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.button-google .button-icon {
  display: inline-block;
  float: left;
  vertical-align: top;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-right: 1px solid #c6412c;
}
.button-google .button-icon img {
  vertical-align: middle;
}
.button-google .button-text {
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
  text-transform: none;
  font-weight: 700;
}
.button-google:hover {
  color: white;
}
.paging {
  line-height: 25px;
  text-align: center;
  margin-bottom: 20px;
  *zoom: 1;
}
.paging:before,
.paging:after {
  display: table;
  content: "";
  line-height: 0;
}
.paging:after {
  clear: both;
}
.paging a,
.paging span {
  display: inline-block;
  vertical-align: top;
  height: 25px;
  line-height: 25px;
  padding: 0 8px;
  font-size: 16px;
  font-weight: 700;
  color: gray;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.paging a.paging-page {
  background: none;
}
.paging a.paging-previous {
  width: 25px;
  padding: 0;
  background: transparent url(../images/icoPagingPrevious.png) no-repeat center center;
  text-indent: -9999px;
  color: gray;
}
.paging a.paging-next {
  width: 25px;
  padding: 0;
  background: transparent url(../images/icoPagingNext.png) no-repeat center center;
  text-indent: -9999px;
}
.paging span.paging-current,
.paging span.paging-current:hover {
  background: #999999;
  color: white;
}
.paging span.paging-elipsis {
  color: gray;
  font-size: 16px;
  font-weight: 700;
  background: none;
}
@media (max-width: 480px) {
  .paging a,
  .paging span {
    padding: 0 5px;
  }
}
header .header-main {
  height: 70px;
  *zoom: 1;
}
header .header-main:before,
header .header-main:after {
  display: table;
  content: "";
  line-height: 0;
}
header .header-main:after {
  clear: both;
}
header .logo {
  float: left;
  width: auto;
  max-height: 70px;
  line-height: 70px;
}
header .logo a {
  display: block;
  max-height: 70px;
}
header .logo a img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 70px;
  height: 100%;
  border: 0;
}
header .header-toolbox {
  float: right;
  width: auto;
}
header .userBox {
  float: right;
  min-width: 80px;
  margin-top: -4px;
  padding: 4px 10px 3px 10px;
  margin-left: 10px;
  text-align: center;
}
header .userBox-account {
  display: inline-block;
  vertical-align: top;
  height: 33px;
  line-height: 33px;
  text-transform: none;
}
header .userBox-logoutWrap {
  display: inline-block;
  vertical-align: top;
  height: 33px;
  line-height: 33px;
}
header .userBox-logout {
  display: inline-block;
  vertical-align: top;
  height: 33px;
  line-height: 33px;
  margin-top: 1px;
  font-size: 11px;
  color: black;
}
header .userBox-logout:before {
  content: "(";
}
header .userBox-logout:after {
  content: ")";
}
.pointBox {
  display: inline-block;
  vertical-align: top;
  float: left;
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 24px;
  text-align: center;
  background-color: #ffcc00;
  color: white;
}
.pointBox .icon-file-movie-o:before {
  vertical-align: top;
  display: inline-block;
  margin-top: 23px;
  font-size: 24px;
}
.skiliftBox {
  display: inline-block;
  vertical-align: top;
  float: left;
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 24px;
  text-align: center;
  background-color: #63b94e;
  color: white;
  background-image: url(../images/icoSkilift.png);
  background-size: 40px 41px;
  background-repeat: no-repeat;
  background-position: center;
}
.skiliftBox .icon-lift {
  vertical-align: top;
  display: inline-block;
  margin-top: 12px;
  font-size: 24px;
  height: 44px;
  width: 44px;
}
.shareBox {
  display: inline-block;
  vertical-align: top;
  float: left;
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 24px;
  text-align: center;
  background-color: #63b94e;
  color: white;
}
.shareBox .icon-uniE600 {
  vertical-align: top;
  display: inline-block;
  margin-top: 23px;
}
.reservationBox {
  display: inline-block;
  vertical-align: top;
  float: left;
  height: 70px;
  line-height: 70px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  background-color: #0066cb;
  color: white;
  text-transform: uppercase;
  cursor: pointer;
}
.reservationBox .icon-angle-up {
  vertical-align: top;
  display: inline-block;
  margin-top: 20px;
  font-size: 24px;
}
.reservationBox .icon-times {
  vertical-align: top;
  display: inline-block;
  margin-top: 24px;
  font-size: 20px;
}
@media (max-width: 800px) {
  header .header-main {
    height: auto;
  }
  .pointBox,
  .shareBox,
  .skiliftBox {
    display: none;
  }
}
@media (max-width: 767px) {
  .reservationBox {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    font-size: 12px;
    text-transform: none;
    letter-spacing: 0;
  }
  .reservationBox .icon-angle-up {
    margin-top: 13px;
    font-size: 12px;
  }
  header .logo {
    float: left;
    width: 100px;
    max-height: 40px;
    line-height: 40px;
    margin-left: 20px;
  }
  header .logo a img {
    height: auto;
  }
  header .container-fluid {
    padding: 0;
  }
  .reservationBox .icon-times {
    vertical-align: top;
    display: inline-block;
    margin-top: 14px;
    font-size: 14px;
  }
}
.breadcrumbs {
  position: relative;
  margin-bottom: 10px;
}
.breadcrumbs ul {
  margin: 0;
  padding: 0;
  *zoom: 1;
}
.breadcrumbs ul:before,
.breadcrumbs ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.breadcrumbs ul:after {
  clear: both;
}
.breadcrumbs li {
  display: block;
  float: left;
  word-wrap: break-word;
  background: url(../images/icoBreadcrumb.png) no-repeat right center;
}
.breadcrumbs li a {
  display: block;
  padding: 0 9px 0 3px;
  font-size: 11px;
  color: #707070;
}
.breadcrumbs li.breadcrumbs-last,
.breadcrumbs li.breadcrumbs-last a {
  padding-right: 0;
  background: none;
}
.breadcrumbs li.breadcrumbs-first,
.breadcrumbs li.breadcrumbs-first a {
  padding-left: 0;
}
.breadcrumbs li.breadcrumbs-current a {
  font-weight: 700;
}
@media (max-width: 767px) {
  .breadcrumbs {
    margin-bottom: 10px;
  }
  .breadcrumbs ul {
    width: 100%;
  }
  .breadcrumbs li {
    display: none;
    line-height: 22px;
    background: url(../images/icoBreadcrumb.png) no-repeat right center;
  }
  .breadcrumbs li.breadcrumbs-lastTwo {
    display: block;
  }
  .breadcrumbs li:first-child {
    padding-left: 0;
  }
  .breadcrumbs li a,
  .breadcrumbs li a:hover {
    font-size: 11px;
  }
}
.input-submit-checkout {
  text-align: right;
  padding-top: 20px;
  border-top: 3px solid #d6d6d6;
}
fieldset.checkout-additionalInfo {
  padding: 20px 20px 0 20px;
  margin-bottom: 20px;
  background: #ebebeb;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
@media (max-width: 767px) {
  fieldset.checkout-additionalInfo {
    padding: 10px 10px 0 10px;
    margin-bottom: 10px;
  }
}
fieldset.form-userData {
  max-width: 350px;
}
.input-submit-orders {
  border-top: 3px solid #d6d6d6;
  padding-top: 20px;
}
.event .contentTitle h1 {
  margin-bottom: 0;
}
.pagination {
  position: relative;
  border: 1px solid white;
}
.pagination li {
  display: none;
}
.pagination .next {
  display: block;
}
.pagination .previous {
  display: block;
}
.newsprevious {
  position: absolute;
  right: 50px;
  top: -50px;
  margin-top: 0;
  display: block;
  width: 45px;
  height: 45px;
  color: white;
  background: #006bff;
  cursor: pointer;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  z-index: 123;
}
.newsprevious:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: white;
  font-size: 30px;
  text-align: center;
}
.newsnext {
  position: absolute;
  right: 0;
  top: -50px;
  margin-top: 0;
  display: block;
  width: 45px;
  height: 45px;
  color: white;
  background: #006bff;
  cursor: pointer;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  z-index: 123;
}
.newsnext:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: white;
  font-size: 30px;
  text-align: center;
}
.calendar-wrapper {
  margin: 0;
  padding: 0;
}
.calendar-navigation {
  margin-bottom: 20px;
  line-height: 20px;
}
.calendar-navigation a.handle-next {
  display: inline-block;
  cursor: pointer;
  vertical-align: top;
  color: #f6f6f6;
  font-size: 12px;
  margin-top: 1px;
}
.calendar-navigation a.handle-previous {
  display: inline-block;
  cursor: pointer;
  vertical-align: top;
  color: #f6f6f6;
  font-size: 12px;
  margin-top: 1px;
  margin-right: 10px;
}
.calendar-navigation a.handle-today {
  display: inline-block;
  color: #f6f6f6;
  font-size: 14px;
  font-weight: 700;
  vertical-align: top;
  margin-right: 10px;
}
.calendar-navigation .handle-separator {
  display: none;
}
.calendar {
  *zoom: 1;
  margin-left: -20px;
  margin-top: 20px;
}
.calendar:before,
.calendar:after {
  display: table;
  content: "";
  line-height: 0;
}
.calendar:after {
  clear: both;
}
.calendar-column {
  float: left;
  width: 25%;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.calendar-item {
  overflow: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 20px;
}
.ui-datepicker {
  -webkit-box-shadow: 0 0 0 white;
  -moz-box-shadow: 0 0 0 white;
  box-shadow: 0 0 0 white;
  margin-top: 0;
}
.calendar-item table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  border: 0;
}
.calendar-item td {
  text-align: center;
  padding: 4px 8px;
  text-decoration: none;
  color: black;
  border: 1px solid white;
  background-color: #999999;
}
.calendar-item td:hover {
  background: #d6d6d6;
}
.calendar-item td a {
  color: #013f66;
}
.calendar-item td.header {
  text-align: center;
  background: #b3c5d1;
  font-size: 13px;
  font-weight: 700;
}
.calendar-item td.header:hover {
  background: #4d7994;
}
.calendar-item td.header a {
  display: block;
  color: white;
  text-decoration: none;
}
.calendar-item td.header-selected,
.calendar-item td.header-selected:hover {
  text-align: center;
  background: #f6f6f6;
  font-weight: bold;
  border: 0;
  color: white;
}
.calendar-item td.header-selected a {
  display: block;
  color: white;
}
.calendar-item td.weekday {
  text-align: right;
  padding: 4px 6px;
  color: color2;
  font-size: 12px;
  font-weight: bold;
  background-color: #e6e6e6;
}
.calendar-item td.weekday:hover {
  background-color: #d6d6d6;
}
.calendar-item td.day-event {
  padding: 0;
  font-weight: 700;
  background-image: url(../images/icoEvent.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
.calendar-item td.day-event a {
  display: block;
  padding: 4px 8px;
  color: #013f66;
}
.calendar-item td.day-weekend {
  background-color: #f4cfd0;
  color: red;
}
.calendar-item td.day-over {
  background-color: #cccccc;
}
.calendar-item td.day-selected a {
  color: white;
}
.event-list {
  *zoom: 1;
  position: relative;
  margin-top: 40px;
}
.event-list:before,
.event-list:after {
  display: table;
  content: "";
  line-height: 0;
}
.event-list:after {
  clear: both;
}
.event-list-inner {
  margin-left: -20px;
  overflow: auto;
}
.event-list-item {
  float: left;
  width: 33.3%;
  padding-left: 20px;
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.event-list-item-exposed {
  float: left;
  padding-left: 20px;
  margin-top: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
}
.event-list-item:nth-child(3n+1) {
  clear: left;
}
.event-list-item-image {
  margin-bottom: 10px;
}
.event-list-item-image-inner {
  overflow: hidden;
}
.event-list-item-image img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.event-list-meta {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 700;
  color: #eb3252;
}
.event-list-item h2,
.event-list-item-exposed h2 {
  margin-bottom: 5px;
  font-family: 'Roboto Slab', serif;
  font-size: 24px;
  font-weight: 300;
}
.event-list-item h2 a,
.event-list-item-exposed h2 a {
  color: #eb3252;
}
.event-list-summary {
  color: #949393;
}
.event-detail-content {
  padding-left: 20px;
}
.category-event-detail {
  float: left;
}
.category-event-detail img {
  height: 25px;
  width: 25px;
  display: inline-block;
  margin: 0 5px;
  max-width: none;
}
.event-detail-content .event-meta {
  margin-top: 20px;
  line-height: 25px;
  margin-bottom: 10px;
  *zoom: 1;
  color: #4d4d4d;
}
.event-detail-content .event-meta:before,
.event-detail-content .event-meta:after {
  display: table;
  content: "";
  line-height: 0;
}
.event-detail-content .event-meta:after {
  clear: both;
}
.no-data-text {
  margin-bottom: 20px;
}
.datepicker-panel {
  margin-bottom: 130px;
  position: relative;
  text-align: center;
  border-top: 1px solid #eeeeee;
}
.datepicker-events {
  display: inline-block;
  vertical-align: top;
}
.datepicker-order {
  margin-top: 10px;
  /*display:inline-block;vertical-align:top;padding-top:54px;padding-left:20px;*/
  margin-left: 20px;
}
.datepicker-order a {
  position: relative;
  display: block;
  background: #949393;
  min-width: 150px;
  color: white;
  text-align: center;
  padding: 10px;
  vertical-align: top;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none !important;
}
.datepicker-order a .icon-angle-down {
  position: absolute;
  right: 25px;
  top: 10px;
  font-size: 16px;
}
.datepicker-order-title {
  text-transform: uppercase;
  font-size: 14px;
  color: #eb3252;
  font-weight: 700;
  text-align: left;
  margin-bottom: 10px;
}
.datepicker-panel .ui-datepicker {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.datepicker-panel .ui-datepicker-prev {
  left: 0;
  top: 50%;
  margin-top: -25px;
}
.datepicker-panel .ui-datepicker-next {
  right: 0;
  top: 50%;
  margin-top: -25px;
}
.events-picker-filter {
  position: relative;
}
.events-picker-filter a {
  cursor: pointer;
}
.events-picker-filter ul {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #f6f6f6;
  z-index: 10;
}
.events-picker-filter ul li a {
  background: #f6f6f6;
  color: #949393;
}
.events-input-form label {
  float: left;
  max-width: 100px;
  margin-right: 20px;
  /*overflow: hidden;*/

}
.events-datepicker-from {
  height: 27px;
  width: 100px;
  float: left;
  font-size: 12px;
  line-height: 27px;
}
.events-datepicker-till {
  height: 27px;
  width: 100px;
  float: left;
  font-size: 12px;
  line-height: 27px;
}
.events-input-form {
  margin-bottom: 5px;
  overflow: hidden;
  margin-left: 10px;
}
.ddlCategoires-list,
.ddlLocation-list {
  height: 27px;
  font-size: 12px;
}
.eventsSortButton {
  padding: 0 !important;
  background: #eb3252 !important;
  float: right;
  margin-right: 30px;
}
.newsinevents-list-item {
  width: 100% !important;
}
.newsinevents-list-item-image {
  float: left;
}
.newsinevents-list-item-content {
  float: left;
  margin-left: 20px;
  border-bottom: 0 !important;
}
.events-control {
  margin-left: 10px;
}
.events-sort-DateFrom {
  float: left;
}
.events-sort-DateTill {
  float: left;
}
.events-sort-categories {
  float: left;
}
.events-sort-locations {
  float: left;
}
.smallSelect-control {
  height: 27px;
  width: 100px;
  float: left;
  font-size: 12px;
  line-height: 27px;
}
.upNewsWrapper {
  position: relative;
}
.newsNextButton {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 0;
  display: block;
  width: 45px;
  height: 45px;
  color: white;
  background: #006bff;
  cursor: pointer;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  z-index: 123;
}
.newsNextButton:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: white;
  font-size: 30px;
  text-align: center;
}
.newsPreviousButton {
  position: absolute;
  right: 50px;
  top: 0;
  margin-top: 0;
  display: block;
  width: 45px;
  height: 45px;
  color: white;
  background: #006bff;
  cursor: pointer;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  z-index: 123;
}
.newsPreviousButton:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: white;
  font-size: 30px;
  text-align: center;
}
/*
@media(max-width:1050px)
{
	.eventsSortButton { float:none;position: absolute !important; top: 70px;left: 30px;}
}

@media(max-width:804px)
{
	.eventsSortButton
	{
		float: none;
		position: absolute !important;
		top: 100px;
		left: 30px;
	}
}
	*/

@media (max-width: 905px) {
  .events-control {
    width: 100px;
    text-align: right;
  }
  .events-sort-DateFrom {
    float: none;
  }
  .events-sort-DateTill {
    float: none;
  }
  .events-sort-categories {
    float: none;
  }
  .events-sort-locations {
    float: none;
  }
  .eventsSortButton {
    float: left;
    clear: both;
    margin-top: 20px;
    margin-left: 100px;
  }
}
@media (max-width: 1070px) {
  .eventsSortButton {
    clear: both;
    margin-top: 20px;
    float: left;
  }
}
@media (max-width: 980px) {
  .calendar-column {
    width: 33.3%;
  }
  .calendar-thirdMonth {
    width: 33.4%;
  }
  .calendar-lastMonth {
    display: none;
  }
}
@media (max-width: 767px) {
  .event-list-item {
    float: left;
    width: 50%;
    padding-left: 20px;
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .event-list-item:nth-child(2n+1) {
    clear: left;
  }
  .event-list-item:nth-child(3n+1) {
    clear: none;
  }
  .datepicker-panel .ui-datepicker-prev {
    left: 5px;
    top: 0;
    margin-top: 0;
  }
  .datepicker-panel .ui-datepicker-next {
    right: 5px;
    top: 0;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .event-list-item-exposed {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .event-list-item {
    float: left;
    width: 100%;
    padding-left: 20px;
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .event-list-item:nth-child(2n+1) {
    clear: none;
  }
  .event-list-item:nth-child(3n+1) {
    clear: none;
  }
  .event-list-item-exposed {
    width: 100%;
  }
}
@media (max-width: 320px) {
  .events-control {
    width: auto;
  }
  .eventsSortButton {
    margin-left: 20px;
  }
}
.news-listing {
  list-style: none;
  *zoom: 1;
}
.news-listing:before,
.news-listing:after {
  display: table;
  content: "";
  line-height: 0;
}
.news-listing:after {
  clear: both;
}
.news-listing-item {
  *zoom: 1;
  margin-left: -20px;
  margin-bottom: 20px;
}
.news-listing-item:before,
.news-listing-item:after {
  display: table;
  content: "";
  line-height: 0;
}
.news-listing-item:after {
  clear: both;
}
.news-listing-item-image {
  float: right;
  padding-left: 20px;
  width: 25%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.news-listing-item-image-inner {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
}
.news-listing-item-image-inner img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.news-listing-item-content {
  float: left;
  padding-left: 20px;
  width: 75%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.news-listing-item-date {
  font-size: 12px;
  margin-bottom: 3px;
  color: #333333;
}
.news-listing-item h2 {
  margin-bottom: 5px;
}
.news-detail-date {
  font-size: 12px;
  margin-bottom: 5px;
  color: #333333;
}
.newsPage .secondaryMenu {
  display: block;
}
@media (max-width: 480px) {
  .news-listing-item h2 {
    font-size: 18px;
  }
  .news-listing-item-image {
    display: none;
  }
  .news-listing-item-content {
    width: 100%;
  }
}
.pollResults {
  margin-bottom: 20px;
}
.pollResults table {
  width: 100%;
}
.pollResults td {
  border-bottom: 1px solid white;
  padding: 5px 0;
}
.pollResults td.poll-voteQuestion {
  border-bottom: 3px solid #d6d6d6;
}
.pollResults td.poll-voteCountLabel {
  border-bottom: 3px solid #d6d6d6;
}
.pollResults tr.poll-voteRowTotal td {
  border-top: 3px solid #d6d6d6;
  padding: 5px 0;
  text-transform: uppercase;
}
.pollResults td.poll-voteCountLabel {
  text-align: right;
}
.pollResults td.poll-voteCounter {
  width: 1%;
  white-space: nowrap;
  padding-left: 20px;
  text-align: center;
  vertical-align: top;
  padding-top: 23px;
  text-align: right;
  font-size: 16px;
}
.pollResults td.poll-votes {
  text-align: right;
  font-weight: 700;
  font-size: 16px;
}
.pollResults .poll-voteBar {
  width: 100%;
  margin-bottom: 5px;
  background: #f6f6f6;
}
.pollResults .poll-voteBar span {
  display: inline-block;
  padding: 0 5px;
  color: white;
}
.poll-voteQuestion {
  padding-bottom: 5px;
}
.poll-voteCountLabel {
  padding-bottom: 5px;
}
.product-details {
  *zoom: 1;
  margin-left: -20px;
}
.product-details:before,
.product-details:after {
  display: table;
  content: "";
  line-height: 0;
}
.product-details:after {
  clear: both;
}
.product-details-image {
  float: left;
  width: 33%;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.product-details-image img {
  display: block;
  max-width: 100%;
}
.product-image-main {
  overflow: hidden;
  margin-bottom: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.product-image-main img {
  display: block;
  max-width: 100%;
}
.product-thumbnails {
  margin-bottom: 20px;
  margin-left: -10px;
  *zoom: 1;
}
.product-thumbnails:before,
.product-thumbnails:after {
  display: table;
  content: "";
  line-height: 0;
}
.product-thumbnails:after {
  clear: both;
}
.product-thumbnails-item {
  float: left;
  width: 25%;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.product-thumbnails-item a {
  display: block;
  overflow: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.product-details-description {
  float: right;
  width: 66%;
  padding-left: 20px;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.product-purchaseWrap {
  margin-bottom: 20px;
  padding: 20px 0;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.product-purchaseInfo {
  margin-bottom: 20px;
}
.product-price {
  font-size: 16px;
  margin-bottom: 5px;
}
.product-price-current {
  font-size: 18px;
  font-weight: 700;
}
.product-availability {
  font-size: 13px;
  color: gray;
}
.product-addToCartForm input {
  width: 50px;
  text-align: center;
}
.product-addToCartForm-success {
  padding: 10px;
  background: #e6ecf0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
}
.infoForm-container fieldset.horizontal {
  background-color: #cccccc;
  padding: 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.infoForm-container fieldset.horizontal .input-label {
  float: none;
  width: 100%;
  text-align: left;
}
.infoForm-container fieldset.horizontal .input {
  margin-left: 0;
  margin-right: 0;
}
.infoForm-container fieldset.horizontal .input-submit {
  margin-left: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .product-details,
  .product-purchaseInfo,
  .product-addToCartForm {
    margin-bottom: 10px;
  }
  .infoForm-container fieldset.horizontal {
    padding: 10px;
  }
}
@media (max-width: 480px) {
  .product-details-image {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  .product-details-description {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
}
.productListing {
  margin-left: -20px;
  *zoom: 1;
}
.productListing:before,
.productListing:after {
  display: table;
  content: "";
  line-height: 0;
}
.productListing:after {
  clear: both;
}
.productListing-item {
  float: left;
  width: 33.3%;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.productListing-item .imageBox {
  margin-bottom: 5px;
}
.productListing-3 .productListing-item {
  width: 33.3%;
}
.productListing-4 .productListing-item {
  width: 25%;
}
@media (max-width: 767px) {
  .productListing {
    margin-left: -10px;
  }
  .productListing-item {
    width: 33.3%;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .productListing-item:nth-child(3n+1) {
    clear: left;
  }
  .productListing-3 .productListing-item {
    width: 33.3%;
  }
  .productListing-4 .productListing-item {
    width: 33.3%;
  }
}
@media (max-width: 420px) {
  .productListing {
    margin-left: -10px;
  }
  .productListing-item {
    width: 100%;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .productListing-item:nth-child(2n+1) {
    clear: left;
  }
  .productListing-item:nth-child(3n+1) {
    clear: none;
  }
}
@media (max-width: 420px) and (orientation: portrait) {
  .productListing-item {
    width: 100%;
    margin-bottom: 10px;
  }
  .productBox {
    padding-top: 10px;
    border-top: 1px solid #ebebeb;
    *zoom: 1;
  }
  .productBox:before,
  .productBox:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .productBox:after {
    clear: both;
  }
  .productListing-3 .productListing-item {
    width: 100%;
  }
  .productListing-4 .productListing-item {
    width: 100%;
  }
  .productListing-item .imageBox {
    float: left;
    margin-bottom: 0;
    width: 25%;
  }
  .productListing-item .productBox-title {
    margin-left: 25%;
    padding-left: 10px;
  }
  .productListing-item .productBox-price {
    margin-left: 25%;
    padding-left: 10px;
  }
}
.search-results {
  position: relative;
  *zoom: 1;
}
.search-results:before,
.search-results:after {
  display: table;
  content: "";
  line-height: 0;
}
.search-results:after {
  clear: both;
}
.search-result {
  margin-bottom: 20px;
}
.search-result h3 {
  margin-bottom: 5px;
}
.search-result hr {
  display: block;
  margin: 0 0 20px 0;
  padding: 0;
  width: 25px;
  height: 1px;
  border: 0;
  border-bottom: 5px dotted #d6d6d6;
  text-align: left;
}
.search-result-date {
  color: #666666;
  font-size: 12px;
}
@media (max-width: 767px) {
  .search-result {
    margin-bottom: 10px;
  }
  .search-result hr {
    margin-bottom: 10px;
  }
}
@media (max-width: 420px) and (orientation: portrait) {
  .search-result h3 {
    font-size: 14px;
  }
  .search-result hr {
    width: 100%;
    border-bottom: 1px solid #ebebeb;
  }
}
.form-datepicker {
  background: whitesmoke url(../images/icoDatepicker.png) no-repeat 95% 8px;
  background-size: 20px 20px;
}
.inquiry-campaigns {
  width: 250px;
}
.form-checkbox input {
  margin-top: 13px;
  margin-bottom: 20px;
  width: 18px;
  height: 18px;
}
.form-control-label {
  color: #949393 !important;
  /*border:1px solid #f6f6f6; */

}
#inquiryForm input,
#inquiryForm select,
#inquiryForm textarea {
  color: #949393 !important;
  border: 1px solid #f6f6f6;
}
#inquiryForm .radioButtonSize input {
  width: 18px;
  height: 18px;
  margin: 0px 5px 10px 0;
}
#inquiryForm .radioButtonSize label {
  margin: 0px 5px 10px 0;
}
.booking-error {
  color: red !important;
}
@media (max-width: 768px) {
  #inquiryForm .radioButtonSize input {
    width: 22px;
    height: 22px;
    margin: 0px 5px 14px 0;
  }
  #inquiryForm .radioButtonSize label {
    margin: 0px 5px 14px 0;
  }
}
.accomodation-filters {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
}
a.accomodation-filter {
  display: inline-block;
  padding: 5px 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  background: #f6f6f6;
  color: #949393;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  vertical-align: top;
}
a.accomodation-filter:hover {
  background: #e9e9e9;
  text-decoration: none;
}
.accomodation-filter.afilter-active {
  background: #63b94e;
  color: white;
}
.accomodation-listing-item {
  padding: 0 0 20px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.accomodation-listing-item-inner {
  margin-left: -20px;
  *zoom: 1;
}
.accomodation-listing-item-inner:before,
.accomodation-listing-item-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.accomodation-listing-item-inner:after {
  clear: both;
}
.accomodation-listing-item-image {
  float: left;
  margin: 0;
  width: 25%;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.accomodation-listing-item-image img {
  max-width: 100%;
  width: 100%;
}
.accomodation-listing-item-content h3 {
  font-size: 24px;
  font-family: 'Roboto Slab', serif;
  margin: 0 0 20px 0;
}
.accomodation-listing-item-content h3 a {
  color: #eb3252;
  text-decoration: none;
}
.accomodation-listing-item-content h3 a:hover {
  color: #eb3252;
  text-decoration: underline;
}
.accomodation-listing-item-content h3 .object-stars {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  color: black;
}
.accomodation-listing-item-content h3 .object-stars span {
  display: inline-block;
  vertical-align: top;
  width: 9px;
  height: 9px;
  margin: 3px 1px 0 0;
  background: url(../images/icoStar.png) no-repeat 0 0;
  text-indent: -9999px;
}
.accomodation-listing-item-content {
  float: left;
  margin: 0;
  width: 75%;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.accomodation-listing-item-content .accomodation-filters {
  border: 0;
  margin: 0;
  padding: 10px 0;
}
.accomodation-listing-item-links {
  margin-top: 10px;
}
.accomodation-listing-item-links a {
  margin-right: 20px;
}
.accomodation-listing-item p {
  margin: 0;
}
.accomodation-listing-item.noImage .listing-item-content {
  padding-left: 0;
}
.accomodation-listing-item .listing-item-links {
  margin: 0;
  padding: 0;
}
.accomodation-listing-item a.btn-inquiry {
  display: inline-block;
  vertical-align: top;
  padding: 5px 10px;
  background: #eb3252;
  color: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  margin-right: 10px;
}
.accomodation-listing-item a.btn-inquiry:hover {
  background: #f06079;
}
.accomodation-listing-item a.viewMore {
  display: inline-block;
  vertical-align: top;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
.showOnGoogleMapButton {
  float: right;
  background: url(../images/GoogleMap/googleMapSmall.png) no-repeat 99% 50%;
  display: none;
  position: relative;
  z-index: 2;
  cursor: pointer;
  background-size: contain;
  padding: 10px 50px 10px 10px;
  background-color: #0066cc;
  color: white;
}
@media (max-width: 480px) {
  .accomodation-listing-item-image {
    display: none;
  }
}
.accomodtaion-info-bit {
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
  *zoom: 1;
}
.accomodtaion-info-bit:before,
.accomodtaion-info-bit:after {
  display: table;
  content: "";
  line-height: 0;
}
.accomodtaion-info-bit:after {
  clear: both;
}
.accomodtaion-info-bit .icon-map-marker,
.accomodtaion-info-bit .icon-phone,
.accomodtaion-info-bit .icon-fax,
.accomodtaion-info-bit .icon-mobile-phone,
.accomodtaion-info-bit .icon-envelope-o,
.accomodtaion-info-bit .icon-globe {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  color: #eb3252;
  text-align: center;
}
.accomodtaion-info-bit .icon-map-marker {
  font-size: 18px;
}
.accomodtaion-info-bit .icon-fax {
  font-size: 16px;
  top: 2px;
}
.accomodtaion-info-bit .icon-phone {
  font-size: 16px;
  top: 2px;
}
.accomodtaion-info-bit .icon-mobile-phone {
  font-size: 18px;
}
.accomodtaion-info-bit .icon-envelope-o {
  font-size: 15px;
  top: 1px;
}
.accomodtaion-info-bit .icon-globe {
  font-size: 16px;
  left: 2px;
}
footer {
  position: relative;
  margin-bottom: 40px;
  color: white;
}
footer a {
  color: white;
}
footer a:hover {
  color: white;
  text-decoration: underline;
}
footer h5 {
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 16px;
  font-weight: 700;
  color: #ffcc00;
  text-transform: uppercase;
}
footer ul {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}
footer ul li {
  margin-bottom: 8px;
  font-size: 14px;
  color: white;
  position: relative;
}
footer ul.infoBox li {
  padding-left: 25px;
}
footer ul li [class^="icon-"],
footer ul li [class*=" icon-"] {
  position: absolute;
  top: 0;
  left: 0;
  color: #ffcc00;
  font-size: 18px;
  width: 20px;
  text-align: center;
}
.footer-section {
  *zoom: 1;
  padding-top: 30px;
}
.footer-section:before,
.footer-section:after {
  display: table;
  content: "";
  line-height: 0;
}
.footer-section:after {
  clear: both;
}
.footer-section-blue {
  background: #0066cb;
}
.footer-section-green {
  background: #63b94e;
}
.footer-columns {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}
.footer-column {
  display: inline-block;
  vertical-align: top;
}
.footer-copyright {
  color: white;
  font-size: 14px;
}
footer input,
footer textarea {
  border: 0;
}
.footer-contactBox textarea {
  min-height: 120px;
}
.writetous {
  min-height: 120px;
}
.footer-section-logos {
  text-align: center;
  background-color: #f6f6f6;
}
.footer-logo {
  display: inline-block;
  vertical-align: top;
  height: 70px;
  line-height: 70px;
  margin: 0 20px 30px 20px;
}
.footer-logo img {
  vertical-align: middle;
}
@media (max-width: 900px) {
  footer h5 {
    font-size: 14px;
  }
  footer ul li {
    margin-bottom: 8px;
    font-size: 12px;
    color: white;
    position: relative;
  }
}
@media (max-width: 767px) {
  footer {
    margin-bottom: 0;
  }
  .footer-columns {
    -moz-column-count: auto;
    -webkit-column-count: auto;
    column-count: auto;
  }
  .footer-column {
    width: 25%;
  }
}
@media (max-width: 600px) {
  .footer-columns {
    -moz-column-count: auto;
    -webkit-column-count: auto;
    column-count: auto;
  }
  .footer-column {
    width: 50%;
  }
  .footer-copyright {
    font-size: 12px;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .footer-extra {
    float: none;
  }
  .footer-columns {
    float: none;
    margin-left: 0;
  }
  .footer-column {
    float: none;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    clear: both;
    *zoom: 1;
  }
  .footer-column:before,
  .footer-column:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .footer-column:after {
    clear: both;
  }
  .footer-column ul li {
    float: left;
    margin-right: 20px;
  }
  .footer-column ul li a {
    display: inline-block;
    vertical-align: top;
    padding: 5px 0;
  }
}
.cartSummary {
  position: relative;
  float: right;
  margin-left: 0;
  min-width: 50px;
}
.cartSummary a.cartSummary-desktopTrigger {
  display: block;
  float: right;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-top: -4px;
  background: #858585;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-indent: -9999px;
}
.cartSummary a.cartSummary-desktopTrigger img {
  display: block;
  width: 20px;
  height: 20px;
  margin: 10px 0 0 10px;
}
.cartSummary:hover a.cartSummary-desktopTrigger,
.cartSummary.active a.cartSummary-desktopTrigger {
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}
.cartSummary a.cartSummary-mobile-icon {
  display: none;
}
.cartSummary-info {
  white-space: nowrap;
  padding-right: 50px;
  text-align: right;
  line-height: 120%;
}
.cartSummary-info-quantity {
  font-size: 11px;
  color: #666666;
  text-align: right;
}
.cartSummary-info-price {
  font-size: 15px;
  font-weight: 700;
  color: black;
  text-align: right;
}
.cartSummary .cartSummary-dropdown {
  display: none;
  position: absolute;
  top: 36px;
  right: 0;
  z-index: 11;
  width: 270px;
  border-bottom: 2px solid white;
  background: #858585;
  color: white;
  -webkit-border-radius: 2px 0 2px 2px;
  -moz-border-radius: 2px 0 2px 2px;
  border-radius: 2px 0 2px 2px;
}
.cartSummary .cartSummary-dropdown-inner {
  padding: 10px;
}
.cartSummary table {
  width: 100%;
  margin-bottom: 10px;
  border-top: 3px solid rgba(255, 255, 255, 0.35);
}
.cartSummary table td {
  vertical-align: top;
  padding: 5px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}
.cartSummary table td a {
  color: white;
}
.cartSummary table tr.cartSummary-total td {
  padding: 8px 0 10px 0;
  border-bottom: 3px solid rgba(255, 255, 255, 0.35);
}
.cartSummary table tr.cartSummary-total td.cartSummary-totalPrice {
  text-align: right;
  font-size: 16px;
}
.cartSummary a.cartSummary-thumbnail {
  display: block;
  width: 50px;
  height: 50px;
}
.cartSummary a.cartSummary-thumbnail img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.cartSummary .cartSummary-name {
  font-weight: bold;
  padding-left: 10px;
}
.cartSummary .cartSummary-price {
  float: right;
  width: 50%;
  padding-left: 10px;
  font-size: 11px;
  text-align: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cartSummary .cartSummary-quantity {
  float: left;
  width: 50%;
  padding-left: 10px;
  font-size: 11px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
p.cartSummary-alert {
  color: white;
  margin-bottom: 10px;
  text-align: center;
}
.cartSummary-actions {
  line-height: 30px;
  text-align: right;
}
.cartSummary-actions .button-edit {
  float: left;
  color: white;
  font-size: 12px;
}
@media (max-width: 767px) {
  .cartSummary {
    margin: 0;
  }
  .cartSummary a.cartSummary-desktopTrigger {
    display: none;
  }
  .cartSummary a.cartSummary-mobile-icon {
    position: relative;
    display: block;
    width: 45px;
    height: 38px;
    padding-top: 7px;
  }
  .cartSummary a.cartSummary-mobile-icon img {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 auto 0 auto;
  }
  .cartSummary a.cartSummary-mobile-icon span {
    position: absolute;
    top: 3px;
    right: 3px;
    display: block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    padding: 0;
    white-space: nowrap;
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    background: red;
    color: white;
    border: 2px solid white;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
  }
  .cartSummary a.cartSummary-mobile-icon:hover {
    background-color: #1a5275;
  }
  .cartSummary a.cartSummary-mobile-icon.active {
    background-color: #013f66;
  }
  .cartSummary-info {
    display: none;
  }
}
.login-box {
  padding: 20px 0 0 0;
  max-width: 380px;
}
.login-box fieldset {
  margin-bottom: 20px;
}
.login-box .password-lost {
  font-size: 11px;
}
.register-box input.warning {
  border-color: #c60f13;
  background: #f9e7e7;
}
.register-box {
  padding: 20px 20px 0 20px;
  background: #ebebeb;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.compact {
  white-space: nowrap;
  width: 1%;
}
.order-container {
  max-width: 100%;
  overflow: auto;
}
.order-container table {
  width: 100%;
  border-collapse: collapse;
}
.order-container table th {
  background: #ebebeb;
  color: #333333;
  padding: 8px 20px 8px 3px;
  border-bottom: 1px solid #d6d6d6;
  text-align: left;
  text-transform: none;
  font-size: 11px;
}
.order-container table th.no-wrap,
.order-container table td.no-wrap {
  width: 1%;
  white-space: nowrap;
}
.order-container table td {
  padding: 8px 20px 8px 3px;
  border-bottom: 1px solid #d6d6d6;
}
.order-container table th.order-row-title {
  text-align: left;
  padding-left: 3px;
}
.order-container table th.order-row-price {
  width: 1%;
  white-space: nowrap;
  text-align: right;
}
.order-container table th.order-row-quantity {
  width: 1%;
  white-space: nowrap;
  text-align: right;
}
.order-container table th.order-row-subtotal {
  width: 1%;
  white-space: nowrap;
  text-align: right;
}
.order-container table th.order-row-delete {
  padding-right: 0;
  width: 1%;
  white-space: nowrap;
}
.order-container table td.order-row-thumb {
  width: 1%;
  white-space: nowrap;
  text-align: left;
}
.order-container table td.order-row-title {
  font-size: 16px;
}
.order-container table td.order-row-price {
  width: 1%;
  white-space: nowrap;
  text-align: right;
}
.order-container table td.order-row-quantity {
  width: 1%;
  white-space: nowrap;
  text-align: right;
}
.order-container table td.order-row-subtotal {
  width: 1%;
  white-space: nowrap;
  text-align: right;
}
.order-container table td.order-row-delete {
  padding-right: 0;
  width: 1%;
  white-space: nowrap;
}
.order-remove-item {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(../images/icoCartRemove.png) no-repeat center center;
  text-indent: -9999px;
  text-align: left;
}
.order-container table tr.order-totals-foot td {
  border-bottom: 0;
}
.order-container table tr.order-totals-foot .price {
  display: inline-block;
  min-width: 80px;
  vertical-align: top;
}
.order-totals .sum {
  float: right;
  font-weight: 700;
}
.billing-data {
  padding: 10px;
  margin-bottom: 20px;
  background: #ebebeb;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
@media (max-width: 767px) {
  .order-container table td.order-row-thumb {
    padding: 0;
  }
  .order-container table td.order-row-thumb a {
    display: none;
  }
  .order-container table th {
    padding: 8px 10px 8px 0;
  }
  .order-container table td {
    padding: 8px 10px 8px 0;
  }
  .order-container table td select {
    max-width: 55px;
  }
  .order-container table td.order-row-title {
    font-size: 12px;
  }
}
.orderSteps {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  *zoom: 1;
}
.orderSteps:before,
.orderSteps:after {
  display: table;
  content: "";
  line-height: 0;
}
.orderSteps:after {
  clear: both;
}
.orderSteps li {
  display: block;
  float: left;
  width: 25%;
  position: relative;
  padding: 0 0 50px 0;
  font-size: 12px;
}
.orderSteps li .text,
.orderSteps li .text a,
.orderSteps li .text a:hover {
  display: block;
  position: relative;
  width: 100%;
  color: #333333;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}
.orderSteps li.current .text,
.orderSteps li.completed .text,
.orderSteps li.current .text a,
.orderSteps li.completed .text a {
  color: #013f66;
}
.orderSteps li .stepNo {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 39px;
}
.orderSteps li .stepNo b {
  display: block;
  height: 39px;
  width: 39px;
  margin: 0 auto;
  text-align: center;
  line-height: 39px;
  font-size: 24px;
  font-weight: 700;
  color: white;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.orderSteps li .stepNo b {
  background: #999999;
}
.orderSteps li.current .stepNo b,
.orderSteps li.completed .stepNo b {
  background: #013f66;
}
.orderSteps li .lineBefore {
  display: block;
  content: "";
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 50%;
  height: 18px;
  border-top: 3px solid #c2c2c2;
}
.orderSteps li .lineAfter {
  display: block;
  content: "";
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 0;
  height: 18px;
  border-top: 3px solid #c2c2c2;
}
.orderSteps li.current .lineBefore,
.orderSteps li.completed .lineBefore,
.orderSteps li.completed .lineAfter {
  border-top-color: #013f66;
}
.orderSteps4 li {
  width: 25%;
}
.orderSteps3 li {
  width: 33%;
}
@media (max-width: 767px) {
  .orderSteps li .text,
  .orderSteps li .text a,
  .orderSteps li .text a:hover {
    display: block;
    position: relative;
    width: 100%;
    color: #333333;
    text-align: center;
    text-transform: none;
    white-space: normal;
  }
  .orderSteps li {
    padding: 0px 0px 30px 0px;
    font-size: 10px;
  }
  .orderSteps li .stepNo {
    height: 29px;
  }
  .orderSteps li .stepNo b {
    height: 29px;
    width: 29px;
    line-height: 29px;
    font-size: 16px;
    border-radius: 15px;
  }
  .orderSteps li .lineBefore,
  .orderSteps li .lineAfter {
    height: 14px;
  }
}
.primaryMenu {
  *zoom: 1;
  background-color: #f6f6f6;
}
.primaryMenu:before,
.primaryMenu:after {
  display: table;
  content: "";
  line-height: 0;
}
.primaryMenu:after {
  clear: both;
}
.primaryMenu ul.menu {
  list-style: none;
  margin: 0 -10px;
  padding: 0;
  *zoom: 1;
}
.primaryMenu ul.menu:before,
.primaryMenu ul.menu:after {
  display: table;
  content: "";
  line-height: 0;
}
.primaryMenu ul.menu:after {
  clear: both;
}
.primaryMenu ul.menu > li {
  display: block;
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  height: 70px;
  line-height: 70px;
  font-size: 14px;
  text-transform: uppercase;
  background-color: #f6f6f6;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.primaryMenu ul.menu > li:hover {
  background-color: #e9e9e9;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.primaryMenu ul.menu > li > a {
  display: block;
  float: left;
  padding: 0 10px;
  color: #949393;
  text-decoration: none;
  height: 70px;
  line-height: 70px;
  font-weight: 700;
}
.primaryMenu ul.menu > li.active,
.primaryMenu ul.menu > li.active a {
  background: #eb3252;
  color: white;
}
.primaryMenu ul.menu > li.primaryMenu-language {
  float: right;
}
.primaryMenu ul.menu > li.primaryMenu-language:hover {
  background: none;
}
.primaryMenu ul.menu > li.primaryMenu-mobileClose {
  display: none;
}
.primaryMenu ul.menu > li.primaryMenu-withDropdown:hover:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -5px;
  border-style: solid;
  border-width: 0 6px 10px 6px;
  border-color: transparent transparent white transparent;
}
.primaryMenu ul.menu > li ul.primaryMenu-dropdownMenu {
  position: absolute;
  top: 70px;
  left: auto;
  width: 420px;
  padding: 5px 5px 0 5px;
  background: white;
  *zoom: 1;
  list-style: none;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}
.primaryMenu ul.menu > li ul.primaryMenu-dropdownMenu:before,
.primaryMenu ul.menu > li ul.primaryMenu-dropdownMenu:after {
  display: table;
  content: "";
  line-height: 0;
}
.primaryMenu ul.menu > li ul.primaryMenu-dropdownMenu:after {
  clear: both;
}
.primaryMenu ul.menu > li ul.primaryMenu-dropdownMenu > li {
  float: left;
  width: 50%;
  height: 70px;
  margin-bottom: 5px;
  line-height: normal;
  background: white;
}
.primaryMenu ul.menu > li ul.primaryMenu-dropdownMenu > li > a {
  display: block;
  position: relative;
  height: 70px;
  float: none;
  line-height: normal;
  color: #949393;
  *zoom: 1;
}
.primaryMenu ul.menu > li ul.primaryMenu-dropdownMenu > li > a:before,
.primaryMenu ul.menu > li ul.primaryMenu-dropdownMenu > li > a:after {
  display: table;
  content: "";
  line-height: 0;
}
.primaryMenu ul.menu > li ul.primaryMenu-dropdownMenu > li > a:after {
  clear: both;
}
.primaryMenu ul.menu > li ul.primaryMenu-dropdownMenu > li > a:hover {
  color: #616060;
}
.primaryMenu ul.menu > li ul.primaryMenu-dropdownMenu > li > a > span {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 80px;
}
.primaryMenu ul.menu > li ul.primaryMenu-dropdownMenu > li > a img {
  float: left;
  margin-right: 10px;
}
.primaryMenu ul.menu > li.active ul.primaryMenu-dropdownMenu li a {
  background: transparent;
}
.primaryMenu-dropdownMenu {
  display: none !important;
}
.primaryMenu-mobileTrigger {
  display: none;
}
.primaryMenu-userBoxMobile {
  display: none !important;
}
@media (max-width: 1280px) {
  .primaryMenu ul > li > a {
    font-size: 12px;
  }
}
@media (max-width: 1100px) {
  .primaryMenu ul {
    margin: 0 -5px;
  }
  .primaryMenu ul > li > a {
    font-size: 11px;
    padding: 0 5px;
  }
}
@media (max-width: 880px) {
  .primaryMenu-mobileTrigger {
    display: block;
    text-align: center;
    padding: 10px;
    margin: auto;
  }
  .primaryMenu-mobileTrigger a {
    background: #0066cb;
    color: white;
    padding: 7px;
    font-weight: 700;
    text-decoration: none;
  }
  .primaryMenu-mobileTrigger a:hover {
    cursor: pointer;
  }
  .primaryMenu ul.menu {
    display: none;
  }
  .primaryMenu ul.menu {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    padding-top: 5px;
    background: rgba(0, 0, 0, 0.9);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .primaryMenu ul.menu > li {
    float: none;
    height: auto;
    line-height: normal;
    background: none;
  }
  .primaryMenu ul.menu > li:hover {
    background: none;
  }
  .primaryMenu ul.menu > li > a {
    float: none;
    height: auto;
    line-height: normal;
    padding: 10px 10px 10px 30px;
    position: relative;
  }
  .primaryMenu ul.menu > li > a:before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 10px;
    margin-top: -3px;
    width: 5px;
    height: 5px;
    background: white;
  }
  .primaryMenu ul.menu > li.active,
  .primaryMenu ul.menu > li.active a {
    background: none;
  }
  .primaryMenu ul.menu > li.primaryMenu-mobileClose {
    display: block;
    float: right;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    height: 40px;
    line-height: 40px;
    padding: 0 5px;
    background: white;
    text-transform: none;
    font-size: 12px;
    cursor: pointer;
  }
  .primaryMenu ul.menu > li.primaryMenu-language {
    float: none;
    border-top: 1px solid white;
    margin: 10px;
    padding-top: 5px;
  }
}
@media (min-width: 880px) {
  .primaryMenu ul > li:hover .primaryMenu-dropdownMenu {
    display: block !important;
  }
  .primaryMenu ul.menu {
    display: block !important;
  }
}
.secondaryMenu {
  display: none;
  padding-top: 6px;
  margin-bottom: 20px;
  *zoom: 1;
}
.secondaryMenu:before,
.secondaryMenu:after {
  display: table;
  content: "";
  line-height: 0;
}
.secondaryMenu:after {
  clear: both;
}
.secondaryMenu-hasContent .secondaryMenu {
  display: block;
}
.secondaryMenu ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.secondaryMenu ul li {
  display: block;
  margin: 0;
  padding: 0;
}
.secondaryMenu ul li a,
.secondaryMenu ul li span {
  display: block;
  padding: 10px;
  background: #b3b3b3 url(../images/icoSecondaryMenuArrow.png) no-repeat 95% center;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  /*background-size:8px 14px;*/

}
.secondaryMenu ul li a:hover {
  text-decoration: none;
  background-color: #999999;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.secondaryMenu ul li.secondaryMenu-title {
  overflow: hidden;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}
.secondaryMenu ul li.secondaryMenu-title a,
.secondaryMenu ul li.secondaryMenu-title span {
  background: #0066cb;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
}
.secondaryMenu ul li.secondaryMenu-level-1 {
  margin-top: 1px;
  background-size: 7px 10px;
}
.secondaryMenu ul li.secondaryMenu-level-1 a {
  color: #333333;
  background-image: url(../images/icoSecondaryMenuArrow.png);
}
.secondaryMenu ul li.secondaryMenu-level-1.active a {
  color: white;
  background-color: #cccccc;
  background-image: url(../images/icoSecondaryMenuArrowActive.png);
}
.secondaryMenu ul li.secondaryMenu-level-2 {
  background: #ebebeb;
}
.secondaryMenu ul li.secondaryMenu-level-2 a {
  color: #333333;
  padding-left: 20px;
  font-size: 12px;
  background-size: 3px 5px;
  background-image: none;
}
.secondaryMenu ul li.secondaryMenu-level-2.active a {
  font-weight: 700;
  background: white url(../images/icoSecondaryMenuArrow.png) no-repeat 95% center;
}
span.pageTitle-menuAnchor {
  display: none;
}
@media (max-width: 767px) {
  .secondaryMenu {
    margin-bottom: 10px;
    margin-top: 20px;
  }
  .secondaryMenu-hasContent span.pageTitle-menuAnchor {
    display: block;
    float: right;
    width: 40px;
    height: 40px;
    background: #f6f6f6 url(../images/icoMenuSecondaryAnchor.png) no-repeat center center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-indent: -9999px;
    cursor: pointer;
  }
}
.siteSelector {
  position: relative;
  display: block;
  z-index: 8;
  max-width: 100px;
  float: right;
  clear: right;
  margin: 0 10px 0 0;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 700;
}
span.siteSelector-trigger {
  display: block;
  width: 28px;
  height: 70px;
  line-height: 70px;
  padding: 0 10px;
  color: #949393;
  text-decoration: none;
  cursor: pointer;
}
i.siteSelector-triggerIcon {
  display: inline-block;
  vertical-align: top;
  margin-top: 28px;
  color: #949393;
  top: -5px;
  right: 0;
}
ul.siteSelector-menu {
  display: none;
  position: absolute;
  top: 45px;
  right: -2px;
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 3px solid #949393;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  background: rgba(19, 2, 2, 0.3);
}
ul.siteSelector-menu li {
  display: block;
  height: auto;
  line-height: normal;
  margin: 0;
  padding: 0;
}
ul.siteSelector-menu li a {
  display: block;
  height: auto;
  line-height: normal;
  margin: 0;
  padding: 8px 10px;
  /*color:@kg-darkGray;*/
  color: white;
}
ul.siteSelector-menu li a span {
  display: inline-block;
  width: 16px;
  height: 11px;
  background-position: -208px -66px;
}
@media (max-width: 880px) {
  span.siteSelector {
    float: none;
    max-width: 100%;
    text-align: center;
  }
  span.siteSelector-trigger {
    display: inline-block;
    vertical-align: top;
    height: auto;
    line-height: normal;
    padding: 5px 10px;
    color: white;
  }
  i.siteSelector-triggerIcon {
    display: none;
  }
  ul.siteSelector-menu {
    position: static;
    display: inline-block;
    width: auto;
    vertical-align: top;
    background: none;
    border: 0;
  }
  ul.siteSelector-menu li {
    display: inline-block;
    vertical-align: top;
  }
  ul.siteSelector-menu li a {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    padding: 5px 10px;
  }
  ul.siteSelector-menu li a:before {
    display: none;
  }
}
.searchBox {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 70px;
  height: 70px;
  background-color: #eb3252;
  text-align: right;
  overflow: hidden;
}
.searchBox-trigger {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 24px;
  text-align: center;
  background-color: #eb3252;
  color: white;
  cursor: pointer;
}
.searchBox-form {
  width: 0;
  height: 70px;
  /*line-height:70px;*/
  text-align: left;
  overflow: hidden;
  position: relative;
  float: left;
}
.searchBox-input {
  max-width: 200px;
  float: left;
}
.searchBox-input input[type="text"] {
  display: inline-block;
  vertical-align: top;
  width: 190px;
  height: 40px;
  line-height: 40px;
  margin: 15px 0 0 10px;
  padding: 0 10px;
  border: 0;
  background: white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.searchBox-submit {
  position: absolute;
  top: 20px;
  right: 5px;
  display: inline-block;
  vertical-align: top;
}
.searchBox-submit a {
  display: inline-block;
  vertical-align: top;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  font-size: 16px;
  text-align: center;
  background-color: #eb3252;
  color: white;
}
@media (max-width: 767px) {
  .searchBox {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
  }
  .searchBox-trigger {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .searchBox-form {
    line-height: 40px;
  }
  .searchBox-input {
    max-width: 250px;
    float: left;
  }
  .searchBox-input input[type="text"] {
    display: inline-block;
    vertical-align: top;
    width: 250px;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    margin: 5px 0 0 5px;
  }
  .searchBox-submit {
    top: 10px;
    right: 10px;
  }
  .searchBox-submit a {
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
  }
  .searchBox-expanded {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.socialmedia {
  float: right;
}
.socialmedia ul {
  *zoom: 1;
}
.socialmedia ul:before,
.socialmedia ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.socialmedia ul:after {
  clear: both;
}
.socialmedia ul li {
  display: block;
  float: left;
  margin: 0 0 0 20px;
  padding: 0;
}
.socialmedia ul li a {
  display: block;
  position: relative;
  width: 25px;
  height: 25px;
  opacity: 0.9;
  filter: alpha(opacity=90);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.socialmedia ul li a:hover {
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.socialmedia ul li img {
  display: block;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  margin: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
.socialmedia ul li span {
  display: none;
  position: absolute;
  top: 25px;
  left: 50%;
  width: 50px;
  margin-left: -25px;
  text-align: center;
  font-size: 10px;
  color: #4d4d4d;
}
/*.socialmedia ul li a:hover span {display:block;}*/

@media (max-width: 767px) {
  .socialmedia {
    float: none;
  }
  .socialmedia ul li {
    margin: 0 10px 0 0;
  }
}
.fullscreenBanner {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  /*margin-bottom: @verticalElementSpacing * 2;*/
  -ms-touch-action: pan-y pinch-zoom;
}
.halfscreenBanner .slider-clickGuardOnDrag {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  display: none;
}
.fullscreenBanner-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.fullscreenBanner-item {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.sliderNotInitialized .fullscreenBanner-item + .fullscreenBanner-item,
.sliderInitialized .fullscreenBanner-item {
  display: none;
}
.sliderNotInitialized .fullscreenBanner-item,
.sliderInitialized .item1 {
  display: block;
}
.fullscreenBanner-item > a {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 5;
  text-decoration: none;
}
.fullscreenBanner-scrollIndicator {
  display: none;
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 15;
  opacity: .5;
  padding: 10px 20px;
  /*transition: @hoverTransition;*/
  cursor: pointer;
  -moz-animation: fullscreenBanner-indicatorAnimation 2s ease-in-out infinite;
  -webkit-animation: fullscreenBanner-indicatorAnimation 2s ease-in-out infinite;
  animation: fullscreenBanner-indicatorAnimation 2s ease-in-out infinite;
}
/*.fullscreenBanner-scrollIndicator:hover { opacity: 1; padding: 7px 20px 13px 20px; }*/

.fullscreenBanner-scrollIndicator img {
  width: 20px;
  height: 30px;
}
.fullscreenBanner-image {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-size: cover;
  background-repeat: no-repeat;
}
.fullscreenBanner-image img {
  display: none;
  margin: auto;
  max-width: none;
}
.fullscreenBanner-screenFiller {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.fullscreenBanner iframe {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.fsBanner-arrow-previous,
.fsBanner-arrow-next {
  display: block;
  position: absolute;
  z-index: 1001;
  top: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  background: rgba(247, 242, 242, 0.8);
  color: white;
  text-align: center;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.fullscreenBanner:hover .fsBanner-arrow-previous,
.fullscreenBanner:hover .fsBanner-arrow-next {
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
  filter: alpha(opacity=100);
}
.fsBanner-arrow-previous {
  left: 0px;
  color: black;
}
.fsBanner-arrow-next {
  right: 0px;
  color: black;
}
.fsBanner-arrow-previous span,
.fsBanner-arrow-next span {
  display: inline-block;
  vertical-align: top;
  margin: 10px 0 0 0;
  font-size: 28px;
}
.fsBanner-arrow-previous:hover,
.fsBanner-arrow-next:hover {
  background: rgba(247, 242, 242, 0.9);
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.banner-map-icon {
  background: url(../images/GoogleMapIcon.png) no-repeat left center;
  background-size: 100% auto;
  height: 106px;
  width: 106px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 15;
  cursor: pointer;
}
.linkboxbutton {
  color: #7a95b4;
  border-color: #7a95b4;
  text-align: center;
  border-style: solid;
  border-width: 1px;
  /*width: 100%;*/
  background-size: cover;
  padding: 5px 20px 5px 25px;
  margin-right: 20px;
  margin-left: 20px;
  background: url(../images/ButtonArrowRight.png) no-repeat left center;
  background-size: 20px 20px;
}
.linkbox-column a {
  text-decoration: none !important;
  display: block;
  padding-bottom: 10px;
}
.linkbox-column a:hover {
  text-decoration: none !important;
}
.captionH1 {
  padding: 10px 20px 5px 20px;
  text-align: center;
  font-size: 56px;
  line-height: 120%;
  font-family: 'Roboto Slab', serif;
  zoom: 1;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
}
.captionH2 {
  padding: 5px 20px 15px 20px;
  text-align: center;
  font-size: 16px;
  line-height: 120%;
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  zoom: 1;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.8);
}
.captionH1-box {
  padding: 10px 20px 5px 20px;
  text-align: left;
  font-size: 30px;
  line-height: 120%;
  font-family: 'Roboto Slab', serif;
  zoom: 1;
}
.captionH2-box {
  padding: 5px 20px 15px 20px;
  text-align: left;
  font-size: 14px;
  line-height: 120%;
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  zoom: 1;
}
.fsBanner-caption {
  position: absolute;
  z-index: 3;
  text-align: center;
  bottom: 20%;
  left: 0;
  right: 0;
}
.fsBanner-caption-mid {
  position: relative;
  display: inline-block;
}
.fsBanner-caption-inner {
  position: relative;
  z-index: 3;
  padding: 10px;
  color: white;
  display: inline-block;
}
.fsBanner-caption-inner:after {
  content: "";
  position: absolute;
  top: 110%;
  left: 50%;
  width: 100px;
  margin-left: -50px;
  height: 3px;
  background: white;
}
/* use border-box box-sizing */

.linkbox-wrapper div {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.linkbox-wrapper {
  width: 100%;
  *zoom: 1;
  position: absolute;
  z-index: 3;
  bottom: 10%;
  /*left:10%;*/

}
.linkbox-wrapper:before,
.linkbox-wrapper:after {
  display: table;
  content: "";
  line-height: 0;
}
.linkbox-wrapper:after {
  clear: both;
}
/* column container */

.linkbox-container {
  position: relative;
  display: inline-block;
}
/* column layout */

.linkbox-column {
  position: relative;
  float: left;
  width: 250px;
  padding: 1.2em;
  color: #fafafa;
  word-wrap: break-word;
  padding-top: 10px;
}
/* background container */

.linkbox-backgrounds {
  position: absolute;
  width: 100%;
  height: 100%;
}
/* background columns */

.linkbox-column-no-0 {
  height: 100%;
  background: #01244e;
  background: -moz-linear-gradient(45deg, #01244e 0%, #01244e 90%, rgba(1, 36, 78, 0) 90%, rgba(1, 36, 78, 0) 100%);
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #01244e), color-stop(90%, #01244e), color-stop(90%, rgba(1, 36, 78, 0)), color-stop(100%, rgba(1, 36, 78, 0)));
  background: -webkit-linear-gradient(45deg, #01244e 0%, #01244e 90%, rgba(1, 36, 78, 0) 90%, rgba(1, 36, 78, 0) 100%);
  background: -o-linear-gradient(45deg, #01244e 0%, #01244e 90%, rgba(1, 36, 78, 0) 90%, rgba(1, 36, 78, 0) 100%);
  background: -ms-linear-gradient(45deg, #01244e 0%, #01244e 98%, rgba(1, 36, 78, 0) 98%, rgba(1, 36, 78, 0) 100%);
  background: linear-gradient(45deg, #01244e 0%, #01244e 97%, rgba(1, 36, 78, 0) 97%, rgba(1, 36, 78, 0) 100%);
}
.linkbox-column-no-1 {
  height: 100%;
  background: #1b3e68;
  background: -moz-linear-gradient(45deg, #1b3e68 0%, #1b3e68 98%, rgba(27, 62, 104, 0) 98%, rgba(27, 62, 104, 0) 100%);
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #1b3e68), color-stop(90%, #1b3e68), color-stop(90%, rgba(27, 62, 104, 0)), color-stop(100%, rgba(27, 62, 104, 0)));
  background: -webkit-linear-gradient(45deg, #1b3e68 0%, #1b3e68 90%, rgba(27, 62, 104, 0) 90%, rgba(27, 62, 104, 0) 100%);
  background: -o-linear-gradient(45deg, #1b3e68 0%, #1b3e68 90%, rgba(27, 62, 104, 0) 90%, rgba(27, 62, 104, 0) 100%);
  background: -ms-linear-gradient(45deg, #1b3e68 0%, #1b3e68 98%, rgba(27, 62, 104, 0) 98%, rgba(27, 62, 104, 0) 100%);
  background: linear-gradient(45deg, #1b3e68 0%, #1b3e68 98%, rgba(27, 62, 104, 0) 98%, rgba(27, 62, 104, 0) 100%);
}
.linkbox-column-no-2 {
  height: 100%;
  background: #345781;
  background: -moz-linear-gradient(45deg, #345781 0%, #345781 98%, rgba(52, 87, 129, 0) 98%, rgba(52, 87, 129, 0) 100%);
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #345781), color-stop(90%, #345781), color-stop(90%, rgba(52, 87, 129, 0)), color-stop(100%, rgba(52, 87, 129, 0)));
  background: -webkit-linear-gradient(45deg, #345781 0%, #345781 90%, rgba(52, 87, 129, 0) 90%, rgba(52, 87, 129, 0) 100%);
  background: -o-linear-gradient(45deg, #345781 0%, #345781 90%, rgba(52, 87, 129, 0) 90%, rgba(52, 87, 129, 0) 100%);
  background: -ms-linear-gradient(45deg, #345781 0%, #345781 98%, rgba(52, 87, 129, 0) 98%, rgba(52, 87, 129, 0) 100%);
  background: linear-gradient(45deg, #345781 0%, #345781 98%, rgba(52, 87, 129, 0) 98%, rgba(52, 87, 129, 0) 100%);
}
.linkbox-column-no-3 {
  height: 100%;
  background: #4e719b;
  background: -moz-linear-gradient(45deg, #4e719b 0%, #4e719b 98%, rgba(78, 113, 155, 0) 98%, rgba(78, 113, 155, 0) 100%);
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #4e719b), color-stop(90%, #4e719b), color-stop(90%, rgba(78, 113, 155, 0)), color-stop(100%, rgba(78, 113, 155, 0)));
  background: -webkit-linear-gradient(45deg, #4e719b 0%, #4e719b 90%, rgba(78, 113, 155, 0) 90%, rgba(78, 113, 155, 0) 100%);
  background: -o-linear-gradient(45deg, #4e719b 0%, #4e719b 90%, rgba(78, 113, 155, 0) 90%, rgba(78, 113, 155, 0) 100%);
  background: -ms-linear-gradient(45deg, #4e719b 0%, #4e719b 98%, rgba(78, 113, 155, 0) 98%, rgba(78, 113, 155, 0) 100%);
  background: linear-gradient(45deg, #4e719b 0%, #4e719b 98%, rgba(78, 113, 155, 0) 98%, rgba(78, 113, 155, 0) 100%);
}
/* responsive */

@media only screen and (max-width: 1015px) {
  .fsBanner-caption {
    position: absolute;
    z-index: 3;
    text-align: center;
    left: 0px;
    width: 100%;
  }
  .linkbox-mid {
    width: 700px;
    display: inline-block;
  }
  .linkbox-wrapper {
    margin-top: 20px;
    position: relative;
    text-align: center;
  }
  .linkbox-column {
    width: 350px;
  }
}
@media only screen and (max-width: 768px) {
  .banner-map-icon {
    width: 50px;
    height: 50px;
  }
  .fsBanner-arrow-previous {
    display: none !important;
  }
  .fsBanner-arrow-next {
    display: none !important;
  }
  .linkbox-mid {
    width: auto;
  }
  .fsBanner-caption {
    bottom: 20%;
    left: 12%;
    width: 80%;
  }
  .captionH1 {
    font-size: 24px;
  }
  .captionH2 {
    font-size: 14px;
  }
  .linkbox-wrapper {
    margin-top: 20px;
    position: relative;
  }
  .linkbox-container {
    margin: 0;
  }
  .linkbox-column {
    float: none;
    width: 350px;
    margin: 0 0 1em 0;
    word-wrap: break-word;
  }
  .linkbox-column-no-0 {
    background: #01244e;
    background: -moz-linear-gradient(45deg, #01244e 0%, #01244e 90%, rgba(1, 36, 78, 0) 90%, rgba(1, 36, 78, 0) 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #01244e), color-stop(90%, #01244e), color-stop(90%, rgba(1, 36, 78, 0)), color-stop(100%, rgba(1, 36, 78, 0)));
    background: -webkit-linear-gradient(45deg, #01244e 0%, #01244e 90%, rgba(1, 36, 78, 0) 90%, rgba(1, 36, 78, 0) 100%);
    background: -o-linear-gradient(45deg, #01244e 0%, #01244e 90%, rgba(1, 36, 78, 0) 90%, rgba(1, 36, 78, 0) 100%);
    background: -ms-linear-gradient(45deg, #01244e 0%, #01244e 98%, rgba(1, 36, 78, 0) 98%, rgba(1, 36, 78, 0) 100%);
    background: linear-gradient(45deg, #01244e 0%, #01244e 97%, rgba(1, 36, 78, 0) 97%, rgba(1, 36, 78, 0) 100%);
  }
  .linkbox-column-no-1 {
    background: #1b3e68;
    background: -moz-linear-gradient(45deg, #1b3e68 0%, #1b3e68 98%, rgba(27, 62, 104, 0) 98%, rgba(27, 62, 104, 0) 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #1b3e68), color-stop(90%, #1b3e68), color-stop(90%, rgba(27, 62, 104, 0)), color-stop(100%, rgba(27, 62, 104, 0)));
    background: -webkit-linear-gradient(45deg, #1b3e68 0%, #1b3e68 90%, rgba(27, 62, 104, 0) 90%, rgba(27, 62, 104, 0) 100%);
    background: -o-linear-gradient(45deg, #1b3e68 0%, #1b3e68 90%, rgba(27, 62, 104, 0) 90%, rgba(27, 62, 104, 0) 100%);
    background: -ms-linear-gradient(45deg, #1b3e68 0%, #1b3e68 98%, rgba(27, 62, 104, 0) 98%, rgba(27, 62, 104, 0) 100%);
    background: linear-gradient(45deg, #1b3e68 0%, #1b3e68 98%, rgba(27, 62, 104, 0) 98%, rgba(27, 62, 104, 0) 100%);
  }
  .linkbox-column-no-2 {
    background: #345781;
    background: -moz-linear-gradient(45deg, #345781 0%, #345781 98%, rgba(52, 87, 129, 0) 98%, rgba(52, 87, 129, 0) 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #345781), color-stop(90%, #345781), color-stop(90%, rgba(52, 87, 129, 0)), color-stop(100%, rgba(52, 87, 129, 0)));
    background: -webkit-linear-gradient(45deg, #345781 0%, #345781 90%, rgba(52, 87, 129, 0) 90%, rgba(52, 87, 129, 0) 100%);
    background: -o-linear-gradient(45deg, #345781 0%, #345781 90%, rgba(52, 87, 129, 0) 90%, rgba(52, 87, 129, 0) 100%);
    background: -ms-linear-gradient(45deg, #345781 0%, #345781 98%, rgba(52, 87, 129, 0) 98%, rgba(52, 87, 129, 0) 100%);
    background: linear-gradient(45deg, #345781 0%, #345781 98%, rgba(52, 87, 129, 0) 98%, rgba(52, 87, 129, 0) 100%);
  }
  .linkbox-column-no-3 {
    background: #4e719b;
    background: -moz-linear-gradient(45deg, #4e719b 0%, #4e719b 98%, rgba(78, 113, 155, 0) 98%, rgba(78, 113, 155, 0) 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #4e719b), color-stop(90%, #4e719b), color-stop(90%, rgba(78, 113, 155, 0)), color-stop(100%, rgba(78, 113, 155, 0)));
    background: -webkit-linear-gradient(45deg, #4e719b 0%, #4e719b 90%, rgba(78, 113, 155, 0) 90%, rgba(78, 113, 155, 0) 100%);
    background: -o-linear-gradient(45deg, #4e719b 0%, #4e719b 90%, rgba(78, 113, 155, 0) 90%, rgba(78, 113, 155, 0) 100%);
    background: -ms-linear-gradient(45deg, #4e719b 0%, #4e719b 98%, rgba(78, 113, 155, 0) 98%, rgba(78, 113, 155, 0) 100%);
    background: linear-gradient(45deg, #4e719b 0%, #4e719b 98%, rgba(78, 113, 155, 0) 98%, rgba(78, 113, 155, 0) 100%);
  }
  .linkbox-backgrounds {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .linkbox-column {
    top: 5%;
    width: auto;
  }
}
@-moz-keyframes fullscreenBanner-indicatorAnimation {
  0% {
    padding: 10px 20px 10px 20px;
  }
  50% {
    padding: 0 20px 20px 20px;
  }
  100% {
    padding: 10px 20px 10px 20px;
  }
}
@-webkit-keyframes fullscreenBanner-indicatorAnimation {
  0% {
    padding: 10px 20px 10px 20px;
  }
  50% {
    padding: 0 20px 20px 20px;
  }
  100% {
    padding: 10px 20px 10px 20px;
  }
}
@keyframes fullscreenBanner-indicatorAnimation {
  0% {
    padding: 10px 20px 10px 20px;
  }
  50% {
    padding: 0 20px 20px 20px;
  }
  100% {
    padding: 10px 20px 10px 20px;
  }
}
.reservationsForm {
  background: #0066cb;
  *zoom: 1;
}
.reservationsForm:before,
.reservationsForm:after {
  display: table;
  content: "";
  line-height: 0;
}
.reservationsForm:after {
  clear: both;
}
.reservationsForm-inputs {
  padding-top: 20px;
  text-align: center;
}
.reservationsForm-input {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}
.reservationsForm-input label {
  display: block;
  color: white;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 5px;
}
.reservationsForm input {
  height: 30px;
  line-height: 30px;
  padding: 0 5px;
  border: 0;
  font-size: 12px;
}
.reservationsForm input:focus {
  border: 0;
}
.reservationsForm select {
  height: 30px;
  line-height: 30px;
  padding: 5px;
  border: 0;
  font-size: 12px;
}
.reservationsForm select:focus {
  border: 0;
}
.reservationsForm-input .button {
  margin-top: 18px;
}
.reservationForm-date {
  width: 120px;
}
.reservationForm-nights {
  width: 100px;
}
.reservationForm-persons {
  width: 100px;
}
.reservationForm-rooms {
  width: 100px;
}
.reservationForm-category {
  width: 200px;
}
@media (max-width: 767px) {
  
}
.bookingBox-icodown {
  position: absolute;
  top: 7px;
  right: 0;
  font-size: 16px;
  z-index: 102;
  cursor: pointer;
  color: black;
}
.ddNumNights-list,
.ddNumPerson-list,
.ddNumRooms-list,
.ddCategory-list {
  font-size: 10px;
}
.accomodation-title {
  float: right;
  width: 50%;
}
.accomodation-title h1 {
  position: relative;
  margin: 0 0 30px 0;
  font-size: 32px;
  font-weight: 300;
}
.accomodation-title h1:after {
  content: "";
  display: block;
  position: absolute;
  top: 105%;
  left: 0;
  width: 50px;
  height: 4px;
  background-color: #eb3252;
}
.accomodation-image {
  float: left;
  width: 50%;
  padding-right: 20px;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.accomodation-image img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.accomodation-info {
  float: right;
  width: 50%;
  position: relative;
  margin-bottom: 20px;
}
.accomodation-info-logos {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}
.accomodation-info > div {
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
  *zoom: 1;
}
.accomodation-info > div:before,
.accomodation-info > div:after {
  display: table;
  content: "";
  line-height: 0;
}
.accomodation-info > div:after {
  clear: both;
}
.accomodation-info > div .icon-map-marker,
.accomodation-info > div .icon-phone,
.accomodation-info > div .icon-fax,
.accomodation-info > div .icon-mobile-phone,
.accomodation-info > div .icon-envelope-o,
.accomodation-info > div .icon-globe {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  color: #eb3252;
  text-align: center;
}
.accomodation-info > div .icon-map-marker {
  font-size: 18px;
}
.accomodation-info > div .icon-phone {
  font-size: 16px;
  top: 2px;
}
.accomodation-info > div .icon-fax {
  font-size: 16px;
  top: 2px;
}
.accomodation-info > div .icon-mobile-phone {
  font-size: 18px;
}
.accomodation-info > div .icon-envelope-o {
  font-size: 15px;
  top: 1px;
}
.accomodation-info > div .icon-globe {
  font-size: 16px;
  left: 2px;
}
.accomodation-item-logo {
  display: block;
  margin-top: 10px;
  text-align: center;
}
.accomodation-item-logo img {
  display: inline-block;
  vertical-align: top;
}
.accomodation-info a.btn-inquiry {
  display: inline-block;
  padding: 6px 10px;
  background: #eb3252;
  color: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  vertical-align: top;
}
.accomodation-info .accomodation-filters {
  border: 0;
  padding: 10px 260px 0 0;
  margin: 0;
}
.accomodation-separator {
  clear: both;
}
.accomodation-description {
  float: left;
  width: 50%;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.accomodation-description-title {
  background-color: #eb3252;
  margin-bottom: 10px;
}
.accomodation-description-title h4 {
  padding: 15px 20px;
  margin: 0;
  color: white;
  font-size: 18px;
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
}
.accomodation-description-content {
  margin-bottom: 20px;
  line-height: 160%;
}
.accomodation-description-image {
  margin-bottom: 20px;
}
.accomodation-hikingcat {
  float: right;
  width: 50%;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.accomodation-hikingcat-title {
  background-color: #eb3252;
  margin-bottom: 10px;
}
.accomodation-hikingcat-title h4 {
  padding: 15px 20px;
  margin: 0;
  color: white;
  font-size: 18px;
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
}
.accomodation-hikingcat-content {
  margin-bottom: 20px;
  line-height: 160%;
}
.accomodation-hikingcat-image {
  margin-bottom: 20px;
}
.accomodation-pictograms {
  float: left;
  width: 50%;
}
.accomodation-pictograms-title {
  background-color: #eb3252;
  margin-bottom: 20px;
}
.accomodation-pictograms-title h4 {
  padding: 15px 20px;
  margin: 0;
  color: white;
  font-size: 18px;
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
}
.accomodation-pictograms-list-item-title {
  font-size: 12px;
}
.accomodation-pictograms-list {
  overflow: hidden;
}
.accomodation-pictograms-list-item {
  float: left;
  width: 20%;
  margin-bottom: 20px;
  text-align: center;
}
.accomodation-pictograms-list-item img {
  display: inline-block;
  max-width: 50%;
  vertical-align: top;
  margin-bottom: 20px;
}
.accomodation-pictograms-list-item:nth-child(5n+1) {
  clear: left;
}
.accomodation-hikingcat-iconleft {
  float: left;
}
.accomodation-hikingcat-iconright {
  float: left;
}
@media (max-width: 767px) {
  .accomodation-title {
    float: none;
    width: 100%;
  }
  .accomodation-image {
    float: none;
    width: 100%;
    padding-right: 0;
  }
  .accomodation-info {
    float: none;
    width: 100%;
  }
  .accomodation-description {
    float: none;
    width: 100%;
    padding-right: 0;
  }
  .accomodation-hikingcat {
    float: none;
    width: 100%;
    padding-right: 0;
  }
  .accomodation-pictograms {
    float: none;
    width: 100%;
  }
  .accomodation-description-title h4 {
    padding: 10px 15px;
    font-size: 14px;
  }
  .accomodation-pictograms-title h4 {
    padding: 10px 15px;
    font-size: 14px;
  }
  .accomodation-pictograms-list-item {
    width: 25%;
  }
  .accomodation-pictograms-list-item:nth-child(5n+1) {
    clear: none;
  }
  .accomodation-pictograms-list-item:nth-child(4n+1) {
    clear: left;
  }
}
@media (max-width: 420px) {
  .accomodation-pictograms-list-item {
    width: 33.3%;
  }
  .accomodation-pictograms-list-item:nth-child(5n+1) {
    clear: none;
  }
  .accomodation-pictograms-list-item:nth-child(4n+1) {
    clear: none;
  }
  .accomodation-pictograms-list-item:nth-child(3n+1) {
    clear: left;
  }
}
.attachment-item {
  *zoom: 1;
  margin-bottom: 3px;
}
.attachment-item:before,
.attachment-item:after {
  display: table;
  content: "";
  line-height: 0;
}
.attachment-item:after {
  clear: both;
}
.attachment-item img {
  display: inline-block;
  vertical-align: top;
  margin: 1px 5px 0 0;
}
.masonryContainerWrapper {
  max-width: 1100px;
  margin: 20px auto;
}
.masonryContainer {
  overflow: hidden;
  width: calc(100% - -10px);
}
.masonryBox {
  overflow: hidden;
  margin-bottom: 10px;
  width: calc(50% - 10px);
}
.masonryImage {
  display: block;
  width: 100%;
  max-width: 100%;
}
.masonryTextOnlyBox {
  min-height: 80px;
}
.mosaic-link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mosaic-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  top: auto;
  width: 100%;
}
.mosaic-overlay-text h4 {
  padding: 15px;
  margin: 0;
  color: white;
  font-family: 'Roboto Slab', serif;
  font-size: 19px;
  font-weight: 300;
}
.mosaic-overlay-description {
  display: none;
  text-align: center;
  color: white;
  text-decoration: none;
  padding: 0 20px;
  font-size: 14px;
  font-family: 'Roboto Slab', serif, serif;
}
.mosaic-overlay .icon-plus {
  float: right;
  font-size: 26px;
  color: white;
  margin: 15px 10px 0 0;
}
.mosaic-overlay-color-0 {
  background-color: rgba(255, 153, 51, 0.8);
}
.mosaic-overlay-color-1 {
  background-color: rgba(0, 102, 203, 0.8);
}
.mosaic-overlay-color-2 {
  background-color: rgba(235, 50, 82, 0.8);
}
.mosaic-overlay-color-3 {
  background-color: rgba(99, 185, 78, 0.8);
}
.mosaic-overlay-color-4 {
  background-color: rgba(102, 59, 109, 0.8);
}
.mosaic-overlay-color-5 {
  background-color: rgba(28, 159, 143, 0.8);
}
.mosaic-overlay-color-uniform {
  background-color: rgba(235, 50, 82, 0.8);
}
.mosaic-overlay:hover {
  top: 0;
}
.mosaic-overlay:hover .mosaic-overlay-text h4 {
  text-align: center;
  padding-top: 50px;
  margin-bottom: 40px;
  position: relative;
}
.mosaic-overlay:hover .mosaic-overlay-text h4:after {
  content: "";
  position: absolute;
  top: 110%;
  left: 50%;
  width: 50px;
  height: 3px;
  margin-left: -25px;
  background-color: white;
}
.mosaic-overlay:hover .mosaic-overlay-description {
  display: block;
}
.mosaic-overlay:hover .icon-plus {
  display: none;
}
.masonryBox-uniform {
  background-color: rgba(235, 50, 82, 0.8);
}
.masonryBox-width-100 {
  width: calc(100% - 10px);
}
.masonryBox-width-75 {
  width: calc(75% - 10px);
}
.masonryBox-width-50 {
  width: calc(50% - 10px);
}
.masonryBox-width-25 {
  width: calc(25% - 10px);
}
.masonryContainer-sizer {
  width: calc(25% - 10px);
}
.mosaic-overlay {
  top: calc(100% - 53px);
  -webkit-transition: all 0.5s;
}
.mosaic-overlay:hover {
  top: 0;
  -webkit-transition: all 0.5s;
}
@media (max-width: 1127px) {
  
}
@media (max-width: 805px) {
  .mosaic-overlay-text h4 {
    font-size: 14px;
  }
  .mosaic-overlay:hover .mosaic-overlay-text h4 {
    text-align: center;
    padding-top: 20px;
    margin-bottom: 30px;
    position: relative;
  }
  .mosaic-overlay:hover .mosaic-overlay-text h4:after {
    content: "";
    position: absolute;
    top: 110%;
    left: 50%;
    width: 50px;
    height: 3px;
    margin-left: -25px;
    background-color: white;
  }
  .mosaic-overlay-description {
    font-size: 12px;
  }
  .mosaic-overlay {
    top: calc(100% - 40px);
  }
  .mosaic-overlay .icon-plus {
    display: none;
  }
}
@media (max-width: 767px) {
  .mosaic-overlay-text h4 {
    font-size: 12px;
    padding: 5px;
  }
  .mosaic-overlay {
    top: calc(100% - 50px);
  }
}
@media (max-width: 480px) {
  .mosaic-overlay-text h4 {
    font-size: 11px;
    padding: 3px;
  }
  .mosaic-overlay:hover .mosaic-overlay-text h4 {
    text-align: center;
    padding-top: 5px;
    margin-bottom: 5px;
    position: relative;
  }
  .mosaic-overlay:hover .mosaic-overlay-text h4:after {
    content: "";
    position: absolute;
    top: 105%;
    left: 50%;
    width: 50px;
    height: 3px;
    margin-left: -25px;
    background-color: white;
  }
  .mosaic-overlay-description {
    font-size: 11px;
  }
  .mosaic-overlay .icon-plus {
    display: none;
  }
  .masonryBox {
    overflow: hidden;
    margin-bottom: 10px;
    width: calc(49.9% - 10px);
  }
  .mosaic-overlay {
    top: calc(100% - 50px);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    top: auto;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
  }
}
.banner {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.banner img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.banner-withText .banner-text {
  position: absolute;
  z-index: 2;
  bottom: 10px;
  left: 10px;
  color: white;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
@media (max-width: 767px) {
  .banner {
    margin-bottom: 10px;
  }
}
.collapsibleContent {
  margin-bottom: 20px;
  margin-top: 20px;
}
.collapsibleContent h3 {
  padding: 7px 10px;
  line-height: 120%;
  font-weight: 400;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
}
.collapsibleContent h3 span {
  display: block;
  float: right;
  width: 25px;
  height: 25px;
  margin-top: 2px;
  text-indent: -9999px;
}
.collapsibleContent h3.collapsibleContent-closed {
  background: #cccccc;
  color: black;
}
.collapsibleContent h3.collapsibleContent-closed span {
  background: url(../images/icoCollapsibleContentClose.png) no-repeat center center;
}
.collapsibleContent h3.collapsibleContent-closed span .icon-plus {
  font-size: 26px;
  color: white;
}
.collapsibleContent h3.collapsibleContent-opened {
  background: #f6f6f6;
  /*color:@white;*/

}
.collapsibleContent h3.collapsibleContent-opened span {
  background: url(../images/icoCollapsibleContentOpen.png) no-repeat center center;
}
.collapsibleContent h3.collapsibleContent-closed span .icon-minus {
  font-size: 26px;
  color: white;
}
@media (max-width: 767px) {
  .collapsibleContent {
    margin-bottom: 10px;
  }
}
.contentGrid {
  *zoom: 1;
}
.contentGrid:before,
.contentGrid:after {
  display: table;
  content: "";
  line-height: 0;
}
.contentGrid:after {
  clear: both;
}
@media (max-width: 767px) {
  .contentGrid .span9 {
    float: left;
    width: 75%;
  }
  .contentGrid .span8 {
    float: left;
    width: 66.6667%;
  }
  .contentGrid .span6 {
    float: left;
    width: 50%;
  }
  .contentGrid .span4 {
    float: left;
    width: 33.3333%;
  }
  .contentGrid .span3 {
    float: left;
    width: 25%;
  }
}
@media (max-width: 600px) {
  .contentGrid .span9 {
    float: left;
    width: 50%;
  }
  .contentGrid .span8 {
    float: left;
    width: 50%;
  }
  .contentGrid .span6 {
    float: left;
    width: 50%;
  }
  .contentGrid .span4 {
    float: left;
    width: 50%;
  }
  .contentGrid .span3 {
    float: left;
    width: 50%;
  }
  .contentGrid .span9:nth-child(2n+1) {
    clear: left;
  }
  .contentGrid .span8:nth-child(2n+1) {
    clear: left;
  }
  .contentGrid .span6:nth-child(2n+1) {
    clear: left;
  }
  .contentGrid .span4:nth-child(2n+1) {
    clear: left;
  }
  .contentGrid .span3:nth-child(2n+1) {
    clear: left;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .contentGrid .span9 {
    float: left;
    width: 66.6667%;
  }
  .contentGrid .span8 {
    float: left;
    width: 66.6667%;
  }
  .contentGrid .span6 {
    float: left;
    width: 50%;
  }
  .contentGrid .span4 {
    float: left;
    width: 33.3333%;
  }
  .contentGrid .span3 {
    float: left;
    width: 33.3333%;
  }
  .contentGrid .span9:nth-child(2n+1) {
    clear: none;
  }
  .contentGrid .span8:nth-child(2n+1) {
    clear: none;
  }
  .contentGrid .span6:nth-child(2n+1) {
    clear: none;
  }
  .contentGrid .span4:nth-child(2n+1) {
    clear: none;
  }
  .contentGrid .span3:nth-child(2n+1) {
    clear: none;
  }
}
@media (max-width: 420px) {
  .contentGrid .span9 {
    float: left;
    width: 100%;
    margin-left: 0;
  }
  .contentGrid .span8 {
    float: left;
    width: 100%;
    margin-left: 0;
  }
  .contentGrid .span6 {
    float: left;
    width: 100%;
    margin-left: 0;
  }
  .contentGrid .span4 {
    float: left;
    width: 100%;
    margin-left: 0;
  }
  .contentGrid .span3 {
    float: left;
    width: 100%;
    margin-left: 0;
  }
}
.googleMaps {
  /*margin-bottom:@gridGutterWidth;*/
  position: relative;
}
.googleMaps img {
  max-width: none;
  width: auto;
}
.googleMaps-holder {
  width: 100%;
  height: 400px;
}
.googleMaps-overlay {
  position: absolute;
  bottom: 30px;
  right: 10px;
  z-index: 40;
}
.googleMaps-filterHolder {
  background-color: white;
  padding: 10px;
  font-size: 12px;
  max-height: 125px;
  overflow: auto;
  display: none;
}
.googleMaps-filterHolder li input[type="checkbox"] {
  height: 13px;
  margin-top: 3px;
  margin-right: 5px;
}
.googleMaps-overlay ul,
.googleMaps-overlay li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 12px;
}
.googleMaps .info-content {
  max-width: 200px;
}
.googleMaps .info-content .g-image,
.googleMaps .info-content .g-image img {
  width: 100%;
}
.googleMaps .info-content div.g-image-leftWrap {
  width: 30%;
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
}
.googleMaps .info-content .g-image-leftWrap img {
  margin-right: 10px;
}
.googleMaps .info-content div.g-image-rightWrap {
  width: 30%;
  float: right;
  padding-left: 10px;
  padding-bottom: 10px;
}
.googleMaps .info-content .g-image-rightWrap img {
  padding-left: 10px;
}
.googleMaps .info-content h3 {
  font-size: 14px;
}
.info-content .contentTitle h2,
h3 {
  margin-bottom: 10px;
}
.horizontalImages {
  *zoom: 1;
  margin-left: -20px;
}
.horizontalImages:before,
.horizontalImages:after {
  display: table;
  content: "";
  line-height: 0;
}
.horizontalImages:after {
  clear: both;
}
.horizontalImages-item {
  float: left;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.horizontalImages-item.firstInLine {
  clear: left;
}
.horizontalImages-columns4 .horizontalImages-item {
  width: 25%;
}
.horizontalImages-columns3 .horizontalImages-item {
  width: 33.333333333%;
}
.horizontalImages-columns2 .horizontalImages-item {
  width: 50%;
}
.horizontalImages-columns1 .horizontalImages-item {
  width: 100%;
}
@media (max-width: 767px) {
  .horizontalImages {
    margin-left: -10px;
  }
  .horizontalImages-item {
    padding-left: 10px;
  }
  .horizontalImages-item.firstInLine {
    clear: none;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .horizontalImages-columns4 .horizontalImages-item {
    width: 25%;
  }
  .horizontalImages-columns3 .horizontalImages-item {
    width: 33%;
  }
  .horizontalImages-columns2 .horizontalImages-item {
    width: 50%;
  }
  .horizontalImages-columns1 .horizontalImages-item {
    width: 50%;
  }
  .horizontalImages-columns4 .horizontalImages-item:nth-child(3n+1) {
    clear: none;
  }
  .horizontalImages-columns4 .horizontalImages-item:nth-child(4n+1) {
    clear: left;
  }
  .horizontalImages-columns3 .horizontalImages-item:nth-child(2n+1) {
    clear: none;
  }
  .horizontalImages-columns3 .horizontalImages-item:nth-child(3n+1) {
    clear: left;
  }
  .horizontalImages-columns2 .horizontalImages-item:nth-child(2n+1) {
    clear: left;
  }
  .horizontalImages-columns2 .horizontalImages-item:nth-child(3n+1) {
    clear: none;
  }
  .horizontalImages-columns1 .horizontalImages-item:nth-child(2n+1) {
    clear: left;
  }
  .horizontalImages-columns1 .horizontalImages-item:nth-child(3n+1) {
    clear: none;
  }
}
@media (max-width: 480px) {
  .horizontalImages-columns4 .horizontalImages-item:nth-child(2n+1) {
    clear: none;
  }
  .horizontalImages-columns4 .horizontalImages-item:nth-child(3n+1) {
    clear: left;
  }
  .horizontalImages-columns3 .horizontalImages-item:nth-child(2n+1) {
    clear: left;
  }
  .horizontalImages-columns3 .horizontalImages-item:nth-child(3n+1) {
    clear: none;
  }
  .horizontalImages-columns2 .horizontalImages-item:nth-child(2n+1) {
    clear: left;
  }
  .horizontalImages-columns2 .horizontalImages-item:nth-child(3n+1) {
    clear: none;
  }
  .horizontalImages-columns1 .horizontalImages-item:nth-child(2n+1) {
    clear: left;
  }
  .horizontalImages-columns1 .horizontalImages-item:nth-child(3n+1) {
    clear: none;
  }
  .horizontalImages-columns4 .menuGrid-item {
    width: 50%;
  }
  .horizontalImages-columns3 .menuGrid-item {
    width: 50%;
  }
  .horizontalImages-columns2 .menuGrid-item {
    width: 50%;
  }
  .horizontalImages-columns4 .horizontalImages-item {
    width: 50%;
  }
  .horizontalImages-columns3 .horizontalImages-item {
    width: 50%;
  }
  .horizontalImages-columns2 .horizontalImages-item {
    width: 50%;
  }
  .horizontalImages-columns1 .horizontalImages-item {
    width: 50%;
  }
  .horizontalImages-columns1 .horizontalImages-item {
    width: 50%;
  }
}
.imageBox {
  position: relative;
  margin-bottom: 30px;
  *zoom: 1;
}
.imageBox:before,
.imageBox:after {
  display: table;
  content: "";
  line-height: 0;
}
.imageBox:after {
  clear: both;
}
.imageBox-image {
  overflow: hidden;
}
.imageBox-image img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.imageBox-description {
  padding-top: 10px;
  font-size: 11px;
  color: gray;
}
@media (max-width: 767px) {
  .imageBox {
    margin-bottom: 15px;
  }
}
.menuGrid {
  margin-left: -20px;
  *zoom: 1;
}
.menuGrid:before,
.menuGrid:after {
  display: table;
  content: "";
  line-height: 0;
}
.menuGrid:after {
  clear: both;
}
.menuGrid-item {
  float: left;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.menuGrid-item.firstInLine {
  clear: left;
}
.menuGrid-columns-4 .menuGrid-item {
  width: 25%;
}
.menuGrid-columns-3 .menuGrid-item {
  width: 33.3%;
}
.menuGrid-columns-2 .menuGrid-item {
  width: 50%;
}
@media (max-width: 767px) {
  .menuGrid {
    margin-left: -10px;
  }
  .menuGrid-item {
    padding-left: 10px;
  }
  .menuGrid-item.firstInLine {
    clear: none;
  }
  .menuGrid-item:nth-child(2n+1) {
    clear: left;
  }
  .menuGrid-columns-4 .menuGrid-item {
    width: 50%;
  }
  .menuGrid-columns-3 .menuGrid-item {
    width: 50%;
  }
  .menuGrid-columns-2 .menuGrid-item {
    width: 50%;
  }
}
.linkButton {
  display: inline-block;
  vertical-align: top;
  width: auto;
  padding: 0 20px;
  margin: 0 0 20px 0;
  border: 0;
  text-align: center;
  color: white;
  background: #858585;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
.linkButton:hover {
  /*background:@color2-70;*/
  background: #0066cb;
  color: white;
  text-decoration: none;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.linkButton-small {
  height: 25px;
  line-height: 25px;
  padding: 0 15px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
}
.linkButton-normal {
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
}
.linkButton-large {
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
}
.linkbutton-red {
  min-width: 185px;
  background: #eb3252;
}
.linkbutton-blue {
  min-width: 185px;
  background: #0066cb;
}
.linkbutton-yellow {
  min-width: 185px;
  background: #ffcc00;
}
.linkbutton-green {
  min-width: 185px;
  background: #63b94e;
}
.linkbutton-orange {
  min-width: 185px;
  background: #ff9933;
}
.linkbutton-violet {
  min-width: 185px;
  background: #ff9933;
}
.linkbutton-cyan {
  min-width: 185px;
  background: #1c9f8f;
}
@media (max-width: 610px) {
  .linkbutton-red {
    min-width: initial;
  }
}
/*
.newsBox {.clearfix();}

.newsBox-list {margin-bottom:30px;.clearfix();}
.newsBox-list-inner {margin-left:-@gridGutterWidth;}
.newsBox-list-item {float:left;width:33.3%;padding:0 0 0 @gridGutterWidth;margin-bottom:10px;.box-sizing(border-box);}
.newsBox-list-item:nth-child(3n+1) {clear:left;}

.newsBox-list-item h3 {margin:0 0 10px 0;padding:0;}
.newsBox-list-item h3 a {color:@kg-red;}
.newsBox-list-item .newsBox-image {margin-bottom:15px;.box-sizing(border-box);}
.newsBox-list-item .newsBox-image img {display:block;max-width:100%;width:100%;}
.newsBox-list-item .newsBox-date {font-size:13px;font-weight:700;color:@kg-red;text-transform:uppercase;}
.newsBox-list-item .newsBox-excerpt {font-size:14px;color:@kg-darkGray;line-height:160%;}

@media(max-width:767px) {
	.newsBox-list-item {width:100%;}
	.newsBox-list-item .newsBox-date {padding-left:33.3%;font-size:13px;}
	.newsBox-list-item .newsBox-excerpt {padding-left:33.3%;font-size:14px;line-height:140%;}
	.newsBox-list-item .newsBox-image {float:left;width:33.3%;padding-right:10px;}
	.newsBox-list-item h3 {padding-left:33.3%;margin:0 0 5px 0;padding:0;}
}
@media(max-width:480px) {
	.newsBox-list-item .newsBox-image {display:none;}
	.newsBox-list-item .newsBox-date {padding-left:0;font-size:11px;}
	.newsBox-list-item .newsBox-excerpt {padding-left:0;font-size:12px;line-height:140%;}
}
*/

.newsMoreLink {
  font-size: 14px;
  font-weight: 700;
  color: #eb3252 !important;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.newsBox {
  *zoom: 1;
}
.newsBox:before,
.newsBox:after {
  display: table;
  content: "";
  line-height: 0;
}
.newsBox:after {
  clear: both;
}
.newsBox-title a {
  color: #949393;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}
.newsBox-list {
  margin-bottom: 30px;
  *zoom: 1;
}
.newsBox-list:before,
.newsBox-list:after {
  display: table;
  content: "";
  line-height: 0;
}
.newsBox-list:after {
  clear: both;
}
.newsBox-list-item {
  margin-bottom: 10px;
}
.newsBox-list-item h3 {
  margin: 0 0 5px 0;
  padding: 0;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}
.newsBox-list-item h3 a {
  color: #949393;
}
.newsBox-list-item .newsBox-image {
  display: none;
  margin-bottom: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.newsBox-list-item .newsBox-image img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.newsBox-list-item .newsBox-date {
  font-size: 14px;
  font-weight: 700;
  color: #eb3252;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.newsBox-list-item .newsBox-date > span {
  margin-right: 5px;
  font-size: 18px;
}
.newsBox-list-item .newsBox-excerpt {
  display: block;
  font-size: 12px;
  color: #949393;
  line-height: 160%;
}
.newsletterBox {
  margin-bottom: 20px;
}
.newsletterBox-email {
  float: left;
  margin-right: 2%;
  width: 60%;
}
.newsletterBox-email input {
  display: inline-block;
  width: 94% !important;
  padding: 0 3%;
  height: 30px !important;
  line-height: 30px !important;
  vertical-align: top;
  margin: 0;
  top: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.newsletterBox-signup a {
  height: 30px;
  line-height: 30px;
  padding: 0 5px;
}
.newsletterBox-error,
.newsletterBox-success {
  padding: 10px;
  margin: 10px 0;
}
.newsletterBox-error {
  background: #ffbaba;
  color: #d8000c;
}
.newsletterBox-success {
  background: #dff2bf;
  color: #4f8a10;
}
.newsletterSendbutton {
  clear: both;
  display: block;
  margin-left: 0 !important;
  margin-top: 20px;
}
@media (max-width: 767px) {
  
}
.pageSummary {
  position: relative;
  margin-bottom: 30px;
}
.pageSummary-image {
  margin-bottom: 10px;
  overflow: hidden;
}
.pageSummary-image img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.pageSummary-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 153, 52, 0.7);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.pageSummary-title {
  position: relative;
}
.pageSummary-title h3 {
  margin: 0;
  font-family: 'Roboto Slab', serif;
  font-size: 16px;
  font-weight: 400;
  color: white;
}
.pageSummary-title a,
.pageSummary-title a:hover {
  display: block;
  padding: 15px 40px 15px 10px;
  color: white;
  text-decoration: none;
}
.pageSummary-title .icon-plus {
  position: absolute;
  top: 17px;
  right: 12px;
  color: white;
  font-size: 17px;
  font-weight: normal;
}
.pageSummary-title:after {
  content: "";
  position: absolute;
  top: 105%;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 3px;
  background-color: white;
}
.pageSummary-text {
  display: none;
  padding: 0 20px;
  color: white;
  text-align: center;
  font-size: 12px;
}
.pageSummary-links {
  margin-top: 10px;
}
.pageSummary-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
  *zoom: 1;
}
.pageSummary-links ul:before,
.pageSummary-links ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.pageSummary-links ul:after {
  clear: both;
}
.pageSummary-links ul li {
  float: left;
  display: block;
  margin: 0 10px 5px 0;
  background: #dc0000;
  color: white;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.pageSummary-links ul li a {
  display: block;
  float: left;
  padding: 3px 5px;
  color: white;
}
.pageSummary:hover .pageSummary-content {
  height: 100%;
}
.pageSummary:hover .icon-plus {
  display: none;
}
.pageSummary:hover .pageSummary-title {
  margin: 40px 0;
}
.pageSummary:hover .pageSummary-title h3 {
  text-align: center;
}
.pageSummary:hover .pageSummary-title a,
.pageSummary:hover .pageSummary-title a:hover {
  padding: 20px 10px;
}
.pageSummary:hover .pageSummary-text {
  display: block;
}
@media (max-width: 767px) {
  .pageSummary-title h3 {
    font-size: 14px;
  }
  .pageSummary-text {
    font-size: 10px;
    line-height: 110%;
  }
  .pageSummary {
    position: relative;
    margin-bottom: 10px;
  }
}
.pollBox {
  *zoom: 1;
}
.pollBox:before,
.pollBox:after {
  display: table;
  content: "";
  line-height: 0;
}
.pollBox:after {
  clear: both;
}
.productBox h3 {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  margin-bottom: 3px;
}
.productBox-price p {
  font-size: 14px;
  font-weight: 700;
  color: #dc0000;
}
.productBox-price p span.productBox-oldPrice {
  display: block;
  text-decoration: line-through;
  color: #4d4d4d;
  font-size: 12px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .productBox h3 {
    font-size: 14px;
  }
}
@media (max-width: 420px) and (orientation: portrait) {
  .productBox h3 {
    font-size: 18px;
  }
}
.separator-endWrap {
  clear: both;
}
.separator-spacer {
  height: 20px;
  overflow: hidden;
}
.separator-hr {
  clear: both;
  overflow: hidden;
  margin-bottom: 20px;
  height: 1px;
  background-image: url(../images/bgSeparator.gif);
}
.separator-hrTitle {
  line-height: 30px;
  margin-bottom: 20px;
  text-align: center;
  background: url(../images/bgSeparator.gif) repeat-x left center;
}
.separator-hrTitle b {
  display: inline-block;
  padding: 5px 10px;
  margin: 0 20px;
  font-size: 24px;
  line-height: normal;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 300;
  background-color: white;
  background-image: none;
}
@media (max-width: 767px) {
  .separator-spacer {
    height: 10px;
  }
  .separator-hr {
    margin-bottom: 20px;
  }
}
.sitemap {
  margin-bottom: 20px;
  margin-left: -20px;
  *zoom: 1;
}
.sitemap:before,
.sitemap:after {
  display: table;
  content: "";
  line-height: 0;
}
.sitemap:after {
  clear: both;
}
.sitemap-column {
  float: left;
  width: 25%;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sitemap-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sitemap-item-1 {
  font-weight: bold;
}
.sitemap-item-2 {
  padding-left: 10px;
}
.sitemap-item-3 {
  padding-left: 20px;
}
.sitemap-item-4 {
  padding-left: 30px;
}
.sitemap-item-5 {
  padding-left: 40px;
}
.sitemap-item-6 {
  padding-left: 50px;
}
.sitemap-item-7 {
  padding-left: 60px;
}
.sitemap-item-separator-space {
  height: 20px;
}
.sitemap-item-separator-hr {
  margin: 10px 0 0 0;
  width: 60px;
  height: 10px;
  border-top: 1px solid #cccccc;
}
.slidingBanner-container {
  position: relative;
  margin-bottom: 20px;
  *zoom: 1;
}
.slidingBanner-container:before,
.slidingBanner-container:after {
  display: table;
  content: "";
  line-height: 0;
}
.slidingBanner-container:after {
  clear: both;
}
.slidingBanner-containerInner {
  min-height: 150px;
  position: relative;
  background: #f2f2f2 url(../images/progress.gif) no-repeat center center;
}
.slidingBanner {
  background: white;
  max-height: 100%;
}
.slidingBanner-fader {
  max-height: 100%;
}
.slidingBanner-slide {
  width: 100%;
  max-width: 100%;
  position: absolute;
}
.slidingBanner-slideInner {
  position: relative;
}
.slidingBanner-slide img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.slidingBanner-caption {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
}
.slidingBanner-title {
  padding: 10px 10px 3px 10px;
  font-size: 18px;
  font-weight: 700;
}
.slidingBanner-description {
  padding: 3px 10px 10px 10px;
  font-size: 12px;
  font-weight: 700;
}
.slidingBanner-pager {
  text-align: center;
  margin-top: 5px;
}
.slidingBanner-pager a {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: white;
  text-align: center;
  text-indent: -9999px;
  background: #d6d6d6;
}
.slidingBanner-pager a.slidingBanner-pagerActive {
  background: #5c5c5c;
}
.slidingBanner-arrowPrevious,
.slidingBanner-arrowNext {
  display: block;
  position: absolute;
  top: 50%;
  width: 45px;
  height: 65px;
  margin-top: -32px;
  z-index: 1000;
  background: url(../images/icoSlidingBannerArrows.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
  cursor: pointer;
  opacity: 0.25;
  filter: alpha(opacity=25);
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.slidingBanner-arrowPrevious {
  display: block;
  background-position: 0 0;
  left: 0;
}
.slidingBanner-arrowNext {
  display: block;
  background-position: -45px 0;
  right: 0;
}
.slidingBanner-container:hover .slidingBanner-arrowPrevious,
.slidingBanner-container:hover .slidingBanner-arrowNext {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width: 767px) {
  .slidingBanner-containerInner {
    min-height: 150px;
  }
  .slidingBanner-caption {
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
.slidingBanner2 {
  margin-bottom: 20px;
  text-align: right;
}
.slidingBanner2-pager {
  position: absolute;
  right: 7px;
  bottom: 7px;
  z-index: 3;
}
.slidingBanner2-pager div {
  float: left;
  padding: 3px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0);
}
.slidingBanner2-pager div b {
  display: block;
  width: 10px;
  height: 10px;
  background: black;
  opacity: .25;
  border-radius: 5px;
  text-align: center;
  line-height: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 4px white;
  box-shadow: 0px 0px 4px white;
}
.slidingBanner2-pager div.selected b {
  opacity: .5;
}
.slidingBanner2-pager div:hover b {
  opacity: 1;
}
.slidingBanner2-slide-texts {
  padding: 40px 80px;
  display: block;
  position: absolute;
  white-space: normal;
}
.slidingBanner2Mobile .slidingBanner2-slide-texts {
  padding: 20px;
}
.slidingBanner2-slide-texts-leftTop {
  left: 0px;
  top: 0px;
  width: 600px;
  max-width: 100%;
}
.slidingBanner2-slide-texts-leftBottom {
  left: 0px;
  bottom: 0px;
  width: 600px;
  max-width: 100%;
}
.slidingBanner2-slide-texts-rightTop {
  right: 0px;
  top: 0px;
  width: 600px;
  max-width: 100%;
}
.slidingBanner2-slide-texts-rightBottom {
  right: 0px;
  bottom: 0px;
  width: 600px;
  max-width: 100%;
}
.slidingBanner2-slide-texts-top {
  left: 0px;
  right: 0px;
  top: 0px;
}
.slidingBanner2-slide-texts-bottom {
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.slidingBanner2-slide-texts-title {
  display: block;
  font-size: 23px;
  line-height: 115%;
}
.slidingBanner2-slide-texts-text {
  display: block;
  font-size: 13px;
}
.slidingBanner2-slide-texts-title + .slidingBanner2-slide-texts-text {
  margin-top: 20px;
}
.slidingBanner2-slide-light,
.slidingBanner2-slide-light a {
  color: black;
}
.slidingBanner2-slide-dark,
.slidingBanner2-slide-dark a {
  color: white;
}
.slidingBanner2-slide-light .slidingBanner2-slide-texts {
  -webkit-text-shadow: 0px 0px 10px white, 0px 0px 10px white, 0px 0px 20px white;
  text-shadow: 0px 0px 10px white, 0px 0px 10px white, 0px 0px 20px white;
}
.slidingBanner2-slide-dark .slidingBanner2-slide-texts {
  -webkit-text-shadow: 0px 0px 10px black, 0px 0px 10px black, 0px 0px 20px black;
  text-shadow: 0px 0px 10px black, 0px 0px 10px black, 0px 0px 20px black;
}
.slidingBanner2,
.slidingBanner2Mobile {
  width: 100%;
  max-height: 600px;
  min-height: 50px;
  overflow: hidden;
  position: relative;
  -ms-touch-action: pan-y pinch-zoom;
}
.slidingBanner2-container {
  width: 200%;
}
.slidingBanner2-slide {
  float: left;
  width: 50%;
  margin-right: -50%;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.slidingBanner2-slide-container {
  display: block;
  text-decoration: none;
  position: relative;
}
.slidingBanner2-slide img {
  display: block;
  width: 100%;
}
.slidingBanner2 {
  display: block;
}
.slidingBanner2-shadow {
  display: block;
}
.slidingBanner2Mobile {
  display: none;
}
.slidingBanner2Mobile-shadow {
  display: none;
}
.slidingBanner2-arrow-prev {
  margin: 10px 0;
  display: inline-block;
  width: 50px;
  height: 50px;
  color: white;
  background: #eb3252;
  cursor: pointer;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.slidingBanner2-arrow-prev span {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: white;
  font-size: 30px;
  text-align: center;
}
.slidingBanner2-arrow-next {
  margin: 10px 0 10px 5px;
  display: inline-block;
  width: 50px;
  height: 50px;
  color: white;
  background: #eb3252;
  cursor: pointer;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.slidingBanner2-arrow-next span {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: white;
  font-size: 30px;
  text-align: center;
}
@media (max-width: 599px) {
  .slidingBanner2 {
    display: none;
  }
  .slidingBanner2-shadow {
    display: none;
  }
  .slidingBanner2Mobile {
    display: block;
  }
  .slidingBanner2Mobile-shadow {
    display: block;
  }
}
.slidingGallery-containerInner {
  min-height: 150px;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
  background: #f2f2f2 url(../images/progress.gif) no-repeat center center;
}
.slidingGallery {
  margin-left: -20px;
  position: relative;
  *zoom: 1;
  background: white;
}
.slidingGallery:before,
.slidingGallery:after {
  display: table;
  content: "";
  line-height: 0;
}
.slidingGallery:after {
  clear: both;
}
.slidingGallery-slide {
  display: block;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.slidingGallery-slideInner {
  padding: 0;
}
.slidingGallery-slide img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.slidingGallery.responsive {
  width: auto;
  margin-left: 0;
}
.slidingGallery-arrowPrevious,
.slidingGallery-arrowNext {
  display: block;
  position: absolute;
  top: 50%;
  width: 45px;
  height: 65px;
  margin-top: -32px;
  z-index: 1000;
  background: url(../images/icoSlidingBannerArrows.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
  cursor: pointer;
  opacity: 0.25;
  filter: alpha(opacity=25);
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.slidingGallery-arrowPrevious {
  display: block;
  background-position: 0 0;
  left: 0;
}
.slidingGallery-arrowNext {
  display: block;
  background-position: -45px 0;
  right: 0;
}
.slidingGallery-container:hover .slidingGallery-arrowPrevious,
.slidingGallery-container:hover .slidingGallery-arrowNext {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width: 767px) {
  .slidingGallery-containerInner {
    min-height: 100px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
  }
  .slidingGallery {
    margin-left: -10px;
  }
  .slidingGallery-slide {
    padding-left: 10px;
  }
}
.tabControl {
  margin-bottom: 20px;
}
.tabControl-head {
  height: 31px;
  border-bottom: 1px solid #c2c2c2;
  *zoom: 1;
}
.tabControl-head:before,
.tabControl-head:after {
  display: table;
  content: "";
  line-height: 0;
}
.tabControl-head:after {
  clear: both;
}
.tabControl-head span {
  display: block;
  float: left;
  line-height: 30px;
  height: 30px;
  margin-right: 1px;
  font-size: 16px;
  border: 1px solid #c2c2c2;
  border-bottom: 0;
  background: #ebebeb;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}
.tabControl-head span a {
  display: block;
  position: relative;
  padding: 0 20px;
  color: #333333;
  text-decoration: none;
}
.tabControl-head span a:hover {
  text-decoration: none;
  background: #d6d6d6;
}
.tabControl-head span.active,
.tabControl-head span.active:hover,
.tabControl-head span.active a:hover {
  font-weight: 700;
  background: white;
  height: 31px;
}
.tabControl-head span.active a,
.tabControl-head span.active a:hover {
  color: black;
}
.tabControl-panel {
  padding-top: 10px;
  display: none;
}
.tabControl-panel-activeDesktop {
  display: block;
}
.tabControl-heading {
  display: none;
}
@media (max-width: 480px) {
  .tabControl-panel-activeDesktop {
    display: none;
  }
  .tabControl-panel-activeMobile {
    display: block;
  }
  .tabControl-head {
    display: none !important;
  }
  .tabControl-panelArea {
    border-bottom: 1px solid #c2c2c2;
  }
  .tabControl-panelArea-end {
    clear: both;
    display: table;
  }
  .tabControl-panelArea-last {
    background: none;
  }
  .tabControl-panelArea-last .tabControl-panelArea-end {
    display: block;
  }
  .tabControl-heading {
    display: block !important;
  }
  .tabControl-heading a {
    display: block;
    color: black;
    line-height: 50px;
    text-decoration: none;
    font-size: 22px;
    font-weight: 700;
    background: url(../layouts/renderers/tabGroup/images/mobile-expand.png) right center no-repeat;
    -webkit-background-size: 50px 50px;
    -moz-background-size: 50px 50px;
    -o-background-size: 50px 50px;
    background-size: 50px 50px;
  }
  .tabControl-heading-active a {
    border-bottom: 1px solid #c2c2c2;
    background: url(../layouts/renderers/tabGroup/images/mobile-collapse.png) right center no-repeat;
    -webkit-background-size: 50px 50px;
    -moz-background-size: 50px 50px;
    -o-background-size: 50px 50px;
    background-size: 50px 50px;
  }
}
@media print {
  .tabControl-panel {
    display: block !important;
    padding: 0;
  }
  .tabControl-head {
    display: none !important;
  }
  .tabControl-panelArea-end {
    clear: both;
    display: table;
    height: 40px;
  }
  .tabControl-panelArea-last {
    background: none;
  }
  .tabControl-panelArea-last .tabControl-panelArea-end {
    display: block;
  }
  .tabControl-heading {
    display: block !important;
  }
  .tabControl-heading a {
    display: block;
    font-size: 22px;
    color: black;
    line-height: 120%;
    text-decoration: none;
    margin-bottom: 20px;
  }
}
.table-container {
  overflow-y: auto;
  max-width: 100%;
  margin-bottom: 20px;
}
.table-container table {
  border-collapse: collapse;
}
.table-container table td.table-cellHeader {
  padding: 8px 10px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  text-align: left;
  background: #b3b3b3;
  color: black;
  font-weight: 700;
}
.table-container table td.table-cellHeader a {
  color: black;
}
.table-container table td {
  padding: 8px 10px;
  border: 1px solid #cccccc;
  font-size: 14px;
}
.table-container table td.table-cellFirstColumn {
  border-left: none;
}
.table-container table td.table-cellLastColumn {
  border-right: none;
}
.table-container table td.table-cellFirstRow {
  border-top: none;
}
.table-container table td.table-cellLastRow {
  border-bottom: none;
}
.table-container table td.emphasis {
  font-size: 16px;
}
.table-container table td.small {
  font-size: 12px;
}
.table-container table td.table-invisibleCell {
  border: 0;
}
.table-container table td.table-invisibleCellHeader {
  font-weight: 700;
}
@media (max-width: 767px) {
  .table-container {
    overflow-y: auto;
    max-width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  .table-container table td.table-cellHeader {
    padding: 8px 5px;
  }
  .table-container table td {
    padding: 8px 5px;
    font-size: 12px;
  }
  .table-container table td.emphasis {
    font-size: 14px;
  }
  .table-container table td.small {
    font-size: 11px;
  }
}
.paragraph {
  margin-bottom: 30px;
}
.paragraph p,
.paragraph p,
.paragraph ol,
.paragraph ul,
.paragraph li,
.paragraph dl,
.paragraph dt,
.paragraph dd {
  padding: 0;
  margin-top: 0;
  margin-bottom: 20px;
  color: #949393;
}
.paragraph-normal,
.paragraph-normal p,
.paragraph-normal ol,
.paragraph-normal ul,
.paragraph-normal li,
.paragraph-normal dl,
.paragraph-normal dt,
.paragraph-normal dd {
  font-size: 14px;
}
.paragraph-emphasis,
.paragraph-emphasis p,
.paragraph-emphasis ol,
.paragraph-emphasis ul,
.paragraph-emphasis li,
.paragraph-emphasis dl,
.paragraph-emphasis dt,
.paragraph-emphasis dd {
  font-size: 18px;
  font-family: 'Roboto Slab', serif;
  line-height: 180%;
}
.paragraph-small,
.paragraph-small p,
.paragraph-small ol,
.paragraph-small ul,
.paragraph-small li,
.paragraph-small dl,
.paragraph-small dt,
.paragraph-small dd {
  font-size: 12px;
}
.paragraph ul {
  margin-left: 15px;
}
.paragraph ol {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .paragraph {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  .paragraph-normal,
  .paragraph-normal p,
  .paragraph-normal ol,
  .paragraph-normal ul,
  .paragraph-normal li,
  .paragraph-normal dl,
  .paragraph-normal dt,
  .paragraph-normal dd {
    font-size: 12px;
  }
  .paragraph-emphasis,
  .paragraph-emphasis p,
  .paragraph-emphasis ol,
  .paragraph-emphasis ul,
  .paragraph-emphasis li,
  .paragraph-emphasis dl,
  .paragraph-emphasis dt,
  .paragraph-emphasis dd {
    font-size: 15px;
  }
  .paragraph-small,
  .paragraph-small p,
  .paragraph-small ol,
  .paragraph-small ul,
  .paragraph-small li,
  .paragraph-small dl,
  .paragraph-small dt,
  .paragraph-small dd {
    font-size: 11px;
  }
}
.textWithImages {
  *zoom: 1;
  margin-left: -20px;
}
.textWithImages:before,
.textWithImages:after {
  display: table;
  content: "";
  line-height: 0;
}
.textWithImages:after {
  clear: both;
}
.textWithImages-column34 {
  float: left;
  width: 75%;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.textWithImages-column23 {
  float: left;
  width: 66.666666667%;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.textWithImages-column12 {
  float: left;
  width: 50%;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.textWithImages-column13 {
  float: left;
  width: 33.333333333%;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.textWithImages-column14 {
  float: left;
  width: 25%;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .textWithImages {
    margin-left: -10px;
  }
  .textWithImages-column34 {
    padding-left: 10px;
  }
  .textWithImages-column23 {
    padding-left: 10px;
  }
  .textWithImages-column12 {
    padding-left: 10px;
  }
  .textWithImages-column13 {
    padding-left: 10px;
  }
  .textWithImages-column14 {
    padding-left: 10px;
  }
}
@media (max-width: 480px) {
  .textWithImages-column34 {
    width: 100%;
  }
  .textWithImages-column23 {
    width: 100%;
  }
  .textWithImages-column12 {
    width: 100%;
  }
  .textWithImages-column13 {
    width: 100%;
  }
  .textWithImages-column14 {
    width: 100%;
  }
}
.inPageVideo {
  position: relative;
  height: 0;
  overflow: hidden;
  margin-bottom: 20px;
}
.inPageVideo iframe,
.inPageVideo object,
.inPageVideo embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .inPageVideo {
    margin-bottom: 10px;
  }
}
.input-upload {
  padding: 5px;
  background: whitesmoke;
  border: 1px solid #c2c2c2;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.input-upload input[type="file"] {
  margin-bottom: 0;
  font-size: 12px;
}
.fileup-file-item {
  *zoom: 1;
  padding: 5px 0;
  border-top: 1px solid #c2c2c2;
}
.fileup-file-item:before,
.fileup-file-item:after {
  display: table;
  content: "";
  line-height: 0;
}
.fileup-file-item:after {
  clear: both;
}
.fileup-file-item-name {
  float: left;
  max-width: 30%;
}
.fileup-item-actions {
  float: right;
  max-width: 70%;
  text-align: right;
}
.fileup-item-actions button {
  display: inline-block;
  vertical-align: top;
  height: 20px;
  line-height: 20px;
  padding: 0 5px;
  border: 0;
  background-color: #999999;
  float: right;
  margin-left: 10px;
  font-size: 11px;
  color: white;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.fileup-item-actions button i {
  font-style: normal;
}
.fileup-item-actions button:hover {
  background-color: #707070;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
span.error-badge {
  display: block;
  max-width: 100%;
  vertical-align: top;
  padding: 5px 0;
  font-size: 11px;
  color: red;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
span.error-badge-warning {
  color: orange;
}
.input-upload .progress {
  background-color: #f7f7f7;
  background-image: linear-gradient(to bottom, whitesmoke, #f9f9f9);
  background-repeat: repeat-x;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  height: 20px;
  margin: 10px 0;
  overflow: hidden;
}
.input-upload .progress .bar {
  float: left;
  width: 0;
  font-size: 12px;
  height: 100%;
  text-align: center;
  background-color: #0e90d2;
  background-repeat: repeat-x;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: width 0.6s ease 0s;
  -moz-transition: width 0.6s ease 0s;
  -o-transition: width 0.6s ease 0s;
  transition: width 0.6s ease 0s;
}
.input-upload .progress .bar-success {
  background-color: #5cb85c;
}
.files {
  width: 100%;
}
@media (max-width: 767px) {
  .files {
    width: 100%;
  }
}
@charset "UTF-8";
/*
 * jQuery File Upload UI Plugin CSS 8.8.1
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2010, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */

.fileinput-button {
  position: relative;
  overflow: hidden;
}
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(-300px, 0) scale(4);
  font-size: 23px;
  direction: ltr;
  cursor: pointer;
}
.fileinput-button input[disabled] {
  cursor: auto;
}
.datepick {
  width: 290px !important;
  overflow: hidden;
  color: black;
  background-color: white;
  border: 5px solid white;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.datepick-rtl {
  direction: rtl;
}
.datepick-popup {
  z-index: 10000;
}
.datepick-disable {
  position: absolute;
  z-index: 100;
  background-color: white;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.datepick a {
  color: white;
  text-decoration: none;
}
.datepick a.datepick-disabled {
  color: #888888;
  cursor: auto;
}
.datepick button {
  margin: 0.25em;
  padding: 0.125em 0em;
  background-color: #ffcccc;
  border: none;
  font-weight: bold;
}
.datepick-nav {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.datepick-nav a.datepick-cmd {
  color: white;
}
.datepick-nav,
.datepick-ctrl {
  float: left;
  width: 100%;
  background-color: #f6f6f6;
  color: #013f66;
  font-weight: bold;
}
.datepick-ctrl {
  background-color: white;
}
.datepick-cmd {
  width: 30%;
}
.datepick-cmd:hover {
  text-decoration: underline;
}
.datepick-ctrl .datepick-cmd:hover {
  background-color: none;
  text-decoration: underline;
}
.datepick-cmd-prevJump,
.datepick-cmd-nextJump {
  width: 8%;
}
a.datepick-cmd {
  height: 38px;
  line-height: 38px;
  color: #013f66;
}
button.datepick-cmd {
  text-align: center;
}
.datepick-cmd-prev,
.datepick-cmd-prevJump,
.datepick-cmd-clear {
  float: left;
  padding-left: 2%;
  text-align: center;
}
.datepick-cmd-clear {
  text-align: left;
}
.datepick-cmd-current,
.datepick-cmd-today {
  float: left;
  width: 35%;
  text-align: center;
}
.datepick-cmd-next,
.datepick-cmd-nextJump,
.datepick-cmd-close {
  float: right;
  padding-right: 2%;
  text-align: right;
}
.datepick-cmd-next {
  text-align: center;
}
.datepick-rtl .datepick-cmd-prev,
.datepick-rtl .datepick-cmd-prevJump,
.datepick-rtl .datepick-cmd-clear {
  float: right;
  padding-left: 0%;
  padding-right: 2%;
  text-align: right;
}
.datepick-rtl .datepick-cmd-current,
.datepick-rtl .datepick-cmd-today {
  float: right;
}
.datepick-rtl .datepick-cmd-next,
.datepick-rtl .datepick-cmd-nextJump,
.datepick-rtl .datepick-cmd-close {
  float: left;
  padding-left: 2%;
  padding-right: 0%;
  text-align: left;
}
.datepick-month-nav {
  float: left;
  background: #ebebeb;
  text-align: center;
}
.datepick-month-nav div {
  float: left;
  width: 12.5%;
  margin: 1%;
  padding: 1%;
}
.datepick-month-nav span {
  color: #888888;
}
.datepick-month-row {
  clear: left;
}
.datepick-month {
  float: left;
  width: 100%;
  text-align: center;
}
.datepick-month-header {
  text-align: center;
  padding: 5px 0;
}
.datepick-month-header,
.datepick-month-header select,
.datepick-month-header input {
  height: 30px;
  background-color: white;
  color: black;
  font-weight: bold;
}
.datepick-month-header select,
.datepick-month-header input {
  height: 30px;
  border: 1px solid #c2c2c2;
  font-size: 100%;
}
.datepick-month-header select.datepick-month-year {
  display: inline-block;
  width: auto;
  max-width: 50%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepick-month-header input {
  position: absolute;
  display: none;
}
.datepick-month table {
  width: 100%;
  border-collapse: collapse;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
}
.datepick-month thead {
  border-bottom: 1px solid #aaaaaa;
}
.datepick-month th,
.datepick-month td {
  margin: 0;
  padding: 0;
  font-weight: normal;
  text-align: center;
}
.datepick-month th {
  border: 1px solid #777777;
}
.datepick-month th,
.datepick-month th a {
  background-color: #777777;
  color: white;
  font-size: 12px;
  font-weight: bold;
}
.datepick-month td {
  background-color: #eeeeee;
  border: 1px solid #aaaaaa;
}
.datepick-month td.datepick-week {
  border: 1px solid #777777;
}
.datepick-month td.datepick-week * {
  background-color: #777777;
  color: white;
  border: none;
}
.datepick-month a {
  display: block;
  width: 100%;
  padding: 10px 0;
  background-color: #eeeeee;
  color: black;
  text-decoration: none;
}
.datepick-month span {
  display: block;
  width: 100%;
  padding: 10px 0;
}
.datepick-month td span {
  color: #888888;
}
.datepick-month td .datepick-other-month {
  background-color: white;
}
.datepick-month td .datepick-weekend {
  background-color: #dddddd;
}
.datepick-month td .datepick-today {
  background-color: #f0c0c0;
}
.datepick-month td .datepick-highlight {
  background-color: #c2c2c2;
}
.datepick-month td .datepick-selected {
  background-color: #f6f6f6;
  color: white;
}
.datepick-month th.datepick-week {
  background-color: #777777;
  color: white;
}
.datepick-status {
  clear: both;
  background-color: #dddddd;
  text-align: center;
}
.datepick-clear-fix {
  clear: both;
}
/**
 * multiscroll 0.0.5 Beta
 * https://github.com/alvarotrigo/multiscroll.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */

/*
html, body {
    margin: 0;
    padding: 0;
	overflow:hidden;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
*/

.ms-section {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ms-section.ms-table {
  display: table;
  width: 100%;
}
.ms-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.ms-easing {
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
#multiscroll-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
}
#multiscroll-nav.right {
  right: 17px;
}
#multiscroll-nav.left {
  left: 17px;
}
#multiscroll-nav ul {
  margin: 0;
  padding: 0;
}
#multiscroll-nav li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}
#multiscroll-nav li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}
#multiscroll-nav li .active span {
  background: #333333;
}
#multiscroll-nav span {
  top: 2px;
  left: 2px;
  width: 8px;
  height: 8px;
  border: 1px solid black;
  background: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
}
.multiscroll-tooltip {
  position: absolute;
  color: white;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  top: -2px;
}
.multiscroll-tooltip.right {
  right: 20px;
}
.multiscroll-tooltip.left {
  left: 20px;
}
.multiScroll-container {
  position: relative;
}
.ms-section {
  width: 100%;
  height: 100%;
  z-index: 2;
  background-size: cover;
  background-repeat: no-repeat;
}
.enterImage {
  background-image: url(../images/enterImage.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 240px;
  width: 70%;
  z-index: 999;
  height: 244px;
  width: 244px;
  text-align: center;
}
/* Fixed header and footer.
* --------------------------------------- */

#multiscrollContainerHeader,
#multiscrollContainerFooter {
  position: fixed;
  display: block;
  width: 100%;
  background: white;
  z-index: 9;
  text-align: center;
  color: white;
}
#multiscrollContainerHeader {
  height: 70px;
  top: 0px;
  left: 0px;
}
#multiscrollContainerFooter {
  height: 20px;
  bottom: 0px;
  left: 0px;
}
#multiscrollContainerHeader a {
  display: inline-block;
  padding: 0;
  width: 301px;
  height: 65px;
  background: url(../images/KGLogoIntro.png) no-repeat center center;
  text-indent: -9999px;
}
.paddingNoFluid {
  background: white;
}
.enterText {
  font-size: 35px;
  color: white;
  text-transform: uppercase;
  text-align: center;
  margin-top: 100px;
  margin: 0 auto;
  margin-top: 45%;
}
@media (max-width: 480px) {
  .enterImage {
    width: 124px;
    height: 124px;
  }
}
@media (max-width: 1600px) {
  .paddingNoFluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/*.read-more-exp{ position: absolute;top: 16px;right: 15px;}*/

.icon-angle-up,
.icon-angle-down {
  color: white;
  font-size: 24px;
  position: absolute;
  top: 16px;
  right: 10px;
  text-decoration: none;
  cursor: pointer;
}
.icon-angle-up:hover,
.icon-angle-down:hover {
  text-decoration: none;
}
/*
.read-more-exp a  { text-decoration:none; }
.read-less-tmp a { text-decoration:none; }
.read-less-tmp{ position: absolute;top: 16px;right: 15px; cursor:pointer;}
*/

.trackerCarouselAdds {
  position: relative;
  width: 100%;
  height: 250px;
  margin-bottom: 20px;
  *zoom: 1;
}
.trackerCarouselAdds:before,
.trackerCarouselAdds:after {
  display: table;
  content: "";
  line-height: 0;
}
.trackerCarouselAdds:after {
  clear: both;
}
.trackeradds_pic1 {
  max-width: 767px;
  max-height: 250px;
  float: left;
}
.trackeradds_pic1_img {
  width: 100%;
  height: auto;
}
.trackeradds_pic2_img {
  width: 100%;
  height: auto;
}
.trackeradds_pic2 {
  float: right;
  /*position: absolute; right: 0; top: 0;*/

}
.carouselLeftWrapper {
  float: left;
  width: 75%;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.carouselRightWrapper {
  float: left;
  width: 25%;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.trckAddsCarouselRight-item {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.trckAddsCarouselLeft-item {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.cycle-carousel-wrap {
  width: 100%;
}
@media (max-width: 800px) {
  .trackerCarouselAdds {
    height: 240px;
  }
}
@media (max-width: 775px) {
  .trackerCarouselAdds {
    height: 230px;
  }
}
@media (max-width: 750px) {
  .trackerCarouselAdds {
    height: 220px;
  }
}
@media (max-width: 725px) {
  .trackerCarouselAdds {
    height: 210px;
  }
}
@media (max-width: 700px) {
  .trackerCarouselAdds {
    height: 200px;
  }
}
@media (max-width: 675px) {
  .trackerCarouselAdds {
    height: 190px;
  }
}
@media (max-width: 650px) {
  .trackerCarouselAdds {
    height: 180px;
  }
}
@media (max-width: 625px) {
  .trackerCarouselAdds {
    height: 170px;
  }
}
@media (max-width: 600px) {
  .trackerCarouselAdds {
    height: 160px;
  }
}
@media (max-width: 575px) {
  .trackerCarouselAdds {
    height: 150px;
  }
}
@media (max-width: 550px) {
  .trackerCarouselAdds {
    height: 140px;
  }
}
@media (max-width: 525px) {
  .trackerCarouselAdds {
    height: 130px;
  }
}
@media (max-width: 500px) {
  .trackerCarouselAdds {
    height: 120px;
  }
}
@media (max-width: 475px) {
  .trackerCarouselAdds {
    height: 110px;
  }
}
@media (max-width: 450px) {
  .trackerCarouselAdds {
    height: 100px;
  }
}
@media (max-width: 425px) {
  .trackerCarouselAdds {
    height: 90px;
  }
}
@media (max-width: 400px) {
  .trackerCarouselAdds {
    height: 80px;
  }
}
@media (max-width: 375px) {
  .trackerCarouselAdds {
    height: 70px;
  }
}
@media (max-width: 350px) {
  .trackerCarouselAdds {
    height: 60px;
  }
}
@media (max-width: 325px) {
  .trackerCarouselAdds {
    height: 50px;
  }
}
.st1Seat {
  display: inline-block;
  vertical-align: top;
  width: 39px;
  height: 31px;
  margin: 3px 1px 0 0;
  background: url(../images/skiliftTable/KG-vlecnica.png) no-repeat center;
  text-indent: -9999px;
}
.stOneSeat {
  display: inline-block;
  vertical-align: top;
  width: 39px;
  height: 31px;
  margin: 3px 1px 0 0;
  background: url(../images/skiliftTable/KG-enosedeznica.png) no-repeat center;
  text-indent: -9999px;
}
.stTwoSeat {
  display: inline-block;
  vertical-align: top;
  width: 39px;
  height: 31px;
  margin: 3px 1px 0 0;
  background: url(../images/skiliftTable/KG-dvosedeznica.png) no-repeat center;
  text-indent: -9999px;
}
.stMultiSeat {
  display: inline-block;
  vertical-align: top;
  width: 39px;
  height: 31px;
  margin: 3px 1px 0 0;
  background: url(../images/skiliftTable/KG-vecsedeznica.png) no-repeat center;
  text-indent: -9999px;
}
.stYes {
  display: inline-block;
  vertical-align: top;
  width: 39px;
  height: 31px;
  margin: 3px 1px 0 0;
  background: url(../images/skiliftTable/KG-Active.png) no-repeat center;
  text-indent: -9999px;
}
.stNo {
  display: inline-block;
  vertical-align: top;
  width: 39px;
  height: 31px;
  margin: 3px 1px 0 0;
  background: url(../images/skiliftTable/KG-notActive.png) no-repeat center;
  text-indent: -9999px;
}
table.skiliftTable {
  /*width: 100%;*/
  border-collapse: collapse;
  margin-bottom: 50px;
}
table.skiliftTable thead tr {
  border: none;
}
table.skiliftTable tr {
  border-bottom: 1px solid #949393;
  border-collapse: collapse;
  text-align: center;
  padding-right: 20px;
}
.stMobile {
  display: none;
}
/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  .stStar {
    display: inline-block;
    vertical-align: top;
    width: 39px;
    height: 31px;
    text-align: center;
  }
  .stMobile {
    display: inline;
    /*position: absolute;
  		top: 0px;
  		left: 0px;*/
    margin-left: 10px;
    float: left;
  }
  /* Force table to not be like tables anymore */
  
  table.skiliftTable,
  table.skiliftTable thead,
  table.skiliftTable tbody,
  table.skiliftTable th,
  table.skiliftTable td,
  table.skiliftTable tr {
    display: block;
    text-align: right;
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  
  table.skiliftTable thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  table.skiliftTable tr {
    border: 1px solid #cccccc;
  }
  table.skiliftTable td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eeeeee;
    position: relative;
  }
  table.skiliftTable td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
}
.thumbGallery2 {
  overflow: auto;
  position: relative;
}
.thumbGallery2 .mainSlice {
  position: relative;
  overflow: hidden;
  width: 60%;
  float: left;
}
.thumbGallery2 .mainSlice img.current {
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 3;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
}
.thumbGallery2 .mainSlice img.new {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
}
.thumbGallery2 .thumbs_vertical {
  /*margin-right:-2%;*/
  float: right;
  width: 39%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.thumbGallery2 .thumbs_vertical img {
  display: block;
  float: left;
  width: 31%;
  max-width: 31%;
  margin: 2% 2% 0 0;
  cursor: pointer;
}
.thumbGallery .main {
  position: relative;
  overflow: hidden;
}
.thumbGallery .main img.current {
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 3;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
}
.thumbGallery .main img.new {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
}
.thumbGallery .thumbs {
  margin-right: -5%;
}
.thumbGallery .thumbs img {
  display: block;
  float: left;
  width: 23.1%;
  max-width: 23.1%;
  margin: 1% 1% 0 0;
  cursor: pointer;
}
/* --------------------------------------------- */

/* Author: http://codecanyon.net/user/CodingJack */

/* --------------------------------------------- */

/* ----------------------------------------------------------- */

/*                COLORS, FONTS and GRAPHICS                   */

/* ----------------------------------------------------------- */

/* adjust main modal background color and opacity here */

.jackbox-modal {
  font: 12px Arial, Helvetica, sans-serif;
  color: #666666;
  line-height: 18px;
  background: rgba(0, 0, 0, 0.75);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.jackbox-modal img {
  max-width: none;
}
/* headers for descriptions and custom html */

.jackbox-modal h2,
.jackbox-modal h3 {
  font: 24px "Mako", sans-serif;
  font-weight: normal;
  color: #444444;
}
/* the item titles shown beneath the content */

.jackbox-title-text {
  font: 14px "Mako", sans-serif;
  color: #222222;
}
/* small thumb tooltip container */

.jackbox-thumb-tip {
  background: url(../mediaOverlay/jackbox/img/graphics/ie_bg.png);
  background: rgba(0, 0, 0, 0.75);
}
/* small thumb tooltip text */

.jackbox-thumb-tip-text {
  font: 12px "Mako", sans-serif;
  text-transform: uppercase;
  color: white;
}
/* item descriptions (info) background-color */

.jackbox-description-text {
  background-color: white;
  text-align: left;
}
/* custom html's background-color and border */

.jackbox-html > div {
  background-color: whitesmoke;
  border: 1px solid #e5e5e5;
  text-align: left;
}
/* main content container */

.jackbox-holder {
  background-color: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.jackbox-container {
  background: black;
  background: -moz-radial-gradient(center, ellipse cover, #444444 0%, black 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #444444), color-stop(100%, black));
  background: -webkit-radial-gradient(center, ellipse cover, #444444 0%, black 100%);
  background: -o-radial-gradient(center, ellipse cover, #444444 0%, black 100%);
  background: -ms-radial-gradient(center, ellipse cover, #444444 0%, black 100%);
  background: radial-gradient(ellipse at center, #444444 0%, black 100%);
}
/* large prev/next buttons located on the far sides of the modal */

.jackbox-panel:hover {
  background-color: #333333;
}
/* large prev button */

.jackbox-panel-left {
  background-image: url(../mediaOverlay/jackbox/img/graphics/panel_left.png);
}
/* large next button */

.jackbox-panel-right {
  background-image: url(../mediaOverlay/jackbox/img/graphics/panel_right.png);
}
/* large prev button on mouse over */

.jackbox-panel-left:hover {
  -webkit-box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.2);
  border-right: 1px solid #4d4d4d;
  background-image: url(../mediaOverlay/jackbox/img/graphics/panel_left_over.png);
}
/* large right button on mouseover */

.jackbox-panel-right:hover {
  -webkit-box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.2);
  box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.2);
  border-left: 1px solid #4d4d4d;
  background-image: url(../mediaOverlay/jackbox/img/graphics/panel_right_over.png);
}
/* prev, next, info, close and toggle-thumbs buttons */

.jackbox-button {
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}
/* previous button */

.jackbox-arrow-left {
  background-image: url(../mediaOverlay/jackbox/img/graphics/left_arrow.png);
}
/* next button */

.jackbox-arrow-right {
  background-image: url(../mediaOverlay/jackbox/img/graphics/right_arrow.png);
}
/* info button */

.jackbox-info {
  background-image: url(../mediaOverlay/jackbox/img/graphics/info.png);
}
/* show thumbnails (+) */

.jackbox-show-thumbs {
  background-image: url(../mediaOverlay/jackbox/img/graphics/thumbs_show.png);
}
/* hide thumbnails (-) */

.jackbox-hide-thumbs {
  background-image: url(../mediaOverlay/jackbox/img/graphics/thumbs_hide.png);
}
/* close button */

.jackbox-close {
  background-image: url(../mediaOverlay/jackbox/img/graphics/exit.png);
}
/* fullscreen button */

.jackbox-fs {
  background-image: url(../mediaOverlay/jackbox/img/graphics/fullscreen.png);
}
.jackbox-ns {
  background-image: url(../mediaOverlay/jackbox/img/graphics/normalscreen.png);
}
/* button over/active state */

.jb-info-inactive,
.jackbox-button:hover {
  opacity: 0.6;
}
/* thumb strip background color and opacity */

.jackbox-thumb-panel {
  background: url(../mediaOverlay/jackbox/img/graphics/ie_bg.png);
  background: rgba(0, 0, 0, 0.75);
}
/* the thumb panel's left arrow */

.jackbox-thumb-left {
  width: 20px;
  height: 20px;
  margin: -9px 0 0 -30px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-image: url(../mediaOverlay/jackbox/img/graphics/thumb_left.png);
}
/* the thumb panel's right arrow */

.jackbox-thumb-right {
  width: 20px;
  height: 20px;
  margin: -9px 0 0 12px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-image: url(../mediaOverlay/jackbox/img/graphics/thumb_right.png);
}
/* the thumb arrows, on mouse over */

.jackbox-thumb-left:hover,
.jackbox-thumb-right:hover {
  opacity: 0.70;
}
/* the preloader */

.jackbox-preloader {
  background: url(../mediaOverlay/jackbox/img/graphics/ie_preloader.gif);
  background: -moz-linear-gradient(top, white 0%, white 25%, #444444 90%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(25%, white), color-stop(90%, #444444));
  background: -webkit-linear-gradient(top, white 0%, white 25%, #444444 90%);
  background: -ms-linear-gradient(top, white 0%, white 25%, #444444 90%);
  background: linear-gradient(to bottom, white 0%, white 25%, #444444 90%);
}
/* graphic placed inside preloader to create gradient effect */

.jackbox-pre-inside {
  background-color: black;
}
/* a little eye magic, added once the first lightbox item loads */

.jackbox-pre-ready {
  background-color: #444444;
}
/* ----------------------------------------------------------- */

/*                   LAYOUT and POSITIONING                    */

/* ----------------------------------------------------------- */

/* This is necessary for the hover effects to work */

.jackbox {
  position: relative;
  display: inline-block;
}
/* the main modal */

.jackbox-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 9999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
/* h2 header spacing for custom html */

.jackbox-modal h2 {
  margin: 0 0 12px -2px;
}
/* h3 header spacing for descrptions/info */

.jackbox-modal h3 {
  margin: 0 0 8px -2px;
}
/* custom html unordered list */

.jackbox-modal ul {
  margin: 0;
  padding: 0;
}
/* custom html unordered list items */

.jackbox-modal li {
  margin: 0 0 10px 0;
  padding: 0;
}
/* normalize custom html padding */

.jackbox-modal li:last-child {
  margin-bottom: -10px;
}
/* custom html content container */

.jackbox-html > div {
  padding: 16px 20px 16px 20px;
  box-sizing: border-box;
}
/* custom html content paragraphs */

.jackbox-html > div p {
  margin: 5px 0 0 0;
  color: gray;
}
/* the title text container */

.jackbox-title-text {
  position: absolute;
  left: 6px;
  top: 7px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
  z-index: 0;
}
/* description text container */

.jackbox-info-text {
  display: inline-block;
  overflow-y: auto;
  z-index: 999;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/* description text inner container */

.jackbox-description-text {
  padding: 14px 17px 19px 17px;
}
/* hide content initially */

.jackbox-html,
.jackbox-wrapper,
.jackbox-content,
.jackbox-description,
.jackbox-hidden-items {
  display: none;
}
/* Allow overflow for html divs */

.jackbox-html {
  overflow-y: auto;
}
/* https://developer.mozilla.org/en-US/docs/CSS/Image-rendering */

.jackbox-modal img {
  image-rendering: optimizeSpeed;
}
/* the main content container */

.jackbox-holder {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  padding: 33px 6px 34px 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
/* the main media container */

.jackbox-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 0;
  text-align: center;
}
/* gets applied to the media itself (image/iframe) */

.jackbox-content {
  margin: 0 auto;
}
/* when non-native fullscreen video is activated, gets applied to html/body tags */

.jackbox-overflow {
  overflow: hidden !important;
}
/* main thumbstrip container */

.jackbox-thumb-holder {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
/* inner thumbstrip container */

.jackbox-thumb-panel {
  position: absolute;
  left: 50%;
  overflow: hidden;
  white-space: nowrap;
  padding: 2px 2px 0 2px;
}
/* final thumbstrip container */

.jackbox-thumb-strip {
  position: relative;
}
/* thumbnail container */

.jackbox-thumb {
  overflow: hidden;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
/* thumbnail image */

.jackbox-thumb img {
  cursor: pointer;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
/* gets added when the thumbnail loads */

.jb-thumb-fadein img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
}
/* gets applied to an active thumb item */

.jb-thumb-active img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
/* thumbnail mouse over */

.jb-thumb-hover img:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
/* removes the pointer cursor for an active thumbnail */

.jb-thumb-active img {
  cursor: auto;
}
/* the thumbstrip arrows */

.jackbox-thumb-left,
.jackbox-thumb-right {
  cursor: pointer;
  position: absolute;
  display: none;
}
/* the content header */

.jackbox-top {
  position: absolute;
  top: 7px;
  left: 5px;
}
/* cross-browser fix for background */

.jackbox-top:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 1px;
  width: 100%;
  height: 1px;
  background-color: white;
  display: block;
  z-index: 999;
}
/* the content footer */

.jackbox-bottom {
  position: relative;
  white-space: nowrap;
  z-index: 99;
}
/* the social widget */

.jackbox-social {
  position: absolute;
}
/* the header's button container (the close button) */

.jackbox-top-icons {
  position: absolute;
  right: -1px;
}
/* the footer's button container */

.jackbox-bottom-icons {
  position: absolute;
  right: 0px;
  top: 7px;
}
/* the prev/next button container */

.jackbox-controls {
  position: absolute;
  left: 0;
  top: 7px;
  z-index: 1;
}
/* gets applied to header/footer buttons */

.jackbox-button {
  cursor: pointer;
  display: inline-block;
}
/* the next item button */

.jackbox-arrow-right {
  margin-left: 6px;
}
/* show/hide, fullscreen/normalscreen buttons */

.jackbox-button-margin {
  margin-left: 6px;
}
/* toggle the fullscreen buttons while in fullscreen */

:-webkit-full-screen .jackbox-fs {
  display: none !important;
}
/* toggle the fullscreen buttons while in fullscreen */

:-moz-full-screen .jackbox-fs {
  display: none !important;
}
/* toggle the fullscreen buttons while in fullscreen */

:-webkit-full-screen .jackbox-ns {
  display: inline-block !important;
}
:-moz-full-screen .jackbox-ns {
  display: inline-block !important;
}
/* large prev/next buttons located on the far sides of the modal */

.jackbox-panel {
  display: block;
  cursor: pointer;
  visibility: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 38px 38px;
  width: 58px;
  height: 100%;
  position: absolute;
  top: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
/* large prev button */

.jackbox-panel-left {
  left: 0;
}
/* large next button */

.jackbox-panel-right {
  right: 0;
}
/* the main preloader container */

.jackbox-preloader {
  position: fixed;
  left: 50%;
  top: 50%;
  display: none;
  margin: -15px 0 0 -15px;
  z-index: 9999;
  width: 30px;
  height: 30px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* only gets added when the preloader is shown */

.jackbox-spin-preloader {
  display: block;
  -webkit-animation: rotator 1s linear infinite;
  -moz-animation: rotator 1s linear infinite;
  -ms-animation: rotator 1s linear infinite;
  animation: rotator 1s linear infinite;
}
/* graphic placed inside preloader to get that nice spinning gradient look */

.jackbox-pre-inside {
  display: block;
  margin: 5px 0 0 5px;
  width: 20px;
  height: 20px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: background-color 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: background-color 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: background-color 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: background-color 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: background-color 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
/* small thumb tooltip container */

.jackbox-thumb-tip {
  display: block;
  position: fixed;
  overflow: hidden;
  opacity: 0;
  z-index: 9999;
  visibility: hidden;
  pointer-events: none;
  padding: 5px 10px 5px 10px;
  -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
/* small thumb tooltip text */

.jackbox-thumb-tip-text {
  white-space: nowrap;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: width 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: width 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: width 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: width 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: width 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
/* CSS3 Preloader */

@-webkit-keyframes rotator {
  from {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
/* CSS3 Preloader */

@-moz-keyframes rotator {
  from {
    -moz-transform: rotate(0deg);
  }
  50% {
    -moz-transform: rotate(180deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
/* CSS3 Preloader */

@-ms-keyframes rotator {
  from {
    -ms-transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}
/* CSS3 Preloader */

@keyframes rotator {
  from {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* ----------------------------------------------------------- */

/*                         SMARTPHONE                          */

/* ----------------------------------------------------------- */

@media screen and (max-width: 600px) {
  .jackbox-panel,
  .jackbox-thumb-holder {
    display: none !important;
  }
  .jackbox-show-thumbs,
  .jackbox-hide-thumbs {
    width: 0;
    margin-left: 0;
    overflow: hidden;
  }
}
/* ----------------------------------------------------------- */

/*                        RETINA ICONS                         */

/* ----------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* previous button */
  
  .jackbox-arrow-left {
    background-image: url(../mediaOverlay/jackbox/img/graphics/retina/left_arrow@2x.png);
  }
  /* next button */
  
  .jackbox-arrow-right {
    background-image: url(../mediaOverlay/jackbox/img/graphics/retina/right_arrow@2x.png);
  }
  /* info button */
  
  .jackbox-info {
    background-image: url(../mediaOverlay/jackbox/img/graphics/retina/info@2x.png);
  }
  /* show thumbnails (+) */
  
  .jackbox-show-thumbs {
    background-image: url(../mediaOverlay/jackbox/img/graphics/retina/thumbs_show@2x.png);
  }
  /* hide thumbnails (-) */
  
  .jackbox-hide-thumbs {
    background-image: url(../mediaOverlay/jackbox/img/graphics/retina/thumbs_hide@2x.png);
  }
  /* close button */
  
  .jackbox-close {
    background-image: url(../mediaOverlay/jackbox/img/graphics/retina/exit@2x.png);
  }
  /* fullscreen button */
  
  .jackbox-fs {
    background-image: url(../mediaOverlay/jackbox/img/graphics/retina/fullscreen@2x.png);
  }
  .jackbox-ns {
    background-image: url(../mediaOverlay/jackbox/img/graphics/retina/normalscreen@2x.png);
  }
  /* the thumb panel's left arrow */
  
  .jackbox-thumb-left {
    background-image: url(../mediaOverlay/jackbox/img/graphics/retina/thumb_left@2x.png);
  }
  /* the thumb panel's right arrow */
  
  .jackbox-thumb-right {
    background-image: url(../mediaOverlay/jackbox/img/graphics/retina/thumb_right@2x.png);
  }
  /* large prev button */
  
  .jackbox-panel-left {
    background-image: url(../mediaOverlay/jackbox/img/graphics/retina/panel_left@2x.png);
  }
  /* large next button */
  
  .jackbox-panel-right {
    background-image: url(../mediaOverlay/jackbox/img/graphics/retina/panel_right@2x.png);
  }
  /* large prev button on mouse over */
  
  .jackbox-panel-left:hover {
    background-image: url(../mediaOverlay/jackbox/img/graphics/retina/panel_left_over@2x.png);
  }
  /* large right button on mouseover */
  
  .jackbox-panel-right:hover {
    background-image: url(../mediaOverlay/jackbox/img/graphics/retina/panel_right_over@2x.png);
  }
}
/* --------------------------------------------- */

/* Author: http://codecanyon.net/user/CodingJack */

/* --------------------------------------------- */

/* thumbnail hover container */

.jackbox-hover {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background-position: center 75%;
  background-repeat: no-repeat;
  background-size: 45px 45px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.jackbox-hover:visited {
  text-decoration: none !;
}
/* black background */

.jackbox-hover-black {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.65);
}
/* white background */

.jackbox-hover-white {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
}
/* magnify icon */

.jackbox-hover-magnify {
  background-image: url(../mediaOverlay/jackbox/img/graphics/hover_magnify.png);
}
/* video play icon */

.jackbox-hover-play {
  background-image: url(../mediaOverlay/jackbox/img/graphics/hover_play.png);
}
/* document icon */

.jackbox-hover-document {
  background-image: url(../mediaOverlay/jackbox/img/graphics/hover_document.png);
}
/* The shade for the blur effect */

.jackbox-hover-blur {
  background-color: black;
  background-color: rgba(255, 255, 255, 0.25);
}
/* The html5 canvas blur */

.jackbox-canvas-blur {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
/* on mouse over */

.jackbox:hover > .jackbox-hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  background-position: center center;
}
/* on mouse over blur */

.jackbox:hover > .jackbox-canvas-blur {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
/* black bg, blur text color */

.jackbox > .jackbox-hover-black,
.jackbox > .jackbox-hover-blur,
.jackbox:visited > .jackbox-hover-black,
.jackbox:visited > .jackbox-hover-blur {
  color: #eeeeee;
}
/* white bg text color */

.jackbox > .jackbox-hover-white,
.jackbox:visited > .jackbox-hover-white {
  color: #333333;
}
/* text reset */

.jackbox {
  font: 14px "Mako", sans-serif;
  text-decoration: none;
  line-height: 0;
}
/* hover text container */

.jackbox-hover p {
  margin: 0;
  text-align: left;
  padding: 10px 10px 0 10px;
  line-height: normal;
}
/* large thumb tooltip */

.jackbox-tooltip {
  position: absolute;
  display: inline-block;
  pointer-events: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid white;
  border-bottom: none;
  background: whitesmoke;
  background: -moz-linear-gradient(top, whitesmoke 0%, #e5e5e5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, whitesmoke), color-stop(100%, #e5e5e5));
  background: -webkit-linear-gradient(top, whitesmoke 0%, #e5e5e5 100%);
  background: -o-linear-gradient(top, whitesmoke 0%, #e5e5e5 100%);
  background: -ms-linear-gradient(top, whitesmoke 0%, #e5e5e5 100%);
  background: linear-gradient(to bottom, whitesmoke 0%, #e5e5e5 100%);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
/* large thumb tooltip text */

.jackbox-tooltip p {
  font: 14px "Mako", sans-serif;
  line-height: normal;
  white-space: nowrap;
  padding: 6px 10px 7px 10px;
  margin: 0;
  color: #444444;
  text-shadow: 1px 1px 0 white;
}
/* large thumb tooltip arrow */

.jackbox-tooltip p:after {
  width: 0;
  height: 0;
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #e5e5e5;
  position: absolute;
  bottom: -10px;
  left: 65%;
}
/* ----------------------------------------------------------- */

/*                        RETINA ICONS                         */

/* ----------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* magnify icon */
  
  .jackbox-hover-magnify {
    background-image: url(../mediaOverlay/jackbox/img/graphics/retina/hover_magnify@2x.png);
  }
  /* video play icon */
  
  .jackbox-hover-play {
    background-image: url(../mediaOverlay/jackbox/img/graphics/retina/hover_play@2x.png);
  }
  /* document icon */
  
  .jackbox-hover-document {
    background-image: url(../mediaOverlay/jackbox/img/graphics/retina/hover_document@2x.png);
  }
}
.h4heading {
  position: relative;
}
.document-red .collapsibleContent-closed {
  color: white !important;
  background-color: #eb3252 !important;
}
.document-red .paragraph-emphasis,
.document-red .paragraph-emphasis p,
.document-red .paragraph-emphasis ol,
.document-red .paragraph-emphasis ul,
.document-red .paragraph-emphasis li,
.document-red .paragraph-emphasis dl,
.document-red .paragraph-emphasis dt,
.document-red .paragraph-emphasis dd {
  color: #eb3252;
}
.document-red .contentTitle h1:after,
.document-red .contentTitle h2:after,
.document-red .primaryMenu ul > li.active,
.document-red .primaryMenu ul > li.active a {
  background-color: #eb3252;
}
.document-red .pageSummary-content {
  background-color: rgba(235, 50, 82, 0.8);
}
.document-red .h4heading {
  background-color: #eb3252;
  margin-bottom: 20px;
}
.document-red .h4heading h4 {
  padding: 15px 20px;
  margin: 0;
  color: white;
  font-size: 18px;
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
}
.document-red table.skiliftTable th {
  background: #eb3252;
  color: white;
  font-weight: bold;
  padding: 7px;
}
.document-red .skiliftTableName h3 {
  color: #eb3252;
}
.document-green .collapsibleContent-closed {
  color: white !important;
  background-color: #63b94e !important;
}
.document-green .paragraph-emphasis,
.document-green .paragraph-emphasis p,
.document-green .paragraph-emphasis ol,
.document-green .paragraph-emphasis ul,
.document-green .paragraph-emphasis li,
.document-green .paragraph-emphasis dl,
.document-green .paragraph-emphasis dt,
.document-green .paragraph-emphasis dd {
  color: #63b94e;
}
.document-green .contentTitle h1:after,
.document-green .contentTitle h2:after,
.document-green .contentTitle h3:after,
.document-green .primaryMenu ul > li.active,
.document-green .primaryMenu ul > li.active a {
  background-color: #63b94e;
}
.document-green .pageSummary-content {
  background-color: rgba(99, 185, 78, 0.8);
}
.document-green .h4heading {
  background-color: #63b94e;
  margin-bottom: 20px;
}
.document-green .h4heading h4 {
  padding: 15px 20px;
  margin: 0;
  color: white;
  font-size: 18px;
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
}
.document-green table.skiliftTable th {
  background: #63b94e;
  color: white;
  font-weight: bold;
  padding: 7px;
}
.document-green .skiliftTableName h3 {
  color: #63b94e;
}
.document-blue .collapsibleContent-closed {
  color: white !important;
  background-color: #0066cb !important;
}
.document-blue .paragraph-emphasis,
.document-blue .paragraph-emphasis p,
.document-blue .paragraph-emphasis ol,
.document-blue .paragraph-emphasis ul,
.document-blue .paragraph-emphasis li,
.document-blue .paragraph-emphasis dl,
.document-blue .paragraph-emphasis dt,
.document-blue .paragraph-emphasis dd {
  color: #0066cb;
}
.document-blue .contentTitle h1:after,
.document-blue .contentTitle h2:after,
.document-blue .primaryMenu ul > li.active,
.document-blue .primaryMenu ul > li.active a {
  background-color: #0066cb;
}
.document-blue .pageSummary-content {
  background-color: rgba(0, 102, 203, 0.8);
}
.document-blue .h4heading {
  background-color: #0066cb;
  margin-bottom: 20px;
}
.document-blue .h4heading h4 {
  padding: 15px 20px;
  margin: 0;
  color: white;
  font-size: 18px;
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
}
.document-blue table.skiliftTable th {
  background: #0066cb;
  color: white;
  font-weight: bold;
  padding: 7px;
}
.document-blue .skiliftTableName h3 {
  color: #0066cb;
}
.document-yellow .collapsibleContent-closed {
  color: white !important;
  background-color: #ffcc00 !important;
}
.document-yellow .paragraph-emphasis,
.document-yellow .paragraph-emphasis p,
.document-yellow .paragraph-emphasis ol,
.document-yellow .paragraph-emphasis ul,
.document-yellow .paragraph-emphasis li,
.document-yellow .paragraph-emphasis dl,
.document-yellow .paragraph-emphasis dt,
.document-yellow .paragraph-emphasis dd {
  color: #ffcc00;
}
.document-yellow .contentTitle h1:after,
.document-yellow .contentTitle h2:after,
.document-yellow .primaryMenu ul > li.active,
.document-yellow .primaryMenu ul > li.active a {
  background-color: #ffcc00;
}
.document-yellow .pageSummary-content {
  background-color: rgba(255, 204, 0, 0.8);
}
.document-yellow .h4heading {
  background-color: #ffcc00;
  margin-bottom: 20px;
}
.document-yellow .h4heading h4 {
  padding: 15px 20px;
  margin: 0;
  color: white;
  font-size: 18px;
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
}
.document-yellow table.skiliftTable th {
  background: #ffcc00;
  color: white;
  font-weight: bold;
  padding: 7px;
}
.document-yellow .skiliftTableName h3 {
  color: #ffcc00;
}
.document-orange .collapsibleContent-closed {
  color: white !important;
  background-color: #ff9933 !important;
}
.document-orange .paragraph-emphasis,
.document-orange .paragraph-emphasis p,
.document-orange .paragraph-emphasis ol,
.document-orange .paragraph-emphasis ul,
.document-orange .paragraph-emphasis li,
.document-orange .paragraph-emphasis dl,
.document-orange .paragraph-emphasis dt,
.document-orange .paragraph-emphasis dd {
  color: #ff9933;
}
.document-orange .contentTitle h1:after,
.document-orange .contentTitle h2:after,
.document-orange .primaryMenu ul > li.active,
.document-orange .primaryMenu ul > li.active a {
  background-color: #ff9933;
}
.document-orange .pageSummary-content {
  background-color: rgba(255, 153, 51, 0.8);
}
.document-orange .h4heading {
  background-color: #ff9933;
  margin-bottom: 20px;
}
.document-orange .h4heading h4 {
  padding: 15px 20px;
  margin: 0;
  color: white;
  font-size: 18px;
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
}
.document-orange table.skiliftTable th {
  background: #ff9933;
  color: white;
  font-weight: bold;
  padding: 7px;
}
.document-orange .skiliftTableName h3 {
  color: #ff9933;
}
.document-violet .collapsibleContent-closed {
  color: white !important;
  background-color: #ff9933 !important;
}
.document-violet .paragraph-emphasis,
.document-violet .paragraph-emphasis ol,
.document-violet .paragraph-emphasis ul,
.document-violet .paragraph-emphasis li,
.document-violet .paragraph-emphasis dl,
.document-violet .paragraph-emphasis dt,
.document-violet .paragraph-emphasis p,
.document-violet .paragraph-emphasis dd {
  color: #ff9933;
}
.document-violet .contentTitle h1:after,
.document-violet .contentTitle h2:after,
.document-violet .primaryMenu ul > li.active,
.document-violet .primaryMenu ul > li.active a {
  background-color: #ff9933;
}
.document-violet .pageSummary-content {
  background-color: rgba(255, 153, 51, 0.8);
}
.document-violet .h4heading {
  background-color: #ff9933;
  margin-bottom: 20px;
}
.document-violet .h4heading h4 {
  padding: 15px 20px;
  margin: 0;
  color: white;
  font-size: 18px;
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
}
.document-violet table.skiliftTable th {
  background: #ff9933;
  color: white;
  font-weight: bold;
  padding: 7px;
}
.document-violet .skiliftTableName h3 {
  color: #ff9933;
}
.document-cyan .collapsibleContent-closed {
  color: white !important;
  background-color: #1c9f8f !important;
}
.document-cyan .paragraph-emphasis,
.document-cyan .paragraph-emphasis ol,
.document-cyan .paragraph-emphasis ul,
.document-cyan .paragraph-emphasis li,
.document-cyan .paragraph-emphasis dl,
.document-cyan .paragraph-emphasis dt,
.document-cyan .paragraph-emphasis p,
.document-cyan .paragraph-emphasis dd {
  color: #1c9f8f;
}
.document-cyan .contentTitle h1:after,
.document-cyan .contentTitle h2:after,
.document-cyan .primaryMenu ul > li.active,
.document-cyan .primaryMenu ul > li.active a {
  background-color: #1c9f8f;
}
.document-cyan .pageSummary-content {
  background-color: rgba(28, 159, 143, 0.8);
}
.document-cyan .h4heading {
  background-color: #1c9f8f;
  margin-bottom: 20px;
}
.document-cyan .h4heading h4 {
  padding: 15px 20px;
  margin: 0;
  color: white;
  font-size: 18px;
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
}
.document-cyan table.skiliftTable th {
  background: #1c9f8f;
  color: white;
  font-weight: bold;
  padding: 7px;
}
.document-cyan .skiliftTableName h3 {
  color: #1c9f8f;
}
