/************************************************

Stylesheet: Global Stylesheet

*************************************************/

.header-contact {
    width: 100%;
    background: #efefef;
    padding-top: 5px;
    padding-bottom: 5px;
}

.header-contact a {
    color: #777;
}

.header-contact a:link {
    color: #777;
}

.header-contact a:hover {
    color: #444;
}

.header-contact a:active {
    color: #777;
}


.head-contact-container {
    text-align: right;
}

.head-contact-container span {
    margin-right: 3px;
}

.head-phone {
    padding: 0 20px;
    width: auto;
    display: inline-block;
}

.head-env {
    padding: 0 20px;
    display: inline-block;
    width: auto;
}

.nivo-caption h3 {
	font-size: 16px;
	font-weight: normal !important;
}

/*********************
POSTS & CONTENT STYLES
*********************/
.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
  color: #999; }

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

.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background-color: #14679e;
    color: #fefefe; }

/*********************
IMAGE GALLERY STYLES
*********************/
.gallery {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-right: -15px;
  margin-left: -15px; }

.gallery::before, .gallery::after {
  content: ' ';
  display: table; }

.gallery::after {
  clear: both; }

.gallery.gallery-columns-1 > dl {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-1 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-1 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-2 > dl {
  width: 50%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-2 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-2 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-3 > dl {
  width: 33.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-3 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-3 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-4 > dl {
  width: 25%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-4 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-4 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-5 > dl {
  width: 20%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-5 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-5 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-6 > dl {
  width: 16.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-6 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-6 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-7 > dl {
  width: 14.28571%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-7 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-7 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-8 > dl {
  width: 12.5%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-8 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-8 > dl:last-child:not(:first-child) {
    float: right; }

.gallery dl {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.gallery dl:last-child:not(:first-child) {
  float: right; }

/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right; }

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar li {
  list-style: none; }

.widget ul {
  margin: 0; }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  margin-top: 1em; }

/*********************
VISUAL EDITOR STYLES
*********************/
body#tinymce {
  margin: 20px; }

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

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

/*Czionka LATO*/
/* lato-100 - latin-ext_latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  src: url('fonts/lato-v14-latin-ext_latin-100.eot'); /* IE9 Compat Modes */
  src: local('Lato Hairline'), local('Lato-Hairline'),
  url('fonts/lato-v14-latin-ext_latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('fonts/lato-v14-latin-ext_latin-100.woff2') format('woff2'), /* Super Modern Browsers */
  url('fonts/lato-v14-latin-ext_latin-100.woff') format('woff'), /* Modern Browsers */
  url('fonts/lato-v14-latin-ext_latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
  url('fonts/lato-v14-latin-ext_latin-100.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-300 - latin-ext_latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/lato-v14-latin-ext_latin-300.eot'); /* IE9 Compat Modes */
  src: local('Lato Light'), local('Lato-Light'),
  url('fonts/lato-v14-latin-ext_latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('fonts/lato-v14-latin-ext_latin-300.woff2') format('woff2'), /* Super Modern Browsers */
  url('fonts/lato-v14-latin-ext_latin-300.woff') format('woff'), /* Modern Browsers */
  url('fonts/lato-v14-latin-ext_latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
  url('fonts/lato-v14-latin-ext_latin-300.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-regular - latin-ext_latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/lato-v14-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Lato Regular'), local('Lato-Regular'),
  url('fonts/lato-v14-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('fonts/lato-v14-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
  url('fonts/lato-v14-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
  url('fonts/lato-v14-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
  url('fonts/lato-v14-latin-ext_latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-700 - latin-ext_latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/lato-v14-latin-ext_latin-700.eot'); /* IE9 Compat Modes */
  src: local('Lato Bold'), local('Lato-Bold'),
  url('fonts/lato-v14-latin-ext_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('fonts/lato-v14-latin-ext_latin-700.woff2') format('woff2'), /* Super Modern Browsers */
  url('fonts/lato-v14-latin-ext_latin-700.woff') format('woff'), /* Modern Browsers */
  url('fonts/lato-v14-latin-ext_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
  url('fonts/lato-v14-latin-ext_latin-700.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-900 - latin-ext_latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url('fonts/lato-v14-latin-ext_latin-900.eot'); /* IE9 Compat Modes */
  src: local('Lato Black'), local('Lato-Black'),
  url('fonts/lato-v14-latin-ext_latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('fonts/lato-v14-latin-ext_latin-900.woff2') format('woff2'), /* Super Modern Browsers */
  url('fonts/lato-v14-latin-ext_latin-900.woff') format('woff'), /* Modern Browsers */
  url('fonts/lato-v14-latin-ext_latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
  url('fonts/lato-v14-latin-ext_latin-900.svg#Lato') format('svg'); /* Legacy iOS */
}

body, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, p, a, li {font-family: 'Lato', sans-serif; }

/*Poprawki Foundation*/
.grid-container {max-width: 1200px; width: 100%; padding: 0;}
.grid-padding-x > .cell {padding: 0}
/*TOP*/
.top-bar {background: #fff; padding: 35px;}
.top-bar ul {background: #fff;}
.float-right.show-for-small-only  {margin-top: 20px;}
.float-right.show-for-small-only a {color: #fff; background: #b31f1f; text-transform: uppercase }
.menu .menu-item a, .menu .menu-item  {  display:inline-block;
  text-align:center;}
.menu .menu-item a,  .menu .menu-item.current_page_item a {background: none; border-bottom: 1px solid transparent; font-size: 13px; color: #676767; text-transform: uppercase; padding: 5px 0; margin: 0 25px;}
.menu .menu-item a:hover, .page-id-11 .menu-item-type-custom:first-of-type  a:nth-child(1), .page-id-9 .menu-item-type-custom:nth-of-type(3)  a:nth-child(1), .page-id-8 .menu-item-type-custom:nth-of-type(4)  a:nth-child(1), .page-id-10 .menu-item-24 a:nth-child(1) {font-weight: bold; border-bottom: 1px solid #cb1b1b}

.menu .menu-item a::after {
  display: block;
  content: attr(title);
  font-weight: bold;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.off-canvas .menu .menu-item a {font-size: 18px; margin: 15px;}
/*Slider*/
.slider-ak {min-height: 100%;  max-height: 845px;}
.slider-ak .nivo-caption {
max-width: 1200px;
  background: none;
  right: 0;
  margin: 0 auto;
  opacity: 1;
  margin-bottom: 60px;
}
.slider-ak .nivo-caption .podpis {
  background: rgba(25, 25, 25, 0.75);
  max-width: 656px;
  margin-bottom: 120px;
  margin-top: 20px;
  padding: 50px 40px 30px 40px;
}
.slider-ak  img {min-height: 360px !important; object-fit: cover; }
.slider-ak .nivo-caption .podpis h3 {font-weight: bold;}
.slider-ak .nivo-caption .podpis p {font-size: 14px; color: #ababab;}

.slider-ak .metaslider .slider-wrapper .nivo-directionNav {
  float: right;
  margin-top: 20px;
}
.slider-ak .metaslider .slider-wrapper .nivo-directionNav a {position: static; background: none; text-indent: unset;
  opacity: 1;
  float:left;
  font-size: 32px; color: #aeaeae;
  height: auto;
  padding-bottom: 7px;
}
.slider-ak .metaslider .slider-wrapper .nivo-directionNav a.nivo-nextNav:hover, .slider-ak .metaslider .slider-wrapper .nivo-directionNav a.nivo-prevNav:hover{
  color: #b31f1f;
}
.slider-ak .metaslider .slider-wrapper .nivo-directionNav a.nivo-nextNav {padding-right: 20vw;
  border-bottom: 1px solid #f0f0f0; border-left: 1px solid #f0f0f0; padding-left: 20px; color: #000;}
@media screen and (max-width: 985px) {
  .slider-ak .nivo-caption .podpis {margin-bottom: 30px;}
}
@media screen and (max-width: 445px) {
  .slider-ak .nivo-caption .podpis {padding: 15px;}
  .slider-ak .nivo-caption .podpis  p {display: none}
}

/*Ogólne style*/

h1 {text-align: center; color: #313131; margin-bottom: 70px; font-size: 2.2rem; font-weight: bold; text-transform: uppercase;}
h1 span { position: relative}
h1 span:after {
  content: '';
  position: absolute;
  width: 50%;
  left: 25%;
  bottom: -20px;
  border-bottom: 5px solid #9e4645;
}
h4 {color: #313131; font-weight: bold; margin-bottom: 2rem;}
p {color: #7e7e7e; font-size: 13px;}

.button {background: #b31f1f; font-size: 10px; font-weight: bold; text-transform: uppercase; padding: 1.3em 2em;}
.button:hover, .button:active {background: #313131;}

.footer {margin-top: 0; background: #b31f1f; padding: 40px 0; }
.footer .menu .menu-item a {color: #fff; border-bottom: none !important; margin-bottom: 30px;}
.footer .menu .menu-item a:hover, .footer .menu  .menu-item.current_page_item a {border-bottom: none;}

.footer .copyright, .footer .copyright a {color: #d94a4a;}
.footer .copyright a:hover {color: #a8a8a8;}

/*Sekcje frontowe*/
.front-section {margin: 50px 0}
.front-section .grid-container {padding: 0 15px;}
.frontSection2  .grid-container .grid-x {margin: 100px auto; max-width: 940px;}
.frontSection2 .szczegoly {text-align: center;}
.frontSection2 .szczegoly .ikony {
  position: relative;
  width: 115px;
  height: 115px;
  margin: 0 auto;
}
.frontSection2 .szczegoly .ikony:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: transparent;
  width: 115px;
  height: 115px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
}

.frontSection2 .szczegoly .ikona-1:before {
  background: transparent url('/wp-content/themes/babibud/assets/images/icon-sprite.png') no-repeat scroll -5px -11px;
}
.frontSection2 .szczegoly .ikona-2:before {
  background: transparent url('/wp-content/themes/babibud/assets/images/icon-sprite.png') no-repeat scroll -262px -6px;
}
.frontSection2 .szczegoly .ikona-3:before {
  background: transparent url('/wp-content/themes/babibud/assets/images/icon-sprite.png') no-repeat scroll -488px -11px;
}
.frontSection2 .szczegoly .ikona-4:before {
  background: transparent url('/wp-content/themes/babibud/assets/images/icon-sprite.png') no-repeat scroll -724px -5px;
}

.frontSection2 .szczegoly.szczegol-1:hover .ikona-1:before {
  background: transparent url('/wp-content/themes/babibud/assets/images/icon-sprite.png') no-repeat scroll -5px -141px;
}
.frontSection2 .szczegoly.szczegol-2:hover .ikona-2:before {
  background: transparent url('/wp-content/themes/babibud/assets/images/icon-sprite.png') no-repeat scroll -262px -132px;
}
.frontSection2 .szczegoly.szczegol-3:hover .ikona-3:before {
  background: transparent url('/wp-content/themes/babibud/assets/images/icon-sprite.png') no-repeat scroll -488px -135px;
}
.frontSection2 .szczegoly.szczegol-4:hover .ikona-4:before {
  background: transparent url('/wp-content/themes/babibud/assets/images/icon-sprite.png') no-repeat scroll -724px -129px;
}

.frontSection3 .button {font-size: 14px;}

.frontSection4 {background: #f9f9f9; padding: 70px 0; margin-bottom: 0;}
.frontSection4 .kontaktfront {max-width: 222px; }
.frontSection4 .kontaktfront h5 {font-weight: bold; text-transform: uppercase; color: #313131;}
.frontSection4 .kontaktfront hr {border-width: 5px; border-color: #232323; margin-top: 15px; margin-bottom: 20px;}
.frontSection4 .kontaktfront p {font-size: 15px; line-height: 1.4; color: #a2a2a2;}
.frontSection4 .kontaktfront .owl-dots {display: none !important;}
.frontSection4 #tss_warppper, .frontSection4 #mpsp_wrapper {padding: 0 !important; margin: 0 !important;}
.frontSection4 .tss_p {font-size: 15px !important; max-height: 100px !important; margin-left: 15px;}
.frontSection4 #mpsp_wrapper {
  position: relative;
}
.frontSection4 #mpsp_wrapper:before {
  position: absolute;
  bottom:  0;
  left: -15px;
  content: url('/wp-content/themes/babibud/assets/images/testimonial-quote.png');
}
.frontSection4 #mpsp_wrapper:after {
  position: absolute;
  top:  0;
  right: -15px;
  content: url('/wp-content/themes/babibud/assets/images/testimonial-quote.png');
}

@media screen and (max-width: 623px){
  .frontSection4 .medium-4 {display: flex; -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  footer .inner-footer nav {max-width: 150px; margin: 0 auto; text-align: center}
}

/*Galeria*/
.frontSection3 .owl-carousel .owl-item img{height: 430px !important; width: 330px !important; object-fit: cover !important; }
.frontSection3 .owl-prev {
  width: 15px;
  background: none !important;
  color: transparent !important;
  height: 100px;
  position: absolute;
  top: 40%;
  margin-left: -50px !important;
  display: block !important;
  border:0px solid black;
}
.frontSection3 .owl-prev:before {
  content: '<';
  color: #b2b2b2;
  top:0;
  left: 0;
  font-size: 46px;
  font-weight: 300;
}

.frontSection3 .owl-next {
  color: transparent !important;
  background: none !important;
  width: 15px;
  height: 100px;
  position: absolute;
  top: 40%;
  right: -25px !important;
  display: block !important;
  border:0px solid black;
}
.frontSection3 .owl-next:before {
  content: '>';
  color: #b2b2b2;
  top:0;
  left: 0;
  font-size: 46px;
  font-weight: 300;
}
.frontSection3 .owl-prev i, .frontSection3 .owl-next i {transform : scale(1,6); color: #ccc;}

/*Podstrony*/
.subpage {margin: 50px 0; padding: 25px 15px;}

@media screen and (max-width: 623px){
  .subpage {margin: 25px 0; padding: 15px 15px;}
}

/*Kontakt*/

.wpcf7 .wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
  margin-top: 0;
  color: #D8000C;
  background-color: #FFBABA;
  border: 0;
  padding: 10px;
}
.wpcf7 .wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
  margin-top: 0;
  color: #4F8A10;
  background-color: #DFF2BF;
  border: 0;
  padding: 10px;
}
.wpcf7 input, .wpcf7 textarea { border: 1px solid #bfbfbf; color: #666; background: #fff; box-shadow: none !important; padding-left: 25px; padding-right: 25px; }
.wpcf7 input:focus, .wpcf7 textarea:focus {border-color: #313131;}
.wpcf7 input::-webkit-input-placeholder, .wpcf7 textarea::-webkit-input-placeholder {
  color: #a7a7a7; font-size: 14px;
  opacity: 1;
}
.wpcf7 input::-moz-placeholder, .wpcf7 textarea::-moz-placeholder {
  color: #a7a7a7; font-size: 14px;  opacity: 1;
}
.wpcf7 input:-ms-input-placeholder, .wpcf7 textarea:-ms-input-placeholder {
  color: #a7a7a7; font-size: 14px;  opacity: 1;
}
.wpcf7 input:-moz-placeholder,.wpcf7 textarea:-moz-placeholder  {
  color: #a7a7a7; font-size: 14px;  opacity: 1;
}
.wpcf7 .button {background: #c42727; border-radius: unset; color: #fff; font-size: 14px;}
.wpcf7 .button:hover {background: #313131;  }
.wpcf7 input.wpcf7-not-valid, .wpcf7 textarea.wpcf7-not-valid { border: 1px solid #c50000;  }

.kontakt {margin-left: 75px;}
.kontakt h1 {font-size: 3rem; text-align: left;}
.kontakt h1 strong {color: #c42727;}
.kontakt h3 {color: #898989; font-weight: 300;}

@media screen and (max-width: 960px){
  .kontakt h1 {font-size: 2rem; }
}
@media screen and (max-width: 623px){
  .kontakt {margin-left: 0}
}



.mobile-icons {
    width: 100%;
    position: fixed;
    z-index: 100;
    left: 0;
    bottom: 0;
    background: transparent;
    padding-top: 5px;
    padding-bottom: 5px;

    text-align: center;
}

.mobile-icons a {
    background: #EE1C25;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-left: 5px;
    margin-right: 5px;
}

.mobile-icons a i {
    color: #fff;
}

.mobile-icons a:hover {
    background: #333;
}

.mobile-icons a i {
    font-size: 30px;
    color: #fff;
    margin-top: 10px;
}





































.h2, h2 {
	font-family: 'Lato', sans-serif !important;
	font-size: 22px !important;
	line-height: 26px !important;
	margin-top: 36px !important;
}

.sticky.is-anchored {
	z-index: 9 !important;
}
.dropdown.menu .is-active > a {
	color: rgb(103, 103, 103) !important;
}
.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
	background: rgb(175, 16, 24) !important;
	color: #fff !important;
	padding: 6px !important;
}
.sub-menu {
	display: inline !important;
}
#menu-aa {
	text-align: center !important;
	display: inline !important;
}
.dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
	top: 100%;
	right: 0;
	left: -40px  !important;
}



.is-dropdown-submenu a {
	font-size: 12px !important;
	float: left !important;
	text-align: left !important;
}
.menu .menu-item a, .menu .menu-item.current_page_item a {
	line-height: 18px !important;
}

h1 {
	line-height: 74px !important;
}

































