@import url("temp.css");
@import url("locationmap.css");
@import url("custom-info-popup.css");
@import url("new-box-position.css");
@import url("mobile-banner.css");
/* @import url("custom-popup.css"); */

@import url("background/view-jedz-swieze.css");

/* OLDER BACKGROUNDS
@import url("background/view-disneybaby2022.css");
@import url("background/view-jedz-swieze.css");
@import url("background/view-xmas2022.css");
@import url("background/view-gang2021.css");
@import url("background/view-jedz-swieze2021.css");
@import url("background/view-swiezoznawcy.css");
@import url("background/view-mundial2021.css");
@import url("background/view-xmas2020.css");
@import url("background/view-gang2020.css");
@import url("background/view-gang2019.css");
@import url("background/view-lody-big-milk.css");
@import url("background/view-ale-tydzien.css");
@import url("background/view-grill2019.css");
@import url("background/view-portugal2019.css");
@import url("background/view-easter2019-v2.css");
@import url("background/view-winter-2018.css");
@import url("background/view-asia2018.css");
@import url("background/view-grill-2018.css");
@import url("background/view-italy2018-v2.css");
@import url("background/view-you-know-what-you-eat.css");
@import url("background/view-slodziaki_new.css");
@import url("background/view-easter2018.css");
@import url("background/view-medi2018.css");
@import url("background/view-caritas.css");
@import url("background/view-new-year.css");
@import url("background/view-new-year2017.css");
@import url("background/view-poland.css");
@import url("background/view-xmas-2017.css");
@import url("background/view-france-2017-valentine.css");
@import url("background/view-balkan-2017.css");
@import url("background/view-polish.css");
@import url("background/view-christmas2016.css");
@import url("background/view-gang-christmas.css");
@import url("background/view-recipies-ower-moms.css");
@import url("background/view-gang.css");
@import url("background/view-portugal.css");
@import url("background/view-mediterranean2016.css");
@import url("background/view-easter2016.css");
@import url("background/view-italia.css");
@import url("background/view-fresh-products.css");
@import url("background/view-asia-v2.css?v=2");
@import url("background/view-donuts.css");
@import url("background/view-carnival.css");
@import url("background/view-christmas2015.css?v2");
@import url("background/view-portugal-spain.css");
@import url("background/view-fresh-products.css");
@import url("background/view-polish-food.css");
@import url("background/view-fresh-products-v2.css");
@import url("background/view-20years-fireworks.css");
@import url("background/view-easter2015-page.css");
@import url("background/view-italian-flavors-2.css");
@import url("background/view-winter.css");
@import url("background/view-italian-flavors.css");
@import url("background/view-summer.css"); */

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

.imgSegmentPixel {
    position: absolute;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

.arrow-top {
    background-color: #ed1c24;
    border-radius: 50%;
    bottom: 100px;
    cursor: pointer;
    height: 30px;
    opacity: 0;
    padding: 15px;
    position: fixed;
    right: 20px;
    transition: opacity 0.2s ease-out;
    z-index: 10;
}

.arrow-top.show {
    opacity: 1;
}

.container {
    display: block;
    position: relative;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    left: 0;
    position: fixed;
    bottom: 150px;
    z-index: 1;
}

.overlay {
    display: block;
    opacity: 1;
    position: absolute;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    width: 120px;
    height: 120px;
}

.overlay:hover {
    opacity: 0;
}

.ico-zapisz-newslletter {
    position: relative;
    z-index: 2;
}

.ico-zapisz-newslletter #static {
    border-radius: 0 100px 100px 0;
}

@keyframes iconewsletteranimation {
    0%   {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1)
    }
    50%  {
      -webkit-transform: scale(1.3);
      -moz-transform: scale(1.3);
      -o-transform: scale(1.3);
      -ms-transform: scale(1.3);
      transform: scale(1.3)
    }
    100%  {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1)
    }
}

.ico-zapisz-newslletter #static {
    animation-name: iconewsletteranimation;
    animation-duration: 4s;
    animation-iteration-count: 1;
}

/* ==========================================================================
   Google Fonts
   ========================================================================== */

/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700&subset=latin,latin-ext);*/

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
}

.inner {
    position: relative;
    width: 970px;
    margin: 0 auto;
}

@font-face {
    font-family: "Futura-CondensedMedium";
    src: url("fonts/Futura-CondensedMedium.eot");
    src: url("fonts/Futura-CondensedMedium.eot") format("embedded-opentype"), 
          url("fonts/Futura-CondensedMedium.woff") format("woff"), 
          url("fonts/Futura-CondensedMedium.ttf") format("truetype"), 
          url("fonts/Futura-CondensedMedium.svg#Futura-CondensedMedium") format("svg");
    font-weight: 300;
}

@font-face {
    font-family: "FuturaCE-Medium";
    src: url("fonts/FuturaCE-Medium.eot");
    src: url("fonts/FuturaCE-Medium.eot") format("embedded-opentype"), 
          url("fonts/FuturaCE-Medium.woff") format("woff"), 
          url("fonts/FuturaCE-Medium.ttf") format("truetype"), 
          url("fonts/FuturaCE-Medium.svg#FuturaCE-Medium") format("svg");
    font-weight: 300;
}

@font-face {
    font-family: "FuturaCE-Bold";
    src: url("fonts/FuturaCE-Bold.eot");
    src: url("fonts/FuturaCE-Bold.eot") format("embedded-opentype"), 
          url("fonts/FuturaCE-Bold.woff") format("woff"), 
          url("fonts/FuturaCE-Bold.ttf") format("truetype"), 
          url("fonts/FuturaCE-Bold.svg#FuturaCE-Bold") format("svg");
    font-weight: 500;
}

@font-face {
    font-family: 'Futura PT Bold';
    src: url('fonts/FuturaPT-Bold.eot');
    src: url('fonts/FuturaPT-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/FuturaPT-Bold.woff2') format('woff2'),
        url('fonts/FuturaPT-Bold.woff') format('woff'),
        url('fonts/FuturaPT-Bold.ttf') format('truetype'),
        url('fonts/FuturaPT-Bold.svg#FuturaPT-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura PT Medium';
    src: url('fonts/FuturaPT-Medium.eot');
    src: url('fonts/FuturaPT-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/FuturaPT-Medium.woff2') format('woff2'),
        url('fonts/FuturaPT-Medium.woff') format('woff'),
        url('fonts/FuturaPT-Medium.ttf') format('truetype'),
        url('fonts/FuturaPT-Medium.svg#FuturaPT-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura PT Book';
    src: url('fonts/FuturaPT-Book.eot');
    src: url('fonts/FuturaPT-Book.eot?#iefix') format('embedded-opentype'),
        url('fonts/FuturaPT-Book.woff2') format('woff2'),
        url('fonts/FuturaPT-Book.woff') format('woff'),
        url('fonts/FuturaPT-Book.ttf') format('truetype'),
        url('fonts/FuturaPT-Book.svg#FuturaPT-Book') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap');

.inner .contestList .home__box h3, 
.inner .contestList .contestList__box_title h3 {
    border: none;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 36px;
    margin-bottom: 20px;
    padding-bottom: 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

.inner .contestList .contestList__box_title {
    margin: 50px 0 30px;
}

.inner .contestList .home__box h3 span, 
.inner .contestList .contestList__box_title h3 span {
    background-color: #FFF;
    display: inline-block;
    padding: 0 10px;
    position: relative;
    z-index: 2;
}

.inner .contestList .home__box h3::after, 
.inner .contestList .contestList__box_title h3::after {
    background-color: #c4c4c4;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    top: 30%;
    transform: translate(-50%, 0);
    width: 100%;
}

.inner .contestList .home__box h3 span.colorBlue {
    color: #00AAB4;
    padding: 0;
}

.inner .contestList .home__box h3 span.small, 
.inner .contestList .contestList__box_title h3 span.small {
    color: #000;
    display: block;
    font-size: 15px;
    font-weight: 300;
    line-height: 1;
}

.inner .baner-wsparcie-ua {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.inner .baner-wsparcie-ua .mobile, 
.inner .baner-wsparcie-ua .tablet {
    display: none;
}

.inner .baner-wsparcie-ua .wsparcie-ua-img {
    position: relative;
}

.inner .baner-wsparcie-ua .wsparcie-ua-img::after {
    background-image: url(../img/wsparcie-ua/ico-heart-hand.png);
    background-position: center;
    background-size: contain;
    content: "";
	display: block;
	position: absolute;
    top: 50%;
	right: -39.5px;
    transform: translate(0, -50%);
	width: 79px;
	height: 79px;
}

.inner .baner-wsparcie-ua .wsparcie-ua-tekst {
    border-radius: 0 10px 10px 0;
    background-color: #fc0d1b;
    color: #FFF;
    font-family: 'Futura-CondensedMedium', sans-serif;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.inner .baner-wsparcie-ua .wsparcie-ua-tekst h3 {
    font-family: 'Futura-CondensedMedium', sans-serif;
    font-size: 42px;
    line-height: 1.5;
}

.inner .baner-wsparcie-ua .wsparcie-ua-tekst h3 .text2 {
    display: block;
    font-size: 30px;
    margin-top: -10px;
    padding-bottom: 1px;
}

.inner .baner-wsparcie-ua .wsparcie-ua-tekst .kwota {
    color: #fed631;
}

.inner .baner-wsparcie-ua .button-zobacz-wiecej {
    border-radius: 30px;
    background-color: #0e5ab5;
    color: #FFF;
    font-family: 'Futura-CondensedMedium', sans-serif;
    font-size: 20px;
    padding: .3vw 2vw;
    text-transform: uppercase;
}

a,
a:visited {
    text-decoration: none;
    /* color: #ed1c24; */
}

a:hover,
a:active {
    text-decoration: underline;
    /* color: #ed1c24; */
}

.visible-mobile {
    display: none;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

/*
 * DASHBOARD
 */

#dashboard {
    /*overflow: hidden;*/
    background-color: #fcfaf9;
    box-shadow: 0 5px 15px 3px #cfcfcf;
    color: #2c2d38;
    font-size: 0.750em;
    line-height: 28px;
    min-height: 28px;
    padding: 10px 0 12px;
}

#dashboard .inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

#dashboard .inner .logo-header {
    align-self: end;
    margin-bottom: 10px;
    margin-top: -30px;
}

#dashboard a {
    color: #2c2d38;
}

#dashboard .menu-engine #menuList {
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    margin: 0;
    padding: 0;
}

#dashboard .menu-engine #mainnav {
    margin-left: 30px;
}

#dashboard .menu-engine #mainnav .inner {
    box-shadow: none;
    width: auto;
}

#dashboard .menu-engine #mainnav {
    font-size: 1em;
}

#dashboard .menu-engine #mainnav .inner ul li > a {
    font-family: "FuturaCE-Medium";
    padding: 0 15px 0 0;
}

#dashboard .menu-engine #mainnav .inner ul li:last-of-type > a {
  padding-right: 20px;
}

#dashboard .menu-engine #mainnav .inner ul li:hover > a, 
#dashboard .menu-engine #mainnav .inner ul li.active > a {
    background-color: transparent;
}

#dashboard .menu-engine #mainnav .inner ul li:hover > a {
    text-decoration: underline;
}

#dashboard .menu-engine #mainnav .inner > ul > li.has-childs > a::after {
    background: url(../img/sprite_drop_red.png) no-repeat;
}

#dashboard .menu-engine #mainnav .inner {
    background-color: transparent;
}

#dashboard .dashmenu {
    border-bottom: 1px solid #ebe7e7;
    display: flex;
    float: none;
    font-family: "FuturaCE-Medium";
    font-size: 1em;
    justify-content: right;
    margin: 0;
    padding: 0;
    width: 80%;
}

#dashboard .dashmenu li {
    float: left;
    margin-left: 20px;
}

#dashboard .dashmenu li a {
    display: block;
    /* padding-left: 12px;
    background: url(../img/bullet_transp.png) 0 11px no-repeat; */
    /* background: url(../img/bullet_grey.png) 0 11px no-repeat;*/
}

#dashboard .logo-menu {
    display: flex;
    justify-content: space-between;
}

#dashboard .login-link {
    float: right;
    margin-left: 20px;
    margin-right: 10px;
    padding-left: 15px;
    background: url(../img/bullet_transp.png) 0 11px no-repeat;
    /*background: url(../img/bullet_grey.png) 0 11px no-repeat;*/
    position: relative;
    z-index: 10;
}

#dashboard .miscellaneous {
    float: right;
    margin-left: 10px;
}

#dashboard .miscellaneous a {
    display: inline-block;
    margin-left: 7px;
    padding: 0 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #292929;
    background: #ababab;
    -webkit-border-radius: 28px;
    border-radius: 28px;
    -webkit-box-shadow: 0 -1px 0 rgba( 255, 255, 255, 0.5);
    box-shadow: 0 -1px 0 rgba( 255, 255, 255, 0.5);
    position: relative;
    z-index: 10;
}

#dashboard .miscellaneous a:hover {
    color: #292929;
    text-decoration: none;
}

#dashboard .miscellaneous a:first-child {
    margin-left: 0;
}

#dashboard .miscellaneous a.m-fb,
#dashboard .miscellaneous a.m-yt {
    width: 26px;
    height: 27px;
    padding: 0;
    text-indent: -9999em;
    -webkit-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
}

#dashboard .miscellaneous a.m-fb {
    background: transparent url(../img/ico_fb.png) no-repeat;
}

#dashboard .miscellaneous a.m-yt {
    background: transparent url(../img/ico_yt.png) no-repeat;
}

#dashboard .font-size {
    float: right;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

#dashboard .fs-smaller {
    font-size: 0.833em;
}

#dashboard .fs-normal {
    font-size: 1.167em;
}

#dashboard .fs-bigger {
    font-size: 1.500em;
}

#nav-icon2 {
    width: 60px;
    height: 45px;
    position: relative;
    margin: 10px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

/* Icon 2 */
#nav-icon2 span {
    display: block;
    position: absolute;
    height: .8vw;
    width: 50%;
    background: #FFF;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon2 span:nth-child(even) {
    left: 50%;
    border-radius: 0 1vw 1vw 0;
}

#nav-icon2 span:nth-child(odd) {
    left: 0;
    border-radius: 1vw 0 0 1vw;
}

#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
    top: 0;
}
  
#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
    top: 1.5vw;
}

#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
    top: 3vw;
}

.open #nav-icon2 span:nth-child(1), .open #nav-icon2 span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.open #nav-icon2 span:nth-child(2), .open #nav-icon2 span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.open #nav-icon2 span:nth-child(1) {
    left: .4vw;
    top: .8vw;
}

.open #nav-icon2 span:nth-child(2) {
    left: calc(50% - .4vw);
    top: .8vw;
}

.open #nav-icon2 span:nth-child(3) {
    left: -50%;
    opacity: 0;
}

.open #nav-icon2 span:nth-child(4) {
    left: 100%;
    opacity: 0;
}

.open #nav-icon2 span:nth-child(5) {
    left: .4vw;
    top: 2.3vw;
}

.open #nav-icon2 span:nth-child(6) {
    left: calc(50% - 0.4vw);
    top: 2.3vw;
}

/*
 * HEADER
 */

#head .inner {
    /* min-height: 34px;
    padding: 65px 0 34px; */
}

#head h1 {
    position: absolute;
    bottom: 22px;
    left: 23px;
    margin: 0;
}
.sidebar a.banner img{
    margin-bottom:20px;
    width:100%;
}

#dashboard h1 a, 
#head h1 a {
    display: block;
    text-indent: -9999em;
    overflow: hidden;
   /* logo standard*/
    width: 180px;
    height: 80px;
    background: url(../img/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    /* logo standard
    width: 192px;
    height: 104px;
    background: url(../img/logo-cooking.png);*/

   /*    width: 235px;
    height: 64px;
    background: url(../img/20lat-logo.png);*/


    /*logo na swieta*/
/*  width: 203px;
    height: 95px;
    background: url(../img/logo_swiateczne.png);*/
}

#head .cart-status,
#head .search-engine {
    height: 34px;
    line-height: 34px;
    color: #fff;
    background: #333;
    -webkit-border-radius: 34px;
    border-radius: 34px;
}

#head .search-engine {
    background: #ed1c24;
}

#head .cart-status a,
#head .search-engine a {
    color: #fff;
}

#head .cart-status {
    float: right;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 0.688em;
    margin-left: 12px;
    box-shadow: 0 2px 3px rgba( 0, 0, 0, 0.2);
}

#head .cart-status .cart-status-list {
    float: left;
    position: relative;
    padding: 0 43px 0 50px;
    background: #ed1c24 url(../img/ico_list.png) 19px 10px no-repeat;
    -webkit-border-radius: 34px;
    border-radius: 34px;
}

#head .cart-status.no-elements .cart-status-list {
    padding-right: 22px;
}

#head .cart-status .cart-status-list span {
    position: absolute;
    top: 0;
    right: 4px;
    width: 27px;
    height: 27px;
    margin: 4px 0 0 11px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.273em;
    line-height: 27px;
    text-align: center;
    background: #333;
    -webkit-border-radius: 27px;
    border-radius: 27px;
}

#head .cart-status.no-elements .cart-status-list span {
    display: none;
}

#head .cart-status .cart-status-edit {
    display: inline-block;
    padding: 0 16px 0 34px;
    background: url(../img/ico_edit.png) 7px 9px no-repeat;
}

#head .cart-status.no-elements .cart-status-edit {
    display: none;
}

#head .search-engine {
    float: right;
}

#head .inner .search-engine {
    background: transparent;
    border-radius: 0;
    height: auto;
    line-height: 1;
}


#head .search-engine .search-term-wrapper {
    display: block;
    float: left;
    background: red;
    width: 104px;
    height: 34px;
    margin-right: -34px;
    padding: 0 43px 0 12px;
    background: #a3c7e5;
    -webkit-border-radius: 34px;
    border-radius: 34px;
    box-shadow: inset 0 1px 0 rgba( 0, 0, 0, 0.2);
}
/* #head .search-engine input[type="text"] {
    float: left;
    height: 34px;
    width: 100px;
    background: none;
    border: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.750em;
    color: #333;
} */

