@import url('../font/font.css');
* {
	margin: 0 auto;
	padding: 0px;
	outline: none;
	list-style: none;
}
a{color: #000000;}
body {
	font-size: 14px;
	color: #242018;
	font-family: 'Source Sans Pro', sans-serif;
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto !important;
	font-weight: normal;
	font-style: normal;
	position: relative;
	cursor: default;
}
h1, h2, h3, h4, h5, h6, a {
	font-weight: normal;
	font-family: 'Source Sans Pro', sans-serif;
}
h1 {
	font-size: 41px;
	font-family: 'Dancing Script', cursive;
	font-weight: 700;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 33px;
}
h4 {
	font-size: 26px;
}
h5 {
	font-size: 22px;
}
h6 {
	font-size: 14px;
}
p {
	font-size: 16px;
	color: #242018;
	font-family: 'Source Sans Pro', sans-serif;
}
form {clear:both}
/*==========================================================================*/
/*                                      HEADER                              */
/*==========================================================================*/
header {
	width: 100%;
}
.row {
	max-width: 960px;
}
.utility_nav {
	width: 100%;
	background: #ffffff;
	padding: 25px 0px;
}
.right-content {
	float: right;
}
.right-content ul {
	margin: 0px;
}
.right-content ul li {
	float: left;
	border-right: 1px solid #242018;
	line-height: 9px;
}
.right-content ul li a {
	font-size: 13px;
	color: #242018;
	padding: 0px 7px;
}
.right-content ul li:hover a {
	color: #71c9be;
}
.right-content ul li:last-child {
	border-right: none;
}
.right-content ul li:last-child a {
	padding-right: 0px;
}
.contain-to-grid {
	width: 100%;
	background: #000000;
	padding: 0px;
	border-bottom: 1px solid #242018;
}
.top-bar-section {
	width: 100%;
	float: left
}
.top-bar-section ul {
	width: 100%;
	float: left
}
.top-bar-section li:not(.has-form) a:not(.button) {
	background: transparent;
	height: 45px;
	font-family: 'OpenSansRegular';
	font-weight: bold;
    text-transform:uppercase;
	padding: 0 38px !important;
}
.top-bar {
	background: transparent;
}
.top-bar-section li:not(.has-form) a:not(.button):hover {
	background: transparent;
	color: #71c9be;
}
.top-bar .name img {
	margin-top: -55px;
	z-index: 9999;
	position: relative;
	width: 80%
}
.top-bar-section li:not(.has-form):last-child a:not(.button) {
	padding-right: 0 !important;
}
.top-bar-section ul li {
	float: left;
	background: inherit;
	padding: 9px 0
}
.top-bar-section ul li:last-child a {
	padding-right: 0px !important;
}
.top-bar .name {
	height: 45px;
	margin: 0;
	font-size: 16px;
	text-align: center;
}
.top-bar-section ul li:hover:not(.has-form) > a {
	background: inherit;
}
.top-bar-section .dropdown li {
	width: 100%;
	height: auto;
}
.top-bar-section ul li > a {
	display: block;
	width: 100%;
	text-transform: none;
}
.top-bar-section ul li ul li:nth-child(2), .top-bar-section ul li ul li:nth-child(5) {
	list-style: none;
}
.top-bar-section .dropdown li ul li:hover {
	background: inherit;
}
.top-bar .toggle-topbar.menu-icon {
	top: 50%;
	margin-top: 7px;
	z-index: 99;
}
.top-bar .toggle-topbar {
	position: absolute;
	right: 0;
}
.top-bar-section ul li.nav_dots:after {
	content: url(../img/bullet-image.png);
	position: absolute;
	top: 15px;
}
.top-bar-section .has-dropdown .dropdown {
	top: 63px;
	padding: 2px 0;
	background: #ffffff;
}
.top-bar-section .dropdown li {
	padding: 0px
}
.top-bar-section .has-dropdown > a:after {
	display: none;
}
.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
	background: #ffffff;
	color: #000000
}
.top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
	color: #fff;
	background: #71c9be
}
.flexslider .slides > li {
	position: relative;
}
.slider-caption {
	width: 452px;
	position: absolute;
	right: 10%;
	top: 27%;
    background-color: rgba(255,255,255,0.5);
}
.slider-caption h1 {
	color: #000000;
	line-height: 48px;
	margin: 27px 0px;
	font-family: 'Dancing Script', cursive;
	font-weight: 700;
}
.slider-caption p {
	color: #000000;
	margin-bottom: 50px;
}
.buy-now {
	display: block;
	font-size: 20px;
	width: 200px;
	height: 52px;
	float: left;
	line-height: 52px;
	text-align: center;
	border-radius: 35px;
	border: 1px solid #000;
	color: #000;
	background: #fff;
	transition: all 0.3s;
	position: relative;
}
.btn-1e:after {
	width: 100%;
	height: 0;
	top: 50%;
	left: 50%;
	background: #fff;
	opacity: 0;
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.buy-now:after {
	content: '';
	position: absolute;
	z-index: -1;
	transition: all 0.3s;
}
.btn-1e:hover:after {
	height: 260%;
	opacity: 1;
}
.buy-now:hover {
	background: #71c9be;
	color: #fff;
}
.btn-1e {
	overflow: hidden;
}
.side-nav li {
margin:0;}
.side-nav li a:not(.button), .side-nav li a:hover:not(.button) {
    border-bottom: 1px solid #71c9be;
    padding: 12px 0 12px 22px;
    text-align: left;
    
    color: #2c2c2c;
}
.side-nav li a:hover:not(.button) {
    
color:#71c9be
}
/*==========================================================================*/
/*                                      SLIDER                              */
/*==========================================================================*/
.slider {
	width: 100%;
	float: left
}
.slider ul {
	width: 100%;
	float: left;
	margin: 0px
}
/*==========================================================================*/
/*                                      MIDDLE                              */
/*==========================================================================*/
.coffee-break-section {
	width: 100%;
	float: left;
	padding: 62px 0px 120px 0px;
	background: url(../img/body-bg.png) repeat 0px 0px;
}
.coffe-break-heading {
	width: 100%;
	text-align: center;
}
.coffe-break-heading h1 {
	color: #242018;
	line-height: 68px;
	margin: 0px;
}
.coffe-break-heading p {
	font-size: 22px;
	color: #71c9be;
	font-weight: 400;
	letter-spacing: 1px;
}
.Affordable {
}
.Affordable h5 {
	font-weight: 400;
}
.Affordable p {
	font-size: 16px;
	color: #242018;
	font-weight: 400;
	letter-spacing: 0px;
}
.learnmore {
	width: 152px;
	height: 46px;
	line-height: 46px;
	display: block;
	border: 1px solid #71c9be;
	color: #71c9be;
	transition: all 0.3s;
	position: relative;
}
.learnmore:hover {
	background: #fff;
	color: #71c9be;
}
.btn-1:hover, .btn-1:active {
	color: #71c9be;
}
.btn-1:hover:after {
	height: 75%;
	opacity: 1;
}
.btn-1 {
	overflow: hidden;
}
.btn-1:after {
	width: 101%;
	height: 0;
	top: 50%;
	left: 50%;
	background: #fff;
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.coffee-break-icons:hover {
	background: #fee2c4;
}
.selling-prdct-section {
	width: 100%;
	float: left;
	background: #fff;
	padding: 70px 0px 110px 0px;
}
.selling-prdct-section h1 {
	margin: 0px 0px 48px 0px;
	text-align: center;
}
.coffee-bean {
}
.coffee-bean h5 {
	color: #242018;
	font-weight: 600;
	margin: 15px 0px 8px 0px;
	display: block;
}
.coffee-bean h5 a {
	color: #242018;
	font-weight: 600;
}
.coffee-bean h5 a:hover {
	color: #71c9be
}
.learnmore1 {
	width: 152px;
	height: 46px;
	line-height: 46px;
	float: left;
	display: block;
	text-align: center;
	border: 1px solid #71c9be;
	color: #71c9be;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.learnmore1:hover {
	background: #71c9be;
	color: #fff;
}
.learnmore1:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-1c:hover, .btn-1c:active {
	color: #fff;
}
.btn-1c:hover:after {
	height: 75%;
	opacity: 1;
}
.btn-1c {
	overflow: hidden;
}
.btn-1c:after {
	width: 101%;
	height: 0;
	top: 50%;
	left: 50%;
	background: #fff;
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.events-section {
	width: 100%;
	float: left;
	padding: 58px 0px 88px 0px;
	background: url(../img/body-bg.png) repeat 0px 0px;
}
.events-section h1 {
	text-align: center;
	margin-bottom: 34px;
}
.events-section .large-6 {
	padding: 0px 23px;
	border-right: 2px solid #cba77e;
}
.events-section .border {
	border-right: none;
}
.events-detalis {
	float: left;
	background: #fff;
	padding: 15px;
	border: 1px solid #cccccc;
	position: relative;
	margin-bottom: 25px;
}
.calender {
	 background:#71c9be;
    border: 1px solid #71c9be;
    color: #fff;
    float: left;
    line-height: 19px;
    margin-right: 12px;
    padding-top: 4px;
    width: 10.6%;
}
.calender span {
	display: block;
	text-align: center;
	font-size: 11px;
}
.calender p {
	color: #fff;
	margin: -11px 0px 0px 0px;
	padding: 3px 12px;
}
.event-content {
	width: 86.4%;
	float: right;
}
.event-content a {
	float: left;
	width: 100%;
	font-size: 15px;
	color: #7c7c7c;
	border-bottom: 1px solid #d3d3d3;
	padding-bottom: 2px;
	margin-bottom: 8px;
}
.event-content .fa {
	color: #71c9be;
	margin-right: 6px;
}
.prdct-dtls {
	width: 52%;
	float: left;padding:0 2px;
}
.prdct-dtls h6 {
	font-size: 16px;
	color: #242018;
	font-weight: 600;
	margin: 0px 0px 8px 0px;
	display: block
}
.prdct-dtls h6 a {
	font-size: 16px;
    line-height:20px;
    margin-bottom:0.25rem;
	color: #242018;
	font-weight: 600;
}
.prdct-dtls h6 a:hover {
	color: #71c9be
}
.prdct-dtls p {
	font-size: 13px;
	color: #7c7c7c;
	line-height: 17px;
	margin-bottom: 6px;
}
.prdct-dtls a {
	font-size: 11px;
	color: #7c7c7c;
	border-bottom: none;
	margin: 0px;
	padding: 0px;
}
.prdct-dtls>a:before {
	content: '';
	width: 7px;
	height: 4px;
	background: url(../img/learn-more.png) no-repeat 0px 0px;
	display: inline-block;
	margin: 0px 6px 0px 0px;
}
.right-arrow {
	position: absolute;
	right: -10px;
    display:none;
	top: 20px;
}
/*contact*/
section.map {
    height: 500px;
    width: 100%;
}
section.map iframe {
    height: 500px;
    width: 100%;
}
section.address {
    background:url("../img/primary_menu-bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding: 3rem 0 2rem;
    text-align: center;
}
section.address h2 {
    margin: 0 0 10px;
}
section.address h3, section.address h4, section.address h5, section.address p {
    margin: 0 0 5px;
    color:#fff;
}
section.address h3 a, section.address h4 a, section.address h5 a {
    color: #fff;
}
/*=============   hover effect   ==============*/
.hover-effect {
	width: 100%;
	float: left;
	position: relative;
	text-align: center;
	-webkit-box-shadow: 1px 1px 2px #e6e6e6;
	-moz-box-shadow: 1px 1px 2px #e6e6e6;
	box-shadow: 1px 1px 2px #e6e6e6;
	cursor: default;
	overflow: hidden;
    margin-bottom:1rem;
}
.hover-effect img {
	display: block;
	position: relative;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	width: 100%;
	height: 100%;
}
.mask {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	background: rgba(206, 206, 206, 0.5);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	width: 100%;
	height: 100%;
}
.hover-effect:hover .mask {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.hover-effect:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.hover-effect:hover .mask a {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}
.mask a {
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-o-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform: translateY(100px);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	display: block;
	width: 100%;
	max-width: 131px;
	background: #242018;
	margin: 0 auto;
	float: none;
	margin-top: 25%;
	color: #fff !important;
}
.mask a:hover {
	background: #71c9be;
}
.featured-product-section {
	width: 100%;
	float: left;
	background: #fff;
	padding: 20px 0px 20px 0px;
    border-top: 1px solid #cecece;
}
.lunch h1 {
	color: #71c9be;
}
.lunch p {
}
.learnmore3 {
	width: 152px;
	height: 46px;
	line-height: 46px;
	float: left;
	display: block;
	text-align: center;
	border: 1px solid #71c9be;
	color: #71c9be;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.learnmore3:hover {
	background: #71c9be;
	color: #fff;
}
.learnmore3:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.lunch-image, .lunch-image img {
	float: right;
}
/*==========================================================================*/
/*                                      FOOTER                              */
/*==========================================================================*/

footer {
	width: 100%;
	float: left;
	background: #232323;
	padding: 41px 0px 86px 0px;
}
.site-map {
}
.site-map h6 {
	font-size: 16px;
	color: #71c9be;
	font-weight: 600;
}
.site-map ul {
	margin: 0px;
}
.site-map ul li {
	padding: 3px 0px;
}
.site-map ul li:hover a {
	color: #71c9be;
}
.site-map ul li a {
	font-size: 16px;
	color: #7f7f7f;
}
.shipping {
}
.shipping h6 {
	font-size: 16px;
	color: #71c9be;
	font-weight: 600;
}
.shipping p {
	font-size: 15px;
	color: #9c9c9c;
	margin-bottom: 12px;
}
.shipping-learnmore {
	font-size: 13px;
	color: #71c9be;
}
.shipping-learnmore:hover {
	color: #fff;
}
.shipping-learnmore:after {
	content: '';
	width: 6px;
	height: 9px;
	display: inline-block;
	background: url(../img/learn-more-after.png) no-repeat 0px 0px;
	margin: 0px 0px 0px 6px;
}
.subscribe {
}
.subscribe h6 {
	font-size: 16px;
	color: #71c9be;
	font-weight: 600;
}
.subscribe p {
	font-size: 16px;
	color: #9c9c9c;
}
.subscribe-form form input[type="text"] {
	width: 285px;
	height: 34px;
	line-height: 34px;
	font-size: 15px;
	padding-left: 11px;
	border: none;
	display: inline-block;
	margin-right: 6px;
	background: #fff;
}
.subscribe-form form input[type="submit"] {
	width: 108px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	background: #71c9be;
	color: #ffffff;
	border: none;
}
.subscribe-form form input[type="submit"]:hover {
	color: #71c9be;
	background: #ffffff;
}
.social {
}
.social ul {
	margin: 0px;
}
.social ul li em {
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	border-radius: 100%;
	background: #393939;
	float: left;
	margin-right: 10px;
}
.social ul li em:hover {
	background: #9c9c9c;
}
.social ul li:hover .fa {
	color: #71c9be;
}
.social ul li .fa {
	color: #9c9c9c;
	font-size: 21px;
}
.copy-right-section {
	width: 100%;
	float: left;
	background: #ffffff;
	padding: 5px 0px 5px 0px;
}
.coffee-break p {
	font-size: 14px;
	color: #000000;
	margin: 5px 0px 0px 0px;
}
.coffee-break-icons {
	width: 130px;
	height: 130px;
	background: #fff;
	line-height: 130px;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
}
.paypal {
}
.paypal ul {
	margin: 0px;
}
.paypal ul li {
	float: left;
}
.paypal ul li a {
}
/*==========================================================================*/
/*                                      COFFEE-PAGE                         */
/*==========================================================================*/

.header-section {
	width: 100%;
	padding: 22px 0px 22px 0px;
	background: #cecece;
}
.header-section h1 {
	color: #fff;
	float: left;
	margin: 0px;
}
.pagination {
	float: right;
	margin-top: 26px;
}
.pagination ul {
	margin: 0px;
}
.pagination ul li {
	float: left;
}
.pagination ul li:hover span {
	color: #71c9be;
}
.pagination ul li.selected a span {
	color: #c18b64;
}
.pagination ul li span {
	font-size: 15px;
	color: #fff;
	display: inline-block;
}
.pagination ul li span:after {
	content: '|';
	width: 11px;
	height: 11px;
	display: inline-block;
	background:|;
	margin: 0px 8px 0px 6px;
}
.pagination ul li:last-child span:after {
	content: initial;
	background: none;
}
.product-section {
	width: 100%;
	padding: 80px 0px 74px 0px;
	background: #ffffff;
}

.productSmall {
	width: 100%;
	float: left;
	margin-bottom: 16px;
}
.productSmall {
	margin: 0px;
	width: 100%;
	float: left
}
.productSmall .large-4 {
	margin-bottom: 38px;
}
.productSmall li {
}
.productSmall li:nth-child(3n) {
	margin-right: 0px;
}
.product-image-small {
	width: 100%;
	float: left;
	position: relative;
	margin-bottom: 10px;
}
.product-image-small img {
	width: 100%;
}
.price {
	position: absolute;
	top: 12px;
	left: 14px;
}
.price span {
	font-size: 14px;
	font-weight: 600;
	display: block;
	padding: 4px 21px;
	background: #cecece;
	color: #fff;
}
.productSmall li h6 a {
	font-size: 20px;
	color: #71c9be;
	display: block;
	margin: 10px 0px 10px 0px;
	font-weight: 600;
}
.productSmall li p {
	padding-right: 48px;
}
.catalogueItem h6, .catalogueItemLast h6 {
	margin: 5px 0px 25px 0px;
    text-align: center;
}
.catalogueItem h6 a, .catalogueItemLast h6 a {
	color: #71c9be;
	font-weight: bold;
    font-size: 20px;
}
/*PAGINATION  */
.pagination_navigation {
	width: 40%;
	float: right;
	padding: 15px 0px;
}
.pagination_navigation ul {
	width: auto;
	display: inline-block;
	margin: 0px;
	float: left;
}
.pagination_navigation ul li {
	height: inherit;
	margin: 0 4.5px;
	border: 1px solid #d9d9d9;
	background: #fff;
}
.pagination_navigation ul li.current {
	border: 1px solid #dadada;
}
.pagination_navigation ul li.current a {
	background: #965b18;
}
.pagination_navigation ul li a {
	width: 36px;
	line-height: 36px;
	text-align: center;
	height: 36px;
	font-size: 18px;
	color: #5e5e5e;
}
ul.pagination li.current a:hover, ul.pagination li.current a:focus, ul.pagination li.current button:hover, ul.pagination li.current button:focus {
	background: #965b18;
}
ul.pagination li a, ul.pagination li button {
	border-radius: 0px;
}
.prev {
	font-size: 18px;
	color: #928c84;
	float: left;
	margin: 8px 21px 0px 0px;
}
.next {
	font-size: 18px;
	color: #242018;
	float: right;
	margin: 8px 0px 0px 18px;
	float: left;
}
.pagination_navigation ul li.unavailable a {
	padding: 0px 12px;
}
.pagination_navigation ul li.current a {
	color: #fff;
	font-weight: normal;
}
/*==========================================================================*/
/*                                      BLOG-PAGE                           */
/*==========================================================================*/
.blog-section {
	width: 100%;
	padding: 76px 0px 96px 0px;
	background: url(../img/coffee-bg.png) repeat 0px 0px;
}
.blog-section .large-12 {
	padding: 0px;
}
.blog-list ul {
	margin: 0px;
}
.blog-image {
	width: 100%;
	float: left
}
.blog-image img {
	width: 100%;
}
.blog-items {
	margin-bottom: 24px;
}
.blog-items h5 {
	color: #242018;
	font-weight: 600;
	margin: 12px 0px 0px 0px;
	clear: both
}
.blog-items h5 a {
	font-size: 22px;
	color: #242018;
	font-weight: 600;
}
.blog-items h5 a:hover {
	color: #C18B64
}
.blog-items span {
	font-size: 17px;
	color: #242018;
	font-weight: 600;
}
.blog-items span:after {
	content: '|';
	display: inline-block;
	margin: 0px 7px 0px 4px;
}
.blog-items a {
	font-size: 16px;
	color: #c80303;
	font-weight: 600;
}
.blog-items p {
	margin: 8px 0px 20px 0px;
}
/*==========================================================================*/
/*                                      FEATURE-PAGE                        */
/*==========================================================================*/

.ftr-middle {
	font-family: 'Roboto', sans-serif !important;
	padding: 53px 0px 130px 0px;
	background: #ffffff;
}
.ftr-middle h1 {
	font-family: 'Roboto', sans-serif !important;
	font-size: 36px;
	font-weight: 300;
	letter-spacing: 3px;
}

.ftr-slider-description {
	position: absolute;
	top: 50%;
	right: 42%;
}
.feature-heading1 {
	font-size: 70px;
	color: #ffffff;
	background: rgba(77, 107, 120, 0.57);
	padding: 12px 12px 12px 11px;
	margin: 0px;
}
.main-event{width:100%; float:left;}
.events {
	text-align: left;
	margin-bottom:20px;
}
.events h1 {
	text-transform: uppercase;
	font-size: 36px;
	margin: 10px 0px 26px 0px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}
.events p {
	display: inline-block;
	font-size: 17px;
	color: #383838;
	margin: 0px;
}
.events h2 {
	font-size: 19px;
	color: #242018;
	margin: 40px 0px 0px 0px;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
}
.events h2 a {
	font-size: 19px;
	color: #242018;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
}
.events h2 a:hover {
	color: #C08861;
}
.evnt-dtls {
	display: inline-block;
	font-size: 16px;
	color: #2c2c2c;
	border-right: 1px solid #000;
	padding: 0px 8px 0px 0px;
	line-height: 15px;
}
.evnt-dtls a {
	color: #2c2c2c;
}
.events .border {
	border-right: none;
}
.event-cntnt {
	background: #f6f6f0;
	padding: 20px 24px 28px 24px;
	margin-top: 12px;
}
.event-cntnt p {
	font-size: 15px;
	color: #2c2c2c;
	margin-bottom: 22px;
}
.reserve {
	width: 195px;
	height: 45px;
	line-height: 45px;
	display: inline-block;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	background: #c08861;
	font-weight: 700;
	letter-spacing: 1px;
}
.reserve:hover {
	color: #000;
}
.margin-50 {
	margin-bottom: 50px;
}
.main-news {
	width:100%; float:left;
	text-align: left;
	padding-bottom: 32px;
	border-bottom: 1px solid #eaead8;
}
.main-news h1 {
	text-transform: uppercase;
	font-size: 36px;
	margin: 44px 0px 18px 0px;
}
.news h5 {
	font-size: 21px;
	font-weight: 600;
	color: #242018;
	display: inline-block;
	margin: 0px 0px 10px 0px;
}
.news h5 a {
	font-size: 21px;
	font-weight: 600;
	color: #242018;
	display: inline-block;
}
.news h5 a:hover {
	color: #C08861;
}
.news span {
	font-size: 16px;
	color: #b1b1a7;
	font-style: italic;
	font-weight: 500;
}
.news p {
	clear: both;
	margin-bottom: 24px;
}
.main-faq {
	width:100%; float:left;
	text-align: left;
	padding: 0px;
}
.main-faq h1 {
	margin: 0px 0px 24px 0px;
}
.accordion .accordion-navigation > a, .accordion dd > a {
	background: #c08861;
	color: #fff;
	padding: 1rem;
	display: block;
	font-size: 16px;
	font-size: 16px;
	border-bottom: 1px solid #fff;
}
.main-forum {
	text-align: left;
	width:100%; float:left;
}
.main-forum h1 {
	margin: 64px 0px 20px 0px;
}
.logout {
	float: left;
}
.right-forum {
	float: right;
	margin: -44px 0px 47px 0px;
}
.right-forum .new-topic {
	width: 194px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	display: inline-block;
	font-size: 13px;
	color: #c08861;
	background: inherit;
	border: 2px solid #c08861;
	font-weight: 700;
	text-transform: uppercase;
	margin-right: 16px;
	letter-spacing: 1px;
}
.right-forum .new-topic:hover {
	color: #fff;
	background: #c08861;
}
.right-forum .subscribe {
	width: 202px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	font-size: 13px;
	color: #fff;
	background: #c08861;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.right-forum .subscribe:hover {
	background: #fff;
	color: #c08861;
}
.forum-title {
	width:100%;
	float: left;
	border-bottom: 1px solid #eaead8;
}
.forum-title table tr {
	background: #f6f6f0;
}
.forum-title table tr td span {
	font-weight: 100;
}
.forum-title table tr.title-row th.forum-name {
	text-align: left;
}
.forum-title table tr td.test {
	color: #d5a35e;
	text-align: left;
}
table tr th, table tr td {
	text-align: center;
}
.main-media {
	float: left;
	text-align: left;
	width:100%; float:left;
}
.main-media h1 {
	margin: 48px 0px 20px 0px;
}
.main-media a {
	font-size: 16px;
	color: #c08861;
	text-decoration: underline;
	margin-left: 14px;
}
.main-media span {
	font-size: 13px;
	color: #383838;
}
.gallary {
	width:100%;
	float: left;
	text-align: left;
}
.gallary h1 {
	margin: 40px 0px 22px 0px;
}
.gallary ul {
	margin: 0px;
}
.gallary ul li {
	float: left;
	margin: 0px 3px 3px 0px;
}
.main-blog {
	width:100%;
	text-align: left;
	float: left;
}
.main-blog h1 {
	margin: 48px 0px 20px 0px;
}
.blog {
	border-bottom: 1px solid #eaead8;
	padding: 0px 0px 25px 0px;
	margin-bottom: 25px;
}
.blog span {
	font-size: 16px;
}
.main-blog .brdr-btm {
	padding: 6px 0px 50px 0px;
	border-bottom: none;
}
.blog-heading {
	font-size: 21px;
	font-weight: 600;
	color: #242018;
}
.blog-heading a {
	font-size: 21px;
	font-weight: 600;
	color: #242018;
}
.blog-heading a:hover {
	color: #C08861;
}
.blog p {
	margin-bottom: 5px;
}
.blog>a {
	font-size: 15px;
	color: #d5a35e;
	border-right: 2px solid #d5a35e;
	line-height: 12px;
	display: inline-block;
	padding: 0px 8px 0px 3px;
}
.blog .permalink {
	border-right: none;
}
.blog-number {
	clear: both;
}
.blog-number a {
	width: 28px;
	height: 28px;
	display: inline-block;
	background: #3f6d7f;
	color: #fff;
	line-height: 25px;
	text-align: center;
	padding: 0px;
	border-right: none;
	border: 2px solid #3f6d7f;
}
.blog .comments {
	margin-bottom: 26px;
}
.blog-number .blog-list {
	width: 28px;
	height: 28px;
	display: inline-block;
	line-height: 25px;
	color: #3f6d7f;
	background: #ffffff;
	border: 2px solid #3f6d7f;
}
span.like-wechat {
	float: right;
	display: inline-flex !important;
	margin: 0px 5px 0px 0px !important;
}
.store {
	float: left;
}
.store span {
	font-size: 13px;
	color: #2c2c2c;
	font-size: 13px;
	color: #2c2c2c;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.ftr-store {
	float: left;
}
.ftr-store span {
}
.ftr-view-cart {
	float: right;
}
.ftr-view-cart span {
	color: #2c2c2c;
}
.ftr-view-cart a {
	color: #d5a35e;
}
.ftr-store a {
	color: #d5a35e;
}
.product {
	width: 100%;
	float: left;
	margin: 58px 0px 12px 0px;
}
.product ul {
	margin: 0px;
}
.product ul li {
	float: left;
}
.product ul li {
	width:47.25%;
	float: left;
	border: 2px solid #c08861;
	text-align: center;
	padding: 15px 15px 0px 15px;
	margin: 0px 5.5% 32px 0px;
}
.product ul li:nth-child(2n) {
	margin-right: 0px;
}
.product ul li h3 {
	font-size: 17px;
	color: #d5a35e;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 64px 0px 32px 0px;
}
.main-blog .col-lg-12 {
	padding: 0px;
}
.product-details {
	float: left;
	margin: 32px 0px 0px 0px;
}
.prdct-cntnt {
	text-align: left;
}
.prdct-cntnt h3 {
	font-size: 26px;
	color: #2c2c2c;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0px 0px 12px 0px;
}
.prdct-cntnt span {
	font-size: 15px;
	color: #2c2c2c;
	letter-spacing: 1px;
	display: block;
	margin: 10px 12px 14px 0px;
	font-weight: 500;
}
input[type="file"], input[type="checkbox"], input[type="radio"], select {
}
select {
	margin: 0 0 1rem 0;
}
select {
	-webkit-appearance: none !important;
	background: #FFF;
	background-image: url(../img/dropdown-1.png);
	background-position: 97% 50%;
	background-repeat: no-repeat;
	border: 1px solid #e0e0d6;
	padding: 0.5rem;
	border-radius: 4px;
	font-size: 17px;
	color: #2c2c2c;
	line-height: normal;
	height: 2.3125rem;
	width: 100%;
}
select:hover {
	
	border: 1px solid #e0e0d6;
	
}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
background:#;
}
.main-qunty {
	margin-top: 16px;
}
.lft-qunty {
	float: left;
}
.quantity {
	display: block;
	float: left;
}
.quty-nmbr {
	width: 44px !important;
	height: 44px !important;
	display: block;
	float: left;
	line-height: 44px;
	text-align: center;
	font-size: 15px;
	color: #3f6d7e;
	border: 1px solid #e0e0d6 !important;
	border-radius: 4px !important;
	background: inherit;
	box-shadow: inset 0px 0px 1px #000;
	background-image: none !important;
}
.right-qunty {
	float: right;
}
.addcart {
	width: 146px;
	height: 44px;
	display: block;
	line-height: 44px;
	font-size: 13px;
	color: #fff;
	background: #c08861;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 16px;
}
.addcart:hover {
	color: #c08861;
	background: #fff;
}
.addwishlist {
	display: block;
	text-decoration: underline;
	float: right;
	font-size: 16px;
	color: #c08861;
}
.prdct-dscrptn {
	float: left;
}
.prdct-dscrptn h4 {
	font-size: 17px;
	color: #2c2c2c;
	font-weight: 700;
}
.prdct-dscrptn p {
	color: #2c2c2c;
}
.buttons {
	float: left;
	margin-top: 62px;
}
.primary {
	width: auto;
	min-width:138px;
	height: 45px;
	display: block;
	float: left;
	line-height: 45px;
	font-size: 15px;
	color: #fff;
	background: #c08861;
	text-align: center;
	text-transform: uppercase;
	margin-right: 10px;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	padding:0px 18px;
}
.primary:hover {
	background: #b8b8af;
	color: #fff;
}
.secondary {
	width: 138px;
	height: 45px;
	display: block;
	float: left;
	font-size: 15px;
	line-height: 45px;
	text-align: center;
	background: inherit;
	border: 2px solid #c08861;
	text-transform: uppercase;
	margin-right: 10px;
	color: #c08861;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
}
.secondary:hover {
	color: #b8b8af;
	background: inherit;
	border: 2px solid #b8b8af;
}
.large {
	width: 164px;
	height: 55px;
	line-height: 55px;
	float: left;
	display: block;
	color: #ffffff;
	font-size: 15px;
	text-align: center;
	background: #c08861;
	margin: 32px 10px 0px 0px;
	font-family: 'Roboto', sans-serif;
}
.large:hover {
	background: inherit;
	color: #c08861;
	border: 2px solid #c08861;
}
.left-content .btns-border {
	width: 978px;
	float: left;
	clear: both;
	background: #3f6d7f;
	padding: 8px 0px;
	margin-top: 41px;
}
.ftr-right-cntnt {
	float: right;
}
.ftr-right-cntnt form {
	position: relative;
}
.search {
	padding: 15px 0px 15px 36px !important;
}
.submit {
	position: absolute;
	top: 0px;
	right: 0px;
	background: #383838;
	padding: 17px;
	border: none;
	color: #fff;
	text-transform: uppercase;
}
.feature {
	margin: 0px 0px 0px 30px;
}
.feature h2 {
	font-size: 13px;
	text-align: left;
	background: #c08861;
	padding: 14px 0px 14px 22px;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 0px;
}
.feature ul {
	margin: 0px;
}
.feature ul li {
	text-align: left;
	padding: 12px 0px 12px 22px;
	border-bottom: 1px solid #e5c7a0;
}
.feature ul li:hover a {
	color: #c08861;
}
.feature ul li a {
	font-size: 14px;
	color: #2c2c2c;
	text-transform: capitalize;
}
.feature ul li.selected a {
}
.pagination_nav {
	width: 40%;
	float: left;
	padding: 15px 0px;
	margin-top: 18px;
}
.pagination_nav ul {
	width: auto;
	display: inline-block;
	margin: 0px;
	float: left;
}
.pagination_nav ul li {
	height: inherit;
	margin: 0 4.5px;
	border: 2px solid #d5a35e;
	background: inherit;
}
.pagination_nav ul li.current {
	border: 2px solid #965b18;
}
.pagination_nav ul li.current a {
	background: #965b18;
}
.pagination_nav ul li a {
	width: 32px;
	line-height: 30px;
	text-align: center;
	height: 30px;
	font-size: 18px;
	color: #d5a35e;
	font-weight: 500;
}
ul.pagination li.current a:hover, ul.pagination li.current a:focus, ul.pagination li.current button:hover, ul.pagination li.current button:focus {
	background: #965b18;
}
ul.pagination li a, ul.pagination li button {
	border-radius: 0px;
	border-right: none;
}
.pagination_navigation ul li.unavailable a {
	padding: 0px 12px;
}
.pagination_navigation ul li.current a {
	color: #fff;
	font-weight: normal;
}
/*==========================================================================*/
/*                                      MENU-PAGE                           */
/*==========================================================================*/

.menu-section {
	width: 100%;
	padding: 22px 0px 100px 0px;
	background: url(../img/coffee-bg.png) repeat 0px 0px;
}
.menu-section .large-12 { /*margin-left:-46px;*/
}
.menu-section span {
	margin-left: 5px;
}
.menu-section h1 {
	font-size: 90px;
	color: #323800;
	float: left;
}
.menu-section h6 {
	font-size: 18px;
	font-weight: 700;
	margin: 16px 0px 10px 0px;
}
.menu-section h4, .menu-section h3 {
	font-family: 'StencilStd';
}
.menu-section h3 {
	margin: 32px 0px 10px 0px;
}
.menu-section h4 {
	margin: 12px 0px 6px 0px;
}
.menu-list p {
	margin: 0px !important;
}
.maroon {
	color: #6f2102 !important;
}
.orange {
	color: #cb9e3c !important;
}
.orange-red {
	color: #d7642b !important;
}
.coffee-drink-section .large-12 {
	padding: 0px;
}
.coffee-drink img {
	max-width: inherit;
	margin-left: -104px;
	margin-top: 4px;
}
.menu-list span {
	display: inline-block;
	margin-left: 8px;
}
.espresso {
	clear: both;
	padding: 0px;
}
.americano {
	margin: -34px 0px 0px 0px;
}
.frapuccino {
	padding: 0px;
}
.latee {
	margin: -52px 0px 0px 0px;
	padding: 0px;
}
.cafe-mocha {
	margin: -40px 0px 0px 0px;
	padding: 0px;
}
.cafe-mocha h3 {
	padding-right: 68px !important;
}
.cafe-mocha p {
	margin-bottom: 30px;
}
.pastries h1 {
	float: none;
	line-height: 106px;
}
.sandwiches {
	margin-top: -112px;
}
.pastries p, .sandwiches p {
	margin: 0px;
}
.coffee-drink {
	text-align: center;
}
.coffee-drink h4 {
	color: #6f2102;
	font-family: 'southpawregular';
}
.coffee-cup {
	width: 83px;
	height: 83px;
	line-height: 64px;
	background: #6f2102;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	border: 5px solid #cb9e3d;
}
.coffee-cup img {
	margin: 0px;
}
.menu-list {
	position: relative;
}
.pastries-section {
	float: left;
	margin: 16px 0px 124px 0px;
}
.pastry {
	margin-left: 76px;
}
.sandwitch {
	margin-left: 114px;
}
.sandwitch img {
	max-width: inherit;
}
.h_logo {
	display: none;
}
 @media (max-width: 1920px) {
    .slick-prev {
    left: 1rem;
}
.slick-next {
	right: 1rem;
}
}
 @media (max-width: 1279px) {
.slider-caption {
	right: 8%;
	top: 24%;
}
.coffee-break-section {
	padding: 30px 0px;
}
.coffe-break-heading h1 {
	font-size: 48px;
	line-height: 45px;
}
.top-bar-section li:not(.has-form) a:not(.button) {
	padding: 0px 34px;
}
.selling-prdct-section {
	padding: 30px 0px;
}
.selling-prdct-section h1 {
	margin: 0px 0px 6px 0px;
}
.events-section {
	padding: 30px 0px;
}
.events-section h1 {
	margin: 0px 0px 6px 0px;
}
.lunch-day-section {
	padding: 30px 0px;
}
.lunch p {
	font-size: 14px;
}
footer {
	padding: 30px 0px;
}
.blog-section {
	padding: 30px 0px;
}
.blog-items {
	margin: 0px;
}
.product-section {
	padding: 30px 0px;
}
.product-list .large-4 {
	margin-bottom: 6px;
}

.ftr-middle {
	padding: 30px 0px;
}
.main-forum h1 {
	margin: 30px 0px 20px 0px;
}
.blog {
	margin-bottom: 6px;
	padding-bottom: 20px;
}
.gallary h1 {
	margin: 20px 0px;
}
.blog .comments {
	margin-bottom: 0px;
}
.main-blog h1 {
	margin: 20px 0px;
}
.product {
	margin: 35px 0px 12px 0px;
}
.main-news {
	padding: 0px;
}
.main-faq h1 {
	margin: 18px 0px 24px 0px;
}
.main-media h1 {
	margin: 25px 0px 20px 0px;
}
.pagination_nav {
	margin: 0px;
	padding: 15px 0px 15px 0px;
}
.main-news h1 {
	margin: 0px 0px 18px 0px;
}
.margin-50 {
	margin-bottom: 30px;
}
.sandwitch {
	margin-left: 44px;
}
.menu-section {
	padding: 22px 0px 30px 0px;
}
}
 @media screen and (max-width: 991px) {
.top-bar-section {
	text-align: center;
	width: 100%;
	float: left
}
.top-bar {
	line-height: 0px
}
.top-bar-section ul {
	width: auto;
	float: none;
	background: none;
	display: inline-block;
	margin: 0 auto;
}
.top-bar-section li:not(.has-form) a:not(.button) {
	padding: 0 21px !important;
}
.top-bar-section ul li:after {
	display: none
}
.top-bar .name {
	width: 44%;
}
.top-bar .name img {
	width: 72%;
}
.slider-caption {
	width: 390px;
	right: 21%;
}
.slider-caption h1 {
	font-size: 45px;
}
.slider-caption p {
	font-size: 15px;
	margin-bottom: 20px;
}
.selling-prdct-section {
	padding: 20px 0px 30px 0px;
}
.events-section {
	padding: 20px 0px 30px 0px;
}
.calender {
	width: 14.6%;
}
.event-content {
	width: 81.4%;
}
.prdct-dtls {
	width: 100%;
}
h1 {
	font-size: 50px;
}
.lunch h1 {
	margin: 0px;
}
.subscribe-form form input[type="text"] {
	width: 221px;
}
.right-content {
	margin-right: 15px;
}
.pagination_navigation {
	width: 51%;
}
footer .large-4, footer .large-6 {
	padding: 0px 15px;
}
.top-bar-section .dropdown {
	padding: 0px;
}
.product-list ul li p {
	padding: 0px;
}
.product-list {
	margin-bottom: 0px;
}
.product-section {
	padding: 30px 0px 18px 0px;
}
.pagination_navigation {
	padding: 0px 0px 15px 0px;
}
.right-forum {
	margin: 22px 0px 30px 0px;
	float: left;
	clear: both;
}
.right-forum .new-topic {
	width: 156px;
}
.right-forum .subscribe {
	width: 162px;
	font-size: 11px;
}
.ftr-middle h1 {
	margin: 15px 0px;
}
.events h1 {
	margin: 0px;
}
.main-media a {
	font-size: 12px;
}
p {
	font-size: 14px;
}
.pagination_nav {
	width: 46%;
}
.product ul li {
	width: 46%;
	float: left;
	margin: 0px 32px 8px 0px;
}
.prdct-cntnt h3 {
	font-size: 18px;
}
.prdct-cntnt span {
	font-size: 12px;
	margin: 4px 12px 8px 0px;
}
.addcart {
	float: left;
	width: 115px;
	line-height: 40px;
	font-size: 11px;
	height: 40px;
}
.addwishlist {
	font-size: 13px;
}
.right-qunty {
	float: none;
}
.primary {
	width: 119px;
}
.secondary {
	width: 119px;
}
.large {
	width: 144px;
	height: 46px;
	line-height: 46px;
}
.coffee-break p {
	margin: 6px 0px 0px 0px;
}
.pastry {
	margin-left: 24px;
}
.menu-section .large-4, .menu-section .large-7, .menu-section .large-5 {
	padding: 0px 15px;
}
.menu-section p {
	font-size: 12px;
}
.sandwitch {
	margin-left: 27px;
}
.sandwitch img {
	width: 100%;
}
.pastries-section img {
	width: 90%;
}
.menu-section {
	padding: 20px 0px;
}
.menu-section h1 {
	font-size: 54px;
}
.menu-section h6 {
	clear: both;
}
.paypal ul li {
	width: 11%;
	float: left;
}
.header-section {
	padding: 10px 0px;
}
}
 @media (max-width: 767px) {
.top-bar-section li:not(.has-form) a:not(.button) {
	padding: 0px 25px;
}
.coffe-break-heading h1 {
	font-size: 40px;
}
.coffee-break-icons {
	width: 100px;
	height: 100px;
	line-height: 100px;
}
.coffee-break-icons img {
	width: 53%;
}
.coffe-break-heading p {
	font-size: 15px;
}
h1 {
	font-size: 40px !important;
}
h5 {
	font-size: 21px;
}
.events-section h1 {
	margin-bottom: 15px;
}
.calender {
	width: 18.6%;
}
.event-content {
	width: 75.4%;
}
.lunch p {
	font-size: 13px;
}
.subscribe-form form input[type="text"] {
	width: 205px;
}
.contain-to-grid {
	padding: 0px;
}
.top-bar {
}
.top-bar .name img {
	margin: 0px;
}
.site-map ul li a {
	font-size: 16px;
}
.shipping p {
	font-size: 14px;
}
.subscribe p {
	font-size: 14px;
}
footer .large-4, footer .large-6 {
	padding: 0px 15px;
}
.blog-items p {
	font-size: 15px;
}
.prev, .next {
	font-size: 16px;
}
.blog-section {
	padding: 30px 0px 18px 0px;
}
.coffee-break p {
	margin: 4px 0px 0px 0px;
}
.primary {
	width: 114px;
}
.secondary {
	width: 114px;
}
.large {
	width: 144px;
	height: 46px;
	line-height: 46px;
	margin: 10px 10px 0px 0px
}
.pastries h1 {
	line-height: 60px;
}
.paypal ul li img {
}
}
@media (max-width: 699px) {
.top-bar .name img {
	width: 230px;
	margin-top: -24px
}
}
 @media (max-width: 641px) {
.utility_nav {
	padding: 19px 0
}
.top-bar-section {
	text-align: left
}
.top-bar-section ul {
	width: 100%;
	float: left;
	display: none;
}
.h_logo {
	width: 168px;
	display: block;
	position: absolute;
	left: 3%;
	top: 0px;
}
.right-content{margin-bottom:20px;}
.h_logo img {
	width: 60%;
	z-index: 9999;
	position: relative;
        padding: 25px 0 0 0;
}
.top-bar .name {
	display: none;
}
header {
	position: relative;
}
.top-bar {
	overflow: inherit;
	height: inherit;
	line-height: inherit;
}
.top-bar .toggle-topbar.menu-icon {
	margin-top: -41px;
	margin-right: 15px;
}
.contain-to-grid {
	margin-top: 46px;
}
.top-bar-section ul li {
	width: 100%;
	line-height: 42px;
	list-style: none !important;
	padding: 0px
}
.top-bar-section li:not(.has-form) a:not(.button) {
	height: inherit
}
.top-bar-section .has-dropdown > a:after {
	display: block;
}
.top-bar .toggle-topbar.menu-icon a {
	height: 37px;
	line-height: 34px;
	padding: 0 40px 0 7px;
	color: white;
	position: relative;
	background: #242018;
	width: 42px;
	border-radius: 5px;
}
.top-bar-section .has-dropdown.moved > .dropdown {
	display: block !important;
	margin: 0px;
	top: 2px;
	background: none;
}
.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
	background: none !important;
	color: #fff
}
.top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
	color: #fff;
	background: none
}
h5 {
	font-size: 20px;
}
.Affordable p {
	margin-bottom: 10px;
}
.Affordable {
	margin: 10px 0px;
}
h1 {
	font-size: 28px !important;
}
.coffee-bean p {
	margin-bottom: 14px;
}
.selling-prdct-section .large-4 {
	margin: 10px 0px 0px 0px;
}
.coffee-break-section {
	padding: 30px 0px 20px 0px;
}
.calender {
	width: 8.6%;
}
.event-content {
	width: 88.4%;
}
.prdct-dtls {
	width: 65%;
}
footer .large-2, footer .large-4, footer .large-6 {
	padding: 0px;
}
.slider-caption h1 {
	margin: 15px 0px;
}
.lunch {
	width: 50%;
}
.lunch-image {
	width: 50%;
}
.pagination_navigation {
	width: 64%;
}
.pagination {
	margin: 7px 0px 0px 18px;
}
.blog-items span {
	display: block;
}

.product-details .large-6 {
	width: 50%;
	float: left;
}
.right-qunty {
	float: left;
}
.addwishlist {
	margin-left: 36px;
}
.primary {
	width: 132px;
}
.secondary {
	width: 132px;
}
.ftr-right-cntnt {
	margin-top: 30px;
}
.menu-section h1 {
	font-size: 38px !important;
}
.latee {
	margin: 4px 0px 0px 0px;
}
.cafe-mocha {
	margin: 0px;
}
.cafe-mocha p {
	margin-bottom: 15px;
}
.americano {
	margin: 4px 0px 0px 0px;
}
.menu-section h3 {
	margin: 16px 0px 10px 0px;
}
.coffee-drink img {
	margin: 4px 0px 0px 0px;
}
.coffee-cup img {
	width: auto;
}
.coffee-drink img {
	width: 70%;
}
.pastries-section img {
	width: 70%;
}
.menu-section p {
	font-size: 16px;
}
.sandwitch img {
	width: 70%;
}
.pastry {
	margin-left: 0px;
}
.subscribe-form form input[type="text"] {
	width: 285px;
}
.menu-section .large-4, .menu-section .large-7, .menu-section .large-5 {
	padding: 0px;
}
.coffee-drink-section .large-12 {
	padding: 0px 15px;
}
.paypal ul li {
	width: 7%;
}
.copy-right-section .large-12 {
	padding: 0px;
}
table.forum .forum h3 {font-size:20px;line-height:24px}
}
@media(max-width: 567px) {
.pagination_navigation {
	width: 67%;
}
.primary {
	width: 124px;
}
.secondary {
	width: 124px;
}
.blog-list .column {
	width: 100%;
	margin-bottom: 15px
}
.blog-items span {
	display: inline-block;
}
table.forum .icon{width:25px;margin-top:5px;}
table.forum td{padding:9px 5px !important}
table.forum .icon img{width:100%}
table.forum .forum{margin:0 0 0 30px;}
table.forum .forum h3 {font-size:14px;line-height:20px}
table.forum td.lastpost{width:20px !important ;}
table.forum td.posts{width:20px !important;}
table.forum td.topics{width:20px !important;}
table.forum td.name{width:40% !important ;}
#productPoplets .productPopletsItem{padding:7px;}
}
 @media(max-width: 480px) {
.calender {
	width: 17.6%;
}
.event-content {
	width: 76.4%;
}
.prdct-dtls {
	width: 100%;
}
.prdct-img {
	float: left;
}
.learnmore3 {
	margin-bottom: 15px;
}
.slider-caption h1, .slider-caption p {
	display: none;
}
.slider-caption {
	left: 22%;
	top: 60%;
}
.buy-now {
	width: 170px;
	height: 42px;
	line-height: 42px;
	font-size: 16px;
}
.right-content ul li a {
	font-size: 11px;
	padding: 0px 3px;
}
.coffee-break-section {
	padding: 20px 0px;
}
.coffe-break-heading p {
	margin-bottom: 10px;
}
.lunch p {
	font-size: 14px;
	margin-bottom: 15px;
}
.lunch, .lunch-image {
	width: 100%;
}
.blog-list .large-6 {
	padding: 0px 15px;
	text-align: left;
}
.blog-image img {
	width: 100%;
}
.blog-items span, .blog-items a {
	font-size: 15px;
}
.pagination_navigation {
	width: 100%;
}
.prev, .next {
	margin: 8px 6px 0px 5px;
}
.pagination_navigation ul li a {
	width: 28px;
	line-height: 28px;
	height: 28px;
}
.product-list ul li {
	width: 100%;
}

.header-section {
	padding: 10px 0px;
}
.pagination {
	float: left;
}
.events h2 {
	font-size: 18px;
	margin: 20px 0px 0px 0px;
}
.evnt-dtls {
	font-size: 18px;
	border-right: none;
}
.event-cntnt {
	padding: 16px;
}
.reserve {
	width: 178px;
}
.right-forum {
	margin: 18px 0px;
}
.right-forum .new-topic {
	width: 138px;
}
.right-forum .subscribe {
	width: 134px;
	height: 44px;
	line-height: 44px;
}
table tr th, table tr td {
	font-size: 12px;
}
h1 {
	font-size: 26px !important;
}
.gallary img {
	width: 66%;
}
.gallary ul li {
	width: 100%;
	text-align: center;
}
.pagination_nav {
	width: 94%;
}
.ftr-view-cart {
	float: left;
}
.product ul li {
	width: 100%;
}
.product-details .large-6 {
	width: 100%;
}
.product-details .row {
	max-width: 100%;
}
.main-qunty {
	margin: 0px;
}
.buttons {
	margin: 0px;
}
.primary {
	width: 160px;
	margin-bottom: 10px;
}
.secondary {
	width: 160px;
	margin-bottom: 10px;
}
.large {
	width: 160px;
}
.ftr-right-cntnt .row {
	max-width: 100%;
}
.shipping p {
	font-size: 16px;
}
.shipping-learnmore {
	font-size: 15px;
}
.subscribe-form form input[type="text"] {
	width: 59%;
}
.product-list .large-4 {
	width: 100%;
	float: left;
	min-height: 281px;
}
.menu-section p {
	font-size: 14px;
}
.cafe-mocha h3 {
	font-size: 28px;
	padding: 0px !important;
}
.paypal ul li {
	width: 11%;
}
}
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fefefe;
	height: 100%;
	z-index: 9999;
	overflow: hidden;
}
#status {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url(../img/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
	z-index: 9999;
}
input[type="submit"]:hover {
	cursor: pointer;
}
.side-panel h4 {
	font-size: 13px;
	text-align: left;
	background: #c08861;
	padding: 14px 0px 14px 10px;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 0px;
}
.side-panel ul {
	margin: 0px 0px 30px 0px;
}
.side-panel ul li {
	text-align: left;
	padding: 8px 0px 8px 5px;
	border-bottom: 1px solid #e5c7a0;
	line-height: 20px;
}
.side-panel ul li a {
	font-size: 14px;
	color: #2c2c2c;
	text-transform: capitalize;
}
.feature-faqs, .faq-question {
	width: 100%;
	float: left
}
.faq-question a {
	color: #fff;
	width: 100%;
	display: block;
	font-size: 20px;
	border: 1px solid #dfdfdf;
	background: #C08861 url(../img/accordian-plus-arrow.png) right 17px center no-repeat;
	border: 1px solid #dfdfdf;
	margin-bottom: 1px;
	padding: 10px;
}
.faq-question a.active {
	background: #C08861 url(../img/accordian-minus-arrow.png) right 17px center no-repeat;
	color: #FFF;
}
.faq-details .answer {
	width: 100%;
	float: left;
	padding: 8px;
	background: #FFF;
	border: 1px solid #CFCFCF;
	margin: -2px 0px -1px 0px
}
.answer a {
	background: none;
	box-shadow: none;
	border: none;
	font-size: 14px;
	padding-left: 0px;
	color: #71c9be !important;
}
#photogalleryTable .columns {
	height: auto;
	margin: 15px 0;
}
#photogalleryTable img {
	width: 100%;
	height: auto;
	float: left;
	position: relative;
	border: 1px solid #c2c2c2;
	padding: 3px;
	border-radius: 3px;
	margin-bottom: 8px;
}
.list_style {
list-style: none;
margin: 0px 0 20px 0;
}
.list_style li {
background: url(../img/bullet_icon.png) 0 9px no-repeat;
padding: 0 0 0 25px;
margin: 5px 0;
line-height: 25px;
}


