body,html{
	margin:0px;
    padding:0px;
    font-family: 'Quicksand', sans-serif;
}
body{
	font-size: 14px;
}
:focus{
	outline: none !important;
}
section{
	padding-top: 50px;
}
textarea {
	resize: none;
}
.right-divider {
	border-right: 1px solid #ddd;
}
/*-------Settings-------*/
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    text-align:left;
    margin-right:-4px;
}
.default-color{
	color: #53F0CD;
}
.text-dark{
	color: #484848;
}
.text-uppercase{
	text-transform: uppercase;
}
.relative-pos{
	position: relative;
}
.title-20{
	font-size: 20px;
}
div.bootstrap-select{
	margin-bottom: 15px !important;
}
.bootstrap-select button{
	height: 53px;
    border-radius: 0;
    color: #848484;
    font-size: 15px;
}
.bootstrap-select button.btn-default:active, .bootstrap-select button.btn-default.active, .open > .dropdown-toggle.btn-default{
	background-color: #fff;
	border-color: #53F0CD !important;
  outline: 0 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6) !important;
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6) !important;
	color: #848484;
}
.bootstrap-select > .dropdown-toggle.btn-default:hover{
	border-color: #848484;
	color: #848484;
}
.bootstrap-select button:hover, .bootstrap-select button:active, .bootstrap-select button:focus{
	background-color: #fff !important;
	box-shadow: none !important;
    color: #848484;
    font-size: 15px;
    border-color: #848484;
}

.bootstrap-select button:focus{
    border-color: #53F0CD !important;
  outline: 0 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6) !important;
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6) !important;
}


.bootstrap-select button span.caret{
	color: #53F0CD;
}
.bootstrap-select > .disabled:hover {
    background-color: #eee !important;
    border-color: #848484 !important;
    color: #848484 !important;
    opacity: 1 !important;
}

.bootstrap-select > .disabled:focus {
    background-color: #eee !important;
    border-color: #848484 !important;
    color: #848484 !important;
    opacity: 1 !important;
}
.form-control{
	color: #848484;
}
#mealplan-header-section{
	position: relative;
	width: 100%;
	z-index: 5;
	padding: 12px;
	overflow: hidden;
	background-color: #53F0CD;
}

.title-aqua{
	color: #53F0CD;
}
.title-grey{
	color: #e4e4e4;
    font-weight: 600;
}
::-webkit-input-placeholder {
	color: #848484;
}
:-moz-placeholder { /* Firefox 18- */
	color: #848484;
}
::-moz-placeholder {  /* Firefox 19+ */
	color: #848484;
}
:-ms-input-placeholder {
	color: #848484;
}

.error-div{
	display: inline-block;
	border: solid 1px #ff4400;
	padding: 20px;
	padding-left: 12px;
	padding-right: 12px;
	margin-top: 20px;
}

.error-div span{
	width: 100%;
	position: relative;
	float: left;
	margin-bottom: 5px;
	color: #ff4400;
}
.notice-error{
	position: absolute;
	color: #ff4400;
	right: 22px;
	top: 14px;
	font-size: 18px;
	display: none;
}
div.error-input input, div.error-input select, div.error-input textarea, div.error-input select,  div.error-input button {
	border-color: #ff4400;
	position: relative;
}



div.error-input .notice-error {
	display: block;
}

div.error-input select ~ .notice-error {
	display: none;
}

div.error-input textarea ~ .notice-error {
	top: 4px;
}

#title-section h1{
	margin-bottom: 15px;
}
#container-50{
	width: 50%;
}
.text-title{
	color: #fff;
}
.ov-visible{
	overflow: visible !important;
}
.white-color{
	color: #fff;
}
.dark-color{
	color: #4a4a4a;
}
.display-inline{
	display: inline;
}
.no-padding{
	padding: 0px;
}
.no-padding-sides{
	padding-left: 0px;
	padding-right: 0px;
}
.no-padding-left{
	padding-left: 0px;
}
.no-padding-right{
	padding-right: 0px;
}
.no-padding-bottom{
	padding-bottom: 0px;
}
.no-margin{
	margin: 0px;
}
.left-0{
	margin-left: 0px !important;
}
.left-10{
	margin-left: 10px;
}
.left-15{
	margin-left: 15px;
}
.right-0{
	margin-right: 0px;
}
.right-10{
	margin-right: 10px;
}
.right-15{
	margin-right: 10px;
}
.top-10{
	margin-top: 10px;
}
.top-15{
	margin-top: 15px;
}
.top-20{
	margin-top: 20px;
}
.top-25{
	margin-top: 25px;
}
.top-30{
	margin-top: 30px;
}
.top-35{
	margin-top: 35px;
}
.top-40{
	margin-top: 40px;
}
.bottom-0{
	margin-bottom: 0px;
}
.bottom-5{
	margin-bottom: 5px;
}
.bottom-10{
	margin-bottom: 10px;
}
.bottom-15{
	margin-bottom: 15px;
}
.bottom-16{
	margin-bottom: 16px;
}
.bottom-20{
	margin-bottom: 20px;
}
.bottom-25{
	margin-bottom: 25px;
}
.bottom-30{
	margin-bottom: 30px;
}
.bottom-35{
	margin-bottom: 35px;
}
.bottom-40{
	margin-bottom: 40px;
}
.text-justify{
	text-align: justify;
}
.text-left{
	text-align: left;
}
.text-right{
	text-align: right;
}
.grey-section{
	background-color: #4a4a4a;
}
.white-section{
	background-color: #fff;
}
.circle-item{
	/* Safari 3-4, iOS 1-3.2, Android 1.6- */
	-webkit-border-radius: 50%;
	/* Firefox 1-3.6 */
	-moz-border-radius: 50%;
	/* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
	border-radius: 50%;
}
.button-mealplan {
    background: none;
    color: #fff;
    font-size: 18px;
    text-align: center;
    border: solid 1px #fff;
    text-transform: uppercase;
    font-weight: 400;
    border-radius: 0px;
    margin: 5px;
    padding-left: 22px;
    padding-right: 22px;
    transition: all 0.6s ease 0s;
}

.button-mealplan:hover, .button-mealplan:focus, .button-mealplan:active,
.button-aqua:hover, .button-aqua:focus, .button-aqua:active {
    background-color: #53F0CD;
    color: #fff;
    font-size: 18px;
    border-color: #53F0CD;
    font-weight: 400;
    border-radius: 0px;
    box-shadow: none;
}

.button-aqua {
    background: none;
    color: #53F0CD;
    font-size: 18px;
    text-align: center;
    border: solid 1px #53F0CD;
    text-transform: uppercase;
    font-weight: 400;
    border-radius: 0px;
    margin: 5px;
    padding-left: 22px;
    padding-right: 22px;
    transition: all 0.6s ease 0s;
}
.black-and-white{
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.check-title{
	font-size: 15px;
}
/*----------Header---------*/
.navbar-nav > li > a {
    color: #ffffff;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background: none;
}
#mealplan-header{
	position: absolute;
	width: 100%;
	z-index: 5;
	padding: 30px;
	overflow: hidden;
}

ul#header-home-ul.one-item li{
	padding-top: 15px;
}
.intro{
	background-size: cover;
}
.home-bg{
	position:absolute;
    z-index:-1;
	width:100%;
	height:100%;
	background: url('../images/home-bg.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.slide{
	height:calc(100vh);/*vw is viewport height*/
	position:relative;
	z-index: 1;
}
.container-slide {
	top: 32%;
	z-index: 10;
}

.container-slide h1{
	color: #fff;
	font-size: 40px;
	margin-bottom: 65px;
}

#slide-intro .tint {
    background: rgba(60,54,54,0.53);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.strikethrough {
  position: relative;
}
.strikethrough:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 2px solid;
  border-color: #53F0CD;

  -webkit-transform:rotate(-5deg);
  -moz-transform:rotate(-5deg);
  -ms-transform:rotate(-5deg);
  -o-transform:rotate(-5deg);
  transform:rotate(-5deg);
}
.menu-word{
	position: absolute;
    margin-top: 35px;
    margin-left: -60px;
    color: #53F0CD;
}

/*------Home-steps-------*/
#step-box{
	text-align: center;
}
#step-box img{
	display: inline-block;
}
#step-box p{
	padding-top: 15px;
    padding-bottom: 10px;
}
#step-item{
	margin-left: 35px;
    margin-right: 35px;
}
a.step-link {
	color: #53F0CD;
}
a.step-link:hover{
	color: #e4e4e4;
	text-decoration: none;
}
/* Select file style */
.input-file-container {
  position: relative;
  width: 100%;
}
.js .input-file-trigger {
  	display: block;
	padding: 14px 15px;
	background: #fff;
	color: #848484;
	font-size: 1em;
	/* transition: all .4s; */
	cursor: pointer;
	border: 1px solid #848484;
	font-weight: 500;
    font-size: 15px;
}
.js .input-file {
  position: absolute;
  top: 0; left: 0;
  width: 225px;
  opacity: 0;
  padding: 14px 0;
  cursor: pointer;
}


