html {
   -webkit-text-size-adjust: 100%; 
}

body {
    color: rgb(209,209,209);
    font-family: 'Open Sans', sans-serif; 
    min-width:1060px;
}

button {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
}

button:hover {
    cursor: pointer;
}

header {
    width:940px;
    margin: auto;
    padding-top:40px;
}

a a:visited,{
text-decoration:none;
color:#fff;
}
h2, footer {
    padding-top:40px;
    margin-bottom:15px;
    font-family: Futura Con Med, Roboto Condensed;
    font-size: 30px;
    text-transform: uppercase;
}

h3 {
    font-family: "Futura Con Med";
    font-size: 1.5em;
    text-transform: uppercase;
    line-height: normal;
    margin-bottom: 20px;
}

p {
    margin-bottom: 20px;

}

#skutecznosc h2, #efekty h2, #jak-to-dziala h2 {
    padding-top:0;
}

footer {
    font-size: 20px;
    text-align: center;
}

section {
    min-width:980px;
    background-position: center;
}

section>div {
    margin: auto;
    width:940px;
    font-size:15px;
    clear: both;
}

section>div:after {
    clear: both;
    display: block;
    content: ""
}
a, a:hover, a:visited {
text-decoration:none;
color:#FFF;
}
p {
    /* padding-top: 20px; */
    text-align: left;
}

p:first-of-type {
    padding-top:0;
}

p, li {
    line-height: 20px;
}

article li {
    list-style-type: square;
    margin-left: 20px;
	padding-left:10px;
}

img.mobile {
    display: none;
}

/** info **/
section.info.light h2 {
    color: #f9f9f9;  
}

section.info.dark{
    color: rgb(71,71,71);
	background: rgb(246, 246, 246);	   
}

section.info.dark h2 {
    color: black;
}

.main section.info {
    background-position: center;
    /* min-height: 600px; */  
}

.main section.info article {
    width:380px;
}

.main section.info.dark div article {
    float: right;
    padding-bottom: 20px;
}

/** dlaczego **/
.main #dlaczego {
    background-image: url(bg_dlaczego.jpg);
    -ms-background-position-y: top;
    background-position-y: top;
    background-repeat: no-repeat;
    position: relative;
}

#dlaczego article {
    float: left;
    padding-bottom: 20px;
    width: 380px;
}

#dlaczego a {
    display: none;
}

#produkt {
    position: absolute;
    bottom: -115px;
    /* left: 100px; */
}

/** zamow teraz **/
section.zamow-teraz {
    background-image: url(bg_zamow_teraz.jpg);
    background-position: center;
    height: 200px;
    color: white;
    text-align: center;
}

/* section.zamow-teraz a {
    color: transparent;
    background-image: url(kup_teraz.png);
    height: 54px;
    width: 148px;
    display: block;
    margin: auto;
} */

section.zamow-teraz a img {
    display: none;
}

section.zamow-teraz a:hover {
    background-position: bottom;
}

section.zamow-teraz h2{
    padding-top: 30px;
    text-align: center;
}

section.zamow-teraz p {
    margin-bottom: 25px;
    text-align: center;
}

/** lekarz **/
#lekarz {
    background-image: url(bg_lekarz.jpg);
    -ms-background-position-y: top;
    background-position-y: top;
    background-repeat: no-repeat;
}
.video{
	margin-top:30px;
	float:left;
	border: 5px solid rgba(255, 255, 255, 0.2);
	height: 293px;
	width:520px;
}

/** jak to dziala **/
#jak-to-dziala {
    background-image: url(bg_jak_to_dziala.jpg);
    background-repeat: no-repeat;
}

#jak-to-dziala div {
    height: 100%;
}

#jak-to-dziala article {
    padding-top: 90px;
    padding-bottom: 20px;
}

/** efekty **/
#efekty {
    background-image: url(bg_efekty.jpg);
    -ms-background-position-y: top;
    background-position-y: top;
    background-repeat: no-repeat;
}

#efekty div {
    height: 90%;   
}

#efekty article {
    padding-top:85px;
}
/** testimoniale **/
#testimoniale {
    background-image: url(bg_testimoniale.jpg)
}

#testimoniale article {
    width: 470px;
}

#testimoniale p {
    padding:0 40px;
    padding-top: 20px;
}

/** skutecznosc **/
#skutecznosc {
    background-image: url(bg_skutecznosc.jpg);
    -ms-background-position-y: top;
    background-position-y: top;
    background-repeat: no-repeat;
}

