/*
Theme Name: SOT Theme
Theme URI: http://sot.pl
Author: T-Matic Grupa Computer Plus
Author URI: http://computerplus.com.pl/media
Description: Wordpress theme developed specially for SOT.
Version: 1.0
License: All Rights Reserved
Tags: SOT, Spółdzielnia Obrotu Towarowego, T-Matic Grupa Computer Plus, Media & Marketing
Text Domain: SOT Spółdzielnia Obrotu Towarowego
*/

@import url(flexslider.css);
@import url(bootstrap.min.css);
@import url(
  https://fonts.googleapis.com/css?family=Roboto:400,
  400italic,
  700,
  700italic&subset=latin,
  latin-ext
);
html {
  overflow-y: scroll;
}

html,
body {
  height: 100%;
}

body {
  background: url(images/bg.jpg) #fff top center no-repeat fixed;
  background-size: cover;
  font-family: "Roboto", Arial, Helvetica, sans-serif !important;
}

img {
  max-width: 100%;
  height: auto;
}


a:hover {
  transition: opacity 500ms ease 0s;
}

.clr {
  clear: both;
}

.flt {
  float: left;
}

.flr {
  float: right;
}

.alignleft {
  float: left;
  margin-right: 20px;
}

.alignright {
  float: right;
  margin-left: 20px;
}

.blankspace {
  height: 20px;
}

.page-wrap {
  min-height: 100%;
  width: 1020px;
  margin: 0 auto;
  margin-bottom: -95px;
}

.page-wrap:after {
  content: "";
  display: block;
}

.foot {
  height: 310px;
  padding: 0 20px;
}

.site-footer,
.page-wrap:after {
  height: 310px;
}

.site-footer {
  background: #1f4a96;
  color: #fff;
  clear: both;
}

header {
  min-height: 100px;
  margin-bottom: 10px;
  position: relative;
}

.logo {
  margin-bottom: 20px;
}

.main-menu {
  margin-top: 35px;
}

.flags {
  float: right;
  margin: 20px 0;
}

.pagenmb {
  margin: 40px 0;
  color: #333;
}

.pagenmb a,
.pagenmb span,
.pagenmb span.current {
  color: #0099ff;
  display: inline-block;
  width: 30px;
  height: 20px;
  line-height: 25px;
  text-align: center;
  text-decoration: none;
}

.ad img {
  margin: 0 !important;
}

.pagenmb a:hover {
  color: #1f4a96;
}

.box-5 img {
  border-radius: 50%;
  max-width: 120px !important;
}

.box-8 img {
  max-width: 70px !important;
  border-radius: 50%;
}

@media screen and (max-width: 1020px) {
  #gstr {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .flags {
    width: 120px;
    margin: 0;
    padding: 0;
  }
}

.search {
  margin: 0 0 20px 0;
}