.file-return {
  margin: 0;
}
.file-return:not(:empty) {
  margin: 1em 0;
}
.js .file-return {
  font-style: italic;
  font-size: .9em;
  font-weight: bold;
}
.js .file-return:not(:empty):before {
  content: "Selected file: ";
  font-style: normal;
  font-weight: normal;
  color: #848484;
}


.txtcenter {
  margin-top: 4em;
  font-size: .9em;
  text-align: center;
  color: #aaa;
}
.copy {
  margin-top: 2em;
}
.copy a {
  text-decoration: none;
  color: #1ABC9C;
}

/*------Home-information-------*/
.information-item{
	width: 100%;
	float: left;
	position: relative;
}
#but-why{
	background-color: #53F0CD;
}
#right-image-information{
	width: 50%;
	float: right;
}
#left-image-information{
	width: 50%;
	float: left;
}
#left-text-information p{
	text-align: justify;
	font-size: 16px;
}
.absolute-content-left{
	position: absolute;
	padding: 35px;
	width: 58%;
	left: 0;
	top: 12%;
}
.absolute-content-right{
	position: absolute;
	padding: 35px;
	width: 58%;
	right: 0;
	top: 12%;
}
.information-title{
	margin-bottom: 25px;
}
.information-subtitle{
	margin-bottom: 15px;
}
#get-organized{
	background-color: #F6F6F6;
}
.no-commitments{
	margin-bottom: -35px;
    margin-top: 30px;
    color: #c5c5c5;
}
/*--------Footer---------*/
ul.ul-footer li{
	list-style-type: none;
	color: #53F0CD;
	font-size: 14px;
	margin-bottom: 4px;
}

ul.ul-footer li.li-footer-title{
	padding-bottom: 5px;
}

#mealplan-footer{
	padding-top: 50px;
    padding-bottom: 15px;
}

.ul-footer > li > a{
	color: #9B9B9B;
	font-size: 14px;
}

.ul-footer > li > a:hover{
	color: #fff;
	text-decoration: none;
}

#white-footer > li > a:hover{
	color: #333;
	text-decoration: none;
}
#copyright{
	padding-top: 20px;
	color: #9B9B9B;
	font-size: 13px;
}

.divider-footer{
	border-top: solid 2px #53F0CD;
	padding-top: 30px;
}
/*-------Restaurant register---------*/
.rest-register-bg {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: url('../images/restaurant-register-bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#title-section .title-aqua{
	color: #53F0CD;
}
.text-title p{
	color: #fff;
}
#get-started{
	padding-top: 20px;
	padding-bottom: 40px;

}
#how-you-benefit{
	padding-top: 20px;
}
#how-you-benefit .title-aqua{
	padding-bottom: 12px;
}
#how-you-benefit h4{
	padding-bottom: 8px;
}
#how-you-benefit p{
	line-height: 30px;
	text-align: justify;
}
#contact-form-benefit h3{
	margin-top: 41px;
}
#form-area-restaurant{
	position: relative;
	width: 100%;
	height: auto;
	float: left;
	margin-top: 20px;
}
#form-area-restaurant .button-aqua{
	margin: 0px;
}
#how-it-works {
    padding-top: 20px;
}
#how-it-works .title-aqua{
	padding-top: 15px;
	padding-bottom: 5px;
}
.descrip-circle{
	width: 120px;
	height: 120px;
	border-radius: 50%;
	/* Safari 3-4, iOS 1-3.2, Android 1.6- */
	-webkit-border-radius: 50%;
	/* Firefox 1-3.6 */
	-moz-border-radius: 50%;
	background-color: #53F0CD;
	line-height: 120px;
	display: inline-block;
	margin-top: 25px;
}
.descrip-circle span{
	font-size: 40px;
	color: #fff;
	font-weight: 600;
}
.descrip-item p{
	padding-left: 20px;
    padding-right: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: 12px;
    margin-bottom: 12px;
}
.descrip-item-border{
	border-right: solid 1px #ccc;
}
#testimonials-restaurant-register{
	background-color: #f6f6f6;
}

#testimonials {
	background-color: #f6f6f6;
}
.container-testimonial{
	max-width: 760px;
}
.testimonial-quote{
	text-align: center;
}
.aboutquote {
	font-size: 80px;
	line-height: 0px;
	text-align: center;
	color: #53F0CD;
}
.container-testi-text{
	max-width: 740px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
#testimonials .testi-text {
	position: relative;
	color: #4D4D4D;
	font-size: 17px;
	font-size: 1.7rem;
}
.testi-li{
	margin-bottom: 0;

}
div.slider_people {
  margin-top: 70px;
  max-width: 740px;
  min-height: 80px;
  padding-left: 15px;
  padding-right: 15px;
  }
div.slider_people ul {
	width: 100% !important;
}
div.slider_people li {
	position: relative;
	padding-left: 100px;
	cursor: pointer;
	width: 33.3333% !important;
	min-height: 80px;
}
div.slider_people p {
	text-align: left;
}
div.slider_people img {
	position: absolute;
	top: 0;
	left: 0;
	height: 80px !important;
	width: 80px !important;
}
div.slider_people .fourcol {
	opacity: .5;
	-webkit-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
div.slider_people .fourcol .slider_people_imgcolor {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
div.slider_people .fourcol.active, div.slider_people .fourcol:hover {
	opacity: 1;
}
div.slider_people .fourcol.active .slider_people_imgcolor, div.slider_people .fourcol:hover .slider_people_imgcolor {
	opacity: 1;
}
div.slider_people .flex-active-slide {
	opacity: 1;
	pointer-events: none;
	cursor: default;
}
div.slider_people .flex-active-slide .slider_people_imgcolor {
	opacity: 1;
}
#transactionNumberId {
	color: #f00;

}

/*======================REGISTER====================== */

/* Getting started */
.form-getting{
	padding-top: 40px;
	padding-bottom: 25px;
}

.next-form{
	display: inline-block;
	padding-left: 35px;
    padding-right: 35px;
}

.numbers-step{
	color: #e4e4e4;
}
.step-decoration{
	margin-top: -8px;
    position: absolute;
    display: inline;
    margin-left: 10px;
    font-weight: 600;
}
.boxes-plan{
	margin-top: 30px;
}
.boxes-plan .title-subscription{
	margin-top: 10px;
}
.select-your-plan{
	float:none;
    display:inline-block;
    vertical-align:middle;
    margin-right:-4px;
}
.list-cost-plan{
	display: table;
	min-height: 170px;
	width: 100%;
	padding: 0;
}
.list-cost-plan .list-plans-register{
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.list-plans-register p{
	color: #c5c5c5;
	text-align: center;
}

.text-centered{
	text-align: center !important;
}
div.plan-chooser{

}
	.title-plan{
		margin-bottom: 12px;
	    padding-bottom: 10px;
	    border-bottom: solid 1px #979797;
	}

    div.plan-chooser.disabled div.plan-chooser-item
	{
		zoom: 1;
		filter: alpha(opacity=60);
		opacity: 0.6;
		cursor: default;
	}

	div.plan-chooser div.plan-chooser-item{
		padding: 11px;
		border-radius: 0px;
		position: relative;
		border: 1px solid #efefef;
		margin-bottom: 10px;
	}

	div.plan-chooser div.plan-chooser-item.selected{
		border: 4px solid #53F0CD;
		padding: 8px;
		filter: alpha(opacity=100);
		opacity: 1;
	}

		div.plan-chooser div.plan-chooser-item span.title{
			display: block;
			margin: 10px 0 5px 0;
			font-weight: bold;
			font-size: 12px;
		}

		div.plan-chooser div.plan-chooser-item span.description{
			font-size: 12px;
		}

		div.plan-chooser div.plan-chooser-item input{
			position: absolute;
			left: 0;
			top: 0;
			visibility:hidden;
		}

.list-check-plan{
	height: 250px;
	width: 100%;
}
.list-check-plan .list-check-register{
	text-align: left;
	padding-right: 20px;
}

#steps textarea{
	resize: none;
}

.cancelsubs_box .title-subscription{
	margin-top: 20px;
	margin-bottom: 15px;
}
.cancelsubs_box .cancel-button{
	margin-left: 0px;
}
/*======================REGISTER END====================== */

/*======================RESTAURANT LOGIN====================== */

#restaurantbg-login .tint {
    background: rgba(60,54,54,0.53);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

#restaurantbg-login .home-bg{
	position:absolute;
    z-index:-1;
	width:100%;
	height:100%;
	background: url('../images/restaurantbg-login.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.container-rest-login {
	margin-top: 15%;
	z-index: 10;
}

.container-rest-login h5{
	color: #fff;
	font-size: 20px;
	margin-bottom: 25px;
}

.form-bg-none input{
	background: none;
}

.forgot-pass{
	color: #53F0CD;
	text-decoration: underline;
}
.forgot-pass:hover, .forgot-pass:focus, .forgot-pass:active{
	color: #53F0CD;
	text-decoration: underline;
}
#restaurantbg-login input.form-control{
	color: #eee;
}

#restaurantbg-login ::-webkit-input-placeholder {
	color: #eee;
}
#restaurantbg-login :-moz-placeholder { /* Firefox 18- */
	color: #eee;
}
#restaurantbg-login ::-moz-placeholder {  /* Firefox 19+ */
	color: #eee;
}
#restaurantbg-login :-ms-input-placeholder {
	color: #eee;
}
/*======================RESTAURANT LOGIN END====================== */



