/*
Theme Name:    Tabletki-odchudzajÄ…ce
Version:       14.01.2017
*/

@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900i&subset=latin-ext');


body {
font-family: 'Lato', sans-serif;
font-size: 16px;
background-color:#fff;
color: #000;
background-image:url(./images/bg-top.png);
background-repeat:repeat-x;
background-position:top;
margin: 0 0 80px;

}

.wow {visibility: hidden;}

ul {
     margin: 0;
     padding: 0;
}

p {
    font-size: 16px;
    line-height: 24px;
  	color: #000;
	margin:0 0 30px;
}

strong {font-weight:900;}

h1{
	font-size: 32px;
	color:#1d50ee;
	margin: 0 0 30px;
}

h2{
	font-size: 28px;
	line-height: 40px;
	margin: 0 0 30px;
}

h3{font-size: 24px;}
h4{font-size: 18px;}
h5{font-size: 14px;}

a:hover {text-decoration:none;}
a:visited {text-decoration:none;}
a:focus {text-decoration:none;}
*:focus {outline: none;}

/* Kolory */
.white{color:#fff;}
.black{color:#000;}
.blue{color:#1d50ee;}
.dark-blue{color:#192b64;}

/* Header */
.header-main{
	position: relative;
}

.head {
    background-image: url(./images/head_bg.jpg);
    background-repeat: no-repeat;
    background-position: center right;
	height: 207px;
    padding: 20px 60px;
}

.head-text{
	padding: 10px 60px;
}

.head-bg{
	background:#fff;
}

.header-girl{
	position: absolute;
    top: 0;
    right: 0;
}

.header-links a{
	color:#fff;
    margin-right: 15px;
}

.logo{
	width: 90px;
	float: left;
	margin-right:30px;
}

.logo-text span{
	display:block;
}

.first-text{
	float:left;
}

.second-text{
	margin-left: 20px;
    float: left;
}

.rating-info ul{
	display: inline-block;
	background: #fff;
	list-style-type: none;
	-webkit-box-shadow: 0px 0px 128px 0px rgba(0,0,0,0.06);
    -moz-box-shadow: 0px 0px 128px 0px rgba(0,0,0,0.06);
    box-shadow: 0px 0px 128px 0px rgba(0,0,0,0.06);
}
.rating-info ul li{
	float:left;
	padding:20px 15px;
	font-size:14px;
	border:1px solid #eaeaea;
	border-left: 0;
	position: relative;
}

.rating-info ul li:after{
	content:'';

}

.highlight-item{
color:#fff;
font-weight:900;
background: #0fa7ff;
background: -moz-linear-gradient(top,  #0fa7ff 0%, #2328e6 100%);
background: -webkit-linear-gradient(top,  #0fa7ff 0%,#2328e6 100%);
background: linear-gradient(to bottom,  #0fa7ff 0%,#2328e6 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0fa7ff', endColorstr='#2328e6',GradientType=0 );
position:relative
}

/* GĹ‚Ăłwny kontener */
.main {
	padding: 0 60px 60px;
	background:#fff;
	border:1px solid #eaeaea;
	border-top: 0;
	-webkit-box-shadow: 0px 0px 128px 0px rgba(0,0,0,0.06);
	-moz-box-shadow: 0px 0px 128px 0px rgba(0,0,0,0.06);
	box-shadow: 0px 0px 128px 0px rgba(0,0,0,0.06);
	overflow: hidden;
}

.area-label{margin: 60px 0;}

#porady .col-lg-5{overflow:hidden;}
#porady .col-lg-5 img{
    width: 100%;
}

#porady{
	margin-right: 0;
    margin-left: 0;
}

.tip{margin: 0 0 60px;}
.tip:last-of-type{margin: 0;}
/* Backgrounds */
.bg-1{
	background-image:url(./images/bg-1.jpg);
	background-repeat:no-repeat;
	background-position:center right;
	border-top: solid 1px #f6f6f6;
    padding: 40px 0 0;
}

.left-60{
	padding-left: 60px;
}

.right-60{
	padding-right: 60px;
}

.bottom-60{
	margin: 0 0 60px;
}

/* equal col fix */
.eq-height{
    display: table;
	margin: 0 0 60px;
}

.eq-height:last-of-type{
	margin: 0;
}


.eq-height > [class*='col-'] {
    float: none;
    display: table-cell;
    vertical-align: middle;
}

.list-horizontal{
	list-style-type:disc;
}

.list-horizontal:after{
    content: '';
    display: block;
    clear: both;
}

.list-horizontal li{
	float: left;
    margin: 0 1em;
	white-space: nowrap;
}

/* Product header */
#product-entry{
	margin:0 0 40px;
}
.product-header{
	display: flex;
    align-items: center;
	padding: 12px 20px;
	margin-bottom:40px;
	outline: #eaeaea solid 1px;
	border: #fff solid 1px;
	background: linear-gradient(top, #fff 50%, #fcfcfc 50%);
	background: -moz-linear-gradient(top, #fff 50%, #fcfcfc 50%);
	background: -webkit-linear-gradient(top, #fff 50%, #fcfcfc 50%);
	-webkit-box-shadow: 0px 0px 128px 0px rgba(0,0,0,0.06);
	-moz-box-shadow: 0px 0px 128px 0px rgba(0,0,0,0.06);
	box-shadow: 0px 0px 128px 0px rgba(0,0,0,0.06);	
}

.product-header > h3{
	margin: 0;
	display: inline-block;
}

.rating{
	margin-left:20px;
}

.rating span.star {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
	font-size:16px;
}

.rating span.star:before {
    content: "\f005";
    color: #ffcd1f;
    padding-right: 5px;
}

/* Product image&button */
.product-img{
	margin: 0 auto;
    display: block;
}

.btn-yellow{
	display:block;
	margin: 20px auto;
	color:#000;
	font-size:16px;
	font-weight:900;
	text-align:center;
	width:100%;
	padding:10px 0;
	border:1px solid #fff;
	border-radius:8px;
	background: #ffeb1c;
	background: -moz-linear-gradient(top,  #ffeb1c 0%, #e59700 100%);
	background: -webkit-linear-gradient(top,  #ffeb1c 0%,#e59700 100%);
	background: linear-gradient(top,  #ffeb1c 0%,#e59700 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffeb1c', endColorstr='#e59700',GradientType=0 );
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);	
}

.btn-yellow:hover{
	opacity:1;
	color:#000;
	background: #fdff4a;
	background: -moz-linear-gradient(top,  #fdff4a 0%, #f1b500 100%);
	background: -webkit-linear-gradient(top,  #fdff4a 0%,#f1b500 100%);
	background: linear-gradient(top,  #fdff4a 0%,#f1b500 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdff4a', endColorstr='#f1b500',GradientType=0 );
}

/* Product description */
.label-tip{
    font-weight: 700;
    margin: 0 0 30px;
    line-height: 25px;
}

.product-desc > h5{
	margin: 0 0 20px;
}

.product-desc > p{
    font-size: 14px;
}
.product-ratings{
	width:80%;
	list-style-type:none;	
	margin: 0 0 20px;
	font-size:14px;
}
.product-ratings li{
	padding:10px 0;
	border-bottom: 1px solid #fcfcfc;
}

.product-ratings li:last-child{
	border-bottom: 0;
}

.rating span.grey:before {
    color: #ebebeb;
}

.product-ratings .rating{
	float:right;
}

.btn-desc{
    padding: 10px 25px;
    margin: 0 20px 20px 0;
    display: inline-block;
    color: #fff;
	border-radius:8px;
    text-transform: lowercase;
    font-weight: 900;
    font-size: 14px;
	background: #1d50ee;}

.btn-desc:hover{
	color:#fff;
	background: #3869ff;;
}

.btn-desc i{
    margin: 0 15px 0 0;
}

/* Product quote area */
.quote{
	display:block;
	margin: 30px 0 20px;
	font-style:italic;
	color:#33113c;
	font-size:16px;
	line-height:24px;
}

.name{
	display:block;
	font-size:14px;
	font-weight:700;
	color:#8b8b8b;
	margin:0 0 20px;
}

.meta-desc{
	font-size: 10px;
    line-height: 18px;
}

.meta{
	text-align: center;
	font-size:14px;
	font-weight:900;
	color:#7b7b7b;
}
.ico-l, .ico-cm .ico-r {
	display:inline-block;
}

.ico-l{float:left;}
.ico-r{float:right;}

.ico-l img, .ico-c img, .ico-r img{
width:20px;
margin-right:10px;
}


@media (max-width: 1200px){
	.header-girl{display:none;}
	.bg-1{background-image:none;}
	#product-entry .col-md-4 .met-img{
		width: 100%;
	}
	
	.left-60{
		padding-left: 30px;
	}

	.right-60{
		padding-right: 30px;
	}

}


@media (min-width: 768px) and (max-width: 1200px){
.met-img{
    float: left;
    margin-right: 60px;
}

.meta-mobile{
	width: 50%;
    float: left;
}

.quote {
    margin: 0 0 20px;
}

#product-entry .col-lg-4{    margin: 40px 0 0;}

}

@media (max-width: 990px){
	
	.left-60, .right-60{padding:0;}

	.second-text {
	margin-left:0;
	}

	.product-ratings{
	width:100%;
	}

	.rating-info ul li {
	padding: 10px 7px;
	}

	#porady .col-lg-5 {
    margin: 0 0 30px;
    padding: 0;
	}
	
	.area-label{padding:0;}
}

@media (min-width: 768px) and (max-width: 990px){
.meta-mobile{
	width: 40%;
}
}

@media (max-width: 768px){
	
	body {
    margin: 0 0 5px;
	}
	
	.main {
	margin:5px;
	padding: 15px;
	}
	
	.bg-1 {
    border-top: 0;
    padding: 20px 0 0;
	}
	
	.head {
	text-align: center;
	height: auto;
    padding: 20px 15px;
	}
	
	.logo {
    float: none;
    margin-bottom: 20px;
    margin-right: 0;
	}
	
	.logo-text{
	font-size: 24px;
	margin-bottom: 0;
	}
	
	.header-links a {
    display: block;
	}
	
	.rating-info{
	display:none;
	}
	
	.met-img{
	margin: 30px 0 0;
	width: 100%;
	} 

	.list-horizontal li {
    float: none;
	}

	.label-tip {
    margin: 0 0 30px;
    line-height: 24px;
    font-size: 16px;
    white-space: nowrap;
	}
	
	.product-header > h3 {
    font-size: 14px;
	}



}

@media (max-width: 350px){

.product-header {
padding: 12px 10px;
display:block;
margin-top: 40px;
}

.ico-l, .ico-r {
    float: none;
    display: block;
    margin: 15px 0;
}

.product-ratings .rating {
    float: none;
    display: block;
    margin-left: 0!important;
    margin-top: 5px;
}

.btn-desc {
    padding: 10px 0;
    text-align: center;
    margin: 20px auto;
    display: block;
}
}