@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400&subset=latin-ext');
body { 
  font-size: 11pt !important; 
}

h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300 !important; ;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong{
  font-weight: 300 !important; ;
}

article h1 {
  font-weight: 400 !important;
  text-transform: none;
  text-align: left;
}

article {
  margin-top: 0;
}

h2 {
  border-bottom: 2px solid #f9f9f9;
  padding: 10px 10px 10px 0;
}

.mg-top-40 {
  margin-top: 40px;
}

.flex {
  display: -webkit-box; 
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex; 
  display: flex;
  flex-flow: row wrap;
}

.flex-end {
  align-items: flex-end;
}

/* top-ribon */
#top-ribbon {
  display: none;
}

/* top-header */
#top-header {
  text-align: right;
  padding: 10px;
  font-weight: bold;
}

#top-header .bounce {
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 100%;
  line-height: 35px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  margin-left: 10px;
  color: #000;
}

#top-header .bounce:first-of-type {
  margin-left: 20px;
}

#top-header .bounce:hover {
  background-color: #2e973a;
  color: #fff;
}

#language {
  display: inline-block;
  margin-left: 5px;
}

#language .dropdown-menu > li > a {
  color: #fff;
}

#language .dropdown-menu > li > a:hover {
  color: #62a93f;
}

#language .dropdown-menu
{
  left: -3px; 
}

@media (max-width: 991px)
{
  #language .dropdown-menu {
    top: 20px;
    position: absolute;
  }
  #language .dropdown-menu > li {
    padding: 5px 0;
  }
}
/* navbar */
.navbar-nav > li:last-child a:after {
  content: "\f002"; 
  font-family: FontAwesome;
}

.navbar-nav li {
  border: none;
}

.navbar .navbar-nav > li > a {
  color: #a4a2a3;
}

.navbar .container {
  padding-right: 0;
}

.dropdown-menu > li > ul > li > a {
  padding-right: 24px !important;
  font-size: 12pt;
}

.dropdown-menu > li > ul > li > a:hover {
  background-color: #fff;
  color: #62a93f;
}

#navbar.collapsing
{
  padding-left: 0;
}

/* carousel */
#motive { 
  background-color: #f9f9f9 !important;
}
#carousel-example-generic {
  max-width: 1280px;
  margin: auto;
}

#carousel-example-generic .carousel-indicators {
  bottom: 0;
}

#carousel-example-generic .carousel-indicators li {
  border-color: #2e973a;
}

#carousel-example-generic .carousel-indicators .active {
  background-color: #2e973a;
}

/* wrap */
#wrap #border {
  padding-bottom: 50px;
}

/* footer */
footer > .container {
  background: transparent url("https://www.cutishelp.com/obrazek/3/listek/") no-repeat right bottom;
  background-size: 8%;
}

footer h3 {
  color: #000 !important;
  font-weight: bold !important;
}

footer #footer {
  text-align: center;
}

footer > .copy {
  display: none;
}

#footer-contact h3 {
  font-size:1px;
}

#footer-contact h3:after {
  content:"Kontakty";
  font-size:24px;
}

/* social icons */
.social-icons {font-size:45px;}
.social-icons .fb {color:#3b5998;}
.social-icons .fb:hover {color:#5f7ec0;}
.social-icons .tw {color:#55acee;}
.social-icons .tw:hover {color:#74bcf1;}
.social-icons .gplus {color:#ce3c2d;}
.social-icons .gplus:hover {color:#dd7064;}
.social-icons .yt {color:#e62117;}
.social-icons .yt:hover {color:#ee5f57;}
.social-icons .inst {color:#3f729b;}
.social-icons .inst:hover {color:#5e93bd;}


/* bootstrap */
article [class*="col-"] {
  margin-bottom: 15px;
}

/* products */
#products div img {
  height: 250px;
  width: auto;
}

#products > div > div img,
#information > div > div img {
  transition: 300ms;
}

#products > div > div:hover img,
#information > div > div:hover img{
  transform: scale(1.1);
}

/* reference */
#reference .reference-text {
  padding: 20px;
  background-color: #f5f5f5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  font-size: 85%;
  text-align: justify;
  line-height: 1.8;
  word-break: break-word;
}

#reference .reference-text:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #f5f5f5;
  position: absolute;
  bottom: -20px;
  left: 25px;
}

#reference .reference-author {
  text-align: left;
  margin-top: 30px;
  margin-left: 15px;
  font-weight: bolder;
  margin-bottom: 40px;
  font-size: 82%;
}
/* product */
#product img {
  max-height: 500px;
}

#product .product-buttons p {
  font-weight: bold;
}

#product #___plus_0 {
  vertical-align: bottom !important;
}

/* responsive */
@media (max-width: 768px) {
  footer > .container {
    background-size: 20%;
  }

  #products div img {
    height: auto;
    max-height: 250px;
  }

  #products {
    text-align: center;
  }

  .container { width: 100%;}
}
#bar-poweredby { display:none; }