/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  border: medium none;
  display: inline-block;
  font-size: 12px;
  font-weight:300;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  width: 25px;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}
.nivo-caption > span {
  display: block;
  font-family: Open Sans;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #333333;
}
@media (min-width: 768px) and (max-width: 991px){
    .nivo-caption > span {
  font-size:13px;
}
}
.ybc_blog_skin_black .nivo-caption > span {
  color: #fff;
}
/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(modules/ybc_blog/views/img/img/AjaxLoader.gif) no-repeat center center
}/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}/**
 * 2002-2016 TemplateMonster
 *
 * TM Media Parallax
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the General Public License (GPL 2.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/GPL-2.0
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade the module to newer
 * versions in the future.
 *
 *  @author    TemplateMonster
 *  @copyright 2002-2016 TemplateMonster
 *  @license   http://opensource.org/licenses/GPL-2.0 General Public License (GPL 2.0)
 */
.rd-parallax-layer .text-layout, .rd-parallax-layer .parallax-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.rd-parallax-inner {
  clip: rect(0px auto auto 0px); }

.top-z-index {
  z-index: 1; }

.home-parallax-1, .home-parallax-2, .background-video {
  position: relative; }
  .home-parallax-1 .text-layout, .home-parallax-2 .text-layout, .background-video .text-layout {
    text-align: center;
    will-change: transform;
    width: 90%;
    color: white; }
    @media (min-width: 480px) {
      .home-parallax-1 .text-layout, .home-parallax-2 .text-layout, .background-video .text-layout {
        width: 70%; } }
    .home-parallax-1 .text-layout h2, .home-parallax-2 .text-layout h2, .background-video .text-layout h2 {
      position: relative;
      font-family: "Roboto", sans-serif;
      font-weight: 300;
      margin: 0;
      color: white;
      font-size: 26px;
      line-height: 1.2; }
      @media (min-width: 768px) {
        .home-parallax-1 .text-layout h2, .home-parallax-2 .text-layout h2, .background-video .text-layout h2 {
          font-size: 34px; } }
      @media (min-width: 1200px) {
        .home-parallax-1 .text-layout h2, .home-parallax-2 .text-layout h2, .background-video .text-layout h2 {
          font-size: 48px; } }
    .home-parallax-1 .text-layout p, .home-parallax-2 .text-layout p, .background-video .text-layout p {
      font-size: 18px;
      font-weight: 300;
      line-height: 1.3;
      margin-bottom: 0; }
      @media (max-width: 767px) {
        .home-parallax-1 .text-layout p, .home-parallax-2 .text-layout p, .background-video .text-layout p {
          display: none; } }
    @media (min-width: 1200px) {
      .home-parallax-1 .text-layout .btn, .home-parallax-2 .text-layout .btn, .background-video .text-layout .btn {
        min-width: 190px; } }
    .home-parallax-1 .text-layout * + h2, .home-parallax-2 .text-layout * + h2, .background-video .text-layout * + h2 {
      margin-top: 9px; }
    .home-parallax-1 .text-layout * + p, .home-parallax-2 .text-layout * + p, .background-video .text-layout * + p {
      margin-top: 18px; }
      @media (min-width: 1200px) {
        .home-parallax-1 .text-layout * + p, .home-parallax-2 .text-layout * + p, .background-video .text-layout * + p {
          margin-top: 34px; } }
    @media (min-width: 1200px) {
      .home-parallax-1 .text-layout * + p, .home-parallax-2 .text-layout * + p, .background-video .text-layout * + p {
        margin-top: 39px; } }
    .home-parallax-1 .text-layout p + p, .home-parallax-2 .text-layout p + p, .background-video .text-layout p + p {
      margin-top: 28px; }
    .home-parallax-1 .text-layout.text-left, .home-parallax-2 .text-layout.text-left, .background-video .text-layout.text-left {
      left: 10.5%;
      width: 70%;
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
      text-align: left; }
    .home-parallax-1 .text-layout.text-right, .home-parallax-2 .text-layout.text-right, .background-video .text-layout.text-right {
      left: 10%;
      width: 70%;
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
      text-align: left; }
      @media (min-width: 480px) {
        .home-parallax-1 .text-layout.text-right, .home-parallax-2 .text-layout.text-right, .background-video .text-layout.text-right {
          width: 45%;
          left: 50%; } }
  .home-parallax-1 .video-bg:before, .home-parallax-2 .video-bg:before, .background-video .video-bg:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.34);
    z-index: 9999991; }

