@charset "UTF-8";
/*
    Created on : 2017-04-10, 15:50:08
    Author     : Mariusz Andrzejewski <mariusz.andrzejewski@vobacom.pl>
*/
.button1 {
  background-color: #2962ff;
  display: table;
  color: #fff;
  font-family: "Open Sans";
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  font-size: 1.1428571429em;
  padding: 18px 35px;
  cursor: pointer;
  border: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.75);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.button1:hover, .button1:focus {
  background-color: #ff1744;
  text-decoration: none;
}

.clearfix:before, body div.menu-name-menu-site-sections > ul.menu:before, .banner-menu-1 ul.menu:before,
.clearfix:after,
body div.menu-name-menu-site-sections > ul.menu:after,
.banner-menu-1 ul.menu:after {
  content: "";
  display: table;
}

.clearfix:after, body div.menu-name-menu-site-sections > ul.menu:after, .banner-menu-1 ul.menu:after {
  clear: both;
}

.clearfix, body div.menu-name-menu-site-sections > ul.menu, .banner-menu-1 ul.menu {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
}

h2.block-header1, h2.block-header2 {
  font-size: 3.2857142857em;
  font-family: "Signika";
  font-weight: 400;
}
@media only screen and (max-width: 600px) {
  h2.block-header1, h2.block-header2 {
    font-size: 2.2857142857em;
  }
}
h2.block-header1::before, h2.block-header2::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 4px;
  vertical-align: middle;
  background: #000000;
  margin-right: 40px;
}

h2.block-header2 {
  font-size: 1.7857142857em;
}
h2.block-header2::before {
  margin-right: 25px;
}

.title1 {
  font-family: "Signika";
  font-size: 3.2142857143em;
  font-weight: 700;
  line-height: 1em;
}

.title2, .news_list_title, .news_list_item h3 {
  font-family: "Signika";
  font-size: 2em;
  font-weight: 700;
  line-height: 1em;
}

.published_date1 {
  font-size: 1em;
  color: #444444;
}

.categories {
  background-color: #2962ff;
  color: #fff;
  font-size: 1em;
  line-height: 1.7em;
  font-family: "Signika";
  padding: 0 13px;
  display: table;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.top-block-border {
  border-right: solid 1px #90a4ae;
}

.ico-geo-marker {
  background-image: url("../imgs/icons/geo-marker.png");
  background-repeat: no-repeat;
}

.ico-phone {
  background-image: url("../imgs/icons/phone.png");
  background-repeat: no-repeat;
}

.ico-mail {
  background-image: url("../imgs/icons/mail.png");
  background-repeat: no-repeat;
}

.ico-clock {
  background-image: url("../imgs/icons/clock.png");
  background-repeat: no-repeat;
}

.dark_shade {
  background-color: rgba(0, 0, 0, 0.5);
}

.news_list_title, .news_list_item h3 {
  margin-top: 10px;
  margin-bottom: 5px;
  line-height: 1.2em;
}
.news_list_title a, .news_list_item h3 a {
  text-decoration: none;
  color: #000000;
}
.news_list_title a:hover, .news_list_item h3 a:hover {
  text-decoration: underline;
}

.news_list_item li {
  margin-bottom: 15px;
  list-style: none;
  position: relative;
}
.news_list_item li::before {
  content: "";
  width: 119px;
  height: 1px;
  background: #90a4ae;
  display: block;
}
.news_list_item li div.vnews-row-body {
  font-family: "Open Sans";
  color: #444444;
  font-size: 1em;
  line-height: 1.7em;
}

.form_field1 {
  border: solid 1px #90a4ae;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 10px;
}

div.select-wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
}
div.select-wrapper > select {
  width: 100%;
}

.select-style-1 > select {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 30px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  font-size: 1em;
  font-weight: 300;
  border: solid 1px #90a4ae;
  font-family: inherit;
  text-overflow: ellipsis;
  background: transparent;
}
.select-style-1::after {
  content: "";
  font-family: icomoon;
  font-size: 20px;
  color: #2962ff;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.checkbox_gfx label {
  cursor: pointer;
  display: table;
}
.checkbox_gfx label::before {
  content: "";
  width: 23px;
  height: 23px;
  display: block;
  background-image: url("../imgs/checkbox.png");
  background-repeat: no-repeat;
  background-position: 0 -23px;
  margin-right: 15px;
}
.checkbox_gfx label span {
  display: table-cell;
  vertical-align: middle;
  font-weight: 300;
  font-size: 1.1428571429em;
}
.checkbox_gfx input {
  display: none;
}
.checkbox_gfx input:checked + label::before {
  background-position: 0 0;
}

.element-invisible, fieldset.fieldset-invisible > legend {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
}

.left-column-block-bg {
  padding-bottom: 65px;
  background: grey;
  padding-top: 5px;
  padding-left: 15px;
  background: #fafafa;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-right: solid 1px #eeeeee;
  border-left: solid 1px #eeeeee;
  border-bottom: solid 1px #eeeeee;
}

.select2-container--default .select2-selection--single {
  border: none;
  height: auto;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: normal;
  font-size: 1.1428571429em;
  min-height: 23px;
  font-weight: 700;
  color: #000000;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 12px;
  height: 8px;
  background-image: url("../imgs/select-dropdown.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  right: 0;
  top: 50%;
  margin-top: -4px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
  margin: 0;
}
.select2-container--default.select2-container--open .select2-selection__arrow {
  background-position: 0 -8px;
}

.index-squares div.index {
  float: left;
  border: solid 1px #eeeeee;
  margin: -1px 0 0 -1px;
}
.index-squares div.index.active {
  border-color: #2962ff;
  z-index: 1;
  position: relative;
}
.index-squares div.index a {
  display: table-cell;
  vertical-align: middle;
  width: 62px;
  height: 62px;
  text-transform: uppercase;
  text-decoration: none;
  color: #000000;
  text-align: center;
  font-weight: 700;
  font-size: 1.1428571429em;
  background: #fff;
}
.index-squares div.index a:hover {
  background: #eeeeee;
}

.banner-menu-1 ul.menu {
  margin: 0 0 0 -20px;
  padding: 0;
}
.banner-menu-1 ul.menu li.menu-banner {
  margin: 0 0 20px 20px;
  padding: 0;
  display: table;
  list-style: none;
  width: 271px;
  height: 118px;
  float: left;
  border: solid 1px #90a4ae;
  position: relative;
}
.banner-menu-1 ul.menu li.menu-banner::after {
  content: "";
  display: block;
  width: 15px;
  height: 12px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: url("../imgs/arrows/arrow-right.png") no-repeat;
}
.banner-menu-1 ul.menu li.menu-banner a {
  display: table-cell;
  width: 100%;
  height: 100%;
  font-weight: 700;
  vertical-align: middle;
  text-decoration: none;
  color: #444444;
  font-size: 20px;
  background: none;
  padding: 10px;
  text-align: center;
}
.banner-menu-1 ul.menu li.menu-banner a span.menu-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.banner-menu-1 ul.menu li.menu-banner a span.label {
  display: inline-block;
  max-width: 120px;
  text-align: left;
  vertical-align: middle;
}
.banner-menu-1 ul.menu li.menu-banner a:hover {
  background-color: #eeeeee;
}

.menu-style-1 ul.menu {
  margin: 0;
  padding: 35px 50px 25px 50px;
  background: #f5f5f5;
}
.menu-style-1 ul.menu li {
  list-style: none;
  margin: 0;
  padding: 15px 0;
  position: relative;
}
.menu-style-1 ul.menu li::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #90a4ae;
  width: 120px;
  height: 1px;
}
.menu-style-1 ul.menu li a {
  font-weight: 700;
  font-size: 1.4285714286em;
  color: #000000;
  text-decoration: none;
  display: block;
  background-image: url("../imgs/arrows/arrow-right.png");
  background-repeat: no-repeat;
  background-position: right center;
}
.menu-style-1 ul.menu li a:hover {
  text-decoration: underline;
}

table.views-table tr.odd td {
  background: #eeeeee;
}
table.views-table tr.even td {
  background: #fff;
}

.block_link_overlay::before, .news_list_title a::before, .news_list_item h3 a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
}

.no_page_margins {
  margin-left: -25px;
  margin-right: -25px;
  padding-right: 25px;
  padding-left: 25px;
}