#head .search-engine input::-webkit-input-placeholder {
    color: #333;
}

#head .search-engine input::-moz-placeholder {
    color: #333;
}

#head .search-engine input:-moz-placeholder {
    color: #333;
}

#head .search-engine input::-ms-input-placeholder {
    color: #333;
}

.header-icons-engine {
    position: relative;
    right: 10px;
    z-index: 10;
}

.search-bar input,
.search-btn, 
.search-btn:before, 
.search-btn:after {
	transition: all 0.25s ease-out;
}
.search-bar input,
.search-btn {
	height: 3em;
	width: 3em;
    border: 0;
    box-sizing: border-box;
    color: #FFF;
}
.search-bar input:invalid:not(:focus),
.search-btn {
	cursor: pointer;
    text-indent: -9999999px;
}
.search-bar,
.search-bar input:focus,
.search-bar input:valid  {
	width: 100%;
}
.search-bar input:focus,
.search-bar input:not(:focus) + .search-btn:focus {
	outline: transparent;
}
.search-bar {
    display: flex;
	margin: 7px auto 0;
	justify-content: center;
	max-width: 3em;
}
.search-bar input {
	background: transparent;
	border-radius: 1.5em;
	box-shadow: 0 0 0 0.4em #171717 inset;
	padding: 0.75em;
	transform: translate(0.5em,1.5em) scale(0.5);
	transform-origin: 100% 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.search-bar input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.search-bar input:focus,
.search-bar input:valid {
	background: #fff;
	border-radius: 0.375em 0 0 0.375em;
	box-shadow: 0 0 0 0.1em #d9d9d9 inset;
	transform: scale(1);
}
.search-btn {
	background: #171717;
	border-radius: 0 0.75em 0.75em 0 / 0 1.5em 1.5em 0;
	padding: 1.55em;
	position: relative;
	transform: translate(0.4em,1.3em) rotate(45deg) scale(0.25,0.125);
	transform-origin: 0 50%;
}
.search-btn:before, 
.search-btn:after {
	content: "";
	display: block;
	opacity: 0;
	position: absolute;
}
.search-btn:before {
	border-radius: 50%;
	box-shadow: 0 0 0 0.2em #000 inset;
	top: 0.75em;
	left: 0.75em;
	width: 1.2em;
	height: 1.2em;
}
.search-btn:after {
	background: #000;
	border-radius: 0 0.25em 0.25em 0;
	top: 51%;
	left: 51%;
	width: 0.75em;
	height: 0.25em;
	transform: translate(0.2em,0) rotate(45deg);
	transform-origin: 0 50%;
}
.search-btn span {
	display: inline-block;
	overflow: hidden;
	width: 1px;
	height: 1px;
}

/* Active state */
.search-bar input:focus + .search-btn,
.search-bar input:valid + .search-btn {
	background: #fcfaf9;
	/* border-radius: .375em .375em 0 0; */
	transform: scale(1);
    top: 10px;
}
.search-bar input:focus + .search-btn:before, 
.search-bar input:focus + .search-btn:after,
.search-bar input:valid + .search-btn:before, 
.search-bar input:valid + .search-btn:after {
	opacity: 1;
}
.search-bar input:focus + .search-btn:hover,
.search-bar input:valid + .search-btn:hover,
.search-bar input:valid:not(:focus) + .search-btn:focus {
	background: #fcfaf9;
}
.search-bar input:focus + .search-btn:active,
.search-bar input:valid + .search-btn:active {
	transform: translateY(1px);
}

/* .search-bar input {
    box-shadow: 0 0 0 0.4em #f1f1f1 inset;
} */
.search-bar input:focus,
.search-bar input:valid {
    background: #fcfaf9;
    box-shadow: 0 0 0 0.1em #d9d9d9 inset;
    border-radius: 10px 0 0 10px;
    bottom: 9px;
    color: #2c2d38;
    position: absolute;
    right: 36px;
    width: 300px;
    z-index: 10;
}
/* .search-btn {
    background: #f1f1f1;
} */

.search-bar input::placeholder {
    text-transform: uppercase;
}

@keyframes float {
	0% {transform: translatey(0%);}
	50% {transform: translatey(-50%);}
	100% {transform: translatey(0%);}
}

.sklep-online {
    background-color: #fcfaf9;
    border: 1px solid #efeceb;
    border-bottom: 1px solid #fcfaf9;
    border-radius: 10px 10px 0 0;
    font-family: "FuturaCE-Medium";
    margin-bottom: -1px;
    margin-right: -1px;
    margin-top: 18px;
    padding: 10px 14px 10px 25px;
    position: relative;
    text-transform: uppercase;
}

.sklep-online::before {
	/*animation: float 3s ease-in-out infinite;
    background-image: url("../img/balonik-1-urodziny.png");   */
    
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 28px;
    left: 5px;
    position: absolute;
    top: 30%;
    transform: translatey(-50%);
    width: 16px;
}

.sklep-online-submenu {
    border: 1px solid #efeceb;
    border-radius: 10px 0 10px 10px;
    margin: 0 auto;
    width: 970px;
}

.sklep-online-submenu ul {
    display: flex;
    justify-content: space-around;
    padding: 0;
}

@media (min-width: 990px) {
    .sklep-online-submenu ul li.parent {
        background: none !important;
        width: 100%;
    }

    #dashboard .sklep-online-submenu ul li a.button-promocje {
        background-image: none !important;
    }
}

.sklep-online-submenu ul li .submenuplaceholder ul {
    margin: 0;
}

.sklep-online-submenu ul li:first-of-type > .button-promocje {
    display: none;
}

.sklep-online-submenu ul li a {
    font-family: "FuturaCE-Medium";
    padding: 2px 5px;
}

#dashboard .sklep-online-submenu ul li a.button-promocje {
    background-color: #00aab4;
    border-radius: 50px;
    color: #FFF;
    margin-right: 14px;
    padding: 5px 10px;
}

#dashboard .miscellaneous .top-items .small-circle {
    background: url("../images/header/small-circle-bg.png") no-repeat scroll 0 -20px rgba(0, 0, 0, 0);
    border-radius: 50%;
    bottom: 4px;
    display: block;
    height: 19px;
    position: absolute;
    right: 0;
    width: 19px;
    z-index: 10;
}

#dashboard .miscellaneous .top-items li:hover .small-circle{
    background-position: 0 0;
}

#dashboard .miscellaneous .top-items li.ico-shopping-cart .small-circle,
#dashboard .miscellaneous .top-items li.ico-shopping-cart:hover .small-circle{
    background: url("../images/header/small-circle-bg.png") no-repeat scroll 0 -40px rgba(0, 0, 0, 0);
    color: #fff;
    line-height: 19px;
    font-size: 9px;
    text-align: center;
}

#dashboard .miscellaneous .top-items li.ico-shopping-cart .small-circle.empty,
#dashboard .miscellaneous .top-items li.ico-shopping-cart:hover .small-circle.empty{
    background: url("../images/header/small-circle-bg.png") no-repeat scroll 0 -60px rgba(0, 0, 0, 0);
}

#dashboard .miscellaneous .top-items {
    margin: 0;
    padding: 0;
}
#dashboard .miscellaneous .top-items li{
    background: none;
    float: left;
    height: 40px;
    padding-right: 50px;
    position: relative;
}
#dashboard .miscellaneous .top-items li a{
    box-shadow: none;
    display: block;
    height: 40px;
    margin: 0 7px;
    overflow: hidden;
    padding: 0;
    text-indent: -999px;
    width: 31px;
}
#dashboard .miscellaneous .top-items li.ico-language a{
    background: url("../images/header/ico-top.png") no-repeat 0 0;
}
#dashboard .miscellaneous .top-items li.ico-shopping-cart a{
    background: url("../images/header/ico-top.png") no-repeat -42px 0;
}
#dashboard .miscellaneous .top-items li.ico-login a{
    background: url("../images/header/ico-top.png") no-repeat -85px 0;
}
#dashboard .miscellaneous .top-items li.ico-login ul li a{
    background: none;
}

#dashboard .miscellaneous .top-items li ul{
    background: none repeat scroll 0 0 #333333;
    border-radius: 0 0 15px 15px;
    margin: 0;
    padding: 0 15px;
    position: absolute;
    right: 0;
    top: 40px;
    z-index: 10;
    display:none;

}
#dashboard .miscellaneous .top-items li:hover  ul{
    display: block;
}

#dashboard .miscellaneous .top-items li ul li:first-child {
    border-top: medium none;
    box-shadow: none;
}


#dashboard .miscellaneous .top-items li ul li{
    border-top: 1px solid #212121;
    box-shadow: 0 1px 0 #424141 inset;
    margin: 0;
    width: 95px;
    display: block;
    height: 36px;
    padding: 0;
    text-align: left;
}
#dashboard .miscellaneous .top-items li ul li a{
    display: block;
    width: 95px;
    margin: 0;
    height: 36px;
}
#dashboard .miscellaneous .top-items li ul li:first-child a{
    background: none;
}


#dashboard .miscellaneous .top-items li.ico-language ul li a,
#dashboard .miscellaneous .top-items li.ico-login ul li a{
    background: none;
    text-indent: 0;
    color: #ccc;
    width: auto;
    border-radius: 0;
}
#dashboard .miscellaneous .top-items li.ico-language ul li a:hover,
#dashboard .miscellaneous .top-items li.ico-login ul li a:hover{
    color: #ED1C24;
}


.header-items{
    list-style-type: none;
    float: right;
    margin:-10px 0 0 0;
    padding:0;
}
.header-items li{
    float: left;

}
.header-items li a {
    position: relative;
    display: block;
    height: 53px;
    margin: 0 0 0 14px;
    width: 53px;
}

.header-items li a span {
    display: none;
}

.header-items li.ico-fb a{
    background: url("../images/header/ico-socials-gray.png") no-repeat 0px 0;
    margin-left: 12px;
}

.header-items li.ico-yt a{
    background: url("../images/header/ico-socials-gray.png") no-repeat -59px 0;
}

.header-items li.ico-mobile{

}
.header-items li.ico-mobile a{
    background: url("../images/header/ico-socials-gray.png?v1") no-repeat -124px 0;
}

.header-items li.ico-mobile .mobile-tooltip  {
    display: none;
    position: absolute;
    left: 0px;
    top: 56px;
    color: #000;
    font-size: 11px;
    font-family: Arial;
    text-align: center;
    line-height: 12px;
}

.header-items li.ico-mobile a:hover .mobile-tooltip {
    display: block;
}

.header-items.date-close-open {
    background-color: #FFF;
    border-radius: 10px;
    margin-left: 15px;
    margin-top: -55px;
    text-align: center;
    font-family: 'Futura bold', sans-serif;
}

.header-items.date-close-open .header-bg-red, 
.header-items.date-close-open .header-bg-green {
    border-radius: 10px 10px 0 0;
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    display: block;
    padding: 7px 5px 5px 5px;
    text-transform: uppercase;
}

.header-items.date-close-open .header-bg-red {
    background-color: #f70000;
}

.header-items.date-close-open .header-bg-green {
    background-color: #2b8400;
}

.header-items.date-close-open .day-class, 
.header-items.date-close-open .month-class,
.header-items.date-close-open .day-of-week-class
{
    color: #2d2d2d;
    display: block;
}

.header-items.date-close-open .day-class {
    font-size: 62px;
    line-height: .8;
    padding-top: 5px;
	font-weight: bold;
}

.header-items.date-close-open .month-class {
    font-size: 18px;
}

.header-items.date-close-open .day-of-week-class {
    font-size: 14px;
}

/*#head .search-engine select {
    position: relative;
    float: left;
    width: 114px;
    padding: 0;
    border: 0;
    background: #333;
    font-size: 0.750em;
    color: #fff;
    z-index: 2;
}

#head .search-engine .customSelect {
        position: relative;
    float: left;
    height: 34px;
    padding: 0 5px 0 18px;
    font-size: 0.750em;
    line-height: 34px;
    background-color: #333;
    color: #fff;
    -moz-border-radius: 34px;
    -webkit-border-radius: 34px;
    border-radius: 34px;
    z-index: 1;
    top: 0;
}

#head .search-engine .customSelect.changed {
    background-color: #f0dea4;
}

#head .search-engine .customSelectInner {
    background: url(../img/misc_caret.png) no-repeat center right;
}*/

#head .search-engine button,
#head .search-engine input[type="submit"] {
    /* float: right;
    display: inline-block;
    height: 34px;
    line-height: 34px;
    margin-left: 0;
    padding: 0 25px 0 25px;
    border: 0 none;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.750em;
    font-weight: 700;
    color: #fff;
    background: #ed1c24;
    -webkit-border-radius: 34px;
    border-radius: 34px; */
}

/*
 * MAIN NAVIGATION
 */

#mainnav,
#mainnav-slider {
    padding-top: 14px;
    font-size: 0.750em;
}

#mainnav .inner,
#mainnav-slider .inner {
    background-color: #FFF;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 3px rgba( 0, 0, 0, 0.2);
    box-shadow: 0 2px 3px rgba( 0, 0, 0, 0.2);
}

#mainnav-slider .sliders {
    background: rgba(255,255,255,0.64);
    height: 100px;
    -webkit-border-radius: 0px 0px 2px 2px;
    border-radius: 0px 0px 2px 2px;
}

#mainnav-slider .sliders li {
    width: 147px !important;
    height: 80px;
    position: absolute;
}

#mainnav-slider .sliders li span.title {
    display: table-cell;
    position: absolute;
    height: 24px;
    background: #333;
    color: #fff;
    left: 0px;
    right: 0px;
    bottom: 0px;
    -webkit-border-radius: 0px 0px 2px 2px;
    border-radius: 0px 0px 2px 2px;
    text-align: center;
    vertical-align: middle;
    line-height: 1.1;
    padding: 3px 7px;
}

#mainnav-slider .sliders img {
    height: 80px;
    width: 147px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

#mainnav-slider .sliders ul {
    margin: 0px;
    padding: 0px;
}

#mainnav-slider .inner {
    background: none;
}

#mainnav-slider .inner > ul {
    background: #ed1c24;
    -webkit-border-radius: 2px 2px 0px 0px;
    border-radius: 2px 2px 0px 0px;
}

#mainnav-slider .sliders .bx-viewport {
    padding: 10px 0px 0px;
}

#mainnav-slider .sliders .bx-wrapper {
    position: static;
}

#mainnav-slider .sliders .bx-pager {
    display: none;
}

#mainnav-slider .sliders .bx-controls-direction a {
    position: absolute;
    top: 0px;
    width: 23px;
    height: 48px;
    top: 62px;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    background-size: 100% 100%;
}

#mainnav-slider .sliders .bx-controls-direction a.disabled {
    display: none;
}

#mainnav .inner > ul,
#mainnav-slider .inner > ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#mainnav .inner > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
}

#mainnav .inner > ul#menuList {
    margin-bottom: 10px;
    margin-top: 5px;
}

#mainnav .inner > ul > li,
#mainnav-slider .inner > ul > li {
    float: left;
    margin-left: 1px;
}

#mainnav .inner > ul > li:first-child,
#mainnav-slider .inner > ul > li:first-child {
    margin-left: 0;
}

#mainnav .inner > ul > li > a,
#mainnav-slider .inner > ul > li > a {
    display: block;
    padding: 0 13px;
    font-family: 'Open Sans', sans-serif;
    line-height: 35px;
    text-align: center;
    text-transform: uppercase;
    color: #2c2d38;
}

#mainnav .inner > ul > li:hover > a,
#mainnav .inner > ul > li.active > a,
#mainnav-slider .inner > ul > li:hover > a,
#mainnav-slider .inner > ul > li.active > a {
    text-decoration: none;
    background: #333;
    border-radius: 35px;
}

#mainnav .inner > ul > li:first-child > a,
#mainnav-slider .inner > ul > li:first-child > a {
    border-radius: 2px 35px 35px 2px;
}

#mainnav .inner > ul > li:last-child > a,
#mainnav-slider .inner > ul > li:last-child > a {
    border-radius: 35px 2px 2px 35px;
}

#mainnav .inner > ul > li.has-childs > a:after,
#mainnav-slider .inner > ul > li.has-childs > a:after {
    content: "";
    display: inline-block;
    position: relative;
    top: 3px;
    margin-left: 7px;
    width: 17px;
    height: 17px;
    background: url(../img/sprite_drop.png) no-repeat;
}

#mainnav .inner > ul > li.has-childs:hover > a:after,
#mainnav-slider .inner > ul > li.has-childs:hover > a:after {
    background-position: 0 -17px;
}

#mainnav-slider .inner > ul > li > ul.mobile {
    display:none;
}

#mainnav .inner > ul > li > ul,
#mainnav-slider .inner > ul > li > ul.mobile {
    display: none;
    position: absolute;
    top: 35px;
    margin: 0;
    min-width: 132px;
    padding: 10px 15px;
    border-radius: 0 0 15px 15px;
    list-style: none;
    z-index: 1999;
    background-color: #fcfaf9;
}

#mainnav .inner > ul > li.has-childs.last ul,
#mainnav-slider .inner > ul > li.has-childs.last ul.mobile {
    right: 0;
}

#mainnav .inner > ul > li:hover > ul {
    display: block;
}

#mainnav .inner > ul > li > ul > li,
#mainnav-slider .inner > ul > li > ul.mobile > li {
    border-top: 1px solid #ece6e7;
}

#mainnav .inner > ul > li > span.submenuplaceholder > ul > li {
    border: none;
}

#mainnav .inner > ul > li > ul > li:first-child,
#mainnav-slider .inner > ul > li > ul.mobile > li:first-child,
#mainnav .inner > ul > li > span.submenuplaceholder > ul > li:first-child {
    border-top: none;
    box-shadow: none;
}

#mainnav .inner > ul > li > ul > li a,
#mainnav-slider .inner > ul > li > ul.mobile > li a,
#mainnav .inner > ul > li > span.submenuplaceholder > ul > li a {
    display: block;
    padding: 8px 30px 8px 0;
    font-family: 'Open Sans',sans-serif;
    font-size: 1.083em;
    color: #000;
}

