/* ------------------------------------------------------------------------------
	Template Name: Auro
	Author: Designstub
	Author URI: http://www.designstub.com
------------------------------------------------------------------------------*/



@import url(http://fonts.googleapis.com/css?family=Open%20Sans:300,400,500,600,700);
/* ------------------------------------------------------------------------------
	 Typography
-------------------------------------------------------------------------------*/




p {
	font-size: 14px;
	line-height: 22.4px;
	color: #6c7279;
}
h1 {
	font-size: 65px;
	color: #2d3033;
	position: center;
	
}
h2 {
	font-size: 40px;
	color: #2d3033;
}
h3 {
	font-size: 28px;
	color: #2d3033;
	font-weight: 300;
}
h4 {
	font-size: 22px;
	color: #fff;
	font-weight: 400;
}
h5 {
	font-size: 14px;
	color: #2d3033;
	text-transform: uppercase;
	font-weight: 700;
}
.btn {
	background-color: #333;
	margin-top: 40px;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	border-radius: 0px;
	padding: 3% 7%;
	display: inline-block;
	text-transform: uppercase;
}
.btn:hover, .btn:focus {
	background-color: #000;
	color: #fff;
}
.btn-large {
	padding: 15px 40px;
}
/* ------------------------------------------------------------------------------
	 General Style
-------------------------------------------------------------------------------*/
a {
	color: #000000;
	font-family: "Lucida Console", Monaco, monospace;

	

}
a:hover, a:focus {
	text-decoration: none;
	-moz-transition: background-color, color, 0.3s;
	-o-transition: background-color, color, 0.3s;
	-webkit-transition: background-color, color, 0.3s;
	transition: background-color, color, 0.3s;
	font-weight: 800;

}
body {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	color: #6c7279;

}
ul, ol {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;

}
.section {
	padding: 100px 13px;
}
.no-padding {
	padding: 0;
}
.no-gutter [class*=col-] {
	padding-right: 0;
	padding-left: 0;
}
/* ------------------------------------------------------------------------------
	 Header & navigation
-------------------------------------------------------------------------------*/
#header {
	position: fixed;
	width: 100%;
	z-index: 999;
	
}
#header .header-content {
	margin: 0 auto;
	padding: 40px 0;
	width: 100%;
	-moz-transition: padding 0.3s;
	-o-transition: padding 0.3s;
	-webkit-transition: padding 0.3s;
	transition: padding 0.3s;
}





