@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700');
/**
* customize the bootstrap v3.
*/

.chatbtn {
    background-color: white;
    border: 1px solid;
    /*box-shadow: 1px -1px #939292;*/
    width: 100px;
    height: 33px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 10px 2px;
    cursor: pointer;
    border-radius: 30px;
}

.chatbtn:hover {
  background-color: #f3f4f4;
  color: black;
  border: 1px solid #cbcaca;
}
@media (min-width: 2024px) {
    .home-footer{
        /* position:fixed; */
        width:100%;
    }
}
@media (max-width:629px) {
  img#optionalstuff {
    display: none;
  }
  .bsbtn{
      display:none;
  }
}
@media (max-width: 629px) {
  .bsbtn{
    display: initial !important;
  }
}
.bsbtn{
      display:none;
  }


  


.no-gutters {
	margin-right: 0;
	margin-left: 0;
	padding-left: 0;
	padding-right: 0;
}

.no-gutters>.col,.no-gutters>[class*=col-] {
	padding-right: 0;
	padding-left: 0
}

/**
 *
*/

.header-container {
	/*
	height: 50px;
	 */
	background-color: #004f5f;
}
.header {
	padding-top: 8px;
	padding-bottom: 6px;
}
.header-logo .input-group-addon .btn-theme {
	font-weight: 600;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 15px;
	border: none;
	outline: none;
}
.header-logo .input-group-addon {
	 padding: 0;
	 font-size: 12px;
	 font-weight: normal;
	 line-height: 1;
	 color: #555;
	 text-align: center;
	 background-color: transparent;
	 border: none;
	 border-radius: 0px;
}
.header-logo .input-group-addon a {
	width: 34px;
	float: left;
	margin-right: 10px;
}
.header-logo .input-group-addon img {
	width: 34px;
}
.search-form-header, .menu-header {
	float:left;
	margin-left: 10px;
}

.header .btn-default{
	/* border: 1px solid #cbcaca;
	background-color: #f3f4f4;
	border-radius: 0;
	color: #939292;
	margin-left:15px; */
}

.site-icon {
	float: left;
}

.biteflip-logo {
	margin-top: 100px;
	text-align: center;
}
.biteflip-logo img {

	width: 100%;
}

.biteflip-logo-signup
{
    	margin-top: 100px;
	text-align: center;
    
}
.biteflip-logo-signup img {

	width: 45%;
}


.header-buttons {
	margin-top: 0px;
	float: right;
}

.std-btn {
	border: 1px solid #cbcaca;
	background-color: #f3f4f4;
	border-radius: 0;
	color: #666666;
	font-weight: 600;
	font-size: 15px;
}

.btn-default {
	background-color: #f3f4f4;
}

.search-btn {
	vertical-align: top;
}

.input-search {
	height: 34px;
	width: 270px;
}

.search-form {
	margin-top: 40px;
	margin-bottom: 50px;
}

.site-icon img {
	margin-top: 0px;
	width: 34px;
}

.tagline {
	text-align: center;
	font-size: 22px;
	color: #939292;
	margin-top: 40px;
}

.main-text {
	margin-top: 20px;
}

body {
	font-size: 16px;
	font-family: 'Nunito', sans-serif;
	/*color: #939292;*/

}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

footer {
	border-top: 1px solid #cbcaca;
	text-align: center;
	background-color: #dfe1e1;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 999;
}



footer a {
	padding: 8px;
	display: inline-block;
	color: #fff;
	font-size: 14px !important;
}

.zero-left {
    padding-left: 0;
}


.padding-lr-72{
    padding-left: 72px;
    padding-right: 72px;
}

.padding-lr-30 {
    padding-left: 30px;
    padding-right: 30px;
}

.gray-button {
	width: 170px; height: 40px; float:left;
}

input.form-control {
	border-radius: 0;
	line-height: normal !important;
}
/*
.input-date {
    position: relative;
    color: white;
}

.input-date:before {
    position: absolute;
    content: attr(data-date);
    display: inline-block;
    color: black;
}

.input-date::-webkit-datetime-edit,
.input-date::-webkit-inner-spin-button,
.input-date::-webkit-clear-button {
    display: none;
}

.input-date::-webkit-calendar-picker-indicator {
    position: absolute;

    right: 0;
    color: black;
    opacity: 1;
}

*/
button.btn {
	border-radius: 0;
}

