.acenter {
  text-align: center;
  margin: 30px 0;
}
.kolor_zielony {
  color: #78b833;
}
* {
  font-family: 'Roboto', sans-serif;
  border-radius: 0 !important;
}
.margin-o-auto {
  margin: 0 auto;
  float: none;
}
.text-center {
  text-align: center;
}
hr {
  border: none;
  border-top: 1px dashed white;
  color: white;
  height: 1px;
  width: 100%;
}
.text-right {
  text-align: right;
}
.top-buffer {
  margin-top: 20px;
}
.text-center-quantity {
  text-align: center;
}
body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #3c3b40;
}
.modal-body {
  padding: 25px;
}
.body-content {
  margin-bottom: 20px;
}
.linia {
  border-bottom: 3px solid #78b833;
  margin-bottom: 20px;
}
.podstrony {
  border-bottom: 3px solid #78b833;
  margin-bottom: 20px;
}
.test > li {
  font-size: 24px;
  margin-left: 20px;
}
.test > li .active {
  background-color: white;
}
.test > li > a {
  padding-left: 40px;
  padding-right: 40px;
  color: #3c3b40;
  border: solid 1px #dddddd;
  background-color: #efefef;
}
.test > li > a:hover {
  padding-left: 40px;
  padding-right: 40px;
  color: #3c3b40;
  border: solid 1px #dddddd;
  background-color: #efefef;
}
.body-zakladki {
  margin: 20px;
  font-weight: 500;
  font-size: 16px;
}
.body-zakladki {
  margin: 20px;
  font-weight: 500;
}
.lista-wlasna > li {
  margin-top: 20px;
}
.body-zakladki .zwykla-czcionka {
  font-weight: 400;
}
.podstrony .wysrodkowanie {
  text-align: center;
}
h1 {
  font-size: 46px;
  color: #3c3b40;
  font-weight: 400;
}
h2 {
  font-size: 40px;
  color: white;
  font-weight: 100;
}
h3 {
  font-size: 34px;
  color: white;
  padding-left: 50px;
  font-weight: 100;
  display: block;
}
h4 {
  font-size: 24px;
  color: white;
  font-weight: 100;
  display: block;
}
.podstrony_h3 {
  font-size: 34px;
  color: #3c3b40;
  font-weight: 400;
  border-bottom: solid #78b833;
}
.podstrony_h3_bez_lini {
  font-size: 34px;
  color: #3c3b40;
  font-weight: 400;
}
a {
  color: #78b833;
  text-decoration: none;
}
a.active,
a:hover,
a:focus {
  color: #78b833;
  text-decoration: none;
}
/* Set padding to keep content from hitting the edges */

.body-content {
  padding-left: 15px;
  padding-right: 15px;
}
/************************************   Sekcja top  *************************************/

#sekcja-top {
  max-height: 35px;
  min-height: 35px;
  background-color: #3c3b40;
  margin: 0;
}
.top-lewa2 {
  float: left;
  text-align: left;
  padding: 5px 0px 0px 0px;
  color: white;
  font-size: 16px;
}
.top-lewa {
  float: left;
  text-align: left;
  padding: 5px 0px 0px 80px;
  color: white;
  font-size: 16px;
  width: 50%;
}
.top-prawa {
  float: right;
  text-align: right;
  padding: 5px 0px 0px 80px;
  color: white;
  font-size: 14px;
  width: 50%;
}
.top-prawa > i {
  font-size: 16px;
  margin: 5px 10px 0px 20px;
}
.top-prawa .telefon {
  font-weight: bold;
}
.top-prawa > a {
  color: white;
  text-decoration: none;
  padding: 0px 10px 0px 10px;
  border-right: solid 1px white;
}
.top-prawa a.active,
.top-prawa a:hover,
.top-prawa a:focus {
  color: #78b833;
  text-decoration: none;
}
.top-prawa2 {
  color: white;
  font-size: 14px;
  width: 100%;
}
.top-prawa2 > i {
  font-size: 16px;
}
.top-prawa2 .telefon {
  font-weight: bold;
}
.top-prawa2 > a {
  color: white;
  text-decoration: none;
}
.top-prawa2 a.active,
.top-prawa2 a:hover,
.top-prawa2 a:focus {
  color: #78b833;
  text-decoration: none;
}
#sekcja-top-nav {
  max-height: 120px;
  min-height: 120px;
  background-color: #78b833;
}
#sekcja-top-nav .logo-top {
  padding: 0px 0px 0px 25px;
}
#sekcja-slider {
  min-height: 600px;
  margin: 0;
}
#sekcja-slider-trojkat {
  min-height: 600px;
  background-image: url(/Images/slider.jpg);
  background-position: center, top, center center;
  background-repeat: repeat, no-repeat;
  background-size: auto auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/************************************   Box Quote - strona główna  *************************************/