#header .logo {
	font-size: 21px;
	color: #000;
	font-weight: 700;
	float: left;
	margin-left: 200px;
	text-transform: uppercase;
}
#header.fixed {
	background-color: #000000;
}
#header.fixed .header-content {
	border-bottom: 0;
	padding: 25px 0;
}
#header.fixed .nav-toggle {
	top: 18px;
}
.navigation.open {
	opacity: 0.9;
	visibility: visible;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.navigation {
	float: right;
	padding: 25px 0;
}
.navigation li {
	display: inline-block;
}
.navigation a {
	color: #ffffff;
	font-size: 23px;
	font-weight: 500;
	margin-left: 40px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font: 19px "Open Sans", sans-serif;
	margin-right: 30px;
}
.navigation a:hover, .navigation a.active {
	color: #bcbcbc;
}

.nav-toggle {
	display: none;
	height: 44px;
	overflow: hidden;
	position: fixed;
	right: 5%;
	text-indent: 100%;
	top: 32px;
	white-space: nowrap;
	width: 44px;
	z-index: 99999;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.nav-toggle:before, .nav-toggle:after {
	border-radius: 50%;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
}
.nav-toggle:before {
	background-color: #e84545;
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.nav-toggle:after {
	background-color: #e84545;
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}
.nav-toggle span {
	background-color: #fff;
	bottom: auto;
	display: inline-block;
	height: 3px;
	left: 50%;
	position: absolute;
	right: auto;
	top: 50%;
	width: 18px;
	z-index: 10;
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.nav-toggle span:before, .nav-toggle span:after {
	background-color: #fff;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}
.nav-toggle span:before {
	-moz-transform: translateY(-6px) rotate(0deg);
	-ms-transform: translateY(-6px) rotate(0deg);
	-webkit-transform: translateY(-6px) rotate(0deg);
	transform: translateY(-6px) rotate(0deg);
}
.nav-toggle span:after {
	-moz-transform: translateY(6px) rotate(0deg);
	-ms-transform: translateY(6px) rotate(0deg);
	-webkit-transform: translateY(6px) rotate(0deg);
	transform: translateY(6px) rotate(0deg);
}
.nav-toggle.close-nav:before {
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
}
.nav-toggle.close-nav:after {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.nav-toggle.close-nav span {
	background-color: rgba(255, 255, 255, 0);
}
.nav-toggle.close-nav span:before, .nav-toggle.close-nav span:after {
	background-color: #fff;
}
.nav-toggle.close-nav span:before {
	-moz-transform: translateY(0) rotate(45deg);
	-ms-transform: translateY(0) rotate(45deg);
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}
.nav-toggle.close-nav span:after {
	-moz-transform: translateY(0) rotate(-45deg);
	-ms-transform: translateY(0) rotate(-45deg);
	-webkit-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg);
}
/* ------------------------------------------------------------------------------
	 Header Slider
-------------------------------------------------------------------------------*/

.carousel {
	width: 94%;
	height: 800px;
	margin: auto;
}
.item, .active, .carousel-inner {
	height: 100%;
}
.carousel-caption {
      max-width: 550px;
      padding: 0 20px;
      margin:0 auto;
      margin-top: 200px;
      text-align:center;
      position: absolute;
}
	/*bottom: 40%;
	color: #fff;
	left: 15%;
	padding-bottom: 20px;
	padding-top

	: 20px;
	position: absolute;
	right: 15%;
	text-align: center;
	z-index: 10;*/
}
.carousel-caption h1 {
	font-family: "Open Sans", sans-serif;
	color: #2d3033;
	text-shadow: none;
	font-size: 31px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 5px;

}
.carousel-caption h1 {
	font-size: 65px;
	color: #2d3033;
	position: center;
	margin-top: 300px;
	}
.carousel-caption p {
	font-family: "Open Sans", sans-serif;
	color: #171719;
	text-shadow: none;
	font-size: 33px;
	font-weight: 400;
	letter-spacing: 2px;
	margin-bottom: 100px;
}
.carousel-control.left {
	background: none;
}
.carousel-control.right {
	background: none;
}
.carousel-control {
	opacity: 1;
	text-shadow: none;
}
/* ------------------------------------------------------------------------------
	 Services
-------------------------------------------------------------------------------*/
.services {
	width: 94%;
	
	margin: auto;
	background-color: #2b2626;
}
.services h4 {
	font-size: 33px;
	line-height: 33px;
	letter-spacing: 2px;
	font-weight: 300;
	color: #ffffff;
}
.services h5 {
	font-size: 31px;
	font-weight: 300;
	margin-bottom: 10%;
	text-transform: none;
}
.services p {
	
	color: #ffffff;
	font-weight: 400;
	margin-top: 7%;
	line-height: 30px;
	font: 19px "Open Sans", sans-serif;
}
.services-content {
	margin: 50px;
	
}
.services-content li a {
	color: #ffffff;
	line-height: 30px;
	font: 19px "Open Sans", sans-serif;
}
.services-content li a:hover {
	color: #000;
}
/* ------------------------------------------------------------------------------
	 products
-------------------------------------------------------------------------------*/
#products {
	width: 100%;
	margin: 0%;
}
#products .products-item {
	right: 0;
	margin: 0 0 2px;
	padding: 0 1px;
}
#products .products-item .products-link {
	display: block;
	position: relative;
	margin: 0 auto;
}
#products .products-item .products-link .caption {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: rgba(58, 54, 54, .9);
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s;
}
#products .products-item .products-link .caption:hover {
	opacity: 1;
}
#products .products-item .products-link .caption .caption-content {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 20px;
	margin-top: -12px;
	text-align: center;
	font-size: 20px;
	color: #fff;
}
#products .products-item .products-link .caption .caption-content i {
	margin-top: -12px;
}
#products .products-item .products-link .caption .caption-content h3 {
	margin: 0;
	color: #e9eaed;
	font-size: 17px;
	letter-spacing: 4px;
	text-transform: uppercase;
}
#products .products-item .products-link .caption .caption-content h4 {
	margin: 10px 0;
	color: #e9eaed;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