.spin {
	-webkit-animation: spin 1s infinite linear;
	-moz-animation: spin 1s infinite linear;
	-o-animation: spin 1s infinite linear;
	animation: spin 1s infinite linear;
	-webkit-transform-origin: 50% 58%;
	transform-origin:50% 58%;
	-ms-transform-origin:50% 58%; /* IE 9 */
}

@-moz-keyframes spin {
	from {
		-moz-transform: rotate(0deg);
	}
	to {
		-moz-transform: rotate(360deg);
	}
}

@-webkit-keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

.share-button {
	padding: 18px 0;
    display: inline-block;
    position: relative;
	line-height: 28px;
}

.share-button > span {
    display: inline-block;
    position: relative;
    text-align: justify;
}

.share-button .gplus-share-button {
	line-heigh:28px;
}

.sharethis-inline-share-buttons {
	margin-top: 8px;
	margin-bottom: 8px;
}

.modal-footer .social-links {
	height: 56px;
}

.modal-footer .social-links .st-btn {
	display: inline-block!important;
}

.gplus-share-button img {
	vertical-align: top;
	max-height:28px;
}

.signup-form .input-group-addon {
	border:none;
	font-size:16px;
	font-weight:bolder;
	background: transparent;
}

footer.page-footer {
	background-color: #292929 !important;
	color: #fff!important;
}

.page-subtitle {
	color: #908f8f;
	font-size: 42px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 28px;
	margin-bottom: 0px
}

.page-subtitle-desc {
	color: #313232;
	font-size: 28px;
	text-transform: uppercase;
	margin-bottom:75px;
}

.list-pager {
	margin: 10px 4px;
}

.menu-section-title {
	font-size: 21px !important;
	font-weight: 700;
	color: #303334;
	padding-bottom: 20px;
	padding-top: 15px;
}

.menu-info .menu-image {
	width:100%;
	height: 100%;

	position:relative;
	/* overflow: hidden; */
}

.menu-image.thumbnail {
	padding:0px;
}

.menu-info .menu-image img{
	width:100%;
}

.modal-body .menu-info .menu-image.thumbnail img {
	object-fit: contain;
	max-width: 256px;
}

.menu-info .coupon-action {
	position:absolute;
	bottom:10%;
	right: 5%;
	text-align: right;
}

.coupon-action button {
	color: #000000;
	background-color: #fff;
	border: 2px solid #cbcaca;
}

.coupon-action button.edit {
	background-color: #004f5f;
	color: #fff;
	border: 1px solid #2d8091;
}

