@font-face {
	font-family: 'ProximaNova-Bold';
	src: url('../fonts/ProximaNova-Bold.eot?') format('eot'), 
	     url('../fonts/ProximaNova-Bold.otf')  format('opentype'),
	     url('../fonts/ProximaNova-Bold.woff') format('woff'), 
	     url('../fonts/ProximaNova-Bold.ttf')  format('truetype'),
	     url('../fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
	font-weight: normal;
}
@font-face {
	font-family: 'ProximaNova-Semibold';
	src: url('../fonts/fonts/ProximaNova-Semibold.eot?') format('eot'), 
	     url('../fonts/ProximaNova-Semibold.otf')  format('opentype'),
	     url('../fonts/ProximaNova-Semibold.woff') format('woff'), 
	     url('../fonts/ProximaNova-Semibold.ttf')  format('truetype'),
	     url('../fonts/ProximaNova-Semibold.svg#ProximaNova-Semibold') format('svg');
	font-weight: normal;
}
@font-face {
	font-family: 'ProximaNova-Light';
	src: url('../fonts/ProximaNova-Light.eot?') format('eot'), 
	     url('../fonts/ProximaNova-Light.otf')  format('opentype'),
	     url('../fonts/ProximaNova-Light.woff') format('woff'), 
	     url('../fonts/ProximaNova-Light.ttf')  format('truetype'),
	     url('../fonts/ProximaNova-Light.svg#ProximaNova-Light') format('svg');
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6, p{
	-webkit-font-smoothing: antialiased;
}
*{
	-webkit-font-smoothing: antialiased;
}

a {
	color: #1A9BAA;
}

.btn-default {
	color: #777;
}

.btn-group-xs>.btn, .btn-xs {
    padding: 1px 9px 0px;
    font-size: 12px;
    line-height: 2;
    border-radius: 3px;
}

body{
	font-family: 'ProximaNova-Light';
	background: #FAFAFA;
}

/* --- HEADER --- */
.navbar-default{
	background: #fff;
}
.navbar-brand{
	height: 80px;
	width: 100%;
}
.navbar-brand img{
	border-right: 1px solid #DBDBDB;
	padding-right: 20px;
	margin-right: 20px;
	max-width: 100%;
	max-height: 50px;
}

.navbar-nav>li>a{
	padding: 30px 25px;
	font-family: 'ProximaNova-Semibold';
}
.navbar-default .main-nav.navbar-nav>li>a{
	color: #1B9AAA;
	text-shadow: none;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 0.5px;
}
.navbar-right .dropdown a{
	font-size: 16px;
	letter-spacing: 0.5px;
}
.navbar-right .dropdown-menu>li>a{
	padding: 10px 15px;
}
.navbar-right .dropdown-menu>li>a{
	font-size: 13px;
	text-transform: uppercase;
	font-family: 'ProximaNova-Semibold';
}
.navbar-right .dropdown-menu>li>a span{
	margin-right: 15px;
}
.prof-photo{
	float: left;
	margin-right: 15px;
	margin-top: -15px;
	border-radius: 50%;
	overflow: hidden;
}
.prof-name{
	float: left;
}
.caret{
	margin-left: 20px;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background: #F5F5F5;
    box-shadow: none;
}
.navbar-nav>li>.dropdown-menu{
	width: 100%;
	border: none;
	padding: 0;
	box-shadow: 0 3px 3px rgba(0,0,0,0.1);
	border-radius: 0;
}
 
/* --- BUTTONS --- */
.btn{
	border: none;
	font-family: 'ProximaNova-Bold';
	text-shadow: none;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	font-weight: normal;
}
a i{
	padding: 5px 2px;
}
.btn.btn-primary{
	background: #1A9BAA;
}
.bulk-btn .btn.btn-default, .bulk-btn .btn.btn-default:active{
	background: transparent;
	border: 2px solid #fff;
	color: #fff;
}
.btn.btn-block{
	padding: 15px 0;
}
.btn.btn-lg{
	font-size: 16px;
	text-shadow: none;
}
.btn.btn-md{
	font-size: 14px;
	text-shadow: none;
	padding: 10px 20px;
}
.btn.btn-sm{
	font-size: 13px;
	text-shadow: none;
	padding: 10px 20px;
}
/* --- LOGIN --- */
html, body.login-page{
    height: 100%;
}
body.has-header.login-page, body.has-header.register-page{
	background: url(../images/login_bg.jpg) no-repeat top center;
	background-size: cover;
	padding-top: 30px !important;
	overflow: hidden;
}
body.login-page .container, body.login-page .row{
	height: 100%;
}
#big-logo{
	text-align: center;
	margin-bottom: 30px;
}
#big-logo img{
	margin: 0 auto 30px;
}
.login-wrapper{
	text-align: center;
	background: #fff;
	position: relative;
	width: 100%;
	height: calc(100% - 230px);
	padding: 10px 25px;
	border-radius: 8px 8px 0 0;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.2), -3px 3px 5px rgba(0,0,0,0.2);
}
body.has-header.login-page .row > div{
	position: relative;
	height: 100%;
}
body.has-header.login-page .row > div.not{
	position: relative;
	height: auto;
}
.login-wrapper h3{
	font-size: 22px;
	font-weight: normal;
	font-family: 'ProximaNova-Bold';
	color: #1A9BAA;
	letter-spacing: 1px;
	margin-bottom: 50px;
}
.register .login-wrapper h3{
	margin-bottom: 30px;
}
.login-wrapper h4{
	font-size: 18px;
	font-weight: normal;
	font-family: 'ProximaNova-Bold';
}
.btn-div{
	padding-top: 20px
}
.forgot-pass{
	margin-top: 20px;
}
.forgot-pass a{
	color: #1A9BAA;
	font-family: 'ProximaNova-Bold';
	font-size: 16px;
}
.login-wrapper .form-control{
	border: none;
	box-shadow: none;
	border-radius: 0;
	border-bottom: 1px solid #D0D0D0;
	font-size: 16px;
}
.login-wrapper .input-group-addon{
	border: none;
	background: transparent;
	border-radius: 0;
	border-bottom: 1px solid #D0D0D0;
	color: #D0D0D0;
}
.login-wrapper footer{
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 13px;
	padding: 10px 20px 15px;
	color: #ccc;
	font-weight: 300;
	text-align: center;
	width: 100%;
	border-top: none;
}