#quote-strona-glowna {
  float: left;
  padding: 10px 20px 10px 20px;
  color: white;
  border: solid 1px rgba(255, 255, 255, 0.35);
  margin-top: 80px;
  width: 58%;
  opacity: 0.9;
  filter: alpha(opacity=90);
  /* For IE8 and earlier */
  background-color: #3c3b40;
  height: 380px;
}
#quote-strona-glowna .tytul-qoute {
  font-size: 46px;
  font-weight: 100;
  text-align: center;
  border-bottom: solid 1px rgba(255, 255, 255, 0.35);
}
#quote-strona-glowna .link-more-parcel {
  text-align: center;
  font-size: 16px;
  padding-bottom: 12px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.35);
}
#quote-strona-glowna .button-search {
  padding-top: 12px;
  text-align: center;
}
/***************************************    mały slider   ***********************************/

#small-slider {
  float: right;
  padding: 10px 20px 10px 20px;
  color: white;
  border: solid 1px rgba(255, 255, 255, 0.35);
  margin-top: 80px;
  opacity: 0.9;
  filter: alpha(opacity=90);
  /* For IE8 and earlier */
  background-color: #3c3b40;
  width: 40%;
  height: 380px;
}
#small-slider .tekst_slider {
  text-align: center;
  font-size: 34px;
  font-weight: 100;
}
#small-slider .tekst_slider .koloruj {
  font-weight: normal;
  color: #78b833;
}
/***************************************    sekcja welcome   ***********************************/

#sekcja-welcome {
  padding-top: 20px;
  min-height: 200px;
  text-align: center;
}
#sekcja-welcome .tresc-wieksza {
  text-align: center;
  font-size: 46px;
  font-weight: 100;
}
#sekcja-welcome .tresc-mniejsza {
  text-align: center;
  font-size: 24px;
}
#sekcja-welcome .container > img {
  margin: 20px 0px 20px 0px;
}
/***************************************    sekcja service   ***********************************/

#sekcja-service {
  background-color: #3c3b40;
  width: 100%;
  height: 100%;
}
#sekcja-service > div > div > a {
  width: 25%;
  float: left;
}
#sekcja-service > div > div > a > img {
  border: 0 none;
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
/***************************************    sekcja facebook   ***********************************/

#sekcja-facebook {
  width: 100%;
  padding: 10px 0 0 0;
  text-align: center;
}
#sekcja-facebook .facebook-obrazek {
  padding-top: 20px;
}
#sekcja-facebook .facebook-tresc {
  font-size: 34px;
  font-weight: 100;
}
#sekcja-facebook .facebook-tresc > p > span {
  color: #3b5997;
  font-weight: normal;
}
/***************************************    sekcja kontakt   ***********************************/

#sekcja-kontakt {
  background-color: #78b833;
  padding: 0px 0 10px 0;
}
/***************************************    sekcja stopka   ***********************************/

#sekcja-stopka h4 {
  text-transform: uppercase;
  font-weight: 400;
}
#sekcja-stopka {
  padding: 0px 0 10px 0;
  background-image: url(/Images/stopka-background.jpg);
  background-position: center, top, center center;
  background-repeat: repeat, no-repeat;
  background-size: auto auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#sekcja-stopka ul {
  color: white;
  list-style: outside none none;
  padding: 0;
}
#sekcja-stopka ul li {
  color: white;
  margin: 0;
  padding: 8px;
  position: relative;
  font-weight: 200;
}
#sekcja-stopka ul li > a {
  color: white;
}
#sekcja-stopka ul li > a:active {
  color: #78b833;
}
#sekcja-stopka ul li > a:focus {
  color: #78b833;
}
#sekcja-stopka ul li > a:hover {
  color: #78b833;
}
#sekcja-stopka ul li::before {
  color: #78b833;
  content: "";
  font-family: FontAwesome;
  font-size: 12px;
  left: -10px;
  padding: 8px;
  position: absolute;
  top: 0;
  text-transform: uppercase;
}
/***************************************    sekcja płatności   ***********************************/