/*======================RESTAURANT PROFILE - ORDERS====================== */
#restaurant-header{
	padding-top: 0px;
}
#info-restaurant-profile{
	padding-top: 80px;
	padding-bottom: 60px;
	padding-left: 0px;
	padding-right: 0px;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	background-image: url('../images/header-rest-bg.jpg');
	background-position: 50%;
	background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
ul#header-options-ul.one-item li{
	padding-top: 15px;
}

.hi{
	position: absolute;
    right: -7px;
    bottom: 19px;
}
.down-show{
	font-family: FontAwesome;
	content: "\f0dd";
	margin-left: 5px;
    margin-top: -2px !important;
    position: absolute;
}

.up-show{
	font-family: FontAwesome;
	content: "\f0de";
	margin-left: 5px;
    margin-top: -2px !important;
    position: absolute;
}

#active-svg path {
    fill: #53F0CD;
}
#active-svg span {
    color: #53F0CD;
}
.link-svgmenu{
	display: block;
    position: relative;
}
a.link-svgmenu:hover, a.link-svgmenu:hover span, a.link-svgmenu:hover path {
    color: #53F0CD;
    fill: #53F0CD;
    text-decoration: none;
}
a.link-svgmenu:active, a.link-svgmenu:active span, a.link-svgmenu:active path {
    text-decoration: none;
}
a.link-svgmenu:focus, a.link-svgmenu:focus span, a.link-svgmenu:focus path {
    text-decoration: none;
}

.horizontal-menu-slideout{
	text-align: center;
	padding: 0px;
	border-bottom: solid 1px #eee;
	margin-bottom: 0px;
}
.svg-item{
	display: block;
	margin: auto;
	margin-bottom: 5px;
}
ul.horizontal-menu-slideout li{
	list-style-type: none;
	text-align: center;
    display: inline-block;
    padding: 25px 35px;
}
.svgitem-title{
	color: #484848;
}
.tint{
	background: rgba(60,54,54,0.53);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.restaurant-title-profile{
	float: left;
	margin-right: 10px;
}
.rating-div{
	float: left;
	margin-right: 6px;
}
.rating-count{
	float: left;
}
.rating {
    unicode-bidi:bidi-override;
    direction:rtl;
    font-size:15px;
    position: relative;
    display: inline;
}

.rating span.star {
    font-family:FontAwesome;
    font-weight:normal;
    font-style:normal;
    display:inline-block;
}
.rating span.star:hover {
    /*cursor:pointer;*/
}
.rating span.star:before {
    content:"\f006";
    padding-right:5px;
    color:#fff;
}
/*
.rating span.star:hover:before, .rating span.star:hover~span.star:before {
    content:"\f005";
    color:#ffd55a;
}
*/
span.star.filled:before{
	content:"\f005";
	color:#ffd55a;
}
span.star.half-filled:before{
	content:"\f123";
	color:#ffd55a;
}
.restaurant-cusine{
	margin-top: 5px;
}
.restaurant-web{
	margin-top: -4px;
}
.restaurant-web a:hover, .restaurant-web a:focus{
	color: #fff;
}
#description-restaurant{
	background-color: #F6F6F6;
	padding-top: 15px;
    padding-bottom: 30px;
}
.title-profile-content{
	font-size: 18px;
	text-transform: uppercase;
	padding-bottom: 12px;
    border-bottom: solid 2px #E0E0E0;
}
.menu-profile-content{
	padding-left: 10px;
}
ul.menu-profile-content li{
	list-style-type: none;
    text-align: left;
    display: block;
    padding: 10px 10px;
}

#restaurant-profile-content .svg-item {
    display: inline-block;
    margin: auto;
    margin-bottom: -5px;
    width: 18px;
}
ul.menu-profile-content li.active a path {
    fill: #53F0CD;
}
ul.menu-profile-content li.active span {
    color: #53F0CD;
}

ul.menu-profile-content li span {
	margin-left: 10px;
	font-size: 16px;
}
/*======================RESTAURANT PROFILE - ORDERS END====================== */


/*======================USER LOGIN====================== */
.home-login-bg{
	position:absolute;
    z-index:-1;
	width:100%;
	height:100%;
}
/*======================USER LOGIN END====================== */


/*======================FORGOT PASSWORD ====================== */
.form-forgot {
    padding-top: 25px;
    padding-bottom: 25px;
}
.send-emailyou h5{
	font-size: 13px;
    text-align: center;
    margin-bottom: 35px;
    margin-top: 0px;
}
/*======================FORGOT PASSWORD END ====================== */

/*======================RESTAURANT MENU====================== */

.header-restaurant-menu{
	margin-bottom: 15px;
	position: relative;
    float: left;
    width: 100%;
    z-index: 999;
}
.header-restaurant-menu .top-container-restaurant{
	position: relative;
	width: 100%;
	float: left;
	padding-bottom: 10px;
	border-bottom: solid 1px #ddd;
}
.header-restaurant-menu h4{
	margin-top: 19px;

}
.header-menu-container{
	margin-top: 15px;
	position: relative;
    width: 100%;
    float: left;

}
.row-plates-restaurant{
	position: relative;
	width: 100%;
	float: left;
	margin-bottom: 35px;
}
#div-plate{
	margin-bottom: 20px;
}
.img-plate{
	padding: 0;
	overflow: hidden;
}
.img-plate img.plate-restaurant {
    width: 100%;
}
.img-plate-no-drink{
	padding: 0;
}
.img-plate-no-drink img.plate-restaurant {
    width: 100%;
}
.short-description-plate{
	position: absolute;
	left: 0;
    background: rgba(255,255,255,0.9);
    color: #484848;
    bottom: 15px;
    width: 100%;
    text-align: left;
    padding-top: 7px;
    padding-bottom: 7px;
    -webkit-transition: all .9s ease .70s;
    -moz-transition: all .9s ease .70s;
    -o-transition: all .9s ease .70s;
    -ms-transition: all .9s ease .70s;
    transition: all .9s ease .70s;
}
.title-plate-restaurant{
	font-size: 16px;
	font-weight: 600;
}
.calories-short, .restaurant-short{
	font-size: 15px;
}

.restaurant-short{
	padding-bottom: 4px;
}
.restaurant-short:hover{
	text-decoration: underline;
}
.tags-diet-div div{
	display: inline;
	margin-right: 5px;
}

.tags-diet-div div span{
    font-size: 14px;
    padding-left: 15px;
    position: relative;
}

.tags-diet-div div span i{
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 10px;
    color: #53F0CD;
}

.tags-diet-div ul li{
	float: right;
    margin-left: 30px;
    padding-left: 0px;
}
ul.tags-diet li{
	color: #53F0CD;
	font-size: 17px;
    position: relative;
}

ul.tags-diet li span{
	color: #484848;
	margin-left: -5px;
    font-size: 14px;
}
.drink-plate-{
	background-color: #F6F6F6;
	text-align: right;
	position: absolute;
    bottom: 0;
    left: -250px;
    opacity: 0;
    -webkit-transition: all .9s ease .20s;
    -moz-transition: all .9s ease .20s;
    -o-transition: all .9s ease .20s;
    -ms-transition: all .9s ease .20s;
    transition: all .9s ease .20s;

}

.drink-plate{
	background-color: #F6F6F6;
	text-align: right;
	position: relative;
}
.drink-plate-static{
	background-color: #F6F6F6;
	text-align: right;
	position: relative;

}

.svg-drink{
	display: inline;
    margin: auto;
    margin-bottom: 0px;
    width: 30px;
    height: 35px;
    margin-top: 5px;
    margin-right: 107px;
    fill: #53F0CD;
}
.svg-drink-top{
	display: inline;
    margin: auto;
    margin-bottom: 0px;
    width: 30px;
    height: 35px;
    margin-top: 5px;
    fill: #53F0CD;
}
.svgdrink-title{
	color: #484848;
    margin-top: -10px;
    position: absolute;
    right: 15px;
    top: 24px;
    font-size: 15px;
}
.favs-plate{
	background-color: #53F0CD;
	color: #fff;
	padding-top: 5px;
    padding-bottom: 5px;
}
.like-plate{
	width: 30%;
    float: left;
}
.like-plate span{
	font-size: 16px;
}
.like-plate span i{
	padding-right: 5px;
}
.rating-div-plate{

}
.rating-count-plate{
	float: left;
}
.rating-plate {
    unicode-bidi:bidi-override;
    direction:rtl;
    font-size:12px;
    position: relative;
    display: inline;
}

#static-rate .rating-plate{
	direction: ltr;
}
#static-rate .rating{
	direction: ltr;
}
.rating-plate span.star {
    font-family:FontAwesome;
    font-weight:normal;
    font-style:normal;
    display:inline-block;
}
.rating-plate span.star:hover {
    /*cursor:pointer;*/
}
.rating-plate span.star:before {
    content:"\f006";
    padding-left:5px;
    color:#fff;
}

/*.rating span.star:hover:before, .rating span.star:hover~span.star:before {
    content:"\f005";
    color:#ffd55a;
}*/