/* --- PAGES --- */
.page-header{
    padding-bottom: 9px;
    margin: 50px 0 20px;
    border-bottom: 1px solid #D0D0D0;
}
.page-header.adjusted{
	margin-top: 10px;
}
.page-header h3{
	font-family: 'ProximaNova-Bold';
	color: #1A9BAA;
	font-weight: normal;
	letter-spacing: 1px;
	font-size: 25px;
}

/* --- FOOD ITEMS --- */
.food-items{
	position: relative;
	margin-bottom: 30px;
}
.food-items a{
	overflow: hidden;
}
/* .food-items a img{
	transition: all ease-in-out 0.25s;
}
.food-items a:hover img{
	transform: scale(1.2);
} */
.dish-name{
	position: absolute;
	width: calc(100% - 30px);
	height: 100%;
	max-width: 640px;
	top: 0;
	left: 15px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+40,000000+100&0+54,0.65+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 40%, rgba(0,0,0,0) 54%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 40%,rgba(0,0,0,0) 54%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 40%,rgba(0,0,0,0) 54%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */

}
.dish-name .text{
	position: absolute;
	color: #fff;
	bottom: 30px;
	left: 20px;
}
.food-items a .dish-name .text{
	transition: all ease-in-out 0.25s;
}
.food-items a:hover .dish-name .text{
	transform: translateY(-10px);
}
.dish-name h4{
	font-weight: normal;
	font-size: 20px;
	margin: 0;
}
.dish-name h5{
	font-weight: normal;
	font-size: 16px;
	font-family: 'ProximaNova-Semibold';
	margin: 10px 0 0 0;
}
.dish-name h6{
	font-weight: normal;
	font-size: 16px;
	margin: 5px 0 0 0;
	text-transform: uppercase;
}
footer{
	font-size: 13px;
	padding: 25px 20px 25px;
	color: #999;
	font-weight: 300;
	text-align: center;
	width: 100%;
	border-top: 1px solid #DADADA;
}
/* --- DISH CONTENT --- */
.dish-content{
	margin-top: 60px;
}
.dish-content h5{
	font-family: 'ProximaNova-Semibold';
	font-size: 24px;
}
#discounted-price small {
	display: block;
	font-size: 16px;
	font-weight: normal;