#dashboard .menu-engine #mainnav .inner > ul > li > ul > li a:hover,
#mainnav-slider .inner > ul > li > ul.mobile > li a:hover,
#dashboard .menu-engine #mainnav .inner > ul > li > span.submenuplaceholder > ul > li a:hover {
    text-decoration: none;
    color: #ed1c24;
}

@media (min-width: 990px) {
    #dashboard .menu-engine #mainnav .inner > ul > li > span.submenuplaceholder {
        display: none;
        position: absolute;
        top: 35px;
        z-index: 999;
    }

    #mainnav .inner > ul > li > span.submenuplaceholder ul li a {
        padding: 8px 15px 8px 40px !important;
    }

    #mainnav .inner > ul > li > span.submenuplaceholder > ul {
        display: table-cell;
        margin: 0;
        min-width: 132px;
        padding: 10px 0;
        border-radius: 0 0 0 15px;
        list-style: none;
        z-index: 999;
        background-color: #fcfaf9;
        vertical-align: top;
    }

    #mainnav .inner > ul > li > span.submenuplaceholder .sideview {
        display: table-cell;
        width: 275px;
        background: #fcfaf9;
        border-radius: 0 0 15px 0;
    }

    #mainnav .inner > ul > li > span.submenuplaceholder .sideview a {
        text-decoration: none;
    }

    #mainnav .inner > ul > li > span.submenuplaceholder .sideview .description {
        display: none;
        color: #000;
        width: 217px;
        margin: 0px auto 20px;
        text-align: center;
    }

    #mainnav .inner > ul > li > span.submenuplaceholder .sideview img {
        display: block;
        margin: 20px auto;
        position: relative;
        width: 217px;
        z-index: 2;
    }

    #mainnav .inner > ul > li > span.submenuplaceholder ul li.promoted {
        border: 1px solid #ebe7e6;
        border-radius: 0px 10px 10px 0px;
        background: #fcfaf9;
    }

    #mainnav .inner > ul > li > span.submenuplaceholder ul li.promoted a {
        color: #ed1c24;
    }
    #dashboard .menu-engine #mainnav .inner > ul > li:hover > span.submenuplaceholder {
        display: table-cell;
    }

    #mainnav .inner > ul > li:hover > span.submenuplaceholder {
        display: table;
    }

    #mainnav .inner > ul > li.has-childs > span.submenuplaceholder {
        right: 0px;
        background: #fcfaf9;
        border-radius: 0 0 15px 15px;
        overflow: hidden;
    }

    #mainnav .inner > ul > li.has-childs > span.submenuplaceholder ul {
        border-radius: 0;
        float: right;
        margin-left: -40px;
        margin-right: 20px;
        position: relative;
        z-index: 1;
    }

    #mainnav .inner > ul > li.has-childs > span.submenuplaceholder .sideview  {
        float: left;
        border-radius: 0 0 0 15px;
    }

    #mainnav .inner > ul > li.has-childs:hover > span.submenuplaceholder > ul {
        display: block;
    }
}

@media (max-width: 989px) {
    #mainnav .inner > ul > li > span.submenuplaceholder > ul {
        margin: 0px;
        padding: 0px 15px;
    }

    #mainnav .inner > ul > li > span.submenuplaceholder > ul > li a {
        padding-left: 20px;
    }

    .header-items {
        margin-bottom: 10px;
        margin-top: -40px;
    }

    .inner .baner-wsparcie-ua .wsparcie-ua-tekst h3 {
        font-size: 35px;
        line-height: 1.5;
        padding: 5px 0 0 30px;
    }

    .inner .baner-wsparcie-ua .wsparcie-ua-tekst h3 span {
        display: inline-block;
        line-height: 1;
    }

    .inner .baner-wsparcie-ua .wsparcie-ua-tekst .kwota {
        font-size: 50px;
        margin-top: -5px;
    }

    .inner .baner-wsparcie-ua .wsparcie-ua-tekst h3 .text2 {
        margin-top: -5px;
    }

    .inner .baner-wsparcie-ua .desktop {
        display: none;
    }

    .inner .baner-wsparcie-ua .tablet {
        display: block;
    }

    .inner .baner-wsparcie-ua .wsparcie-ua-img img.tablet {
        width: 100%;
    }

    .inner .baner-wsparcie-ua {
        flex-wrap: wrap;
    }

    .inner .baner-wsparcie-ua .wsparcie-ua-img {
        width: 40%;
    }

    .inner .baner-wsparcie-ua .wsparcie-ua-tekst {
        width: 60%;
    }

    .inner .baner-wsparcie-ua .button-zobacz-wiecej.tablet {
        border-radius: 0 0 30px 30px;
        margin-top: -30px;
        padding: 10px;
        text-align: center;
        width: 100%;
        z-index: 0;
    }

    .inner .baner-wsparcie-ua .wsparcie-ua-img::after {
        top: 45%;
    }

    .sklep-online-submenu ul li:first-of-type {
        display: block;
    }
}



/*
 * CONTAINER
 */

#container {
    clear: both;
    padding-top: 20px;
    overflow: hidden;
}

#container .grid {
    position: relative;
}

#container .slot {
    position: absolute;
    overflow: hidden;
    margin-bottom: 20px;
    /*background: #333;*/
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: 0.6s all;
    -moz-transition: 0.6s all;
    -o-transition: 0.6s all;
    transition: 0.6s all;
}

#container h2 {
    margin: 0 0 8px;
    padding-left: 22px;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.625em;
    font-weight: normal;
    /*swiateczne dodatki*/
    border-radius: 4px;
    background: none repeat scroll 0 0 #FFFFFF;
    /*swiateczne dodatki*/
}

#container h4.info-line {
    background-color: #fde456;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 19px;
    margin-bottom: 10px;
    max-width: 640px;
    padding: 10px 20px;
    width: 100%;
}

#container > div > div > h2 > span {
    margin-left: 10px;
    padding-left: 19px;
    background: url(../img/bullet_arrow_l.png) 0 19px no-repeat;
}

#container .slot dl {
    margin: 0;
}

#container article {
    background: #fff;
}

.home #container #main {
    float: left;
    width: 660px;
}

#container #sidebar {
    width: 330px;
}

#container .main-col {
    float: left;
    width: 640px;
}

/* Choose Product */
.choose-prod > a {
    display: none;
    position: relative;
    height: 35px;
    margin: 8px 0 13px;
    padding-left: 37px;
    border-radius: 3px;
    line-height: 2.188;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    background-color: #ed1c24;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

.choose-prod > a:after {
    display: block;
    position: absolute;
    top: 3px;
    right: 3px;
    width: 28px;
    height: 28px;
    content: "";
    background: url(../img/misc_drop.png) 0 0 no-repeat;
}

/* Tiles Titles */
#container .tile-title {
    position: absolute;
    top: 0;
    bottom: 0;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
}

#container .tile-title h2,
#container .tile-title h3,
#container .tile-title h4 {
    margin: 0;
}

#container .tile-title a {
    padding-left: 12px;
    font-size: 0.750em;
    text-transform: uppercase;
    color: #fff;
    background: url(../img/arrow_white.png) 0 4px no-repeat;
}

#container .tile-title.t-right {
    right: 0;
}

#container .tile-title.t-left {
    left: 0;
}

#container .size4x2 .tile-title {
    width: 261px;
    background: url(../img/bg_tile_title_s3x2.png) 100% 0 no-repeat;
}

#container .size4x2 .tile-title h2,
#container .size4x2 .tile-title h3 {
    padding: 60px 40px 40px;
    font-size: 1.875em;
    font-weight: 700;
    line-height: 1.2;
}

#container .size4x2 .tile-title a {
    margin-left: 60px;
}

#container .size4x2 .tile-title h2 span,
#container .size4x2 .tile-title h3 span {
    display: block;
    text-align: right;
}

/* Tile Subtitles */
#container .tile-subtitle {
    color: #fff;
    font-weight: 500;
    background: #333;
}

#container .tile-subtitle h2,
#container .tile-subtitle h3 {
    margin: 0;
    padding-left: 20px;
    font-family: "Open Sans", sans-serif;
    font-size: 0.850em;
    line-height: 30px;
    font-weight: 700;
}

/* Tile Content */
#container .tile-content {
    background: #fff;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
}

#container .bottom-title .tile-content {
    border-radius: 4px 4px 4px 4px;
}

#container .size2x2 .tile-content,
#container .size4x2 .tile-content {
    /*height: 280px;*/
    height: 310px;
}

/* Tile Price */
#container .tile-price {
    position: absolute;
    right: 0;
    bottom: 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    color: #333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#container .tile-price strong {
    display: block;
    line-height: 1;
    font-weight: 800;
}

/*#container .price-2 .tile-price p {
    position: absolute;
    margin: 0;
    font-weight: 800;
    text-align: center;
}

#container .price-2 .tile-price span {
    display: block;
    font-weight: 800;
    text-transform: uppercase;
}*/
/*size2x2*/
#container .size2x2 .tile-price {
    width: 162px;
    height: 90px;
    padding: 30px 0 0 50px;
    font-size: 0.750em;
    font-weight: 600;
    background: url(../img/bg_price_2_2.png) 0 0 no-repeat;
}

#container .size2x2 .tile-price.no-add-info {
    padding-top: 46px;
    height: 111px;
}

#container .size2x2 .tile-price strong {
    font-size: 2.750em;
    line-height: 1;
    font-weight: 800;
}
/*price 2*/
/*#container .size2x2.price-2 .tile-price {
    width: 172px;
    height: 114px;
    padding: 35px 0 0 64px;
    background: url(../img/bg_price_2_2_price_2.png) 0 0 no-repeat;
}

#container .size2x2.price-2 .tile-price p {
    top: 16px;
    right: 33px;
    min-width: 47px;
    background: url(../img/ico_cross_2x2.png) center center no-repeat;
}*/
/*price 3*/
#container .size2x2 .tile-price  {
    width: 164px;
    height: 111px;
    padding: 33px 14px 0 33px;
    text-align: right;
    background: url(../img/bg_price_2_2_price_3.png) 0 0 no-repeat;
}

#container .size2x2 .tile-price:before {
    content: "";
    display: block;
    width: 30px;
    height: 31px;
    position: absolute;
    top: 64px;
    left: -8px;
    background: url(../img/ico_light_2x2.png) 0 0 no-repeat;
}

#container .size2x2 .tile-price:hover:before {
    background: url(../img/ico_light_2x2_hover.png) center center no-repeat;
}

#container .tile-price p {
    position: absolute;
    margin: 0;
    font-weight: 800;
    text-align: center;
    color: #333;
}

#container .size2x2 .tile-price p {
    font-size: 1em;
    top: 16px;
    right: 14px;
    min-width: 47px;
    background: url(../img/ico_cross_2x2.png) center center no-repeat;
}

#container .size2x2 .tile-price strong {
    font-size: 3.2em;
    position: relative;
    /* right: 25px; */
}

#container .size2x2 .tile-price .add-info {
    display: block;
    font-weight: 800;
    text-transform: uppercase;
}

#container .tile-price .outside-info {
    display: block;
    position: absolute;
    font-weight: 800;
    color: #ffe800;
    text-transform: uppercase;
    background-color: #333;
}
/*#container .main-pic .tile-price .outside-info {
    display: block;
    position: absolute;
    font-weight: 800;
    color: #ffe800;
    text-transform: uppercase;
    background-color: #333;
}*/

#container .size2x2 .tile-price .outside-info {
    top: -4px;
    left: -9px;
    font-size: 14px;
    padding: 3px 8px 4px;
}

#container .tile-price .outside-info:before {
    content: "";
    position: absolute;
}

#container .size2x2 .tile-price .outside-info:before {
    width: 46px;
    height: 11px;
    bottom: -11px;
    left: 50%;
    margin-left: -23px;
    background: url(../img/bg_price_2x2_tail.png) 0 0 no-repeat;
}

/*size2x1*/
#container .size2x1 .tile-price  {
    width: 86px;
    height: 67px;
    padding: 14px 9px 0 3px;
    font-size: 0.625em;
    text-align: right;
    background: url(../img/bg_price_2_1_price_3.png) 0 0 no-repeat;
}

#container .size2x1 .tile-price.no-add-info {
    height: 67px;
    padding-top: 24px;
}

#container .size2x1 .tile-price strong {
    font-size: 2.2em;
}

#container .size2x1 .tile-price:before {
    content: "";
    display: block;
    width: 22px;
    height: 23px;
    position: absolute;
    top: 33px;
    left: -8px;
    background: url(../img/ico_light_2x1.png) 0 0 no-repeat;
}

#container .size2x1 .tile-price:hover:before {
    background: url(../img/ico_light_2x1_hover.png) center center no-repeat;
}

#container .size2x1 .tile-price p {
    font-size: 1em;
    top: 3px;
    right: 11px;
    min-width: 32px;
    background: url(../img/ico_cross_2x1.png) center center no-repeat;
}

#container .size2x1 .tile-price strong {
    display: block;
    line-height: 1;
    font-weight: 800;
}

#container .size2x1 .tile-price .add-info {
    display: block;
    font-weight: 800;
    text-transform: uppercase;
}

#container .size2x1 .tile-price .outside-info {
    top: -4px;
    left: -9px;
    font-size: 8px;
    padding: 1px 2px 2px;
}

#container .size2x1 .tile-price .outside-info:before {
    width: 28px;
    height: 7px;
    bottom: -7px;
    left: 50%;
    margin-left: -14px;
    background: url(../img/bg_price_2x1_tail.png) 0 0 no-repeat;
}

/*size1x1*/
#container .size1x1 .tile-price {
    width: 99px;
    height: 59px;
    padding: 15px 0 0 30px;
    font-size: 0.625em;
    background: url(../img/bg_price_1_1.png) 0 0 no-repeat;
}

#container .size1x1 .tile-price.no-add-info {
    height: 65px;
    padding-top: 24px;
}

#container .size1x1 .tile-price strong {
    font-size: 2.2em;
}

#container .inside-tile .tile-price {
    width: 99px;
    height: 59px;
    padding: 15px 0 0 30px;
    font-size: 0.625em;
    background: url(../img/bg_price_1_1.png) 0 0 no-repeat;
}

#container .inside-tile .tile-price strong {
    font-size: 2.2em;
}

#container .size1x1 .tile-price  {
    width: 92px;
    height: 65px;
    padding: 13px 0 0 24px;
    background: url(../img/bg_price_1_1_price_3.png) 0 0 no-repeat;
}

#container .size1x1 .tile-price:before {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 30px;
    left: -9px;
    background: url(../img/ico_light_1x1.png) 0 0 no-repeat;
}

#container .size1x1 .tile-price:hover:before {
    background: url(../img/ico_light_1x1_hover.png) center center no-repeat;
}

#container .size1x1 .tile-price p {
    position: absolute;
    margin: 0;
    font-weight: 800;
    text-align: center;
}

#container .size1x1 .tile-price p {
    top: 3px;
    right: 18px;
    min-width: 31px;
    background: url(../img/ico_cross_1x1.png) center center no-repeat;
}

#container .size1x1 .tile-price .add-info {
    display: block;
    font-weight: 800;
    text-transform: uppercase;
}

#container .size1x1  .tile-price .outside-info {
    top: -4px;
    left: -9px;
    font-size: 8px;
    padding: 1px 2px 2px;
}

#container .size1x1 .tile-price .outside-info:before {
    width: 25px;
    height: 6px;
    bottom: -6px;
    left: 50%;
    margin-left: -12px;
    background: url(../img/bg_price_1_1_tail.png) 0 0 no-repeat;
}

/*size4x2*/
.prod-cat-descryption .tile-price strong,
#container .size4x2 .tile-price strong {
    font-size: 3.125em;
}

.prod-cat-descryption .tile-price,
#container .size4x2 .tile-price  {
    font-size: 1em;
    width: 212px;
    height: 150px;
    padding: 44px 15px 0 0;
    text-align: right;
    background: url(../img/bg_price_4_2_price_3.png) 0 0 no-repeat;
}

/*.prod-cat-descryption .tile-price {
    height: 133px;
}*/

.prod-cat-descryption .tile-price.no-add-info,
#container .size4x2 .tile-price.no-add-info {
    height: 150px;
    padding-top: 64px;
}

.prod-cat-descryption .tile-price:before,
#container .size4x2 .tile-price:before {
    content: "";
    display: block;
    width: 30px;
    height: 31px;
    position: absolute;
    bottom: 34px;
    left: 4px;
    background: url(../img/ico_light_2x2.png) 0 0 no-repeat;
}

.prod-cat-descryption .tile-price:before {
    left: 12px;
}

.prod-cat-descryption .tile-price:hover:before,
#container .size4x2 .tile-price:hover:before {
    background: url(../img/ico_light_2x2_hover.png) center center no-repeat;
}

.prod-cat-descryption .tile-price p,
#container .size4x2 .tile-price p {
    font-size: 1.313em;
    top: 20px;
    right: 24px;
    min-width: 32px;
    background: url(../img/ico_cross_4x2.png) center center no-repeat;
}

.prod-cat-descryption .tile-price p {
    padding: 0;
    width: auto;
}

.prod-cat-descryption .tile-price strong,
#container .size4x2 .tile-price strong {
    display: block;
    line-height: 1;
    font-weight: 800;
}

.prod-cat-descryption .tile-price .add-info,
#container .size4x2 .tile-price .add-info {
    display: block;
    font-size: 1.188em;
    font-weight: 800;
    text-transform: uppercase;
}

.prod-cat-descryption .tile-price .outside-info,
#container .size4x2 .tile-price .outside-info {
    top: -4px;
    left: -9px;
    font-size: 1.125em;
    padding: 6px 11px 5px;
    background-color: #333;
}

.prod-cat-descryption .tile-price .outside-info:before,
#container .size4x2 .tile-price .outside-info:before {
    width: 65px;
    height: 15px;
    bottom: -15px;
    left: 50%;
    margin-left: -32px;
    background: url(../img/bg_price_4_2_tail.png) 0 0 no-repeat;
}
/* Tile Description */
#container .tile-desc {
    position: absolute;
    right: 0;
    bottom: 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    text-align: right;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#container .size2x2 .tile-desc {
    width: 162px;
    height: 90px;
    padding: 30px 15px 0 35px;
    font-size: 1.500em;
    line-height: 1;
    background: url(../img/bg_desc_2_2.png) 100% 0 no-repeat;
}

