.product-img
{
	text-align: center;
}
a.back_to_main_category h5
{
	color: #E77E2C!important;
	font-size: 17px;
}
@media (max-width: 1199px){

	.navbar-nav
	{
		float: left!important;
	}
}
@media (min-width: 768px){
.prev_city
{
	left:0;
}
.next_city
{
	right:0;
}
.city_direction
{
	position: absolute;
}
	a.back_to_main_category {
	    position: absolute;
	    top: -67px;
	    
	}
	p.last_quote
	{
	padding-top:160px;
	}
}
@media (max-width: 768px){
.prev_city
{
	float:left;
}
.next_city
{
	float:right;
}
.city_direction
{
	position: relative;
}
	a.back_to_main_category {
	    position: relative;
	    top: -0;
	    
	}
	p.last_quote
	{
	padding-top:160px;
	}
	.container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse 
	{
		margin-top:10px;
	}
	.navbar-left {
		float:left!important;
		margin-left:155px;
	}
	.navbar-brand
	{
		margin-top:-16px;
	}

}
#mute-button
{
	cursor:pointer;
	position: absolute;
	right: 20px;
	top:20px;
}
#mute-button img
{
	max-width:50px;
    transition: all 0.5s ease;
	
}
.branches_full_screen .recipie-item
{
	width: 100%;
	left: 0!important;
	top: 0!important;
	position: relative!important;
}
@media (max-width: 1024px){
.trusted-slider img.author_image
{
	display: none;
}	
	}
@media (max-width: 768px){
.price_container {
    position: relative;
    margin-top: 10px;
    /* float: right; */
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
    width: 100%;
    clear: both;
}
.slick-prev
{
	left: -15px;
}
.slick-next
{
	right: -15px;
}
	#mute-button
	{
		display: none;
	}
	.footer-address
	{
		padding-top: 20px;
	}
	.footer
	{
		padding-left: 10px;
	}
	.footer .footer-copyrights p
	{
		margin-left: 4px;
	}
	.branches_container
	{
		padding-left: 20px;
	}
	.features-img img
	{
		height: 130px;
	}
}
/*Custom Scroll*/
::-webkit-scrollbar {
    width: 6px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(231,126,44,0.8); 
    -webkit-box-shadow: inset 0 0 6px rgba(231,126,44,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(231,126,44,0.4); 
}
/*Custom Scroll*/
.navbar-nav>li>.dropdown-menu
{
	max-height: 300px;
	overflow-y: scroll;
}

.footer .footer-social-icons,.footer-address
{
	float: left;
	margin-bottom: 10px;
}
.footer-address {
    padding-left: 0px;
}
.footer .container
{
	padding: 0;
	padding-bottom: 17px;
}
.footer-address p
{
	float: left;
	margin-right: 35px;
	margin-top: 0px;
}
.footer .footer-social-icons img
{
	max-width: 45px;
}
.footer .footer-copyrights .container
{
	padding: 0;
}
.features-img img {
    height: 230px;
}
.features .features-tile .features-content .page-header h1
{
    font-size: 20px;
    overflow: hidden;
    text-align: center;
    font-family: "Raleway", sans-serif;
    line-height: 25px;
    /* white-space: nowrap; */
    /* text-overflow: ellipsis; */
    font-family: monospace;
}
.rc-info h4,
{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;	
}
.recipie-item .rc-info p
{
	font-size: 12px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;	
}
.features p
{
	font-size: 15px;
    min-height: 63px;
    text-align: center;
}
.page-header
{
	margin: 60px 0 20px;
	clear: both;
}
.food-menu p
{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;	
}
.menu .food-menu .menu-btn
{
	padding: 0px 0px 30px 0;
}
.menu .food-menu .menu-btn span {
    font-size: 13px;
    text-decoration: underline;
}
#rotate_div {
    animation: rotate 1.4s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes rotate {
    from {transform: scale(1.0);}
    to {transform: scale(1.1);}
}
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
.branch_img
{
	overflow: hidden;	
}
.branch_img img
{
   height: 190px;
    transform: scale(1);
    transition: .4s;
    opacity: 1;
}
.recipie-item:hover .branch_img img {
    transform: scale(1.1);
    transition: .4s;
    opacity: 0.9;
}
.recipie-content2,.recipie-content
{
	padding: 50px 0;
}
.page_header
{
	padding: 80px 0 80px;
}
.single-recipe .page-header h1
{
	text-align: center!important;
}
.recipie-single
{
	padding: 0;
}
.ingredients
{
	border: none;
}
.fp-content a
{
	outline: none;
}
.fp-content h4
{
	    margin: 15px 0 0px;
}
.featured-recipies img
{
	height: 197px;
}
.fp-content p
{
	font-size: 12px;
	line-height: 25px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;	
}
.recipie-single iframe
{
	width: 100%;
	height: 250px;
}
.about2
{
	padding-bottom: 50px;
}
.features_about
{
	background: none;
}
.features_about .features-tile .features-content .page-header h1
{
	font-size:15px;
	text-align: center;
	color:#4b4741;
}
.features_about .page-header h1
{
	/*color:#fff;*/
}
.features_about .features-tile .features-content
{
	padding: 0;
}
section.instagram
{
	padding-bottom: 60px;
}
span.price_div {
    margin-left: 8px;
    overflow: hidden;
    position: relative;
}
span.price_div .title {
    position: absolute;
    top: -20px;
    left: 5px;
    font-size: 12px;
    /* display: none; */
    z-index: 20000000;
}
.shop-cat li.active {
    /* text-decoration: underline; */
    border-bottom: 1px solid #E77E2C;
    padding-bottom: 14px;
}
.shop-cat li.active a,.shop-cat li.active i
{
	color:#E77E2C;
}
.product-info h4
{
/*	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;*/
	line-height: 25px;
	text-transform: capitalize;		
	min-height: 50px;
}
.product-img
{
	display: flex;
}
.product-img img {
    width: auto;
    height: 100%;
    margin: 0 auto;
    max-width: 255px;
}
.shop-products a
{
	outline: none;
}
.services-slider {
    margin-top: 50px;
}
section.birth_users
{
	padding-bottom: 60px;
}
.birth-content .page-header h1 {
    font-size: 15px;
    line-height: 20px;
}

.birth-content .page-header {
    margin: 0;
    padding: 0;
}
.comments_image
{
	width: 120px;
	height:120px;
	background:#fff;
	border-radius: 50%;
	margin:0 auto;
	border:1px solid #332b1b;
}
.food-menu .page-header
{
	margin:0;
}
section.contact-content .page-header
{
	margin:0;
	margin-bottom:30px;
}
section.contact-content h5
{
	text-align: left;
}
.contact-form input[type="radio"],.contact-form input[type="checkbox"]
{
	height: auto;
	margin-top: 3px;
}
.contact-form table input
{
	height: auto;
}
#about p
{
	font-size: 19px;
}

.trusted-slider img.author_image {
    max-height: 451px;
    max-width: 300px;

    margin-top: 70px;
}
.trusted-slider img.left
{
	float: left;
	margin-right: 20px;
}
.trusted-slider img.right
{
	float: right;
	margin-left: 20px;
}
.trusted .trusted-quote
{
	padding-bottom: 0;
	padding-top: 0;
}
.trusted-slider .slick-slider
{
margin-bottom: 0;	
}
.trusted-quote img
{
	padding-bottom: 0;

}
.trusted-quote .quote-author
{
	line-height: 28px;
}
.owl-theme .owl-controls .owl-page span {
    background: none repeat scroll 0 0 #869791;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 12px;
}
.owl-theme .owl-controls .owl-page {
    display: inline-block;
}
.flexslider
{
	background:url('../img/gjc-bodyBkg.jpg');
}
 .rc-info p
{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;	
}
.branch_span
{
	font-size: 12px;
}
.contact-social img {
    max-width: 45px;
}
ul.branches-dropdown-toggle
{
	width:650px;
}
ul.branches-dropdown-toggle li 
{
    position: relative;
    display: inline-block;
    float: left;
    min-width: 150px;
}
#instafeed .direction-nav .control,
#instafeed  .direction-nav .prev,
#instafeed  .direction-nav .next {
    position: absolute;
    font-size: 30px;
    top: 47%;
    transform: translateY(-50%);
}