#skutecznosc ul {
    padding-top: 40px;
}

#skutecznosc article {
    padding-top: 100px;
}

#skutecznosc img {
    padding-bottom: 50px;
}

/** kolejne fakty **/
#kolejne-fakty {
    background-image: url(bg_kolejne_fakty.jpg);
    -ms-background-position-y: top;
    background-position-y: top;
    background-repeat: no-repeat;
    position: relative;
}

#kolejne-fakty article {
    float: left;
    padding-top: 70px;
    padding-bottom: 40px;
}

#produkt2 {
    position: absolute;
    bottom: -115px;
    /* left: 28px; */
}

/** faq **/
#faq {
    background-image: url(bg_faq.jpg);
    min-height: 630px;
    height: auto;
    padding-bottom: 20px;
    background-position: top center;
}

#faq div {
    padding-top: 50px;
}

#faq article {
    width:100%;
    margin: auto;
    float: none;
}

.main dl {
    font-size:26px;
    text-align: justify;
    color: rgb(106,106,106);
    width: 940px;  
}

.main dt, .main dd {
    background: white;
    padding-left: 20px;
}

.main dt {
    line-height: 50px;
    margin-top:5px;
    border-radius: 5px;
    display: box;
    text-transform: uppercase;
    font-family: "Futura Con Med", Roboto Condensed;
}

.main dt button {
    border: none;
    height: 50px;
    width:78px;
    float: right;
    color: white;
    font-size: 30px;
    line-height: 30px;
    background-color: rgb(106,106,106);
    border-top-right-radius: 5px;
    border-bottom-right-radius:5px;
}

.main dd {
    padding-right:78px;
    padding-bottom: 20px;
    line-height: 21px;
    font-size: 15px;
    display: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.main dt.active {
    display: block;
    border-bottom-left-radius:0;
    border-bottom-rigth-radius:0;
}

.main dt button.active {
    border-bottom-right-radius:0; 
}

/** slick **/
.slick-slide img {
    margin: auto;
    margin-top: 2em;
}

.slick-list {
    width: 100%
}

.slick-dots {
    position: static;
}

.slick-dots li {
    width: 31px;
    height: 31px;
}

.slick-dots li button {
    width:31px;
    height: 31px;
    background: url(dot.png) no-repeat center top;     
}

.slick-dots li.slick-active button {
    background-position:center bottom;
}

.slick-dots li button:before {
    content: ""
}
.left {
    float: left;
}
.left_new {
    margin-left: auto; 
    display: table-cell; 
    left: 92px; 
    position: relative;
    float: left;
}
.right {
    float: right;
}

#contact {


}
#contact main {
    width: 50%;
    float: left;
	text-align:left;
	}
	
#contact aside {
    width: 50%;
    float: right;
}	
#contact aside p {
    text-align:justify;
}	

#contact label {
padding-top: 20px;
}

#contact label span {
    font-size: 22px;
    text-transform: uppercase;
    font-family: "Futura Con Med",Roboto Condensed;
}
.share_box{
position: absolute;
top: 0px;
right: 12%;
background: #000;
text-align: center;
}

.share_box ul li{
display:inline;
}

.flag {
	width: 16px;
	height: 11px;
	background:url(flags.png) no-repeat
}

.flag.flag-at {background-position: -16px 0}
.flag.flag-ch {background-position: -32px 0}
.flag.flag-de {background-position: 0 -11px}
.flag.flag-gb {background-position: -16px -11px}
.flag.flag-pl {background-position: -32px -11px}

ul.spicesocialwidget li {float: left;list-style: none outside none;border:none;}
ul.spicesocialwidget li a{background-color:transparent;background-image:url('https://c.nanolash.com/css/img/mini-social-icons.png');background-repeat:no-repeat;background-size:auto 96px;border:0 none;color:white;direction:ltr;display:block; height:32px;overflow:hidden;text-align:left;text-decoration:none;text-indent:-999em;transition:all 0.2s ease 0s;width:32px}
.ie7 ul.spicesocialwidget li a, .ie8 ul.spicesocialwidget li a{background-image:url('https://c.nanolash.com/css/img/mini-social-icons.png' )}
ul.spicesocialwidget li.facebook a{ background-position:0 0}
ul.spicesocialwidget li.instagram a{ background-position:-352px 0}
ul.spicesocialwidget li.rss a{ background-position:-192px 0}
ul.spicesocialwidget li.twitter a{ background-position:-256px 0}
ul.spicesocialwidget li.youtube a{ background-position:-320px 0}
ul.spicesocialwidget li.facebook a:hover, #sidebar ul.spicesocialwidget li.facebook a:hover{ background-position:0 -32px}
ul.spicesocialwidget li.instagram a:hover, #sidebar ul.spicesocialwidget li.instagram a:hover{ background-position:-352px -32px}
ul.spicesocialwidget li.rss a:hover, #sidebar ul.spicesocialwidget li.rss a:hover{ background-position:-192px -32px}
ul.spicesocialwidget li.twitter a:hover, #sidebar ul.spicesocialwidget li.twitter a:hover{ background-position:-256px -32px}
ul.spicesocialwidget li.youtube a:hover, #sidebar ul.spicesocialwidget li.youtube a:hover{ background-position:-320px -32px}