#container .size2x1 .tile-desc {
    width: 173px;
    height: 107px;
    padding: 40px 10px 0 25px;
    font-size: 1.375em;
    line-height: 1;
    background: url(../img/bg_desc_2_1.png) 0 0 no-repeat;
}
#container .zoom {
    display: block;
    position: absolute;
    top: 8px;
    right: 8px;
    width: 38px;
    height: 38px;
    overflow: hidden;
    text-indent: -9999em;
    cursor: pointer;
    background: url(../img/ico_magnifier.png) 0 0 no-repeat;
}
/* Tile Name */
#container .tile-name {
    position: absolute;
    margin: 0;
    padding: 10px 0;
    font-size: 0.750em;
    line-height: 1.166;
    font-weight: 400;
    color: #000;
}

#container .tile-name h3,
#container .tile-name h4 {
    margin: 0;
}

#container .tile-info {
    position: absolute;
    top: 40px;
    left: 17px;
    font-size: 0.75em;
    color: #000;
    font-weight: 600;
}
/* workaround for displayin only tile info */
#container .tile-info.alone {
    top: 20px;
}

#container .size1x1 .tile-name {
    top: 0;
    left: 17px;
    right: 17px;
    font-weight: 600;
}

#container .size2x2 .tile-name,
#container .size4x2 .tile-name {
    width: 95%;
  /*  bottom: 261px;  */
    left: 10px;
    font-weight: 600;
}

#container .size2x1 .tile-name {
    right: 180px;
    text-align: left;
    width: 120px;
    font-weight: 600;
}

/* Inspirations Tile */
#container .inspirations-tile .tile-content {
    padding: 16px 24px 124px;
    background: #fff url(../img/bg_inspirations.jpg) 100% 100% no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#container .inspirations-tile .inside-tile {
    float: left;
    position: relative;
    width: calc(50% - 10px);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 3px rgba( 0, 0, 0, 0.2);
    box-shadow: 0 2px 3px rgba( 0, 0, 0, 0.2);
}

#container .inspirations-tile .inside-tile .tile-name {
    bottom: -45px;
}

#container .inspirations-tile .inside-tile:first-child {
    margin-right: 20px;
}

#container .inspirations-tile {

}

#container .inspirations-tile .tile-price  {
    width: 86px;
    height: 67px;
    padding: 14px 9px 0 3px;
    font-size: 0.625em;
    text-align: right;
    background: url(../img/bg_price_2_1_price_3.png) 0 0 no-repeat;
}

#container .inspirations-tile .tile-price.no-add-info {
    height: 67px;
    padding-top: 24px;
}

#container .inspirations-tile .tile-price strong {
    font-size: 2.2em;
}

#container .inspirations-tile .tile-price:before {
    content: "";
    display: block;
    width: 22px;
    height: 23px;
    position: absolute;
    top: 33px;
    left: -8px;
    background: url(../img/ico_light_2x1.png) 0 0 no-repeat;
}

#container .inspirations-tile .tile-price:hover:before {
    background: url(../img/ico_light_2x1_hover.png) center center no-repeat;
}

#container .inspirations-tile .tile-price p {
    font-size: 1em;
    top: 3px;
    right: 11px;
    min-width: 32px;
    background: url(../img/ico_cross_2x1.png) center center no-repeat;
}

#container .inspirations-tile .tile-price strong {
    display: block;
    line-height: 1;
    font-weight: 800;
}

#container .inspirations-tile .tile-price .add-info {
    display: block;
    font-size: 1em;
    font-weight: 800;
    text-transform: uppercase;
}

#container .inspirations-tile .tile-price .outside-info {
    top: -4px;
    left: -9px;
    font-size: 8px;
    padding: 1px 2px 2px;
}

#container .inspirations-tile .tile-price .outside-info:before {
    width: 28px;
    height: 7px;
    bottom: -7px;
    left: 50%;
    margin-left: -14px;
    background: url(../img/bg_price_2x1_tail.png) 0 0 no-repeat;
}



/* Locations Tile */
#container .locations-tile h3 {
    display: inline-block;
    float: left;
    margin: 0 0 20px;
    font-size: 1.250em;
    font-weight: 700;
    color: #fff;
    max-width: 65%;
}

#container .locations-tile > a {
    position: absolute;
    top: 24px;
    right: 17px;
    font-size: 0.688em;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

#container .locations-tile form {
    position: absolute;
    top: 17px;
    right: 17px;
    bottom: 17px;
    left: 17px;
}

#container .locations-tile form a {
    float: right;
    margin-top: 11px;
    font-family: Arial,'Open Sans', sans-serif;
    /*font-family: 'Open Sans', sans-serif;*/
    font-size: 0.688em;
    line-height: 1.375em;
    font-weight: 700;
    /*text-transform: uppercase;*/
    color: #fff;
}

#container .locations-tile fieldset {
    clear: both;
    position: relative;
}

button:focus{
    outline: none;
}

#container .locations-tile input[type="text"] {
    width: 100%;
    height: 35px;
    padding: 0 90px 0 20px;
    border: 0;
    font-size: 0.750em;
    color: #666;
    -webkit-border-radius: 35px;
    border-radius: 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#container .locations-tile button {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 35px;
    border: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 0.750em;
    font-weight: 700;
    color: #fff;
    background: #333;
    border-radius: 35px;
}

#container .locations-tile dt,
#container .locations-tile dd {
    font-size: 0.750em;
    margin: 0;
    padding: 0;
    display: inline;
}

#container .locations-tile dt {
    color: #000;
}

#container .locations-tile dd {
    color: #fff;
}

#container .locations-tile dd a {
    float: none;
    font-size: 1em;
    /*font-size: 0.750em;*/
    margin: 0;
    padding: 0;
    display: inline;
}

/* Newsletter Tile */
#container .newsletter-tile {
    color: #fff;
    background-color: #ed1c24;
    height: 100%;
}

#container .newsletter-tile.size2x2 {
    background: #ed1c24;
}

#container .newsletter-tile h3 {
    width: 200px;
    margin: 0 0 20px;
    font-family: "Open Sans", sans-serif;
    font-size: 1.125em;
    line-height: 1.2;
    font-weight: 700;
}

#container .newsletter-tile form {
    position: absolute;
    top: 17px;
    right: 17px;
    bottom: 17px;
    left: 17px;
}

#container .newsletter-tile fieldset {
    position: relative;
}

#container .newsletter-tile input[type="text"],
#container .newsletter-tile input[type="email"] {
    width: 100%;
    height: 35px;
    padding: 0 115px 0 10px;
    border: 0;
    font-size: 0.750em;
    color: #333;
    -webkit-border-radius: 35px;
    border-radius: 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#container .newsletter-tile button {
    position: absolute;
    top: 0;
    right: 0;
    width: 105px;
    height: 35px;
    border: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 0.750em;
    font-weight: 700;
    color: #fff;
    background: #000;
    border-radius: 35px;
}

#container .newsletter-tile ul {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}

#container .newsletter-tile li {
    min-height: 36px;
    margin-bottom: 12px;
    padding-left: 46px;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 0.875em;
    line-height: 18px;
    background: url(../img/bullet_big.png) no-repeat;
}

#container .newsletter-tile.size2x2 img {
    display: none;
}

#container .transform4x1 .tile-name {
    display: none;
}

#container .see-more {
    display: block;
    height: 35px;
    margin-bottom: 20px;
    font-size: 0.750em;
    line-height: 35px;
    text-transform: uppercase;
    color: #fff;
    background: #ed1c24;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

#container .see-more span {
    float: right;
    padding: 0 33px 0 41px;
    background: #333;
    -webkit-border-radius: 17px 0 0 17px;
    border-radius: 17px 0 0 17px;
}

#container .full-offer {
    color: #fff;
    display: block;
    font-size: .750em;
    margin: 0 auto 20px;
    max-width: 300px;
    text-align: center;
    text-transform: uppercase;
}

#container .full-offer span {
    background-color: #d4050f;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    display: block;
    padding: 10px 33px;
}

/*.sidebar {
    position: absolute;
    top: 44px;
    right: 0;
    width: 310px;
}*/
#container .inner:after {
    content:""; 
    clear: both;
    display: block;
    height: 0;
    width: 0;
}
.sidebar {
    width: 310px;
    float: right;
}

/* Article */

.s-content {
    margin-bottom: 20px;
    padding: 0 20px 14px;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 3px rgba( 0, 0, 0, 0.2);
    box-shadow: 0 2px 3px rgba( 0, 0, 0, 0.2);
    border-radius: 4px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.s-content.with-margin {
    float: left;
    margin-right: 20px;
}

.s-content .pic-wrapper {
    margin: 0 -20px;
}

.s-content .pic-wrapper img {
    width: 100%;
    height: auto;
}

.s-content .meta-info {
    display: block;
    padding-top: 10px;
    font-size: 0.750em;
    text-align: right;
}

.s-content h3 {
    margin: 10px 0 18px;
    font-size: 1.5em;
    line-height: 1;
    font-weight: normal;
}

.s-content h4 {
    font-weight: normal;
}

.s-content aside {
    float: right;
    width: 307px;
    margin: 0 -20px 38px 38px;
}

.s-content aside > div {
    padding: 12px;
    background: #efefef;
}

.s-content aside h4 {
    font-weight: 600;
    margin: 0 0 12px;
}

.s-content aside ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0.875em;
    line-height: 1.29;
}

.s-content aside li {
    margin-bottom: 10px;
    padding-left: 12px;
    background: url(../img/bullet_arrow.png) 0 5px no-repeat;
}

.s-content aside a {
    color: #333;
    text-decoration: none;
}

.s-content aside img {
    display: block;
    width: 100%;
    height: auto;
}

.s-content p {
    margin: 0 0 7px;
    font-family: Arial, sans-serif;
    font-size: 0.875em;
    line-height: 1.400;
}

.s-content .lead {
    font-size: 1em;
    font-weight: 600;
    line-height: 1.5;
}

.s-content .lead-art p {
    float: left;
    width: 50%;
    padding-left: 20px;
    font-family: Arial, sans-serif;
    font-size: 0.875em;
    line-height: 1.125;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.s-content .lead-art {
    overflow: hidden;
    padding-top: 7px;
    padding-bottom: 8px;
}

.s-content .lead-art .lead {
    padding-right: 20px;
    padding-left: 0;
    font-size: 1em;
    font-weight: 600;
    line-height: 1.3;
}

.s-content .prizes {
    float: right;
    width: 50%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style: none;
}

.s-content .prizes li {
    float: left;
    /* width: 50%;*/
    text-align: center;
}

/* News List */
.s-content .news-list {
    clear: both;
    width: 660px;
    margin: 0 0 7px -20px;
    padding: 15px 0 0 0;
    overflow: hidden;
    border-top: 1px solid #e8e8e8;
    list-style: none;
}

.s-content .news-list li {
    float: left;
    position: relative;
    width: 269px;
    overflow: hidden;
    margin: 0 20px 20px;
    min-height: 150px;
}

.s-content .news-list.bulletin-list {
    width: auto;
    margin-left: 0px;
}

.s-content .news-list.bulletin-list li {
    float: none;
    width: auto;
    margin: 0 0px 20px;
    min-height: 0px;
}

.s-content .news-list.bulletin-list h4 {
    float: none;
    margin: 0 70px 13px 0;
    height: auto;
}

.s-content .news-list h4 {
    float: left;
    overflow: hidden;
    margin: 0 70px 13px 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.875em;
    line-height: 1.125em;
    font-weight: 600;
    height: 32px;
}

.s-content .news-list h4 a {
    color: #333333;
}

.s-content .news-list span {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0.750em;
    line-height: 1.125;
}

.s-content .news-list p {
    clear: both;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 0.813em;
    line-height: 1.4em;
}

.s-content .news-list p a {
    color: #333333;
}

.btn-more:visited,
.btn-more {
    display: table;
    margin: 0 auto;
    padding: 0 26px 0 22px;
    border-radius: 18px;
    height: 35px;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.750em;
    font-weight: bold;
    line-height: 2.8;
    color: #fff !important;
    background-color: #333;
    border: 0 none;
}

.btn-more.alt:visited,
.btn-more.alt {
    background-color: #ed1c24;
}

.btn-more.alt:focus,
.btn-more.alt:hover {
    color: #fff;
}

#container .inner > header {
    position: relative;
}

#container header .btn-more {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}

.s-content > h4 {
    margin: 14px 0 8px;
    font-size: 1.125em;
    line-height: 1.750;
    font-weight: 600;
}

/* Downloads List */
.s-content .downloads-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.s-content .downloads-list li {
    float: left;
    width: 50%;
    margin-bottom: 7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.s-content .downloads-list li h4 {
    margin: 0 0 6px;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.875em;
    font-weight: normal;
}

.s-content .downloads-list li p {
    float: none;
    width: auto;
    margin: 0 0 10px;
    padding-left: 0;
    font-family: Arial, sans-serif;
    font-size: 0.813em;
}

.s-content .downloads-list li a {
    display: block;
    clear: both;
    font-size: 0.813em;
    color: #333;
}

.s-content .downloads-list li a span {
    display: inline-block;
    height: 19px;
    padding-right: 25px;
    background: url(../img/ico_download_small.png) 100% center no-repeat;
}

.s-content .downloads-list li a:hover span {
    text-decoration: underline;
}

.csr-employer .s-content .title {
    margin: 20px
}

.csr-employer .s-content .sub-title {
    border-bottom: 2px solid #c8c8c8;
    font-size: 1.4vw;
    margin: 20px 0 0;
}

.csr-employer .s-content ul li {
    padding-top: 20px;
}

.csr-employer .s-content ul li > div {
    margin-bottom: 30px;
}

.csr-employer .s-content ul li p {
    padding-right: 10px;
}

.csr-employer .s-content ul li .btn-more {
    font-size: 1em;
}

.csr-employer .s-content ul li .clear-both {
    clear: both;
}

/*
 * SUB NAVIGATION
 */

#subnav {
    padding: 20px 0 30px;
    font-size: 0.750em;
    line-height: 1;
    color: #ffffff;
    background: #555555;
}

#subnav a {
    color: #ffffff;
}

#subnav .inner {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    overflow: hidden;
}

#subnav .inner .inner-column {
    width: 23%;
}

#subnav .inner .inner-column h3 {
    color: #999;
    font-size: 15px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

#subnav ul {
    /* float: left;
    margin: 0 0 0 54px; */
    padding: 0;
}

#subnav ul:first-child {
    /* margin-left: 30px; */
}

#subnav ul:last-child {
    /* float: right;
    margin-left: 0; */
}

#subnav li {
    /* background: url(../img/bullet_transp.png) 0 8px no-repeat; */
    padding: 6px 0 6px 0;
    width: 95%;
}

#subnav ul.two-cols {
    /*width: 310px;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;*/
}

#subnav .two-cols li {
    /*float: left;*/
}

/*SIDEBAR NAV */

.sidebar-nav  {
    overflow: hidden;
    min-height: 310px;
    margin-bottom: 20px;
    background: #333;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.sidebar-nav ul {
    margin: 0;
    padding: 9px 7px 0 13px;
    list-style: none;
}

.sidebar-nav ul li {
    padding-top: 8px;
    padding-bottom: 6px;
    background: url(../img/misc_nav_border.png) 37px 0 no-repeat;
}

.sidebar-nav ul li:first-child {
    background: none;
}

.sidebar-nav ul li a {
    display: block;
    padding: 8px 0px 7px 27px;
    line-height: 1.3;
    font-weight: 600;
    color: #fff;
    border-radius: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sidebar-nav ul li a:hover,
.sidebar-nav ul li.active a {
    text-decoration: none;
    background-color: #ed1c24;
}

/* SLIDERS */

.bx-wrapper {
    position: relative;
    margin: 0 auto 60px;
    padding: 0;
    *zoom: 1;
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
}

.additional_slider_h3 {
    font-size: 0.85em;
    padding-left: 20px;
    font-family: "Open Sans",sans-serif;
    line-height: 30px;
    color: #DFCBAC;
    background: none repeat scroll 0px 0px rgba(23, 18, 16, 0.64);
}

.additional_slider {
    margin: 0px;
}

/* PROFILE */
#container.profile .news-archive input {
    display: inline-block;
    width: 478px;
}

#container.profile .news-archive .btn-more {
    margin: 0 13px 0 0;
}

.s-content .news-list li img {
    display: block;
    margin-bottom: 8px;
    -webkit-box-shadow: 0 2px 3px rgba( 0, 0, 0, 0.2);
    box-shadow: 0 2px 3px rgba( 0, 0, 0, 0.2);
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

#container.profile .news-list {
    padding-top: 40px;
    padding-bottom: 28px;
}

#container.profile .news-list li {
    margin-bottom: 42px;
}

#container.profile .s-rate,
.ingredients-recipe .s-rate,
#container .profile .s-rate,
#container .inspirations .s-rate {
    clear: both;
    font-size: 0.688em;
}
#container .inspirations .s-rate{
    clear: none !important;
}

#container.profile .s-rate ul,
.ingredients-recipe .s-rate ul,
#container .profile .s-rate ul,
#container .inspirations .s-rate ul {
    display: inline-block;
    margin: 0 0 7px 14px;
    padding: 0;
    list-style: none;
}

#container.profile .s-rate li,
.ingredients-recipe .s-rate li,
#container .profile .s-rate li,
#container .inspirations .s-rate li {
    display: inline-block;
    float: none;
    margin: 0;
    overflow: hidden;
    width: 11px;
    height: 11px;
    text-indent: -9999em;
    background: url(../img/star_off.png) no-repeat;
    cursor: pointer;
}
#container.profile .s-rate li:hover,
.ingredients-recipe .s-rate li:hover,
#container .profile .s-rate li:hover,
#container .inspirations .s-rate li:hover {
    background: url(../img/star_on.png) no-repeat;
}

#container.profile .s-rate li.on,
.ingredients-recipe .s-rate li.on,
#container .profile .s-rate li.on,
#container .inspirations .s-rate li.on {
    background: url(../img/star_on.png) no-repeat;
}