fieldset.fieldset-invisible {
  margin: 0;
  padding: 0;
  border: none;
}
body {
  /* SUB PAGE CONTENT */
}
@media only screen and (max-width: 980px) {
  body {
    font-size: 14px !important;
  }
}
@media only screen and (max-width: 1740px) {
  body div.page-wrapper {
    overflow: hidden;
  }
}
@media only screen and (max-width: 1740px) {
  body div.page-wrapper div.page-top div.top-bar, body div.page-wrapper div.page-top.has-top-banners-promo div.top-bar {
    position: relative;
  }
}
@media only screen and (max-width: 980px) {
  body div.page-wrapper div.page-top div.top-bar, body div.page-wrapper div.page-top.has-top-banners-promo div.top-bar {
    border-bottom: solid 1px #2962ff;
    height: 73px;
  }
}
@media only screen and (max-width: 980px) {
  body div.page-wrapper div.page-top div.top-bar div.region-top-bar-1, body div.page-wrapper div.page-top.has-top-banners-promo div.top-bar div.region-top-bar-1 {
    text-align: right;
    padding: 0 0 0 18px;
    position: absolute;
    z-index: 1;
    right: 70px;
    top: 24px;
    border-bottom: 0px none;
  }
}
@media only screen and (max-width: 1910px) {
  body div.page-wrapper div.page-top div.top-bar div.region-top-bar-1 div.block, body div.page-wrapper div.page-top.has-top-banners-promo div.top-bar div.region-top-bar-1 div.block {
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 1300px) {
  body div.page-wrapper div.page-top div.top-bar div.region-top-bar-1 div.block, body div.page-wrapper div.page-top.has-top-banners-promo div.top-bar div.region-top-bar-1 div.block {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 980px) {
  body div.page-wrapper div.page-top div.top-bar div.region-top-bar-1 div.block, body div.page-wrapper div.page-top.has-top-banners-promo div.top-bar div.region-top-bar-1 div.block {
    vertical-align: middle;
    float: none;
    height: auto;
  }
}
@media only screen and (max-width: 1910px) {
  body div.page-wrapper div.page-top div.top-bar div.region-top-bar-1 div#block-vtoday-vtoday, body div.page-wrapper div.page-top.has-top-banners-promo div.top-bar div.region-top-bar-1 div#block-vtoday-vtoday {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 1280px) {
  body div.page-wrapper div.page-top div.top-bar div.region-top-bar-1 div#block-vtoday-vtoday, body div.page-wrapper div.page-top.has-top-banners-promo div.top-bar div.region-top-bar-1 div#block-vtoday-vtoday {
    padding-right: 15px;
    padding-left: 0;
  }
}
@media only screen and (max-width: 980px) {
  body div.page-wrapper div.page-top div.top-bar div.region-top-bar-1 div#block-vtoday-vtoday, body div.page-wrapper div.page-top.has-top-banners-promo div.top-bar div.region-top-bar-1 div#block-vtoday-vtoday {
    display: inline-block;
  }
}
@media only screen and (max-width: 490px) {
  body div.page-wrapper div.page-top div.top-bar div.region-top-bar-1 div#block-vtoday-vtoday, body div.page-wrapper div.page-top.has-top-banners-promo div.top-bar div.region-top-bar-1 div#block-vtoday-vtoday {
    display: none;
  }
}
@media only screen and (max-width: 980px) {
  body div.page-wrapper div.page-top div.top-bar div.region-top-bar-1 div#block-vtoday-vtoday,
body div.page-wrapper div.page-top div.top-bar div.region-top-bar-1 div.vlanguage-switcher,
body div.page-wrapper div.page-top div.top-bar div.region-top-bar-1 div.block.rss, body div.page-wrapper div.page-top.has-top-banners-promo div.top-bar div.region-top-bar-1 div#block-vtoday-vtoday,
body div.page-wrapper div.page-top.has-top-banners-promo div.top-bar div.region-top-bar-1 div.vlanguage-switcher,
body div.page-wrapper div.page-top.has-top-banners-promo div.top-bar div.region-top-bar-1 div.block.rss {
    display: none;
  }
}
@media only screen and (max-width: 1910px) {
  body div.page-wrapper div.page-top div.top-bar div.region-top-bar-1 div.block.bip, body div.page-wrapper div.page-top.has-top-banners-promo div.top-bar div.region-top-bar-1 div.block.bip {
    padding-left: 30px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 1300px) {
  body div.page-wrapper div.page-top div.top-bar div.region-top-bar-1 div.block.bip, body div.page-wrapper div.page-top.has-top-banners-promo div.top-bar div.region-top-bar-1 div.block.bip {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 980px) {
  body div.page-wrapper div.page-top div.top-bar div.region-top-bar-1 div.block.bip, body div.page-wrapper div.page-top.has-top-banners-promo div.top-bar div.region-top-bar-1 div.block.bip {
    display: inline-block;
  }
}
@media only screen and (max-width: 500px) {
  body div.page-wrapper div.page-top div.top-bar div.region-top-bar-1 div.block.bip, body div.page-wrapper div.page-top.has-top-banners-promo div.top-bar div.region-top-bar-1 div.block.bip {
    display: none;
  }
}
@media only screen and (max-width: 980px) {
  body div.page-wrapper div.page-top div.top-bar div.region-top-bar-1 div.block.weather, body div.page-wrapper div.page-top.has-top-banners-promo div.top-bar div.region-top-bar-1 div.block.weather {
    border: 0px none;
    display: inline-block;
  }
}
@media only screen and (max-width: 560px) {
  body div.page-wrapper div.page-top div.top-bar div.region-top-bar-1 div.block.weather, body div.page-wrapper div.page-top.has-top-banners-promo div.top-bar div.region-top-bar-1 div.block.weather {
    display: none;
  }
}
@media only screen and (max-width: 1910px) {
  body div.page-wrapper div.page-top div.top-bar div.region-top-bar-1 div#block-search-form, body div.page-wrapper div.page-top.has-top-banners-promo div.top-bar div.region-top-bar-1 div#block-search-form {
    padding-left: 50px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 1500px) {
  body div.page-wrapper div.page-top div.top-bar div.region-top-bar-1 div#block-search-form, body div.page-wrapper div.page-top.has-top-banners-promo div.top-bar div.region-top-bar-1 div#block-search-form {
    width: 40%;
  }
}
@media only screen and (max-width: 1350px) {
  body div.page-wrapper div.page-top div.top-bar div.region-top-bar-1 div#block-search-form, body div.page-wrapper div.page-top.has-top-banners-promo div.top-bar div.region-top-bar-1 div#block-search-form {
    width: 38%;
  }
}
@media only screen and (max-width: 1200px) {
  body div.page-wrapper div.page-top div.top-bar div.region-top-bar-1 div#block-search-form, body div.page-wrapper div.page-top.has-top-banners-promo div.top-bar div.region-top-bar-1 div#block-search-form {
    width: 35%;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 1120px) {
  body div.page-wrapper div.page-top div.top-bar div.region-top-bar-1 div#block-search-form, body div.page-wrapper div.page-top.has-top-banners-promo div.top-bar div.region-top-bar-1 div#block-search-form {
    border: 0px none;
    display: inline-block;
    width: auto;
    padding-left: 15px;
  }
}
@media only screen and (max-width: 980px) {
  body div.page-wrapper div.page-top div.top-bar div.region-top-bar-1 div#block-search-form > div.content form div.form-actions,
body div.page-wrapper div.page-top div.top-bar div.region-top-bar-1 div#block-search-form > div.content form div.form-type-textfield, body div.page-wrapper div.page-top.has-top-banners-promo div.top-bar div.region-top-bar-1 div#block-search-form > div.content form div.form-actions,
body div.page-wrapper div.page-top.has-top-banners-promo div.top-bar div.region-top-bar-1 div#block-search-form > div.content form div.form-type-textfield {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 980px) {
  body div.page-wrapper div.page-top div.top-bar div.region-top-bar-1 div#block-search-form > div.content form div.form-actions input.form-text,
body div.page-wrapper div.page-top div.top-bar div.region-top-bar-1 div#block-search-form > div.content form div.form-type-textfield input.form-text, body div.page-wrapper div.page-top.has-top-banners-promo div.top-bar div.region-top-bar-1 div#block-search-form > div.content form div.form-actions input.form-text,
body div.page-wrapper div.page-top.has-top-banners-promo div.top-bar div.region-top-bar-1 div#block-search-form > div.content form div.form-type-textfield input.form-text {
    display: none;
  }
}
@media only screen and (max-width: 980px) {
  body div.page-wrapper div.page-top div.top-bar div.region-top-bar-1 div#block-search-form > div.content form div.form-actions input.form-submit,
body div.page-wrapper div.page-top div.top-bar div.region-top-bar-1 div#block-search-form > div.content form div.form-type-textfield input.form-submit, body div.page-wrapper div.page-top.has-top-banners-promo div.top-bar div.region-top-bar-1 div#block-search-form > div.content form div.form-actions input.form-submit,
body div.page-wrapper div.page-top.has-top-banners-promo div.top-bar div.region-top-bar-1 div#block-search-form > div.content form div.form-type-textfield input.form-submit {
    top: 2px;
    cursor: pointer;
  }
}
@media only screen and (max-width: 980px) {
  body div.page-wrapper div.page-top div.top-bar div.region-top-bar-1 div#block-vtextresize-vtextresize, body div.page-wrapper div.page-top.has-top-banners-promo div.top-bar div.region-top-bar-1 div#block-vtextresize-vtextresize {
    display: none;
  }
}
@media only screen and (max-width: 1910px) {
  body div.page-wrapper div.page-top div.top-bar div.region-top-bar-1 div#block-vtextresize-vtextresize div.content, body div.page-wrapper div.page-top.has-top-banners-promo div.top-bar div.region-top-bar-1 div#block-vtextresize-vtextresize div.content {
    text-align: center;
  }
}
@media only screen and (max-width: 1910px) {
  body div.page-wrapper div.page-top div.top-bar div.region-top-bar-1 div#block-vtextresize-vtextresize div.content a.vtextresize, body div.page-wrapper div.page-top.has-top-banners-promo div.top-bar div.region-top-bar-1 div#block-vtextresize-vtextresize div.content a.vtextresize {
    display: inline-block;
  }
}
@media only screen and (max-width: 1300px) {
  body div.page-wrapper div.page-top div.top-bar div.region-top-bar-1 div#block-vlanguage-switcher-vlanguage-switcher, body div.page-wrapper div.page-top.has-top-banners-promo div.top-bar div.region-top-bar-1 div#block-vlanguage-switcher-vlanguage-switcher {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 980px) {
  body div.page-wrapper div.page-top div.top-bar div.region-top-bar-1 div#block-vlanguage-switcher-vlanguage-switcher, body div.page-wrapper div.page-top.has-top-banners-promo div.top-bar div.region-top-bar-1 div#block-vlanguage-switcher-vlanguage-switcher {
    display: none;
  }
}
@media only screen and (max-width: 980px) {
  body div.page-wrapper div.page-top div.top-bar div.region-top-bar-2,
body div.page-wrapper div.page-top div.top-bar div.region-top-bar-2.fixed-menu, body div.page-wrapper div.page-top.has-top-banners-promo div.top-bar div.region-top-bar-2,
body div.page-wrapper div.page-top.has-top-banners-promo div.top-bar div.region-top-bar-2.fixed-menu {
    min-height: 0;
    position: absolute;
    top: 11px;
    z-index: 0;
    padding: 0px 30px;
  }
}
@media only screen and (max-width: 980px) {
  body div.page-wrapper div.page-top div.top-bar div.region-top-bar-2 div#block-vsitelogo-block-vsitelogo-block, body div.page-wrapper div.page-top.has-top-banners-promo div.top-bar div.region-top-bar-2 div#block-vsitelogo-block-vsitelogo-block {
    float: left;
    padding: 0;
  }
}
@media only screen and (max-width: 980px) {
  body div.page-wrapper div.page-top div.top-bar div.region-top-bar-2 div#block-vsitelogo-block-vsitelogo-block > div.content img, body div.page-wrapper div.page-top.has-top-banners-promo div.top-bar div.region-top-bar-2 div#block-vsitelogo-block-vsitelogo-block > div.content img {
    width: 85%;
  }
}
@media only screen and (max-width: 480px) {
  body div.page-wrapper div.page-top div.top-bar div.region-top-bar-2 div#block-vsitelogo-block-vsitelogo-block > div.content img, body div.page-wrapper div.page-top.has-top-banners-promo div.top-bar div.region-top-bar-2 div#block-vsitelogo-block-vsitelogo-block > div.content img {
    width: 160px;
  }
}
@media only screen and (max-width: 350px) {
  body div.page-wrapper div.page-top div.top-bar div.region-top-bar-2 div#block-vsitelogo-block-vsitelogo-block > div.content img, body div.page-wrapper div.page-top.has-top-banners-promo div.top-bar div.region-top-bar-2 div#block-vsitelogo-block-vsitelogo-block > div.content img {
    width: 90px;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 1910px) {
  body div.page-wrapper div.page-top div.top-bar div.region-top-bar-2 div#block-vnavbar-vnavbar, body div.page-wrapper div.page-top.has-top-banners-promo div.top-bar div.region-top-bar-2 div#block-vnavbar-vnavbar {
    padding-left: 0%;
  }
}
@media only screen and (max-width: 980px) {
  body div.page-wrapper div.page-top div.top-bar div.region-top-bar-2 div#block-vnavbar-vnavbar, body div.page-wrapper div.page-top.has-top-banners-promo div.top-bar div.region-top-bar-2 div#block-vnavbar-vnavbar {
    float: right;
    padding-top: 8px;
  }
}
@media only screen and (max-width: 1910px) {
  body div.page-wrapper div.page-top div.top-bar div.region-top-bar-2 div#block-vnavbar-vnavbar .content, body div.page-wrapper div.page-top.has-top-banners-promo div.top-bar div.region-top-bar-2 div#block-vnavbar-vnavbar .content {
    float: none;
  }
}
@media only screen and (max-width: 990px) {
  body div.page-wrapper div.page-top div.top-bar div.region-top-bar-2 div#block-vnavbar-vnavbar .content > ul.menu, body div.page-wrapper div.page-top.has-top-banners-promo div.top-bar div.region-top-bar-2 div#block-vnavbar-vnavbar .content > ul.menu {
    display: block;
  }
}
@media only screen and (max-width: 1910px) {
  body div.page-wrapper div.page-top div.top-bar div.region-top-bar-2 div#block-vnavbar-vnavbar .content > ul.menu > li, body div.page-wrapper div.page-top.has-top-banners-promo div.top-bar div.region-top-bar-2 div#block-vnavbar-vnavbar .content > ul.menu > li {
    width: 12.8%;
    padding: 0;
    text-align: center;
    vertical-align: middle;
  }
}
@media only screen and (max-width: 1200px) {
  body div.page-wrapper div.page-top div.top-bar div.region-top-bar-2 div#block-vnavbar-vnavbar .content > ul.menu > li a, body div.page-wrapper div.page-top.has-top-banners-promo div.top-bar div.region-top-bar-2 div#block-vnavbar-vnavbar .content > ul.menu > li a {
    font-size: 1.15em;
  }
}
@media only screen and (max-width: 990px) {
  body div.page-wrapper div.page-top div.top-bar div.region-top-bar-2 div#block-vnavbar-vnavbar .content > ul.menu > li div.vnavbar-menu-wrapper > ul.menu, body div.page-wrapper div.page-top.has-top-banners-promo div.top-bar div.region-top-bar-2 div#block-vnavbar-vnavbar .content > ul.menu > li div.vnavbar-menu-wrapper > ul.menu {
    font-size: 0;
    padding: 30px;
    width: 100%;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 990px) {
  body div.page-wrapper div.page-top div.top-bar div.region-top-bar-2 div#block-vnavbar-vnavbar .content > ul.menu > li div.vnavbar-menu-wrapper > ul.menu > li, body div.page-wrapper div.page-top.has-top-banners-promo div.top-bar div.region-top-bar-2 div#block-vnavbar-vnavbar .content > ul.menu > li div.vnavbar-menu-wrapper > ul.menu > li {
    font-size: 14px;
    margin: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 990px) {
  body div.page-wrapper div.page-top div.top-bar div.region-top-bar-2 div#block-vnavbar-vnavbar .content > ul.menu > li div.vnavbar-menu-wrapper > ul.menu > li.menu-description, body div.page-wrapper div.page-top.has-top-banners-promo div.top-bar div.region-top-bar-2 div#block-vnavbar-vnavbar .content > ul.menu > li div.vnavbar-menu-wrapper > ul.menu > li.menu-description {
    display: none;
  }
}
@media only screen and (max-width: 990px) {
  body div.page-wrapper div.page-top div.top-bar div.region-top-bar-2 div#block-vnavbar-vnavbar .content > ul.menu > li div.vnavbar-menu-wrapper > ul.menu > li a, body div.page-wrapper div.page-top.has-top-banners-promo div.top-bar div.region-top-bar-2 div#block-vnavbar-vnavbar .content > ul.menu > li div.vnavbar-menu-wrapper > ul.menu > li a {
    display: block;
    text-align: center;
  }
}
@media only screen and (max-width: 990px) {
  body div.page-wrapper div.page-top div.top-bar div.region-top-bar-2 div#block-vnavbar-vnavbar .content > ul.menu > li div.vnavbar-menu-wrapper > ul.menu > li > a, body div.page-wrapper div.page-top.has-top-banners-promo div.top-bar div.region-top-bar-2 div#block-vnavbar-vnavbar .content > ul.menu > li div.vnavbar-menu-wrapper > ul.menu > li > a {
    background: #e6e6e6;
    padding: 20px 0;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 990px) {
  body div.page-wrapper div.page-top div.top-bar div.region-top-bar-2 div#block-vnavbar-vnavbar .content > ul.menu > li div.vnavbar-menu-wrapper > ul.menu > li > ul.menu > li, body div.page-wrapper div.page-top.has-top-banners-promo div.top-bar div.region-top-bar-2 div#block-vnavbar-vnavbar .content > ul.menu > li div.vnavbar-menu-wrapper > ul.menu > li > ul.menu > li {
    list-style: none;
    border-top: 1px solid #90a4ae;
    border-bottom: 1px solid #90a4ae;
    margin-bottom: -1px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 990px) {
  body div.page-wrapper div.page-top div.top-bar div.region-top-bar-2 div#block-vnavbar-vnavbar .content > ul.menu > li div.vnavbar-menu-wrapper > ul.menu > li > ul.menu > li > a, body div.page-wrapper div.page-top.has-top-banners-promo div.top-bar div.region-top-bar-2 div#block-vnavbar-vnavbar .content > ul.menu > li div.vnavbar-menu-wrapper > ul.menu > li > ul.menu > li > a {
    padding: 10px 0;
  }
}
body div.page-wrapper div.page-top div.top-bar div.region-top-bar-2 div#block-vnavbar-vnavbar.mobile .content > a.menu-mobile, body div.page-wrapper div.page-top.has-top-banners-promo div.top-bar div.region-top-bar-2 div#block-vnavbar-vnavbar.mobile .content > a.menu-mobile {
  display: block;
  width: 36px;
  height: 36px;
  background: url("../imgs/hamburger.png") no-repeat center;
}
body div.page-wrapper div.page-top div.top-bar div.region-top-bar-2 div#block-vnavbar-vnavbar.mobile .content > ul.menu, body div.page-wrapper div.page-top.has-top-banners-promo div.top-bar div.region-top-bar-2 div#block-vnavbar-vnavbar.mobile .content > ul.menu {
  display: block;
  position: absolute;
  background: white;
  left: 0px;
  width: 100%;
  top: 63px;
}
body div.page-wrapper div.page-top div.top-bar div.region-top-bar-2 div#block-vnavbar-vnavbar.mobile .content > ul.menu > li, body div.page-wrapper div.page-top.has-top-banners-promo div.top-bar div.region-top-bar-2 div#block-vnavbar-vnavbar.mobile .content > ul.menu > li {
  display: block;
  width: 100%;
  position: relative;
}
body div.page-wrapper div.page-top div.top-bar div.region-top-bar-2 div#block-vnavbar-vnavbar.mobile .content > ul.menu > li::after, body div.page-wrapper div.page-top.has-top-banners-promo div.top-bar div.region-top-bar-2 div#block-vnavbar-vnavbar.mobile .content > ul.menu > li::after {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 14px;
}
body div.page-wrapper div.page-top div.top-bar div.region-top-bar-2 div#block-vnavbar-vnavbar.mobile .content > ul.menu > li.collapsed::after, body div.page-wrapper div.page-top.has-top-banners-promo div.top-bar div.region-top-bar-2 div#block-vnavbar-vnavbar.mobile .content > ul.menu > li.collapsed::after {
  content: "▼";
}
body div.page-wrapper div.page-top div.top-bar div.region-top-bar-2 div#block-vnavbar-vnavbar.mobile .content > ul.menu > li.expanded::after, body div.page-wrapper div.page-top.has-top-banners-promo div.top-bar div.region-top-bar-2 div#block-vnavbar-vnavbar.mobile .content > ul.menu > li.expanded::after {
  content: "▲";
}
body div.page-wrapper div.page-top div.top-bar div.region-top-bar-2 div#block-vnavbar-vnavbar.mobile .content > ul.menu > li > a, body div.page-wrapper div.page-top.has-top-banners-promo div.top-bar div.region-top-bar-2 div#block-vnavbar-vnavbar.mobile .content > ul.menu > li > a {
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #2962ff;
}
body div.page-wrapper div.page-top div.top-bar div.region-top-bar-2 div#block-vnavbar-vnavbar.mobile .content > ul.menu > li div.vnavbar-menu-wrapper, body div.page-wrapper div.page-top.has-top-banners-promo div.top-bar div.region-top-bar-2 div#block-vnavbar-vnavbar.mobile .content > ul.menu > li div.vnavbar-menu-wrapper {
  position: relative;
}
body div#block-vmenubanner-vmenubanner div.content img {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 1910px) {
  body div.slider-front > div.view-content > div.item-list > ul {
    height: auto;
  }
}
@media only screen and (max-width: 560px) {
  body div.slider-front > div.view-content > div.item-list > ul div.views-field-field-image img {
    height: 300px;
    width: auto;
    margin-left: -50%;
  }
}
@media only screen and (max-width: 1740px) {
  body div.slider-front > div.view-content > div.item-list > ul div.details {
    top: 33%;
  }
}
@media only screen and (max-width: 1440px) {
  body div.slider-front > div.view-content > div.item-list > ul div.details {
    top: 20%;
  }
}
@media only screen and (max-width: 1180px) {
  body div.slider-front > div.view-content > div.item-list > ul div.details {
    min-height: 150px;
  }
}
@media only screen and (max-width: 768px) {
  body div.slider-front > div.view-content > div.item-list > ul div.details {
    background: none;
    right: 30px;
    bottom: 20px;
    top: auto;
    min-height: auto;
    width: auto;
    padding: 0 30px;
  }
}
@media only screen and (max-width: 520px) {
  body div.slider-front > div.view-content > div.item-list > ul div.details {
    left: 30px;
  }
}
@media only screen and (max-width: 1180px) {
  body div.slider-front > div.view-content > div.item-list > ul div.details div.body {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 768px) {
  body div.slider-front > div.view-content > div.item-list > ul div.details div.body {
    display: block;
  }
}
@media only screen and (max-width: 520px) {
  body div.slider-front > div.view-content > div.item-list > ul div.details div.body {
    margin-bottom: 5px;
    padding: 5px 15px;
  }
}
@media only screen and (max-width: 1180px) {
  body div.slider-front > div.view-content > div.item-list > ul div.details div.body div.views-field-title h3 {
    font-size: 3em;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 768px) {
  body div.slider-front > div.view-content > div.item-list > ul div.details div.body div.views-field-title h3 {
    margin-bottom: 0px;
    font-size: 2em;
  }
}
@media only screen and (max-width: 768px) {
  body div.slider-front > div.view-content > div.item-list > ul div.details div.body div.views-field-field-description {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  body div.slider-front > div.view-content > div.item-list > ul div.details div.views-field-field-link {
    float: right;
  }
}
@media only screen and (max-width: 1280px) {
  body div.slider-front div.front-slider-pause-titles div.front-slider-titles > ul {
    width: 100%;
    padding-top: 15px;
  }
}
@media only screen and (max-width: 768px) {
  body div.slider-front div.front-slider-pause-titles div.front-slider-titles > ul {
    display: none;
  }
}
@media only screen and (max-width: 1600px) {
  body div.slider-front div.front-slider-pause-titles div.front-slider-titles > ul > li {
    min-width: 150px;
  }
}
@media only screen and (max-width: 1280px) {
  body div.slider-front div.front-slider-pause-titles div.front-slider-titles > ul > li {
    min-width: 0;
    width: auto;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 980px) {
  body div#subpage-top div#breadcrumbs,
body div#subpage-top div.region-subpage-top {
    display: block;
  }
}
@media only screen and (max-width: 1910px) {
  body div.menu-name-menu-site-sections > ul.menu {
    margin-bottom: -10px;
  }
}
@media only screen and (max-width: 980px) {
  body div.menu-name-menu-site-sections > ul.menu {
    float: none;
    display: table;
    margin: auto;
    padding-top: 10px;
  }
}
@media only screen and (max-width: 630px) {
  body div.menu-name-menu-site-sections > ul.menu {
    width: 100%;
  }
}
@media only screen and (max-width: 1910px) {
  body div.menu-name-menu-site-sections > ul.menu > li {
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 980px) {
  body div.menu-name-menu-site-sections > ul.menu > li {
    padding-top: 10px;
  }
}
@media only screen and (max-width: 630px) {
  body div.menu-name-menu-site-sections > ul.menu > li {
    width: 25%;
    margin: 0;
  }
}
@media only screen and (max-width: 580px) {
  body div.menu-name-menu-site-sections > ul.menu > li {
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 460px) {
  body div.menu-name-menu-site-sections > ul.menu > li {
    width: 50%;
  }
}
@media only screen and (max-width: 310px) {
  body div.menu-name-menu-site-sections > ul.menu > li {
    width: 100%;
  }
}
@media only screen and (max-width: 1280px) {
  body div#block-menu-menu-site-sections {
    display: table;
    margin-top: 20px;
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 1280px) {
  body div#block-menu-menu-site-sections > h2 {
    position: static;
    display: table-footer-group;
  }
}
@media only screen and (max-width: 1280px) {
  body div#block-menu-menu-site-sections > div.content {
    float: none;
    text-align: center;
    display: table-header-group;
  }
}
@media only screen and (max-width: 1280px) {
  body div#block-menu-menu-site-sections > div.content ul.menu {
    text-align: center;
    display: block;
    padding: 20px 0;
  }
}
@media only screen and (max-width: 600px) {
  body div#block-menu-menu-site-sections > div.content ul.menu {
    -webkit-column-count: 3;
    /* Chrome, Safari, Opera */
    -moz-column-count: 3;
    /* Firefox */
    column-count: 3;
  }
}
@media only screen and (max-width: 350px) {
  body div#block-menu-menu-site-sections > div.content ul.menu {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
  }
}
@media only screen and (max-width: 1280px) {
  body div#block-menu-menu-site-sections > div.content ul.menu > li {
    padding: 10px 22.5px;
    display: inline-block;
    height: 115px;
  }
}
@media only screen and (max-width: 768px) {
  body div#block-menu-menu-site-sections > div.content ul.menu > li {
    padding: 5px;
    min-width: 95px;
  }
}
@media only screen and (max-width: 768px) {
  body div#block-menu-menu-site-sections > div.content ul.menu > li span.menu-icon {
    width: 45px;
    height: 45px;
    background-size: 100%;
  }