.rating-plate span.star.filled:before{
	content:"\f005";
	color:#fff;
}
.rating-plate span.star.half-filled:before{
	content:"\f123";
	color:#fff;
}

.drink-active{
	position: absolute;
	background-color: rgba(80, 227, 194, 1);
	top: 0px;
	right: 0px;
	padding: 5px;
}
.button-add-plate {
    background: none;
    color: #53F0CD;
    font-size: 18px;
    text-align: center;
    border: none;
    text-transform: uppercase;
    font-weight: 400;
    border-radius: 0px;
    margin: 5px;
    margin-right: 0px;
    padding-left: 45px;
    padding-right: 15px;
    transition: all 0.6s ease 0s;
    position: relative;
}
.button-add-plate i{
	padding-right: 8px;
	position: absolute;
	left: 7px;
    font-size: 32px;
    top: 3px;
}

.icon-add-plate{
	width: 39px;
    height: 39px;
    border: 1px solid #50E3C2;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.6s ease 0s;
}

.icon-add-plate i{
	position: absolute;
    font-size: 20px;
    left: 10px;
    top: 9px;
    transition: all 0.6s ease 0s;
}

.button-add-plate:hover .icon-add-plate{
	background-color: #50E3C2;
}

.button-add-plate:hover .icon-add-plate i{
	color: #fff;
}

.button-add-plate:hover, .button-add-plate:focus, .button-add-plate:active {
	background-color: #fff;
	color: #53F0CD;
    font-weight: 400;
}

.text-drink-include{
	font-size: 12px;
    position: relative;
    color: #fff;
}

.restaurant-plate-info{
	height: 382px;
    border: solid 1px #ddd;
    overflow: auto;
    margin-bottom: 20px;
}
.drink-restaurant-on{
}
.drink-restaurant-off .drink-active{
	display: none;

}
.ul-info-plates-tab{
	width: 100%;
    position: relative;
    float: left;
    padding-left: 0;
    margin-bottom: 0px;
    margin-top: 10px;
}
#li-plate-info{
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: left;
	list-style-type: none;
}
.tab-plate-info{
	font-size: 14px;
    text-transform: uppercase;
    color: #aaa;
    padding-bottom: 5px;
}
.each-tab-content {
	max-height: 292px;
}
a.tab-plate-info:hover, a.tab-plate-info:focus, a.tab-plate-info:active{
	text-decoration: none;
	color: #aaa;
}
.ul-info-plates-tab li.active  a{
	color: #4A4A4A;
    border-bottom: solid 2px #50E3C2;
}

.ul-info-plates-tab li.active a:hover, .ul-info-plates-tab li.active  .active a:focus, .ul-info-plates-tab li.active  .active a:active{
	color: #4A4A4A;
    border-bottom: solid 2px #50E3C2;
}
.content-tabs-info{
	margin-top: 20px;
}
.tab-limited{
	max-height: 290px;
}

.search-ingredients input{
	padding-left: 30px;
}
.parent-nutrition{
	float: left;
    width: 100%;
    padding-bottom: 2px;
    margin-bottom: 4px;
    padding-left: 0px;
    padding-right: 5px;
    font-weight: 600;
}
.child-nutrition{
	float: left;
    width: 100%;
    margin-bottom: 4px;
    padding-left: 10px;
    padding-right: 5px;
}
.row-nutrition{
	border-bottom: solid 1px #aaa;
	padding-bottom: 2px;
	position: relative;
    width: 100%;
    float: left;
}
.divisor-plate{
	position: relative;
	float: left;
	width: 100%;
	border-top: solid 1px #ddd;
	margin-top: 25px;
}
.customChartStyle{
    border:1px solid #eee;
    text-align:center !important;
}
.ingr-list{
	color: #848484;
	font-weight: 400;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}
.ingr-list:before{
	content: "▪";
	color: #53F0CD;
	padding-right: 5px;
}

.ingr-list-rest{
	display: block;
    margin-bottom: 12px;
}
.col-ingr{
	position: relative;
	float: left;
	width: 22%;
}
.div-ingr{
}
/*======================RESTAURANT MENU END====================== */

/*======================RESTAURANT ADDPLATE/EDITPLATE ====================== */
.ingr_checks{
	width: 100%;
	float: left;
	position: relative;
	height: 350px;
}
.diet_checks{
	width: 100%;
	float: left;
	position: relative;
	border: solid 1px #848484;
	height: 242px;
}
.ingr-padd{
	width: 100%;
	float: left;
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0px;
}
.subtitle-profile-content {
    font-size: 15px;
    padding-bottom: 10px;
    border-bottom: solid 1px #E0E0E0;
    color: #848484;
}
.search-ingredients{
	position: relative;
    top: 4px;
    right: 15px;
    margin-bottom: 25px;
    padding-left: 15px;
}

.search-ingredients i{
	position: absolute;
    top: 11px;
    left: 22px;
    color: #53F0CD;
    font-size: 18px;
}

.search-ingredients input{
	height: 40px;
    width: 200px;
}
.link-disabled {
   pointer-events: none;
   cursor: default;
}
.max-char{
	color: #848484;
	font-size: 13px;
}
.ingr_checks .ingr-padd{
	padding-left: 0px;
}
ul.menu-profile-content li.tab-error a .svgitem-title{
	color: #ff4400;
}

ul.menu-profile-content li.tab-error a path{
	fill: #ff4400;
}

ul.menu-profile-content li.tab-error span{
	color: #ff4400;
}
li.tab-error a.link-svgmenu:hover, li.tab-error a.link-svgmenu:hover span, li.tab-error a.link-svgmenu:hover path {
    color: #ff4400;
    fill: #ff4400;
    text-decoration: none;
}
/*======================RESTAURANT ADDPLATE/EDITPLATE END====================== */

/*====================== BROWSING ====================== */
.browsing-content{
	padding-top: 60px;
	width: 97%;
}
#browsing-plates{
	padding-top: 0px;
}
.header-browsing{
	padding: 0;
	position: relative;
}
.filters-div{
	border: solid 1px #E0E0E0;
	border-top: none;
	height: 114px;
	border-right: none;
	background-color: #fff;
}
.dates-div{
	border: solid 1px #E0E0E0;
	border-top: none;
	height: 114px;
	background-color: #fff;
}
.summary-div{
	border: solid 1px #E0E0E0;
	border-top: none;
	height: 114px;
	border-left: none;
	background-color: #fff;
}
.month-browsing{
	width: 100%;
    position: relative;
    float: left;
    padding-bottom: 10px;

}
.days-container{
	width: 100%;
	position: relative;
	width: auto;
	overflow-x: auto;
    overflow-y: hidden;
    white-space:nowrap
}
.month-browsing h4{
	margin-bottom: 6px;
    margin-top: 12px;
    font-size: 17px;
}
.week-container{
	width: 100%;
    position: relative;
    float: left;
	padding-left: 105px;
    padding-right: 75px;
    text-align: center;
    padding-bottom: 6px;
}
.nav-browsing{
	position: absolute;
	top: 4px;
	width: auto;
	text-align: center;
}
.nav-browsing h5{
	margin-top: 5px;
	color: #53F0CD;
}
.left-browsing{
	left: 0px;
}
.right-browsing{
	right: 0px;
}
.nav-browsing-circle{
	top: 15px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #fff;
	text-align: center;
	border: solid 1px #53F0CD;
	display: inline-block;
}
.nav-browsing-circle i.icon-browsing{
	color: #53F0CD;
	font-size: 26px;
    padding-top: 1px;

}

a.link-browsing:hover .nav-browsing-circle{
	background-color: #53F0CD;
	text-decoration: none;
	color: #fff;
}

a.link-browsing:hover .nav-browsing-circle i.icon-browsing{
	color: #fff;
	text-decoration: none;
}

.arrow-left-week{
	left: 10px;

}
.arrow-right-week{
	right: 10px;
}
.arrow-right-week i{
	padding-left: 3px;
}
.arrow-left-week i{
	padding-right: 3px;
}
.day-block{
	width: 50px;
    height: 52px;
    background-color: #fff;
    position: relative;
    display: inline-block;
    margin-right: 15px;
    border-bottom: solid 3px #fff;
    margin-top: 3px;
}
.active-day .day-block{
	background-color: #F6F6F6;
}
.active-plate .day-block{
	border-bottom: solid 3px #53F0CD;
}
a.link-day-active{
	color: #333;
}

a.link-day-active:hover, a.link-day-active:focus{
	text-decoration: none !important;
}
a.link-day-active:hover .day-block{
	background-color: #F6F6F6;
	border-color: #F6F6F6;
	text-decoration: none !important;
}

a.active-plate:hover .day-block{
	background-color: #F6F6F6;
	border-color: #53F0CD;
	text-decoration: none !important;
}

a.active-day:hover .day-block{
	background-color: #F6F6F6;
	text-decoration: none !important;
}
.day-week{
	position: absolute;
    display: block;
    width: 100%;
    top: 2px;
    font-size: 16px;
}
.day-name{
	position: absolute;
    display: block;
    width: 100%;
    top: 27px;
    text-transform: uppercase;
    font-size: 10px;
}
.stick {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}

