body {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-family: 'Oxygen', sans-serif;
  font-size: 14px;
  overflow-x: hidden; 
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover,
a:active,
a:focus {
  text-decoration: underline;
}


div.wpcf7-response-output {
  margin: 0;
  padding: 16px;
    border: 2px solid #f7e700;
}

/* ------------------ Reset Styles ------------------ */

caption {
  text-align: left;
  /* LTR */
  font-weight: normal;
}

blockquote {
  background: #f7f7f7;
  border-left: 1px solid #bbb;
  font-style: italic;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
}

blockquote:before {
  color: #bbb;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -.4em;
}

blockquote:after {
  color: #bbb;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -.45em;
}

blockquote>p:first-child {
  display: inline;
}

a.feed-icon {
  display: inline-block;
  padding: 15px 0 0 0;
}


/* --------------- Main Menu ------------ */

#main-menu {
  clear: both;
}

#main-menu-links {
  margin: 0;
  padding: 0 15px;
  margin-left: 330px;
  padding-top: 9px;
}

#main-menu-links li {
  float: left;
  /* LTR */
  list-style: none;
  padding: 0 1px;
  margin: 0 1px;
  margin-top: 4px;
}

#main-menu-links li:first-child {
  margin-top: 0;
  padding: 0;
}

@media screen and (max-width: 35.5em) {
  #main-menu-links li:first-child {
    display: none;
  }
  #main-menu-links  {
    margin:0px;  
  }
}

#main-menu-links li:first-child a {
  background: none;
}

#main-menu-links li:first-child a>img {
  padding-top: 6px;
  padding-left: 4px;
}

#main-menu-links a {
  color: #333;
  float: left;
  height: 2.4em;
  line-height: 2.4em;
  padding: 0 4px;
  padding-left: 10px;
  text-decoration: none;
  background: url(../images/menu_space_line.png) no-repeat left center;
  font-size: 14px;
  font-family: Lato;
}

@media screen and (max-width: 79.99em) {
  #main-menu-links a.item {
    display: none;
  }
}

#header {
  height: 649px;
  width: 100%;
  padding-top: 40px;
  position: relative;
}

#header_subpage {
  height: 401px;
  width: 100%;
  padding-top: 40px;
  position: relative;
}

#header_subpage #header-wrapper {
  height: 75%;
}

#header-wrapper {
  /*width: 1120px;*/
  height: auto;
  margin-left: auto;
  margin-right: auto;
  /*position: relative;*/
}

#menu-top {
  background: url(../images/menu_bg.png) no-repeat;
  height: 76px;
  max-width: 1120px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

#menu-mobile {
  position: absolute;
  top: 60px;
  background: #2e2e2e;
  width: 100%;
  z-index: 10000;
}

#menu-mobile a {
  display: block;
  padding: 0.6em 0;
  color: #FFF;
  text-align: center;
  font-size: 16px;
}

#menu-mobile a.active {
  color: #fbdd00;
}

@media screen and (max-width: 64em) {
  #menu-top {
    max-width: 90%;
  }
}

@media screen and (max-width: 35.5em) {
  #menu-top {
    background: url(../images/menu_bg_mobile.png) no-repeat;
  }
  .nav-toggle {
    top: 13px;
    right: 12px;
  }
  #menu-mobile {
    top: 48px;
  }
}



#vimeo {
  float: right;
  margin: 20px 4px 0px 0px;
}

@media screen and (max-width: 64em) {
  #vimeo {
    display: none;
  }
}

#breadcrumbs-outer {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 64em) {
  #breadcrumbs-outer {
    max-width: 90%;
  }
}

#menu-top #logo {
  width: 300px;
  height: 50px;
  display: block;
  position: absolute;
}


div#carousel-wraper {
    position: relative;
    top: 0px;
    bottom: 0px;
    display: flex;
    align-items: center;
    max-width: 1120px;
    margin: auto;
    height: 100%;
    z-index: 5000;
}


#carousel-top {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  width: 100%
}

.carousel-top-item {
  position: absolute;
  display: none;
  height: 691px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  text-align: center
}

#carousel-pointer {
  position: absolute;
  bottom: 85px;
  width: 100%;
  text-align: center;
}

#breadcrumbs {
  background: url(../images/breadcrumbs_icon.png) no-repeat left center;
  font-size: 12px;
  padding-left: 20px;
  line-height: 21px;
  margin-left: 45px;
  margin-top: 0px;
}

#top-info {
  display: table-cell;
  margin-top: 40px;
  text-align: justify;
  vertical-align: middle;
  width: 440px;
  padding-left: 40px;
}

#top-info p {
  margin: 0;
  padding: 0;
}

.top-info-h1 {
  font-size: 75px;
  font-weight: 900;
  font-family: 'Lato', sans-serif;
  line-height: 1.1em;
  text-align: left
}

.top-info-h2 {
  font-size: 40px;
  margin-top: 4px;
  font-weight: bold;
  font-weight: 900;
  font-family: 'Lato', sans-serif;
  text-align: left;
}

.top-info-text {
  margin-top: 20px;
  color: #656565;
  font-size: 18px;
}

