
@import url('https://fonts.googleapis.com/css?family=Didact+Gothic&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext');
.heading{
	font-family: 'Didact Gothic', sans-serif;
}
body{
	font-family: 'Didact Gothic', sans-serif;
}
.no-padding{
	padding: 0;
}
h1.heading{
	color: #3D4193;
	font-weight: bold;
	font-size: 32px;
	margin-top: 0;
}
/*-----Header------*/
.container-header{
	background: #3D4193;
	padding: 28px;
}
.slogan{
	float: right;
}
.slogan h5{
	font-family: 'Didact Gothic', sans-serif;
	color: #fff;
	font-size: 20px;
	line-height: 35px;
}
/*-----slider-------*/
.container-slider .carousel-caption {
	    bottom: 170px;
			text-align: left;
}
.container-slider .carousel-caption h3{
	font-size: 50px;
	color: #4E57A4;
	text-shadow: none;
	font-weight: bold;
}
.carousel-inner>.item>img{
	width: 100%;
}
.carousel-indicators li{
	border:2px solid #4E57A4 !important;
	width: 15px;
	height: 15px;

}
.carousel-indicators .active{
	background: #4E57A4;
	padding: 1px;
	width: 17px;
	height: 17px;
	position: relative;
}
.carousel-indicators .active::before{
	content: '';
	width: 13px;
	height: 13px;
	border: 2px solid #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 50%;
}
.carousel-control{
	opacity: 1;
	background-image: none !important;
}
.carousel-control span{
	color: #4E57A4;
	text-shadow: none;
}
/*---------about-drinking--------*/
.about-drinking{
	padding: 40px 0 100px 0;
}
.details-product{
	margin-top: 100px;
}
.img-product img{
	width: 200%;
}
.info-product .row{
	margin-bottom: 40px;
}
.info-product .row:last-of-type{
	margin-bottom: 0;
}
.info-product h4, .info-product p{
	padding-left: 70px;
}
.info-product p{
	width: 85%;
	font-size: 16px;
}
.info-product h4{
	position: relative;
	color: #343434;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: bold;
}
.info-product h4:before{
	position: absolute;
	left: 0;
	background-repeat: no-repeat;
	background-size: contain;
}
.info-product h4.anise:before{
		content:'';
		background-image: url(../images/anise.jpg);
		width: 49px;
		height: 49px;
		top: -10px;
}
.info-product h4.peppermint:before{
		content:'';
		background-image: url(../images/peppermint.jpg);
		width: 49px;
		height: 49px;
		top: 0px;
}
.info-product h4.thyme:before{
		content:'';
		background-image: url(../images/thyme.jpg);
		width: 49px;
		height: 49px;
		top: 0px;
}
.info-product h4.chamomile:before{
		content:'';
		background-image: url(../images/chamomile.jpg);
		width: 49px;
		height: 49px;
		top: 0px;
}
.info-product h4.liquorice:before{
		content:'';
		background-image: url(../images/liquorice.jpg);
		width: 49px;
		height: 49px;
		top: 0px;
}
/*--------container-safety------*/
.container-safety{
	background: #F1F1F1;
	padding: 90px 0;
}
.container-safety img{
	margin-bottom: 30px;
}
.container-safety h4{
	font-size: 22px;
	color: #343434;
	font-weight: bold;
}
.items{
	margin-top: 65px;
}
/*--------container-contact us------*/
.container-contact{
	padding: 90px 0;
}
.container-contact article p{
	color: #595959;
	font-size: 16px;
	margin-top: 20px;
}
.wrapper-contact{
	margin-top: 50px;
}
.container-map iframe{
	width: 100%;
	height: 384px;
}
.container-form h6{
	font-size: 16px;
	color: #595959;
	font-weight: bold;
	margin-top: 0;
}
.btn-send{
	background: #3D4193;
	color: #fff;
	min-width: 120px;
	font-size: 14px;
	text-transform: uppercase;
}
.wrapper-address{
	margin-top: 60px;
}
.wrapper-address{
}
.wrapper-address p, .wrapper-address p a{
	font-size: 17px;
	color: #595959;
}
.wrapper-address p strong{
	font-weight: bold;
}
/*-------footer--------*/
.footer{
	padding: 30px 0;
	background: #3D4193;
}
.social-list{
	list-style-type: none;
	padding: 0;
	display: block;
	margin: 0 auto 10px;
	width: 92px;

}
.social-list li{
	display: inline;
	margin-right: 20px;
}
.social-list li:last-of-type{
	margin-right: 0;
}
.social-list li a{
	color: #fff;
	font-size: 18px;
}
.powerd-by , .copy-right{
	color: #fff;
}
.powerd-by a, .copy-right a{
	color: #fff;
	text-decoration: underline;
}
/*--------Resposive------*/
@media only screen and (min-device-width: 1024px) {

}
@media only screen and (max-device-width: 500px) {
	.logo img{
		margin: 0 auto;
	}
	.img-product img{
		    width: 100%;
	}
	.container-form{
		margin-top: 15px;
	}
	.wrapper-address{
		margin-top: 30px;
	}
	.info-product h4{
		margin-bottom: 25px;
	}
	.info-product p{
		width: 100%;
		font-size: 16px;
		padding: 0;
	}
	.container-contact article p{
		width: 90%;
		display: block;
		margin: 0 auto;
	}
	.slogan{
		width: 100%;
		text-align: center;
	}
}
