/* Clearing styles */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body { margin: 0;}

/* HTML5 display definitions */
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
  display: block;
}
address {  font-style: normal; }

audio,canvas,progress,video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

.hidden, .xttv { display: none; }

a { background-color: transparent; }

a:active, a:hover { outline: 0; }

mark {
  background: #ff0;
  color: #000;
}

small { font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup { top: -0.5em; }

sub { bottom: -0.25em; }

img {  border: 0; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0.625em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {  overflow: auto; }

code,kbd,pre,samp {
  font-family: monospace ;
  font-size: 1rem;
}

button,input,optgroup,select,textarea {
  font: inherit; 
  margin: 0; 
}

button {  overflow: visible;}

button,select { text-transform: none; }

button,html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button; 
  cursor: pointer; 
}

button[disabled], html input[disabled] { cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input { line-height: normal; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box; 
  padding: 0; 
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield; 
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; 
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

textarea { overflow: auto; }

optgroup { font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,th {  padding: 0;}

/* Font face                                         
---------------------------------------------------*/
@font-face {
    font-family: 'Aller';
    src: url('../fonts/aller_rg-webfont.eot');
    src: url('../fonts/aller_rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/aller_rg-webfont.woff2') format('woff2'),
         url('../fonts/aller_rg-webfont.woff') format('woff'),
         url('../fonts/aller_rg-webfont.ttf') format('truetype'),
         url('../fonts/aller_rg-webfont.svg#allerregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Aller Display';
    src: url('../fonts/allerdisplay-webfont.eot');
    src: url('../fonts/allerdisplay-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/allerdisplay-webfont.woff') format('woff'),
         url('../fonts/allerdisplay-webfont.ttf') format('truetype'),
         url('../fonts/allerdisplay-webfont.svg#aller_displayregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'iconfont-galia';
    src: url('../fonts/icomoon_galia.eot');
    src: url('../fonts/icomoon_galia.eot?#iefix') format('embedded-opentype'),
         url('../fonts/icomoon_galia.woff') format('woff'),
         url('../fonts/icomoon_galia.ttf') format('truetype'),
         url('../fonts/icomoon_galia.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 25px 20px;
  box-sizing: border-box; 
  text-align: justify;
}

.column, .columns {
  width: 100%;
  display: inline-block;
  box-sizing: border-box; 
  vertical-align: top;
  margin-bottom: 20px;
}

/* For devices larger than 580px */

@media (min-width: 770px) {
  .column, .columns {
  width: 48%;
  }
  #column-left, .column-right-blog {
    width: 35%;
  }
  .col_text, #blog-post-list {
    width: 63%;
  }
  
}

/* For devices larger than 550px */
@media (min-width: 980px) {
  #column-left, .col_text, #blog-post-list, .column-right-blog {width: none;}
  .column, .columns { margin-left: 3%; margin-bottom:0px; }
  .column-first { margin-left: 15px; }

  .one.column,  .one.columns      { width: 4%; }
  .two.columns                    { width: 13%; }
  .three.columns                  { width: 21%;            }
  .four.columns                   { width: 30%; }
  .five.columns                   { width: 39%; }
  .six.columns                    { width: 46%;            }
  .seven.columns                  { width: 56%; }
  .eight.columns                  { width: 63%; }
  .nine.columns                   { width: 74%;          }
  .ten.columns                    { width: 82%; }
  .eleven.columns                 { width: 91%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30%; }
  .two-thirds.column              { width: 65%; }

  .one-half.column                { width: 46%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }
  .doctypes-three.columns                {width:33%; margin-left: 0px;}
  
  .column-border {
      border-right: 4px solid #d3bd77; 
  }  
    


}
@media (min-width: 1024px) {
  .container-half {
  width: 60%;
  max-width: 950px;
  
  }
}

/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
body {
  font-size: 16px; font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
  font-family: 'Aller',Helvetica, sans-serif;
  color: #555; 
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: 600; 
  font-family: 'Aller Display','Open Sans', sans-serif;
}

h1 { font-size: 30px; font-size: 1,875rem; line-height: 1.2;  }
h2 { font-size: 24px; font-size: 1.5rem; line-height: 1.25; }
h3 { font-size: 18px; font-size: 1.125rem; line-height: 1.3;  }
h4 { font-size: 16px; font-size: 1rem; line-height: 1.35; }
h5 { font-size: 13px; font-size: 0.81rem; line-height: 1.5;  }
h6 { font-size: 10px; font-size: 0.62rem; line-height: 1.6;  }

/* Larger than phablet */
@media (min-width: 550px) {
  h1 { font-size: 32px; font-size: 2rem; }
  h2 { font-size: 28px; font-size: 1.8rem; }
  h3 { font-size: 29px; font-size: 1.2rem; }
  h4 { font-size: 18px; font-size: 1.125rem; }
  h5 { font-size: 16px; font-size: 1rem; }
  h6 { font-size: 12px; font-size: 0.8rem; }
}

p { margin-top: 0; }

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a, a:visited {
  color:  #63C2C7; 
  text-decoration: none;
}
a:hover { color: #3A9CBA; }

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input, textarea, select {
  color: #555;;
}
input, textarea, select {
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; 
  margin-right: 10px;
}
input, select {  height: 48px;  }

/* Removes awkward default styles on some inputs for iOS */
input, textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; 
}
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; 
}
input:focus, textarea:focus, select:focus {
  border: 1px solid #33C3F0;
  outline: 0; 
}
label, legend {
  display: block;
  margin-bottom: .312rem;
  font-weight: 600; 
}
fieldset {
  padding: 0;
  border-width: 0;
}
input[type="checkbox"],input[type="radio"] {  display: inline;  }

label > .label-body {
  display: inline-block;
  margin-left: 5px; margin-left: .312rem;
  font-weight: normal; 
}
.half-width-input {
  width: 98%;
  margin-right: 0px;
}

@media (min-width: 550px) {
  .half-width-input {
    width: 47%;
    margin-right: 10px;
  }
}
.full-width-textarea {
  width: 97%;

}
/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button, button {
  display: inline-block;
  padding: 6px 30px;
  color: #555;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  /*letter-spacing: .1rem;*/
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; 
}

.button:hover,button:hover, .button:focus, button:focus {
  color: #333;
  border-color: #888;
  outline: 0; 
}
.button-primary, .button-primary {
  color: #FFF;
  background-color: #63C2C7;
  border: 0px;
}

.button-primary:hover, .button-primary:hover, .button-primary:focus, .button-primary:focus {
  color: #FFF;
  background-color: #4FC9D0;
  border:0px;
}
.button-secondary, .button-secondary:visited {
  color: #fff;
  background: #86BAED;
  border: 0;
}
.button-secondary:hover {
  color:#fff;
  background: #95C7F9;
}
.button-small {
  font-size: 14px; font-size: 0.87rem;
  height: 40px;
  padding: 3px 20px;
}


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {  list-style: circle inside; }
ol {  list-style: decimal inside; }

ol, ul {
  padding-left: 0;
  margin-top: 0; 
  margin-left: 2rem;
}

ul ul,ul ol,ol ol,ol ul {
  margin: 1rem 0 1rem 2rem;
  font-size: 90%; 
}
li {  margin-bottom: 0.625rem; text-align: left; }

.nostylelist {
  list-style: none;
}
.noindentlist {
  margin-left: 0;
}
.smallindentlist {
  margin-left: 6px; margin-left:0.4rem;
}
.list-horizontal, .list-horizontal-item {
    display: inline-block;
    list-style: none;
    padding-left: 10px;
    padding-right: 10px;
}
.hangindentlist-withicon {
    text-indent: -3.2rem;
    padding-left: 3.2rem;
}

/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .125rem .312rem;
  margin: 0 .125rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 0,625rem 1rem;
  white-space: pre; }


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; 
}

th:first-child,td:first-child {  padding-left: 0; }
th:last-child,td:last-child {  padding-right: 0; }


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,.button { margin-bottom: 0.625rem; }
input,textarea,select,fieldset {  margin-bottom: 0.625rem; }

article {
  margin-bottom: 3rem;
}

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.full-width {
  width: 100%;
  box-sizing: border-box; 
}

.max-full-width { 
  max-width: 100%;
  box-sizing: border-box; 
}

.pull-right { float: right; }
.pull-left { float: left; }
.center {text-align: center;}
.text-limit { max-width: 1000px;}
.anchor {
    display: block;
    position: relative;
    top: -70px;
    visibility: hidden;
}
.block { display: block; }
/* Colors
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.white {  color: #FFF;  }
.blue-main { color: #63C2C7;}
.blue-green {color: #3B7374 ;}
.green-strong {color: #62DF79;}
.green-dark {color: #3f5f3b;}
.pink { color: #DA93A7;}
.straw {color: #d3bd77;}
.brown-nut {color: #a9875a;}

.bkg-lightgrey        { background-color: #F2F2F2; }
.bkg-bluegrey         { background-color: #86BAED;}
.bkg-bluemedium       { background-color: #4892C7}
.bkg-greenmain        { background-color: #20B5B0;}
.bkg-greensec         { background-color: #34C799;}

.bkg-pastelnut        { background: #D5C4AE; }
.bkg-pastelblue       { background: rgba(153, 207, 207, 0.78); }

.header-straw {
  background-color: rgba(251,224,140,1);
  padding-top: 15px;
  padding-bottom: 15px;
}
/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 32px; margin-top: 2rem;
  margin-bottom: 132px; margin-bottom: 2rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }

.xttv{ display: none;}
.inline { display: inline-block;}

.flex { 
  display: flex;
  flex-wrap: wrap;

}
.flex-space {
    justify-content: space-around;
}
.flex-center {
  justify-content:center; 
}
.italic-small {
  font-style: italic;
  font-size: 14px; font-size: 0.875rem;
}
.italic {
    font-style: italic;
}
.img-circle {
  border-radius: 50%;
}
/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.container:after,.row:after,.u-cf {
  content: "";
  display: table;
  clear: both; 
}

/* Iconfont
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.icon:before {
  font-family: iconfont-galia;
  font-size: 19px; font-size: 1.2rem; 
  font-weight: normal;
}
.icon-footer:before {
  font-size: 1.4rem;
}
.icon-footer {
      position: relative;
    top: 2px;
    margin-right: 8px;
}
.icon-mail:before      {  content: "\e902";  }
.icon-phone:before     {  content: "\e900";  }
.icon-address:before   {  content: "\e901";  } 


/* Top header and menus css
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#topheader {
      position: relative;
    width: 100%;
    z-index: 1000;
    background: #fff;
    -moz-box-shadow: 0px 1px 8px 0px #ccc;
    /* -webkit-box-shadow: 0px 1px 8px 0px #ccc; */
    /* box-shadow: 0px 1px 8px 0px #ccc; */
    top: 40px;
    background-color: #63C2C7 ;
    border-top: 3px solid rgba(255, 255, 255, 0.72);
    border-bottom: 3px solid rgba(255, 255, 255, 0.72);
}

.menu-link, .menu-link:visited {
  text-decoration: none;
  color: #fff;
  display: block;
  line-height: 35px;
  font-weight: 600;
  font-family: "Aller Display";
  padding-left: 10px;
  padding-right: 10px;
}
.menu-link:hover {
  color: #fff;
}

#topcont {
  padding-bottom: 0px;
  padding-top: 10px
}