@media screen and (max-width: 80em) {
  div#carousel-wraper {
    
  }

  .top-info-h1 {
    font-size: 65px;
  }

  .top-info-h2 {
    font-size: 36px;
  }
}

@media screen and (max-width: 64em) {
 .carousel-top-item {
      height: 656px;
 }

 .carousel-top-item {
  background-position-x: calc(50% + 89px) !important;
 }



 div#carousel-wraper {
    max-width: 90%;
  }

  .top-info-h1 {
    font-size: 55px;
  }

  .top-info-h2 {
    font-size: 32px;
  }
}

.region-header {
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
  height: 100%;
}

.gray_long_strip {
  width: 100%;
  height: 20px;
  background: url(../images/gray_long_strip.jpg);
}

#first-region {
  height: 484px;
  width: 100%;
  background: url(../images/yellow.jpg) #fbde02 no-repeat center top;
}

#first-region.first-region-products {
  background: none;
  height: 0;
}

#first-region-wrapper {
  max-width: 1120px;
  height: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

body.home #first-region,
body.home #first-region-wrapper {
  height: auto;
}

.first-region-wrapper-front {
  padding-top: 70px;
}

#first-region-left {
  float: left;
  width: 507px;
  padding-right: 10px;
}

h2 {
  margin: 10px 0px;
  font-size: 36px;
  text-shadow: 1px 1px rgba(128, 128, 128, 0.5);
  font-weight: 900;
  font-family: 'Lato', sans-serif;
  text-align: left;
  color: black;
}

a {
  font-size: 14px;
  color: #000;
}

.footer-element a,
#designed a {
  font-size: 12px;
}

div.text {
  font-size: 15px;
}

.gray {
  color: #474747;
}

#first-region-right {
  float: right;
  width: 550px;
  padding-left: 10px;
  /*padding-top: 50px;*/
}

#picture-menu {
  max-width: 940px;
  background: url(../images/slider_line.png) no-repeat center top;
  position: relative;
  margin-top: -160px;
  padding-top: 10px;
  /*padding-left: 125px;*/
  margin-left: auto;
  margin-right: auto;
}


@media screen and (max-width: 64em) {
  #picture-menu {
    max-width: 90%;
    margin-top: -60px;
    background: none;
  }
}

.picture-menu-item {
  float: left;
  text-align: left;
  /*padding-left: 10px;*/
}

.picture-menu-item-title {
  display: block;
  margin-bottom: 7px;
  font-size: 12px;
  font-family: Lato;
}

#second-region {
  width: 100%;
  padding: 20px 0px;
}

#second-region.second-region-products {
  background: url("../images/country-bg1.jpg") repeat-y scroll center -5px transparent;
}


@media screen and (min-width: 64em) {
  #second-region.second-region-products .pure-u-1:nth-child(3n+0) .l-box {
    border-right: none;
  }

}

@media screen and (max-width: 64em) {
  #second-region.second-region-products .pure-g {
    width: 744px;
    margin: 0 auto;
  }
  #second-region.second-region-products .pure-u-1:nth-child(2n+0) .l-box {
    border-right: none;
  }
  .header-img  {
    opacity: 0.4
  }
}

@media screen and (min-width: 48em) {
  .page-template-page-contact .region-content-top > div:nth-of-type(1) {
    padding-left: 45px;
    box-sizing: border-box; 
  }
  .page-template-page-contact form .pure-g {
    padding-left: 45px;
    box-sizing: border-box;     
  }
}

@media screen and (max-width: 48em) {

  .popup {
    width: 90% !important;
    margin-bottom: 50px !important;
    margin-top: 50px !important;
  }

  .popup_mini_list {
      margin-top: 0px !important;
      margin-left: 0px !important;
      margin: 0px !important;
      bottom:auto !important;
  }

  .popup-left-bottom {
    display: block !important;
  }

  #second-region.second-region-products .pure-g {
    width: auto;
  }

  #second-region.second-region-products .pure-g .product {
    width: 340px;
    margin: 0 auto;
  }

  .p-wrapper {
    align-items: flex-start !important;
  }

  #second-region.second-region-products .pure-u-1 .l-box {
    border: none;
    border-bottom: 1px dotted #474747;
    padding: 1em 0 1em 0;
  }
  #top-info {
    padding-left:0px; 
  }
  #header {
    height: 489px !important;
  }
  .carousel-top-item {
    height: 560px;
  }

  .top-info-h1 {
      font-size: 40px;
  }
  .top-info-h2 {
    font-size: 32px;
  }
  .top-info-text {
    font-size: 16px;
  }

}


.node-type-page #second-region {
  /*43 zamiast 35 */
  padding: 43px 0 45px;
}

#second-region-wrapper {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.second-region-products #second-region-wrapper {
  padding-top: 2em;
}

#second-region-left {
  /*float: left;*/
  /*width: 530px;*/
  padding: 30px 10px;
  padding-right: 20px;
  background: url(../images/3kat.png) no-repeat 10px top;
}

#second-region-left-wrapper {
  padding-left: 10px;
  position: relative;
  padding-left: 25px;
}