ul.side_menu{
	width:100%;float:left;
	margin: 0px;
}
ul.side_menu li {
	text-align: left;
	padding: 12px 0px 12px 22px;
	border-bottom: 1px solid #e5c7a0;
}
ul.side_menu li:hover a {
	color: #c08861;
}
ul.side_menu li a {
	font-size: 14px;
	color: #2c2c2c;
	text-transform: capitalize;
}
input[type="submit"] {
width: auto;
max-width:138px;
height: 45px;
line-height: 34px;
text-align: center;
background: #71c9be;
color: #FFF;
border: none;
border:1px solid #71c9be;
padding:0px 15px;
}
input[type="submit"]:hover {
color: #71c9be;
background: #FFF;
}
table tr.even, table tr.alt, table tr:nth-of-type(even){background:none;}
.cat_dropdown_smaller{float:left;}
form .item {width:100%; float:left}
form .item  label{display:inline-block !important}
button.small, .button.small{padding:0 15px !important}
input#DiscountCode, input#GiftVoucher{height:45px;}


/*search*/
.search-container {
 background: none repeat scroll 0 0 #000;
    display: none;
    padding: 1rem 0 0;
}
.search-icon span {
background: none repeat scroll 0 0 #71c9be;
    border-radius: 90em;
    color: #fff;
    cursor: pointer;
    font-size: 10px;
    height: 25px;
    line-height: 25px;
    margin-left:8px;
    padding: 0;
    position: relative;
    text-align: center;
    top: -9px;
    width: 25px;
}
.search-container input[type="text"] {
	height: auto;
	padding: 14px 15px;
}