#svg_offline_0,#svg_online_0 {
    width: 50px;
    height: 50px;
}
#phplive_btn_1606862602 {
    position: relative;
    top: 0px;
}
}
@media only screen and (max-width: 640px) {
  body div#block-vnews-vnews-block form#vnews-category-selection-form {
    margin-left: 0;
  }
}
@media only screen and (max-width: 640px) {
  body div#block-vnews-vnews-block form#vnews-category-selection-form div.form-item-vnews-category > label {
    width: 100%;
    float: none;
    margin-bottom: 20px;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 1600px) {
  body div#block-vnews-vnews-block div#vnews-blocks-news-content h3.vnews-row-title {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 1910px) {
  body div#block-vnews-vnews-block div#vnews-blocks-news-content ul.vnews-block-1 {
    margin-left: -6.5px;
    margin-right: -6.5px;
    padding: 0 3.5px;
  }
}
@media only screen and (max-width: 520px) {
  body div#block-vnews-vnews-block div#vnews-blocks-news-content ul.vnews-block-1 {
    width: 100%;
  }
}
@media only screen and (max-width: 1910px) {
  body div#block-vnews-vnews-block div#vnews-blocks-news-content ul.vnews-block-1 li.vnews-row {
    box-sizing: border-box;
    padding: 0 6.5px 20px 6.5px;
    margin-right: 0;
  }
}
@media only screen and (max-width: 1200px) {
  body div#block-vnews-vnews-block div#vnews-blocks-news-content ul.vnews-block-1 li.vnews-row {
    max-width: none;
  }
}
@media only screen and (max-width: 1910px) {
  body div#block-vnews-vnews-block div#vnews-blocks-news-content ul.vnews-block-1 li {
    width: 16.3043478261%;
  }
}
@media only screen and (max-width: 1200px) {
  body div#block-vnews-vnews-block div#vnews-blocks-news-content ul.vnews-block-1 li {
    width: 40%;
  }
}
@media only screen and (max-width: 768px) {
  body div#block-vnews-vnews-block div#vnews-blocks-news-content ul.vnews-block-1 li {
    width: 50%;
  }
}
@media only screen and (max-width: 1910px) {
  body div#block-vnews-vnews-block div#vnews-blocks-news-content ul.vnews-block-1 li.first {
    width: 38.0434782609%;
  }
}
@media only screen and (max-width: 1200px) {
  body div#block-vnews-vnews-block div#vnews-blocks-news-content ul.vnews-block-1 li.first {
    width: 60%;
  }
}
@media only screen and (max-width: 768px) {
  body div#block-vnews-vnews-block div#vnews-blocks-news-content ul.vnews-block-1 li.first {
    width: 100%;
  }
}
@media only screen and (max-width: 1910px) {
  body div#block-vnews-vnews-block div#vnews-blocks-news-content ul.vnews-block-1 li.last {
    width: 29.347826087%;
  }
}
@media only screen and (max-width: 1200px) {
  body div#block-vnews-vnews-block div#vnews-blocks-news-content ul.vnews-block-1 li.last {
    width: 60%;
  }
}
@media only screen and (max-width: 768px) {
  body div#block-vnews-vnews-block div#vnews-blocks-news-content ul.vnews-block-1 li.last {
    width: 100%;
  }
}
@media only screen and (max-width: 1910px) {
  body div#block-vnews-vnews-block div#vnews-blocks-news-content div.vnews-row-image img {
    max-width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 1440px) {
  body div#block-vnews-vnews-block div#vnews-blocks-news-content div.vnews-row-image img {
    width: 100%;
  }
}
@media only screen and (max-width: 1600px) {
  body div#block-vnews-vnews-block div#vnews-blocks-news-content h3.vnews-row-title a {
    word-wrap: break-word;
  }
}
@media only screen and (max-width: 1400px) {
  body div#block-vnews-vnews-block div#vnews-blocks-news-content h3.vnews-row-title {
    font-size: 1.7857142857em;
  }
}
@media only screen and (max-width: 1250px) {
  body div#block-vnews-vnews-block div#vnews-blocks-news-content h3.vnews-row-title {
    font-size: 1.6428571429em;
  }
}
@media only screen and (max-width: 1910px) {
  body div#block-vnews-vnews-block div#vnews-blocks-news-content ul.vnews-block-2 {
    max-width: none;
    width: 63.829787234%;
    margin: 0 -10px;
    padding-right: 20px;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 1440px) {
  body div#block-vnews-vnews-block div#vnews-blocks-news-content ul.vnews-block-2 {
    width: 75%;
  }
}
@media only screen and (max-width: 1280px) {
  body div#block-vnews-vnews-block div#vnews-blocks-news-content ul.vnews-block-2 {
    width: 65%;
  }
}
@media only screen and (max-width: 768px) {
  body div#block-vnews-vnews-block div#vnews-blocks-news-content ul.vnews-block-2 {
    width: 100%;
    padding: 0;
    margin: 0;
  }
}
@media only screen and (max-width: 1910px) {
  body div#block-vnews-vnews-block div#vnews-blocks-news-content ul.vnews-block-2 li.vnews-row {
    margin-right: 0;
    padding: 0 10px;
    box-sizing: border-box;
    max-width: none;
  }
}
@media only screen and (max-width: 460px) {
  body div#block-vnews-vnews-block div#vnews-blocks-news-content ul.vnews-block-2 li.vnews-row {
    padding: 0;
  }
}
@media only screen and (max-width: 1910px) {
  body div#block-vnews-vnews-block div#vnews-blocks-news-content ul.vnews-block-2 li.vnews-row.img_style_vnews_2 {
    max-width: none;
    width: 25%;
  }
}
@media only screen and (max-width: 1440px) {
  body div#block-vnews-vnews-block div#vnews-blocks-news-content ul.vnews-block-2 li.vnews-row.img_style_vnews_2 {
    width: 50%;
  }
}
@media only screen and (max-width: 460px) {
  body div#block-vnews-vnews-block div#vnews-blocks-news-content ul.vnews-block-2 li.vnews-row.img_style_vnews_2 {
    width: 100%;
  }
}
@media only screen and (max-width: 1440px) {
  body div#block-vnews-vnews-block div#vnews-blocks-news-content ul.vnews-block-2 li.vnews-row.img_style_vnews_2.vnews-6 {
    width: 40%;
  }
}
@media only screen and (max-width: 980px) {
  body div#block-vnews-vnews-block div#vnews-blocks-news-content ul.vnews-block-2 li.vnews-row.img_style_vnews_2.vnews-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 460px) {
  body div#block-vnews-vnews-block div#vnews-blocks-news-content ul.vnews-block-2 li.vnews-row.img_style_vnews_2.vnews-6 {
    width: 100%;
  }
}
@media only screen and (max-width: 1910px) {
  body div#block-vnews-vnews-block div#vnews-blocks-news-content ul.vnews-block-2 li.vnews-row.img_style_vnews_3 {
    max-width: none;
    width: 46.6666666667%;
  }
}
@media only screen and (max-width: 1440px) {
  body div#block-vnews-vnews-block div#vnews-blocks-news-content ul.vnews-block-2 li.vnews-row.img_style_vnews_3 {
    width: 60%;
  }
}
@media only screen and (max-width: 980px) {
  body div#block-vnews-vnews-block div#vnews-blocks-news-content ul.vnews-block-2 li.vnews-row.img_style_vnews_3 {
    width: 100%;
  }
}
@media only screen and (max-width: 1910px) {
  body div#block-vnews-vnews-block div#vnews-blocks-news-content ul.vnews-block-2 li.vnews-row.img_style_vnews_4 {
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 1440px) {
  body div#block-vnews-vnews-block div#vnews-blocks-news-content ul.vnews-block-2 li.vnews-row.img_style_vnews_4 {
    width: 50%;
  }
}
@media only screen and (max-width: 460px) {
  body div#block-vnews-vnews-block div#vnews-blocks-news-content ul.vnews-block-2 li.vnews-row.img_style_vnews_4 {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  body div#block-vnews-vnews-block div#vnews-blocks-news-content ul.vnews-block-2 li.vnews-row.vnews-16 {
    display: none;
  }
}
@media only screen and (max-width: 1910px) {
  body div#block-vnews-vnews-block div#vnews-blocks-news-content ul.vnews-block-3 {
    width: 36.170212766%;
  }
}
@media only screen and (max-width: 1440px) {
  body div#block-vnews-vnews-block div#vnews-blocks-news-content ul.vnews-block-3 {
    width: 25%;
  }
}
@media only screen and (max-width: 1280px) {
  body div#block-vnews-vnews-block div#vnews-blocks-news-content ul.vnews-block-3 {
    width: 35%;
  }
}
@media only screen and (max-width: 768px) {
  body div#block-vnews-vnews-block div#vnews-blocks-news-content ul.vnews-block-3 {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  body div#block-vnews-vnews-block a#vnews-all-news-button {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 1910px) {
  body #block-vevents-vevents-block-upcoming-1 img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 1910px) {
  body #block-vevents-vevents-block-upcoming-1 div.content > h2 {
    top: 2%;
    left: 2%;
  }
}
@media only screen and (max-width: 1024px) {
  body #block-vevents-vevents-block-upcoming-1 div.content > h2 {
    position: static;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1910px) {
  body #block-vevents-vevents-block-upcoming-1 > div.content ul.vevents-events-list {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
}
@media only screen and (max-width: 1024px) {
  body #block-vevents-vevents-block-upcoming-1 > div.content ul.vevents-events-list {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1910px) {
  body #block-vevents-vevents-block-upcoming-1 > div.content ul.vevents-events-list li {
    box-sizing: border-box;
    width: calc(25% - 19px);
  }
}
@media only screen and (max-width: 1024px) {
  body #block-vevents-vevents-block-upcoming-1 > div.content ul.vevents-events-list li {
    margin-top: 19px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 980px) {
  body #block-vevents-vevents-block-upcoming-1 > div.content ul.vevents-events-list li {
    width: calc(50% - 19px);
    max-width: none;
  }
}
@media only screen and (max-width: 520px) {
  body #block-vevents-vevents-block-upcoming-1 > div.content ul.vevents-events-list li {
    width: calc(100% - 19px);
  }
}
@media only screen and (max-width: 1910px) {
  body #block-vevents-vevents-block-upcoming-1 > div.content ul.vevents-events-list li.event-1 {
    width: calc(100% - 19px);
  }
}
@media only screen and (max-width: 1910px) {
  body #block-vevents-vevents-block-upcoming-1 > div.content ul.vevents-events-list li.event-1 div.event-categories {
    top: 31%;
    left: 2%;
  }
}
@media only screen and (max-width: 1024px) {
  body #block-vevents-vevents-block-upcoming-1 > div.content ul.vevents-events-list li.event-1 div.event-categories {
    top: 25px;
    left: 25px;
  }
}
@media only screen and (max-width: 1910px) {
  body #block-vevents-vevents-block-upcoming-1 > div.content ul.vevents-events-list li.event-1 div.event-content-wrapper {
    top: 35.9%;
    left: 2%;
  }
}
@media only screen and (max-width: 1024px) {
  body #block-vevents-vevents-block-upcoming-1 > div.content ul.vevents-events-list li.event-1 div.event-content-wrapper {
    position: relative;
    max-width: none;
    left: 0px;
    top: 0;
  }
}
@media only screen and (max-width: 640px) {
  body #block-vevents-vevents-block-upcoming-1 > div.content ul.vevents-events-list li.event-1 div.event-content-wrapper {
    font-size: 0.5em;
  }
}
@media only screen and (max-width: 1910px) {
  body #block-vevents-vevents-block-upcoming-1 > div.content ul.vevents-events-list li img {
    display: block;
  }
}
@media only screen and (max-width: 1910px) {
  body #block-vevents-vevents-block-upcoming-1 > div.content ul.vevents-events-list li div.event-content-wrapper {
    right: 8.5px;
    left: 8.5px;
  }
}
@media only screen and (max-width: 1180px) {
  body #block-vevents-vevents-block-upcoming-1 > div.content ul.vevents-events-list li div.event-content-wrapper {
    font-size: 10px;
  }
}
@media only screen and (max-width: 520px) {
  body #block-vevents-vevents-block-upcoming-1 > div.content ul.vevents-events-list li div.event-content-wrapper {
    right: 0;
    left: 0;
  }
}
@media only screen and (max-width: 1910px) {
  body div#block-views-movies-block {
    width: 50%;
    max-width: none;
    margin-right: 0;
    padding-right: 19px;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 1280px) {
  body div#block-views-movies-block {
    width: 60%;
  }
}
@media only screen and (max-width: 980px) {
  body div#block-views-movies-block {
    width: 100%;
    margin: 0px auto;
    padding: 0 19px;
  }
}
@media only screen and (max-width: 1910px) {
  body div#block-views-movies-block div.view-content img {
    max-width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 980px) {
  body div#block-views-movies-block div.view-content img {
    width: 100%;
  }
}
@media only screen and (max-width: 1910px) {
  body div#block-views-movies-block div.view-content div.item-list ul {
    margin: 0 -10.5px;
  }
}
@media only screen and (max-width: 520px) {
  body div#block-views-movies-block div.view-content div.item-list ul {
    margin: 0;
  }
}
@media only screen and (max-width: 1910px) {
  body div#block-views-movies-block div.view-content div.item-list ul li {
    width: 50%;
    padding: 0 10.5px;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 520px) {
  body div#block-views-movies-block div.view-content div.item-list ul li {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 1910px) {
  body div#block-views-movies-block div.view-content div.item-list ul li, body div#block-views-movies-block div.view-content div.item-list ul li.views-row-2 {
    margin-right: 0;
  }
}
@media only screen and (max-width: 980px) {
  body div#block-views-movies-block div.view-content div.item-list ul li, body div#block-views-movies-block div.view-content div.item-list ul li.views-row-2 {
    max-width: none;
  }
}
@media only screen and (max-width: 1910px) {
  body div#block-views-movies-block div.view-content div.item-list ul li.views-row-1 {
    max-width: none;
    width: 100%;
  }
}
@media only screen and (max-width: 980px) {
  body div#block-views-movies-block div.view-footer {
    position: static;
    width: 100%;
  }
}
@media only screen and (max-width: 980px) {
  body div.region-mainpage2 {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 1910px) {
  body div.region-mainpage2 div.block {
    width: 50%;
  }
}
@media only screen and (max-width: 1280px) {
  body div.region-mainpage2 div.block {
    width: 40%;
  }
}
@media only screen and (max-width: 980px) {
  body div.region-mainpage2 div.block {
    width: 100%;
  }
}
@media only screen and (max-width: 1910px) {
  body div.view-id-photo_gallery.view-display-id-block_1 div.item-list > ul {
    margin: 0 -5px;
    width: 100%;
    box-sizing: border-box;
    font-size: 0;
  }
}
@media only screen and (max-width: 520px) {
  body div.view-id-photo_gallery.view-display-id-block_1 div.item-list > ul {
    margin: 0;
  }
}
@media only screen and (max-width: 1910px) {
  body div.view-id-photo_gallery.view-display-id-block_1 div.item-list > ul li, body div.view-id-photo_gallery.view-display-id-block_1 div.item-list > ul li.views-row-odd {
    margin-right: 0px;
    max-width: none;
    width: 50%;
    padding: 0 10px;
    box-sizing: border-box;
    float: none;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
  }
}
@media only screen and (max-width: 520px) {
  body div.view-id-photo_gallery.view-display-id-block_1 div.item-list > ul li, body div.view-id-photo_gallery.view-display-id-block_1 div.item-list > ul li.views-row-odd {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 1910px) {
  body div.view-id-photo_gallery.view-display-id-block_1 div.item-list > ul li div.views-field-vpg-images img {
    max-width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 1366px) {
  body div.view-id-photo_gallery.view-display-id-block_1 div.item-list > ul li div.views-field-nothing {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 980px) {
  body div.view-id-photo_gallery.view-display-id-block_1 .view-footer {
    position: static;
    width: 100%;
  }
}
@media only screen and (max-width: 1910px) {
  body div#block-vbanner-front-page-footer > div.content ul.vbanners > li {
    width: 16.6666666667%;
    margin: 0;
    padding: 10px 32px 30px 31px;
    box-sizing: border-box;
    margin-top: 10px;
    text-align: center;
  }
}
@media only screen and (max-width: 1366px) {
  body div#block-vbanner-front-page-footer > div.content ul.vbanners > li {
    width: 25%;
  }
}
@media only screen and (max-width: 980px) {
  body div#block-vbanner-front-page-footer > div.content ul.vbanners > li {
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 640px) {
  body div#block-vbanner-front-page-footer > div.content ul.vbanners > li {
    width: 50%;
  }
}
@media only screen and (max-width: 360px) {
  body div#block-vbanner-front-page-footer > div.content ul.vbanners > li {
    width: 100%;
  }
}
@media only screen and (max-width: 1910px) {
  body div#block-vbanner-front-page-footer > div.content ul.vbanners > li img {
    max-width: 100%;
    height: auto;
    display: inline;
  }
}
@media only screen and (max-width: 1100px) {
  body div.page-wrapper div.region-footer-1 {
    font-size: 0;
  }
}
@media only screen and (max-width: 420px) {
  body div.page-wrapper div.region-footer-1 {
    text-align: center;
  }
}
@media only screen and (max-width: 1100px) {
  body div.page-wrapper div.region-footer-1 > .block,
body div.page-wrapper div.region-footer-1 > .blockgroup {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1910px) {
  body div.address-block {
    width: 35.5729166667%;
    margin-right: 0;
    padding-right: 4.6875%;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 1280px) {
  body div.address-block {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1100px) {
  body div.address-block {
    width: 100%;
    max-width: none;
    text-align: center;
    padding-right: 0;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 1100px) {
  body div.address-block div.address-block-1,
body div.address-block div.address-block-2,
body div.address-block div.address-block-3,
body div.address-block div.address-block-4 {
    float: none;
    display: inline-block;
    vertical-align: top;
    text-align: left;
  }
}
@media only screen and (max-width: 1910px) {
  body div.address-block div.address-block-3 {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 1910px) {
  body div.address-block div.address-block-4 {
    width: calc(100% - 257px);
    padding-left: 50px;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 420px) {
  body div.address-block div.address-block-4 {
    width: 100%;
    max-width: 181px;
    padding: 0;
    margin-left: 25px;
  }
}
@media only screen and (max-width: 1910px) {
  body div#block-menu-menu-shortcuts,
body div#block-menu-menu-address-the-issue,
body div#block-menu-menu-related-pages {
    margin-right: 0;
    padding-right: 6.7708333333%;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 1280px) {
  body div#block-menu-menu-shortcuts,
body div#block-menu-menu-address-the-issue,
body div#block-menu-menu-related-pages {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1100px) {
  body div#block-menu-menu-shortcuts,
body div#block-menu-menu-address-the-issue,
body div.region-blockgroup-sites-menu-and-social {
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 640px) {
  body div#block-menu-menu-shortcuts,
body div#block-menu-menu-address-the-issue,
body div.region-blockgroup-sites-menu-and-social {
    width: 50%;
  }
}
@media only screen and (max-width: 420px) {
  body div#block-menu-menu-shortcuts,
body div#block-menu-menu-address-the-issue,
body div.region-blockgroup-sites-menu-and-social {
    padding-right: 0;
    width: auto;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 640px) {
  body div.region-blockgroup-sites-menu-and-social {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  body div.region-blockgroup-sites-menu-and-social .block {
    display: inline-block;
    vertical-align: bottom;
  }
}
@media only screen and (max-width: 1440px) {
  body div#block-menu-menu-social-media > div.content ul.menu > li {
    display: block;
    text-align: center;
    float: left;
    padding: 10px 5px;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 980px) {
  body div.block-simplenews {
    width: 100%;
  }
}
@media only screen and (max-width: 980px) {
  body div.block-simplenews > div.content form > div div.form-item-mail {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  body div.block-simplenews > div.content form > div div.form-item-mail {
    padding: 20px 0;
    border-radius: 5px;
    border-right: solid 1px #90a4ae;
    display: block;
  }
}
@media only screen and (max-width: 980px) {
  body div.block-simplenews > div.content form > div div.form-item-mail input.form-text {
    width: 100%;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 640px) {
  body div.block-simplenews > div.content form > div input.form-submit {
    padding: 16px 30px;
    border-radius: 5px;
    display: block;
    margin: 10px 0;
  }
}
@media only screen and (max-width: 1910px) {
  body div#block-views-most-view-block {
    max-width: none;
    width: 76%;
    margin: 0 -10px;
    padding-right: 20px;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 1440px) {
  body div#block-views-most-view-block {
    width: 75%;
  }
}
@media only screen and (max-width: 1280px) {
  body div#block-views-most-view-block {
    width: 65%;
  }
}
@media only screen and (max-width: 980px) {
  body div#block-views-most-view-block {
    width: 100%;
    padding: 0;
    margin: 0;
  }
}
@media only screen and (max-width: 1910px) {
  body div.views-grid div.view-content div.item-list ul li.views-row {
    margin-right: 0;
    padding: 0 10px;
    box-sizing: border-box;
    max-width: none;
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 1440px) {
  body div.views-grid div.view-content div.item-list ul li.views-row {
    width: 50%;
  }
}
@media only screen and (max-width: 460px) {
  body div.views-grid div.view-content div.item-list ul li.views-row {
    padding: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 1910px) {
  body div.views-grid div.view-content div.item-list ul li.views-row.views-row-3 {
    max-width: none;
    width: 25%;
  }
}
@media only screen and (max-width: 1440px) {
  body div.views-grid div.view-content div.item-list ul li.views-row.views-row-3 {
    width: 50%;
  }
}
@media only screen and (max-width: 460px) {
  body div.views-grid div.view-content div.item-list ul li.views-row.views-row-3 {
    width: 100%;
  }
}
@media only screen and (max-width: 1910px) {
  body div.views-grid div.view-content div.item-list ul li.views-row.views-row-2 {
    max-width: none;
    width: 25%;
  }
}
@media only screen and (max-width: 1440px) {
  body div.views-grid div.view-content div.item-list ul li.views-row.views-row-2 {
    width: 40%;
  }
}
@media only screen and (max-width: 980px) {
  body div.views-grid div.view-content div.item-list ul li.views-row.views-row-2 {
    width: 50%;
  }
}
@media only screen and (max-width: 460px) {
  body div.views-grid div.view-content div.item-list ul li.views-row.views-row-2 {
    width: 100%;
  }
}
@media only screen and (max-width: 1910px) {
  body div.views-grid div.view-content div.item-list ul li.views-row.views-row-1 {
    max-width: none;
    width: 46.6666666667%;
  }
}
@media only screen and (max-width: 1440px) {
  body div.views-grid div.view-content div.item-list ul li.views-row.views-row-1 {
    width: 60%;
  }
}
@media only screen and (max-width: 980px) {
  body div.views-grid div.view-content div.item-list ul li.views-row.views-row-1 {
    width: 100%;
  }
}
@media only screen and (max-width: 980px) {
  body div.views-grid div.view-content div.item-list ul li.views-row.views-row-last {
    display: none;
  }
}
@media only screen and (max-width: 460px) {
  body div.views-grid div.view-content div.item-list ul li.views-row.views-row-last {
    display: block;
  }
}
@media only screen and (max-width: 1910px) {
  body div.views-grid div.view-content div.item-list ul li.views-row img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 1910px) {
  body div#block-views-most-view-block-1 {
    width: 25%;
  }
}
@media only screen and (max-width: 1280px) {
  body div#block-views-most-view-block-1 {
    width: 35%;
  }
}
@media only screen and (max-width: 980px) {
  body div#block-views-most-view-block-1 {
    width: 100%;
    max-width: none;
  }
}
@media only screen and (max-width: 980px) {
  body div#block-views-most-view-block-1 div.item-list ul li {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1180px) {
  body .button1,
body div#block-vevents-vevents-block-upcoming-1 > div.content a.all-events-link,
body div#block-vevents-vevents-block-search-events > div.content form input.form-submit,
body body.page-news div#subpage-container div.filters-fieldset-wrapper fieldset.filters div.fieldset-wrapper input.form-submit,
body div.node-movie div.movie-controls > a,
body form#webform-client-form-229285 input.form-submit,
body body.page-search div#page-content-container div#block-system-main div.content form#search-form fieldset div.action input.form-submit,
body div.view-id-galerie_foto div.view-filters > form input.form-submit,
body div.view-id-photo_gallery.view-display-id-page div.view-filters > form input.form-submit {
    padding: 9px 18px;
    font-size: 0.8em;
  }
}
@media only screen and (max-width: 420px) {
  body .button1,
body div#block-vevents-vevents-block-upcoming-1 > div.content a.all-events-link,
body div#block-vevents-vevents-block-search-events > div.content form input.form-submit,
body body.page-news div#subpage-container div.filters-fieldset-wrapper fieldset.filters div.fieldset-wrapper input.form-submit,
body div.node-movie div.movie-controls > a,
body form#webform-client-form-229285 input.form-submit,
body body.page-search div#page-content-container div#block-system-main div.content form#search-form fieldset div.action input.form-submit,
body div.view-id-galerie_foto div.view-filters > form input.form-submit,
body div.view-id-photo_gallery.view-display-id-page div.view-filters > form input.form-submit {
    padding: 5px 18px;
    font-size: 0.75em;
  }
}
@media only screen and (max-width: 450px) {
  body div.title-region-wrapper h2.page-title {
    font-size: 1.7142857143em;
  }
}
@media only screen and (max-width: 700px) {
  body div.title-region-wrapper h2.page-title {
    margin-bottom: 5px;
  }
  body div.title-region-wrapper div#region-after_title {
    float: none;
    clear: both;
  }
  body div.title-region-wrapper div#region-after_title div#block-vreadspeaker-vreadspeaker-block {
    margin: 10px 0;
  }
}
@media only screen and (max-width: 990px) {
  body div#page-content-container div.region-left-column.rwd-hide-region {
    display: none;
  }
  body div#page-content-container div.region-left-column.rwd-display-region {
    display: block;
    width: 100%;
  }
  body div#page-content-container div.region-left-column div#block-vbanner-under-left-menu {
    display: none;
  }
}
@media only screen and (max-width: 1180px) {
  body div#page-content-container div#page-content {
    display: block;
  }
}
body div#page-content-container div#page-content div.region-content img {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 1180px) {
  body div#page-content-container div.region-right-column {
    display: block;
    width: 100%;
    padding: 20px 0;
  }
}
@media only screen and (max-width: 990px) {
  body div#page-content-container div.region-right-column div#block-vbanner-news {
    display: none;
  }
}
@media only screen and (max-width: 1180px) {
  body div#page-content-container div.region-right-column div#block-vbanner-news div.content {
    font-size: 0;
  }
}
@media only screen and (max-width: 1180px) {
  body div#page-content-container div.region-right-column div#block-vbanner-news div.content div.vbanner-item {
    display: inline-block;
    vertical-align: middle;
    width: 33.3333333333%;
    text-align: center;
    font-size: 14px;
  }
}
@media only screen and (max-width: 1180px) {
  body div#page-content-container div.region-right-column div#block-vbanner-news div.content div.vbanner-item img {
    max-width: 99%;
    margin-right: 1%;
    height: auto;
  }
}
@media only screen and (max-width: 1910px) {
  body div.node div.content img {
    max-width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 1910px) {
  body div.node div.content iframe {
    max-width: 100%;
  }
}
@media only screen and (max-width: 530px) {
  body div.node div.content ul.vpg-picker {
    margin: 0;
  }
  body div.node div.content ul.vpg-picker li {
    width: 48%;
    margin-right: 1%;
    margin-left: 1%;
  }
  body div.node div.content ul.vpg-picker li img {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
}
@media only screen and (max-width: 1910px) {
  body div.node.node-movie div.movie-controls {
    display: none;
  }
}
@media only screen and (max-width: 1910px) {
  body div.node.node-vphoto-gallery div.field-name-vpg-images ul.field-items-display-normal,
body div.node.node-vphoto-gallery div.field-name-vpg-images ul.field-items-display-grid {
    margin: 0 0 0 -20px;
  }
  body div.node.node-vphoto-gallery div.field-name-vpg-images ul.field-items-display-normal li.field-item,
body div.node.node-vphoto-gallery div.field-name-vpg-images ul.field-items-display-grid li.field-item {
    max-height: 260px;
    overflow: hidden;
    margin: 0 0 20px 20px;
    float: left;
  }
  body div.node.node-vphoto-gallery div.field-name-vpg-images ul.field-items-display-normal li.field-item img,
body div.node.node-vphoto-gallery div.field-name-vpg-images ul.field-items-display-grid li.field-item img {
    max-width: 448px;
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 1910px) and (max-width: 550px) {
  body div.node.node-vphoto-gallery div.photogallery-load-more-container span.hidden-items-counter,
body div.node.node-vphoto-gallery div.photogallery-load-more-container a#load-more-galleries {
    display: block;
  }
  body div.node.node-vphoto-gallery div.photogallery-load-more-container a#load-more-galleries {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1910px) and (max-width: 910px) {
  body div.node.node-vphoto-gallery div.photogallery-load-more-container a#load-more-galleries {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1910px) {
  body div.node ul.links li.print_html,
body div.node ul.links li.print_pdf {
    display: none;
  }
}
@media only screen and (max-width: 650px) {
  body div#tag-list-scope ul.tag-list.has-results {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
  }
}
@media only screen and (max-width: 450px) {
  body div#tag-list-scope ul.tag-list.has-results {
    -webkit-column-count: 1;
    /* Chrome, Safari, Opera */
    -moz-column-count: 1;
    /* Firefox */
    column-count: 1;
  }
}
@media only screen and (max-width: 750px) {
  body div.view-id-galerie_foto div.view-filters > form div.views-exposed-widgets,
body div.view-id-photo_gallery.view-display-id-page div.view-filters > form div.views-exposed-widgets {
    display: block;
  }
  body div.view-id-galerie_foto div.view-filters > form div.views-exposed-widgets div.views-exposed-widget,
body div.view-id-photo_gallery.view-display-id-page div.view-filters > form div.views-exposed-widgets div.views-exposed-widget {
    display: block;
  }
}
@media only screen and (max-width: 1400px) {
  body.page-timetable-mzk div#timetable-content div.timetable-container {
    white-space: nowrap;
    overflow-x: auto;
  }
  body.page-timetable-mzk div#timetable-content div.timetable-container div.timetable-stops {
    margin-left: 20px;
  }
  body.page-timetable-mzk div#timetable-content div.timetable-container div.timetable-stops,
