.outer-slide {
    position: relative;
    margin: 0 auto;
    top: 0px;
    left: 0px;
    overflow: hidden;
}
.outer-slide .loading {
    position: absolute; 
    top: 0px; 
    left: 0px;
    width: 100%;
    height: 100%;
    display: block; z-index: 1;
}
.outer-slide .loading .bg-loading {
    position: absolute; 
    display: block;
    top: 0px; 
    left: 0px; 
    width: 100%; 
    height: 100%;
    background: #fff;
}
.outer-slide .loading .icon-loading {
    position: absolute; 
    display: block; 
    background: url('../images/loading.gif') no-repeat center center;
    top: 0px; 
    left: 0px; 
    width: 100%; 
    height: 100%;
}
.outer-slide [data-u="slides"] {
   cursor: move;
    position: absolute;
    left: 0px;
    top: 0px;
    overflow: hidden;
    background: white;
    background: url('https://www.sklepvita.pl/modules/fieldslideshow/images/vita-natura-sklep-160.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.outer-slide [data-u="navigator"] {
    position: absolute; bottom: 10px; left: 10px;
    opacity: 0; filter:alpha(opacity=0);
}
.outer-slide:hover [data-u="navigator"] {
    opacity: 1; filter:alpha(opacity=100);
}
.outer-slide [data-u="navigator"] [data-u="prototype"] {
    position: absolute;
    height: 12px;
    width: 12px;
    text-align:center;
    line-height:12px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0.4; filter:alpha(opacity=40);
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
}
.outer-slide [data-u="arrowleft"] {
    width: 50px;
    height: 50px;
    top: 123px;
    left: 8px;
    background: #fff;
    color: #666;
    font-size: 30px;
    font-style: normal;
    font-weight: normal;
    line-height: 46px;
    text-align: center;
    display: block;
    cursor: pointer;
    position: absolute;
    opacity: 0; filter:alpha(opacity=0);
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    margin-top:67px;
}
.outer-slide:hover [data-u="arrowleft"],
.outer-slide:hover [data-u="arrowright"] {
    opacity: 0.5; filter:alpha(opacity=50);
}
.outer-slide [data-u="arrowright"] {
    width: 50px;
    height: 50px;
    top: 123px;
    right: 8px;
    background: #fff;
    color: #666;
    font-size: 30px;
    font-style: normal;
    font-weight: normal;
    line-height: 46px;
    text-align: center;
    display: block;
    cursor: pointer;
    position: absolute;
    opacity: 0; filter:alpha(opacity=0);
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    margin-top:67px;
}
.outer-slide [data-u="arrowright"]:hover,
.outer-slide [data-u="arrowleft"]:hover,
.outer-slide [data-u="navigator"] [data-u="prototype"]:hover,
.outer-slide:hover [u="navigator"],
.outer-slide [data-u="navigator"] [data-u="prototype"].av {
    opacity: 1; filter:alpha(opacity=100);
}
 #slider_row img{width:100%;}
.large-slide-title{
   color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 24px;
    border-width: 0px;
    border-color: rgb(255, 255, 255);
    border-style: none;
    font-weight: bold;
    padding: 20px;
    background: rgba(0,0,0,0.4);
    border-radius: 2px;
    border-bottom: 5px solid #359d54;
}
.big-slide-title, .small-slide-title{
    color:#ffffff;
    background-color:transparent;
    font-size:48px;
    line-height:48px;
    text-decoration:none;
    text-transform:uppercase;
    padding:10px 15px;
    border-width:0px;
    border-color:rgb(255, 255, 255);
    border-style:none;
    font-weight:bold;
}
a.slide-button {
    color:#ffffff;
    text-decoration:none;
    text-transform:uppercase;
    font-size:16px;
    padding:5px 30px;
    border:1px solid #fff;
    height:32px;
    line-height:32px;
    color:#fff;
    background:transparent;
    text-shadow:none;
    -webkit-transition:all 0.3s ease-out;
    -moz-transition:all 0.3s ease-out;
    -o-transition:all 0.3s ease-out;
    -ms-transition:all 0.3s ease-out;
}
a.slide-button:hover{
    background:#08bbb7  ;
    border-color:#08bbb7  ;
    -webkit-transition:all 0.3s ease-out;-moz-transition:all 0.3s ease-out; transition:all 0.3s ease-out;
}
.large-slide-title{
    position: absolute;
    top: 40%;
    left: 50%;
    width: 500px;
    text-align: center;
}
.big-slide-title{
    position: absolute;
    right: 360px;
    width: 700px; 
    top: 250px; 
    height: 40px; 
    text-align: center;
}
.small-slide-title{
     position: absolute;
    top: 50%;
    left: 50%;
       -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 700px;
    text-align: center;
    padding: 10px;
    background: rgba(255,255,255,0.7);
    font-size: 25px;
    color: #359d54;
    border-bottom: 8px solid #359d54;
}
.shop_now{
    position: absolute;
    right: 360px; 
    width: 700px;
    top: 370px;
    text-align: center;
}
.demo_slideshow .big-slide-title{top:288px;}
.demo_slideshow .large-slide-title{top:350px;}
.demo_slideshow .field-main-slider_1 .large-slide-title{top:363px; left:590px;}
.demo_slideshow .field-main-slider_1 .shop_now{top:408px; left:590px;}
.demo_slideshow .field-main-slider_1 .big-slide-title{left:590px;}
.demo_slideshow .field-main-slider_2 .big-slide-title{ letter-spacing: 5px; left:270px; }
.demo_slideshow .field-main-slider_2 .large-slide-title, .demo_slideshow .field-main-slider_2 .shop_now {left:268px;}
.demo_slideshow .field-main-slider_2 .large-slide-title{top:363px;}
.demo_slideshow .field-main-slider_2 .shop_now{top:408px;}
.demo_slideshow .field-main-slider_3 .large-slide-title{ left:220px!important; top:363px;}
.demo_slideshow .field-main-slider_3 .shop_now{ left:184px; top:410px; }
.demo_slideshow .field-main-slider_3 .big-slide-title{ top:275px; left:247px;}


#top_column_slideshow{

}