/*	font-size: 12px;*/
	white-space: nowrap;
}
.dish-content h5 a{
	color: #1A9BAA;
	text-decoration: none;
}
.dish-content p{
	margin: 20px 0;
}
.dish-content h6{
	font-size: 14px;
	font-family: 'ProximaNova-Semibold';
	padding: 5px 0;
	text-transform: uppercase;
}
.dish-content h6.days{
	color: #333;
}
.dish-content h6 span{
	font-family: 'ProximaNova-Semibold';
	font-size: 13px;
	margin-right: 32px;
	color: #999;
}
h2.subtitle{
	padding: 10px 0 15px;
	border-bottom: 1px solid #D0D0D0;
	font-size: 25px;
	font-weight: normal;
	font-family: 'ProximaNova-Bold';
	color: #1A9BAA;
	margin: 20px 15px;
}
.form-group label{
	font-family: 'ProximaNova-Semibold';
	font-size: 13px;
	margin-right: 15px;
	color: #999;
	text-transform: uppercase;
}
.other-dishes{
	height: 220px;
}
.other-dishes a{
	color: #1A9BAA;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: normal;
	font-family: 'ProximaNova-Semibold';
}
.other-dishes img{
	margin-bottom: 10px;
}
.flex-direction-nav{
	display: none;
}
.xof-main {
    background: #1B9AAA;
    background: rgba(27, 154, 170, 0.8);
    padding: 6px 14px;
    text-transform: none;
    z-index: 2;
    position: absolute;
    bottom: 85px;
    right: 35px;
    font-size: 14px;
}

/* --- DISH LIST --- */
.dish-list{
	margin-bottom: 20px;
}
.dish-list .table{
	background: #fff;
	border-radius: 8px;
}
.dish-list .table>thead>tr>th{
	font-family: 'ProximaNova-Semibold';
	font-size: 13px;
	color: #999;
	text-transform: uppercase;
	text-align: center;
	border: none;
}
.dish-list .table>tbody>tr>td,
.dish-list .table>tbody>tr>th  {
	padding: 10px 15px;
}
.dish-list td a{
	color: #1A9BAA;
	text-decoration: none;
	font-size: 16px;
	font-weight: normal;
	font-family: 'ProximaNova-Semibold';
}
.dish-list td a img{
	margin-right: 15px;
	float: left;
}
.dish-list .table>tbody>tr>td:nth-child(3){
	font-family: 'ProximaNova-Semibold';
	font-size: 16px;
}
.dish-list h3{
	font-weight: normal;
	font-family: 'ProximaNova-Bold';
	color: #1A9BAA;
	text-align: left;
	border-top: 3px solid #1A9BAA;
	padding: 20px 0 30px;
	text-transform: uppercase;
	font-size: 18px;
}
.dish-list h3 span{
	text-transform: none;
	font-size: 40px;
}

/* --- CHEF PROFILE --- */

.chef-view{
	margin: 50px 0;
}
.chef-profile{
	background: #1A9BAA;
	padding: 20px;
	color: #fff;
}
.chef-profile .photo {
	/*margin-top: 20px;*/
}
.chef-profile .photo:after{
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 15px 0 15px;
	border-color: #1A9BAA transparent transparent transparent;
	bottom: -40px;
	left: 75px;
}
.chef-profile .photo img{
	border-radius: 50%;
	overflow: hidden;
	border: 4px solid #fff;
	background: #fff;
}
.chef-profile h2.full-name{
	color: #fff;
	font-size: 22px;
	font-family: 'ProximaNova-Bold';
	margin: 0;
}
.chef-profile h5.city{
	font-size: 15px;
	margin: 5px 0 0;
}
.chef-profile .bio:before{
	content: '';
	width: 1px;
	background: rgba(255,255,255,0.3);
	height: 140px;
	position: absolute;
	top: calc(50% - 40px);
	left: -10px;
}
.chef-profile .bio:after{
	content: '';
	width: 1px;
	background: rgba(255,255,255,0.3);
	height: 140px;
	position: absolute;
	top: calc(50% - 40px);
	right: -10px;
}
.chef-profile .bio p{
	padding-top: 15px;
}
.chef-profile .count{
	text-align: center;
	margin: 15px auto 0;
	width: 100%;
	float: left;
}
.bulk-btn{
	margin: 0px 15px 0;
	padding-top: 10px;
	clear: both;
}
.chef-profile h6{
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 0;
}
.chef-profile a {
	color: white;
}
.chef-profile h6 span{
	font-family: 'ProximaNova-Semibold';
}
.chef-dishes{
	margin-top: 30px;
}
.star-rating{
	margin-top: 0;
}
.review-container {
	margin-top: 20px;
}
.rating-container{
	color: white;
	text-shadow: -1px 0 #3BAFBD, 0 1px #3BAFBD, 1px 0 #3BAFBD, 0 -1px #3BAFBD;
	letter-spacing: 4px;
}
.rating-container .rating-stars{
	color: #3BAFBD;
}
.star-rating .caption {
	padding-left: 5px;
	font-size: 14px;
	line-height: 100%;
}
.rating-container .rating-stars:before {
	text-shadow: none; 
}
.rating-xs{
	font-size: 15px;
	letter-spacing: 4px;
}