#second-region-right {
  /*float: right;*/
  /*width: 504px;*/

  padding-left: 20px;
  padding: 30px 10px 30px 45px;
  /*border-left: 1px dotted #bfbfbf;*/
  background: url(../images/3kat.png) no-repeat 0 top;
  position: relative;
}

body.home #second-region-left,
body.home #second-region-right {
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 48em) {
  body.home #second-region-right {
    margin-top: 1em;
    background-position: 10px top;
    padding-left: 0;
  }
}


#second-region-right h2 {
  font-size: 30px;
  font-weight: bold;
  margin: 0px;
  text-shadow: 1px 1px #999999;
}

.clear {
  clear: both;
}

#footer {
  background: url(../images/footer/footer_bg.jpg) no-repeat center top;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

#footer-wrapper {
  max-width: 1120px;
  padding-top: 20px;
  margin-left: auto;
  margin-right: auto;
}


@media screen and (max-width: 80em) {
  #footer-wrapper {
    max-width: 94%;
  }
}

#footer-info-wrapper {
  /*height: 90px;*/
  padding-left: 20px;
  padding-right: 20px;
  padding-top:10px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.5);
}

#footer-info {
  /*border-top: 1px solid #bfbfbf;*/
  /*margin-top: 55px;*/
  padding: 10px 0px;
  /*width: 793px;*/
}

.footer-logo {
  border-bottom: 1px solid #bfbfbf;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
}

.region-footer-info {
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 1em;
}

.footer-element {
  color: #474747;
  float: left;
  font-size: 12px
}

.footer-element p {
  margin-top: 0;
  margin-bottom: 0;
}

.footer-element-first {
  padding-right: 50px;
  font-weight: bold;
  color: #000;
}

#footer-sitemap {
  /*width: 1120px;*/
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  padding-bottom: 50px;
}

#copyright {
  color: #474747;
  margin-top: 6px;
  font-size: 10px;
  padding-bottom: 1.5em;
}

#designed {
  margin-top: 1em;
  color: #474747;
  font-size: 12px;
  text-align: right;
  line-height: 1.5em;
}

#designed span {
  font-weight: bold;
}

@media screen and (min-width: 35.5em) {
  #copyright2 {
    display: none;
  }
  #copyright {
    display: block;
  }


}

@media screen and (max-width: 35.5em) {
  #copyright2 {
    display: block;
  }
  #copyright {
    display: none;
  }
  #designed {
    text-align: center;
  }
  .region-footer-info {
    padding-bottom: 2em;
  }
}

#block-views-basic-page-block-1,
#block-views-product-description-block-1,
#block-block-2,
#block-block-3,
#block-views-worldwide-description-block,
#block-views-downloads-description-block {
  display: flex;
  height: 100%;
  padding: 0;
  margin: 0;
  padding-left: 0px !important;
  max-width: 100% !important;
  align-items: center;
  justify-content: left;
  color: #474747;
}

.block.block-views .content {
  width: 50%;
  margin-left: 45px;
}


@media screen and (max-width: 64em) {
  #block-views-basic-page-block-1,
  #block-views-product-description-block-1,
  #block-block-2,
  #block-block-3,
  #block-views-worldwide-description-block,
  #block-views-downloads-description-block {
    max-width: 90% !important;
    margin: auto;
  }
  .block.block-views .content {
    width: 70%;
    margin-left: 45px;
  }

}


@media screen and (max-width: 48em) {
  #block-views-basic-page-block-1,
  #block-views-product-description-block-1,
  #block-block-2,
  #block-block-3,
  #block-views-worldwide-description-block,
  #block-views-downloads-description-block {
    max-width: 75%;
  }
  .block.block-views .content {
    margin-left: 10px;
  }

  .block.block-views .content .field-content.page-top-text p {
    font-size: 16px;
  }
  .block.block-views .content .field-content.page-top-text h2 {
    font-size: 30px;
  }
}

@media screen and (max-width: 35.5em) {
  #block-views-basic-page-block-1,
  #block-views-product-description-block-1,
  #block-block-2,
  #block-block-3,
  #block-views-worldwide-description-block,
  #block-views-downloads-description-block {
    max-width: 90%;
    padding-left: auto;
  }
}

#block-block-2,
#block-views-worldwide-description-block {
  height: 295px;
}

.node-type-country #block-views-basic-page-block-1,
.node-type-country #block-views-product-description-block-1 {
  display: none;
}

.views-field-field-obrazek-dolny {
  float: left;
  margin-left: 40px;
  padding-right: 20px;
  width: 500px;
  overflow: hidden;
}

.view-basic-page .views-field-field-tekst-3 {
  float: left;
  padding-left: 20px;
  width: 540px;
}


h2 {
  margin-top: -8px;
}

#first-region-wrapper .view-content {
  display: table;
}

#first-region-wrapper .view-content .views-row {
  display: table-row;
}

#first-region-wrapper .view-content .views-row .views-field-field-tekst-2 {
  width: 500px;
  padding-left: 40px;
  padding-right: 20px;
  height: 475px;
  display: table-cell;
  vertical-align: middle;
}

