/* CSS Document */
div.nivoSlider-main {
  top: 125px; }

#slider.nivoSlider.nivoSlider-main .nivo-directionNav a {
  top: -webkit-calc(60% - 80px);
  top: calc(60% - 80px); }

div:not(#slider2).nivoSlider .nivo-directionNav, div:not(#slider2).nivoSlider .nivo-directionNav a {
  display: block !important;
  /* ALWAYS show the arrows */ }

.nivo-prevNav, .nivo-nextNav {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 3px solid transparent;
  opacity: 0.5;
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }

.nivo-prevNav:hover, .nivo-nextNav:hover {
  opacity: 1; }

.nivo-prevNav {
  border-left: 3px solid white;
  border-top: 3px solid white;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 40px;
  height: 40px;
  margin: 20px 0px 0px 20px; }

.nivo-nextNav {
  border-right: 3px solid white;
  border-top: 3px solid white;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 40px;
  height: 40px;
  margin: 20px 20px 0px 0px; }

body {
  overflow-x: hidden;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  font-family: 'Alegreya', sans-serif;
  font-size: 14px;
  color: #3E3E3E;
  margin: 16px; }
  @media screen and (max-width: 1366px) {
    body {
      margin: 0 !important; } }
  body:after {
    content: '';
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -3;
    opacity: 0.8;
    background: #A9D4E5 url(/templates/img/bg.jpg) no-repeat top center; }

img {
  border: 0; }

:focus {
  outline: 0; }

.clear {
  clear: both;
  font-size: 0;
  line-height: 0; }

#page {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px;
  background-color: rgba(255, 255, 255, 0.8); }
  @media screen and (max-width: 1366px) {
    #page {
      overflow: hidden; } }
  @media screen and (max-width: 480px) {
    #page {
      padding-top: 100px; } }

#logo {
  padding: 10px 0px 0px 20px;
  float: left;
  width: 100px; }
  @media screen and (max-width: 1366px) {
    #logo {
      padding-top: 20px; } }
  @media screen and (max-width: 767px) {
    #logo {
      padding: 20px; } }
  #logo img {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    width: 100px;
    position: fixed; }
    @media screen and (max-width: 480px) {
      #logo img {
        position: relative; } }
  #logo.floating {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    #logo.floating img {
      -webkit-transform: scale(0.6, 0.6);
      -ms-transform: scale(0.6, 0.6);
      transform: scale(0.6, 0.6);
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-filter: drop-shadow(0px 0px 7px black);
      filter: drop-shadow(0px 0px 7px black); }
      @media screen and (max-width: 480px) {
        #logo.floating img {
          width: 100px; } }

.m {
  display: inline-block;
  position: relative;
  right: 0px;
  float: right; }
  @media screen and (min-width: 1366px) {
    .m {
      padding-top: 30px; } }

#top {
  width: 100%;
  max-width: 1200px;
  /*background: url('http://www.bielwod.com/templates/img/slider.png') no-repeat;*/
  position: absolute;
  top: 8px;
  z-index: 9; }
  @media screen and (max-width: 1366px) {
    #top {
      top: -16px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  @media screen and (max-width: 480px) {
    #top {
      top: -10px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding: 10px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  #top div.box > div.contact > span:nth-child(1) {
    font-size: 30px; }

#shop a {
  position: relative;
  top: 8px;
  left: 35px;
  color: #369AD6;
  font-size: 18px;
  font-family: 'Alegreya', sans-serif;
  font-weight: normal;
  text-decoration: none; }

#shop a:hover {
  color: #e85705; }

#google {
  text-align: center; }

.box {
  width: 100%;
  position: relative; }
  @media screen and (max-width: 1366px) and (min-width: 1024px) {
    .box {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
      -ms-flex-align: end;
      align-items: flex-end; } }
  @media screen and (max-width: 1366px) {
    .box {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; } }

.m #menu1 > li.active > a {
  color: #e85705; }

.m.menu #menu1 {
  margin: 0;
  padding: 0; }

#menu1 {
  list-style: none;
  float: right;
  padding-right: 15px;
  padding-top: 0px; }
  #menu1 .active a {
    color: #e85705; }
  @media screen and (max-width: 1024px) {
    #menu1 {
      float: none; } }