.modal-body .menu-info {
	padding: 6px;
}
.page-coupons {
	margin-bottom:40px;
}
.page-coupons .menu-info {
	margin-bottom: 35px;
	padding: 15px;

	position: relative;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.page-coupons .menu-info .thumbnail img {
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.page-coupons .menu-info:hover .thumbnail img {
	-moz-transform: scale(1.09);
  -webkit-transform: scale(1.09);
  transform: scale(1.09);
}
.page-coupons .menu-info:hover {
	box-shadow: 0 1px 7px #444 !important;
}

.menu-info .menu-name,
.menu-info .menu-desc,
.menu-info .menu-price {
	font-size: 19px;
	color: #000000;
	padding: 0;
	font-weight: 600;
}

.menu-info .menu-name,
.menu-info .menu-desc {
	/* border-right: 1px solid #e1d7d7; */
}

.menu-info p{
	margin-bottom: 0;
}

.menu-info .menu-desc {
	font-size: 14px;
	color: #000000;
	font-weight: 400;
	padding-top: 10px;
	height: 75px;
	padding-bottom: 10px;
	overflow: hidden;
}

.btn-success{
	background-color:#0085a0;
	border: 1px solid #0085a0;
}
.bg-bf li a {
	padding: 5px 13px;
}
.bg-bf li a:hover,
.bg-bf li a:focus {
	background-color: #3f3939;
  color: #ffffff;
	outline: none;
}
.page-coupons .header{
	padding-bottom: 15px;
	margin-bottom: 0px;
	border-bottom: 1px solid #b4b0b0;
	padding-top: 25px;
}

@media (max-width: 750px) {
	.page-coupons .header {
		padding-bottom: 0;
		border-bottom: none;
		margin-bottom: 15px;
	}
	.biteflip-logo-signup {
		margin-top: 100px;
		text-align: center;
	}
	
	.biteflip-logo-signup img
	{
		width: 100%;	
	}
	
}
.page-coupons .header h2 {
	margin-top: 7px;
	font-weight: 600;
	margin-bottom: 0;
	font-size: 32px;
}

/* .page-coupons .header a {
	display: block;
	font-size: 16px;

	color: #939292;
	padding: 8px;
	border-bottom: 1px solid #cacccc;
}
 */


.mark-coupon {
    cursor: pointer;
	border: 2px dashed #000!important;
	position:relative;

}

.mark-coupon.hoverable:hover {
  /**  -webkit-transform: scale(1.1);
	z-index: 3; **/
}

.page-coupons .flip-menu {
	background: rgba(0, 161, 199, 0.7) !important;
	border: none !important;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 20px;
	display: inline-block;
	padding: 0 6px;
	border-radius: 3px !important;
}

.btn.coupon-flip-action{
	color: #fff;
	background: #0085a0;
	border: 1px solid #cbcaca;
}

.has-coupon {
	text-decoration:line-through ;
}
.restaurant-item a {
	color: #787777;
	text-decoration: none;
}

.restaurant-item .restaurant-title {
	font-size: 32px;
}

.page-restaurants {
    color: #333333;
    font-size: 18px;
}

.page-restaurants .restaurants .restaurant-title {
    font-size: 30px;
    color: #9e9f9f;
}

.page-restaurants .visible-xs-block {
	font-size: 14px;
}

.page-restaurants .visible-xs-block .restaurant-title {
	font-size: 22px;
}
.page-restaurants .visible-xs-block .search-area h1{
	font-size: 20px;
	margin-top:60px;
    padding-bottom: 16px;
}

.page-restaurants .visible-xs-block .search-area p{
	font-size: 16px;
	margin-bottom: 40px;
    color: #939292;
}

.page-restaurants .restaurants .restaurant-title.recommended {
	font-size: 36px;
	color:#0a949b;
	line-height: 38px;
	height: 38px;
}

.page-restaurants .restaurants .restaurant-title.recommended img {
	width:38px;
	height:38px;
	margin-right:12px;
    vertical-align: top;
}

.page-restaurants .visible-xs-block .restaurant-title.recommended img{
	width: 24px;
	height:24px;
}



.page-restaurants .restaurant-action {
    padding-top: 5%;
}

.page-restaurants .restaurant-home {
	width: 100%;
	max-height: 303px;
	overflow: hidden;
	margin-bottom:20px;
	border:none;
}

.page-restaurants .visible-xs-block .restaurant-home {
	margin-bottom: 0;
}

.page-restaurants .restaurant-home img{
	width: 100%;
	height: auto;

}


.page-restaurants .restaurant-info {
    /*min-width: 584px;*/
}

.page-restaurants .restaurant-info h3{
    margin-top: 0;
    font-size:36px;
}

.page-restaurants .restaurant-menus {
	width: 100%;
	background-color: #f1f0f0;
    color: #808282;
	border: 1px solid #e0d1d1;
	padding-top:36px;
	padding-bottom:36px;
	/*max-height: 266px;*/
	overflow: hidden;
}

.page-restaurants .restaurant-menus p{
	font-size: 18px;
	padding-top:16px;
	padding-bottom:16px;
}
.page-restaurants .visible-xs-block .restaurant-menus {
	margin-bottom: 36px;
}
.page-restaurants .visible-xs-block .restaurant-menus p{
	font-size: 22px;
	padding-top:12px;
	padding-bottom:0px;
}

.page-restaurants .visible-xs-block .restaurant-menus>.col-xs-4:first-child {
	padding-left: 10px;
	padding-right: 2px;
}

.page-restaurants .visible-xs-block .restaurant-menus>.col-xs-4:last-child {
	padding-left: 2px;
	padding-right:10px;
}

.page-restaurants .visible-xs-block .restaurant-menus>.col-xs-4 {
	padding-left:2px;
	padding-right:2px;
}

.page-restaurants .restaurant-menus .img{
	border: none;
	height: 157px;
	overflow: hidden;
}

.page-restaurants .restaurant-menus .thumbnail {
	margin-bottom:0 ;
	padding: 0;
	border-radius: 0;
}

.page-restaurants .visible-xs-block .restaurant-menus {
	padding-top:12px;
	padding-bottom:0px;
}
.page-restaurants .visible-xs-block .restaurant-menus .img {
	height: 124px;
}

.page-restaurants .restaurant-menus .img IMG{
	width: 100%;
    min-width:185px;
    min-height:157px;
}

.page-restaurants {

    margin-bottom: 72px;

}

.search-action-a {
	font-size: 24px;
    color: #787777;
    margin-right: 20px;
    text-decoration: underline;
}

.search-action-a.active {
	text-decoration: none;
}

.btn-setting {
	color: #fff;
	font-size: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
}

.visible-xs-block .header-xs {
	padding-top: 30px;
	padding-bottom:8px;
	background-color: #004f5f;
}

.visible-xs-block .header-xs img {
	margin: 0 auto;
}

.header-xs .btn-xs {
	padding: 3px 12px;
}

.home-container {
    /*
    min-height: 1200px;
     */
    height: -moz-calc(100% - 460px); /* Firefox */
    height: -webkit-calc(100% - 460px); /* Chrome, Safari */
    height: calc(100% - 460px); /* IE9+ and future browsers */
}

.home-footer {
	height: auto;
	/* bottom: 20px; */
}

.search-footer {
	/*
	position: fixed;
	bottom: 40px;
	*/
	padding-bottom: 55px;
	padding-top: 20px;
	/*margin-top:20px;*/
	background-color: #f1f0f0;
	color: #9f9e9e;
	font-size: 14px;
}
.search-footer h1{
	margin-bottom: 30px;
}
.search-footer h2 {
	font-size: 16px;
	color: #6e6d6d;
	margin-top:15px;
	margin-bottom:20px;
}

.search-footer .item-photo {
	/*border: 2px solid #e2e2e2;*/
	/*border-radius: 8px;*/
	/*background-color: #ffffff;*/
	/*height: 150px;*/
	/*display: -ms-flexbox;*/
	/*display: flex;*/
	/*-ms-flex-wrap: wrap;*/
	/*flex-wrap: wrap;*/
	/*-ms-flex-align: center;*/
	/*align-items: center;*/
 
}
.search-footer .item-photo img {
	margin: 0 auto;
	width: 385px;
	 background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 25px;
}
.search-footer .item-more {
	margin-top:24px;
	/*
	margin-bottom:30px;
	*/
	font-size: 14px;
}

@media (max-width: 767px){
    /*footer {
        position:relative;
    }*/
    /* .home-footer{
        bottom:0;
    } */
		body {
			padding-bottom: 45px;
		}
		.m-b-xs-15 {
			margin-bottom: 15px !important;
		}
		.profile-filpstab .flip-name {
			display: block;
		}
}

@media (max-width: 1024px){
    .search-footer img.item-photo{
        /*
        width: 100%;
         */
    }
		.avg-rat-img .rev-count, .avg-rat-img .flip {
			margin-left: 0px !important;
			padding: 0px 5px 1px !important;
		}
		.imageupload-product {
      width: 97% !important;
		}
}

.restraunt-menus-header .sf-menu > li > a {
    width: auto;
}

.premium-dialog {
	color: #fff;
}

.premium-dialog .premium-content {
	border: 1px solid #c8c8c8;
	border-radius: 8px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.premium-dialog .premium-header {
	background-color: #00a5c8;
	border-bottom:1px solid #cfcfcf;
	color: #c8c8c8;
	font-size: 20px;
}

.free-premium {
	margin-top: 24px;
}

.free-premium .premium-header {
	font-size: 18px;
	background: #e5e5e5;
}
.premium-header h1{
	margin-top:0;
	margin-bottom: 0;
	font-size: 22px;
	color:#fff;
	padding: 18px;
}

.free-premium .premium-header h1 {
	padding: 12px;
}

.free-premium .premium-header h1{
	color: #8e8e8e;
}
.premium-body {
	color: #c8c8c8;
}

.premium-body p {
	margin: 18px 18px;
	font-size: 16px;
	color: #4db846;
}

.free-premium .premium-body p{
	color: #676869;
}

.premium-body p i {
	color:#4db846;
	margin-right: 12px;
}

.free-premium .premium-body p i {
	color: #676869;
}

.premium-body p:last-child {
	margin-bottom: 48px;
}

.premium-footer{
	padding-top:18px;
	padding-bottom:18px;
	background: #f3f3f3;
	color:#fff;
}

.premium-footer .price {
	display: inline-block;
	vertical-align: bottom;
	color: #4db846;
}

.free-premium .premium-footer .price {
	color: #8e8e8e;
}

.premium-footer .price > span {
	font-size: 60px;

}

.premium-footer button {
	display:inline-block;
	background:#00a5c8;
	width: 75%;
	padding-top: 14px;
	padding-bottom: 14px;
	border-radius: 4px;
	font-size:18px;
}

.free-premium .premium-footer button {
	padding-top: 12px;
	padding-bottom: 12px;
	background-color: #a5a5a5;
}

/*------ms--styles-------------*/

.bg-none {
	background: none !important;
}
.border-none {
	border: none !important;
}
.border-bottom-light {
  border-bottom: 1px solid #dddddd;
}
.p-0 {
	padding: 0px !important;
}
.p-t-0 {
	padding-top: 0px !important;
}
.p-t-15 {
	padding-top: 15px !important;
}
.p-b-0 {
	padding-bottom: 0px !important;
}
.p-b-15 {
	padding-bottom: 15px !important;
}
.p-l-0 {
	padding-left: 0px !important;
}
.p-r-0 {
	padding-right: 0px !important;
}
.p-r-5 {
	padding-right: 5px !important;
}
.p-l-25 {
	padding-left: 25px !important;
}
.p-r-15 {
	padding-right: 15px !important;
}
.p-r-25 {
	padding-right: 25px !important;
}
.m-0 {
	margin: 0px !important;
}
.m-r-5 {
	margin-right: 5px !important;
}
.m-r-10 {
	margin-right: 10px !important;
}
.m-l-10 {
	margin-left: 10px !important;
}
.m-t-10 {
	margin-top: 10px !important;
}
.m-t-15 {
	margin-top: 15px !important;
}
.m-t-20 {
	margin-top: 20px !important;
}
.m-t-25 {
	margin-top: 25px !important;
}
.m-b-0 {
	margin-bottom: 0px !important;
}
.m-b-15 {
	margin-bottom: 15px !important;
}
.m-b-30 {
	margin-bottom: 30px !important;
}

.pre-tag,
.fre-tag {
	margin-left: 10px;
}

.review-link  {
	font-size: 16px;
	float: right;
	background: rgba(0, 161, 199, 0.7) !important;
	border: none !important;
	border-radius: 4px !important;
	padding: 5px 7px 4px 10px;
	font-weight: 600;
	position: absolute;
	top: 15px;
	left: 15px;
}
.review-link i {
	font-size: 16px;
}
.backgroundscroll {
    overflow: auto;
    position: relative;
}
.post-comment-popover {
	height: auto !important;
	top: 43% !important;
	overflow: hidden !important;
}
.post-comment-popover .close {
	font-size: 34px;
	opacity: 1;
	color: #757171;
	outline: none;
}
.post-comment-popover textarea {
	font-size: 16px !important;
	border-radius: 0px !important;
	box-shadow: none !important;
}
.post-comment-popover .rating-label {
	width: 12%;
	padding-right: 0;
	text-align: left;
	padding-top: 2px;
}
.post-comment-popover .error {
	font-weight: normal;
	color: #a94442;
	display: block;
	text-align: left;
	margin-top: 5px;
}
.post-comment-popover .modal-title {
	color: #000000;
}
.post-comment-popover .btn-info,
.btn-theme {
	background-color: #00a1c7;
	border-color: #00a1c7;
}
.avg-rat-img .rev-count,
.avg-rat-img .flip,
.review-count,
.review-count:hover {
	font-size: 14px;
	margin-left: 2px;
	float: right;
	font-weight: 400;
	color: #ffffff;
	font-family: 'Source Sans Pro', sans-serif;
	background: #757171;
	padding: 0px 8px 1px;
	border-radius: 2px;
	text-decoration: none;
	cursor: default;
}
.avg-rat-img .rev-count span,
.avg-rat-img .flip span,
.review-count span {
	font-weight: 600;
	font-size: 14px;
	margin-right: 4px;
	border-right: 1px solid #5c5959;
	padding-right: 5px;
	line-height: 25px;
}
.avg-rat-img .flip {
	float: right;
	margin-left: 0px;
}
.avg-rat-img .rev-count {
	margin-left: 10px;
}
.border-bottom {
	border-bottom: 1px solid #817f7f;
}
.profile-name {
	max-width: 100px;
	padding-left: 40px;
	text-transform: capitalize;
	text-align: left;
}
.profile-name i {
  font-size: 22px;
  position: absolute;
  left: 10px;
  top: 4px;
  color: #666;
}
.text-truncate {
	white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.avg-rat-img {
	color: #333333;
	font-size: 14px;
	overflow: hidden;
	display: block;
	float: left;
	width: 100%;
	/* position: absolute;
	bottom: 10px;
	left: 15px;
	right: 15px; */
}
.avg-rat-img .avg-rat {
  float: left;
}
.black_overlay {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}
.white_content {
    display: none;
    position: fixed;
    width: 673px;
    height: 358px;
    padding: 16px;
    background:#ffffff;
    background-position: bottom;
    z-index: 1002;
    overflow: auto;
    text-align: center;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    top: 300px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.close-btn {
    position: absolute;
    top: 10px;
    right: 20px;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 20px;
    /*background: url(https://3o2wk1sedve2njkm6npkmotu-wpengine.netdna-ssl.com/wp-content/uploads/2018/05/close-icon.png) no-repeat;*/
}
.modal-open .avg-rat-img, .modal-open .popup {display: none;}
.modal-open .review-link{display: none;}
.rating-star-3 {
	margin-bottom: 5px;
}
.rating-star-3 img {
	width: 30px;
	height: 30px;
	margin-right: 15px;
	float: left;
}
.owner-rev-content .avg-rat img {
  width: 25px;
  height: 20px;
  padding-right: 5px;
}
/*------profile-section--css------*/
.profile-reviewtab .panel-body {
	padding: 0;
}
.profile-reviewtab .panel-body .cus-name,
.profile-reviewtab .panel-body .rev-date {
	display: block;
	font-weight: 600;
}
.profile-reviewtab .panel-body .cus-name {
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 0;
	float: right;
	font-weight: 600;
	text-transform: capitalize;
	margin-left: 15px;
}
.profile-reviewtab .panel-body .cus-name span {
	color: #444444;
	font-size: 13px;
	text-transform: none;
	margin-right: 5px;
}
.profile-reviewtab .panel-body .rev-date {
	color: #868282;
	font-size: 12px;
	margin-top: 5px;
}
.profile-reviewtab .panel-body .owner-rev-content .avg-rat img {
	width: 25px;
	height: 24px;
  padding-right: 5px;
}
.profile-reviewtab .panel-body .right-sec h4 {
	margin-top: 3px;
	font-size: 22px;
	font-weight: 600;
	color: #000000;
}
.profile-reviewtab .panel-body .right-sec .cus-rat {
	float: left;
}
.profile-reviewtab .panel-body .right-sec .rev-des {
	font-size: 15px;
	color: #333232;
	font-weight: 500;
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.profile-reviewtab .panel-body .owner-rev-content {
	margin-bottom: 20px;
	padding-bottom: 20px;
	overflow: hidden;
	box-shadow: 0 3px 2px 0px #EEF5F5;
}
.profile-reviewtab .panel-body .owner-rev-content:last-child {
  margin-bottom: 20px;
	box-shadow: none;
}
.profile-reviewtab .right-sec {
	position: relative;
	min-height: 190px;
}
.profile-reviewtab .right-sec .cus-rat {
	position: absolute;
	bottom: 0;
	left: 15px;
}
.profile-reviewtab .right-sec .review-count {
	position: absolute;
	bottom: 0;
	left: 150px;
}
.rev-count {
	cursor: pointer !important;
}
.profile-filpstab {
	margin-bottom: 20px;
}
.profile-filpstab .flip-img {
	margin-right: 20px;
	width: 200px;
	height: 150px;
	object-fit: cover;
}
.profile-filpstab .flip-name {
	color: #333333;
	font-size: 19px;
	font-weight: 700;
}
.profile-filpstab .flip-count {
	font-size: 17px;
	margin-left: 10px;
	color: #000000;
}
/* flip menu css */
.page-coupons .flip-redir {
    position: absolute;
		background: rgba(0, 161, 199, 0.7) !important;
		border: none;
    top: 0;
    right: 0;
    font-size: 20px;
    display: inline-block;
    padding: 1px 6px;
    border-radius: 3px !important;
}
/*------profile-section--css------*/

.container-custom {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}

.header-logo .form-control.txtbox {
    border: none;
    box-shadow: none;
		font-size: 15px;
		font-family: 'Source Sans Pro', sans-serif;
}

.header-logo .search-icon .btn {
  background: #ffffff;
	padding: 3px 8px;
	border-left: none;
	outline: none;
}
.header-logo .search-icon .btn i {
	font-size: 20px;
	color: #004f5f;
}
.m-r-0 {
	margin-right: 0px !important;
}

.header-container ul.nav li {
	margin-left: 10px;
}
.header-container ul.nav li a,
.header-container ul.nav li a:focus,
.header-container ul.nav li a:hover {
	background: transparent;
	border: none;
	color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: 600;
	text-transform: capitalize;
	outline: none;
}
.header-container ul.nav .dropdown-menu li {
	margin-left: 0px;
}
.header-container ul.nav .dropdown-menu li a:hover {
	background: #003945;
}
.header-container ul.nav .dropdown-toggle.owner {
	padding-left: 0px;
	padding-right: 0px;
	position: relative;
	width: 32px;
	height: 32px;
	border-radius: 50% !important;
	padding-bottom: 0;
}
.header-container ul.nav .dropdown-toggle.owner i {
	position: absolute;
	font-size: 30px;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
}
.header-container ul.nav .dropdown-toggle.admin {
  padding: 0 5px;
	margin-top: 2px;
}
.header-container ul.nav .dropdown-toggle.admin:focus,
.header-container ul.nav .dropdown-toggle.admin.active,
.header-container ul.nav .dropdown-toggle.admin:active,
.header-container ul.nav .open > .dropdown-toggle.btn-default {
  background: none !important;
	color: #ffffff;
}
.header-container ul.nav .dropdown-toggle.admin span.name {
	font-size: 16px;
	position: relative;
	top: 0px;
	max-width: 140px;
	display: inline-block;
}
.header-container ul.nav .dropdown-toggle.admin span.caret {
	margin-top: -8px;
	margin-left: 5px;
}
.header-container ul.nav .dropdown-toggle.admin i {
	font-size: 28px;
	margin-right: 10px;
}

.header .nav .dropdown-menu.arrow_box {
	border-radius: 0px;
	margin-top: 7px;
	border: 1px solid #adbac2;
	min-width: 195px;
}
.header .nav .dropdown-menu.arrow_box li a {
  font-size: 16px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: normal;
	padding-top: 7px;
  padding-bottom: 7px;
}
.header .nav .dropdown-menu.arrow_box li a i {
  width: 17px;
}

.header .nav .dropdown-menu.arrow_box:after,
.header .nav .dropdown-menu.arrow_box:before {
	bottom: 100%;
	right: 10px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.header .nav .dropdown-menu.arrow_box:after {
	border-color: rgba(0, 79, 95, 0);
	border-bottom-color: #004f5f;
	border-width: 9px;
	margin-left: -10px;
}
.header .nav .dropdown-menu.arrow_box:before {
	border-color: rgba(194, 225, 245, 0);
	border-bottom-color: #adbac2;
	border-width: 11px;
	margin-left: -11px;
	right: 8px;
}

.pagination a {
	font-size: 14px;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
	background-color: #00a1c7;
	border-color: #00a1c7;
}


.restaurants-list h4 a {
	color: #00a1c7;
	font-size: 18px;
	font-weight: 700;
}
.restaurants-list .detail {
	font-size: 14px;
	color: #716e6e;
}
.restaurants-list .address,
.restaurants-list .address a {
	color: #5a5353;
	font-size: 14px;
	margin-bottom: 0;
	line-height: 28px;
	outline: none;
}
.restaurants-list .address i {
	margin-right: 10px;
}

.profile-reviewtab .review-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
/* menu item image cropping and edit */
.croppie-container {padding: 0px 15px !important;}
#result.form-show{
    position: fixed;
    top: 0px;
    width: 100%;
	overflow: auto !important;
    height: 100%;
	z-index: 1020;
    background: rgba(0,0,0,0.7);
}
.edit-menu-item{
    position: relative;
    width: 40%;
    margin: 0px auto;
    background: #ffff;
    padding: 20px;
}

.imageupload-product {
	overflow: hidden;
	top: 10%;
	clear: both;
	width: 65%;
}
.imageupload-product .close {
	font-size: 32px;
  opacity: 0.4;
	position: absolute;
  top: 0;
  right: 8px;
}
.imageupload-product .cr-boundary {

}

.fileUpload {
	position: relative;
	overflow: hidden;
	border-radius: 3px !important;
	padding: 6px 14px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;
}
.fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.img-ver{display: table;height: 356px;width: 100%}
.ver-mid{display: table-cell;vertical-align: middle;}
/* item review details page */
.review-detail .rating img {width: 30px;height: 25px;padding-right: 5px;}
.review-detail .customer-name{text-transform: capitalize;}
.avg-review img{width:30px;height: 25px; padding-right: 5px;}

.reviewslist-img {
	margin-top: 15px;
	margin-bottom: 15px;
}
.reviewslist-img .review-img {
	float: left;
	padding: 4px;
	object-fit: contain;
}
.reviewslist-img h2 {
	margin: 3px 0 15px;
	font-weight: 600;
	color: #000000;
}
.reviewer-list:nth-child(even) {
	border-right: 1px solid #d4cdcd;
}
.reviewer-list .cus-review {
	float: left;
}
.reviewer-list {
  font-family: 'Source Sans Pro', sans-serif;
	padding-bottom: 25px;
}
.reviewer-list .customer-name {
	font-size: 23px;
	display: block;
	margin-bottom: 0;
	float: left;
	margin-right: 20px;
}

.reviewer-list .post-date,
.reviewer-list .customer-des {
	display: block;
	overflow: hidden;
	clear: both;
}
.reviewer-list .post-date {
	color: #00a1c7;
	font-size: 14px;
}
.reviewer-list .customer-des {
	font-size: 14px;
	color: #000000;
	margin-top: 5px;
}

.reviewer-list .rating img {
	width: 16px;
	height: 13px;
	padding-right: 4px;
	margin-top: 10px;
}

/* enable absolute positioning */
.inner-addon {
	position: relative;
  }
  
  /* style glyph */
  .inner-addon .fa-eye-slash {
	position: absolute;
	padding: 10px;
	pointer-events: none;
  }
  
  /* align glyph */
  .right-addon .fa-eye-slash { right: 0px;}
  
  /* add padding  */
  .right-addon input { padding-right: 30px; }
  

@media (min-width: 992px) {

	.container-custom {
	    width: 970px;
	}
.login-section{width:420px;}
}
@media (min-width: 1200px) {

	.container-custom {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
		width: 1260px;
 }

}

@media only screen and (max-width: 1320px) and (min-width: 990px)  {
	.menu-info .menu-name,
	.menu-info .menu-desc,
	.menu-info .menu-price {
		font-size: 14px;
		color: #000000;
		padding: 0;
		font-weight: 600;
	}

	menu-info .menu-desc {
		font-size: 12px;
		color: #000000;
		font-weight: 400;
		padding-top: 10px;
		height: 75px;
		padding-bottom: 10px;
		overflow: hidden;
	}

}
@media only screen and (max-width: 1071px) and (min-width: 992px)  {
    .social_icons a {
    padding-left: 0px !important;
}
}
.embed-responsive-4by3 {
    padding-bottom: 72% !important;
}
.loader {
    border: 9px solid #f3f3f3;
    border-radius: 50%;
    border-top: 9px solid #3498db;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@media (max-width: 770px) {
	.mobileserch {
		    visibility: hidden;
	}
	.home-footer {
    top: -109px;
    }
   
}
    
    
@media (max-width: 450px) {
	
    .addnewbtn
    {
        margin-top: 5px;
 
    }
  
     .trshsinglebtn{
        font-size: 16px;
    }
    
    
    
}

.menu-image-hide
{
    padding:20px;
}

.menu-info-hide {

	min-height: 220px important;

}

.model-body .menu-info .menu-image img
{
    	min-height: 395px;
}

@media (min-width:280px) and (max-width:320px)
{
  .sbtnmobile
  {
      margin-left: -10px !important;
  }
}

@media (max-width:680px)
{
    .viewqr
    {
            margin-bottom: 6px;
    }
    .qrcodelist #DataTables_Table_0_wrapper
    {
        padding:5px;
    }
}

.manageqr
{
    width:145px;
}
.deleteqr
{
   width:145px; 
}
.viewqr
{
   width:145px; 
}
/*div#show_hide_password .input-group-addon {*/
/*    border: 1px solid #ccc;*/
/*    border-left: 0;*/
/*}*/
.graycolor{color:#403f3f !important;}
.graypopup{background-color:#a5a5a5 !important;}