/* --- SESSION FLASH --- */
#session-flash{
	margin-top: 50px;
}
.alert-success {
    color: #1B9AAA;
    background: #F1FDFF;
    border-color: #C1E0E5;
}

/* --- TABS --- */
.tab-content{
	background: #fff;
	padding: 20px 20px 0;
	margin-bottom: 20px;
	box-shadow: 0 1px 5px rgba(0,0,0,.1);
}
.nav-tabs{
	border: none;
}
.nav-tabs>li{
	margin-bottom: -2px;
	margin-right: 5px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
	border: none;
	box-shadow: 0 -1px 2px rgba(0,0,0,.1);
}
.nav-tabs>li>a{
	padding: 10px 25px;
	color: #1A9BAA;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: normal;
    font-family: 'ProximaNova-Semibold';
}
.nav-tabs>li>a:hover{
	border-color: #fff;
	box-shadow: inset 0 -1px 5px rgba(0,0,0,.025);
}
.nav-tabs>li>a i{
	margin-right: 10px;
}

/* --- THANK YOU --- */

.thank-you{
	margin: 50px 0 50px;
	box-shadow: 0 1px 5px rgba(0,0,0,.1);
}
.thank-you .top{
	background: #F1FDFF;
	padding: 20px;
}
.thank-you .bottom{
	background: #FFF;
	padding: 20px;
}
.thank-you h1{
	font-family: 'ProximaNova-Bold';
	color: #1A9BAA;
	font-weight: normal;
	letter-spacing: 1px;
	font-size: 25px;
	padding-top: 5px;
}
.thank-you p.pickup-address{
	color: #1A9BAA;
	font-size: 18px;
}
.thank-you p.pickup-address span{
	font-family: 'ProximaNova-Semibold';
}
.thank-you h3{
	font-size: 18px;
	color: #1A9BAA;
	font-family: 'ProximaNova-Bold';
	margin: 15px 0 5px;
}
.thank-you .btn{
	margin-top: 15px;
}
.thank-you p{
	font-size: 16px;
}

/* --- ORDER VIEW --- */
.order-view{
	margin: 50px 0 20px;
	background: #fff;
	padding: 20px;
	box-shadow: 0 1px 5px rgba(0,0,0,.1);
}
.order-view h1{
	font-family: 'ProximaNova-Bold';
	color: #1A9BAA;
	font-weight: normal;
	letter-spacing: 1px;
	font-size: 25px;
	padding-top: 5px;
	margin: 0;
}
.order-view h3{
	color: #333;
	font-size: 15px;
	margin: 5px 0 0;
}
.order-view h3 span{
	font-family: 'ProximaNova-Bold';
    font-size: 13px;
    margin-right: 15px;
    color: #999;
    text-transform: uppercase;
}
.order-view .photo img{
	border-radius: 50%;
}
.order-view h4{
	 color: #1A9BAA;
	 font-family: 'ProximaNova-Bold';
	 font-size: 18px;
	 margin: 15px 0 5px
}
.order-details:after{
	content: '';
	width: 1px;
	position: absolute;
	background: rgba(0,0,0,0.15);
	height: 80px;
	top: 0;
	right: 10px;
}

/* --- TYPOGRAPHY --- */