#container.profile .s-rate li.on:hover,
.ingredients-recipe .s-rate li.on:hover,
#container .profile .s-rate li.on:hover,
#container .inspirations .s-rate li.on:hover {
    background: url(../img/star_off.png) no-repeat;
}

#container.profile .news-list h4 {
    margin-bottom: 6px;
}

#container.profile .news-list p {
    font-size: 0.688em;
    line-height: 14px;
}

#container .inspirations .tile-list p {
    margin: 0;
    font-size: 0.688em;
    line-height: 14px;
}

.recipe-slider .single-pic.type2:after,
.recipe-slider .single-pic.type3:after{
    content: "";
    display: block;
    position:absolute;
    width: 136px;
    height: 63px;
    left: 0px;
    top: 30px;
}

.recipe-slider .single-pic.type2:after {
    background: url(../img/recipe-type2.png) no-repeat right top;
}

.recipe-slider .single-pic.type3:after {
    background: url(../img/recipe-type3.png) no-repeat right top;
}

.recipe-slider .single-pic.type4 a.link-type4 {
    display: block;
    position:absolute;
    width: 136px;
    height: 63px;
    left: 0px;
    top: 30px;
    background: url(../img/recipe-type4.png) no-repeat right top;
}

.recipe-slider .single-pic.type4 a.link-type4 span {
    display: none;
}


/* ABOUT US */
.s-content.about-us .lead-art p {
    clear: left;
    padding-left: 0;
}

.s-content.about-us .prizes {
    margin-top: -222px;
}

.s-content.about-us .prizes li div {
    line-height: 165px;
    min-height: 165px;
}

.s-content.about-us .news-list {
    border-top: none;
}

.history-wrapper {
    width: 100%;
    height: auto;
}

.history-wrapper img {
    width: 100%;
    height: auto;
}

.career .s-content.size2x2 {
    padding-left: 14px;
    padding-right: 14px;
}

.career .s-content.size2x2 h3 {
    font-size: 1em;
    font-weight: 600;
    line-height: 22px;
}

.career .s-content.size2x2 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.career .s-content.size2x2 ul li {
    font-size: 0.875em;
    margin-bottom: 10px;
    padding-left: 24px;
    background: url(../img/ico_show_more.png) 0 1px no-repeat;
}

.career .s-content.size2x2 p {
    margin-top: 20px;
    font-size: 0.813em;
}

#container .s-content.search-job {
    height: 310px;
    background: url(../img/bg_tomatoes2.png) 0 100% no-repeat #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.search-job select {
    display: inline-block;
    width: 287px;
    height: 34px;
    line-height: 34px;
    border: 0;
    border-radius: 4px;
    font-size: 0.813em;
}

.search-job form > div {
    float: left;
}
.search-job form > div.r-margin {
    margin-right: 20px;
}
.search-job .customSelect {
    height: 34px;
    padding: 0 0 0 14px;
    margin-bottom: 14px;
    border-radius: 4px;
    border-radius: 18px 18px 18px 18px;
    font-size: 0.813em;
    color: #666;
    background-color: #ecebeb;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.search-job .customSelectInner {
    height: 100%;
    line-height: 35px;
    margin-right: 3px;
    background: url(../img/misc_drop.png) no-repeat center right;
}

.search-job .btn-more {
    float: right;
    margin-top: 13px;
}

#container .small-block {
    width: 310px; height: 310px;
}

#container .small-block h3 {
    font-size: 1em;
    font-weight: 600;
    line-height: 22px;
}

#container .small-block ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#container .small-block ul li {
    font-size: 0.875em;
    margin-bottom: 10px;
    padding-left: 24px;
    background: url(../img/ico_show_more.png) 0 1px no-repeat;
}

#container .small-block p {
    margin-top: 20px;
    font-size: 0.813em;
}

#container .small-block{
    padding-left: 14px;
    padding-right: 14px;
}

.LegalInfo {
    border-radius: 5px;
    border: 2px solid #000;
    font-size: 12px;
    margin-bottom: 25px;
    margin: 0 auto 30px;
    max-width: 970px;
    padding: 10px 10px 10px 50px;
    position: relative;
}

.LegalInfo::before {
    background-image: url(../img/ico-info.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 26px;
    left: 15px;
    position: absolute;
    top: 10px;
    width: 26px;
}

/* Certyfikaty, produkt */
.poznaj-jakosc, 
.certyfikaty-produktu {
    padding: 1vw;
    position: relative;
}

.s-content .client-opinion .certyfikaty-produktu h3 {
    font-size: 1.5em;
}

.certyfikaty-produktu .bottom-text {
    font-size: .8vw;
    padding: 0 1vw 1vw;
}

.poznaj-jakosc .poznaj-jakosc-content, 
.certyfikaty-produktu .certyfikaty-produktu-content, 
.certyfikaty-produktu .certyfikaty-produktu-content .certyfikat-item .certyfikat-item-opis .certyfikat-item-opis-disp {
    align-items: center;
    display: flex;
    justify-content: center;
}

.certyfikaty-produktu .certyfikaty-produktu-content .certyfikat-item .certyfikat-item-opis {
    display: none;
}

.certyfikaty-produktu .certyfikaty-produktu-content {
    flex-wrap: wrap;
    justify-content: left;
}

.certyfikaty-produktu .certyfikaty-produktu-content .certyfikat-item > img {
    cursor: pointer;
    max-height: 56px;
    margin: 0 !important;
}

.certyfikaty-produktu .certyfikaty-produktu-content .certyfikat-item .certyfikat-item-opis .certyfikat-item-opis-disp {
    align-items: flex-start;
    position: relative;
}

.poznaj-jakosc .poznaj-jakosc-content div, 
.certyfikaty-produktu .certyfikaty-produktu-content div {
    padding: .5vw;
}

.certyfikaty-produktu .certyfikaty-produktu-content .certyfikat-item .certyfikat-item-opis {
    background-color: #FFF;
    bottom: 20%;
    box-shadow: 0 0 20px #999;
    left: 50%;
    padding: 1vw;
    position: absolute;
    transform: translate(-50%, 0);
    width: 80%;
    z-index: 2;
}

.certyfikaty-produktu .certyfikaty-produktu-content .certyfikat-item .certyfikat-item-opis .certyfikat-item-opis-disp .certyfikat-item-opis-img {
    position: relative;
    width: 35%;
}

.certyfikaty-produktu .certyfikaty-produktu-content .certyfikat-item .certyfikat-item-opis .certyfikat-item-opis-disp .certyfikat-item-opis-img img {
    max-width: 100%;
}

.certyfikaty-produktu .certyfikaty-produktu-content .certyfikat-item .certyfikat-item-opis .certyfikat-item-opis-disp .certyfikat-item-opis-img strong {
    font-size: 10px;
    position: absolute;
    right: 40px;
    text-align: right;
    top: 52px;
    width: 100%;
}

.certyfikaty-produktu .certyfikaty-produktu-content .certyfikat-item .certyfikat-item-opis .certyfikat-item-opis-disp .certyfikat-item-opis-img .normal-pos {
    display: block;
    font-size: .6vw;
    margin-top: 1vw;
    position: relative;
    right: auto;
    text-align: center;
    top: auto;
}

.certyfikaty-produktu .certyfikaty-produktu-content .certyfikat-item .certyfikat-item-opis .certyfikat-item-opis-disp .certyfikat-item-opis-img .logo-tekst2 {
    right: 42px;
    top: 52px;
}

.certyfikaty-produktu .certyfikaty-produktu-content .certyfikat-item .certyfikat-item-opis .certyfikat-item-opis-disp .certyfikat-item-desc {
    width: 65%;
}

.certyfikaty-produktu .certyfikaty-produktu-content .certyfikat-item .certyfikat-item-opis .certyfikat-item-opis-disp .certyfikat-item-desc small {
    background-color: #ed1c24;
    border-radius: 30px;
    display: inline-block;
    padding: .5vw 1vw;
}

.certyfikaty-produktu .certyfikaty-produktu-content .certyfikat-item .certyfikat-item-opis .certyfikat-item-opis-disp .certyfikat-item-desc small a {
    color: #FFF;
}

.certyfikaty-produktu .certyfikaty-produktu-content .certyfikat-item .certyfikat-item-opis .certyfikat-item-opis-disp .certyfikat-item-desc small a:hover {
    text-decoration: none;
}

.certyfikaty-produktu .certyfikaty-produktu-content .certyfikat-item .certyfikat-item-opis .certyfikat-item-opis-disp .zamknij-okienko {
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 5px;
}

.prod-cat .two-colls .client-opinion {
    width: 100%;
}


/*
 * FOOTER
 */

.main-from-footer {
    background: none repeat scroll 0 0 #333333;
    overflow: hidden;
}

.main-from-footer ul{
    display: flex;
    margin: 0 auto;
    padding: 0;
    justify-content: center;
}
.main-from-footer ul li{
    padding: 10px 0;
}
.main-from-footer ul li a{
    text-align: center;
    color: #ddd;
    opacity: .8;
    width: 106px;
    display: block;
    text-align: center;
}
.main-from-footer ul li a img {
    height: 68px;
}
.main-from-footer ul li a:hover{
    opacity: 1;
    text-decoration: none;
    outline: none;
}
.main-from-footer ul li a:focus{
    outline: none;
}
.main-from-footer ul li a span{
    color: #999999;
    display: block;
    font-size: 0.75em;
    line-height: 1;
    padding-top: 4px;
}

nav#subnav .important-info a {
    border: 1px solid #FFF;
    display: block;
    margin: 20px 0 0;
    padding: 15px;
    text-align: center;
}

#foot {
    padding: 13px 0 12px;
    text-align: center;
    color: #ffffff;
    background: #282a3a;
}

#foot a {
    text-decoration: underline;
    color: #ffffff;
}

#foot p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.688em;
    margin: 0;
}

#foot .copyrights {
    position: absolute;
    left: 30px;
    bottom: 0;
}

#foot .social-media {
    position: absolute;
    right: 189px;
    bottom: -4px;
}

#foot .social-media a {
    float: left;
    width: 26px;
    height: 27px;
    margin-left: 7px;
    text-indent: -9999em;
    overflow: hidden;
}

#foot .social-media a.s-fb {
    background: url(../img/ico_fb.png) no-repeat;
}

#foot .social-media a.s-yt {
    background: url(../img/ico_yt.png) no-repeat;
}

#foot .authors {
    position: absolute;
    right: 18px;
    bottom: 0;
}


/* Dialog Boxes */
.ui-widget-overlay {
    background-color: rgba(0, 0, 0, 0.78);
    opacity: 1;
}

.ui-dialog {
    width: 335px !important;

    background: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 3px rgba( 0, 0, 0, 0.2);
    box-shadow: 0 2px 3px rgba( 0, 0, 0, 0.2);
}
.ui-dialog>div {
    padding: 2px 35px;
}

.ui-dialog .ui-dialog-title {
    width: auto;
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 1.250em;
    font-weight: 700;

    display: none;
}

.ui-dialog p {
    font-family: Arial, sans-serif;
    font-size: 0.875em;
    line-height: 18px;
}
.ui-dialog p {
    text-align: center;
    margin: 1.6em 5%;
    /*margin: 0 0 1.5em 0;*/
}

.ui-button-icon-only.ui-dialog-titlebar-close {
    display: block;
    position: absolute;
    top: -5px;
    right: -15px;
    /*    top: -35px;
        right: -54px;*/
    width: 35px;
    height: 35px;
    padding: 0;
    border: 0;
    overflow: hidden;
    text-indent: -9999em;
    -webkit-border-radius: 35px;
    border-radius: 35px !important;
    outline: 0;
    background: #333 url(../img/ico_close.png) center center no-repeat;
    z-index: 1000;

}

button.ui-dialog-titlebar-close .ui-icon {
    display: none;
}

.ui-dialog form label {
    display: block;
    margin-bottom: 4px;
    padding-left: 20px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 0.813em;
}

.ui-dialog form label .error {
    display: block;
    color: #ed1c24;
}