.search-box,
.search input {
  width: 65%;
  padding: 5px 0;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #eee;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.search-box {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.search input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}

.search input.searching {
  background: #09f;
  color: #fff;
  border: 1px solid #09f;
  width: 35%;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

@media screen and (min-width: 992px) {
  .search {
    margin: 20px 0 0;
  }
}

.foot {
  width: 1000px;
  margin: 0 auto;
  padding-top: 20px;
  font-size: 8pt;
  height: 310px;
}

/* Przycisk MENU */

.menu-toggle {
  padding: 10px;
  font-size: 11px;
  line-height: 1.428571429;
  color: #fff;
  background-color: #09f;
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
  cursor: pointer;
  width: 25%;
}

.menu-toggle:active,
.menu-toggle.toggled-on {
  color: #333;
  background-color: #eee;
  border-color: transparent;
}

/* Navigation Menu */

.main-menu ul.menu {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-menu ul.menu.toggled-on,
.menu-toggle {
  display: inline-block;
}

.main-menu {
  text-align: center;
}

nav ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav ul ul li a {
  display: block;
}

.foot a {
  color: #09f;
}

.slide-title {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(31, 74, 150, 0.9);
  color: #fff;
  font-weight: 700;
  padding: 10px 20px;
  width: 100%;
  margin: 0;
  /*display:none!important;*/
}

@media screen and (min-width: 1019px) {
  .slide-title {
    position: absolute;
    bottom: 9px;
    left: 0;
    background: rgba(31, 74, 150, 0.9);
    color: #fff;
    font-weight: 700;
    padding: 10px 20px;
    width: 100%;
    margin: 0;
  }
}

.slide2-title {
  width: 100%;
  background: rgba(31, 74, 150, 0.9);
  color: #fff;
  text-align: center;
  margin: 0;
  font-size: 8pt;
  font-weight: 700;
  padding: 8px;
  box-sizing: border-box;
}

.flexslider {
  height: auto;
}

.flexslider .slides img {
  width: 100%;
  height: auto;
}

.flex-viewport {
  max-height: 300px;
  overflow: hidden;
}

.slide-contain {
  max-height: 300px;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .flex-viewport {
    max-height: none;
    height: auto;
    overflow: hidden;
  }
  .slide-contain {
    max-height: none;
    height: auto;
    overflow: hidden;
  }
}

.box-1,
.box-2 {
  overflow: hidden;
  position: relative;
  height: 150px;
  width: 225px;
  margin-left: 20px;
}

.box-3,
.box-4 {
  overflow: hidden;
  position: relative;
  height: 150px;
  width: 225px;
  margin-left: 20px;
}

@media screen and (max-width: 991px) {
  .box-1,
  .box-2,
  .box-3,
  .box-4 {
    min-width: 50%;
    width: 100% !important;
    height: auto;
    overflow: hidden;
    float: left;
    margin-left: 0;
    margin-bottom: 0;
  }
  .boxb {
    background: #09f;
    width: 100%;
  }
  .box-3 img,
  .box-4 img {
    width: 100%;
    overflow: hidden;
  }
}

@media screen and (max-width: 600px) {
  .box-1,
  .box-2,
  .box-3,
  .box-4 {
    width: 100%;
    overflow: hidden;
    float: left;
    margin-left: 0;
    margin-bottom: 0;
  }
  .box-3 img,
  .box-4 img {
    min-height: 150px;
    width: auto;
  }
}

.box-3 h3 {
  position: absolute;
  margin: 0;
  bottom: 0;
  padding: 0;
  font-size: 10pt;
  line-height: 24pt;
  height: 24pt;
  text-align: center;
  background: rgba(0, 153, 255, 0.9);
  color: #fff;
  width: 100%;
  font-weight: 700;
  -webkit-text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 991px) {
  .box-3 h3 {
    position: absolute;
    bottom: 0;
    margin: 0;
    font-size: 16pt;
    line-height: 48pt;
    height: 48pt;
    text-align: center;
    background: rgba(0, 153, 255, 0.9);
    color: #fff;
    width: 100%;
    font-weight: 400;
  }
}

.box-3 h3 a {
  display: block;
  margin: 0;
  padding: 0;
}

.box-4 h3 {
  position: absolute;
  margin: 0;
  bottom: 0;
  font-size: 10pt;
  line-height: 24pt;
  height: 24pt;
  text-align: center;
  width: 100%;
  background: rgba(31, 74, 150, 0.9);
  color: #fff;
  font-weight: 700;
  -webkit-text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 991px) {
  .box-4 h3 {
    position: absolute;
    bottom: 0;
    margin: 0;
    font-size: 16pt;
    line-height: 48pt;
    height: 48pt;
    text-align: center;
    color: #fff;
    width: 100%;
    font-weight: 400;
  }
}

.box-4 h3 a {
  display: block;
}

.box-5 {
  margin: 0;
  clear: both;
  height: 170px;
}

.box-5 img {
  float: left;
  margin-right: 15px;
}

@media screen and (max-width: 991px) {
  .box-5 {
    margin: 20px 0;
    clear: both;
    min-height: 130px;
  }
}

.box-6 {
  margin: 0;
}

.box-6 ul li:last-child {
  margin-bottom: 20px;
}

.box-1 h2 {
  color: #fff;
  font-size: 16pt;
  margin: 0 0 0.5em;
  padding: 0;
  padding-top: 8pt;
  -webkit-text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.box-1 h2:before {
  content: url(images/tube.png);
}

.boxb ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.boxb ul li ul li .hover {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.25s linear;
}

.boxb ul li ul li .hover:hover {
  opacity: 1;
}

.boxb h2 {
  text-align: center;
  line-height: 140px;
  margin: 0;
  font-size: 20pt;
  color: #fff;
  -webkit-text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.box-1 p,
.box-2 p {
  font-size: 10pt;
  line-height: 12pt;
  margin: 0;
  padding-bottom: 8pt;
  text-align: justify;
}

.box-1 a,
.box-2 a,
.box-3 a,
.box-4 a,
.box-5 a,
.box-6 a,
.box-7 a,
.box-8 a,
.box-9 a {
  color: inherit;
}

.box-1 a:hover,
.box-2 a:hover,
.box-3 a:hover,
.box-4 a:hover,
.box-5 a:hover,
.box-6 a:hover,
.box-7 a:hover,
.box-8 a:hover,
.box-9 a:hover {
  text-decoration: none;
  opacity: 0.9;
}

.box-5 h1 {
  font-size: 14pt;
  margin-top: 10px;
  padding: 0;
}

@media screen and (max-width: 991px) {
  .box-5 h1 {
    padding: 20px 0 0;
  }
}

.box-5 p {
  padding: 0 5px;
}

.box-5 p {
  font-size: 10pt;
  line-height: 12pt;
}

.box-5 img {
  max-width: 120px !important;
}

.box-6 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 0;
}

@media screen and (min-width: 992px) {
  .box-6 ul {
    padding-left: 20px;
  }
}

.box-6 ul li {
  border-bottom: 1px solid #999;
  width: 50%;
  float: left;
  height: 65px;
  line-height: 65px;
  font-size: 14pt;
  padding: 0;
  text-indent: 20px;
  background: url(images/rarr.png) no-repeat right;
}

.box-6 ul li:nth-child(1) {
  border-top: 1px solid #999;
}

.box-6 ul li:nth-child(2) {
  border-top: 1px solid #999;
}

.box-6 ul li a {
  display: block;
  color: #1f4a96;
}

.box-6 ul li *:hover {
  background: url(images/rarrh.png) no-repeat right;
  text-decoration: none;
  color: #09f;
}

.box {
  background: #1f4a96;
  color: #fff;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  padding: 0 1em;
  height: 140px;
  position: relative;
}

.box img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -100px;
  margin-top: -45px;
}

@media screen and (max-width: 991px) {
  .box {
    margin-left: 0;
  }
}

.boxb {
  background: #09f;
  color: #fff;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  padding: 0 1em;
  height: 140px;
}

@media screen and (max-width: 991px) {
  .boxb {
    float: left;
    margin-left: 0;
    padding: 0;
    min-height: 150px;
  }
}

.box2 {
  background: #09f;
  color: #fff;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  height: 140px;
  overflow: hidden;
}

@media screen and (max-width: 1199px) {
  .box-7,
  .box-8,
  .box-9,
  .box-ad,
  .box-left .flexslider {
    display: none;
  }
}

.box-content iframe {
  width: 100%;
  height: 350px;
}

.g-recaptcha iframe {
  width: 100%;
  height: 200px !important;
}

/* STYLE AD */

.box-ad {
  margin-bottom: 20px;
}

.box-ad img {
  width: 100%;
  max-width: 100%;
}

/* STYLE BOX-7 */

.box-7 {
  background: #09f;
  margin-bottom: 20px;
}

.box-7 h2 {
  text-align: center;
  line-height: 135px;
  margin: 0;
  font-size: 20pt;
  background: url(images/ehurtownia.png) center no-repeat;
  background-size: 70%;
  -webkit-text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.box-7 h2 a {
  color: #fff;
}

.box-7 ul {
  list-style: none;
  font-size: 12pt;
  padding: 0;
}

.box-7 ul li {
  border-bottom: 1px solid #fff;
  padding: 0;
  margin: 0;
  height: 31px;
  line-height: 31px;
  text-indent: 1em;
}

.box-7 ul li:first-child {
  border-top: none;
}

.box-7 ul li a {
  display: block;
  color: #fff;
  background: url(images/rarr-sm.png) no-repeat right center;
}

.box-7 ul li *:hover {
  text-decoration: none;
  color: #fff;
  background: url(images/rarr-smh.png) no-repeat right center;
  background-color: #1f4a96;
}

.box-8 {
  background: #1f4a96;
  color: #fff;
  padding: 15px 15px 5px 15px;
  margin-bottom: 20px;
}

.box-8 img {
  max-width: 70px;
  float: left;
  margin: 0 10px 0 0;
}

.box-8 h2 {
  font-size: 14pt;
  margin: 0;
  -webkit-text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.box-8 * a {
  color: #fff;
}

.box-8 * a:hover {
  color: #1f4a96;
  text-decoration: none;
}

.box-8 h3 {
  font-size: 10pt;
}

.box-8 p {
  font-size: 9pt;
  margin-top: 0.5em;
}

.box-9 {
  position: relative;
  height: 88px;
  overflow: hidden;
}

.box-9 img {
  max-width: 100%;
  height: auto;
}

.box-9 h3 {
  background: rgba(0, 153, 255, 0.9);
  margin: 0;
  color: #fff;
  font-size: 10pt;
  text-align: center;
  height: 20pt;
  line-height: 20pt;
  width: 100%;
  -webkit-text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.box-9 h3 {
  position: absolute;
  bottom: 0;
}

.box-9 * a {
  display: block;
  color: #fff;
}

.box-9 * a:hover,
.box-9 * a:focus {
  text-decoration: none;
}

/* STYLE BOX-CONTENT */

.box-content {
  text-align: justify;
  padding-left: 30px !important;
}

@media screen and (max-width: 1199px) {
  .box-content {
    width: 100%;
    padding-left: 0 !important;
  }
}

.box-content h1,
.box-content h2,
.box-content h3,
.box-content h4,
.box-content h5,
.box-content h6 {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 8pt 12pt;
  margin: 0;
  margin-bottom: 1em;
  color: #09f;
}

.box-content h1 {
  font-size: 18pt;
}

.box-content h2 {
  font-size: 16pt;
}

.box-content h3 {
  font-size: 14pt;
}

.box-content h4,
.box-content h5,
.box-content h6 {
  font-size: 12pt;
}

.box-content h2,
.box-content h3,
.box-content h4,
.box-content h5,
.box-content h6,
.box-content pre {
  clear: both;
}

.box-content img {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  max-width: 100%;
  height: auto;
}

.box-content-news {
  text-align: justify;
  padding-left: 30px !important;
}

@media screen and (max-width: 1199px) {
  .box-content-news {
    width: 100%;
    padding-left: 0 !important;
  }
}

.box-content-news h1,
.box-content-news h2,
.box-content-news h3,
.box-content-news h4,
.box-content-news h5,
.box-content-news h6 {
  border-bottom: 1px solid #ccc;
  padding: 0.5em 0;
  margin: 0;
  margin-bottom: 1em;
  color: #09f;
}

.box-content-news h1 {
  font-size: 18pt;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 8pt 12pt;
  margin: 0;
  margin-bottom: 1em;
  color: #09f;
}

.box-content-news h2 {
  font-size: 16pt;
}

.box-content-news h3 {
  font-size: 14pt;
}

.box-content-news h4,
.box-content-news h5,
.box-content-news h6 {
  font-size: 12pt;
}

.box-content-news h2,
.box-content-news h3,
.box-content-news h4,
.box-content-news h5,
.box-content-news h6,
.box-content-news pre {
  clear: both;
}

.box-content-news p {
  margin-bottom: 2em;
}

.box-content-news img {
  margin: 6pt 24pt 6pt 0;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  max-width: 100%;
  height: auto;
}

blockquote {
  font-style: italic;
  color: #666;
  border-left: none;
  margin: 3px 0 8px;
}

/* FORMULARZ */

.contact-form {
  background: #eee;
  padding: 20px;
  color: #555;
  margin-bottom: 20px;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 96.5%;
  max-height: 30em;
  margin-top: 5px;
  border: none;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.contact-form textarea {
  margin-top: 0;
}

.contact-form select {
  margin-top: 5px;
}

.contact-form button {
  width: 15%;
  color: #fff;
  margin-top: 20px;
  background: #1f4a96;
}

.contact-form button:hover {
  background: #09f;
  color: #fff;
}

.contact-form span {
  color: #09f;
}

.contact {
  font-size: 10pt;
  text-align: left;
}

.form-sent {
  color: #1f4a96;
}

.form-error {
  color: #e00 !important;
  text-align: left;
  display: block;
  width: 98%;
  margin-bottom: 12px;
}

/* TABELE */

table {
  width: 100%;
  margin-bottom: 20px;
}

td {
  border-bottom: 1px dotted #ccc;
  padding: 0.2em 0;
}

table img {
  box-shadow: none !important;
}

@media (max-width: 1019px) {
  .page-wrap {
    width: 100%;
  }
  .foot {
    width: 100%;
  }
  .box,
  .boxb,
  .box2,
  .box-1,
  .box-2,
  .box-5,
  .box-6 {
    margin-left: 0;
    margin-bottom: 0;
    height: auto;
  }
}

@media screen and (min-width: 600px) {
  .main-menu ul.menu,
  .main-menu div.menu > ul {
    display: inline-block !important;
  }
  .main-menu li a,
  .main-menu li {
    text-decoration: none;
  }
  .main-menu li {
    position: relative;
  }
  .main-menu li ul {
    display: none;
  }
  .menu-toggle {
    display: none;
  }
  /* MENU *\\* butstrapowe style */
  #menu-sot-pl-menu {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }
  #menu-sot-pl-menu:before,
  #menu-sot-pl-menu:after {
    display: table;
    content: " ";
  }
  #menu-sot-pl-menu:after {
    clear: both;
  }
  #menu-sot-pl-menu:before,
  #menu-sot-pl-menu:after {
    display: table;
    content: " ";
  }
  #menu-sot-pl-menu:after {
    clear: both;
  }
  #menu-sot-pl-menu > li {
    position: relative;
    display: block;
    border-bottom: none;
    float: left;
  }
  #menu-sot-pl-menu > li > a {
    position: relative;
    display: block;
    padding: 10px /*15px*/;
    border-bottom: 1px solid #eee;
  }
  #menu-sot-pl-menu > li > a:hover,
  #menu-sot-pl-menu > li > a:focus {
    text-decoration: none;
    border-bottom: 1px solid #09f;
  }
  #menu-sot-pl-menu li.current-menu-item a {
    color: #1f4a96;
    border-bottom: 1px solid #09f;
  }
  #menu-sot-pl-menu li.current-menu-item ul.sub-menu li a {
    color: #1f4a96;
    border-bottom: none;
  }
  #menu-sot-pl-menu {
    width: 100%;
  }
  #menu-sot-pl-menu > li {
    float: none;
  }
  #menu-sot-pl-menu > li > a {
    margin-bottom: 5px;
    text-align: center;
  }
  #menu-sot-pl-menu > li {
    display: table-cell;
    width: 1%;
  }
  #menu-sot-pl-menu > li > a {
    margin-bottom: 0;
  }
  /*MENU ROZWIJANE */
  nav ul li {
    position: relative;
    list-style: none;
    z-index: 1000;
  }
  nav ul li:hover ul {
    display: block;
  }
  nav ul ul {
    display: none;
    position: absolute;
    top: 41px;
    left: auto;
    list-style: none;
    padding: 0;
    background: #fff;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  }
  nav ul ul li {
    font-size: 10pt;
    line-height: 1.2em;
    min-width: 150px;
    text-align: center;
  }
  nav ul ul li a {
    display: block;
    padding: 7px 20px;
    border-bottom: 1px solid #fff;
  }
  nav ul ul li a:hover {
    border-bottom: 1px solid #09f;
    background: #fafafa;
    text-decoration: none;
  }
}

