html {
    /*background: url(../images/main-bgs.jpg) no-repeat center fixed;*/
  background: url(../images/main-bgs.webp) no-repeat center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position: top;
  scroll-behavior: smooth;
}
.sidebar {
    background-color: #000000;
    background-color: rgba(0,0,0, 0.6 );
	left: 0;
    bottom: 0;
    min-height: 100%;
    position: fixed;
    width: 320px;
    z-index: 6000;
}
.logo_container {
    margin: 50px 0;
    background: #111;
	text-align: center;
}
.logo_container a {
    line-height: 120px;
display: block;
}
#hornav ul.nav {
    text-align: center;
}
#hornav ul > li > a {
    color: #ffffff;
	font-size: 16px;
	letter-spacing: 1px;
}
#hornav ul > li > a:hover {
    color: #2d2d2d;
}
#hornav ul > li.active > a {
    color: #2d2d2d;
  background: #fff;
}
#hornav ul > li.item-101.active > a {
  background: none;
}
#social {
    bottom: 0px;
    left: 0;
    padding: 18px 0 10px 0;
    position: fixed;
    min-width: 320px;
    z-index: 3000;
    box-shadow: inset 0 7px 9px -7px rgba(0,0,0,0.8);
    -moz-box-shadow: inset 0 7px 9px -7px rgba(0,0,0,0.8);
    -webkit-box-shadow: inset 0 7px 9px -7px rgba(0,0,0,0.8);
    background-color: rgba(0,0,0,0.1);
}
#social a {
    margin: 0 10px;
}
.arrow {
    bottom: 60px;
position: relative;
left: 50%;
display: block;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background: url(../images/scroll-down.png) no-repeat;
    background-color: rgba(0,0,0,0.7);
    background-size: contain;
}
.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}
.topscroller {
    display: block !important;
}
.frontpromo1 {
    text-align: center;
	padding-top: 150px;
}
#wrap {
    margin-left: 320px;
    box-shadow: inset 25px 0px 25px -25px rgba(0,0,0,0.9), inset -25px 0px 25px -25px rgba(0,0,0,0.9);
}
.spacer {
    height: 100% !important;
}
#showcase {
    margin-left: 320px;
}
#bottom {
    background: rgba(247,247,247, 0.9 );
    padding: 5%;
}
#footer {
    background: #141414;
    color: #fff;
	padding: 5%;
}
.whitebg {
	background: #fff;
}
.btn {
    background: #fff;
    border: 1px solid #1b1b1b;
    color: #1b1b1b;
    border-radius: 0;
}
.btn-primary:hover {
    color: #fff;
    background-color: #d80;
    border-color: #111;
}
.purchase-btn, .purchase-btn:active {
    border-radius: 0px !important;
    padding: 15px;
    font-size: 16px;
    font-weight: 300;
    background-color: #CD022A !important;
    color: #ffffff !important;
    border: 1px solid #DB062D !important;
}
.purchase-btn-more, .purchase-btn-more:active {
    border-radius: 0px !important;
    padding: 15px;
    font-size: 16px;
    font-weight: 300;
    background-color: #000000 !important;
    color: #ffffff !important;
    border: 1px solid rgba(255,255,255,0.1) !important;
}
.light-grey {
    background: #eee;
    padding: 15px 20px 20px 20px;
}
.rapid_contact input, .rapid_contact textarea {
    margin-top: 10px;
}
.rapid_contact .input-group {
    width: 100%;
}
input.input-xlarge {
    height: 44px;
}
#top span.image-title {
    margin: 0 0 0 10px;
    vertical-align: middle;
}
#top.navbar-inverse .navbar-nav>li>a {
    color: #cccccc;
}
@media (max-width: 767px) {
  .navbar-collapse.in {
    background: #333;
}
  .navbar-collapse.in nav li a {
    border-bottom: 1px solid #ccc;
    line-height: 40px;
}
#container_sidebar {
    display: none !important;
}
#top {
    padding-top: 65px;
}
body.domov #top {
    padding-top: 0;
}
#top .navbar-nav {
    margin: 7.5px 15px;
}
#wrap {
    margin-left: 0px !important;
}
#showcase {
    margin-left: 0;
}
.arrow {
    bottom: 60px;
position: absolute;
}
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}


/*baloncki*/


.arrow_box1 { width: 270px; padding:10px; position: relative; background: #dde4ef; border: 4px solid #ffffff; }
.arrow_box1:after, .arrow_box1:before { bottom: 100%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; }
.arrow_box1:after { border-color: rgba(143, 157, 181, 0); border-bottom-color: #dde4ef; border-width: 30px; left: 60%; margin-left: -30px; } .arrow_box1:before { border-color: rgba(255, 255, 255, 0); border-bottom-color: #ffffff; border-width: 36px; left: 60%; margin-left: -36px; }

.arrow_box2 { width: 270px; padding:10px; position: relative; background: #ffffff; border: 4px solid #8F9DB5; }
.arrow_box2:after, .arrow_box2:before { top: 100%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; }
.arrow_box2:after { border-color: rgba(255, 255, 255, 0); border-top-color: #ffffff; border-width: 30px; left: 50%; margin-left: -30px; } .arrow_box2:before { border-color: rgba(143, 157, 181, 0); border-top-color: #8F9DB5; border-width: 36px; left: 50%; margin-left: -36px; }

.arrow_box3 { width: 270px; padding:10px; position: relative; background: #ffffff; border: 4px solid #8F9DB5; }
.arrow_box3:after, .arrow_box3:before { top: 100%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; }
.arrow_box3:after { border-color: rgba(255, 255, 255, 0); border-top-color: #ffffff; border-width: 30px; left: 50%; margin-left: -30px; } .arrow_box3:before { border-color: rgba(143, 157, 181, 0); border-top-color: #8F9DB5; border-width: 36px; left: 50%; margin-left: -36px; }

.arrow_box1 {
      border-radius: 6px 6px 6px 6px;
      top: -90px;
    width: 260px;
      left: 120px;
}
.arrow_box2 {
      border-radius: 6px 6px 6px 6px;
      top: -120px;
    width: 270px;
      left: 410px;
}
.arrow_box3 {
      border-radius: 6px 6px 6px 6px;
      top: 10px;
    width: 220px;
      left: 90px;
}
.arrow_mob {
	font-size:15px;
}