#first-region-wrapper .view-content .views-row .views-field-field-obrazek-srodkowy {
  padding-left: 20px;
  display: table-cell;
  vertical-align: middle;
  height: 475px;
  width: 540px;
}

#block-taxonomy-menu-block-1 {
  position: absolute;
  top: -40px;
  width: 100%;
  background: url(../images/products_bar.png) no-repeat left top;
  height: 75px;
  z-index: 5000;
}

#block-taxonomy-menu-block-1 h2 {
  position: absolute;
  top: 20px;
  left: 22px;
  font-size: 14px;
  width: 50px;
  color: #ffdd00;
  text-shadow: none;
  text-transform: uppercase;
}

body.i18n-nn #block-taxonomy-menu-block-1 h2 {
  font-size: 12px;
}

#block-taxonomy-menu-block-1 ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  margin-left: 168px;
  margin-top: 19px;
  text-align: center;
}

#block-taxonomy-menu-block-1 ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: inline;
  background: url(../images/products_cat_separator.png) no-repeat right center;
}

#block-taxonomy-menu-block-1 ul li:last-child {
  background: none;
}

#block-taxonomy-menu-block-1 ul li a {
  color: #c8c8c8;
  font-size: 15px;
  padding: 0px 60px;
}

#block-taxonomy-menu-block-1 ul li a:hover,
#block-taxonomy-menu-block-1 ul li.active a {
  text-decoration: none;
  color: #ffdd00;
}

tbody {
  border: 0px;
}

.category-product-description {
  background: url(../images/3kat.png) no-repeat left top;
  padding-left: 40px;
  margin-top: 60px;
}


.category-product-description h2 {
  margin-left: -4px;
  margin-top: 0px;
}

.product-type-grid {
  margin-left: 40px;
  margin-top: 20px;
}

.product-type-grid td {
  width: 365px;
  padding-bottom: 20px;
}

.product-description {
  width: 340px;
  border-left: 1px dotted #999999;
  padding-left: 12px;
}

.product-type-grid td.col-first {
  width: 353px;
}

.product-type-grid td.col-first .product-description {
  border: 0;
  padding-left: 0px;
}

.product-title {
  font-size: 25px;
  margin-bottom: 10px;
  text-shadow: 1px 1px #999999;
  margin-left: -1px;
}

#block-locale-language {
  position: absolute;
  top: -34px;
  right: 0;
  background: url(../images/language_left.png) no-repeat left top;
  padding-right: 3px;
  height: 26px;
}

#block-locale-language h2 {
  font-size: 12px;
  text-shadow: 0px 0px;
  color: yellow;
  font-weight: normal;
  float: left;
  margin-top: 4px;
  margin-left: 25px;
}

.language-switcher-locale-url {
  margin: 0px;
  padding: 0px;
  float: left;
}

.show-product-details-link {
  background: url("../images/products_more.png") no-repeat scroll left top transparent;

  display: block;
  font-size: 12px;
  height: 24px;
  padding: 2px 23px 5px 20px;
  text-align: center;
  width: 61px;
}

.popup-shadow {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: black;
  display: none;
  z-index: 1999;
  opacity: 0.5;
}

.popup {
  max-width: 1024px;
  height: 474px;
  background: url(../images/product_details_background2.png);
  display: none;
  z-index: 2000;
  position: relative;
}

.p-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    align-items: center;
    z-index: 5000;
    justify-content: center;
    display: none;
}

.popup-left {
  float: left;
  /*width: 479px;*/
  height: 460px;
  /*padding: 20px 40px;*/
  /*width: 459px;*/
}

.popup-right {
  float: left;
  /*width: 539px;*/
  height: 500px;
}

.popup-right>.item-list ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.popup-right>.item-list ul li {
  list-style: none;
  margin: 0px;
  padding: 0px;
  position: absolute;
}

.popup_mini_list {
  position: absolute;
  z-index: 10000;
  list-style: none;
  bottom: 16px;
  margin-left: 10px;
}

.popup_mini_list ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.popup_mini_list span {
  float: left;
  border: 1px solid white;
  padding: 0px;
  cursor: pointer;
  height: 70px;
  margin-right: 20px;
}

.popup_mini_list span.active {
  border: 1px solid black;
  cursor: auto;
}

.popup-close {
  position: absolute;
  right: -2px;
  top: -27px;
  background: url(../images/prod_details_close_btt.png);
  width: 107px;
  height: 23px;
  text-align: center;
  line-height: 20px;
  line-height: 1.5em;
}

.popup-close:hover {
  text-decoration: none;
}

.popup-close span {
  font-weight: bold;
  padding-left: 5px;
}

.popup-category {
  font-size: 10px;
}

.popup-title {
  font-size: 36px;
  text-shadow: 2px 2px rgba(128, 128, 128, 0.5);
  font-weight: bold;
  margin-bottom: 0em;
}

.popup-post-content {
  overflow: auto;
  /*overflow-x: hidden;*/
}

.popup-post-content img {
  /*display: none;*/
}

.popup-left-top {
  height: 400px;
  overflow: hidden;
  padding: 20px 30px 5px;
}

.popup-left-bottom {
  margin: 0px;
  text-align: center;
}