#menu-sot-pl-menu-1 {
  margin: 0;
  padding: 0;
}

#menu-sot-pl-menu-1 .sub-menu {
  display: none;
}

#menu-sot-pl-menu-1 a:hover {
  color: #1f4a96;
}

.foot img {
  float: left;
  margin-right: 10px;
  margin-top: 4px;
}

/* RODO */

#rodo1,
#rodo2 {
  width: auto;
  float: left;
}

#rodo1-label,
#rodo2-label {
  float: left;
  width: 92%;
  margin-left: 2%;
}

.rodo {
  float: left;
  width: 88%;
  margin-left: 2%;
  color: #111 !important;
}

.message1,
.message2 {
  display: none;
  position: relative;
  transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  overflow: hidden;
  box-sizing: border-box;
  color: #111 !important;
  padding: 0 4%;
}

#toggle1,
#toggle2 {
  position: absolute;
  appearance: none;
  cursor: pointer;
  left: -100%;
  top: -100%;
}

#toggle1 + label,
#toggle2 + label {
  position: relative;
  cursor: pointer;
  color: #0099ff;
  line-height: 20px;
  font-size: 12px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  transition: all 500ms ease;
  margin-left: 4%;
}

#toggle1 + label:after,
#toggle2 + label:after {
  content: "Pokaż więcej informacji";
}