h2.day-of-week{
	text-transform: uppercase;
	font-family: 'ProximaNova-Bold';
	font-size: 18px;
	color: #333;
}
.page-header h3 small{
	margin-left: 10px;
}
.tab-pane h3{
	margin: 10px 0 20px;
	font-family: 'ProximaNova-Semibold';
	font-size: 16px;
	color: #666;
	font-style: italic;
}
h4.day-of-week {
    font-size: 18px;
    font-weight: normal;
    font-family: 'ProximaNova-Bold';
    color: #fff;
    padding: 10px 10px 10px 20px;
    background: #1A9BAA;
    letter-spacing: 1px;
    margin: 0 0 20px -20px;
	display: inline-block;
	position: relative;
}
h4.day-of-week:after{
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 39px 20px 0 0;
	border-color: #1A9BAA transparent transparent transparent;
	top: 0;
	right: -20px;;
}
.compute-title{
	font-family: 'ProximaNova-Bold';
}
.text-total{
	font-family: 'ProximaNova-Bold';
	font-size: 25px;
	color: #1A9BAA;
}

.form-filter {
	margin-top: 20px;
}

/* these styles are used to stagger element animations */
/* Stagger interval */
._1 {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -ms-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
._2 {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -ms-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
._3 {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  -ms-animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
._4 {
  -webkit-animation-delay: 1.6s;
  -moz-animation-delay: 1.6s;
  -ms-animation-delay: 1.6s;
  -o-animation-delay: 1.6s;
  animation-delay: 1.6s;
}
._5 {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -ms-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}
._6 {
  -webkit-animation-delay: 2.4s;
  -moz-animation-delay: 2.4s;
  -ms-animation-delay: 2.4s;
  -o-animation-delay: 2.4s;
  animation-delay: 2.4s;
}
._7 {
  -webkit-animation-delay: 2.8s;
  -moz-animation-delay: 2.8s;
  -ms-animation-delay: 2.8s;
  -o-animation-delay: 2.8s;
  animation-delay: 2.8s;
}
._8 {
  -webkit-animation-delay: 3.2s;
  -moz-animation-delay: 3.2s;
  -ms-animation-delay: 3.2s;
  -o-animation-delay: 3.2s;
  animation-delay: 3.2s;
}
._9 {
  -webkit-animation-delay: 3.6s;
  -moz-animation-delay: 3.6s;
  -ms-animation-delay: 3.6s;
  -o-animation-delay: 3.6s;
  animation-delay: 3.6s;
}
._10 {
  -webkit-animation-delay: 4s;
  -moz-animation-delay: 4s;
  -ms-animation-delay: 4s;
  -o-animation-delay: 4s;
  animation-delay: 4s;
}
._11 {
  -webkit-animation-delay: 4.4s;
  -moz-animation-delay: 4.4s;
  -ms-animation-delay: 4.4s;
  -o-animation-delay: 4.4s;
  animation-delay: 4.4s;
}
._12 {
  -webkit-animation-delay: 4.8s;
  -moz-animation-delay: 4.8s;
  -ms-animation-delay: 4.8s;
  -o-animation-delay: 4.8s;
  animation-delay: 4.8s;
}
._13 {
  -webkit-animation-delay: 5.2s;
  -moz-animation-delay: 5.2s;
  -ms-animation-delay: 5.2s;
  -o-animation-delay: 5.2s;
  animation-delay: 5.2s;
}
._14 {
  -webkit-animation-delay: 5.6s;
  -moz-animation-delay: 5.6s;
  -ms-animation-delay: 5.6s;
  -o-animation-delay: 5.6s;
  animation-delay: 5.6s;
}
._15 {
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  -ms-animation-delay: 6s;
  -o-animation-delay: 6s;
  animation-delay: 6s;
}
._16 {
  -webkit-animation-delay: 6.4s;
  -moz-animation-delay: 6.4s;
  -ms-animation-delay: 6.4s;
  -o-animation-delay: 6.4s;
  animation-delay: 6.4s;
}
._17 {
  -webkit-animation-delay: 6.8s;
  -moz-animation-delay: 6.8s;
  -ms-animation-delay: 6.8s;
  -o-animation-delay: 6.8s;
  animation-delay: 6.8s;
}
._18 {
  -webkit-animation-delay: 7.2s;
  -moz-animation-delay: 7.2s;
  -ms-animation-delay: 7.2s;
  -o-animation-delay: 7.2s;
  animation-delay: 7.2s;
}
._19 {
  -webkit-animation-delay: 7.6s;
  -moz-animation-delay: 7.6s;
  -ms-animation-delay: 7.6s;
  -o-animation-delay: 7.6s;
  animation-delay: 7.6s;
}
._20 {
  -webkit-animation-delay: 8s;
  -moz-animation-delay: 8s;
  -ms-animation-delay: 8s;
  -o-animation-delay: 8s;
  animation-delay: 8s;
}
._21 {
  -webkit-animation-delay: 8.4s;
  -moz-animation-delay: 8.4s;
  -ms-animation-delay: 8.4s;
  -o-animation-delay: 8.4s;
  animation-delay: 8.4s;
}
._22 {
  -webkit-animation-delay: 8.8s;
  -moz-animation-delay: 8.8s;
  -ms-animation-delay: 8.8s;
  -o-animation-delay: 8.8s;
  animation-delay: 8.8s;
}
._23 {
  -webkit-animation-delay: 9.2s;
  -moz-animation-delay: 9.2s;
  -ms-animation-delay: 9.2s;
  -o-animation-delay: 9.2s;
  animation-delay: 9.2s;
}
._24 {
  -webkit-animation-delay: 9.6s;
  -moz-animation-delay: 9.6s;
  -ms-animation-delay: 9.6s;
  -o-animation-delay: 9.6s;
  animation-delay: 9.6s;
}
._25 {
  -webkit-animation-delay: 10s;
  -moz-animation-delay: 10s;
  -ms-animation-delay: 10s;
  -o-animation-delay: 10s;
  animation-delay: 10s;
}
._26 {
  -webkit-animation-delay: 10.4s;
  -moz-animation-delay: 10.4s;
  -ms-animation-delay: 10.4s;
  -o-animation-delay: 10.4s;
  animation-delay: 10.4s;
}
._27 {
  -webkit-animation-delay: 10.8s;
  -moz-animation-delay: 10.8s;
  -ms-animation-delay: 10.8s;
  -o-animation-delay: 10.8s;
  animation-delay: 10.8s;
}
._28 {
  -webkit-animation-delay: 11.2s;
  -moz-animation-delay: 11.2s;
  -ms-animation-delay: 11.2s;
  -o-animation-delay: 11.2s;
  animation-delay: 11.2s;
}
._29 {
  -webkit-animation-delay: 11.6s;
  -moz-animation-delay: 11.6s;
  -ms-animation-delay: 11.6s;
  -o-animation-delay: 11.6s;
  animation-delay: 11.6s;
}
._30 {
  -webkit-animation-delay: 12s;
  -moz-animation-delay: 12s;
  -ms-animation-delay: 12s;
  -o-animation-delay: 12s;
  animation-delay: 12s;
}
/* You can also add more classes if you need more than 10 */



.btn-group-dish-type label {
	margin-right: 0;
	line-height: normal;
	padding-top: 8px;
	font-weight: bold;
	text-transform: none;
}

.btn-group-dish-type label span {
	font-size: 11px;
	opacity: 0.5;
}

.btn-group-dish-type .btn-default.active, .btn-group-dish-type .btn-default:active, .btn-group-dish-type .open>.dropdown-toggle.btn-default {
	color: white;
	background-color: #1B9AAA;
	border-color: #126671;
	text-shadow: 1px 1px 0 #126671;
}

.reviews {
	margin-top: 10px;
}

.reviews .star,
.reviews .review-count {
	display: inline;
}

.reviews .review-count {
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px solid rgba(255,255,255,0.25);
}

.review-item {
	margin-bottom: 40px;
}

.review-item .review-title {
	font-weight: bold;
	margin-bottom: 0;
}

.review-item .review-name {
	color: #999;
}

.review-item .review-title .star {
	color: #1A9BAA;
}

.review-stats {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #1A9BAA;
	color: white;
}

.review-stats a {
	color: white;
}

.review-stats .reviews {
	display: inline;
}

#chatroom {
	overflow:   none;
	        position:   relative;
	        width:      100%;
	        height:     300px;
					border: 1px solid #ccc;
					border-radius: 5px;
}
#chatmessages {
	overflow:   auto;
	        position:   absolute;
	        bottom:     0;
	        max-height: 200px;
					width:      100%;
}
#chatmessages table {
	width: 100% !important;
}
#chatroom table td.user {
	width: 50px;
	vertical-align: middle;
}
small.ts {
	
}
td.user img {
	border-radius: 50%;
}
td.message .uname {
	margin-right: 10px;
}
.container h2 {
	margin-top: 30px;
}
#add-message {
	margin-top: 5px;
}

