﻿body {
  /*padding-top: 50px;*/
  padding-bottom: 20px;
  background-color: #f8f8f8;
  color: #3a3a3a;
}

.navbar {
  margin-bottom: 0px;
}
/* Set padding to keep content from hitting the edges */
.body-content {
  padding-left: 15px;
  padding-right: 15px;
}

.grid-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1284px;
  padding-left: 10px;
  padding-right: 10px;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
  white-space: normal;
}

.navbar-fixed-top {
  position: relative;
}

h1, h2, h3 {
  color: #1b1b1b;
  font-size: 2.5em;
  font-family: "Lato",Sans-serif;
  font-weight: 400;
  line-height: 1.2em;
}

  h3.likeh4 {
    font-size: 16px !important;
  }


p {
  color: gray;
  font-size: 18px;
  font-family: "Lato",Sans-serif;
  font-weight: 400;
  line-height: 1.6em;
}
/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
  max-width: 280px;
}

.site-header {
  background-color: #fff;
}

  .site-header .inside {
    padding: 40px;
  }

    .site-header .inside .btnsNav {
      float: right;
      padding: 20px;
      width: 330px;
    }

.btnsNav > li {
  float: right !important;
}

@media (min-width: 768px) {

  .btnsNav > li {
    float: left !important;
  }
}

.navbar-header {
  width: 100% !important;
}

@media (max-width: 1024px) {
  .slide .dots {
    display: none;
  }
}

.btnsNavDistance {
  margin: 0px 10px 0px 30px;
}

.btnA {
  padding: 0 !important;
}

  .btnA:hover {
    text-decoration: none !important;
  }

.btn {
  padding: 8px 15px;
}

.menu .navbar-collapse {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #dbdbdb;
}

.insideMenu {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
}

  .insideMenu ul li a {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 30px;
    font-size: 18px;
    color: #444;
  }

    .insideMenu ul li a:hover {
      background-color: transparent;
      color: #2282d6;
    }

  .insideMenu ul li.active {
    color: #fff !important;
    background-color: #2282d6;
  }

    .insideMenu ul li.active,
    .insideMenu ul li.active:hover,
    .insideMenu ul li.active a,
    .insideMenu ul li.active:hover a {
      color: #fff !important;
      background-color: #2282d6;
      max-width: 250px;
      /*      width: 250px;*/
    }

.imgWeb {
  box-shadow: 0 7px 36px 0 rgba(0,0,0,0.24);
  height: auto;
  max-width: 100%;
}

.textLeftCol {
  padding-top: 60px;
}

  .textLeftCol h1, .textLeftCol h2, .textLeftCol h3 {
    padding-bottom: 30px;
    text-align: left;
  }

.hide {
  display: none;
}

.show {
  display: block !important;
}

.opinionName {
  font-size: 22px;
  color: #7a7a7a;
  font-family: "Roboto",Sans-serif;
  font-weight: 600;
  font-style: normal;
}

.opinionPlace {
  color: #6ec1e4;
  font-family: "Roboto Slab",Sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  margin-bottom: 20px;
}

.opinionText {
  font-size: 18px;
  color: #7a7a7a;
  font-family: "Roboto",Sans-serif;
  font-weight: 400;
  font-style: italic;
  line-height: 1.5;
  background-color: #ededed;
  padding: 20px 20px 20px 20px;
  border-radius: 20px 20px 20px 20px;
}

.site-info {
  font-family: "Lato",sans-serif;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #1e73be;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
}

  .site-info p,
  .site-info a {
    color: white;
  }

    .site-info a:hover {
      text-decoration: none;
      color: #7a7a7a;
    }

/*pricelist*/
.panel1c {
  padding-top: 50px;
  padding-bottom: 175px;
  background-color: #1e73be;
}

  .panel1c .grid-container {
    text-align: center;
  }

  .panel1c .col-md-11 {
    padding-left: 50px;
  }

  .panel1c h2 {
    color: #1b1b1b !important;
  }

  .panel1c p {
    color: #1b1b1b !important;
  }

.pricelist.row {
  margin-top: -125px;
  padding-bottom: 40px;
}

.panel2cl {
  padding: 45px 15px 45px 75px;
  height: 550px;
}

.panel2cc {
  padding: 45px;
  height: 550px;
}

.panel2cx .pBox {
  box-shadow: 0 0 24px 2px rgba(0,0,0,0.36);
}

.panel2cr {
  padding: 45px 75px 45px 15px;
  height: 550px;
}

.panel3c {
  padding-bottom: 40px;
}

  .panel3c .grid-container {
    text-align: center;
  }

  .panel3c p {
    color: #1b1b1b !important;
  }