.shopping-cart {
	color: #000;
	font-size: 13px;
    padding:0px 0px 0 0;
	font-family: 'Source Sans Pro', sans-serif;
}
a.cartSummaryLink {
	color: #3dc9b3;
}
.utility-nav .uty0, .utility-nav .uty1 {
	display: none;
}
table.cartSummaryTable {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none;
	margin: 0px 0 0 20px;
}
td.cartSummaryItem {
	color: #000;
	font-size: 12px;
	padding: 2px  0 0;
}

.utility-nav {
	background: none;
	margin: 0;
	padding: 1rem 0;
}
.utility-nav ul, .utility-nav ul li {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
.utility-nav li {
	float: left;
}
.utility-nav li span {
	margin-right: 5px;
	color: #3dc9b3;
}
.utility-nav li a {
	font-size: 12px;
	font-weight: 500;
	color: #fff;
	padding: 5px;
	position: relative;
	font-family: 'Varela Round', sans-serif;
	top: -2px;
}
.utility-nav li:hover > a, .utility-nav li:hover > a span {
	color: #51ddc7;
}

input[type="cartbutton"] {
width: auto;
max-width:138px;
height: 45px;
line-height: 34px;
text-align: center;
background: #71c9be;
color: #FFF;
border: none;
border:1px solid #71c9be;
padding:0px 15px;
}
input[type="cartbutton"]:hover {
color: #71c9be;
background: #FFF;
    }
#catCartDetails fieldset, #catCartDetails table {
	border: medium none;
	padding: 1.25em 0;
}
#catCartDetails .product-image {
	width: 13%;
}
.product-title {
	width: 33%;
}
.clqty, .product-qty {
	width: 14%;
}
.product-qty input.cartInputText {
	width: 60%;
}
.cart-opt {
	margin: 0;
	overflow: hidden;
	padding: 10px 0;
}
.cart-opt p {
	margin: 0 0 3px;
}
#cart-footer hr {
	margin: 3px 0;
}
#opt-total-container {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	margin: 0;
	overflow: hidden;
	padding: 20px;
}
.opt-total-data .productitemcell {
	border: medium none;
	height: auto;
	padding: 0;
}
.opt-total-data {
	display: block;
	margin-bottom: 5px;
	text-align: right;
}
.opt-total-data h3 {
	margin: 0;
}
select.shippingDropDown {
	width: 95%;
	height: auto;
}
.productitemcell {
	height: 135px;
}
input#DiscountCode, input#GiftVoucher {
	display: inline;
	max-width: 280px;
	width: 165px;
	height: 50px;
}
a#catshopbuy:link, a#catshopbuy:visited, .productSubmitInput {
	display: block;
	font-size: 16px;
	padding: 1em;
	text-align: center;
	text-shadow: none;
}
#catCartDetails fieldset, #catCartDetails table {
	border: medium none;
	padding: 1.25em 0;
}