#menu1 li {
  float: left;
  padding: 0px 8px 0px 8px; }
  #menu1 li.highlighted a {
    color: #3399d5; }
  @media screen and (max-width: 1024px) {
    #menu1 li {
      float: none; } }

#menu1 li a {
  text-decoration: none;
  font-family: 'Alegreya', sans-serif;
  font-weight: bold;
  color: black;
  font-size: 16px;
  /*line-height:*/ }
  @media screen and (max-width: 1024px) {
    #menu1 li a {
      display: block;
      font-size: 23px;
      color: black;
      font-weight: bold;
      text-align: center;
      text-transform: uppercase;
      text-decoration: none;
      padding: 0 10px;
      height: 13vh;
      max-height: 10vh;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-transition: color 0.3s;
      transition: color 0.3s;
      line-height: 120%; } }

#menu1 li a:hover {
  color: #e85705; }

#menu1 #selected a {
  color: #e85705; }

.contact {
  float: right;
  color: black;
  font-size: 13px;
  text-align: right;
  margin-top: 20px;
  margin-right: 20px;
  line-height: 20px; }
  @media screen and (max-width: 1024px) {
    .contact {
      margin-top: 40px;
      font-size: 20px;
      text-align: center; } }
  @media screen and (max-width: 480px) {
    .contact {
      margin-top: 0px;
      font-size: 20px;
      text-align: center; } }

.phone {
  font-size: 18px;
  font-weight: 600;
  color: black; }
  @media screen and (max-width: 480px) {
    .phone {
      font-size: 23px;
      line-height: 29px; } }

.phone a {
  text-decoration: none;
  color: #e85705; }

#center {
  font-family: 'Alegreya', sans-serif;
  font-size: 16px;
  line-height: 23px;
  color: #3E3E3E;
  margin-top: -100px;
  font-weight: 500; }
  #center #content > div:not(#last) {
    font-family: 'Roboto', sans-serif;
    font-weight: 400; }
  @media screen and (max-width: 1366px) {
    #center {
      padding: 15px; } }

#center a {
  color: #3E3E3E;
  text-decoration: underline; }

#center a:hover {
  text-decoration: none; }

#map {
  margin-left: 30px;
  margin-top: 170px;
  margin-bottom: 20px;
  float: left;
  text-align: center; }
  @media screen and (max-width: 1024px) {
    #map {
      display: none; } }

#left {
  width: 260px;
  float: left; }

#last {
  margin-right: -5px;
  margin-left: 10px;
  float: right;
  width: 266px;
  height: 280px;
  display: none; }
  @media screen and (max-width: 1024px) {
    #last {
      display: none !important; } }

#center #content a.realisationsButton, #center a.realisationsButton {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #E75300;
  color: white;
  font-size: 20px;
  text-transform: capitalize;
  cursor: pointer;
  text-decoration: none; }

#center #content a {
  color: #E75300; }

#center #content a:hover {
  text-decoration: none; }

#center #content #three {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500; }

#pageShow {
  width: 100%;
  float: right;
  margin-bottom: 30px; }

@media screen and (max-width: 767px) {
  .contact__janek--1 {
    display: none; } }

.contact__janek--2 {
  text-align: center;
  line-height: 100px; }
  @media screen and (min-width: 767px) {
    .contact__janek--2 {
      display: none; } }

#center #offer {
  width: 285px;
  float: left;
  position: relative;
  top: 142px; }
  #center #offer h1 {
    padding-left: 60px;
    text-align: left;
    font-family: 'Alegreya', sans-serif;
    font-size: 35px;
    color: #369ad6;
    font-weight: 600;
    margin-bottom: 0; }
  @media screen and (max-width: 1024px) {
    #center #offer {
      display: none; } }

#center #offer_content {
  width: 220px;
  padding: 15px 5px 10px 60px; }

#center .text-color-orange {
  color: #E75300;
  font-weight: bold; }

#center #offer_content
a {
  font-family: 'Alegreya', sans-serif;
  font-size: 18px;
  color: #222;
  text-decoration: none;
  display: block;
  margin-bottom: 10px; }
  #center #offer_content
a.offer_firstLevel {
    font-weight: 600; }

#center #offer_content a:hover {
  color: #E75300; }

#center #offer_content #selected {
  font-family: 'Alegreya', sans-serif;
  font-size: 18px;
  color: #E75300;
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
  font-weight: 600; }