.popup-left-bottom .attachment {
  display: inline-block;
  /*height: 10px;*/
  line-height: 9px;
  padding: 9px 2em;
}

.popup-left-bottom .attachment-1 {
  background: url(../images/btt_yellow.png) no-repeat center right;
}

.popup-left-bottom .attachment-2 {
  color: #FFF;
  background: url(../images/btt_grey.png) no-repeat center left;
}

@media screen and (max-width: 64em) {
  .popup {
    width: 90%;
    max-width: 90%;
  }
  .popup-right,
  .popup-left,
  .popup-left-top {
    height: auto;
  }
}

@media screen and (max-width: 48em) {
  .popup {
    width: 90%;
    max-width: 500px;
  }
  .popup-right,
  .popup-left,
  .popup-left-top {
    height: auto;
  }
  .popup-left-bottom {
    display: none;
  }
  .popup_mini_list {
    position: relative;
    background: url(../images/product_details_background2.png) center -194px ;
    text-align: center;
    margin: 1em auto;
    padding: 1em;
    height: auto;
  }
  .popup_mini_list span {
    float: none;
  }
  .popup_mini_list span.active {
    border: none;
  }
  .popup-logo {
    display: none;
  }
}

.product-file-1 {
  background: url(../images/popup_button_yellow.png);
  width: 167px;
  height: 36px;
  display: block;
  float: left;
  font-size: 16px;
  line-height: 32px;
  font-family: Lato;
  padding-left: 20px;
}

.product-file-2 {
  background: url(../images/popup_button_black.png);
  width: 156px;
  height: 36px;
  display: block;
  float: left;
  font-size: 16px;
  color: #ffffff;
  line-height: 32px;
  font-family: Lato;
  margin-left: -7px;
  padding-left: 30px;
}

.popup-main-image {
  position: relative;
  line-height: 0;
}

.popup-logo {
  position: absolute;
  background: url(../images/product_details_imglogo.png);
  width: 134px;
  height: 30px;
  bottom: 0;
  right: 0;
}

.view-contact-people {
  background: url(../images/3kat.png) no-repeat 20px top;
  padding-left: 60px;
  width: 500px;
  float: left;
  color: #474747;
}


.views-field-field-ludzie .field-label {
  display: none;
}

.views-field-field-ludzie .item-list ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.views-field-field-ludzie .item-list ul li {
  margin: 0px;
  padding: 0px;
}

.views-field-field-ludzie .field-name-field-zdjecie-pracownika {
  float: left;
  margin-right: 30px;
}

#block-views-contact-people-block strong {
  color: #000000;
}

input,
textarea {
  background-color: #ffdf04;
  border: 0;
  border-top: 1px solid #ababab;
  border-left: 1px solid #ababab;
}

.text-right {
  text-align: right;
}

textarea {
  width: 100%;
  max-width: 99%;
}

div.wpcf7 .ajax-loader {
  float: left;
}

input[type=submit] {
  height: 34px;
}

input[type=text],input[type=email] {
  height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  width: 360px;
  max-width: 100%;
  box-sizing: border-box;
}

input[type=password] {
  height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  width: 400px;
}

label {
  display: block;
  font-weight: bold;
}

.marker, .form-required {
    color: #f00;
}

.form-textarea-wrapper textarea {
  width: 547px;
  height: 150px;
  padding: 5px 10px;
  font-family: Arial;
  font-size: 13px;
}

#block-taxonomy-menu-block-3 {
  background: url("../images/kontakt-menu-bg.png") no-repeat scroll left top transparent;
  top: -50px;
  height: 85px;
  position: absolute;
  width: 100%;
  padding-left: 60px;
}

#block-taxonomy-menu-block-3 ul li {
  float: left;
  list-style: none;
}

#block-taxonomy-menu-block-3 ul li a {
  color: white;
  display: block;
  padding: 14px 40px 0 30px;
  font-size: 16px;
  background: url("../images/separator.png") no-repeat right -5px;
}


.page-template-page-contact .field-content {
  padding: 0px !important;
  width: 100%;
  margin: auto; 
}


.page-template-page-contact #second-region form {
  margin-top:30px;
}
.page-template-page-contact #second-region h2 {
  background: url(../images/3kat.png) no-repeat 0px 10px;
  padding-left: 40px;
}

.page-template-page-contact #first-region .l-box,
.page-template-page-contact #second-region .field-content.l-box {
  padding: 1em;
}

.page-template-page-contact #second-region form .left-content .l-box {
  padding-left: 0;
}

.page-template-page-contact #second-region form .right-content .l-box {
  padding-right: 0;
}

.page-template-page-contact #first-region,
.page-template-page-contact #first-region-wrapper {
  height: auto;
  padding-top:20px;
  padding-bottom:35px;
}

@media screen and (max-width: 1280px) {
  .page-template-page-contact .field-content {
    padding: 0px !important;
    width: 90%;
    margin: auto; 
  }

  .page-template-page-contact #first-region-wrapper .pure-u-1:nth-of-type(2) .field-content {
        width: 100%;
  }

}