.stick + .browsing-content{
	padding-top: 170px;
}
.link-svgbrowsing {
    display: block;
    position: relative;
    margin-top: 42px;
}
a.link-svgbrowsing:hover, a.link-svgbrowsing:hover span, a.link-svgbrowsing:hover path {
    color: #53F0CD;
    fill: #53F0CD;
    text-decoration: none;
}
a.link-svgbrowsing:active, a.link-svgbrowsing:active span, a.link-svgbrowsing:active path {
    text-decoration: none;
}
a.link-svgbrowsing:focus, a.link-svgbrowsing:focus span, a.link-svgbrowsing:focus path {
    text-decoration: none;
}

.svg-itembrowsing{
	display: inline-block;
	margin: auto;
	margin-bottom: -6px;
	width: 24px;
}
.link-svgbrowsing span.svgitem-title {
    color: #484848;
    font-size: 15px;
    text-transform: uppercase;
    padding-left: 5px;
}
#browsing-right{
	float: left;
    margin-left: 40px;
}
#browsing-left{
	float: right;
    margin-right: 40px;
    cursor: pointer;
}
.filters-list{
	position: absolute;
    width: auto;
    top: 100%;
    background-color: #fff;
    left: 0;
    z-index: 99;
    padding: 15px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 5px;
    text-align: left;
    border: solid 1px #E0E0E0;
    border-top: none;
}
.favorites-filters{
	/* border-bottom: solid 1px #ccc; */
    padding-bottom: 10px;
    margin-bottom: 5px;
    /* float: left; */
    display: block;
    position: relative;
}
.title-filters{
	font-size: 16px;
	color: #53F0CD;
}
.has-success > .my-favorites-title .cbx-label, .filters-diet-types > .has-success .cbx-label, .filters-cusine > .has-success .cbx-label, .cusine-ingredidients > .has-success .cbx-label{
	color: #333;
	font-size: 13px;
}
.filters-diet-types{
	width: 155px;
    float: left;
    position: relative;
    padding-bottom: 5px;
    margin-right: 15px;
}
.filters-cusine{
	width: 155px;
    float: left;
    position: relative;
    padding-bottom: 0px;
    margin-right: 15px;
}
.cusine-ingredidients{
	width: 155px;
    float: left;
    position: relative;
    padding-bottom: 0px;
    margin-right: 15px;
    padding-top: 35px;
}
.my-favorites-title{
	padding-bottom: 5px;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    width: auto;
    padding-right: 20px;
}
.favorite-choose{
	border-bottom: solid 1px #E0E0E0;
}
.filter-submit{
    padding-bottom: 10px;
    margin-bottom: 5px;
    display: block;
    position: relative;
}
.apply-filters{
	padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    width: 155px;
}
.apply-filters button{
	margin-left: 0px;
	margin-top: 10px;
}
.heart-fav-filter{
	font-size: 15px;
    margin-left: 3px;
}
.block-search-browsing{
	padding-bottom: 30px;
}
.search-padding{
	padding-top: 40px;
}
.browsing-select{
	padding-left: 0px;
}
.browsing-select > .bootstrap-select{
	box-shadow: none;
}
.browsing-select > .bootstrap-select button{
	height: 40px;
}
.browsing-select .dropdown-menu{
	margin: -10px 0 0;
}
.search-ingredients-browsing{
	top: 0px;
}
.search-ingredients-browsing input{
	width: 100%;
}
.browsing-config{
	position: absolute;
    right: 15px;
    top: -3px;
}

.browsing-config p{
	color: #9B9B9B;
    font-size: 15px;
    margin: 0 0 5px;
}

.meal-selected{
	height: 40px;
	border: solid 1px #53F0CD;
	position: relative;
}
.meal-active{
	float: right;
}
.cancel-meal{
	font-size: 11px;
    padding-left: 8px;
    padding-right: 8px;
    background-color: #53F0CD;
    color: #fff;
    transition: none;
    margin: 0;
    height: 100%;
    position: absolute;
    right: 0px;
}
button.cancel-meal:hover, button.cancel-meal:active, button.cancel-meal:focus{
	font-size: 11px;
    padding-left: 8px;
    padding-right: 8px;
    background-color: #53F0CD;
    color: #fff;
    transition: none;
}
.meal-name-selected{
	text-align: left;
    display: inline-block;
    float: left;
    padding-top: 8px;
    padding-left: 8px;
}
.meal-name-cancel{
	font-weight: 500;
}
.like-plate span.like-buttom {
    font-size: 16px;
}

.like-plate span.like-buttom a.like-meal {
	color: #fff;
}

.like-plate span.like-buttom a.like-meal i {
    margin-right: 0px;
    padding-right: 0;
}

.heart-filled{
	display: none;
	color: #fff;
}

a.heart-active .heart-empty{
	display: none;
}

a.heart-active .heart-filled{
	display: inline-block;
}

a.heart-inactive .heart-empty{
	color: #fff;
	padding-right: 0;
}

a.heart-inactive:hover .heart-empty{
	display: none;
}
a.heart-inactive:hover .heart-filled{
	display: inline-block;
}
a.heart-inactive .heart-filled{
	display: none;
}
.add-buttom-browsing{
	padding-top: 10px;
}
.add-buttom-browsing .button-aqua{
	margin-left: 0;
}
.allergies-alert{
	position: relative;
    padding-top: 14px;
    float: left;
    font-size: 12px;
    color: #FF4400;
    padding-left: 5px;
}
.plate-img-modal{

}
.config-add-plate{
	padding-top: 25px;
    padding-right: 30px;
}
.remodal-browsing .remodal-close{
	z-index: 99;
}
.header-modal-plate{
	width: 100%;
	position: relative;
	float: left;
	padding-bottom: 15px;
	border-bottom: solid 1px #E0E0E0;
}
.title-plate-modal {
    font-size: 16px;
    font-weight: 600;
    padding-left: 0px;
	padding-right: 0px;
}
.calories-modal{
	font-weight: 400;
    margin-left: 15px;
    font-size: 13px;
}
.restaurant-modal{
	padding-top: 5px;
    font-weight: 500;
    padding-bottom: 12px;
    font-size: 15px;
    padding-left: 0px;
	padding-right: 0px;
}
.tags-diet-modal{
	padding-left: 0px;
	padding-right: 0px;
}
.tags-diet-modal div{
	 display: inline-block;
    margin-right: 10px;
    float: left;
}

.tags-diet-modal div span{
    font-size: 14px;
    padding-left: 15px;
    position: relative;
}

.tags-diet-modal div span i{
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 10px;
    color: #53F0CD;
}

