/**
 * @file
 * Cosiva specific CSS.
 */

html,
body {
  width: 100%;
  height: 100%; }

body {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
   background-color: #fcfcfc;
}


hr {
  max-width: 50px;
  border-width: 3px;
  border-color: #5AA1E3; }

hr.light {
  border-color: white; }

a {
  color: #5AA1E3;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s; }
a:hover, a:focus {
    color: #5AA1E3; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif; }

p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px; }

.bg-primary {
  background-color: #5AA1E3 !important; }

.bg-dark {
  color: white;
  background-color: #222222 !important; }

  /* STOPKA   */
#sts {
  padding: 10px 10px 10px 10px;
  font-size: 90%;
  box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.3);
  }
  #sts a {text-transform: uppercase;}
  #sts a, footer a:visited, footer a:active { color: white; }
  #sts a:hover { color: #5AA1E3;}


.text-faded {
  color: rgba(255, 255, 255, 0.7); }

.section {
  padding: 100px 0; }
  .section:first-of-type {
    padding: 50px 0; }



/* Usun */
.section-heading {
  margin-top: 0; }

.no-padding {
  padding: 0; }

::-moz-selection {
  color: white;
  background: #222222;
  text-shadow: none; }

::selection {
  color: white;
  background: #222222;
  text-shadow: none; }

img::selection {
  color: white;
  background: transparent; }

img::-moz-selection {
  color: white;
  background: transparent; }

body {
  -webkit-tap-highlight-color: #222222; }

#mainNav {
  border-color: rgba(34, 34, 34, 0.05);
  background-color: white;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
  box-shadow: 0px 0px 15px 0 rgba(0,0,0,0.2);
  }
  #mainNav .navbar-brand {
    font-weight: 700;
    text-transform: uppercase;
    color: #5AA1E3;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif; }
    #mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
      color: #5AA1E3; }
  #mainNav .navbar-toggle {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #222222; }
  #mainNav .navbar-nav > li.nav-item > a.nav-link,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #222222;
/*     text-shadow: 1px 1px 17px rgba(50, 50, 50, 1);   */
    }
    #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
    #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
      color: #5AA1E3; }
    #mainNav .navbar-nav > li.nav-item > a.nav-link.active,
    #mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
      color: #5AA1E3 !important;
      background-color: transparent; }
      #mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover,
      #mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover {
        background-color: transparent; }
    #mainNav.navbar-shrink a.navbar-brand img {
      filter: none; -webkit-filter : none;
    }
    a.navbar-brand img {
      max-height: 40px;
      max-width: 200px;
      margin-top: -10px;
      margin-bottom: -10px;
    }
  @media (min-width: 992px) {
    a.navbar-brand img {
      max-width: none;
    }
    #mainNav {
      border-color: rgba(255, 255, 255, 0.3);
      background-color: transparent;
/*       background: -moz-linear-gradient(top, rgba(79,79,79,0.65) 0%, rgba(1,1,1,0) 99%, rgba(0,0,0,0) 100%); FF3.6-15 */
/* 			background: -webkit-linear-gradient(top, rgba(79,79,79,0.65) 0%,rgba(1,1,1,0) 99%,rgba(0,0,0,0) 100%); Chrome10-25,Safari5.1-6 */
/* 			background: linear-gradient(to bottom, rgba(79,79,79,0.65) 0%,rgba(1,1,1,0) 99%,rgba(0,0,0,0) 100%); W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/* 			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a64f4f4f', endColorstr='#00000000',GradientType=0 ); IE6-9 */
      }
      #mainNav .navbar-brand {
        color: rgba(255, 255, 255, 0.7); }
        #mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
          color: white; }
      #mainNav .navbar-nav > li.nav-item > a.nav-link,
      #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
        color: rgba(255, 255, 255, 0.9); }
        #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
        #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
          color: white; }
      #mainNav.navbar-shrink {
        border-color: rgba(34, 34, 34, 0.05);
        background-color: white;
        box-shadow: 0px 0px 15px 0 rgba(0,0,0,0.2);