body.page-timetable-mzk div#timetable-content div.timetable-container div.timetable {
    display: inline-block;
    white-space: normal;
    float: none;
    vertical-align: top;
  }
}
@media only screen and (max-width: 1320px) {
  body.page-timetable-mzk div#page-content-container div#page-content,
body.page-timetable-mzk div#page-content-container div.region-left-column.rwd-display-region {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 990px) {
  body div#block-vevents-vevents-block-search-events > div.content form input.form-submit {
    width: auto;
    margin: auto;
  }
}
@media only screen and (max-width: 990px) {
  body.page-events-calendar div#block-vevents-vevents-block-search-events {
    padding-right: 15px;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 370px) {
  body.page-events-calendar div#block-vevents-vevents-block-search-events > div.content form fieldset.date_range div.fieldset-wrapper div.date-range-separator {
    display: none;
  }
  body.page-events-calendar div#block-vevents-vevents-block-search-events > div.content form fieldset.date_range div.fieldset-wrapper div.container-inline-date {
    display: block;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 360px) {
  body.page-events-calendar div#block-vevents-vevents-block-search-events > div.content form div.form-item-type-of-event div.form-checkboxes div.form-item {
    width: 100%;
  }
}
body.page-events-calendar div.calendar-header-wrapper h3.calendar_date_header {
  margin: 0 35px;
}
@media only screen and (max-width: 1910px) {
  body.page-events-calendar div#vevents-events-list-container ul.vevents-events-list > li {
    width: 48%;
    margin-right: 1%;
  }
}
@media only screen and (max-width: 1320px) {
  body.page-events-calendar div#vevents-events-list-container ul.vevents-events-list > li {
    width: 100%;
    margin-right: 0;
  }
  body.page-events-calendar div#vevents-events-list-container ul.vevents-events-list > li img.vevents-image {
    width: 100%;
  }
}
@media only screen and (max-width: 400px) {
  body ul.vevents-events-list > li div.event-content-wrapper h3.event-title {
    font-size: 1em;
  }
}
@media only screen and (max-width: 450px) {
  body div#block-vevents-vevents-block-upcoming-2 > div.content > ul.vevents-events-list {
    margin: 0;
  }
}
@media only screen and (max-width: 1100px) {
  body div#block-vevents-vevents-block-upcoming-2 > div.content > ul.vevents-events-list > li div.event-content-wrapper h3.event-title {
    font-size: 1.4285714286em;
  }
}
@media only screen and (max-width: 1910px) {
  body div#block-vevents-vevents-block-upcoming-2 > div.content > ul.vevents-events-list > li {
    width: calc(25% - 18px);
  }
}
@media only screen and (max-width: 930px) {
  body div#block-vevents-vevents-block-upcoming-2 > div.content > ul.vevents-events-list > li {
    width: calc(33.3333333333% - 18px);
  }
}
@media only screen and (max-width: 690px) {
  body div#block-vevents-vevents-block-upcoming-2 > div.content > ul.vevents-events-list > li {
    width: calc(50% - 18px);
  }
}
@media only screen and (max-width: 450px) {
  body div#block-vevents-vevents-block-upcoming-2 > div.content > ul.vevents-events-list > li {
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 1130px) {
  body.page-news div#subpage-container div.form_top {
    position: relative;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 820px) {
  body.page-news div#subpage-container div.form_top {
    display: block;
  }
  body.page-news div#subpage-container div.form_top div.form-item-display-mode div.form-item {
    border-right: none;
  }
  body.page-news div#subpage-container div.form_top div.form-item-sortby {
    display: block;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 750px) {
  body.page-news div#subpage-container div.filters-fieldset-wrapper fieldset.filters div.fieldset-wrapper {
    display: block;
  }
  body.page-news div#subpage-container div.filters-fieldset-wrapper fieldset.filters div.fieldset-wrapper div.form-item-title {
    margin: 0;
    float: none;
  }
  body.page-news div#subpage-container div.filters-fieldset-wrapper fieldset.filters div.fieldset-wrapper input.form-text {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
}
@media only screen and (max-width: 750px) {
  body.page-news div#subpage-container div.filters-fieldset-wrapper fieldset.filters div.fieldset-wrapper fieldset.date_range {
    float: none;
    display: block;
  }
}
@media only screen and (max-width: 790px) {
  body.page-news div#subpage-container div.filters-fieldset-wrapper fieldset.filters div.fieldset-wrapper fieldset.date_range div.container-inline-date div.form-item-start-date-date {
    margin-right: 15px;
  }
  body.page-news div#subpage-container div.filters-fieldset-wrapper fieldset.filters div.fieldset-wrapper fieldset.date_range div.date-fields-divider {
    display: none;
  }
}
@media only screen and (max-width: 750px) {
  body.page-news div#subpage-container div.filters-fieldset-wrapper fieldset.filters div.fieldset-wrapper fieldset.date_range div.container-inline-date {
    display: block;
  }
  body.page-news div#subpage-container div.filters-fieldset-wrapper fieldset.filters div.fieldset-wrapper fieldset.date_range div.container-inline-date div.form-item-start-date-date {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