#sekcja-platnosci {
  background-color: white;
  padding: 10px;
}
/***************************************    sekcja coppyright   ***********************************/

#sekcja-copyright {
  background-color: white;
  padding: 10px;
}
/*******************************    sekcja order fomr    **************************/

.order-form {
  width: 65%;
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.order-form .tekst-parcel {
  text-align: right;
  font-size: 16px;
  font-weight: 400;
}
.ikona-order-form {
  color: #78b833;
  font-size: 24px;
}
.ikona-order-form > i {
  cursor: pointer;
}
/***************************************    sekcja szary box ****************************************/

.panel {
  border-radius: 0;
  -webkit-appearance: none;
}
.panel .panel-heading {
  font-size: 18px;
  background-color: #dddddd;
  font-weight: bold;
}
.panel .panel-body {
  background-color: #f6f6f7;
}
.panel .wynik {
  text-align: right;
}
.panel .wynik-cena {
  color: #78b833;
  font-size: 34px;
  font-weight: bold;
}
.panel .wynik .vat {
  color: #dddddd;
  font-size: 14px;
  font-weight: bold;
}
.panel .vat {
  color: #3c3b40;
  font-size: 14px;
  font-weight: 200;
}
.panel .transit-time {
  margin-top: 40px;
  font-size: 24px;
  font-weight: 500;
  /*margin-top:30px;*/

}
/***************************************    sekcja podsumowanie zamówienia ****************************************/

.podsumowanie-zamowienia {
  padding: 10px;
  width: 50%;
  background-color: #3c3b40;
  color: white;
}
/***************************************    stylowanie formularzy   ***********************************/

.form-info > i {
  font-size: 18px;
  color: #78b833;
  cursor: pointer;
}
.form-control {
  border-radius: 0;
  font-size: 16px;
}
.form-group > label {
  font-size: 16px;
  font-weight: 400;
}
.control-label {
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}
.optional-label {
  line-height: 12px;
}
.optional-label > span {
  font-size: 10px;
  font-style: italic;
}
.optional {
  line-height: 10px;
}
.checkbox > label {
  font-size: 16px;
  font-weight: 400;
  margin-top: 25px;
}
.modal-body .form-group > label {
  font-size: 16px;
  font-weight: 400;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(126, 239, 104, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(126, 239, 104, 0.6);
  outline: 0 none;
  font-family: 'Roboto', sans-serif;
}
textarea {
  resize: none;
}
select:focus {
  outline: none !important;
}
.form-control:focus {
  border-color: rgba(126, 239, 104, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(126, 239, 104, 0.6);
  outline: 0 none;
}
.btn-success {
  border-radius: 0;
  -webkit-appearance: none;
  font-size: 16px;
  background-color: #78b833;
}
.btn-info {
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  background-color: #3c3b40;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.active:hover {
  background-color: #3c3b40;
}
.btn-info:active:focus {
  background-color: #3c3b40;
}
.btn-success-link {
  color: #78b833;
  border-color: #78b833;
  border-radius: 0;
  -webkit-appearance: none;
  font-size: 16px;
  background-color: white;
}
.btn-success-link > i {
  margin-right: 15px;
}
.btn-success-link:active,
.btn-success-link:hover,
.btn-success-link:focus {
  color: white;
  border-color: rgba(126, 239, 104, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(126, 239, 104, 0.6);
  outline: 0 none;
  background-color: #78b833;
}
.btn-success-white {
  color: white;
  border-color: white;
  border-radius: 0;
  -webkit-appearance: none;
  font-size: 16px;
  background-color: #78b833;
  padding: 5px;
  margin: 0;
}
.btn-success-white > i {
  margin-right: 15px;
}
.btn-success-white:active,
.btn-success-white:hover,
.btn-success-white:focus {
  color: white;
  border-color: rgba(126, 239, 104, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(126, 239, 104, 0.6);
  outline: 0 none;
  background-color: #78b833;
}
.btn-cancel-white {
  color: #3c3b40;
  border-color: #dddddd;
  border-radius: 0;
  -webkit-appearance: none;
  font-size: 16px;
  background-color: white;
}
.btn-cancel-white > i {
  margin-right: 15px;
}
.btn-cancel-white:active,
.btn-cancel-white:hover,
.btn-cancel-white:focus {
  color: #3c3b40;
  border-color: rgba(126, 239, 104, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(126, 239, 104, 0.6);
  outline: 0 none;
  background-color: white;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.active:hover {
  border-color: rgba(126, 239, 104, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(126, 239, 104, 0.6);
  outline: 0 none;
  background-color: #78b833;
}
.btn-success:active:focus {
  border-color: rgba(126, 239, 104, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(126, 239, 104, 0.6);
  outline: 0 none;
  background-color: #78b833;
}
.btn-success > i {
  margin-right: 5px;
}
.typeahead .active > a,
.typeahead .active > a:hover {
  color: white;
  /* Change the typeahead background color here if you'd like */
  background-color: #78b833;
  /* Turns off the default background gradients */
  background-image: none;
}
/***************************************    stylowanie ekranów z mniejszą rozdzielczością   ***********************************/

@media only screen and (min-width: 992px) {
  .ukryj_pc {
    display: none;
  }
}
/* Smaller than standard 960 (devices and browsers) */

@media only screen and (max-width: 992px) {
  #quote-strona-glowna {
    height: 420px;
  }
  .ukryj_992 {
    display: none;
  }
  .panel .wynik {
    text-align: center;
  }
  .order-form {
    width: 100%;
  }
  h1 {
    font-size: 36.8px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 27.2px;
  }
  #sekcja-welcome .tresc-wieksza {
    font-size: 36.8px;
  }
  #sekcja-welcome .tresc-mniejsza {
    text-align: center;
    font-size: 19.2px;
  }
  #sekcja-facebook .facebook-tresc {
    font-size: 27.2px;
  }
  #sekcja-facebook .facebook-obrazek {
    padding: 0;
  }
  #post-facebook {
    display: none;
  }
  #small-slider {
    display: none;
  }
  #quote-strona-glowna {
    width: 100%;
  }
  #sekcja-top-nav {
    max-height: 170px;
    min-height: 170px;
  }
  #sekcja-top-nav .logo-top {
    padding: 0;
  }
}
/* Tablet Portrait size to standard 960 (devices and browsers) */

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #sekcja-top-nav .logo-top {
    text-align: center;
  }
  #sekcja-slider .trojkat-top {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .ukryj_767 {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .ukryj_768 {
    display: none;
  }
  .podsumowanie-zamowienia {
    width: 100%;
  }
  .text-center-quantity {
    text-align: left;
  }
  .ikona-order-form {
    margin: 0;
    padding: 0;
    text-align: center;
    margin-bottom: 20px;
  }
  .order-form .tekst-parcel {
    margin-bottom: 20px;
    text-align: center;
  }
  .checkbox > label {
    margin-top: 0px;
    margin-left: 15px;
  }
  .top-lewa {
    width: 100%;
    text-align: center;
    padding: 5px 0px 0px 10px;
  }
  .top-prawa {
    display: none;
  }
  #sekcja-top-nav .logo-top {
    text-align: center;
  }
  #sekcja-slider .trojkat-top {
    text-align: center;
  }
  #mapa-google {
    display: none;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #sekcja-facebook {
    display: none;
  }
  #sekcja-top .logo-top {
    text-align: center;
  }
  #sekcja-slider .trojkat-top {
    text-align: center;
  }
}
@media only screen and (min-width: 479px) {
  .wysrodkowanie {
    width: 364px;
  }
}
@media only screen and (max-width: 479px) {
  #sekcja-facebook {
    display: none;
  }
  #sekcja-top .logo-top {
    text-align: center;
  }
  #sekcja-top-nav .logo-top > img {
    width: 90%;
  }
  #sekcja-top .logo-top > img {
    width: 100%;
  }
  #sekcja-slider .trojkat-top {
    text-align: center;
  }
  #sekcja-slider .trojkat-top > img {
    width: 100%;
  }
  .zmniejszaj {
    width: 100%;
  }
}
/*************************************DATA TABLES****************************************/

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 0;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #78b833;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  border-color: #78b833;
  color: white;
  cursor: default;
  z-index: 3;
}
.pagination > li > a,
.pagination > li > span {
  color: #78b833;
}
.table thead th {
  background-color: #dddddd;
  color: #3c3b40;
  font-weight: 500;
  font-size: 16px;
}
.table tbody td > a > i {
  font-size: 34px;
}
.table tbody td {
  color: #3c3b40;
  font-weight: 400;
  font-size: 16px;
}
.dropdown-menu {
  max-height: 320px;
  overflow-y: auto;
}