.suggest {
	cursor: pointer;
	margin-top: 5px;
	margin-left: 5px;
	padding: 3px 5px;
	border: 1px solid #1A9BAA;
	font-weight: bold;
	display: inline-block;
	
}
.suggest img {
		border-radius: 50%;
}

h2.subtitle2 {
	padding: 0 0 15px;
	border-bottom: 1px solid #D0D0D0;
	font-size: 18px;
	font-weight: bold;
	/*font-family: 'ProximaNova-Bold';*/
	color: #1A9BAA;
	margin: 0 0 20px;
}

.hor-divider {
	display: inline-block;
	height: 20px;
	width: 1px;
	background-color: #ccc;
	margin: 0 10px;
	vertical-align: middle;
}

.dish-details h2 {
	margin: 0;
	font-weight: bold;
}

#order-form {
	margin-bottom: 120px;
 }

 .review-img-wrapper {
 	margin: -15px;
 	max-height: 160px;
 	overflow: hidden;
 	background: #e6e6e6;
 }

 .review-cook-photo {

 }

 .review-cook-photo img {
	margin: -40px auto 10px;
 	width: 80px;
 	height: 80px;
 	border: 3px solid white; 
 	border-radius: 80px;
 	background: #999;
 }

 .review-dish-info {
 	text-align: center;
 }

 .review-comments {
	margin-top: 10px;
}