#center #offer_foot {
  background: url(http://www.bielwod.com/templates/img/offer_foot.jpg) no-repeat top left;
  width: 285px;
  height: 10px; }

#center #content {
  width: 880px;
  padding: 15px;
  float: left;
  position: relative;
  min-height: 400px;
  top: 142px;
  margin-left: 25px;
  margin-bottom: 142px; }
  @media screen and (max-width: 1366px) and (min-width: 1024px) {
    #center #content {
      width: 100%;
      max-width: 67%;
      margin-left: 20px;
      margin-right: 20px; } }
  @media screen and (max-width: 1024px) {
    #center #content {
      width: 100%;
      margin-left: 0px;
      padding: 0px; } }

#center #content h2, h2 {
  font-family: 'Alegreya', sans-serif;
  font-size: 25px;
  font-weight: normal;
  margin: 0 0 0px 0;
  color: #369ad6;
  font-weight: 600; }

#foot {
  background-color: rgba(255, 255, 255, 0.8);
  border-top: 4px solid #646464;
  color: #646464;
  position: relative;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly; }
  #foot a {
    text-decoration: none;
    color: black;
    padding-left: 10px;
    padding-right: 10px; }
  @media screen and (max-width: 1366px) {
    #foot {
      top: 0px;
      margin-top: 50px; } }

#foot #copy {
  float: left; }

#foot #optimal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: right; }
  #foot #optimal img {
    width: 100px; }

.tiles {
  display: block;
  background-image: url(/media/default/tiles.png);
  height: 35px;
  position: relative;
  top: 8px;
  width: 100%;
  background-repeat: repeat-x; }

.components__row--gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.components__gallery {
  color: black;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 49%;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
  text-align: left;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .components__gallery--description {
    text-align: center;
    color: black; }
  @media screen and (max-width: 700px) {
    .components__gallery {
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 49%;
      -ms-flex: 1 0 49%;
      flex: 1 0 49%; } }
  @media screen and (max-width: 450px) {
    .components__gallery {
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 100%;
      -ms-flex: 1 0 100%;
      flex: 1 0 100%;
      -webkit-align-content: center;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  .components__gallery a {
    color: black !important; }

#pollLite {
  text-align: center;
  padding: 0 2px;
  font-size: 0.917em; }

#pollLite #pLCnt {
  width: 90%;
  margin: 5px auto;
  text-align: left; }

#pollLite em {
  display: block;
  padding: 2px 2px 2px 4px;
  border-bottom: 1px solid #d6bd95;
  font-weight: bold;
  font-style: normal; }

#pollLite span {
  display: block;
  padding: 3px 0 5px;
  background: inherit;
  color: inherit;
  text-align: center; }

#pollLite #pLCnt div {
  padding: 1px 2px;
  background: inherit;
  color: inherit; }

#pollLite #pLCnt div.result {
  font-style: italic;
  padding: 3px; }

#pollLite div.result strong {
  font-style: normal; }

#comments {
  width: 100%;
  margin: 0 0 10px 0;
  font-size: 0.92em; }

#comments td, #comments th {
  border-bottom: 1px solid #ddd;
  vertical-align: top; }

#comments th {
  width: 130px;
  padding: 4px 4px 4px 0;
  text-align: left;
  font-weight: normal; }

#comments td {
  padding: 4px 0 4px 4px;
  text-align: left; }

#comments h6 {
  margin: 0;
  padding: 0;
  border: 0;
  background: inherit;
  color: #666;
  font-size: 1em; }

#commentForm {
  width: 100%;
  margin-bottom: 10px; }

#commentForm th {
  padding: 3px;
  text-align: right;
  font-weight: normal; }

#commentForm td {
  padding: 3px; }

/* SITE MAP - list */
#siteMap {
  margin: 0;
  padding: 10px 40px 20px; }

#siteMap dt {
  padding: 7px 0 0; }

#siteMap dt a {
  background: inherit;
  font-weight: bold; }

#siteMap dd {
  padding: 2px 0 0 20px;
  margin: 0; }

#siteMap dd.d2 {
  padding: 0 0 0 40px; }

#column #searchForm {
  margin: 20px 0 0 17px; }

#column #searchForm .input {
  width: 100px; }