#toggle1:checked ~ .message1,
#toggle2:checked ~ .message2 {
  display: block;
}

#toggle1:checked ~ .rodo,
#toggle2:checked ~ .rodo {
  margin-top: 0px;
}

#toggle1:checked + label:after,
#toggle2:checked + label:after {
  content: "Ukryj informacje";
}

.rodotable th,
.rodotable td {
  vertical-align: top;
  padding: 1%;
}

/* dodatkowe */

@media screen and (max-width: 991px) {
  .logo {
    position: absolute;
    left: 50%;
    margin-left: -73px;
  }
  #menu-sot-pl-menu {
    margin: 80px 0 0;
  }
  .sub-menu {
    top: 120px;
  }
  .menu-toggle {
    margin: 80px 0 0;
  }
  #menu-menu-front-dodatkowe li {
    overflow: hidden;
  }
  .box-4 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 599px) {
  #menu-sot-pl-menu {
    width: 50%;
    margin: 20px 0 0;
    line-height: 3em;
  }
  #menu-sot-pl-menu li {
    text-transform: uppercase;
  }
  #menu-sot-pl-menu a {
    display: block;
  }
  .sub-menu li {
    text-transform: none !important;
    line-height: 2em;
  }
  #menu-menu-front-dodatkowe li {
  }
  #site-navigation {
    margin-left: -140px;
  }
  .flags {
    top: -50px;
  }
}