/*         background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 100%); FF3.6-15 */
/* 				background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 100%); Chrome10-25,Safari5.1-6 */
/* 				background: linear-gradient(to bottom, white 0%,white 100%); W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/* 				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); IE6-9 */
        }
        #mainNav.navbar-shrink .navbar-brand {
          font-size: 16px;
          color: #5AA1E3; }
          #mainNav.navbar-shrink .navbar-brand:hover, #mainNav.navbar-shrink .navbar-brand:focus {
            color: #5AA1E3; }
        #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link,
        #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
          color: #222222;
          text-shadow: none; }
          #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover,
          #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover {
            color: #5AA1E3; }
      a.navbar-brand img { filter: invert(1); -webkit-filter : invert(1); }
    }

header.masthead {
  position: relative;
  width: 100%;
  min-height: auto;
  text-align: center;
  color: white;
  background-image: url("/themes/corsiva/images/header.jpg");
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  header.masthead .header-content {
    position: relative;
    width: 100%;
    padding: 100px 15px 100px;
    text-align: center; }
    header.masthead .header-content .header-content-inner h1 {
      font-size: 30px;
      font-weight: 700;
      margin-top: 0;
      margin-bottom: 0;
      text-transform: uppercase; }
    header.masthead .header-content .header-content-inner hr {
      margin: 30px auto; }
    header.masthead .header-content .header-content-inner p {
      font-size: 16px;
      font-weight: 300;
      margin-bottom: 50px;
      color: rgba(255, 255, 255, 0.7); }
  @media (min-width: 768px) {
    header.masthead {
      height: 100%;
      min-height: 600px; }
      header.masthead .header-content {
        position: absolute;
        top: 65%;
        padding: 0 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
        header.masthead .header-content .header-content-inner {
          max-width: 1000px;
          margin-right: auto;
          margin-left: auto; }
          header.masthead .header-content .header-content-inner h1 {
            font-size: 50px; }
          header.masthead .header-content .header-content-inner p {
            font-size: 18px;
            max-width: 80%;
            margin-right: auto;
            margin-left: auto; } }

/* ============================================================================================================================= */

#main { margin-top: 50px; }
.toolbar-fixed #main { margin-top: 0px;}

/* ============================================================================================================================= */

.service-box {
  max-width: 400px;
  margin: 50px auto 0; }

.service-box img {
  border-radius: 0.2rem;
  box-shadow: 0px 18px 51px -20px rgba(0, 0, 0, 0.75);
}

  @media (min-width: 992px) {
    .service-box {
      max-width: auto;
      margin: 20px auto 0; }
  }
  .service-box p {
    margin-bottom: 0;
    text-align: justify;
    color: #636c72 !important; }
  .service-box h3 {
	  margin: 20px 0; }

#about h2 {
	margin-top: 0px;
	color: white; }
#about hr {
	border-color: white; }
#about p {
 color: rgba(255, 255, 255, 0.7); }

/* ============================================================================================================================= */

#inne-witryny .card img {
  height: 111px !important;
  width: 100%; }

#inne-witryny .card {
  width: 288px !important;
  margin-bottom: 30px;
  box-shadow: 0px 18px 51px -20px rgba(0, 0, 0, 0.75);
}

#inne-witryny .card-block {
  padding: 10px 0 0 0; }

#inne-witryny .card-block h4 {
  font-size: 1.2rem; }

#inne-witryny .marka-box {
  margin-left: auto;
  margin-right: auto; }

#inne-witryny .marka-box a, .marka-box a:hover, .marka-box a:visited, .marka-box a:active {
  text-decoration: none;
  color: darkslategray; }

/* ============================================================================================================================= */

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0; }