#instafeed .direction-nav .prev {
    left: -55px;
    cursor: pointer;
}
#instafeed .direction-nav img
{
    width:auto;
}
#instafeed .direction-nav .next {
    right: -55px;
    cursor: pointer;
}
.branches_about .direction-nav .control,
.branches_about  .direction-nav .prev,
.branches_about  .direction-nav .next {
    position: absolute;
    font-size: 30px;
    top: 37%;
    transform: translateY(-50%);
}

.branches_about .direction-nav .prev {
    left: -55px;
    cursor: pointer;
}
.branches_about .direction-nav img
{
    width:auto;
}
.branches_about .direction-nav .next {
    right: -55px;
    cursor: pointer;
}

.prev_city,.next_city
{
	text-transform:capitalize!important;
}
.prev_city a,.next_city a
{
	text-transform: uppercase;
	color:#E77E2C;
}
.city_direction i
{
	font-size: 17px;
}
.contact-social {
    overflow: hidden;
    clear: both;
    margin-top: 25px;
    float: left;
}
.footer-address p
{
	margin-top: -3px;
}
.trusted-sponsorsdigital  .direction_nav_digitalcoffee .prev, .trusted-sponsorsdigital  .direction_nav_digitalcoffee .next
{
	top:10%;
	position: absolute;
}
.trusted-sponsorsdigital  .direction_nav_digitalcoffee .prev {
    left: -55px;
    cursor: pointer;
}
.trusted-sponsorsdigital  .direction_nav_digitalcoffee .next {
    right: -55px;
    cursor: pointer;
}
.trusted-sponsorsdigital
{
	max-height: 130px;
}
.city_direction
{
	font-size: 16px;
}
.navbar-nav
{
	margin: 7.5px -15px;
}
.navbar-right {
    margin-bottom: -2px;
}
.form-control
{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}