.home-parallax-1 .rd-parallax-inner > .rd-parallax-layer:empty::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(51, 114, 139, 0.7); }
.home-parallax-1 .rd-parallax-inner .btn-primary:hover {
  color: white;
  box-shadow: inset 0 0 0 2px white;
  background: none; }
.home-parallax-1 .col-xs-12 {
  padding-bottom: 31.2%;
  min-height: 170px; }
  @media (min-width: 768px) {
    .home-parallax-1 .col-xs-12 {
      min-height: 420px; } }

.home-parallax-2 {
  margin-top: 42px; }
  .home-parallax-2 .rd-parallax-inner > .rd-parallax-layer:empty::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(51, 114, 139, 0.8); }
  .home-parallax-2 .rd-parallax-inner > .rd-parallax-layer:not(:empty)::before {
    z-index: 2;
    display: block;
    position: absolute;
    left: 50%;
    top: -1px;
    content: '';
    width: 0;
    height: 0;
    margin-left: -8px;
    border-style: solid;
    border-width: 9px 9px 0 9px;
    border-color: #f2f9fa transparent transparent transparent;
    transition: 0.3s all ease; }
  .home-parallax-2 .rd-parallax-inner > .rd-parallax-layer .btn-primary:hover {
    color: white;
    box-shadow: inset 0 0 0 2px white;
    background: none; }
  .home-parallax-2 .col-xs-12 {
    padding-bottom: 30.3%;
    min-height: 170px; }
    @media (min-width: 768px) {
      .home-parallax-2 .col-xs-12 {
        min-height: 420px; } }

.background-video .col-xs-12 {
  padding-bottom: 41.3%;
  min-height: 420px !important; }
.background-video .text-layout h2 {
  font-weight: 300;
  font-size: 26px; }
  @media (min-width: 768px) {
    .background-video .text-layout h2 {
      font-size: 34px; } }
  @media (min-width: 1200px) {
    .background-video .text-layout h2 {
      font-size: 58px; } }
.background-video .text-layout p {
  font-size: 20px;
  font-weight: 400; }
.background-video .text-layout * + p {
  margin-top: 6px; }
@media (min-width: 1200px) {
  .background-video .text-layout p + p {
    margin-top: 42px; } }
.background-video .text-layout .btn-primary:hover {
  color: white;
  box-shadow: inset 0 0 0 2px white;
  background: none; }
/*
* @subsection   RD Parallax
*
* @description  Describes style declarations for RD Parallax extension
*
* @author       Evgeniy Gusarov
* @link         https://ua.linkedin.com/pub/evgeniy-gusarov/8a/a40/54a
* @version      3.5.0
*/
.rd-parallax-inner {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px); }
.rd-parallax-layer[data-type="media"] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%; }
  .rd-parallax-layer[data-type="media"] iframe {
    width: 100%;
    height: 100%; }