.tags-diet-modal ul li{
	float: right;
    margin-left: 30px;
    padding-left: 0px;
}
.content-modal-browsing{
	width: 100%;
	float: left;
	position: relative;
	padding-top: 15px;
}
.address-modal{
	text-align: left;
	margin-bottom: 4px;
}
.address-modal h4{
	font-size: 14px;
	margin-bottom: 3px;
	margin-top: 0px;
}
.address-modal .div-address-text{
	font-size: 14px;
	margin-bottom: 10px;
	margin-top: 0px;
	padding-left: 0px;
}
.address-text{
	color: #848484;
	font-size: 13px;
}
.browsing-select-modal{
	padding-left: 15px;
}
.browsing-select-modal .bootstrap-select{
	margin-bottom: 12px !important;
}
.add-dinam i{
	font-size: 11px;
    color: #53F0CD;
    position: absolute;
}
.add-dinam{
	padding: 4px;
    border: solid 1px #53F0CD;
    width: 20px;
    height: 20px;
    margin-left: 7px;
    position: absolute;
    top: 1px;
}
.row-2-modal{
	padding-top: 0px;
}
.row-dinamic-add{
	min-height: 130px;
	transition: 0.80s all ease;
}
.browsing-modal-select{
	padding-left: 0px;
}
.delivery-select{
	padding-left: 15px;
}
.browsing-modal-select > .bootstrap-select{
	box-shadow: none;
}
.browsing-modal-select > .bootstrap-select button{
	height: 32px;
}
.browsing-modal-select .dropdown-menu{
	margin: -10px 0 0;
}
.browsing-modal-select .form-control{
	height: 45px;
}
.tip-select .form-control{
	height: 32px;
}
.browsing-modal-select .bootstrap-select button{
	font-size: 14px;
}
.browsing-modal-select .bootstrap-select button:hover,
.browsing-modal-select .bootstrap-select button:active,
.browsing-modal-select .bootstrap-select button:focus{
	font-size: 14px;
}
.browsing-drink-modal {
	padding-left: 0px;
}
.browsing-drink-modal .bootstrap-select{
	margin-bottom: 0px !important;
}
.browsing-drink-qty .bootstrap-select{
	margin-bottom: 0px !important;
}
.browsing-drink-qty{
	padding-right: 0px;
}
.cheeckout-modal {
	float: none;
	display: table-cell;
	vertical-align: bottom;
	border:3px solid blue;
}
.bill-modal-div{
	min-width: 161px;
	float: left;
	position: relative;
	text-align: left;
}
.detail-modal{
	padding-bottom: 5px;
}
.cost-item{
	margin-left: 10px;
	color: #999999;
	padding-bottom: 5px;
}
.tip-select{
	float: right;
}
.tip-select .bootstrap-select.btn-group .dropdown-toggle .filter-option{
    display: inline-block;
    overflow: visible;
    width: 100%;
    text-align: left;
    font-size: 12px;
    margin-left: -4px;
}
.tip-select .bootstrap-select.btn-group .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 4px;
    margin-top: -2px;
    vertical-align: middle;
}
.tip-text{
	top: 29px;
    position: absolute;
    right: 54px;
}
.send-plate-modal{
	text-align: right;
    position: absolute;
    right: 0;
    bottom: 15px;
}
.tip-div{
	height: 40px;
}
.divider-modal{
	width: 100%;
	position: relative;
	border-bottom: solid 1px #e0e0e0;
	padding-top: 3px;
	margin-bottom: 10px;
}
.row-drink{
	width: 100%;
	position: relative;
	float: left;
}
.row-snack{
	width: 100%;
	position: relative;
	float: left;
}
.remodal-browsing .remodal-close{
	color: #53F0CD;
}
.add-drink-event, .add-snack-event{
	cursor: pointer;
}
a.add-drink-event:hover, a.add-drink-event:focus, a.add-drink-event:active{
	text-decoration: none;
}
a.add-snack-event:hover, a.add-snack-event:focus, a.add-snack-event:active{
	text-decoration: none;
}
.content-middle{
	vertical-align: middle;
	transition: 0.80s all ease;
}
.row-total{
	padding-bottom: 14px;
}
.padd-img-modal{
	padding-top: 30px;
	padding-left: 25px;
}
.responsive-buttoms{
	display: none;
}
.close-filter-div{
	position: absolute;
	right: 15px;
	top: 15px;
}
a.close-filter{
	color: #53F0CD;
	cursor: pointer;
}
a.close-filter i{
	font-size: 16px;
}
a.close-filter:hover, a.close-filter:focus. a.close-filter:active{
	text-decoration: none;
}
.remove-row{
	position: absolute;
	right: -15px;
	top: 5px;
}
.remove-row a{
	color: #848484;
	cursor: pointer;
}
.remove-row a i{
	font-size: 13px;
}
.remove-row a:hover{
	color: #848484;
	text-decoration: none;
}
.tip-input{
	width: 45px;
	padding-right: 2px;
	padding-left: 5px;
	font-size: 13px;
	color: #999999;
	position: relative;
	text-align: right;
}
.currency-tip{
	position: absolute;
	right: 34px;
	font-size: 11px;
	color: #848484;
	top: 33px;
	z-index: 99;
}
input.tip-input[type="number"] {
    -moz-appearance: textfield;
}
input.tip-input::-webkit-inner-spin-button {
    -webkit-appearance: textfield;
}
.row-all-filters{
	width: 510px;
    position: relative;
}
.all-filters{
	width: 700px;
}
.all-filters2{
	width: 1300px;
}
.all-filters3{
	width: 1600px;
}
.link-primary{
	color: #484848;
}
.link-primary:hover, .link-primary:focus, .link-primary:active{
	color: #484848;
	text-decoration: none;
}
span.price-item::last-word {
  color: green;
  font-weight: bold;
}
/*======================BROWSING END====================== */

/*====================== SUMMARY ====================== */
#summary-content .header-restaurant-menu{
	margin-bottom: 0px;
}
.div-browse-link{
	margin-top: 17px;
}
.svg-browse-summary{
	margin-bottom: -5px;
	display: inline-block;
}
.svgtitle-browse {
    color: #484848;
    font-size: 15px;
}
a.link-svgbrowse:hover, a.link-svgbrowse:hover span, a.link-svgbrowse:hover path {
    color: #53F0CD;
    fill: #53F0CD;
    text-decoration: none;
}
a.link-svgbrowse:focus, a.link-svgbrowse:focus span, a.link-svgbrowse:focus path {
    color: #53F0CD;
    fill: #53F0CD;
    text-decoration: none;
}
.summary-container{
	padding-bottom: 15px;
}
.summary-row{
	width: 100%;
	float: left;
	position: relative;    padding-top: 25px;
    padding-bottom: 25px;
    position: relative;
}
.div-day-summary{
	text-align: center;
	padding-top: 10px;
}
.summary-day .day-block {
    margin-right: 0px;
    padding-top: 10px;
}
.plate-description-summary{
	padding-left: 0px;
}
.plate-img-summary{
	float: left;
}
.header-summary-plate {
    width: auto;
    position: relative;
    float: left;
    padding-bottom: 15px;
    display: inline;
    padding-left: 12px;
}
.address-delivery {
    text-align: left;
}
.addres-summary{
	padding-bottom: 10px;
}
.addres-summary h4, .deivery-summary h4{
    font-size: 15px;
    margin-bottom: 3px;
    margin-top: 2px;
}
.drink-summary{
	padding-left: 0px;
}
.ul-drink{
	padding-left: 0px;
	margin-left: 0px;
}
.li-drink{
	list-style: none;
}
.li-drink span{
	width: 50%;
    float: left;
}
.drink-qty-summary{
	text-align: center;
}
.title-type-summ{
	width: 50% !important;
}
.title-qty-summ{
	width: 40% !important;
}
.drink-qty-summary{
	width: 40% !important;
	color: #848484;
	font-size: 13px;
	margin-top: 3px;
}
.drink-type-summary{
	color: #848484;
	font-size: 13px;
	margin-top: 3px;
}
.no-active-plate .day-block {
    border-bottom: solid 3px #F6F6F6;
}
.add-plate-summary{
	padding-left: 0px;
	padding-right: 0px;
	width: auto;
}

.add-plate-summary h3{
	position: absolute;
    top: 31%;
    padding: 0;
    margin: 0;
    font-size: 18px;
    text-transform: uppercase;
    left: 10px;
    color: #484848;
    top: 40%;
}
.add-after{
	display: none;
}
a.addplate_summary:hover .linkadd-summary{
	color: #53F0CD;
}

a.addplate_summary:hover img.add-first{
	display: none;
}
a.addplate_summary:hover img.add-after{
	display: block;
}
/*======================SUMMARY END====================== */

/*======================ORDERS ====================== */

.ul-time{
	margin: 0px;
	padding: 0px;
}
.ul-time li{
	list-style-type: none;
	display: inline;
	padding-right: 10px;
}

.ul-time li a.button-aqua{
	padding-left: 10px;
    padding-right: 10px;
    margin: 0;
}

.ul-time li.active a.button-aqua{
	background-color: #53F0CD;
	color: #fff;
}

.time-content{
	padding-top: 20px;
}
.order-plate{
	padding-bottom: 15px;
}
.order-plate img{
	width: 100%;
}
.order-plate h5{
	color: #4a4a4a;
}
.drink-active-orders{
	position: absolute;
    background-color: #53F0CD;
    top: 0px;
    right: 15px;
    padding: 5px;
    width: 28px;
    text-align: center;
}
#OrdersDetailTable{
	padding: 0;
    margin: 0;
    width: 100% !important;
    border-bottom: none !important;
}
.header-tr-detail{
	background-color: #53F0CD;
	color: #fff;
}
.header-tr-detail th{
	border-bottom: none !important;
}
#full-detail td{
	font-size: 12px;
}
#OrdersDetailTable_filter{
	float: left;
	padding-bottom: 15px;
}
#OrdersDetailTable_wrapper a.paginate_button{
	background: none;
    color: #53F0CD !important;
    font-size: 14px;
    text-align: center;
    border: solid 1px #53F0CD;
    text-transform: uppercase;
    font-weight: 400;
    border-radius: 0px;
    margin: 5px;
    padding-left: 10px;
    padding-right: 10px;
    transition: all 0.6s ease 0s;
}

#OrdersDetailTable_wrapper a.current{
	background-color: #53F0CD;
    color: #fff !important;
}



#OrdersDetailTable_wrapper a.paginate_button:hover{
	background-color: #53F0CD;
    color: #fff !important;
    border-color: #53F0CD;
    font-weight: 400;
    border-radius: 0px;
}

#OrdersDetailTable_filter input {
    display: block;
    margin-left: 0px;
    font-weight: 400 !important;
    width: 180px;
    height: 40px;
    padding: 6px 12px;
    padding-left: 30px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #848484;
    background-color: #fff;
    background-image: none;
    border: 1px solid #848484;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .050);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .050);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#OrdersDetailTable_filter label i.fa-search{
	position: absolute;
    left: 10px;
    top: 14px;
    color: #53F0CD;
}
.title-orderpop{
	font-family: "Quicksand";
}

/*======================ORDERS END====================== */

/*======================EDIT PLATE====================== */
.offset-plate{
	width: 12%;
}
#OrdersDetailTable_length{
	float: right;
}
#OrdersDetailTable_length .bootstrap-select{
	width: 58px;
	margin-bottom: 5px !important;
}
.bootstrap-select .btn-lenght{
	height: 40px;
}
.dataTables_length label{
	font-weight: 400;
}
.send-plate-edit{
	position: relative;
    bottom: 0;
    text-align: left;
    padding-top: 20px;
}
.config-add-plate-edit{
	padding-top: 0px;
}
.disable-add{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 104%;
	background: transparent;
	z-index: 999;
}
.buttons-edit-plate .button-aqua{
	width: 100%;
	margin: 0;
}
/*======================EDIT PLATE END====================== */

