@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&subset=latin-ext');
body,
html {
  padding: 0;
  margin: 0;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  width: 100%;
  height: 100%;
}
a,
p,
img {
  line-height: 1;
  padding: 0;
  margin: 0;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
button {
  cursor: pointer;
}
img {
  max-width: 100%;
}
a,
button,
.a,
.button,
input[type=submit],
.transition,
textarea,
select {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section,
header,
footer {
  width: 100%;
  position: relative;
  text-align: center;
  z-index: 1;
}
header {
}
section,
header,
footer,
aside,
div,
input,
p,
a,
span,
.boxed {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wrap {
  max-width: 1170px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0px auto;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.row {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px 0px;
}
* {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
.owl-carousel .owl-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
a:focus {
}
.tether-element,
.tether-element *,
.tether-element :after,
.tether-element :before,
.tether-element:after,
.tether-element:before {
  box-sizing: border-box;
}
.tether-element {
  position: absolute;
  display: none;
}
.tether-element.tether-open {
  display: block;
}
/* Preload images */
body:after {
  content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
  display: none;
}
body.lb-disable-scrolling {
  overflow: hidden;
}
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}
.lightbox a img {
  border: none;
}
.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-container > .nav {
  left: 0;
}
.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}
.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-data {
  padding: 0 4px;
  color: #ccc;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
.lb-data .lb-caption a {
  color: #4ae;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
header .top {
  width: 100%;
  height: 46px;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
header .top .lang {
}
header .top .lang p {
  float: left;
  font-size: 14px;
  font-weight: 800;
  color: #8b8b8b;
  text-transform: uppercase;
  margin-right: 10px;
  line-height: 21px;
}
header .top .lang a {
  float: left;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  color: #8b8b8b;
  text-transform: lowercase;
  margin-right: 30px;
  line-height: 46px;
}
header .top .lang a.cz {
  color: #0e4194;
}
header .top .lang a.pl {
  color: #f08100;
}
header .top .lang a img {
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 6px;
  height: 19px;
}
header .bot {
  width: 100%;
  padding: 22px 0px 45px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
header .bot .logo {
  /* margin: 10px 10px 10px 0px; */
  float: left;
}
header .bot .logo h1 {
  font-size: 27px;
  line-height: 30px;
  color: #000099;
  font-weight: 500;
}
header .bot .boundaries {
  margin: 10px 10px 10px 0px;
}
header .wrap {
  /* position: relative; */
}
header .menu {
  width: 100%;
  background: #000099;
  padding: 0;
  margin-bottom: 25px;
  display: block;
  position: fixed;
  width: 100%;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 46px;
  margin: 0;
  overflow-y: auto;
  display: none;
  transform: translate3d(0,0,0);
}
header .menuBtn {
  position: absolute;
  right: 0px;
  bottom: 0px;
  padding: 0px;
  border: 0px;
  z-index: 100;
  background: transparent;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50px;
  flex-wrap: wrap;
  height: 50px;
  display: none;
  justify-content: center;
  align-content: center;
  align-items: center;
}
header .menuBtn span {
  width: 30px;
  height: 4px;
  float: left;
  background: #0e4194;
}
header .menuBtn span + span {
  margin-top: 4px;
}
/***********************************/
/*     Here comes your content     */
/***********************************/
iframe {
  width: 100% !important;
  border: none !important;
  border-width: 0px !important;
}
.main {
}
.main .banner {
  background-size: calc(66.66666% + 30px) 100%;
  min-height: 256px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.main .banner .left {
  color: white;
  background: url(../images/kresba.png) right top no-repeat;
  background-size: 250px auto;
  padding-bottom: 20px;
}
.main .banner .left h2 {
  font-weight: bold;
  font-size: 26px;
  line-height: 1.2;
  margin-top: 30px;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.main .banner .left article {
  float: left;
  width: 100%;
  margin-bottom: 12px;
  padding-bottom: 15px;
  border-bottom: 1px solid white;
}
.main .banner .left article:last-of-type {
  border: none;
}
.main .banner .left article span,
.main .banner .left article h2 {
  font-size: 14px;
  font-weight: 300;
  display: block;
  font-style: italic;
}
.main .banner .left article p {
  font-size: 14px;
  font-weight: 400;
  display: block;
  font-style: italic;
}
.main .banner .left article p + p {
  margin-top: 15px;
}
.main .banner .middle {
  display: flex;
  align-content: flex-end;
  flex-wrap: wrap;
  align-items: flex-end;
}
.main .banner .right {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  position: relative;
}
.main .banner .right.diff {
  align-content: flex-end;
}
.main .banner .right.diff .menulink {
  position: absolute;
  top: 0px;
  width: calc(100% - 15px);
  left: 15px;
}
.main .banner .right.diff .menulink.white {
  position: relative;
  left: auto;
  width: 100%;
}
.main .banner .right .fb-page {
  position: absolute;
  left: 15px;
  bottom: 0px;
  overflow: hidden;
  width: calc(100% - 15px);
}
.banner-column-left {
  width: 316px;
  /* background-color: #ffffff; */
  /* margin-left: -3px; */
}
.banner-column-right {
  flex-grow: 1;
  max-width: calc(100% - 316px);
  display: flex;
  flex-direction: column;
}
.hp .menulink {
}
.hp .row {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  align-items: flex-end;
}
.hp .hplink {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.hp .hplink h2 {
  float: left;
  padding-left: 33px;
  margin-bottom: 5px;
  position: relative;
  color: #0e4194;
  font-size: 16px;
  font-weight: 800;
  padding-top: 2px;
  line-height: 20px;
}
.hp .hplink h2 img {
  position: absolute;
  left: 0px;
  top: 1px;
}
.hp .hplink img.pic {
  width: 100%;
}
.hp .hplink:hover h2 {
  text-decoration: underline;
}
.subpage .left {
  width: 316px;
  padding: 0;
  position: relative;
  margin-bottom: 30px;
}
.subpage .left .menulink.diff {
  margin-left: 15px;
  width: calc(100% - 30px);
}
.subpage .left .info {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0px;
  padding: 30px 25px 30px 0;
  position: relative;
  margin-bottom: 2px;
}
.subpage .left .info .link {
  line-height: 20px;
  padding-left: 15px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
}
.subpage .left .info .link:hover {
  text-decoration: underline;
}
.subpage .left .info .content {
  color: #ffffff;
  width: 100%;
}
.subpage .left .info .content h2 {
  width: 100%;
  text-align: left;
  line-height: 32px;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 300;
  color: #ffffff;
  padding-right: 20px;
}
.subpage .left .info .content a {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  line-height: 28px;
  margin-bottom: 20px;
  display: block;
}
.subpage .left .info .content a:hover {
  text-decoration: none;
}
.subpage .left .video {
  width: 100%;
  width: calc(100% + 25px);
  left: -25px;
  position: relative;
  margin-bottom: 75px;
}
.subpage .left .facebook {
  width: 100%;
  width: calc(100% + 25px);
  position: relative;
  left: -25px;
}
.subpage .left .facebook iframe {
  float: left;
  width: 100%;
}
.subpage .right {
  width: calc(100% - 316px);
  padding: 0;
  float: none;
}
.subpage .right .menulink.diff {
  margin-left: 15px;
  width: calc(100% - 30px);
  display: none;
}
.subpage .right .info {
  float: left;
  width: 100%;
  margin-top: 30px;
  display: none;
  margin-bottom: 30px;
}
.subpage .right .info .link {
  float: left;
  line-height: 20px;
  padding-left: 15px;
  color: #f08100;
  text-decoration: none;
  background: url(../images/roh.png) left bottom no-repeat;
  font-weight: 800;
  text-transform: uppercase;
}
.subpage .right .info .link:hover {
  text-decoration: underline;
}
.subpage .right .info .content {
  background: #0e4194;
  color: white;
  float: left;
  width: 100%;
  padding: 10px 15px;
}
.subpage .right .info .content h2 {
  font-size: 26px;
  font-weight: 600;
  float: left;
  width: 100%;
  text-align: left;
  color: white;
  line-height: 32px;
  margin-bottom: 15px;
}
.subpage .right .info .content a {
  font-size: 14px;
  font-weight: 400;
  float: left;
  color: white;
  text-decoration: underline;
  text-transform: uppercase;
  width: 100%;
  text-align: left;
  line-height: 20px;
  margin-bottom: 5px;
}
.subpage .right .info .content a:hover {
  text-decoration: none;
}
.subpage .right h1,
.subpage .right h2.h1 {
  width: 100%;
  text-align: left;
  font-size: 26px;
  line-height: 30px;
  font-weight: 600;
  color: #000;
}
.subpage .right h2 {
  float: left;
  width: 100%;
  text-align: left;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  color: #000099;
  margin-bottom: 10px;
}
.subpage .right h3 {
  float: left;
  width: 100%;
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  font-weight: 800;
  color: #000;
  margin-bottom: 0px;
}
.subpage .right .posted {
  width: 100%;
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #3c3c47;
  float: none;
  margin-bottom: 5px;
  display: block;
}
.subpage .right .separator {
  float: left;
  width: 100%;
  height: 1px;
  background: #cce6ff;
  margin-bottom: 15px;
}
.subpage .right p {
  float: left;
  width: 100%;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  color: #009;
  margin-bottom: 15px;
  line-height: 22px;
}
.subpage .right p a {
  color: #000099;
  text-decoration: underline;
  font-weight: 600;
}
.subpage .right p a:hover {
  text-decoration: none;
}
.subpage .right .pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.subpage .right .pagination .pagi {display: flex;justify-content: center;}
.subpage .right .pagination .pagi a {
  margin-left: 2px;
  height: 32px;
  width: 32px;
  background: #e3e3ea;
  color: #f08100;
  font-weight: bold;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
.subpage .right .pagination .pagi a img {
  float: left;
  width: 100%;
  height: 100%;
}
.subpage .right .pagination .pagi a:hover,
.subpage .right .pagination .pagi a.active {
  text-decoration: none;
  background: #f08100;
  color: white;
}
.subpage .right .galery {
  float: left;
  width: 100%;
}
.subpage .right .galery a {
  float: left;
  width: calc(16.6666% - 12.5px);
  height: 110px;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
  margin-right: 15px;
}
.subpage .right .galery a img {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  z-index: 2;
  top: 50%;
  transform: translate(-50%, -50%);
}
.subpage .right .galery a:nth-of-type(6n) {
  margin-right: 0px;
}
.subpage .right .galery a:after {
  content: "";
  position: absolute;
  z-index: 5;
  left: 0px;
  bottom: 0px;
  width: 16px;
  height: 16px;
  background: url(../images/gal.png) center center no-repeat;
}
.subpage .right .galery + .separator {
  margin-top: 7px;
}
.subpage .right .download {
  width: auto;
  min-height: 45px;
  padding-left: 55px;
  flex-wrap: wrap;
  position: relative;
  align-content: center;
  align-items: center;
  background: #ff6600;
  margin-bottom: 20px;
  display: inline-flex;
  padding-right: 20px;
  padding: 5px 20px 5px 55px;
  margin-right: 10px;
  width: 100%;
}
.subpage .right .download div {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 52px;
}
.subpage .right .download + .download {
}
.subpage .right .download p {
  font-size: 15px;
  color: #ffffff;
  width: auto;
  text-decoration: none;
  margin-bottom: 0px;
  font-weight: 500;
  line-height: 18px;
  text-transform: uppercase;
  text-align: left;
}
.subpage .right .download span {
  color: white;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 14px;
  line-height: 16px;
  position: absolute;
  right: 0px;
  width: 50px;
  text-align: center;
}
.subpage .right .download:hover {
  text-decoration: none;
}
.subpage .right .download:hover p {
  text-decoration: none;
}
.subpage .right .download:hover span {
  text-decoration: none;
}
.subpage .right .table-responsive {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  margin-top: 15px;
  overflow: auto;
}
.subpage .right .table-responsive table {
  float: left;
  width: 100%;
  border-collapse: collapse;
  min-width: 320px;
  border: 1px solid #cce6ff;
}
.subpage .right .table-responsive table th {
  background: #cce6ff;
  padding-left: 10px;
  border-right: 1px solid white;
  height: 35px;
  font-weight: 400;
  color: #0e4194;
  font-size: 14px;
  line-height: 16px;
}
.subpage .right .table-responsive table td {
  padding-left: 10px;
  height: 35px;
  color: #000;
  font-size: 14px;
  line-height: 16px;
  border-right: 1px solid #cce6ff;
  border-bottom: 1px solid #cce6ff;
}
strong {
  font-weight: 700;
}
.fb_iframe_widget {
  width: 100%;
}
.left {
  float: left;
  width: 33.33333%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 15px;
  padding-left: 15px;
}
.middle {
  float: left;
  width: 33.33333%;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
}
.right {
  float: left;
  width: 33.33333%;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.menulink {
  float: left;
  position: relative;
  height: 50px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  z-index: 100;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  text-decoration: underline;
  width: 100%;
  justify-content: flex-start;
  overflow: hidden;
  padding-right: 10px;
  padding-left: 20px;
}
.menulink:after {
  /* content: ''; */
  /* position: absolute; */
  /* width: 2500px; */
  /* height: 2500px; */
  /* bottom: 20px; */
  /* left: -740px; */
  /* background: #f08100; */
  /* transform-origin: 50%; */
  /* transform: rotate(45deg); */
  /* z-index: -1; */
}
.menulink.white {
  line-height: 18px;
  margin-bottom: 3px;
  text-decoration: none;
  color: #000099;
  background-color: white;
  padding: 15px;
  height: auto;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 15px;
}
.menulink.white:after {
  content: none;
  position: absolute;
  width: 2500px;
  height: 2500px;
  bottom: 20px;
  left: -740px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  background: #fff;
  transform-origin: 50%;
  transform: rotate(45deg);
  z-index: -1;
}
.menulink.white:hover {
  color: #0e4194;
}
.menulink.white:hover:after {
  background: #cce6ff;
}
.menulink.white:focus {
  color: #0e4194;
}
.menulink.white:focus:after {
  background: #cce6ff;
}
.menulink.white:last-of-type {
  margin-bottom: 10px;
}
.menulink:hover {
  text-decoration: none;
  color: white;
}
.menulink:focus {
  color: white;
}
footer {display: flex;width: 100%;flex-direction: column;}
footer .link {
  float: left;
  margin-right: 8px;
  font-size: 14px;
  font-weight: 800;
  color: #8b8b8b;
  text-transform: uppercase;
  line-height: 26px;
}
footer .icons {
  float: left;
  margin-left: 60px;
}
footer .icons a {
  float: left;
  margin-right: 35px;
  line-height: 26px;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
footer .icons a:hover {
  transform: scale(0.9);
}
footer .icons a:last-of-type {
  margin-right: 0px;
}
footer .wrap {
  display: block;
  margin: auto;
}
footer .social {
  float: right;
  margin-left: 10px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  line-height: 26px;
  vertical-align: middle;
}
footer .social:hover {
  transform: scale(0.9);
}
/* 
    Some basic media queries for dayily use :) 
*/
@media (max-width: 1280px) {
  .subpage .right .galery a {
    width: calc(25% - 15px);
    height: 110px;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
    margin-right: 15px;
  }
  .subpage .right .galery a:nth-of-type(6n) {
    margin-right: 15px;
  }
  .subpage .right .galery a:nth-of-type(4n) {
    margin-right: 0px;
  }
}
@media (min-width: 1025px) {
  .menu {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .main {
  }
  .menu {
    display: none;
  }
  header .menuBtn {
    display: flex;
  }
  header .bot {
    padding-right: 60px;
  }
  .main .banner {
    background: #000099;
  }
  .main .banner .right .fb-page {
    position: relative;
    left: auto;
    margin-top: 15px;
    float: left;
    width: 100%;
  }
  .main .banner .right.diff {
    align-content: flex-start;
    margin-top: 3px;
    padding-bottom: 50px;
  }
  .main .banner .right.diff .menulink {
    top: auto;
    left: 0px;
    width: 100%;
    bottom: 3px;
  }
  .menulink.white:last-of-type {
    margin-bottom: 3px;
  }
  .left {
    width: 100%;
    padding: 0px;
  }
  .right {
    width: 100%;
    padding: 0px;
  }
  .middle {
    width: 100%;
    padding: 0px;
  }
  footer .icons {
    float: left;
    width: 100%;
    margin-left: 0px;
  }
  footer .icons a {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  footer .social {
    float: left;
    margin-left: 0px;
    margin-right: 10px;
  }
  .nomobile {
    display: none;
  }
}
@media (max-width: 768px) {
  .hp .menulink {
    display: none;
  }
  .main .banner {
    padding-top: 3px;
  }
  .main .banner .left {
    display: none;
  }
  header .bot {
    padding: 0px 60px 0px 0px;
  }
  .subpage .wrap .left {
    width: 100%;
    order: 2;
  }
  .subpage .wrap .right {
    width: 100%;
    padding: 0 25px;
    order: 1;
  }
  .subpage .left .info {
  }
  .subpage .right .info {
    display: block;
  }
  .subpage .left .menulink.diff {
    display: none;
  }
  .subpage .right .menulink.diff {
    display: none;
  }
}
@media (max-width: 560px) {
  .subpage .right .galery a {
    width: calc(50% - 15px);
    height: 110px;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
    margin-right: 15px;
  }
  .subpage .right .galery a:nth-of-type(6n) {
    margin-right: 15px;
  }
  .subpage .right .galery a:nth-of-type(4n) {
    margin-right: 15px;
  }
  .subpage .right .galery a:nth-of-type(2n) {
    margin-right: 15px;
  }
}
.top-bar {
  width: 100%;
  background-color: #ab000a;
  color: #fff;
  padding: 10px;
}
.top-bar a{
  color: #fff;
  text-decoration: underline;
  font-weight: 500;
}