/* PAGE DETAILS - photo - gallery */
#photosGallery {
  width: 100%;
  margin: 5px 0 10px;
  padding-bottom: 60px;
  border: 0; }

#photosGallery td {
  padding: 5px;
  text-align: center;
  vertical-align: top; }

#photosGallery td p {
  font-size: 0.84em; }

#photosGallery img {
  border: 1px solid #dfdfdf; }

/* PAGES LIST - news */
#subList .n {
  padding: 5px 0 10px;
  border-top: 1px solid #dfdfdf; }

#subList .n div {
  clear: left;
  padding: 5px 0 0 5px; }

#subList .n div.clear {
  padding: 0;
  border: none; }

#subList .n h4 {
  font-size: 0.917em; }

#subList .n h4 a {
  background: inherit;
  font-weight: bold; }

#subList .n h5 {
  margin: 2px 0 0 10px;
  font-weight: normal;
  font-size: 0.83em; }

#subList .n h5 a {
  border-bottom: 1px solid #ddd;
  text-decoration: none; }

#subList .n h5 a:hover {
  border-bottom: 1px solid #666; }

#subList .n h6 {
  margin: 2px 0 0;
  font-size: 0.83em;
  font-weight: normal; }

#subList .n .photo {
  float: left;
  margin: 0 5px 3px 0; }

/* PAGES LIST - gallery */
#pagesGallery {
  width: 100%;
  margin: 5px 0 10px;
  padding: 0px 0px 30px 0px;
  border: 0; }

#pagesGallery td {
  padding: 5px;
  text-align: center; }

#pagesGallery td h4 {
  font-size: 0.917em; }

#pagesGallery td h4 a {
  font-weight: bold; }

#pagesGallery td .photo {
  border: 1px solid #dfdfdf; }

.bT {
  text-align: center;
  margin: -10px 0 10px; }

.bL {
  text-align: center;
  margin: 10px 0; }

#contactPanel {
  float: right;
  /*width: 260px;*/
  margin: 0 0 10px 15px;
  border: none; }
  @media screen and (max-width: 767px) {
    #contactPanel {
      width: 100%;
      text-align: center; } }

#contactPanel .submit {
  margin: 5px 0 0 0;
  width: 160px;
  height: 40px;
  border: none;
  background: #E75300;
  color: #fff;
  font-size: 20px;
  text-transform: capitalize;
  cursor: pointer;
  font-family: 'Alegreya', sans-serif;
  font-weight: 500; }
  #contactPanel .submit.disabled {
    background: #979fad; }
  #contactPanel .submit.success {
    background: #34b820 !important; }
  @media screen and (max-width: 767px) {
    #contactPanel .submit {
      font-size: 20px;
      padding: 0px 40px; } }

#contactPanel dl, #contactPanel dt, #contactPanel dd {
  margin: 0;
  padding: 0;
  margin-bottom: 2px; }

#contactPanel dl, #contactPanel h6 {
  font-size: 14px;
  font-weight: 600; }

#contactPanel dt {
  padding-bottom: 1px; }
  @media screen and (max-width: 767px) {
    #contactPanel dt {
      font-size: 20px; } }

#contactPanel dd {
  padding-bottom: 5px; }

#contactPanel .input, #contactPanel textarea {
  width: 260px;
  font-size: 12px;
  border: 1px solid #3E3E3E;
  padding: 4px;
  font-family: 'Alegreya', sans-serif;
  color: #E75300; }
  @media screen and (max-width: 767px) {
    #contactPanel .input, #contactPanel textarea {
      font-size: 20px;
      width: 70%; } }

fieldset {
  border: none;
  padding: 5px; }

fieldset.dodaj {
  border: solid 1px #c0c0c0; }

#newsletter {
  margin: 20px 0;
  font: 0.92em tahoma;
  text-align: center; }

#newsletter div {
  padding: 0 0 5px; }

#newsletter fieldset {
  padding: 0;
  margin: 0; }

#newsletter .input {
  width: 150px; }

#commentTitle {
  margin: 10px 0 0;
  padding: 5px 0 10px;
  border-top: 1px solid #ddd;
  background: inherit;
  color: #5d81bd;
  font-size: 1.084em;
  font-weight: bold; }

#comments {
  width: 100%;
  margin: 0 0 10px 0;
  font-size: 0.92em; }