section.odzywki-info {
    background-image: url(bg_info.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    /*background: #eee;*/
    color: rgb(71,71,71);
    padding: 35px 0;
}


/************** CUSTOM *******************/
#jak-to-dziala div {
    /* height: 900px; */
}
#jak-to-dziala article {
    padding-top: 40px;
}
#jak-to-dziala img {
     float:right;
     margin-top:80px;
     width:430px;



}

#efekty-img {
     float:left;
     margin-top:40px;
     max-width:430px;
}
#efekty-img #span {
     height: 20px;
}
#efekty-img #span1 {
     padding-left: 7.5%;
}
#efekty-img #span2 {
     padding-left: 5.5%;
}
#efekty-img #span3 {
     padding-left: 4.5%;
}
#pusto {
     padding-top:100px;
     width: 100px;
     margin:0 auto;
}

.order-button {
    background: #ed4771;
    background: -moz-linear-gradient(top, #ed4771 0%, #d82f4b 100%);
    background: -webkit-linear-gradient(top, #ed4771 0%,#d82f4b 100%);
    background: linear-gradient(to bottom, #ed4771 0%,#d82f4b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed4771', endColorstr='#d82f4b',GradientType=0 );
    width: auto;
    height: auto;
    color: #fff;
    display: inline-block;
    margin: 10px auto !important;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    font-size: 28px;
    font-family: "Futura Con Med";
    padding: 15px 30px 12px 30px;
    text-shadow: 1px 1px 0 #980f27;
    border: 1px solid #b9223b;
    -webkit-box-shadow: 0px 3px 1px 0px #8c0f24;
    -moz-box-shadow: 0px 3px 1px 0px #8c0f24;
    box-shadow: 0px 3px 1px 0px #8c0f24;
    position: relative;
}

.order-button:hover {
    background: #e42338;
    background: -moz-linear-gradient(top, #e42338 0%, #c41725 100%);
    background: -webkit-linear-gradient(top, #e42338 0%,#c41725 100%);
    background: linear-gradient(to bottom, #e42338 0%,#c41725 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e42338', endColorstr='#c41725',GradientType=0 );
    border: 1px solid #bd1624;
    -webkit-box-shadow: 0px 3px 1px 0px #520712;
    -moz-box-shadow: 0px 3px 1px 0px #520712;
    box-shadow: 0px 3px 1px 0px #520712;
}
.order-button::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: calc(100% - 6px);
    text-align: ;
    top: 0px;
    left: 0;
    border-radius: 5px;
    border-color: rgba(255,255,255,.25);
    border-style: solid;
    border: ;
    border-width: 1px 0 0 0;
}

.order-btn {
    display: block;
    background-image: url(cta-button-bg.png);
    background-repeat: repeat-x;
    background-size: contain;
    position: relative;
    width: 100%;
}

.order-btn::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    width: 100%;
}

.order-btn span {
    width: auto;
    height: auto;
    color: #fff;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-size: 28px;
    font-family: "Futura Con Med";
    padding: 15px 30px 12px 30px;
    text-shadow: 1px 1px 0 #707070;
    background: rgb(204,204,204);
    background: -moz-linear-gradient(top, rgba(204,204,204,1) 0%, rgba(145,145,145,1) 100%);
    background: -webkit-linear-gradient(top, rgba(204,204,204,1) 0%,rgba(145,145,145,1) 100%);
    background: linear-gradient(to bottom, rgba(204,204,204,1) 0%,rgba(145,145,145,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#919191',GradientType=0 );
    float: right;
}

.odzywki-info ul {
    margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .m-hidden {
        display: none !important;
    }
}