.panel4c {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #1e73be;
}

  .panel4c .grid-container {
    text-align: center;
  }

  .panel4c .col-md-11 {
    padding-left: 50px;
  }

  .panel4c h2 {
    color: white !important;
  }

  .panel4c p {
    color: white !important;
  }

  .panel4c a {
    color: #fff;
    text-decoration: underline;
  }

.pricelist .pBox {
  width: 100%;
  text-align: center;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #dbdbdb;
  border-radius: 4px 4px 4px 4px;
  background-color: #f8f8f8;
}

.pricelist .pName {
  color: #1b1b1b;
  font-family: "Lato",Sans-serif;
  font-weight: 600;
  margin-top: 40px;
  text-align: center;
}

.pricelist .pPrice {
  padding-top: 25px;
  color: #1b1b1b;
  font-size: 4em;
  font-weight: 400;
  font-family: "Roboto",Sans-serif;
  line-height: .8;
}

.pricelist .pMonth {
  font-size: 16px;
  font-family: "Lato",Sans-serif;
  text-transform: uppercase;
  line-height: 3em;
}

.pricelist .pUsers {
  font-size: 16px;
  font-family: "Lato",Sans-serif;
  line-height: 1;
  font-weight: 400;
  color: #666;
  padding: 36px 0 16px 0;
}

.pricelist .pSms {
  font-size: 16px;
  font-family: "Lato",Sans-serif;
  line-height: 1;
  font-weight: 400;
  color: #666;
  border-top-style: solid;
  border-top-color: #ddd;
  border-top-width: 1px;
  padding: 16px 0 16px 0;
  margin: 0 50px 0 50px;
}

.pricelist .pHelp {
  font-size: 16px;
  font-family: "Lato",Sans-serif;
  line-height: 1;
  font-weight: 400;
  color: #666;
  border-top-style: solid;
  border-top-color: #ddd;
  border-top-width: 1px;
  padding: 16px 0 16px 0;
  margin: 0 50px 0 50px;
}

.pricelist .pRegister {
  margin: 30px;
}


/*FAQ*/

ul, li {
  list-style: none;
}

#container {
  width: 60%;
  margin: 150px auto;
  overflow: auto;
}

h1 {
  text-align: center;
  margin-bottom: 20px;
}

.title {
  height: 40px;
  background: #6bb170;
  color: white;
  text-align: center;
  padding-top: 13px;
}

.faq li {
  padding: 20px;
}

  .faq li.q {
    font-weight: bold;
    font-size: 120%;
    border-bottom: 1px #ddd solid;
    cursor: pointer;
  }

  .faq li.a {
    /*background: #3BB0D6;*/
    display: none;
    /*color: #fff;*/
    color: #7a7a7a;
    font-family: "Roboto",Sans-serif;
    font-weight: 400;
  }

.rotate {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media (max-width:800px) {

  #container {
    width: 90%;
  }
}



.contact {
  font-size: 17px;
  font-family: "Lato",Sans-serif;
  font-weight: 400;
  color: #7a7a7a;
}

img.hover:hover {
  opacity: 0.5 !important;
}

@media (max-width:800px) {

  .hideOnMobile {
    display: none;
  }
}


/*index*/
.panel1 {
  margin-top: 125px;
  background-color: #f8f8f8;
  padding-bottom: 100px;
}

.panel2 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: white;
}

.panel3 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f8f8f8;
}

  .panel3 .row3Left {
    padding-left: 50px;
  }

.panel4 {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #1e73be;
}

  .panel4 .grid-container {
    text-align: center;
  }

  .panel4 .col-md-11 {
    padding-left: 50px;
  }

  .panel4 h2 {
    color: white !important;
  }

  .panel4 p {
    color: white !important;
  }

  .panel4 a {
    color: #fff;
    text-decoration: underline;
  }

.panel5 {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f8f8f8;
}

  .panel5 .grid-container {
    text-align: center;
  }

  .panel5 .col-md-11 {
    padding-left: 50px;
  }

  .panel5 h3 {
    color: #1b1b1b !important;
  }

.panel6 {
  padding-bottom: 50px;
  background-color: #fff;
}

  .panel6 .grid-container {
    text-align: center;
  }

  .panel6 .col-md-11 {
    padding-left: 50px;
  }

  .panel6 h2 {
    color: #1b1b1b !important;
  }

  .panel6 p {
    color: #1b1b1b !important;
  }

  .panel6 iframe {
    height: 620px;
    border-color: transparent;
    width: 55%;
  }

.panel7 {
  text-align: center;
  background-color: #fff;
}

.panel8 {
  text-align: center;
}

.functionTab.panel7 p {
  font-size: 15px;
}