#comments td, #comments th {
  border-bottom: 1px solid #ddd;
  vertical-align: top; }

#comments th {
  width: 130px;
  padding: 4px 4px 4px 0;
  text-align: left;
  font-weight: normal; }

#comments td {
  padding: 4px 0 4px 4px;
  text-align: left; }

#comments h6 {
  margin: 0;
  padding: 0;
  border: 0;
  background: inherit;
  color: #666;
  font-size: 1em; }

#commentForm {
  width: 100%;
  margin-bottom: 10px; }

#commentForm th {
  padding: 3px;
  text-align: right;
  font-weight: normal; }

#commentForm td {
  padding: 3px; }

#ra_loginForm label {
  width: 100px;
  float: left;
  text-align: right;
  padding-right: 10px; }

#ra_loginForm div {
  padding: 10px; }

#forum_kategorie {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 15px; }

#forum_kategorie th {
  padding: 10px 0; }

#forum_kategorie td {
  padding: 10px 0;
  border-top: 1px #84c225 solid; }

#forum_kategorie td.temat {
  padding-left: 20px;
  background: URL("http://www.bielwod.com/templates/img/lisc.gif") no-repeat center left; }

#forum_kategorie td.autor {
  width: 150px; }

#forum_kategorie td.data {
  width: 110px; }

#forum_posty {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 15px; }

#forum_posty th {
  padding: 10px;
  text-align: center;
  font-size: 16px; }

#forum_posty td.dane {
  width: 150px;
  border-top: 1px #84c225 solid;
  padding: 10px 0;
  padding-left: 5px;
  vertical-align: top; }

#forum_posty td.tresc {
  border-top: 1px #84c225 solid;
  border-right: 1px #84c225 solid;
  padding: 15px 0;
  padding-right: 5px; }

#forum_dodaj {
  margin: 0 auto; }

#forum_dodaj td {
  text-align: left; }

#forum_dodaj th {
  text-align: left;
  padding: 0 10px; }

#forum_dodaj .input, #forum_dodaj textarea {
  width: 300px; }

/* LIGHTBOX */
#lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
  line-height: 0; }

#lightbox img {
  width: auto;
  height: auto; }

#lightbox a img {
  border: none; }

#outerImageContainer {
  position: relative;
  background-color: #fff;
  width: 250px;
  height: 250px;
  margin: 0 auto; }

#imageContainer {
  padding: 10px; }

#loading {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

#hoverNav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

#imageContainer > #hoverNav {
  left: 0; }

#hoverNav a {
  outline: none; }

#prevLink, #nextLink {
  width: 49%;
  height: 100%;
  background-image: url(data:image/gif;base64,AAAA);
  /* Trick IE into showing hover */
  display: block; }

#prevLink {
  left: 0;
  float: left; }

#nextLink {
  right: 0;
  float: right; }

#prevLink:hover, #prevLink:visited:hover {
  background: url(http://www.bielwod.com/templates/img/lightbox/prevlabel.gif) left 15% no-repeat; }

#nextLink:hover, #nextLink:visited:hover {
  background: url(http://www.bielwod.com/templates/img/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer {
  font: 10px Verdana, Helvetica, sans-serif;
  background-color: #fff;
  margin: 0 auto;
  line-height: 1.4em;
  overflow: auto;
  width: 100%; }

#imageData {
  padding: 0 10px;
  color: #666; }

#imageData #imageDetails {
  width: 70%;
  float: left;
  text-align: left; }

#imageData #caption {
  font-weight: bold; }

#imageData #numberDisplay {
  display: block;
  clear: left;
  padding-bottom: 1.0em; }

#imageData #bottomNavClose {
  width: 66px;
  float: right;
  padding-bottom: 0.7em;
  outline: none; }

#overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 500px;
  background-color: #000; }

@media screen and (max-width: 767px) {
  .contact__details {
    text-align: center;
    float: right;
    width: 100%;
    padding-top: 30px; } }

.page__title {
  color: #369ad6;
  line-height: 40px; }
  @media screen and (max-width: 1366px) {
    .page__title {
      text-align: center; } }

.scrollTop {
  width: 50px;
  height: 50px;
  background: #fff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.7);
  position: fixed;
  right: 20px;
  -webkit-transition: opacity 0.3s, bottom 07s;
  transition: opacity 0.3s, bottom 0.7s;
  bottom: -100px;
  z-index: 8; }