.ui-dialog form input[type="text"] {
    width: 100%;
    height: 34px;
    margin-bottom: 18px;
    border: none;
    border-radius: 17px;
    padding: 0 20px;
    font-family: Arial, sans-serif;
    font-size: 0.750em;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
    background-color: #e7e7e7;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ui-dialog form textarea {
    width: 100%;
    height: 100px;
    margin-bottom: 18px;
    border: none;
    border-radius: 17px;
    padding: 10px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
    background-color: #efefef;
    resize: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ui-dialog form p {
    font-size: 0.813em;
}

.button-wrapper {
    display: table;
    margin: 0 auto;
}

.button-wrapper button {
    float: left;
    margin: 20px 13px 0;
}

.ui-dialog-buttonpane {
    text-align: center;
}
.ui-dialog .ui-dialog-buttonpane{
    margin: .5em 0;
}
.ui-dialog button,
.ui-dialog button:visited {
    margin: 0 7px 20px;
    display: inline-block;
    border: 0 none;
    border-radius: 18px 18px 18px 18px;
    color: #FFFFFF;
    font-family: 'Open Sans',sans-serif;
    font-size: 0.75em;
    font-weight: bold;
    /*height: 35px;*/
    line-height: 2.8;
    /*padding: 0 26px 0 22px;*/
    padding: 0 3%;
    background-color: #333333;
}

.ui-dialog .ui-widget-header {
    border: none;
    color: #333;
    background: transparent;
}

.ui-dialog .ui-dialog-titlebar {
    padding: 0;
}

.ui-dialog .ui-corner-all {
    border-radius: 0;
}

.ui-dialog .ui-dialog-content {
    margin: 15px;
    overflow: visible;
    padding: 0;
}

.ui-widget button {
    font-size: 0.75em;
}

.ui-button-text-only {
    display: inline-block;
    text-align: center;
    font-size: 0.75em;
    background-color: #000;
}

.ui-dialog .ui-dialog-buttonpane button {
    display: inline-block;
    margin: 0 auto;
}

.ui-dialog-buttonset .ui-button-text-only {
    border: none;
    background: transparent;
}

.ui-button-text-only .ui-button-text {
    display: inline-block;
    height: 35px;
    padding: 0 22px;
    color: #fff;
    background-color: #333333;
    border: 0 none;
    line-height: 35px;
    border-radius: 18px 18px 18px 18px;
    font-size: 0.75em;
}

.ui-widget-content {
    border: none;
}

.ui-dialog .ui-dialog-buttonpane {
    padding: 0;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: none;
    text-align: center;
    padding: 0;
}

/* ==========================================================================
   Price styles
   ========================================================================== */

.price-item .wrapper, .price-item .price, .circulat-text-wrapper, .circulat-text{
    behavior: url(PIE.htc);
}
/*@font-face {
    font-family: "Open Sans";
    src: url('fonts/opensans-light-webfont.eot');
    src: url('fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/opensans-light-webfont.svg#Impact') format('svg'),
        url('fonts/opensans-light-webfont.woff') format('woff'),
        url('fonts/opensans-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}*/
@font-face {
    font-family: "Impact";
    src: url('fonts/Impact.eot');
    src: url('fonts/Impact.eot?#iefix') format('embedded-opentype'),
        url('fonts/Impact.svg#Impact') format('svg'),
        url('fonts/Impact.woff') format('woff'),
        url('fonts/Impact.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Futura Md BT";
    src: url('fonts/FutuBd.eot');
    src: url('fonts/FutuBd.eot?#iefix') format('embedded-opentype'),
        url('fonts/FutuBd.svg#Futura Md BT') format('svg'),
        url('fonts/FutuBd.woff') format('woff'),
        url('fonts/FutuBd.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'CalvertMTStdBold';
    src: url('fonts/calvertmtstd-bold.eot');
    src: url('fonts/calvertmtstd-bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/calvertmtstd-bold.svg#CalvertMTStdBold') format('svg'),
        url('fonts/calvertmtstd-bold.woff') format('woff'),
        url('fonts/calvertmtstd-bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Kids";
    src: url('fonts/kidsn.eot');
    src: url('fonts/kidsn.eot?#iefix') format('embedded-opentype'),
        url('fonts/kidsn.svg#Impact') format('svg'),
        url('fonts/kidsn.woff') format('woff'),
        url('fonts/kidsn.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.flt-left{
    float: left;
}

.flt-rigth{
    float: right;
}


.price-item,
.wrapper,
.top-hint,
.bg-wrapper,
.bg-wrapper>span,
.old-price
{
    display: block;
}

.price-item,
.price-item .wrapper{
    position: relative;
    height: 170px;
    width: 170px;
}

.price-item .wrapper .price-item-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.price-item {
    font-family: "Impact",Arial,Helvetica,sans-serif;
    position: absolute;
    bottom: 0;
    right: 0;
}
.price-item .top-hint {
    background: none repeat scroll 0 0 #EA1A27;
    color: #FFE800;
    display: table;
    margin: 4px auto 0;
    padding: 1px 5px;
    position: relative;
    text-transform: uppercase;
    font-family: "Futura Md BT", Arial,Helvetica,sans-serif;

}
.price-item .top-hint img,
#container .slot .price-item .top-hint img{
    left: 25%;
    margin: 0 auto;
    position: absolute;
    top: 100%;
    width: 60%;


}
.price-item .wrapper {
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;

}
.circulat-text-wrapper{
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    /*    transform:rotate(35deg);
        -webkit-transform:rotate(35deg);
        -moz-transform:rotate(35deg);
        -o-transform:rotate(35deg);*/
}
.price-item .price {
    background: none repeat scroll 0 0 #FFE800;
    border-radius: 50%;
    color: #333333;
    font: normal 3.2em/1 "Impact",sans-serif;
    height: 130px;
    left: 20px;
    position: absolute;
    top: 20px;
    width: 130px;
}

.price-item .price .price-wrapper {
    display: table;
    position: relative;
    margin: 30px auto 0;

    font: normal 1em/1 "Impact",sans-serif;

}
.price-item .price .price-wrapper .side {
    position: relative;
    display: block;
    float: left;
}
.price-item .price .price-wrapper .pln {
    position: relative;
    display: block;
    float: left;
}
.price-wrapper .gr {
    font: normal 0.75em/1 "Impact",sans-serif;
    position: relative;
    display: block;
}

.price-wrapper .amount {
    font: normal 0.22em/1 "Impact",sans-serif;
    position: relative;
    display: block;
    padding-left: 5%;
}
.price-item .circulat-text-wrapper .circulat-text {
    z-index: 5;
    width: 100%;
    bottom: 0;
    color: #FFE800;
    position: absolute;
    text-align: center;
    font-weight: normal;
    margin: 0;
    letter-spacing: 1px;
}
.bg-wrapper{
    height: 100%;
    position: relative;
    text-align: center;
}
.bg-wrapper>div, .bg-wrapper>span{
    background: none;
    height: 50%;
    width: 50%;
    bottom:0;
    position: absolute;
}

.bg-wrapper>span img{
    width: 100%;
}



.old-price {
    position: absolute;
    text-align: center;
    top: 18px;
    width: 100%;
    z-index: 10;
    color: #333333;
}

.size1x1 .price-item{
    display: none;
}



/*bookstore*/

.bookstore .top-hint,
.bookstore .bg-wrapper>span,
.bookstore .circulat-text-wrapper,
.bookstore .old-price
{
    display: none;
}
.price-item.bookstore .wrapper{
    border-radius: 0;
}
.price-item.bookstore .bagde{
    width: 90%;
    margin: 0 auto;
}
.price-item.bookstore .price{
    background: none;
    top: 0;
    color: #FFFFFF;
    margin-top: 10px;
}
.size2x2 .price-item.bookstore,
.size2x2 .price-item.bookstore .wrapper,
.size4x2 .price-item.bookstore,
.size4x2 .price-item.bookstore .wrapper
{
    width: 140px;
    margin-right: 10px;
    /*    height: 140px;

       bottom: -20px; */
}
.size2x2 .price-item.bookstore .price,
.size4x2 .price-item.bookstore .price
{
    left: 0;
    width: 100%;
    font-size: 3em;
    margin-top: 20px;
}
.size2x2 .price-item.bookstore .price .price-wrapper,
.size4x2 .price-item.bookstore .price .price-wrapper
{
    margin-top: 20px;
}

.main-pic{
    height: 350px;
}
.prod-cat-descryption .main-pic > a.shop-special-img{
    display: table;
    background: #fff;
    border-radius: 0 20px 20px 0;
    position: absolute;
    top: 75%;
    left: 0;
    padding-left: 25px;
    right: auto;
}

input[type="file"] {
    color: #333333;
    font-size: 0.813em;
    padding: 10px;
    width: 100%;
}

/* certificate-desc */

.prod-cat .two-colls .client-opinion ul li.certificate-desc{
    width: 320px;
    position: relative;
    right: 13px;
}
.certificate-desc{
    position: relative;
    clear: both;
    height: 85px;
    /*overflow: hidden;*/

}
.certificate-desc img{
    width: 100%;
}
.certificate-desc a{
    color: #333;
}
.certificate-desc p{
    padding-left: 15px;
    padding-right: 10px;
}

.certificate-desc .certificate-hide-visual-one
{
    border: 1px solid #999999;
    border-radius: 5px;
    background: #ffffff;
    padding: 10px;
    position: absolute;
    bottom: 85px;
    left: 0;
    z-index: 99;
}
.certificate-desc .certificate-hide-visual-one .visual
{
    float: left;
    width: 75px;
    height:  126px
}
.certificate-desc .certificate-hide-visual-one .desc
{
    float: left;
    width: 220px;
}
.certificate-desc .certificate-hide-visual-one .url
{
    float: left;
    width: 160px;
    margin-left: 10px;
}
.certificate-desc .certificate-hide-visual-one .url img
{
    width: 100px;
}
.certificate-desc .certificate-hide-visual-1
{
    border: 1px solid #999999;
    border-radius: 5px;
    background: #ffffff;
    padding: 10px;
    position: absolute;
    bottom: 85px;
    left: 3px;
    z-index: 99;
}
.certificate-desc .certificate-hide-visual-1 .visual
{
    float: left;
    width: 103px;
    height:  175px
}
.certificate-desc .certificate-hide-visual-1 .desc
{
    float: left;
    width: 190px;
}
.certificate-desc .certificate-hide-visual-1 .url
{
    float: left;
    width: 160px;
    margin-left: 10px;
}
.certificate-desc .certificate-hide-visual-1 .url img
{
    width: 100px;
}
.certificate-desc .certificate-hide-visual-2
{
    border: 1px solid #999999;
    border-radius: 5px;
    background: #ffffff;
    padding: 10px;
    position: absolute;
    bottom: 85px;
    left: 3px;
    z-index: 99;
}
.certificate-desc .certificate-hide-visual-2 .visual
{
    float: left;
    margin-bottom: 10px;
    /*   width: 75px;
height:  126px */
}
.certificate-desc .certificate-hide-visual-2 .desc
{
    float: left;
    width: 270px;
}
.certificate-desc .certificate-hide-visual-2 .url
{
    float: left;
    width: 160px;
    margin-left: 10px;
}
.certificate-desc .certificate-hide-visual-2 .url img
{
    width: 100px;
}

.certificate-desc .certificate-hide-visual-3
{
    border: 1px solid #999999;
    border-radius: 5px;
    background: #ffffff;
    padding: 10px;
    position: absolute;
    bottom: 85px;
    left: 3px;
    z-index: 99;
}
.certificate-desc .certificate-hide-visual-3 .visual
{
    float: left;
    margin-bottom: 10px;
    /*   width: 75px;
height:  126px */
}
.certificate-desc .certificate-hide-visual-3 .desc
{
    float: left;
    width: 270px;
}
.certificate-desc .certificate-hide-visual-3 .url
{
    float: left;
    width: 160px;
    margin-left: 10px;
}
.certificate-desc .certificate-hide-visual-3 .url img
{
    width: 100px;
}

.certificate-desc .certificate-hide-visual-4
{
    border: 1px solid #999999;
    border-radius: 5px;
    background: #ffffff;
    padding: 10px;
    position: absolute;
    bottom: 85px;
    left: 3px;
    z-index: 99;
}
.certificate-desc .certificate-hide-visual-4 .visual
{
    float: left;
    width: 75px;
    height:  126px
}
.certificate-desc .certificate-hide-visual-4 .desc
{
    float: left;
    width: 220px;
}
.certificate-desc .certificate-hide-visual-2 .url
{
    float: left;
    width: 160px;
    margin-left: 10px;
}
.certificate-desc .certificate-hide-visual-4 .url img
{
    width: 100px;
}

.url img {
    margin-bottom: 15px;
    margin-top: 5px;
}


.intertek {
    bottom: 90px;
    font-size: 13px;
    left: 65px;
    position: absolute;
}
.oko-tex{
    bottom: 86px;
    font-size: 17px;
    left: 13px;
    position: absolute;
}

#radio-stars.ui-buttonset .ui-state-default,
#radio-stars.ui-buttonset .ui-widget-content .ui-state-default,
#radio-stars.ui-buttonset .ui-widget-header .ui-state-default{
    background: none;
    border: 0;
}
#radio-stars.ui-buttonset .ui-button-text-only .ui-button-text{
    background: url('/img/voting-star.gif') no-repeat center bottom;
    border: 0;
    color: #fff;
    /*color: #333;*/
    line-height: 38px;

}
#radio-stars.ui-buttonset .ui-state-hover .ui-button-text,
#radio-stars.ui-buttonset .ui-state-active .ui-button-text{
    background: url('/img/voting-star.gif') no-repeat center top;
}



/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

.paginated-form select {
    display: inline-block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    border: 0;
    border-radius: 4px;
    font-size: 0.813em;
}

.paginated-form .customSelect {
    overflow: hidden;
    height: 35px;
    padding-right: 3px;
    padding-left: 17px;
    border-radius: 4px;
    border-radius: 18px 18px 18px 18px;
    font-size: 0.813em;
    color: #666;
    background-color: #fff;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
}

.paginated-form .customSelectInner {
    height: 100%;
    line-height: 35px;
    margin-right: 1px;
    padding-right: 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../img/misc_drop.png) no-repeat center right;
}

span.product-availability{
    display:block;
    position:absolute;
    right:10px;
    top:60px;
    font-size:0.9em;
    font-weight:700;
    width:150px;
}
span.product-description, span.recipe-description{
    margin:10px 15px;font-size:0.85em;display:block;
}
span.product-description p, span.recipe-description p {
    padding-left:0px !important;
}
div.single-pic {
    position: relative;
}

div.single-pic .recipe-like {
    position: absolute;display:block;bottom:20px;
    right: 0;
    height: 34px;
    padding: 0 9px 0 19px;
    font-size: 15px;
    border-radius: 20px 0 0 20px;
    line-height: 34px;
    color: #fff;
    background-color: #ed1c24;
}

/* video player layer styles
div#videoPlayerContainer {
        position:relative;
}
div#videoPlayer {
        margin:100px auto;
        width:400px;
        height:286px;
        z-index:2147483647;
}*/

/* placeholder fix for certain browsers */
input.placeholder {
    color:#aaa;
}

/* input fields required/errors */
p.required {
    float:left;
    font-weight:bold;
    font-size: 0.813em;
    padding-right:4px;
    line-height: 19px !important;
}
.sidebar-loggin p.required {
    margin:0 0 7px;
}
p.required.error {
    color:red;
    position: relative;

}
p.required.error span.error {
    display:none;
    position:absolute;
    background:white;
    bottom:20px;
    left:0px;
    padding:10px;
    width:310px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border:1px solid #f00;
    word-wrap: break-word;
}

/* shops ajax loader */
div.shop-loader {
    text-align:center;
    display:none;
}
/* message placeholder */
div.message{
    margin: 18px 10px 0px 10px;
    min-height:20px !important;
    text-align:center;
}

/* promo banner */
div.promo-banner {
    margin-bottom: 20px;
}

/* specific style for fixed background */


.fixed-background-fullscreen {
    margin:0px;
    padding:0px;
    width:100%;
    height:100%;
    display:block;
    position: fixed;
    z-index: 0;
}


.fixed-background-fullscreen a {
    display: block;
    width: 100%;
    height: 100%;
}

.fixed-background-fullscreen a span {
    display:none;
}


#dashboard, .main-from-footer, #subnav, #foot {
    position: relative;
    z-index: 1;
}

#head .inner {
    position: static
}

#head .inner h1 {
    position: relative;
    float: left;
    /*margin-top: -44px;
    margin-top: -20px;*/
 margin-top: -22px;

    left: 0px;
   /* bottom: auto;*/
}

#head .inner .header-items, #head .inner .search-engine {
    position: relative;
}

.age-verification {
    padding: 590px 0px 150px;
    background: #fff url(../img/bg-age-verification.jpg) no-repeat center 50px;
    margin-bottom: 20px;
    border-radius: 4px;
}

.age-verification h1 {
    color: #676767;
    font-size: 2em;
    font-weight: normal;
    text-align: center;
}

.age-verification p {
    text-align: center;
}

.age-verification p span, .age-verification p a {
    display: inline-block;
    font-size: 1.5em;
    color: #676767;
    text-transform: uppercase;
    padding: 15px 30px;
    border: 1px solid #676767;
    margin: 0px 7px;
    cursor: pointer;
}

.age-verification p a:hover {
    text-decoration: none;
}

@media (max-width: 989px) {
    #mainnav .inner > a, #mainnav-slider .inner > a {
        position: relative;
        z-index: 3;
    }
}
/* --------------------------------------- */

.newSeeMore #container .slot {
    margin-bottom: 5px !important;
}

.newSeeMore #container .grid .slot.size6x1 {
    border-radius: 0;
    display: inline-block;
    margin-bottom: 20px !important;
    width: 50%;
}

.newSeeMore #container .see-more {
    background-color: #ffd600;
    border-radius: 0;
    height: 100%;
    line-height: 1;
    margin: 0;
    width: 100%;
    border: 0;
}

.newSeeMore #container .see-more span {
    background: none;
    border-radius: 0;
    color: #000;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.2;
    padding: 15px 60px;
    text-decoration: underline;
}

.newSeeMore #container #ebook:nth-of-type(odd) span {
    background-image: url(../img/ico-pobierz-ebook.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
    float: left;
}

.biblioteka #container #biblioteka:nth-of-type(even) span {
    background-image: url(../img/ico-pytanie-i-odpowiedzi.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
    float: left;
}

.newSeeMore #container #ebook:nth-of-type(even) span {
    background-image: url(../img/ico-zobacz-ebook.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
    float: right;
}

.biblioteka #container #biblioteka:nth-of-type(odd) span, 
.lista-produktow #container #lista-produktow:nth-of-type(odd) span {
    background-image: url(../img/ico-regulamin.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
    float: right;
}

.lista-produktow #container #lista-produktow:nth-of-type(even) span {
    background-image: url(../img/ico-lista-produktow.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
    float: left;
}

.oneItem #container .grid .slot.size6x1 {
    width: 100%;
}

.oneItem #container .grid .slot.size6x1 .see-more {
    text-align: center
}

.oneItem #container .grid .slot.size6x1 span {
    display: inline-block;
    float: none;
}

.oneItem #container #regulamin span {
    background-image: url(../img/ico-regulamin.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
}

.oneItem #container #lista-produktow span {
    background-image: url(../img/ico-lista-produktow.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
}

@media (max-width: 659px) {
    .newSeeMore #container .grid .slot.size6x1 {
        margin-bottom: 0;
        width: 100%;
    }

    .newSeeMore #container .see-more {
        height: auto;
        padding: 10px 0;
        text-align: center;
    }

    .newSeeMore #container #ebook:nth-of-type(even) span, 
    .newSeeMore #container #ebook:nth-of-type(odd) span, 
    .biblioteka #container #biblioteka:nth-of-type(even) span, 
    .biblioteka #container #biblioteka:nth-of-type(odd) span, 
    .lista-produktow #container #lista-produktow:nth-of-type(even) span, 
    .lista-produktow #container #lista-produktow:nth-of-type(odd) span {
        display: inline-block;
        float: none;
        text-align: left;
    }

    .newSeeMore #container .grid .slot.size6x1:last-of-type {
        margin-bottom: 20px;
    }
}


/* specific styles for search results images */

ul.search-results li.result-item {
    clear: both;
}

ul.search-results li.result-item .title {
    display: block;
}

li.result-item img {
    float:left;
    margin: 5px 10px 10px 0px;
    max-width: 73px;
}

@media (max-width: 989px) {
    .grid{
        margin: 0px auto;
    }
    #head .search-engine input[type="text"]{
        width: 98px;
    }
    #head .search-engine .search-term-wrapper{
        width: 90px;
    }

    .main-from-footer ul li {
        width: 11%;
    }
}

@media (max-width: 659px) {
    .grid{
        margin: 0px auto;
    }

    .inner .contestList .home__box h3, 
    .inner .contestList .contestList__box_title h3 {
        font-size: 20px;
    }

    .inner .baner-wsparcie-ua {
        flex-wrap: wrap;
        margin: 0 auto 20px;
        max-width: 310px;
    }

    .inner .baner-wsparcie-ua .desktop, 
    .inner .baner-wsparcie-ua .tablet, 
    .inner .baner-wsparcie-ua .wsparcie-ua-tekst h3 .desktop.text2 {
        display: none;
    }

    .inner .baner-wsparcie-ua .mobile, 
    .inner .baner-wsparcie-ua .wsparcie-ua-tekst h3 .mobile.text2 {
        display: block;
    }

    .inner .baner-wsparcie-ua .wsparcie-ua-img, 
    .inner .baner-wsparcie-ua .wsparcie-ua-tekst {
        width: 100%;
    }

    .inner .baner-wsparcie-ua .wsparcie-ua-img img {
        width: 100%;
    }

    .inner .baner-wsparcie-ua .wsparcie-ua-img::after {
        display: none;
    }

    .inner .baner-wsparcie-ua .wsparcie-ua-tekst {
        border-radius: 0 0 10px 10px;
        padding: 30px 0;
        position: relative;
    }

    .inner .baner-wsparcie-ua .wsparcie-ua-tekst::before {
        background-image: url(../img/wsparcie-ua/ico-heart-hand.png);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 30px;
        transform: translate(0, -50%);
        width: 70px;
        height: 70px;
    }

    .inner .baner-wsparcie-ua .wsparcie-ua-tekst h3 {
        font-size: 18px;
        line-height: 1;
        padding-left: 20vw;
    }

    .inner .baner-wsparcie-ua .wsparcie-ua-tekst h3 .kwota {
        display: inline-block;
        font-size: 32px;
        margin: 0;
    }

    .inner .baner-wsparcie-ua .wsparcie-ua-tekst::before {
        top: 50px;
    }

    .inner .baner-wsparcie-ua .wsparcie-ua-tekst {
        padding: 30px 0 15px;
    }

    .inner .baner-wsparcie-ua .wsparcie-ua-tekst h3 {
        padding: 0 0 10px 20vw;
    }

    .inner .baner-wsparcie-ua .button-zobacz-wiecej.desktop {
        display: inline-block;
        padding: 5px 40px;
    }

    .inner .baner-wsparcie-ua .wsparcie-ua-tekst .text2 {
        font-size: 25px;
        margin-bottom: 10px;
    }
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    h1, h2, h3, h4, h5, h6, article {
        font-family: "Open Sans", sans-serif, Arial, Helvetica;
        color: red;
    }


}




/* ==========================================================================
   Responsive styles
   ========================================================================== */