@media screen and (max-width: 767px) {
  .page-template-page-contact #first-region-wrapper .pure-u-1:nth-of-type(2) .field-content {
        width: 90%;
        margin-top:25px;
  }
  .page-template-page-contact #second-region form .left-content .l-box {
    padding-right: 0px;
  }
  .page-template-page-contact #second-region form {
    width:90%;
    margin: auto;
    margin-top:20px;
  }

  .page-template-page-contact #second-region form .right-content .l-box {
    padding-left: 0px;
    margin-top:-35px;
  }

}

@media screen and (max-width: 80em) {
  .page-template-page-contact #first-region-wrapper {
    max-width: 90%;
  }
}

.page-template-page-contact #first-region-wrapper {
  padding-top: 2em;
  padding-bottom: 1em;
}

.page-template-page-contact #second-region .field-content.l-box {
  /*background: url(../images/3kat.png) no-repeat 15px 17px;*/
/*  padding-left: 60px;
  padding-top: 20px;*/
}

#block-webform-client-block-11 label {
  margin-bottom: 5px;
  font-family: 'Oxygen', sans-serif;
}

#block-webform-client-block-11 input.form-submit {
  background: url(../images/sub.png) no-repeat;
  border: 0;
  color: white;
  width: 180px;
  height: 35px;
  font-family: 'Oxygen', sans-serif;
  cursor: pointer;
}

.gmnoprint {
  display: none;
}

#block-taxonomy-menu-block-2 {
  position: absolute;
  top: 0;
}

#block-views-kraje-block {
  margin-left: 46px;
  margin-top: 80px;
}

#block-views-kraje-block .content {
  width: 80%;
  margin-left: 0;
}

#block-menu-menu-kontynenty-menu {
  background: url("../images/products_bar.png") no-repeat scroll left top transparent;
  top: -40px;
  height: 75px;
  position: absolute;
  width: 100%;
}

.menu-menu-mobile {
  position: absolute;
  top: -32px;
  width: 100%;
}

.menu-menu-mobile-inner {
  height: 40px;
  line-height: 40px;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.menu-menu-mobile h2 {
  background: url(../images/products_bar.png) no-repeat scroll -165px top transparent;
  text-align: center;
  color: #FFDD00;
  margin: 0;
  font-size: 16px;
  cursor: pointer;
  text-shadow: none;
}

.menu-menu-mobile h2:after {
  content: "";
    margin:0 0.5em;
    display:inline-block;
    border: 7px solid transparent;
    border-top:8px solid gray;
    border-bottom:0 none;
  color: #FFDD00;
}

.menu-menu-mobile-content {
  background: #2e2e2e;
}

.menu-menu-mobile-content a {
  display: block;
  text-align: center;
  background: #2e2e2e;
  color: #FFF;
  text-transform: uppercase;
}

.menu-menu-mobile-content a.active {
  color: #FFDD00;
}

.page-template-page-partners #first-region,
.page-template-page-partners #first-region-wrapper {
  height: auto;
  padding-bottom: 2em;
}


@media screen and (min-width: 64em) {
  #block-menu-menu-kontynenty-menu,
  #block-taxonomy-menu-block-1 {
    display: block;
    z-index: 2500;
  }

  .menu-menu-mobile {
    display: none;
  }


}

@media screen and (max-width: 64em) {
  #block-menu-menu-kontynenty-menu,
  #block-taxonomy-menu-block-1 {
    display: none;
  }

  .popup {
    height: auto;
    background-repeat: no-repeat;
    background-color: #ffffff;
  }

  .popup-left-bottom {
      margin-bottom:20px;
  }
  .popup_mini_list {
    z-index: 10000;
    list-style: none;
    margin-top: 15px;
    position: relative;
    margin-left: 0px;
    bottom:auto;
  }
  .menu-menu-mobile {
    display: block;
    z-index: 5000;
  }

  div.view-kraje a {
    font-size: 20px;
  }

  .page-template-page-partners #first-region-wrapper {
    height: auto;
    padding-bottom: 4em;
  }
}

#block-menu-menu-kontynenty-menu h2 {
  color: #FFDD00;
  font-size: 14px;
  left: 22px;
  position: absolute;
  text-shadow: none;
  top: 20px;
  width: 50px;
}

#block-menu-menu-kontynenty-menu ul {
  list-style: none outside none;
  margin: 18px 0 0 168px;
  padding: 0;
  text-align: center;
}

#block-menu-menu-kontynenty-menu ul li {
  background: url("../images/products_cat_separator.png") no-repeat scroll right top transparent;
  display: inline;
  list-style: none outside none;
  margin: 0;
  padding: 0;
  float: left;
  height: 50px;
}

#block-menu-menu-kontynenty-menu ul li a {
  color: #C8C8C8;
  font-size: 16px;
  padding: 0 36px;
}

#block-menu-menu-kontynenty-menu ul li a:hover,
#block-menu-menu-kontynenty-menu ul li.active a,
#block-menu-menu-kontynenty-menu ul li.active-trail a {
  background: url("../images/selected-continent.png") no-repeat scroll center 40px transparent;
  color: #FFDD00;
  display: block;
  float: left;
  height: 55px;
  text-decoration: none;
}