.functionTab.panel8 p {
  font-size: 15px;
}
/*function*/
.panel1f {
  padding-top: 50px;
  padding-bottom: 50px;
}

  .panel1f .grid-container {
    text-align: center;
  }

  .panel1f .col-md-11 {
    padding-left: 50px;
  }

  .panel1f a {
    text-decoration: underline;
  }

.panel2f {
  padding-top: 50px;
  padding-bottom: 50px;
}

  .panel2f .grid-container {
    text-align: center;
  }
/*REFERENCES*/
.panel1r {
  padding-top: 30px;
  padding-bottom: 50px;
}

  .panel1r .grid-container {
    text-align: center;
  }

  .panel1r .col-md-11 {
    padding-left: 50px;
  }

.panel2r {
  padding-bottom: 50px;
}

  .panel2r .grid-container {
    text-align: center;
  }

  .panel2r .col-md-4 {
    height: 300px;
    cursor: pointer;
  }

  .panel2r .pulse {
    margin-top: -50px;
    color: white;
  }

  .panel2r .imgCenter2r {
    width: 100%;
    height: 350px;
  }

.panel3r {
  padding-bottom: 100px;
}

  .panel3r .grid-container {
    text-align: center;
  }

  .panel3r .col-md-4 {
    height: 300px;
    cursor: pointer;
  }

  .panel3r .pulse {
    margin-top: -50px;
    color: white;
  }

  .panel3r .imgCenter3r {
    width: 100%;
    height: 350px;
  }

.panel4r {
  padding-bottom: 50px;
}

  .panel4r .grid-container {
    text-align: center;
  }

  .panel4r .col-md-11 {
    font-size: 20px;
    font-style: italic;
    padding-left: 90px;
  }

.displayNone {
  display: none;
}

.aSalon {
  color: #37ac49;
}
/*Contract*/
.panel1co {
  padding-top: 50px;
}

  .panel1co .grid-container {
    text-align: center;
  }

  .panel1co .col-md-11 {
    padding-left: 50px;
  }

.panel2co {
  padding-top: 50px;
  padding-bottom: 50px;
}

  .panel2co .grid-container {
    text-align: center;
  }

  .panel2co .col-md-11 {
    padding-left: 50px;
  }

  .panel2co iframe {
    overflow: hidden;
    height: 150px;
  }

.panel3co {
  padding-bottom: 50px;
}

  .panel3co .grid-container {
    text-align: center;
  }

  .panel3co a {
    text-decoration: underline;
  }

/*faq*/
.panel1f {
  padding-top: 50px;
  padding-bottom: 50px;
}

  .panel1f .grid-container {
    text-align: center;
  }

  .panel1f .col-md-11 {
    padding-left: 50px;
  }

.panel2f {
  padding-top: 50px;
  padding-bottom: 50px;
}

  .panel2f .grid-container {
    text-align: center;
  }

.panel3f {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #1e73be;
}

  .panel3f .grid-container {
    text-align: center;
  }

  .panel3f .col-md-11 {
    padding-left: 50px;
  }

  .panel3f h2 {
    color: white !important;
  }

  .panel3f p {
    color: white !important;
  }

  .panel3f a {
    color: #fff;
    text-decoration: underline;
  }

.iframeContact {
  border: 0;
}

.iframeGoogleTag {
  display: none;
  visibility: hidden
}

@media (max-width:800px) {

  .panel6 iframe {
    width: 100% !important;
    height: 800px !important;
  }
}

.fb-page {
  margin-bottom: 25px;
}

.divNews p {
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: left;
}

.divNews img {
  float: left;
  margin: 30px 30px 30px 0px;
}

  .divNews img.imgRight {
    float: right;
    margin: 30px 0px 30px 30px;
  }

.clear {
  clear: both;
}

.navbar-toggle {
  background-color: #1ab394;
  color: #fff;
  padding: 6px 12px;
  font-size: 14px;
}

  .navbar-toggle .icon-bar {
    background-color: #fff;
    width: 50px;
  }

#mobileMenu {
  width: 74px;
  height: 50px;
}

@media (max-width: 768px) {
  .menu {
    position: fixed;
    top: 0;
    right: 0;
  }

  .panel1 {
    margin-top: 10px;
  }

  .navbar-collapse.collapse {
    background-color: white;
  }
}

.social-icon a {
  background: #1ab394;
  color: #fff;
  padding: 14px 8px;
  height: 50px;
  width: 50px;
  display: block;
  border-radius: 50px;
}

  .social-icon a:hover {
    background: #179d82;
  }

@media (min-width: 768px) {
  .newsFakturownia0 {
    margin-left: -500px;
  }
}

.newsFakturownia {
  float: right !important;
  margin-top: -90px !important;
  margin-left: 30px !important;
}

.newsFakturownia2 {
  margin-top: 55px;
}

.newsKarnet {
  margin-top: -5px !important;
}