@media (max-width: 1024px) {
  .scrollTop {
    right: 10px; } }

.scrollTop.show {
  bottom: 15px; }

.scrollTop:hover {
  opacity: 1; }

.scrollTop::before {
  content: '';
  display: block;
  border-top: 3px solid #3699d4;
  width: 15px;
  height: 15px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 5px;
  right: 0;
  left: 2px;
  bottom: 0;
  position: absolute;
  margin: auto; }

.scrollTop::after {
  content: '';
  display: block;
  border-top: 3px solid #3699d4;
  width: 15px;
  height: 15px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 5px;
  right: 2px;
  left: 0;
  bottom: 0;
  position: absolute;
  margin: auto; }

#map h2 {
  text-align: center; }

#map a {
  margin-bottom: 20px; }
  #map a img {
    margin-bottom: 20px; }

.components__gallery a {
  text-align: center;
  width: 100%; }
  .components__gallery a img {
    width: 95%; }

#photoGallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.photoGallery__imageWrapper {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 33%;
  -ms-flex: 1 0 33%;
  flex: 1 0 33%; }

.photoGallery__imageWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .photoGallery__imageWrapper > div {
    width: 100%;
    text-align: center; }
    .photoGallery__imageWrapper > div img {
      width: 90%; }
  @media only screen and (min-width: 430px) {
    .photoGallery__imageWrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 49%;
      -ms-flex: 1 0 49%;
      flex: 1 0 49%;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; } }

.preloader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 10000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }
  .preloader__content ul {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    padding: 0; }
  .preloader__content li {
    display: inline-block;
    width: .5em;
    height: .3em;
    background: #6ff7ff;
    margin-top: 8em;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-animation: raise 2.5s infinite; }