/*======================PLATE====================== */
.row-might-also{
	padding: 0;
}
.header-like-also {
    margin-bottom: 35px;
    position: relative;
    float: left;
    width: 100%;
}
.header-like-also .top-container-restaurant {
    position: relative;
    width: 100%;
    float: left;
    padding-bottom: 10px;
    border-bottom: solid 1px #ddd;
}
.header-like-also h4 {
    margin-top: 19px;
}
.add-buttom-plate{
	padding-top: 10px;
}

.add-buttom-plate{
	padding-top: 10px;
}
.add-buttom-plate .button-aqua {
    margin-right: 0;
    position: absolute;
    right: 0;
    top: 5px;
}
.platedoc-information{
	display: block;
}
.like-also-plate{
	color: #4A4A4A;
    font-size: 14px;
}

.like-also-restaurant{
	color: #9B9B9B;
    font-size: 12px;
}

a.like-also-plate:hover, a.like-also-plate:focus{
	color: #4A4A4A;
	text-decoration: none;
}

a.like-also-restaurant:hover, a.like-also-restaurant:focus{
	color: #9B9B9B;
	text-decoration: none;
}
.platedoc-allegies .allergies-alert{
	padding-top: 2px;
	font-size: 11px;
	padding-left: 0px;
}
/*======================PLATE END====================== */

/*======================USER_RESTAURANT====================== */

.user-restarant-plates{
	padding-top: 20px;
    width: 97%;
}
.review-div{
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 10px;
}
.review-title{
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 35px;
	padding-bottom: 12px;
	border-bottom: solid 1px #E0E0E0;
	color: #4A4A4A;
}
.container-reviews{
	height: 470px;
}
#review-div .comments-container:last-child .review-row{
	padding-bottom: 10px;
}
.review-row{
	padding-bottom: 40px;
}
.plate-name-review{
	font-size: 14px;
	color: #50E3C2;
	line-height: 19px;
	padding-bottom: 8px;
}
.comment-review{
	font-size: 13px;
	color: #000000;
	line-height: 19px;
	padding-bottom: 10px;
}

.img-review{
	width: 60px;
	height: 60px;
}
.author-info{
	display: inline-block;
	padding-left: 5px;
}

.author-name{
	font-size: 14px;
	color: #50E3C2;
	line-height: 18px;
	display: block;
	padding-left: 4px;
}

.rating-plate-rest span.star {
    font-family:FontAwesome;
    font-weight:normal;
    font-style:normal;
    display:inline-block;
}
.rating-plate-rest span.star:hover {
    /*cursor:pointer;*/
}
.rating-plate-rest span.star:before {
    content:"\f006";
    padding-left:5px;
    color:#9B9B9B;
}

/*.rating span.star:hover:before, .rating span.star:hover~span.star:before {
    content:"\f005";
    color:#ffd55a;
}*/

.rating-plate-rest span.star.filled:before{
	content:"\f005";
	color:#9B9B9B;
}
.rating-plate-rest span.star.half-filled:before{
	content:"\f123";
	color:#9B9B9B;
}
/*======================USER_RESTAURANT  END====================== */

/*======================EDIT USER PROFILE  END====================== */
.info-user-profile{
	float: left;
	position: relative;
	padding-left: 15px;
}
.img-user-profile{
	width: 90px;
	height: 90px;
	float: left;
	position: relative;
}
.user-name{
	font-size: 16px;
	color: #4D4D4D;
	display: block;
	padding-top: 12px;
	padding-bottom: 4px;
}

.user-email{
	font-size: 16px;
	color: #4D4D4D;
	display: block;
}

#user-profile-content .svg-item {
    display: inline-block;
    margin: auto;
    margin-bottom: -5px;
    width: 18px;
}

#user-profile-content .link-svgemail {
    width: 20px !important;
}
.addres-button{
	position: absolute;
    top: 5px;
    right: 15px;
    margin: 0;
    font-size: 15px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 2px;
    height: 28px;
    padding-bottom: 5px;
}

.addres-button:hover, .addres-button:focus, .addres-button:active{
	font-size: 15px;
    padding-left: 12px;
    padding-right: 12px;
}
#user-address-list{
	padding-right: 0px;
}
.address-actions{
	position: absolute;
    right: 0;
    z-index: 99;
}
.addres-button-action{
    top: 5px;
    right: 12px;
    margin: 0;
    margin-left: 10px;
    font-size: 15px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 2px;
    height: 28px;
    padding-bottom: 5px;
}

.addres-button-action:hover, .addres-button-action:focus, .addres-button-action:active{
	font-size: 15px;
    padding-left: 12px;
    padding-right: 12px;
}
.delete-button{
	border-color: #ccc;
	color: #ccc;
}

.delete-button:hover{
	border-color: #fff;
	color: #fff;
	background-color: #ccc;
}
.ol-address{
	padding: 0px;
}

.ol-address li{
	padding-left: 10px;
	color: #6EF2D5;
	font-size: 16px;
	position: relative;
}

.ul-address-description{
	padding: 0px;
	margin-bottom: 40px;
}

.ul-address-description li{
	list-style-type: none;
	color: #4d4d4d;
	font-size: 14px;
}
.img_invitefriends{
	padding-bottom: 25px;
}

.img_invitefriends img{
	margin-bottom: 15px;
}
.invite_desc{
	font-size: 14px;
	color: #4D4D4D;
	line-height: 23px;
	text-align: justify;
}
/*======================EDIT USER PROFILE  END====================== */

/*====================== MY PLAN ====================================*/
.header-user-myplan {
    margin-bottom: 30px;
    position: relative;
    float: left;
    width: 100%;
    z-index: 999;
}
.header-user-myplan .top-container-restaurant {
    position: relative;
    width: 100%;
    float: left;
    padding-bottom: 10px;
    border-bottom: solid 1px #ddd;
}
.save-preference-button button{
	margin-left: 0px;
}
.title-subscription{
	font-size: 16px;
    margin-top: 0px;
    padding-bottom: 15px;
    border-bottom: solid 1px #E0E0E0;
    margin-bottom: 25px;
}
.current-subscription{
	margin-bottom: 20px;
	border-bottom: none;
}
.datepicker {
	z-index: 999 !important;
}
.date-input{
	height: 40px;
}
.datehold-div{
	float: left !important;
}
.datehold-div .btn-default{
	height: 40px;
	border-radius: 0px;
}
.datehold-div .btn-default .fa-calendar{
	margin-top: 5px;
	color: #fff;
}
.btn-holdcalendar{
	background-color: #50E3C2 !important;

}
.btn-holdcalendar:hover,.btn-holdcalendar:focus{
	background-color: #50E3C2 !important;
	border-color: #ccc !important;
	box-shadow: none !important;

}
.save_holdsubs .button-aqua{
	margin-top: 0px;
}
.cancel-button{
	border-color: #ccc;
	color: #ccc;
	padding: 6px;
}

.cancel-button:hover, .cancel-button:focus{
	border-color: #fff;
	color: #fff;
	background-color: #ccc;
}

.subscription-actions{
	padding-top: 20px;
}
#canceltitle{
	margin-top: 0;
    text-align: left;
    border-bottom: solid 1px #ddd;
    padding-bottom: 10px;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
#container-cancel{
	text-align: left;
	width: 100%;
    float: left;
}
.othercheck{
	float: left;
	position: relative;
}
/*====================== MY PLAN END ================================*/

/*========================== PAYMENTS ===============================*/
.manage-payments{
	padding-bottom: 30px;
}
.savediv-addcard{
	padding-top: 15px;
	padding-bottom: 30px;
}
/*====================== PAYMENTS END ===============================*/

/*====================== HELP USER ==================================*/
.sendus-note{
	padding: 0px;
}
.common-questions h4, .sendus-note h4{
	font-size: 16px;
	font-weight: 600;
}
.sendus-note h4{
	margin-bottom: 25px;
}
#accordion_help .accordion-heading{
	padding-bottom: 10px;
	margin-top: 15px;
}
#accordion_help .accordion-body{
	margin-bottom: 20px;
	text-align: justify;
}
#accordion_help .accordion-toggle{
	color: #333;
	font-size: 15px;
	text-decoration: none;
}
#accordion_help .accordion-toggle:hover{
	color: #50E3C2;
}
#accordion_help .accordion-toggle[aria-expanded="true"]{
	color: #50E3C2;
}
.contactus-help{
	margin-bottom: 10px !important;
}

/*====================== HELP USER END ===============================*/

/*====================== ORDER USER  ===============================*/
#OrdersDetailUser {
    padding: 0;
    margin: 0;
    width: 100% !important;
    border-bottom: none !important;
}
#OrdersDetailUser_filter{
	float: left;
	padding-bottom: 15px;
}
#OrdersDetailUser_wrapper a.paginate_button{
	background: none;
    color: #53F0CD !important;
    font-size: 14px;
    text-align: center;
    border: solid 1px #53F0CD;
    text-transform: uppercase;
    font-weight: 400;
    border-radius: 0px;
    margin: 5px;
    min-width: 35px;
    padding-left: 10px;
    padding-right: 10px;
    transition: all 0.6s ease 0s;
}

#OrdersDetailUser_wrapper a.current{
	background-color: #53F0CD;
    color: #fff !important;
}