#review-modal .modal-dialog {
	max-width: 300px !important;
	margin: 20px auto;
}


#sidebar-chat .col-md-2,
#sidebar-chat .col-md-10 {
  padding: 0;
}
#sidebar-chat .panel {
  margin-bottom: 0px;
}
#sidebar-chat .chat-window {
  bottom: 0;
  right: 10px;
  position: fixed;
  float: right;
  margin-left: 10px;
  z-index: 1000;
}
#sidebar-chat .chat-window > div > .panel {
  border-radius: 5px 5px 0 0;
}
#sidebar-chat .icon_minim {
  padding: 2px 10px;
}
#sidebar-chat .msg_container_base {
  background: #C2E2E5;
  margin: 0;
  padding: 0 10px 10px;
  max-height: 430px;
  overflow-x: hidden;
}
#sidebar-chat .top-bar {
  background: #1A9BAA;
  color: white;
  padding: 10px;
  position: relative;
  overflow: hidden;
}
#sidebar-chat .msg_receive {
  padding-left: 0;
  margin-left: 0;
}
#sidebar-chat .msg_sent {
  padding-bottom: 20px !important;
  margin-right: 0;
}
#sidebar-chat .messages {
  background: white;
  padding: 10px;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  max-width: 100%;
}
#sidebar-chat .messages > p {
  font-size: 13px;
  margin: 0 0 0.2rem 0;
}
#sidebar-chat .messages > time {
  font-size: 11px;
  color: #999;
}
#sidebar-chat .msg_container {
  padding: 10px;
  overflow: hidden;
  display: flex;
}
#sidebar-chat img {
  display: block;
  width: 40px;
  height: 40px;
  border: 2px solid white;
  border-radius: 40px;
}
#sidebar-chat .avatar {
  position: relative;
}
#sidebar-chat .base_receive > .avatar:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border: 5px solid #FFF;
  border-left-color: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
}
#sidebar-chat .base_sent {
  justify-content: flex-end;
  align-items: flex-end;
}
#sidebar-chat .base_sent > .avatar:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid white;
  border-right-color: transparent;
  border-top-color: transparent;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
#sidebar-chat .msg_sent > time {
  float: right;
}
#sidebar-chat .msg_container_base::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
#sidebar-chat .msg_container_base::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}
#sidebar-chat .msg_container_base::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}
#sidebar-chat .btn-group.dropup {
  position: fixed;
  left: 0px;
  bottom: 0;
}

#sidebar-chat .panel-footer {
	padding: 0;
}

#sidebar-chat .chat_input {
	height: 40px;
	border: 0;
}