@media only screen and (max-width: 750px) {
  body.page-news div#subpage-container div.filters-fieldset-wrapper fieldset.filters div.fieldset-wrapper fieldset.date_range div.container-inline-date div.form-item {
    width: 100%;
  }
  body.page-news div#subpage-container div.filters-fieldset-wrapper fieldset.filters div.fieldset-wrapper fieldset.date_range div.container-inline-date div.form-item div.date-padding {
    float: none;
  }
  body.page-news div#subpage-container div.filters-fieldset-wrapper fieldset.filters div.fieldset-wrapper fieldset.date_range div.container-inline-date div.form-item div.date-padding input.form-text {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-left: 50px;
    padding-right: 15px;
    background-position: 15px center;
  }
}
@media only screen and (max-width: 730px) {
  body.page-news div#subpage-container div.filters-fieldset-wrapper fieldset.filters div.fieldset-wrapper div.form-item-news-categories {
    font-size: 0;
  }
  body.page-news div#subpage-container div.filters-fieldset-wrapper fieldset.filters div.fieldset-wrapper div.form-item-news-categories div.form-item {
    font-size: 14px;
    display: inline-block;
    width: 30%;
    margin-right: 3%;
    float: none;
    vertical-align: top;
  }
}
@media only screen and (max-width: 730px) and (max-width: 430px) {
  body.page-news div#subpage-container div.filters-fieldset-wrapper fieldset.filters div.fieldset-wrapper div.form-item-news-categories div.form-item {
    width: 48%;
    margin-right: 2%;
  }
}
@media only screen and (max-width: 730px) and (max-width: 350px) {
  body.page-news div#subpage-container div.filters-fieldset-wrapper fieldset.filters div.fieldset-wrapper div.form-item-news-categories div.form-item {
    width: 100%;
    margin-right: 0;
  }
}
body.page-news div#subpage-container div.vnews-list-page div.block-news-list > ul.vnews-list img.vnews-image {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 1725px) {
  body.page-news div#subpage-container div.vnews-list-page div.block-news-list > ul.vnews-list.grid > li {
    width: 30%;
    margin-left: 1.5%;
    margin-right: 1.5%;
    max-width: none;
  }
}
@media only screen and (max-width: 1000px) {
  body.page-news div#subpage-container div.vnews-list-page div.block-news-list > ul.vnews-list.grid > li {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    max-width: none;
  }
  body.page-news div#subpage-container div.vnews-list-page div.block-news-list > ul.vnews-list.grid > li.first {
    width: 98%;
  }
  body.page-news div#subpage-container div.vnews-list-page div.block-news-list > ul.vnews-list.grid > li.first img.vnews-image {
    display: table;
    margin: auto;
  }
}
@media only screen and (max-width: 1000px) and (max-width: 500px) {
  body.page-news div#subpage-container div.vnews-list-page div.block-news-list > ul.vnews-list.grid > li {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 580px) {
  body.page-news div#subpage-container div.vnews-list-page div.block-news-list > ul.vnews-list.grid > li h3.vnews-title {
    font-size: 1.1428571429em;
  }
}
body div#block-block-60 {
  padding: 20px 0;
}
@media only screen and (max-width: 400px) {
  body div.view-id-projekty_europejskie.view-display-id-page_1 div.view-filters div.views-exposed-widgets {
    padding-left: 0;
  }
}
@media only screen and (max-width: 700px) {
  body div.view-id-projekty_europejskie.view-display-id-page_1 div.view-filters div.views-exposed-widgets div.views-exposed-widget {
    width: 50%;
  }
}
@media only screen and (max-width: 460px) {
  body div.view-id-projekty_europejskie.view-display-id-page_1 div.view-filters div.views-exposed-widgets div.views-exposed-widget {
    width: 100%;
  }
}
@media only screen and (max-width: 400px) {
  body div.view-id-projekty_europejskie.view-display-id-page_1 div.view-filters div.views-exposed-widgets div.views-exposed-widget div.views-widget {
    padding-right: 0;
  }
}
body div.view-id-projekty_europejskie.view-display-id-page_1 div.view-filters div.views-exposed-widgets div.views-submit-button {
  width: 100%;
}
body div#block-views-photo-gallery-block-2 > div.content div.item-list > ul > li img {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 1910px) {
  body div#block-views-photo-gallery-block-2 > div.content div.item-list > ul {
    margin-left: -2%;
  }
  body div#block-views-photo-gallery-block-2 > div.content div.item-list > ul > li {
    margin-left: 2%;
    width: 23%;
  }
}
@media only screen and (max-width: 1200px) {
  body div#block-views-photo-gallery-block-2 > div.content div.item-list > ul {
    margin-left: -3%;
  }
  body div#block-views-photo-gallery-block-2 > div.content div.item-list > ul > li {
    margin-left: 3%;
    width: 30%;
  }
}
@media only screen and (max-width: 860px) {
  body div#block-views-photo-gallery-block-2 > div.content div.item-list > ul {
    margin-left: -3%;
  }
  body div#block-views-photo-gallery-block-2 > div.content div.item-list > ul > li {
    margin-left: 3%;
    width: 47%;
  }
}
@media only screen and (max-width: 500px) {
  body div#block-views-photo-gallery-block-2 > div.content div.item-list > ul {
    margin-left: 0;
  }
  body div#block-views-photo-gallery-block-2 > div.content div.item-list > ul > li {
    margin-left: 0;
    width: 100%;
  }
}
body div#block-views-photo-gallery-block-4 > div.content div.item-list > ul > li img {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 1910px) {
  body div#block-views-photo-gallery-block-4 > div.content div.item-list > ul {
    margin-left: -2%;
  }
  body div#block-views-photo-gallery-block-4 > div.content div.item-list > ul > li {
    margin-left: 2%;
    width: 31%;
  }
}
@media only screen and (max-width: 1300px) {
  body div#block-views-photo-gallery-block-4 > div.content div.item-list > ul {
    margin-left: -3%;
  }
  body div#block-views-photo-gallery-block-4 > div.content div.item-list > ul > li {
    margin-left: 3%;
    width: 47%;
  }
}
@media only screen and (max-width: 860px) {
  body div#block-views-photo-gallery-block-4 > div.content div.item-list > ul {
    margin-left: -3%;
  }
  body div#block-views-photo-gallery-block-4 > div.content div.item-list > ul > li {
    margin-left: 3%;
    width: 47%;
  }
}
@media only screen and (max-width: 500px) {
  body div#block-views-photo-gallery-block-4 > div.content div.item-list > ul {
    margin-left: 0;
  }
  body div#block-views-photo-gallery-block-4 > div.content div.item-list > ul > li {
    margin-left: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 920px) {
  body.page-search div#page-content-container div#block-system-main > div.content {
    display: block;
  }
  body.page-search div#page-content-container div#block-system-main > div.content form#search-form,