#block-menu-menu-kontynenty-menu ul li:last-child {
  background: none repeat scroll 0 0 transparent;
}

div.view-kraje {
  margin-top: 20px;
  margin-left: -17px;
}

div.view-kraje a {
  color: #474747;
  padding-left: 20px;
  display: block;
  margin-bottom: 2px;
  padding-right: 20px;
}

div.view-kraje a.active {
  color: black;
  background: url("../images/selected-country.png") no-repeat left center;
  padding-left: 20px;
}

.page-template-page-partners #second-region {
  padding-bottom: 0;
}

.page-template-page-partners #second-region-wrapper {
  background: url("../images/country-bg1.jpg") no-repeat center 24px;
  padding-bottom:20px;
}

div.node-country h5 {
  background: url("../images/contact-info-label.png") no-repeat;
  color: white;
  font-size: 16px;
  padding: 9px 0 11px 17px;
  font-weight: normal;
  margin: 0;
  margin: -44px 0 0 29px;
}

div.node-country div.title {
  font-size: 26px;
  margin-top: 30px;
  margin-bottom: 5px;
  margin-left: 36px;
}

div.node-country div.field-name-field-tytul {
  font-size: 36px;
  text-shadow: 1px 1px rgba(128, 128, 128, 0.5);
  font-weight: bold;
  font-weight: 900;
  font-family: 'Lato', sans-serif;
  padding-bottom: 32px;
  margin-left: 35px;
}

div.node-country div.field-name-field-tekst {
  width: 400px;
  font-family: 'Oxygen', sans-serif;
  color: #474747;
  font-size: 15px;
  padding-bottom: 12px;
}

div.node-country div.field-name-field-kontakt {
  background: url("../images/linia.png") no-repeat center top;
  padding-top: 10px;
  color: #474747;
  font-size: 18px;
  margin-left: 38px;
}

.page-template-page-partners .views-field-field-obrazek-srodkowy {
  width: 660px;
  background-repeat: no-repeat;
  background-position: left 70px;
}

@media screen and (max-width: 67em) {
  .page-template-page-partners .views-field-field-obrazek-srodkowy {
    display: none;
  }
}

ul.language-switcher-locale-url {
  list-style: none;
}

ul.language-switcher-locale-url li {
  float: left;
  color: white;
  margin: 5px 0 0 4px;
}

ul.language-switcher-locale-url li a {
  float: left;
  color: white;
  padding: 0 3px;
  font-size: 12px;
}

ul.language-switcher-locale-url li a.active {
  background: yellow;
  color: black;
}

body.page-node-done #first-region {
  display: none;
}

body.page-node-done #block-system-main div.links {
  display: none;
}

body.page-node-done #header_subpage {
  height: 201px;
}

body.page-node-done #block-views-basic-page-block-1 {
  height: 134px;
}

div.messages.success,
.webform-confirmation {
  color: #55872E;
  background: #F1F8EB;
  border: 1px solid #7AC142;
  padding: 0 10px 0 10px;
  margin: 0 40px;
}

.field-content.page-top-text {
  color: #474747;
  font-size: 18px;
  text-align: left;
}

.field-content.page-top-text h2 {
  color: #000;
}

#node-21 {
  clear: inherit !important;
}

.button-normal {
  background: url("../images/button_left.jpg") repeat scroll left top transparent;
  float: left;
  padding-left: 25px;
  color: white;
  padding-right: 25px;
  padding-top: 10px;
  padding-bottom: 10px
}

a:hover.button-normal {
  color: white
}


.button-normal span {
  background-image: url("../images/button_right.jpg");
  background-position: right top;
  background-repeat: no-repeat;
  color: #FFFFFF;
  display: block;
  padding-right: 30px;
  height: 36px;
  line-height: 34px;
}

h2 p {
  margin: 0px
}

#block-locale-language div.content {
  float: left
}

div.text.gray p {
  text-align: justify;
}

#designed div {
  font-size: 10px;
  line-height: 1.1em;
}

#designed div a {
  font-size: 10px;
}

.page-taxonomy-term #first-region {
  height: 0px
}

.page-taxonomy-term #first-region div div #block-taxonomy-menu-block-1 {
  top: -38px
}

.page-taxonomy-term #first-region #first-region-wrapper .view-content .views-row {
  display: none;
}



.page-taxonomy-term #first-region.first-region-products #first-region-wrapper {
  height: 40px;
}

.reset_product_title {
  background: none;
  font-size: 25px;
  height: auto;
  padding: 0px 0px 0px 0px;
  text-align: left;
  width: auto;
  cursor: pointer;
}

.smallstyle {
  font-size: 12px;
  line-height: 1.4em
}

#main-menu-links li a.active {
  font-weight: bold
}

.page-node-147 .views-field-field-obrazek-dolny {
  float: left;
  margin-left: 40px;
  margin-top: -46px;
  overflow: hidden;
  padding-right: 20px;
  width: 500px;
}

.page-node-35 .views-field-field-obrazek-dolny {
  float: left;
  margin-left: 40px;
  margin-top: -46px;
  overflow: hidden;
  padding-right: 20px;
  width: 500px;
}