#products * {
	z-index: 2;
}
/* ------------------------------------------------------------------------------
	 Testimonials
-------------------------------------------------------------------------------*/
.testimonials {
	width: 94%;
	margin: auto;
	background-color: #333;
	position: relative;
	text-align: center;
}
.testimonials blockquote {
	border: 0;
	margin: 0;
	padding: 100px 15%;
}
.testimonials h1 {
	color: #fff;
	font: 19px "Open Sans", sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
}
.testimonials p {
	color: #fff;
	display: block;
	font-size: 11px;
	font-style: normal;
	letter-spacing: 2px;
	font-weight: 400;
	margin-top: 30px;
	text-transform: uppercase;
}
/* ------------------------------------------------------------------------------
	 Footer
-------------------------------------------------------------------------------*/
.footer {
	width: 94%;
	margin: auto;
	text-align: left;
	padding-top: 5%;
	padding-bottom: 7%;
}
.footer h4 {
	font-size: 23px;
	color: #fff;
	margin: 0 0 15px 0;
	padding: 0px;

}
.footer p {
	
	color: #fff;
	font: 22px "Open Sans", sans-serif;
}
.footer a {
	color: #fff;
		font: 19px "Open Sans", sans-serif;
}
.footer a:hover {
	text-decoration: underline;
}
.footer .footer-share {
	margin-top: 0;
}
.footer .footer-share li {
	display: inline-block;
	float: none;
		font: 19px "Open Sans", sans-serif;
}
.footer .footer-share a {
	border: none;
	font-size: 23px;
	color: #fff;
	letter-spacing: 15px;
		font: 19px "Open Sans", sans-serif;
}
.footer .fa-heart {
	color: #e84545;
	font-size: 21px;
	margin: 0 2px;
}
.button {
    background-color: #000; 
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}
/* ------------------------------------------------------------------------------
	 Work Detial 
-------------------------------------------------------------------------------*/

.work-detail {
	width: 94%;
	margin: auto;
}
.work-detail-margin {
	margin-bottom:5px ;
	line-height: 30px;


}
.detail-image img {
	padding-bottom: 0px;
	position: relative;
	height:200px;
	
}
.detail-contentbox {
	background-color: #000;
	padding: 3%;

}
.detail-content h4 {
	font-size: 27px;
	line-height: 27px;
	letter-spacing: 1px;
	font-weight: 300;
}
.detail-content p {
	color: #6c7279;
	font-size: 13px;
	font-weight: 40;
	margin-top: 7%;
	line-height:7em;
	width: 100px
	
}
.detail-content h1 {
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	margin-top: 7%;
	line-height:2em;
}
/* ------------------------------------------------------------------------------
	 milkyprod 
-------------------------------------------------------------------------------*/
.milkyprod {
	width: 94%;
	margin: auto;
}
/* ------------------------------------------------------------------------------
	.olive-oil
-------------------------------------------------------------------------------*/
.olive-oil {
	width: 98%;
	margin: auto;
}
.work-detail-margin {
	margin-bottom:5px ;
	


}
.oil-image img {
	padding-bottom: 0px;
	position: relative;
	height:320px;
	
}
.oil-contentbox {
	background-color: #000;
	padding: 3%;

	
}
.oil-content h4 {
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	margin-top: 7%;
	line-height:3em;
	
}
.oil-content p {
	color: #6c7279;
	font-size: 13px;
	font-weight: 400;
	margin-top: 7%;
	line-height:7em;
	width: 100px
}
.oil-content h1 {
	
	font-size: 17px;
	line-height: 17px;
	letter-spacing: 1px;
	font-weight: 30;
	color: #fff;
}
/* ------------------------------------------------------------------------------
	Pates
-------------------------------------------------------------------------------*/

.pates {
	width: 94%;
	margin: auto;
}
.pates-margin {
	margin-bottom:5px ;
	line-height: 30px;


}
.pates-image img {
	padding-bottom: 0px;
	position: relative;
height: 300px;
}
.pates-contentbox {
	background-color: #000;
	padding: 3%;

}
.pates-content h4 {
	font-size: 27px;
	line-height: 27px;
	letter-spacing: 1px;
	font-weight: 300;
}
.pates-content p {
	color: #fff;
	font-size: 13px;
	font-weight: 40;
	margin-top: 7%;
	line-height:7em;
	width: 100px
}
.pates-content h1 {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	margin-top: 7%;
	line-height:2em;
}
/* ------------------------------------------------------------------------------
	.spices
-------------------------------------------------------------------------------*/
.spices {
	width: 94%;
	margin: auto;
}
.spices-margin {
	margin-bottom:5px ;
	line-height: 30px;
}
.spices-image img {
	padding-bottom: 0px;
	position: relative;
	max-height:350px;
	width:200px;
}
.spices-contentbox {
	background-color: #000;
	padding: 3%;

}
.spices-content h4 {
	font-size: 27px;
	line-height: 27px;
	letter-spacing: 1px;
	font-weight: 300;
}
.spices-content p {
	color: #fff;
	font-size: 13px;
	font-weight: 40;
	margin-top: 7%;
	line-height:7em;
	width: 100px
}
.spices-content h1 {
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	margin-top: 7%;
	line-height:2em;
}