#top-menu {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 80%;
}
.topmenu-item:hover{ 
   text-decoration: underline;
}
.listmenu {
  margin-bottom: 0px;
}
.plain-link {
  text-decoration: none;
  color: #555;
}
.plain-link:hover {
  color: #555;
  text-decoration: underline;
}
.side-menu {
    padding-bottom: 15px;
  }
#logo {
  display: inline-block;
  width: 10%;
}
#main-msg {
  font-family: "Kaushan Script";
}
/* Home Page
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#mainpage-promo {
  background: #fff url('../images/tlo3_hi.jpg') no-repeat top;
  background-size: cover; 
  min-height: 400px;

}
#promo-holder {
  position: relative;
  min-height: 350px;
  max-width: 85%;

}
#promo-text {
  position: absolute;
  bottom: 10px;
}
.header-columns {
  padding-right: 3%;
}
#mainpage-contact {
    background: #fff url('../images/kontakt.jpg') no-repeat top;
  background-size: cover; 
  min-height: 400px;
   margin-bottom: 0;

}
/* Produkty, draze & tarty
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.produkt-smaki {
  margin-bottom: 20px;
}
#tarty-promo {
  background: #fff url('../images/tarta_bkg_hi.jpg') no-repeat top;
  background-size: cover; 
  min-height: 400px;

}
#draze-promo {
  background: #fff url('../images/mainbkg_hi.jpg') no-repeat top;
  background-size: cover; 
  min-height: 400px;

}
.smaki-draze {
    padding-right: 10px;
    padding-top: 10px;
    border: 4px solid #d3eeef;
    border-radius: 8px;
}

#produkty-display {
  border-bottom: 5px dashed rgb(153, 207, 207);
}

#produkt-kamyczki {
  border-top: 5px dashed #a9875a;
}
.smaki-kamyczki {
  border-radius: 5px;
  border: 4px solid #F6E3C9;
  padding-right: 10px;
  padding-top: 10px;
}
.header-icon {
    position: relative;
    bottom: -5px;
}
.product-header {
  margin-bottom: 0px;
}
#produkt-tarty-slodkie {
      border-top: 5px dashed #DA93A7;
}
#produkt-kulebiaki {
      border-top: 5px dashed #a9875a;
}
#tarty-intro {
    margin-top: 20px;
    background: #f1e4d4;
    padding: 20px;
    border-radius: 10px;
    border: 3px solid #e2d5c5;
  }
.gallery img {
      border-radius: 5px;
    border: 3px solid #e2d5c5;
}
/* Footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#page-footer {
  background-color: #63C2C7;
}
.footer-link, .footer-link:visited {
  color: #fff;
}
.footer-link:hover {
  color: #fff;
  text-decoration: underline;
}
.credit {
  font-size: 12px; font-size: 0.75rem;
}
#footer-text {
  display: block;
  padding-top: 20px;

}
.footer-contact-li {
  margin-bottom: 0px;
}
/* Contact
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#kontakt-promo {
  background: #fff url('../images/kontakt.jpg') no-repeat top;
  background-size: cover; 
  min-height: 400px;
}
#kontakt {

    margin-top: 35px;
    padding-top: 20px;
    background: rgba(255, 255, 255, 0.53);

}
/* Galia - o firmie
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#galia-promo {
  background: #fff url('../images/galia_ofirmie_hi.jpg') no-repeat top;
  background-size: cover; 
  min-height: 400px;
}
#galia {

    margin-top: 35px;
    padding-top: 20px;
    background: rgba(255, 255, 255, 0.80);

}

/* Galia - Gdzie kupic
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#location-promo-holder {
  margin-top: 40px;
}
#location-map {
  min-height: 400px;
}
#branchmap {
  height: 450px;
}
.fullwitdh-container {
  width: 95%;
  margin-left: auto; 
  margin-right: auto;
  padding: 20px;
}
.locations-container {
  padding: 2%;
}
.locations-container ul {
  list-style: none;
  padding-left: 5px;
  margin-left:0;
}
/* Column right
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.column-box {
  padding-bottom: 20px;
}
.box-container {
  padding-left: 10px;
}
/* alert
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.alert {
  padding: 20px ;
  color: #fff;
  margin-bottom: 30px;
  margin-top: 30px;
}
.alert-success {
 background-color: #94CC41;

}
.alert-error {
  background-color: #7F4335;
}

/* blog
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.post-info {
  font-size: 14px; font-size: 0.875rem;
}
.post-li {
  border-bottom: 4px solid #F2F2F2;
}

/*  MEDIA QUERIES
---------------------------------------------------*/