@-webkit-keyframes raise {
  0% {
    background-color: #3bc6d2; }
  10% {
    background-color: #2fc3d2; }
  20% {
    background-color: #28b1d2; }
  30% {
    background-color: #1f86d2; }
  40% {
    background-color: #1b70d2; }
  50% {
    background-color: #165dd2;
    height: 8em;
    margin-top: 0em; }
  60% {
    background-color: #1449d2; } }
  .preloader__content li:nth-of-type(1) {
    -webkit-animation-delay: .2s; }
  .preloader__content li:nth-of-type(18) {
    -webkit-animation-delay: .2s; }
  .preloader__content li:nth-of-type(2) {
    -webkit-animation-delay: .4s; }
  .preloader__content li:nth-of-type(17) {
    -webkit-animation-delay: .4s; }
  .preloader__content li:nth-of-type(3) {
    -webkit-animation-delay: .6s; }
  .preloader__content li:nth-of-type(16) {
    -webkit-animation-delay: .6s; }
  .preloader__content li:nth-of-type(4) {
    -webkit-animation-delay: .8s; }
  .preloader__content li:nth-of-type(15) {
    -webkit-animation-delay: .8s; }
  .preloader__content li:nth-of-type(5) {
    -webkit-animation-delay: 1s; }
  .preloader__content li:nth-of-type(14) {
    -webkit-animation-delay: 1s; }
  .preloader__content li:nth-of-type(6) {
    -webkit-animation-delay: 1.2s; }
  .preloader__content li:nth-of-type(13) {
    -webkit-animation-delay: 1.2s; }
  .preloader__content li:nth-of-type(7) {
    -webkit-animation-delay: 1.4s; }
  .preloader__content li:nth-of-type(12) {
    -webkit-animation-delay: 1.4s; }
  .preloader__content li:nth-of-type(8) {
    -webkit-animation-delay: 1.6s; }
  .preloader__content li:nth-of-type(11) {
    -webkit-animation-delay: 1.6s; }
  .preloader__content li:nth-of-type(9) {
    -webkit-animation-delay: 1.7s; }
  .preloader__content li:nth-of-type(10) {
    -webkit-animation-delay: 1.7s; }

#preloader.preloader-hiding {
  opacity: 0; }

#preloader.preloader-hidden {
  display: none; }

@media screen and (max-width: 900px) {
  #foot {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .footer__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 48%;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    padding-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; } }

@media screen and (max-width: 550px) {
  .footer__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 99%;
    -ms-flex: 0 0 99%;
    flex: 0 0 99%;
    padding-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.menu {
  position: relative;
  z-index: 2; }
  .menu.desktop {
    padding-top: 20px;
    display: inline-block;
    float: right;
    width: 80%; }
    @media screen and (max-width: 1366px) and (min-width: 1024px) {
      .menu.desktop {
        padding-top: 0px; } }
  @media (max-width: 1024px) {
    .menu {
      display: none;
      position: fixed;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: white;
      border: 0;
      overflow-y: auto;
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-overflow-scrolling: touch; }
      .menu.desktop {
        display: none; } }
  .menu__ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
    @media (max-width: 1199px) {
      .menu__ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 20%; } }
    @media (max-device-width: 1199px) and (orientation: landscape) {
      .menu__ul {
        margin-top: 10%; } }
  .menu__li {
    border-left: 1px solid #87c3da;
    border-right: 1px solid #87c3da;
    width: 100%; }
    @media (max-width: 1199px) {
      .menu__li {
        border: 0;
        margin-bottom: 30px; } }
    .menu__li.active .menu__link {
      background: #889BA2;
      color: #374E5C; }
      @media (max-width: 1199px) {
        .menu__li.active .menu__link {
          background: none;
          color: #889BA2; } }
  .menu__link {
    text-decoration: none;
    font-family: Tahoma, Verdana, Arial;
    font-weight: bold;
    color: #4e7379;
    font-size: 14px; }
    @media (max-width: 1024px) {
      .menu__link {
        font-size: 16px;
        min-height: 70px; } }
    @media (max-width: 1199px) {
      .menu__link {
        min-height: 0;
        background: none;
        font-size: 20px; } }
    .menu__link:hover {
      color: #e85705; }
  .menu__search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    -webkit-box-shadow: 0 0 0 2px #374E5C inset;
    box-shadow: 0 0 0 2px #374E5C inset;
    min-height: 80px;
    padding: 0 13px;
    color: #F5F5F5;
    font-size: 18px;
    text-decoration: none;
    text-transform: capitalize; }
    @media (max-width: 1399px) {
      .menu__search {
        min-height: 70px; } }
    @media (max-width: 1199px) {
      .menu__search {
        display: none; } }
    .menu__searchImg {
      margin-right: 15px; }
    .menu__search--mobile {
      display: none;
      position: relative;
      z-index: 1;
      border: 2px solid #374E5C; }
      @media (max-width: 1199px) {
        .menu__search--mobile {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; } }

.menuButton {
  display: none;
  position: fixed;
  right: 10px;
  top: 40px;
  text-decoration: none;
  z-index: 10;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
  width: 50px;
  height: 50px;
  background: white;
  -webkit-border-radius: 100%;
  border-radius: 100%; }
  @media (max-width: 1024px) {
    .menuButton {
      display: block;
      -webkit-box-shadow: 1px 1px 21px rgba(0, 0, 0, 0.28);
      box-shadow: 1px 1px 21px rgba(0, 0, 0, 0.28); } }
  .menuButton span {
    position: relative;
    width: 29px;
    height: 3px;
    background: #3699da;
    display: block;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s; }
    .menuButton span:last-child {
      margin-bottom: 0; }
  .menuButton__text {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    color: black;
    text-align: center;
    position: relative;
    left: 0;
    right: 0;
    top: -20px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700; }
  .menuButton.displacement {
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.7);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 10px; }
    @media screen and (min-width: 1024px) {
      .menuButton.displacement {
        display: none; } }
    .menuButton.displacement .menuButton__text {
      opacity: 0; }
    .menuButton.displacement span {
      top: -8px; }
  .menuButton.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 10px; }
    .menuButton.active .menuButton__text {
      opacity: 0;
      display: none; }
    .menuButton.active span:nth-child(3) {
      opacity: 0; }
    .menuButton.active span:nth-child(2) {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      top: 7px; }
    .menuButton.active span:nth-child(4) {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      top: -9px; }

.wrap-collabsible {
  top: 110px;
  margin-bottom: 0rem;
  position: relative; }
  .wrap-collabsible .offer_firstLevel {
    font-size: 18px; }
  @media screen and (min-width: 1024px) {
    .wrap-collabsible {
      display: none; } }
  .wrap-collabsible a {
    display: block;
    line-height: 36px;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none !important; }
    .wrap-collabsible a#selected {
      font-weight: bold;
      color: #e85705; }
    .wrap-collabsible a.offer_subcategory {
      color: #e85705;
      font-size: 14px; }

input[type='checkbox'] {
  display: none; }

.lbl-toggle {
  display: block;
  font-weight: bold;
  font-size: 2.4rem;
  text-transform: uppercase;
  text-align: center;
  padding: 1rem;
  color: white;
  background: #369ad5;
  cursor: pointer;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out; }

.lbl-toggle:hover {
  color: white; }

.lbl-toggle::before {
  content: ' ';
  display: inline-block;
  border-top: 7px solid currentColor;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  vertical-align: middle;
  margin-right: .7rem;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out; }

.toggle:checked + .lbl-toggle::before {
  -webkit-transform: rotate(180deg) translateX(3px);
  -ms-transform: rotate(180deg) translateX(3px);
  transform: rotate(180deg) translateX(3px); }

.collapsible-content {
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: max-height .25s ease-in-out;
  transition: max-height .25s ease-in-out; }

.toggle:checked + .lbl-toggle + .collapsible-content {
  max-height: 800px; }

.toggle:checked + .lbl-toggle {
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0; }

.collapsible-content .content-inner {
  background: white;
  border-bottom: 1px solid rgba(250, 224, 66, 0.45);
  -webkit-border-bottom-left-radius: 7px;
  border-bottom-left-radius: 7px;
  -webkit-border-bottom-right-radius: 7px;
  border-bottom-right-radius: 7px;
  padding: .5rem 1rem; }

.components {
  padding-top: 15px;
  padding: 25px 0;
  padding-right: 20px; }
  @media (max-width: 1199px) {
    .components {
      padding: 15px 0; } }
  @media (max-width: 767px) {
    .components {
      padding: 0;
      padding-top: 15px; } }
  .components__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 20px; }
    .components__row--gallery {
      margin: 0 -15px; }
      @media (max-width: 1199px) {
        .components__row--gallery {
          padding: 0 20px; } }
      @media (max-width: 1366px) {
        .components__row--gallery {
          padding: 0 10px; } }
      @media (max-width: 767px) {
        .components__row--gallery {
          padding: 0; } }
    .components__row--alignItemsCenter {
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media (max-width: 767px) {
        .components__row--alignItemsCenter {
          margin-bottom: 25px; } }
    @media (max-width: 767px) {
      .components__row {
        display: block;
        margin-left: 0px;
        margin-right: 0px; } }
  .components__col {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 49%;
    -ms-flex: 1 0 49%;
    flex: 1 0 49%;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    word-break: break-all; }
    @media (max-width: 767px) {
      .components__col {
        width: 100%;
        padding: 0;
        margin-bottom: 25px; } }
  .components__text {
    font-size: 16px;
    color: black;
    text-align: left;
    overflow-wrap: break-word;
    padding: 10px;
    word-break: break-word;
    white-space: normal; }
    .components__text--singleText {
      text-align: left; }
  .components__subHeader {
    color: black;
    font-size: 20px;
    font-weight: 700; }
    @media (max-width: 1366px) {
      .components__subHeader {
        font-size: 18px; } }
    .components__subHeader--center {
      text-align: center; }
  .components__img {
    max-width: 100%;
    height: auto; }
    @media (max-width: 767px) {
      .components__img {
        display: block;
        margin: 0 auto; } }
  .components__header {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 45px;
    color: #374E5C; }
    @media (max-width: 1366px) {
      .components__header {
        font-size: 35px; } }
    .components__header--center {
      text-align: center; }
  .components__description {
    font-size: 20px;
    color: #889BA2;
    font-weight: bold;
    line-height: 160%; }
  .components__iframe {
    border: 0;
    width: 95%;
    height: 250px; }
    @media (max-width: 1199px) {
      .components__iframe {
        height: 250px; } }
    .components__iframe--center {
      width: 50%; }
    @media (max-width: 1366px) {
      .components__iframe {
        width: 95%;
        max-width: 480px;
        height: 250px;
        margin: 0 auto;
        display: block; } }
    @media (max-width: 767px) {
      .components__iframe {
        height: 45vw; } }

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