@import url('http://fonts.googleapis.com/css?family=Noto+Sans:400,700');


.corner-ribbon{
  width: 200px;
  background: #e43;
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  color: #f0f0f0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/* Custom styles */

.corner-ribbon.sticky{
  position: fixed;
}

.corner-ribbon.shadow{
  box-shadow: 0 0 3px rgba(0,0,0,.3);
}

.corner-ribbon.bottom-right{
  top: auto;
  right: -50px;
  bottom: 25px;
  left: auto;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/* Colors */


.corner-ribbon.green{background: #2c7;}



/*
 * Animation for webkit
*/
@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}
    40% {-webkit-transform: translateY(-8px);}
    60% {-webkit-transform: translateY(-2px);}
} 
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-8px);}
    60% {transform: translateY(-2px);}
} 
/*
 * Adding the animation to our element
*/
.animated {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-iteration-count:infinite;

}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    width: 50px;
}

.slider-main-1{background: url('https://www.sklepvita.pl/modules/fieldslideshow/images/sklep-vita-zdrowa-zywnosc-main-1.jpg');
background-attachment: fixed; background-position: top; background-repeat: no-repeat;background-size: 100% 507px; width:100%; height:500px; position:relative; overflow: hidden;}

.slider-main-2{background: url('https://www.sklepvita.pl/modules/fieldslideshow/images/sklep-vita-zdrowa-zywnosc-main-2.jpg');
background-attachment: fixed; background-position: top; background-repeat: no-repeat;background-size: 100% 507px; width:100%; height:500px; position:relative; overflow: hidden;}

.slider-main-3{background: url('https://www.sklepvita.pl/modules/fieldslideshow/images/sklep-vita-zdrowa-zywnosc-main-3.jpg');
background-attachment: fixed; background-position: top; background-repeat: no-repeat;background-size: 100% 507px; width:100%; height:500px; position:relative; overflow: hidden;}

.slider-main-4{background: url('https://www.sklepvita.pl/modules/fieldslideshow/images/sklep-vita-zdrowa-zywnosc-main-4.jpg');
background-attachment: fixed; background-position: top; background-repeat: no-repeat;background-size: 100% 507px; width:100%; height:500px; position:relative; overflow: hidden;}




.cornerribbon{width: 400px;background: #e43;position: absolute;bottom: 5px;right: -140px;text-align: center;line-height: 15px;letter-spacing: 1px;color: #f0f0f0;transform: rotate(-45deg);-webkit-transform: rotate(-45deg); border-top:3px solid #fff;}

.cornerribbon {font-size:10px; text-transform: uppercase; font-weight: 600;}
.cornerribbon a {color:#fff; cursor:pointer; text-decoration: none;}
.elementy{width:100%;}
.elementy2{margin-bottom: 10px;}
.myszka{text-align:center; margin:15px auto;}
.slogan-main{width:100%;}

.slogan-main{position: absolute;left: 50%;top: 35%;transform: translate(-50%, -50%);text-align: center;padding: 5px 0px;background: rgba(255,255,255,0.8);color: #353230;height: 50px;border-radius: 2px;}

.slogan-main h1{font-family: Lato; text-transform: uppercase; font-size:20px; margin-top:10px;}




@media all and (max-width: 480px) {
    .static_nav > .content_1{ display: none; }
    .static_nav > .content_2{ display: none; }
    .static_nav > .content_3{ display: none; }
    .pasek-dostawy{display:none;}
    #top_column_slideshow{display:none;}
        .slider-main-1, .slider-main-2, .slider-main-3, .slider-main-4{
        }
}

@media all and (min-width: 482px) and (max-width: 840px) {
        .slider-main-1, .slider-main-2, .slider-main-3, .slider-main-4{
             height: 220px !important;
        }
}

@media all and (min-width: 341px) and (max-width: 990px) {
       .forcefullwidth_wrapper_tp_banner{
             margin-top:0px !important;
        }
}

@media all and (min-width: 1280px) {
.tab-category-container-slider .title_block{
margin-left: -60px;
}
}

.wyszukiwarka_mobile input {
    width: 100%;
    text-align: center;
    font-weight: 600;
}