/*Smaller than tablet */
@media (max-width: 1750px) {
    #mainpage-promo { background: #fff url('../images/tlo3_midhi.jpg') no-repeat top;     background-size: cover;} 
    #galia-promo {  background: #fff url('../images/galia_ofirmie_midhi.jpg') no-repeat top;    background-size: cover; }
    #draze-promo {  background: #fff url('../images/mainbkg_midhi.jpg') no-repeat top;  background-size: cover;  }
    #tarty-promo {  background: #fff url('../images/tarta_bkg_midhi.jpg') no-repeat top;  background-size: cover;  }


}
@media (max-width: 1200px) {
    #mainpage-promo { background: #fff url('../images/tlo3_mid.jpg') no-repeat top;    background-size: cover; } 
     #galia-promo {  background: #fff url('../images/galia_ofirmie_mid.jpg') no-repeat top;     background-size: cover;}
     #draze-promo {  background: #fff url('../images/mainbkg_mid.jpg') no-repeat top;  background-size: cover;  }
      #tarty-promo {  background: #fff url('../images/tarta_bkg_mid.jpg') no-repeat top;  background-size: cover;  }
      #kontakt-promo {    background: #fff url('../images/kontakt_mid.jpg') no-repeat top;  background-size: cover;  }
}
@media (max-width: 1023px) {
    #logo { display: block;}
     #mainpage-promo { background: #fff url('../images/tlo3_midlo.jpg') no-repeat top;     background-size: cover;} 
      #galia-promo {  background: #fff url('../images/galia_ofirmie_midlo.jpg') no-repeat top;     background-size: cover;}
      #draze-promo {  background: #fff url('../images/mainbkg_midlo.jpg') no-repeat top;  background-size: cover;  }
       #tarty-promo {  background: #fff url('../images/tarta_bkg_midlo.jpg') no-repeat top;  background-size: cover;  }
          #kontakt-promo {    background: #fff url('../images/kontakt_midlo.jpg') no-repeat top;  background-size: cover;  }
}

@media (max-width: 480px) {
   #mainpage-promo { background: #fff url('../images/tlo3_lo.jpg') no-repeat top;    background-size: cover; } 
    #galia-promo {  background: #fff url('../images/galia_ofirmie_lo.jpg') no-repeat top;     background-size: cover;}
    #draze-promo {  background: #fff url('../images/mainbkg_lo.jpg') no-repeat top;  background-size: cover;  }
     #tarty-promo {  background: #fff url('../images/tarta_bkg_lo.jpg') no-repeat top;  background-size: cover;  }
        #kontakt-promo {    background: #fff url('../images/kontakt_lo.jpg') no-repeat top;  background-size: cover;  }
    
}
/* smartphones */
@media (max-width: 400px) {
 .list-horizontal-item { display: block; }
}

#homecare-rights10 {
   background-image: url('../images/banners/homecare_rights_lo.jpg');
  background-size: cover;
}