.rd-parallax-layer[data-url] {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center; }
.newsletter-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 9999;
  overflow: hidden;
  -moz-transition: 0.3s opacity ease;
  -o-transition: 0.3s opacity ease;
  -webkit-transition: 0.3s opacity ease;
  transition: 0.3s opacity ease; }
  .newsletter-overlay #newsletter_popup {
    background: white;
    -moz-box-shadow: 0 1px 16px rgba(16, 39, 71, 0.5);
    -webkit-box-shadow: 0 1px 16px rgba(16, 39, 71, 0.5);
    box-shadow: 0 1px 16px rgba(16, 39, 71, 0.5);
    border: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    z-index: 99999;
    margin: 0 auto;
    padding: 25px;
    max-width: 500px;
    min-width: 290px;
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 90%;
    overflow: auto; }
    @media (min-width: 480px) {
      .newsletter-overlay #newsletter_popup {
        padding: 40px; } }
    @media (min-width: 768px) {
      .newsletter-overlay #newsletter_popup {
        padding: 74px 80px; } }
    .newsletter-overlay #newsletter_popup .icon.tmnewsletter-close {
      position: absolute;
      right: 15px;
      top: 15px;
      width: 30px;
      height: 30px;
      cursor: pointer;
      z-index: 2;
      text-align: center;
      line-height: 30px;
      background-image: none;
      -moz-transition: 0.3s all ease;
      -o-transition: 0.3s all ease;
      -webkit-transition: 0.3s all ease;
      transition: 0.3s all ease;
      right: 0;
      top: 0; }
      .newsletter-overlay #newsletter_popup .icon.tmnewsletter-close:before {
        font-family: 'Material Icons';
        content: "\e5cd";
        display: inline-block;
        font-weight: normal;
        font-size: 16px; }
      .newsletter-overlay #newsletter_popup .icon.tmnewsletter-close:hover {
        color: #7370b4; }
      @media (min-width: 480px) {
        .newsletter-overlay #newsletter_popup .icon.tmnewsletter-close {
          right: 5px;
          top: 5px; } }
      @media (min-width: 768px) {
        .newsletter-overlay #newsletter_popup .icon.tmnewsletter-close {
          right: 21px;
          top: 21px; } }
    .newsletter-overlay #newsletter_popup .tmnewsletter-inner {
      position: relative;
      background: white; }
      .newsletter-overlay #newsletter_popup .tmnewsletter-inner .tmnewsletter-wrap {
        max-height: 100%;
        overflow: auto; }
      .newsletter-overlay #newsletter_popup .tmnewsletter-inner .tmnewsletter-header h4 {
        margin: 0;
        font: 500 20px/32px "Roboto", sans-serif;
        color: #20252e; }
      .newsletter-overlay #newsletter_popup .tmnewsletter-inner .tmnewsletter-content {
        margin-top: 6px; }
        .newsletter-overlay #newsletter_popup .tmnewsletter-inner .tmnewsletter-content .form-group {
          position: relative;
          margin-top: 22px;
          margin-bottom: 5px; }
          .newsletter-overlay #newsletter_popup .tmnewsletter-inner .tmnewsletter-content .form-group .tmnewsletter-submit {
            box-shadow: none;
            color: white;
            padding: 15px 20px;
            margin-top: 10px; }
            @media (min-width: 992px) {
              .newsletter-overlay #newsletter_popup .tmnewsletter-inner .tmnewsletter-content .form-group .tmnewsletter-submit {
                min-width: 150px; } }
            .newsletter-overlay #newsletter_popup .tmnewsletter-inner .tmnewsletter-content .form-group .tmnewsletter-submit:hover {
              background: #20252e; }
        .newsletter-overlay #newsletter_popup .tmnewsletter-inner .tmnewsletter-content .email-error .form-control {
          -moz-box-shadow: inset 0 0 3px #ff4c39, 0 0 8px rgba(115, 112, 180, 0.2);
          -webkit-box-shadow: inset 0 0 3px #ff4c39, 0 0 8px rgba(115, 112, 180, 0.2);
          box-shadow: inset 0 0 3px #ff4c39, 0 0 8px rgba(115, 112, 180, 0.2); }
        .newsletter-overlay #newsletter_popup .tmnewsletter-inner .tmnewsletter-content .email-valid .form-control {
          -moz-box-shadow: inset 0 0 3px #52b98e, 0 0 8px rgba(115, 112, 180, 0.2);
          -webkit-box-shadow: inset 0 0 3px #52b98e, 0 0 8px rgba(115, 112, 180, 0.2);
          box-shadow: inset 0 0 3px #52b98e, 0 0 8px rgba(115, 112, 180, 0.2); }
        .newsletter-overlay #newsletter_popup .tmnewsletter-inner .tmnewsletter-content .alert.alert-danger:before {
          display: none; }
        .newsletter-overlay #newsletter_popup .tmnewsletter-inner .tmnewsletter-content button.close {
          line-height: 20px;
          -moz-transition: 0.3s color ease;
          -o-transition: 0.3s color ease;
          -webkit-transition: 0.3s color ease;
          transition: 0.3s color ease; }
          .newsletter-overlay #newsletter_popup .tmnewsletter-inner .tmnewsletter-content button.close:hover {
            color: #7370b4; }
      .newsletter-overlay #newsletter_popup .tmnewsletter-inner .tmnewsletter-footer .checkbox {
        white-space: nowrap; }
        .newsletter-overlay #newsletter_popup .tmnewsletter-inner .tmnewsletter-footer .checkbox .checker {
          display: inline-block;
          vertical-align: 0; }
          .newsletter-overlay #newsletter_popup .tmnewsletter-inner .tmnewsletter-footer .checkbox .checker .checked:before {
            left: 0; }
        .newsletter-overlay #newsletter_popup .tmnewsletter-inner .tmnewsletter-footer .checkbox input {
          display: block; }