#breadcrumbs a {
  font-size: 12px
}

#header-wrapper {
  margin-left: auto;
  margin-right: auto;
  z-index: 1000;
  position: relative; 
  /*width: 1120px;*/
}

body.home #header-wrapper {
  height: 629px;
  position: static;
}


body {
  font-family: 'Oxygen', sans-serif;
  font-size: 14px;
  margin: 0px;
}

body.node-type-application-examples #block-views-basic-page-block-1,
body.page-id-96 #block-views-basic-page-block-1,
body.page-id-131 #block-views-basic-page-block-1,
body.page-id-133 #block-views-basic-page-block-1,
body.page-node-163 #block-views-basic-page-block-1,
#block-block-3,
#block-views-downloads-description-block {
  height: 185px;
}

body.node-type-application-examples #header_subpage,
body.page-id-96 #header_subpage,
body.page-id-131 #header_subpage,
body.page-id-133 #header_subpage,
body.page-node-163 #header_subpage,
body.page-downloads2 #header_subpage,
body.page-downloads #header_subpage {
  height: 265px;
}

body.node-type-application-examples #first-region,
body.page-node-172 #first-region,
body.page-node-163 #first-region,
body.page-downloads2 #first-region,
body.page-downloads #first-region {
  display: none;
}

body.node-type-application-examples #header_subpage #header-wrapper,
body.page-node-172 #header_subpage #header-wrapper,
body.page-node-163 #header_subpage #header-wrapper,
body.page-downloads2 #header_subpage #header-wrapper,
body.page-downloads #header_subpage #header-wrapper {
  height: 300px;
}

.node-application-examples div.field-item {
  float: left;
  margin: 0 35px 30px 0;
}

.node-application-examples div.field-item.czwarty {
  margin-right: 0;
}

.view-downloads h3 {
  font-size: 25px;
  font-weight: bold;
  font-family: 'Lato';
  margin-top: 0;
  margin-bottom: 35px;
}

.view-downloads .downloads-row a {
  font-size: 15px;
  font-family: 'Lato';
  background: url(../images/yellow-bullet.png) no-repeat left 3px;
  padding: 0 0 0 18px;
  display: list-item;
  list-style-type: none;
  margin-bottom: 5px;
}

.page-template-page-download #second-region {
  background: url(../images/downloads-bg.jpg) no-repeat center top;
}

@media screen and (max-width: 64em) {
  .page-template-page-download #second-region {
    background-position: -280px top;
  }
}

@media screen and (max-width: 42em) {
  .page-template-page-download #second-region {
    background-position: -700px top;
  }
}

body.i18n-sv #main-menu-links li a {
  padding: 0 8px 0 16px;
}

body.i18n-nn #main-menu-links li a {
  padding: 0 8px 0 16px;
}

.page-node-144 #block-system-main,
.page-node-379 #block-system-main {
  float: left;
  margin-top: -13px;
}

.page-node-282 #block-system-main {
  float: left;
  margin-top: -13px;
}

body.i18n-nn #block-taxonomy-menu-block-1 h2 {
  top: 28px;
}

#cookies {
  background-image: url("../images/cookies_en.png");
  bottom: 2px;
  height: 190px;
  left: 2px;
  position: fixed;
  width: 190px;
  z-index: 10000;
}

#cookies_ok {
  display: block;
  height: 32px;
  margin-left: 75px;
  margin-top: 142px;
  width: 32px;
}

body.i18n-se #cookies {
  background-image: url("../images/cookies_se.png");
}

body.i18n-nn #cookies {
  background-image: url("../images/cookies_nn.png");
}

body.i18n-en #cookies {
  background-image: url("../images/cookies_en.png");
}



/* ---------------------------------------------------------------------------- */


/* --- 3. NAVIGATION
/* ----------------------------------------------------------------------------- */

#navigation {
  z-index: 970;
}


/* Navigation Toggle */

.nav-toggle {
  position: absolute;
  width: 32px;
  height: 20px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  display: inline-block;
  right: 16px;
  top: 18px;
}

@media screen and (min-width: 80em) {
  .nav-toggle {
    display: none;
  } 
}

@media screen and (max-width: 35.5em) {
  .nav-toggle {
    top: 14px;
    right: 12px;
  }
}

@media screen and (max-width: 25.5em) {
  .nav-toggle {
    top: 14px;
    right: 12px;
  }
}

.nav-toggle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #2F2F2F;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  left: 0;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.nav-toggle span:nth-child(1) {
  top: 0px;
}

.nav-toggle span:nth-child(2),
.nav-toggle span:nth-child(3) {
  top: 8px;
}

.nav-toggle span:nth-child(4) {
  top: 16px;
  width: 65%;
}

.nav-toggle:hover span:nth-child(4) {
  width: 100%;
}

.nav-toggle.open span:nth-child(1),
.nav-toggle.open span:nth-child(4) {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
}

.nav-toggle.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-toggle.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.attachment a {
  line-height: 40px;
  margin-bottom: 5px;
}

.attachment img {
  width: 30px;
  height: auto;
}