@media screen and (max-width: 380px) {
  #menu-menu-front-dodatkowe li {
    text-indent: 0;
    background: none;
    text-align: center;
  }
  #menu-menu-front-dodatkowe li a:hover {
    background: none !important;
  }
  .foot img {
    margin-bottom: 10px;
  }
}

p.invisible {
  visibility: hidden;
}

/*Form
*****/
.wpcf7-form {
  background: #eee;
  padding: 10px 30px 20px;
}
.wpcf7-form::after,
.eh-nip::after {
  content: "";
  display: block;
  clear: both;
}
.wpcf7-form h4 {
  color: black;
  font-weight: 700;
  padding: 0;
  border: none;
  margin: 30px 0 10px;
  float: left;
}
.wpcf7-form-control.wpcf7-select {
  width: 100%;
  padding: 5px;
  box-shadow: 0 0 2px #888;
  margin: 2px 0;
}
.wpcf7-form label {
  padding: 5px 0;
  width: 100%;
}
.wpcf7-form input {
  padding: 5px;
  width: 100%;
  border: none;
  box-shadow: 0 0 2px #888;
  margin: 0;
  height: 25px;
}
.wpcf7-form-control-wrap.Kod-pocztowy,
.wpcf7-form-control-wrap.Numer,
.wpcf7-form-control-wrap.NIP {
  /*max-width: 120px !important;*/
  display: block;
}
.eh-nazwa,
.eh-miasto,
.eh-kod,
.eh-ulica,
.eh-numer,
.eh-telefon,
.eh-nip {
  /*float: left;
  width: 50%;*/
}
.eh-tresc {
  width: 100%;
}
.wpcf7-form textarea {
  padding: 5px;
  width: 100%;
  border: none;
  box-shadow: 0 0 2px #888;
  margin: 2px 0;
  clear: both;
}
.wpcf7-form input[type="checkbox"] {
  width: 17px;
  height: 13px;
  border: 1px solid #888;
  box-shadow: none;
  margin: 0;
}
.wpcf7-form-control.wpcf7-submit {
  width: 20%;
  background: #0099ff;
  color: white;
  border: none;
  border-radius: 4px;
  margin-top: 20px;
  clear: both;
}
.wpcf7-form-control.wpcf7-submit:hover,
.wpcf7-form-control.wpcf7-submit:focus {
  background: #1f4a96;
}
.screen-reader-response {
  clip: rect(1px, 1px, 1px, 1px);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.wpcf7-not-valid-tip {
  display: none;
}
.wpcf7-response-output.wpcf7-validation-errors,
.wpcf7-response-output.wpcf7-spam-blocked {
  font-size: 1.2em;
  color: #f00;
}
.wpcf7-response-output.wpcf7-mail-sent-ok {
  color: green;
  font-size: 1.2em;
}
.your-one span.wpcf7-not-valid-tip {
  display: block !important;
  color: #f00;
}

/* Formularz */
.eh-nazwa{
  clear: both;
}

.eh-miasto {
  float: left;
  width: 65%;
  margin-right: 1%;
  margin-top: -10px;
}

.eh-kod {
  float: left;
  width: 34%;
  margin-top: -10px;
}

.eh-ulica {
  float: left;
  width: 65%;
  margin-right: 1%;
  margin-top: -10px;
}

.eh-numer {
  float: left;
  width: 34%;
  margin-top: -10px;
}

.eh-telefon {
  float: left;
  width: 49.5%;
  margin-right: 1%;
  margin-top: -10px;
}

.eh-nip {
  float: left;
  width: 49.5%;
  margin-top: -10px;
}

.eh-email {
  clear: both;
  width: 50%;
  margin-top: -10px;
}

.eh-tresc {
  margin-top: -10px;
}

.eh-nazwa label{
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  display: block;
}

.eh-miasto label {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  display: block;
}

.eh-kod label {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  display: block;
}

.eh-ulica label {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  display: block;
}

.eh-numer label {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  display: block;
}

.eh-telefon label {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  display: block;
}

.eh-nip label {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  display: block;
}

.eh-email label {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  display: block;
}

.eh-tresc label {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  display: block;
}
/*ograniczenie wysdla Chrome*/
.wpcf7-form-control-wrap,
.g-recaptcha {
  overflow-y: hidden;
}