.btn-primary {
  color: white;
  border-color: #5AA1E3;
  background-color: #5AA1E3; }
  .btn-primary:focus, .btn-primary.focus {
    color: white;
    border-color: darkblue;
    background-color: cornflowerblue; }
  .btn-primary:hover {
    color: white;
    border-color: darkblue;
    background-color: cornflowerblue; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: white;
    border-color: darkblue;
    background-color: cornflowerblue; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: white;
      border-color: darkblue;
      background-color: cornflowerblue; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    border-color: #5AA1E3;
    background-color: #5AA1E3; }
  .btn-primary .badge {
    color: #5AA1E3;
    background-color: white; }

.btn {
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 300px;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif; }

.btn-xl {
  padding: 15px 30px; }

/* =========================================================================================================== */

.language-switcher-language-url .img-thumbnail {
  height:16px;
  margin: 0px 0 0 0;
  padding:0; }

/* =========================================================================================================== */

#karuzelaLodzi .carousel-item.active,
#karuzelaLodzi .carousel-item-next,
#karuzelaLodzi .carousel-item-prev {
    display: block;
}
#karuzelaLodzi .carousel-item {
    height: 50vw;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#karuzelaLodzi .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%2322F' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e")
}
#karuzelaLodzi .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%2322F' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}


.field--name-field-film .field__item {
	margin-bottom: 25px;
}

.dane-techniczne {
  box-shadow: 0px 18px 51px -20px rgba(0, 0, 0, 0.75);
   background-color: #F0F0F0;
}
.dane-techniczne tbody  th {
  background-color: #F0F0F0 !important;
  width: 40px;
  border: 1px solid #fff;
}
.dane-techniczne tbody  th div {
  background: url('../images/danetechniczne.png') no-repeat;
  height: 25px; width: 60px;
}
tbody th.dlugosc div    { background-position: 0 -140px; }
tbody th.ce      div   { background-position: 0 0; }
tbody th.ciezar  div    { background-position: 0 -70px; }
tbody th.osoby   div    { background-position: 0 -210px; }
tbody th.silnik  div    { background-position: 0 -280px; }
tbody th.szerokosc div  { background-position: 0 -350px; }
tbody th.zanurzenie div { background-position: 0 -420px; }

/* =========================================================================================================== */

.kontakt-box {
  margin-bottom: 45px; }
.kontakt-box p {
	margin: 0px; }
#formularz-kontaktowy {
	box-shadow: 0px 18px 51px -20px rgba(0, 0, 0, 0.75);
}

/* =========================================================================================================== */

div.wpgmappity_container {
  border: 1px solid #5AA1E3;
  border-radius: 0.4rem;
  box-shadow: 0px 18px 51px -20px rgba(0, 0, 0, 0.75);
}
div.wpgmappity_container img {
    background: none !important;
    background-color: none !important;
    max-width: none !important;
  }
.diler div {
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.04), 0 2px 10px 0 rgba(0, 0, 0, 0.06);
    padding: 15px;
    margin-top: 15px;
    min-height: 170px;
    border: 1px solid #5aa1e3;
    border-radius: 0.4rem;
  }
.diler div:hover {
    box-shadow: 0px 5px 5px 0 rgba(0,0,0,0.2); }
.diler a {
    color: black; }
.diler a:visited, .diler a:focus {
    color: black;
    text-decoration: none;}
.diler a:hover {
    color: #f05f40;
    text-decoration: none;}

.filters-button-group button {
  margin-bottom: 5px;
  background-color: #5AA1E3;
}

.filters-button-group button.is-checked {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5AA1E3 !important;
}

/* =========================================================================================================== */

#tlo {
    background: url(../images/tlo.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: fixed;
    opacity: 0.2;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

#tlo-wzor2 {
    background-image: url(../images/bg_pattern.png);
    position: fixed;
    opacity: 0.4;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

#facebook-ico {
  margin-left: 10px; }
  #facebook-ico .nav-link {
  padding: 0; }

.fa-facebook-square {
  color: #4267B2;
  font-size: 170%;
}


#block-facebookbuttons {
  margin-left: 37%;
  width: 25%;
  padding-top: 3px;
}