.cartrow {
	border: medium none;
	font-size: 13px;
	margin-left: 0 !important;
	text-transform: uppercase;
}
.cartlabel {
	float: left;
	font-weight: bold;
	padding-bottom: 3px;
	padding-top: 3px;
}
.cart-item {
	color: #333333;
	float: left;
	font-size: 13px;
	width: 10%;
}
.productitemcell {
	border-bottom: 1px solid #eeeeee;
	height: 115px;
	line-height: 20px;
	overflow: hidden;
	padding: 15px 0 0;
}
.product-image img {
	border: none;
	max-width: 75px;
}
.product-remove a:link, .product-remove a:visited {
	background: url("images/cart-remove.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: block;
	font-size: 0;
	height: 27px;
	line-height: 0;
	text-indent: -9999px;
	width: 25px;
}
.product-remove a:hover, .product-remove a:active {
	opacity: 0.8;
}
.cldetails {
	width: 46%;
}
.clprice, .cltax, .clcost, .clremove {
	width: 10%;
}
#catCartDetails .product-image {
	width: 13%;
}
.product-title {
	width: 33%;
}
.clqty, .product-qty {
	width: 14%;
}
.product-qty input.cartInputText {
	width: 60%;
}
.cart-opt {
	margin: 0;
	overflow: hidden;
	padding: 10px 0;
}
.cart-opt p {
	margin: 0 0 3px;
}
#cart-footer hr {
	margin: 3px 0;
}
#opt-total-container {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	margin: 0;
	overflow: hidden;
	padding: 20px;
}
.opt-total-data .productitemcell {
	border: medium none;
	height: auto;
	padding: 0;
}
.opt-total-data {
	display: block;
	margin-bottom: 5px;
	text-align: right;
}
.opt-total-data h3 {
	margin: 0;
}
select.shippingDropDown {
	width: 95%;
	height: auto;
}
.productitemcell {
	height: 135px;
}
input#DiscountCode, input#GiftVoucher {
	display: inline;
	max-width: 280px;
	width: 165px;
	height: 50px;
}
a#catshopbuy:link, a#catshopbuy:visited, .productSubmitInput {
	display: block;
	font-size: 16px;
	padding: 1em;
	text-align: center;
	text-shadow: none;
}
#catCartDetails fieldset, #catCartDetails table {
	border: medium none;
	padding: 1.25em 0;
}

a#catshopbuy:link, a#catshopbuy:visited, .productSubmitInput:hover{ background:#71c9be; color:#fff; border:2px solid #71c9be;!important}
#catCartDetails fieldset, #catCartDetails table {
	border: medium none;
	padding: 1.25em 0;
}

.colorvariation {
	font-size: 12px;
    font-style: italic;
	color: #000000;
	margin: 5px 0px 0px 0px;
}