/* Tablet */
@media (max-width: 989px) {
    .custom-select, 
    .ico-zapisz-newslletter {
        display: none;
    }
    .profile .slimScrollDiv {
        display: none;
    }
    .inner {
        width: 640px;
    }
    #dashboard .inner {
        padding: 0 4vw;
        width: auto;
    }
    .visible-desktop {
        display: none !important;
    }
    .pagerotator {
        z-index: 0;
    }
    .visible-mobile {
        display: block;
    }
    .sklep-online {
        display: none;
    }
    #dashboard .menu-engine {
        align-items: center;
        justify-content: space-between;
    }
    #dashboard .inner .logo-header {
        margin-top: 0;
    }
    #dashboard h1 a {
        background-image: url(../img/logo-m.png);
        height: 7.374vw;
        margin-top: 1vw;
        position: relative;
        width: 5.253vw;
        z-index: 1;
    }
    #dashboard .innerDiv {
        width: 100%;
    }
    .sklep-online-submenu ul li:first-of-type > .button-promocje {
        display: block;
    }
    
    .sklep-online-submenu ul li .submenuplaceholder ul {
        margin: 0;
    }

    #dashboard .menu-engine ul.dashmenu li {
        padding-top: 3vw;
    }
    #dashboard .menu-engine ul.dashmenu li > a {
        font-size: 3vw;
        font-weight: 400;
    }
    #head .cart-status {
        font-size: 1.125em;
        font-weight: 700;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    #head .cart-status .cart-status-list {
        height: 34px;
        line-height: 34px;
        padding: 0 24px;
        background: #333;
    }
    #head .cart-status .cart-status-list span {
        display: none;
    }
    #head .inner .header-icons-engine {
        float: right;
        width: 40%;
    }
    #head .search-engine {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    #head .search-engine button,
    #head .search-engine input[type="submit"] {
        margin: 0;
        padding: 0 24px;
        font-size: 1.125em;
        font-weight: 700;
        -webkit-border-radius: 34px;
        border-radius: 34px;
    }
    #mainnav-slider {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding: 0;
        font-size: 1.125em;
    }
    #mainnav ul,
    #mainnav-slider ul {
        display: none;
    }
    #dashboard .logo-menu, 
    #dashboard .dashmenu, 
    .sklep-online-submenu ul, 
    #dashboard .dashmenu li {
        display: block;
        float: none;
        margin: 0;
        width: 100%;
    }
    .sklep-online-submenu {
        order: 1;
    }
    #dashboard .logo-menu {
        order: 2;
    }
    #dashboard .dashmenu {
        order: 3;
    }
    #dashboard .form-search {
        order: 999;
        width: 100%;
    }
    #dashboard .inner, 
    #dashboard .menu-engine #mainnav, 
    #dashboard .menu-engine #mainnav .inner {
        margin: 0;
        padding: 0;
        width: 100%;
    }
    #mainnav .inner > ul {
        display: block;
        text-align: left;
        width: 100%;
    }
    #mainnav .inner,
    #mainnav-slider .inner {
        width: 100%;
        background: none;
    }
    #mainnav .inner > a,
    #mainnav-slider .inner > a {
        float: left;
        height: 51px;
        padding: 0 17px 0 60px;
        color: #fff;
        line-height: 51px;
        background: #ED1C24;
        text-transform: uppercase;
        -webkit-border-radius: 0 51px 51px 0;
        border-radius: 0 51px 51px 0;
    }
    #mainnav .inner > a.normal-link {
        background: none;
        border-radius: 0;
        font-size: 4vw;
        height: auto;
        line-height: 1.2;
        padding: 2vw 2vw;
    }
    #mainnav .inner > a:after,
    #mainnav-slider .inner > a:after {
        content: "";
        display: inline-block;
        position: relative;
        top: 6px;
        margin-left: 11px;
        width: 27px;
        height: 27px;
        background: url(../img/misc_caret_black.png) no-repeat;
    }
    #mainnav .inner > a.normal-link::after {
        display: none;
    }
    #dashboard {
        height: 10vw;
    }
    #dashboard .menu-engine > ul#menuList {
        margin-top: 0;
        padding: 0;
    }
    #dashboard .menu-engine .static-links {
        align-items: center;
        display: flex;
        justify-content: space-between;
        padding: 0;
        position: relative;
        z-index: 1;
    }
    #dashboard .menu-engine .static-links a {
        color: #FFF;
        display: block;
        padding: 0 7vw;
    }
    #dashboard .menu-engine .static-links a img {
        height: 8vw;
        max-width: 100%;
    }
    #dashboard .menu-engine .header-icons-engine {
        display: none;
    }
    #dashboard .menu-engine > ul {
        background-color: #fcfaf9;
        box-shadow: inset 0 10px 15px 3px #cfcfcf;
        height: auto;
        left: 0;
        padding: 3vw 3vw 0;
        position: absolute;
        right: 0;
        top: 11vw;
        width: auto;
        z-index: 200;
    }
    #dashboard .menu-engine #menuList {
        display: none;
    }
    .sklep-online-submenu {
        border: none;
        border-radius: none;
        margin: 0 auto;
        width: 100%;
    }
    .sklep-online-submenu {
        background-color: #79d7dc;
        border-radius: 0;
        padding: 0;
        text-transform: uppercase;
    }
    #dashboard .sklep-online-submenu ul li a.button-promocje {
        background-color: transparent;
        background-position: top right;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 0;
        color: #000;
        cursor: pointer;
        margin: 0;
        padding: 3vw;
        position: relative;
    }
    #mainnav .inner > ul > li,
    #mainnav-slider .inner > ul > li, 
    #dashboard .menu-engine ul.dashmenu li {
        box-sizing: border-box;
        float: none !important;
        font-size: 1em;
        margin: 0;
        padding: 3vw;
        position: relative;
        width: 100%;
    }
    #dashboard .menu-engine ul.dashmenu li a {
        text-transform: uppercase;
    }
    #mainnav .inner > ul > li.sklepy {
        display: none;
    }
    #dashboard .menu-engine > ul > li:first-child > a,
    #mainnav-slider .inner > ul > li:first-child > a {
        border-radius: 0;
    }
    #dashboard .menu-engine > ul > li.has-childs > a:after,
    #mainnav-slider .inner > ul > li.has-childs > a:after {
        display: none;
    }

    #dashboard .menu-engine > ul > li.has-childs a,
    #mainnav-slider .inner > ul > li.has-childs a  {
        display: none;
    }

    #dashboard .menu-engine > ul > li > span.submenuplaceholder {
        display: block;
        position: static;
    }

    #dashboard .menu-engine #mainnav .inner > ul > li > ul,
    #mainnav-slider .inner > ul > li > ul.mobile,
    #dashboard .menu-engine #mainnav .inner > ul > li > span.submenuplaceholder > ul {
        display: block;
        position: static;
        padding-top: 0;
        padding-bottom: 0;
    }

    #dashboard .menu-engine #mainnav .inner > ul > li > a,
    #mainnav-slider .inner > ul > li > a {
        text-align: left;
    }

    #dashboard .menu-engine > ul > li.has-childs ul li a,
    #mainnav-slider .inner > ul > li.has-childs ul.mobile li a {
        display: inline-block;
    }

    #dashboard .menu-engine > ul > li > ul > li a,
    #mainnav-slider .inner > ul > li > ul.mobile > li a {
        padding-left: 20px;
        font-size: 1em;
    }

    #dashboard .menu-engine > ul > li,
    #mainnav-slider .inner > ul > li,
    #dashboard .menu-engine > ul > li > ul > li:first-child,
    #mainnav-slider .inner > ul > li > ul.mobile > li:first-child {
        border: none;
    }

    #dashboard .menu-engine > ul > li {
        position: relative;
    }

    #dashboard .menu-engine > ul > li::after, 
    #dashboard .menu-engine > ul > li.has-childs ul li::after, 
    #dashboard .menu-engine ul li.static-link::after {
        background-image: url(../img/arrow_gray_right.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        display: block;
        height: 12px;
        position: absolute;
        right: 4vw;
        top: 50%;
        transform: translate(0, -50%);
        width: 7px;
    }

    #dashboard .menu-engine > ul > li > ul {
        padding: 0;
        text-transform: uppercase;
    }
    
    #dashboard .menu-engine > ul > li > span.submenuplaceholder > ul {
        padding: 0;
    }

    #dashboard .menu-engine > ul > li > span.submenuplaceholder > ul > li {
        border: none;
        padding: 0;
        text-transform: uppercase;
    }

    #dashboard .menu-engine > ul > li.has-childs ul li {
        position: relative;
    }

    #dashboard .menu-engine > ul > li.has-childs::after {
        display: none;
    }

    #dashboard .menu-engine .sklep-online-submenu ul li.has-childs .submenuplaceholder ul li {
        padding: 0;
    }

    #dashboard .menu-engine .sklep-online-submenu ul li.has-childs .submenuplaceholder ul li a {
        box-sizing: border-box;
        display: block;
        padding: .8vw 3vw;
        width: 100%;
    }

    #dashboard .menu-engine ul li > a {
        font-family: "FuturaCE-Medium";
        font-weight: 600;
        padding: 0;
        font-size: 4vw;
    }

    #dashboard .menu-engine ul li.has-childs ul li {
        border: none;
        font-size: 2vw;
        padding: .8vw 0;
        text-transform: uppercase;
    }

    #dashboard .menu-engine ul li.has-childs ul.sklep-online-submenu li {
        background-color: #68d1d7;
        padding: .5vw 3vw;
    }

    #dashboard .menu-engine ul li.has-childs ul li.button-promocje-m {
        background-color: #FFED02;
    }

    #dashboard .menu-engine ul li.has-childs ul li > a {
        background: none;
        font-size: 2vw;
        font-weight: 400;
    }
    
    #dashboard .menu-engine ul li.has-childs ul li > a.button-promocje {
        background-color: #ffed02;
        background-image: none !important;
        border-radius: 0;
        display: block;
        padding: 0;
        width: 100%;
    }

    #dashboard .menu-engine > ul > li > span.submenuplaceholder > ul > li:first-child {
        border: none;
        box-shadow: none;
    }
    
    #dashboard .menu-engine > ul > li.has-childs, 
    #mainnav-slider .inner > ul > li.has-childs {
        border-top: none;
        box-shadow: none;
        padding-top: 0;
    }

    #dashboard .menu-engine > ul > li.has-childs {
        font-size: 2.5vw;
        padding: 0;
    }

    #dashboard .menu-engine > ul > li.has-childs.sklepy a {
        background-image: url('../img/menu-mobile-tlo-sklepy.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    #dashboard .menu-engine > ul > li > ul > li {
        border: none;
        padding: .8vw 0;
    }

    #dashboard .menu-engine {
        align-items: center;
        display: flex;
        justify-content: space-between;
        padding: 0 4vw;
    }

    #dashboard .menu-engine #menuLink {
        order: 2;
    }

    #dashboard .menu-engine > a {
        -webkit-border-radius: 50%;
        background: #c9232d;
        border-radius: 50%;
        color: #fff;
        float: none;
        height: 7vw;
        padding: 0;
        text-transform: uppercase;
        width: 7vw;
    }

    #dashboard .menu-engine > a::after {
        display: none;
    }

    #dashboard .menu-engine form {
        border-radius: 20px;
        border: 1px solid #f2efed;
        display: block;
        margin: 5vw auto;
        padding: 1vw 3vw .7vw;
        text-align: center;
        width: 250px;
    }

    #dashboard .menu-engine form input {
        background: none;
        border: 0;
        font-family: "FuturaCE-Medium";
        font-weight: 100;
        outline: none;
        text-transform: uppercase;
    }

    #dashboard .menu-engine form button {
        background: none;
        border: 0;
    }

    #dashboard .menu-engine #mainnav .inner > ul > li.has-childs ul, 
    #dashboard .menu-engine #mainnav .inner > ul > li.has-childs .submenuplaceholder, 
    #dashboard .menu-engine .sklep-online-submenu ul > li.has-childs .submenuplaceholder {
        display: none;
        padding: 0;
    }

    #dashboard .menu-engine #mainnav .inner > ul li.has-childs > a {
        cursor: pointer;
        display: block;
        padding: 0;
        position: relative;
    }

    #dashboard .menu-engine #mainnav .inner > ul li.has-childs > a.active {
        padding-bottom: 1vw;
    }

    #dashboard .menu-engine #mainnav .inner > ul > li > a::after, 
    #dashboard .menu-engine #mainnav .inner > ul li.has-childs > a::after, 
    #dashboard .sklep-online-submenu ul li a.button-promocje::after, 
    #dashboard .menu-engine ul.dashmenu li a::after, 
    #dashboard .menu-engine ul li.has-childs ul li a::after {
        background-image: url(../img/arrow_gray_right.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        display: block;
        height: 12px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translate(0, -50%);
        transition: all .5s ease-in-out;
        width: 7px;
    }

    #dashboard .menu-engine #mainnav .inner > ul > li > a, 
    #dashboard .menu-engine ul li.has-childs ul li a {
        position: relative;
    }

    #dashboard .sklep-online-submenu ul li a.button-promocje::after {
        right: 3vw;
    }

    #dashboard .menu-engine #mainnav .inner > ul li.has-childs > a.active::after, 
    #dashboard .sklep-online-submenu ul li a.button-promocje.active::after {
        transform: translate(-50%, 0) rotate(90deg);
    }

    #dashboard .menu-engine > ul > li.has-childs ul li::after, 
    #dashboard .menu-engine ul.dashmenu li a::after, 
    #dashboard .menu-engine ul li.has-childs ul li a::after, 
    #dashboard .menu-engine .sklep-online-submenu ul li.has-childs .submenuplaceholder ul li a::after {
        height: 9px;
        right: 3.5vw;
        width: 5px;
    }

    #dashboard .menu-engine ul li.has-childs ul li a::after {
        right: .5vw;
    }

    #nav-icon2 {
        width: 4vw;
        height: auto;
        position: relative;
        margin: 1.5vw auto 0;
    }

    #container {
        padding-top: 13px;
        position: relative;
        z-index: 0;
    }
    .home #container {
        padding-top: 0;
    }
    #container .baner-homeBiedronkPl {
        position: relative;
    }
    #container .baner-homeBiedronkPl img {
        display: block;
        width: 100%;
    }
    /*.grid {
        height: auto !important;
        margin-left: -20px;
    }
    #container .slot {
        position: relative;
        top: auto !important;
        left: auto !important;
        float: left;
        margin-left: 20px;
    }*/
    .choose-prod > a {
        display: block;
    }
    #container h2 {
        padding-left: 9px;
        font-size: 1.875em;
    }
    #container .main-col {
        float: none;
        width: auto;
    }
    #subnav {
        font-size: 2.2vw;
    }
    #subnav .inner .inner-column {
        margin-bottom: 3vw;
        width: 49%;
    }
    #subnav .inner .inner-column:nth-of-type(3), 
    #subnav .inner .inner-column:nth-of-type(4) {
        margin-bottom: 0;
    }
    #subnav .inner .inner-column h3 {
        font-size: 3vw;
    }
    #subnav ul,
    #subnav ul.two-cols,
    #subnav ul:first-child,
    #subnav ul:last-child {
        width: auto;
        float: none;
        clear: both;
        overflow: hidden;
        margin: 0 0 20px 0;
    }
    #subnav .two-cols li {
        width: calc(50% - 20px);
    }
    .sidebar {
        clear: both;
        position: static;
        width: auto;
    }
    .sidebar-nav {
        position: absolute;
        width: 100%;
        top: 98px;
        min-height: 0;
    }
    .sidebar-nav ul {
        padding: 9px 106px 0;
    }
    .sidebar-nav ul li {
        background-position: center 0;
    }
    .sidebar-nav ul li a {
        padding: 7px 0;
        text-align: center;
    }
    #container .newsletter-tile h3 {
        font-size: 0.875em;
        margin: 0 0 5px;
    }
    #container .transform4x1 .tile-subtitle {
        display: none;
    }
    #container .transform4x1 .tile-name {
        display: block;
        width: 80px;
        left: 343px;
    }
    #container .transform4x1 .tile-info {
        top: 5px;
        left: 343px;
    }
    #foot {
        z-index: 0;
    }
    #foot p {
        font-size: 1.250em;
        text-align: left;
    }
    #foot .copyrights,
    #foot .authors {
        position: static;
    }
    #foot .social-media {
        right: 0;
    }
    #foot .social-media a {
        width: 61px;
        height: 62px;
        margin-left: 16px;
    }
    #foot .social-media a.s-fb {
        background: url(../img/ico_fb_big.png) no-repeat;
    }

    #foot .social-media a.s-yt {
        background: url(../img/ico_yt_big.png) no-repeat;
    }

    /* Article */
    #container .s-content {
        background: #fff;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        min-height: 0 !important;
    }
    .s-content aside {
        width: 50%;
        margin: 0 -20px 20px 20px;
    }
    .s-content .news-list li > a {
        clear: both;
        display: block;
        float: left;
        margin: 12px 10px 10px 0;
    }
    .s-content p {
        width: auto;
        padding: 0;
    }
    .s-content p.lead {
        width: auto;
        padding: 0;
    }
    .s-content .news-list {
        width: auto;
        margin: 0 0 7px 0;
    }
    .s-content .news-list li {
        margin: 20px 0;
        width: auto;
    }
    .s-content .news-list h4 {
        margin: 0 70px 0 0;
    }
    .s-content .news-list p {
        float: none;
        clear: none;
        margin-top: 25px;
    }
    .s-content .lead-art p {
        float: none;
        width: auto;
        padding-left: 0;
    }

    .s-content .lead-art {
        overflow: hidden;
        padding-top: 7px;
        padding-bottom: 8px;
    }

    .s-content .lead-art .lead {
        padding-right: 0;
    }
    .s-content .pic-wrapper {
        width: auto;
    }

    #container .slot.sidebar-nav {
        float: none;
        width: auto;
    }

    #container.profile .news-archive input {
        width: auto;
    }
    .s-content.about-us .lead-art p,
    .s-content.about-us .lead-art .lead {
        font-size: 1.250em;
        line-height: 28px;
    }
    .s-content.about-us .lead-art .lead  {
        float: none;
    }
    .s-content.about-us .prizes {
        margin-top: 0;
        float: none;
        width: 100%;
    }
    .s-content.about-us h4 {
        background-color: #efefef;
        margin: 0 -20px;
        padding: 4px 20px;
        font-size: 1.875em;
    }
    .s-content.about-us .news-list {
        padding: 0 20px;
        margin: 0 -20px;
        background-color: #efefef;
    }
    .s-content.about-us .prizes {
        margin-bottom: 20px;
    }
    .s-content.about-us .news-list li {
        margin-bottom: 20px;
    }
    .s-content.about-us .news-list p {
        clear: both;
        font-size: 1.250em;
    }
    .s-content.about-us .news-list h4 {
        font-size: 1.500em;
        margin-bottom: 13px;
        margin-right: 80px;
    }
    .s-content.about-us .news-list span {
        font-size: 1.125em;
    }
    #container .s-content.search-job {
        height: auto;
        background: #fff;
    }
    #container .s-content.size2x2 {
        width: 100%;
        height: auto;
    }
    .search-job form > div {
        float: none;
    }
    .search-job select {
        width: 100%;
    }
    .search-job form > div.r-margin {
        margin-right: 0;
    }
    .search-job .btn-more {
        float: none;
    }
    /* #mainnav .inner > ul > li > ul {
        display: none !important;
    } */
    #container .s-content.small-block {
        height: auto;
        width: 100%;
    }
}

