/*-----------------------------------------------------------------------------------*/
/*	HR-Divider
/*-----------------------------------------------------------------------------------*/
.hr1{
	clear: both;
	border-bottom:1px solid #e6e6e6;
	margin:30px 0;
	height:1px;
}
.hr2{
	clear: both;
	height:1px;
	width:100%;
	background: url(../images/dotted.png) repeat-x;
	margin:40px 0;
	height:1px;
}
.hr3{
	height:5px;
	background: url(../images/shadow.png) no-repeat center top;
	width:100%;
	margin:40px 0;
}

.hr4{
	border-bottom:none;
	margin:40px 0;
	width:100%;
	height:14px;
	background: url(../images/stripes.png);
	display: block;
}

/*-----------------------------------------------------------------------------------*/
/*	Columns
/*-----------------------------------------------------------------------------------*/
@media only screen and (min-width: 768px) {
	.full, .three-fourth, .half, .three-eighth, .two-third, .one-third, .one-fourth, .one-fifth {
		position: relative;
		float: left;
		margin: 0 3% 20px 0;
	}
	.full {
		clear: both;
		float: none;
		width: 100%;
		margin-right: 0;
	}
	.three-fourth { width: 74% }
	.half { width: 48.5% }
	.two-third { width: 65.5% }
	.one-third { width: 31.5% }
	.three-eighth { width: 35.75% }
	.one-fourth { width: 22.7% }
	.one-fifth { width: 17.9% }
	.service.one-fourth {
		width: 23.5%;
		margin-right:2%;
	}
	#sidebar .service.one-fourth {
		float:none;
		width:100%;
		margin:0 auto;
	}
	.custom.one-third { width: 29%; }
	.custom.two-third { width: 68%;	}
	.last { margin-right:0 !important;}
}
.full, .three-fourth, .half, .three-eighth, .two-third, .one-third, .one-fourth, .one-fifth {
	margin-bottom:20px;
}
/*-----------------------------------------------------------------------------------*/
/* Blog
/*-----------------------------------------------------------------------------------*/

.latest-news .news-item {
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
	overflow: hidden;
	padding: 20px 0;
	position: relative;
}
.latest-news .news-item:last-child {
	border:none;
}
.latest-news .news-description {
	margin-left: 250px;
	padding-right: 150px;
}
.latest-news .news-item .item-left {
	color: #707070;
	display: block;
	float: left;
	font-size: 24px;
	padding-top: 6px;
	text-align: center;
	width: 230px;
}
.latest-news .news-item img{
	display: block;
}
.bakery-products .product.last { margin-right:0;}
.latest-news .news-item h3 a {
	color:#86391f;
}
.latest-news .news-item a:hover {
}

.btn {
	background-color: #86391f;
	color: #fff;
	display: inline-block;
	font-family: 'futuraextendedregular', serif;
	font-size: 18px;
	padding: 12px 24px;
}
.btn:hover {
	color:#fff;
}
.btn.readmore {
	position:absolute;
	right:0;
	top:20px;
}
/*-----------------------------------------------------------------------------------*/
/* Service
/*-----------------------------------------------------------------------------------*/
.service {
	background-color:#fff;
	color:#4d4d4d;
	display:block;
	padding:30px 16px;
	min-height:280px;
	font-size:13px;
	line-height:20px;
}
a.service:hover {
	color:#4d4d4d;
} 
.service > h2 {
	color: #86391f;
	font-size:26px;
	line-height:30px;
}
.service > span {
	color: #86391f;
	display: block;
	font-size: 60px;
	margin-bottom: 18px;
	text-align: center;
}
#sidebar .service.one-fourth {
	max-width:170px;
	margin-bottom:20px;
	min-height:140px;
	padding:20px 16px 10px;
}
#sidebar .service.one-fourth > h2 {
	font-size:18px;
	line-height:22px;
}

.res-list {
	margin:0 0 30px;
	padding:10px 0 0;
	list-style:none;
}
.res-list li {
	padding:6px 0;
}
.res-list li a {
	font-family: "AGaramond-Regular",serif;
	font-size: 19px;
	line-height: 24px;
}
/*-----------------------------------------------------------------------------------*/
/*	Section
/*-----------------------------------------------------------------------------------*/

.section{
	margin: 0;
	padding: 40px 0;
	position: relative;
}
.section-bg {
	display: block;
	height: 100%;
	left: -150em;
	position: absolute;
	right: -150em;
	top: 0;
	z-index: -1;
	background-position:center center;
}
.section.smaller {
	max-width:740px;
	margin:0 auto;
	width:100%;
}
.section.parallax .section-bg {
	background-attachment:fixed;
}
.section.text-blue h2 {
	margin-bottom:4px;
	font-weight:700;
}

/*-----------------------------------------------------------------------------------*/
/*	Video Section
/*-----------------------------------------------------------------------------------*/
.videosection{
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	z-index: 0;
}

.videosection .video-wrap {
	width: 100%;
	height: auto;
	position: absolute;
    top: 0;
    overflow: hidden;
    z-index: 1;
}

.videosection .video-fallback{
	background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.videosection .video-overlay{
	background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.videosection .container{
    position: relative;
    z-index: 3;
}

/*-----------------------------------------------------------------------------------*/
/*	Heading
/*-----------------------------------------------------------------------------------*/
.faqs h3 {
	font-size:19px;
	margin-bottom:0;
}