#OrdersDetailUser_wrapper a.paginate_button:hover{
	background-color: #53F0CD;
    color: #fff !important;
    border-color: #53F0CD;
    font-weight: 400;
    border-radius: 0px;
}

#OrdersDetailUser_filter input {
    display: block;
    margin-left: 0px;
    font-weight: 400 !important;
    width: 180px;
    height: 40px;
    padding: 6px 12px;
    padding-left: 30px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #848484;
    background-color: #fff;
    background-image: none;
    border: 1px solid #848484;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .050);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .050);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#OrdersDetailUser_filter label i.fa-search{
	position: absolute;
    left: 10px;
    top: 14px;
    color: #53F0CD;
}
#OrdersDetailUser_length{
	float: right;
}
#OrdersDetailUser_length .bootstrap-select{
	width: 58px;
	margin-bottom: 5px !important;
}
.actions_userorder{
	padding: 0;
    border: 0;
    background: none;
    color: #4d4d4d;
    cursor: pointer;
    font-size: 14px;
}
.actions_userorder:hover, .actions_userorder:focus{
	padding: 0;
    border: 0;
    background: none;
    color: #4d4d4d;
}
.popover-order-actions{
	margin-top: 0px !important;
	border-radius: 0px;
}
.popover-order-actions .arrow{
	display: none;
}
.popover-content a{
	display: block;
	color: #4d4d4d;
    text-decoration: none;
    margin-bottom: 12px;
}
.popover-content a img{
	padding-right: 4px;
    margin-top: -2px;
}
#orderlike-action {
	width: 100%;
}
#orderlike-action a.heart-inactive .heart-empty{
	color: #4d4d4d;
}
#orderlike-action .heart-filled{
	color: #4d4d4d;
}

#orderlike-action span i {
    padding-right: 0px;
}

/*====================== ORDER USER END ===============================*/
.body-review{
	padding: 0px;
}
.row-myreviews{
	width: 100%;
    height: 500px;
}
.img-userreview{
	padding: 0px;
}
.div-plate-review{
	float: left;
	width: 100%;
	position: relative;
}
.plate-img-review{
	float: left;
	width: 100%;
}
.ordered-div{
	text-align: right;
}
.platename-userreview{
	font-size: 14px;
	color: #50E3C2;
	line-height: 19px;
}
.ordered-review{
	font-size: 12px;
	color: #848484;
	line-height: 19px;
}
.heart-userreview{
	text-align: center;
}
#platelike-review {
	width: 100%;
}
#platelike-review a.heart-inactive .heart-empty{
	color: #50E3C2;
}
#platelike-review .heart-filled{
	color: #50E3C2;
}

#platelike-review span i {
    padding-right: 0px;
}
.text-userreview{
	padding-top: 10px;
}
.text-userreview p{
	font-size: 13px;
	color: #000000;
	line-height: 19px;
	text-align: justify;
}
.rating-review {
    unicode-bidi:bidi-override;
    direction:rtl;
    font-size:15px;
    position: relative;
    display: inline;
}

#static-rate .rating-review{
	direction: ltr;
}
#static-rate .rating{
	direction: ltr;
}
.rating-review span.star {
    font-family:FontAwesome;
    font-weight:normal;
    font-style:normal;
    display:inline-block;
}
.rating-review span.star:hover {
    /*cursor:pointer;*/
}
.rating-review span.star:before {
    content:"\f006";
    padding-left:5px;
    color:#9b9b9b;
}

.rating-review span.star.filled:before{
	content:"\f005";
	color:#9b9b9b;
}
.rating-review span.star.half-filled:before{
	content:"\f123";
	color:#9b9b9b;
}
.div-ratingreview{
	padding-top: 5px;
}
.row-reviewuser{
	float: left;
	width: 100%;
	position: relative;
	padding-bottom: 50px;
}
.userimg_profile{

}
/*====================== ORDER USER END ===============================*/

/*====================== WRITE REVIEW ===============================*/
#user-write-reviews{
	padding-top: 20px;
}
.checkbox-wrreview{
	width: 100%;
	float: left;
	position: relative;
}
.ordered-wreview{
	position: absolute;
    right: 0;
    top: 0;
    margin-top: 5px;
    color: #848484;
}
.imgplate-wreview{
	padding-right: 0px;
}
.write-review-plate{
	width: 100%;
	float: left;
	position: relative;
}
.titleplate-wreview{
	font-size: 15px;
	color: #50E3C2;
	line-height: 19px;
	margin-top: 0px;
}

.wrating-review {
    unicode-bidi: bidi-override;
  	direction: rtl;
    font-size:15px;
    position: relative;
    display: inline;
}

#static-rate .wrating-review{
	unicode-bidi: bidi-override;
  	direction: rtl;
}

.wrating-review span.star {
    font-family:FontAwesome;
    font-weight:normal;
    font-style:normal;
    display:inline-block;
}

.wrating-review span.star:before {
    content:"\f006";
    padding-left:5px;
    color:#9b9b9b;
}

.wrating-review span.star.filled:before{
	content:"\f005";
	color:#9b9b9b;
}
.wrating-review span.star.half-filled:before{
	content:"\f123";
	color:#9b9b9b;
}
.div-ratingreview{
	padding-top: 5px;
}

.wrating-review span.star:hover:before, .wrating-review span.star:hover~span.star:before {
	cursor: pointer;
    content:"\f005";
    color:#9b9b9b;
}

.wrating-review span.star:focus:before, .wrating-review span.star:focus~span.star:before {
    content:"\f005";
    color:#9b9b9b;
}
.textarea-wreview{
	padding-top: 15px;
	padding-left: 0px;
	padding-right: 0px;
}
.button-wreview{
	padding-top: 15px;
	padding-left: 0px;
	padding-right: 0px;
}
.button-wreview button{
	margin-left: 0px;
}
/*====================== WRITE REVIEW END ===============================*/


/*====================== GIFT A MEAL ===============================*/
#giftameal-content{
	padding-bottom: 40px;
}
.div-imggift{
	padding-left: 0px;
}
.container-gift{
	padding-left: 0px;
}
.div-text-gift{
	padding-top: 50px;
	/*padding-right: 120px;*/
}
.title-gift{
	padding-bottom: 35px;
}
.check-gift{
	text-align: right;
}
.div-text-gift .check-gift{
	margin-top: 5px;
	margin-bottom: 35px;
}
.gift-button-div {
	padding-top: 10px;
	text-align: right;
}
.gift-buttom {
    display: inline-block;
    padding-left: 35px;
    padding-right: 35px;
    margin-left: 0px;
    margin-right: 0px;
}
/*====================== GIFT A MEAL END ===============================*/

.faq-section-title{
	padding-bottom: 40px;
}
#faq-user-content .container{
	width: 70%;
}

/*===================== MIAMI ============================*/
#state_section{
	padding-top: 0px;
}
.imgstate{
	background-position: center center;
	background-repeat:  no-repeat;
	background-size:  cover;
	background-color: #999;
	height: 300px;
	position: relative;
}
.states_tint{
	background: rgba(0,0,0,0.36);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.contentstate_title{
	text-align: center;
	padding-top: 70px;
}
.contentstate_title h1{
	color: #53F0CD;
	font-size: 40px;
}
.contentstate_title p{
	font-size: 16px;
	color: #fff;
}
#state-content{
	width: 100%;
	float: left;
	position: relative;
}
.title-area{
	font-size: 20px;
	padding-bottom: 12px;
    border-bottom: solid 2px #E0E0E0;
    position: relative;
}
.ul-states li{
	text-align: center;
	border: none;
	padding-right: 18px;
}
.nav-tabs.nav-justified.ul-states > li > a{
	text-align: center;
	border: solid 1px #53F0CD;
	border-radius: 0px;
}

.nav-tabs.nav-justified.ul-states > li > a:focus{
	background-color: #f00;
}
.reststate-content {
    padding-top: 40px;
}
.reststate-img{
	margin-bottom: 35px;
}
.reststate-img a img{
	width: 100%;
}
.reststate-img a h4{
	font-size: 17px;
	color: #4A4A4A;
}
.reststate-img a h5{
	font-size: 13px;
	color: #4A4A4A;
}
.reststate-img a:hover, .reststate-img a:focus{
	text-decoration: none;
	color: #4A4A4A;
}
a.title_collapse_state{
	font-size: 20px;
	padding-bottom: 12px;
    color: #4A4A4A;
}
a.title_collapse_state:hover, a.title_collapse_state:focus{
	font-size: 20px;
	padding-bottom: 12px;
    text-decoration: none;
    color: #4A4A4A;
}
.tabs-state a h4:after{
	font-family: "FontAwesome";
	content: "\f068 ";
	font-size: 14px;
	right: 5px;
	top: 7px;
	position: absolute;
	display: none;
}
.tabs-state a.collapsed h4:after{
	font-family: "FontAwesome";
	content: "\f067 ";
	font-size: 14px;
	right: 5px;
	top: 7px;
	position: absolute;
	display: none;
}
.title_collapse_state{
	display: block;
}
.container_collapse_state{
	padding-bottom: 10px;
}
/*
.collapse_state{
	display: block;
}
*/