/* Mobile */
@media (max-width: 659px) {
    body {
        min-width: 320px;
    }
    #head {
        display: none;
        margin: 0px auto;
        width: 100%;
    }

    #container .baner-homeBiedronkPl {
        margin-bottom: 4vw;
        position: relative;
    }

    .inner {
        width: 100%;
    }

    #foot {
        padding: 4vw;
    }

    #foot .copyrights, 
    #foot .authors {
        text-align: center;
    }

    #head:after {
        content: "";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    #head .inner h1 {
        flex: 1 1 100%;
        float: none;
        margin-top: 0px !important;
        left: 0px;
        padding-bottom: 0px;
    }

    #head h1 {
        position: static;
        margin-bottom: 10px;
    }
    #head h1 a {
        width: auto;
        background-position: center 0;
        background-repeat: no-repeat;
        margin: 0 auto;
    }
    #head .search-engine .search-term-wrapper {
        padding: 0 6.525vw 0 1.821vw;
        width: 44.006vw;
    }
    #head .search-engine input[type="text"] {
        width: 78px;
    }

    #head .search-engine button {
        padding: 0 12px !important;
        font-size: 1em;
    }

    #head .cart-status,
    #head .search-engine {
        float: left;
        margin: 0;
    }
    #head .search-engine {
        margin-top: 4vw;
        order: 3;
    }
    #head .cart-status .cart-status-list,
    #head .search-engine button,
    #head .search-engine input[type="submit"] {
        padding: 0 20px;
    }
    #mainnav {
        width: 100%;
    }
    #mainnav .inner {
        width: 100%;
    }
    #mainnav .inner > a {
        padding-left: 40px;
    }
    /* #dashboard .inner, 
    .inner {
        width: 90%;
        margin: 0 auto;
    } */

    #head .inner .header-icons-engine {
        width: 60%;
    }

    .header-items.date-close-open {
        float: none;
        margin: 0 auto;
        order: 2;
        width: 30%;
    }
    
    .header-items.date-close-open li {
        float: none;
        width: 100%;
    }

    .header-items.date-close-open .header-bg-red {
        font-size: 10px;
        padding: 5px;
    }

    .header-items.date-close-open .day-of-week-class {
        font-size: 12px;
    }

    .header-items.date-close-open .day-class {
        font-size: 40px;
    }

    .header-items.date-close-open .month-class {
        font-size: 15px;
    }

    #container .location-map {
        margin-bottom: 0;
    }

    #container #dcContainer #changeLocation, 
    #container #dcContainer #dcUI {
        margin-bottom: 20px;
    }

    #dashboard .menu-engine #mainnav .inner > ul > li,
    #dashboard .menu-engine #mainnav .inner > ul > li > ul > li a,
    #mainnav-slider .inner > ul > li > ul.mobile > li a,
    #dashboard .menu-engine #mainnav .inner > ul > li > span.submenuplaceholder > ul > li a  {
        font-size: 0.9em !important;
    }

    #container #sidebar {
        width: auto;
        margin-left: 0;
    }
    .home #container #sidebar  {
        margin-left: -20px;
    }
    #container .locations-tile h3 {
        font-size: 0.875em;
    }
    #container .locations-tile form a {
        margin-top: 3px;
    }
    #container #sidebar.big-mobile .locations-tile h3 {
        font-size: 2.438em;
    }
    #container #sidebar.big-mobile .locations-tile form a {
        font-size: 1.375em;
        margin-top: 10px;
    }
    #container #sidebar.big-mobile .locations-tile input[type="text"] {
        height: 67px;
        font-size: 1.438em;
    }
    #container #sidebar.big-mobile .locations-tile button {
        height: 67px;
        width: 142px;
        font-size: 1.438em;
    }
    #container #sidebar.big-mobile .locations-tile dl {
        font-size: 1.450em;
    }
    /*#container .size2x2,
    #container .size2x1 {
        width: calc(50% - 20px);
    }
    #container .size4x1,
    #container .size4x2 {
        width: calc(100% - 20px);
    }
        #container .slot {
        height: auto;
    }*/
    #container .slot img {
        /*width: 310px;*/
        max-width: 100%;
        height: auto;
    }
    #container .size4x2 .tile-title {
        width: 40.8%;
        background-size: cover;
    }
    #container .tile-title.t-right {
        right: 0;
    }
    #container .tile-title.t-left {
        left: 20px;
    }
    #container .size4x2,
    #container .size6x3 {
        overflow: visible;
    }
    #container .size4x2 .tile-title h2,
    #container .size4x2 .tile-title h3 {
        padding: 40px 30px;
        font-size: 1.6em;
        text-align: center;
    }

    #container .size4x2 .tile-title h2 span,
    #container .size4x2 .tile-title h3 span {
        text-align: center;
    }
    #container .tile-title a {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: 0 !important;
        padding: 0 !important;
        background-position: center 90%;
        text-indent: -9999em;
    }
    #container .slot .tile-content {
        height: auto;
    }
    #subnav {
        font-size: 3vw;
    }
    #subnav .inner .inner-column h3 {
        font-size: 3.5vw;
    }
    #subnav li {
        background-position: 0 11px;
    }
    #container #main {
        width: auto;
    }
    .sidebar-nav ul {
        padding: 9px 10% 0;
    }
    #container .big-mobile .height1,
    #container .big-mobile .height2 {
        height: auto;
        margin: 0 0 20px 0;
        width: 100%;
    }
    #container .big-mobile .height1 img,
    #container .big-mobile .height2 img {
        width: 100%;
        height: auto;
    }
    #foot p {
        font-size: 0.70em;
    }
    #foot .social-media a {
        width: 26px;
        height: 27px;
        margin-left: 7px;
    }

    #foot .social-media a.s-fb {
        background: url(../img/ico_fb.png) no-repeat;
    }

    #foot .social-media a.s-yt {
        background: url(../img/ico_yt.png) no-repeat;
    }

    #container .tile-info {
        display: none;
    }
    #container .newsletter-tile.size2x2 {
        float: none;
        width: auto;
        height: auto;
        clear: both;
    }
    #container .newsletter-tile.size2x2 form {
        position: static;
        padding: 20px;
    }

    #container .newsletter-tile.size2x2 h3 {
        width: auto;
        margin-bottom: 10px;
    }

    .profile .s-content .news-archive h3,
    .profile .news-archive h3 {
        margin-top: 20px;
    }

    .s-content .news-list li {
        float: none;
    }

    .s-content .news-list li img {
        max-width: 100%;
    }

    .profile .s-content .news-list h4 {
        clear: both;
    }

    #container.profile .news-list p {
        margin-top: 0;
    }
    .ui-dialog {
        width: 335px !important;
        /*padding: 27px 15px;*/
    }
    .ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-icon-only.ui-dialog-titlebar-close{
        right: -14px;
        top: -5px;

    }
    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
        right: 0;
        top: 0;
    }
    .certyfikaty-produktu .certyfikaty-produktu-content .certyfikat-item .certyfikat-item-opis .certyfikat-item-opis-disp .certyfikat-item-opis-img strong {
        font-size: 1.6vw;
        right: 5vw;
        top: 6.8vw;
    }
    
    .certyfikaty-produktu .certyfikaty-produktu-content .certyfikat-item .certyfikat-item-opis .certyfikat-item-opis-disp .certyfikat-item-opis-img .logo-tekst2 {
        right: 5.4vw;
        top: 6.9vw;
    }

    .certyfikaty-produktu .certyfikaty-produktu-content .certyfikat-item .certyfikat-item-opis .certyfikat-item-opis-disp .certyfikat-item-desc small {
        padding: 1vw 3vw;
    }
}

@media (min-width: 480px) and (max-width: 659px) {
    .main-from-footer ul {
        display: block;
        width: 90%;
    }

    .main-from-footer ul li {
        padding: 5vw 1%;
        width: 31.3333%;
    }

    /*#container .slot {
        clear: right;
    }*/

    #container .transform4x1 .tile-name {
        width: auto;
        top: 10px;
        bottom: auto;
        left: auto;
        right: 10px;
    }

    #container .size2x2 .tile-desc {
        width: 162px;
        height: 70px;
        right: -20px;
        padding: 20px 35px 0 25px;
        font-size: 1.0em;
        line-height: 1;
    }
    #container #sidebar.big-mobile .locations-tile h3 {
        font-size: 2em;
    }
    #container #sidebar.big-mobile .locations-tile form a {
        font-size: 1.175em;
        margin-top: 16px;
    }
}

@media (max-width: 479px) {
    .main-from-footer ul {
        display: block;
        width: 90%;
    }

    .main-from-footer ul li {
        padding: 5vw 1%;
        width: 31.3333%;
    }

    .price-item.spring-home {
        height: 55px;
    }

    .price-item.spring-home .price{
        font-size: 3.2em;
    }

    .prod-cat-descryption .main-pic > a.shop-special-img{
        top: 87%;
        width: 50%;
    }
    .prod-cat-descryption .main-pic > a.shop-special-img img{
        width: 100%;
        max-width: 184px;
    }


    /*#container .size2x2,
    #container .size2x1 {
        width: calc(100% - 20px);
    }*/
    #container .size4x2 .tile-title h2,
    #container .size4x2 .tile-title h3 {
        padding: 20px 20px;
        font-size: 1.1em;
    }
    #container .locations-tile form dl {
        margin-top: 2px;
    }
    #container #sidebar.big-mobile .locations-tile h3 {
        font-size: 0.875em;
    }
    #container #sidebar.big-mobile .locations-tile form a {
        font-size: 0.688em;
    }
    #container #sidebar.big-mobile .locations-tile input[type="text"] {
        height: 35px;
        font-size: 0.75em;
    }
    #container #sidebar.big-mobile .locations-tile button {
        height: 35px;
        width: 80px;
        font-size: 1em;
    }
    #container #sidebar.big-mobile .locations-tile dl {
        font-size: 1em;
    }
    #container .inside-tile .tile-price {
        font-size: 0.5em;
    }
    .s-content aside {
        float: none;
        width: auto;
        margin: 0 -20px 20px;
    }
    #container.profile .news-archive input {
        width: 100%;
        margin-bottom: 20px;
    }
    #container.profile .news-archive button {
        float: none;
        display: table;
    }

    #container header .btn-more {
        display: none;
    }
}

@media (max-width: 400px) {
    #head .search-engine .search-term-wrapper {
        width: 43vw;
    }

    #mainnav .inner .static-links {
        width: 60%;
    }

    #mainnav .inner .static-links a {
        padding: 0 5vw;
    }

    #dashboard .menu-engine .sklep-online-submenu ul li.has-childs .submenuplaceholder ul li a, 
    #dashboard .menu-engine #mainnav .inner > ul > li > ul > li a, 
    #dashboard .menu-engine #mainnav .inner > ul > li > span.submenuplaceholder > ul > li a {
        font-size: 3vw !important;
    }
}

#promoBanner{
    position:relative;
    margin:0 auto;
    width:310px;
    height:310px;
    display:block;
    background-position: 0 0;
    background-repeat: no-repeat;
    cursor: pointer;
}

#promoBanner a {
    display: block;
    width: 310px;
    height: 100%;
}

.top-player.clock {
    position: relative;
    margin: 0 auto;
}
.top-player.clock a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.top-player.clock .close {
    background: url("../img/static/banners/close-white.png") 50% 50% no-repeat;
}




.top-player.without-clock {
    background: url("../img/static/banners/topplayer-euro2016-no-clock.jpg") 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}


/*default size*/
.top-player.with-clock {
    background: url("../img/static/banners/topplayer-euro2016-clock-mobile.jpg") 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}
.top-player.clock .jquery-clock {
    position: absolute;
    width: 100%;
    text-align: center;
    color: #fff;
    background: url("../img/static/banners/clock.png") 50% 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}
.top-player.clock .jquery-clock span {
    position: relative;
    display: inline-block;

}

.top-player.size600x500 {
    display: none!important;
    width: 600px;
    height: 500px;
}
.top-player.size600x500 .jquery-clock {
    top: 320px;
    left: 0;
    /* width: 499px; */
    height: 97px;
    font-size: 18px;
    line-height: 26px;
}
.top-player.size600x500 .jquery-clock span {
    font-size: 40px;
    line-height: 70px;
}
.top-player.size600x500 .jquery-clock > span {
    margin: 0 23px;
    width: 79px;
    text-align: center;
}
.top-player.size600x500 .jquery-clock > span > span {
    width: 100%;
    letter-spacing: 0.5em;
}

.top-player.size600x500 .jquery-clock .h {
    left: 43px;
}
.top-player.size600x500 .jquery-clock .m {
    left: 7px;
}
.top-player.size600x500 .jquery-clock .s {
    left: -28px;
}



.top-player.size310x300 .jquery-clock {
    top: 185px;
    left: 0;
    height: 51px;
    font-size: 18px;
    line-height: 26px;
}

.top-player.size310x300 .jquery-clock > span {
    font-size: 26px;
    line-height: 38px;
    letter-spacing: 0.23em;
}
.top-player.size310x300 .jquery-clock .h {
    left: 0px;
}
.top-player.size310x300 .jquery-clock .m {
    left: 3px;
}
.top-player.size310x300 .jquery-clock .s {
    left: 8px;
}


.top-player.size310x300 {
    display: block!important;
    width: 300px;
    height: 310px;
}

/* STYLE DO NOWEGO COOKIES */
.push_ad_main_container {
    bottom: 70px !important;
}

#ot-sdk-btn-floating.ot-floating-button {
    margin-left: 16px;
}

#onetrust-banner-sdk, 
#onetrust-pc-sdk, 
#ot-sdk-cookie-policy, 
#ot-sync-ntfy, 
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group, 
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-title, 
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy h5, 
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy h6, 
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy li, 
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy p, 
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a, 
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy span, 
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td, 
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-description, 
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy th {
    color: #000 !important;
}

#ot-sdk-cookie-policy h3 {
    font-size: .875em !important;
    font-weight: 100 !important;
}

@media only screen and (max-width: 425px) {
    #onetrust-banner-sdk #onetrust-policy {
        margin-left: 1em !important;
        margin-top: 3em !important;
        margin-right: 1em !important;
    }
}

@media (max-width: 500px) {
    .push_ad_main_container {
        bottom: 50px !important;
    }

    #ot-sdk-btn-floating.ot-floating-button {
        margin-left: 13px;
    }

    #onetrust-banner-sdk .ot-sdk-container, #onetrust-pc-sdk .ot-sdk-container, #ot-sdk-cookie-policy .ot-sdk-container {
        width: 100% !important;
    }
}
/* KONIEC */

@media (min-width: 660px) {
    /*
    #promoBanner{
        position:relative;
        margin:0 auto;
        width:600px;
        height:500px;
        display:block;
        background: url("../img/thematic/mobile-page/toplayer.jpg") 0 0 no-repeat;
        cursor: pointer;
    }

    #promoBanner a {
        display: block;
        width: 570px;
        height: 100%;
    }  */

    .top-player.size600x500 {
        display: block!important;
    }
    .top-player.size310x300 {
        display: none!important;
    }

    .top-player.with-clock {
        background: url("../img/static/banners/topplayer-euro2016-clock.jpg") 0 0 no-repeat;
        -webkit-background-size: contain;
        background-size: contain;
    }
}

@media (max-width: 659px) {
    /*
    #promoBanner{
        position:relative;
        margin:0 auto;
        width:300px;
        height:310px;
        display:block;
        background: url("../img/thematic/mobile-page/toplayer-mobile.jpg") 0 0 no-repeat;
        cursor: pointer;
    }

    #promoBanner a {
        display: block;
        width: 285px;
        height: 100%;
    } */

    .main-from-footer ul li a {
        text-align: center;
        width: 100%;
    }

    .main-from-footer ul li a span {
        display: block;
        width: 100%;
        font-size: 3.5vw;
        line-height: 1.1;
    }

    .main-from-footer ul li a img {
        height: 20vw;
    }
    #head .inner {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        padding-top: 35px;
    }
    .header-items {
        display: flex;
        float: none;
        justify-content: center;
        order: 1;
        margin: 0 auto;
        width: 60%;
    }
    .header-items li.ico-mobile .mobile-tooltip {
        display: none !important;
    }

    .header-items li a {
        height: 40px;
        width: 40px;
    }

    .header-items li.ico-fb a {
        background-size: cover;
    }

    .header-items li.ico-yt a {
        background-position: -40px 0;
        background-size: cover;
    }

    .header-items li.ico-mobile a {
        background-position: -86px 0;
        background-size: cover;
    }

    .y_item {
        clear: both;
        width: 317px!important;
        /* padding-bottom: 0px!important; */
    }

    .y_playlist {
        display: flex;
        flex-flow: column wrap;
        justify-content: center;
        align-items: center;
    }

    .play_btn {
        top: 25%!important;
        left: 42%!important;
    }

    @media screen and (prefers-color-scheme: dark) {
        .search-bar input:focus,
        .search-bar input:valid {
            bottom: -37px;
            position: absolute;
            right: 0;
        }
    }
}

.head-link {
    position: absolute;
    top: 93px;
    left: 50%;
    margin-left: -285px;
    display:block;
}

@media (min-width: 660px) and (max-width: 989px) {
    .head-link {
        margin-left: -125px;
    }
}


@media (max-width: 659px) {
    .head-link {
        display: none !important;
    }
}
@media screen and (max-width: 640px) {
    .mobile-slide {
        width: 320px!important;
        height: 150px!important;
      
    }
    .mobile-slide  canvas {
        width: 320px!important;
        height: 150px!important;
    }
}