body.page-search div#page-content-container div#block-system-main > div.content div.search-results-content {
    display: block;
  }
  body.page-search div#page-content-container div#block-system-main > div.content form#search-form {
    width: 100%;
    padding: 35px;
  }
  body.page-search div#page-content-container div#block-system-main > div.content form#search-form fieldset div.action input.form-submit {
    max-width: 300px;
    margin-bottom: 0;
    margin-top: 0;
  }
}
@media only screen and (max-width: 1910px) {
  body div.view-movies.view-display-id-page_1 div.item-list ul {
    margin-left: -3%;
  }
  body div.view-movies.view-display-id-page_1 div.item-list ul li {
    width: 22%;
    margin-left: 3%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 990px) {
  body div.view-movies.view-display-id-page_1 div.item-list ul {
    margin-left: -3%;
  }
  body div.view-movies.view-display-id-page_1 div.item-list ul li {
    width: 30%;
    margin-left: 3%;
  }
}
@media only screen and (max-width: 720px) {
  body div.view-movies.view-display-id-page_1 div.item-list ul {
    margin-left: -2.5%;
  }
  body div.view-movies.view-display-id-page_1 div.item-list ul li {
    width: 47.5%;
    margin-left: 2.5%;
  }
}
@media only screen and (max-width: 450px) {
  body div.view-movies.view-display-id-page_1 div.item-list ul {
    margin-left: 0;
  }
  body div.view-movies.view-display-id-page_1 div.item-list ul li {
    width: 100%;
    margin-left: 0;
  }
}
body .item-list .pager li {
  display: inline-block;
}
@media only screen and (max-width: 530px) {
  body div#region-footer_2 div.region-blockgroup-footer-right {
    float: none;
    clear: both;
  }
  body div#region-footer_2 div.region-blockgroup-footer-right div#block-menu-menu-footer > div.content > ul.menu > li {
    margin: 0;
    padding: 0;
    float: none;
    border-right: none;
    text-align: center;
  }
}
@media only screen and (max-width: 430px) {
  body div#region-footer_2 div.block-simplenews > div.content form > div input.form-submit {
    font-size: 1em;
  }
}
@media only screen and (max-width: 800px) {
  body div#sliding-popup div.popup-content div#popup-text {
    padding: 0 12px;
    font-size: 12px;
  }
  body div#sliding-popup div.popup-content div#popup-buttons {
    display: table;
    margin: 12px auto;
  }
  body div#sliding-popup div.popup-content div#popup-buttons button {
    padding: 3px 8px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 950px) {
  body div.block-coronavirus-important-info > div.content div.view-content {
    padding: 25px;
  }
}
@media only screen and (max-width: 400px) {
  body div.block-coronavirus-important-info > div.content div.view-content {
    padding: 10px;
  }
}
@media only screen and (max-width: 1600px) {
  body div.block-coronavirus-important-info > div.content div.view-content > div.item-list > ul {
    grid-row-gap: 25px;
  }
}
@media only screen and (max-width: 1100px) {
  body div.block-coronavirus-important-info > div.content div.view-content > div.item-list > ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 570px) {
  body div.block-coronavirus-important-info > div.content div.view-content > div.item-list > ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 400px) {
  body div.block-coronavirus-important-info > div.content div.view-content > div.item-list > ul {
    grid-row-gap: 10px;
    grid-column-gap: 10px;
  }
}
@media only screen and (max-width: 350px) {
  body div.block-coronavirus-important-info > div.content div.view-content > div.item-list > ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 950px) {
  body div.block-coronavirus-important-info > div.content div.view-content > div.item-list > ul > li.views-row-1 {
    grid-row: auto;
  }
}
@media only screen and (max-width: 950px) {
  body div.block-coronavirus-important-info > div.content div.view-content > div.item-list > ul > li > div.main-body {
    padding: 10px;
  }
}
@media only screen and (max-width: 950px) {
  body div.block-coronavirus-important-info > div.content div.view-content > div.item-list > ul > li > div.main-body > div.views-field-body {
    display: none;
  }
}
@media only screen and (max-width: 950px) {
  body div.block-coronavirus-important-info > div.content div.view-content > div.item-list > ul > li > div.main-body > div.views-field-title > h3 {
    font-size: 1.0714285714em;
  }
}

/*# sourceMappingURL=style-rwd.css.map */