/********************************************************
			X13 One-Page Checkout Styles
********************************************************/ 
#paymentMethods{
	margin-bottom: 0px;
	background: #fff;
}
.delivery_option_logo img,
.img_w_payment img{
	max-width: 70px;
	height: auto;
	padding: 5px 0px;
}
.delivery_option_price{
	text-align: right;
}
.delivery_option_price label{
	font-weight: bold !important;
}
.opis_w_payment{
	display: block;
}
.opis_w_payment span,
.delivery_option_price span{
	clear: both;
	font-weight: normal;
	display: block;
}
.delivery_option td,
#paymentMethods td{
	border-left: none !important;
	border-right: none !important;
	height: 80px;
}
#paymentMethods td{
	padding-bottom: 0px !important;
	padding-top: 0px !important;
}
#order-opc .delivery_option > div,
#paymentMethods table{
	margin-bottom: -1px;
}
.delivery_option_radio .radio{
	padding: 15px 3px;
}
#order-opc .delivery_option > div > table.resume td.delivery_option_logo,
.td2_payment{
	width: 80px !important;
	padding-left:0px !important;
}
.td1_payment{
	width: 54px;
}
.td3_payment label{
	width: 100%;
	padding: 15px 0px;
}
.delivery_option tr label{
	min-height: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: normal;
	display: block;
}

p.payment_module a.payu-i {
  background: url(modules/x13opc/views/img/payu.png) 15px 12px no-repeat white;
}
p.payment_module a.przelewy24 {
  background: url(modules/x13opc/views/img/przelewy24.png) 15px 12px no-repeat white;
}
p.payment_module a.paypal-i {
  background: url(modules/x13opc/views/img/paypal.png) 15px 12px no-repeat white;
}
p.payment_module a.transferuj-i {
  background: url(modules/x13opc/views/img/transferuj.png) 15px 12px no-repeat white;
}
#paymentMethods .selected,
.delivery_option .selected{
	/*box-shadow: #CCC 0px 0px 5px inset;*/
	box-shadow: #4CAF50 0 0 5px 0px inset;
    background: #e3f4ed !important;
}
.carrier_title{
	font-weight: bold;
	font-size:1.1em;
}
#cgv_all{
	font-weight: 0.8em;
	font-style: italic;
	cursor: pointer;
}