﻿body{
	width:100% !important;
	margin:0;
	overflow-x:hidden;
}
body {
  padding-right:0px !important;
}
.modal-open {
 overflow: auto; 
}
.modal-open, .modal-open .navbar-fixed-top {
margin-right: auto !important;
}
.modal{
 margin-top:5%;
 margin-left:20%;
}
.chef-profile-additional-information .modal.fade.in {
    margin-left: 0 !important;
    margin-top: 0 !important;
}
h2{
 font-size:2.57em !important;
}
header {
    width: 100%;
}
.header{
	border-bottom:2px solid #a0a0a0;
	padding:10px 0px;
}
.container.concierge {
    width: 750px;
}
.your-budget .field-row {
    margin-bottom: 10px !important;
}
.loggined-chef-image img {
    width: 20px !important;
}
.logo {
    padding-top: 16px;
	text-align:center !important;
}
.header .logo img {
    height: 65px;
    width: 130px;
	margin-top: -10px;
}
.menu {
    margin-top: 23px;
}
.header-menu-link {
    color: #63666b;
    /*font-weight: 700;*/
    padding: 0 5px; 
	font-size:16px;
}
.header-menu {
    margin-left: 45px;
}
.header-menu-link:hover {
    color: #00002f;
}
.header-menu-link > a {
    color: #00002f;
	font-size:16px;
}
#menu1 a {
    font-size: 16px;
}
.header-menu-link #menu1 {
    margin-left: -10px;
}
.header-menu-link > a:hover {
    color: #00002f;
}
.home-header-image {
    background-size: cover;
    color: #ffffff;
    position: relative;
	margin-top:-710px;
	padding-top:190px !important;
}
.home-chef-search {
  height: 60px;
  width:240px !important;
}
.container-fluid {
  max-width: 1080px;
  margin: 0 auto;
  padding:left:15px;
  padding-right:15px;
}
.how-it-works-video .container-fluid {
    margin: 0 auto;
    max-width: 1260px !important;
}
.how-it-works-title{
	padding:0px 0px 35px 0px;
}
.login-modal {
    padding: 10px;
}
.btn-info {
    background-color: #fff;
    border-color: #ffc72f;
    color: #ffc72f !important;
    font-size: 16px !important;
    font-weight: 700 !important;
}
.btn-info:hover{
    background-color: #fff;
    border-color: #ffc72f;
    color: #ffc72f !important;
    font-size: 16px !important;
    font-weight: 700 !important;
}
.close{
	font-size:30px !important;
	color:#ffc72f !important;

}
/*--- slider-css ----*/

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100%;
  height: auto;
}
.header-search-container {
    display: block;
  }
.header-search-container > div {
    
    /*margin: 0 .5%;*/
    display: block;
    float: left;
 }
.header-search-container {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.header-search-input-block {
  display: inline-block;
  width: 240px;
  height: 60px;
  background: #f4f2f0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
  color: #53575f;
  font-style: italic;
  font-size: 1.39em;
  position: relative;
  margin-right: 10px;
}
.header-search-input-block .transformSelect > li > span:after {
  display: block;
  content: '';
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -11px;
  /*background: url(https://www.sharecook.com/static/img/sprite.png) no-repeat;*/
}
.header-search-input-block .transformSelect > li > span {
  padding-left: 55px;
  line-height: 2.8em;
  background: #f4f2f0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.header-search-input-block.cuisine .transformSelect > li > span:after {
  width: 22px;
  height: 26px;
  background-position: 0 0;
}
.header-search-input-block.location .transformSelect > li > span:after {
  width: 22px;
  height: 26px;
  background-position: -28px 0;
}
.header-search-input-block.date {
  padding-left: 55px;
  background: #f4f2f0 url("/assets/img/date.png") no-repeat scroll 12px center !important;
}
.header-search-input-block.date:after {
  display: block;
  content: '';
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -11px;
  /*background: url(https://www.sharecook.com/static/img/sprite.png) no-repeat;*/
  width: 21px;
  height: 25px;
  background-position: -58px 0;
}
.header-search-input-block .header-search-input {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	float: right;
	font-size: 16px;
	font-style: initial;
	height: 60px;
	width: 100%;
}
.home-header-image-description {
  font-style: italic;
  font-size: 2.0em;
  margin:0.5em 0 1.3em;
  text-align: center;
  font-family: italic;
  /*width:100%;*/
}
.home-header-image-title {
  font-size: 3.29em;
  line-height: 1.0em;
  text-align: center;
 
  padding-top:90px !important;
}
.location .options{
	overflow-x:hidden !important;
}

/* ------------------- Carousel Styling ------------------- */
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.carousel-caption {
  background-color: rgba(0,0,0,.5);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  padding: 0 0 10px 25px;
  color: #fff;
  text-align: left;
}

.carousel-indicators {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 15;
  margin: 0;
  padding: 0 25px 25px 0;
  text-align: right;
}

.carousel-control.left,
.carousel-control.right {
  background-image: none;
}
.how-it-works-content {
    font-family: agavalanchecregular;
    font-size: 16px;
    min-height: 160px;
}
.footer .container-fluid{
	width:100% !important;
}
.featured-home-chefs-title{
	text-align:center;
	padding: 50px 0 50px;
	margin-top: 0;
	color:#63666B;
	/*font-size:2.57em !important;*/
	
}
.featured-chef-item {
  background-color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
  margin-bottom: 5px;
  width:310px !important;
}
.featured-chef-item{
 margin:20px;
}
.featured-chef-head-image {
  position: relative;
  max-height: 12.5em;
  height: 12.5em;
}
.featured-chef-head-image > img {
  width: 100%;
  height: 100%;
}
.featured-chef-photo {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -60px;
  
  overflow: hidden;
  width: 120px;
  height: 120px;
}
.featured-chef-photo img {
  width: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 6px solid #ffffff;
}

.featured-chef-information {
  padding-top: 15px;
}
.featured-chef-rank {
  width: 30%;
  float: left;
  text-align: center;
}
.featured-chef-rating {
  width: 50%;
  text-align: right;
  padding-right: 15px;
  float: right;
  margin-top: 5px;
}
.featured-chef-name {
  margin-top: 40px;
  font-size: 1.7em;
  text-align: center;
  color: #53575f ! important;
}
.featured-chef-reviews-amount {
  color: #63666b;
  text-align: center;
  margin-top: 5px;
  height: 1.29em;
}
.featured-chef-remark {
  color: #63666b;
  text-align: center;
  margin-top: 10px;
  font-style: italic;
  min-height: 3.57em;
}
.featured-chef-cuisines {
  text-align: center;
  color: #63666b;
  padding:10px;
}
.featured-chef-cuisines .cuisines-list {
	min-height: 60px;
  /*height: 1.86em;
  font-weight:700;*/
}
.featured-chef-price-per-person {
  background-color: #ffe191;
  color: #63666b;
  text-align: center;
  padding: 5px 15px;
  display: inline-block;
  margin: 10px auto 30px auto;
  font-family: Georgia,sans-serif;
}
 .featured-chef-location {
  text-align: center;
  color: #63666b;
  font-family:agavalanchecbold;
}
.featured-chef-location div {
}
.featured-chef-location div.title {
  font-family: agavalanchecregular;
}
.btn {
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
  color: #ffffff;
  font-size: 1.0em;
  /*min-width: 250px;*/
  font-weight: 500;
  opacity: 1;
  transition: opacity .5s;
 }
.btn.btn-orange {
  background-color: #ffc423;
  font-size:20px;
}
.btn-sing-up{
	background-color:#ffc72f;
	color: #fff !important;
    font-weight: 600;
    margin-top: -7px;
	font-size:18px;
	padding:5px 20px 5px 20px;
	line-height:1.20em;
}
.align-center {
  text-align: center;
}

.collection-item {
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 0px 0;
  display: flex;
}
.collection-item h2,
.collection-item h3 {
  text-align: center;
  font-family:agavalanchecbold !important;
  text-transform: uppercase;
}
.collection-item p {
  /*font-family: agavalanchecregular;
    min-height:160px;*/
  color: white;
  font-size: 15px;
  font-family:agavalanchecregular;
  min-height:176px;
}
.collection-item .collection-item-inner {
  border-radius: 5px;
  padding: 30px 10px 105px;
  background-color: rgba(0, 0, 0, 0.3);
  position: relative;
  min-height: 352px;
}
.collection-item .btn {
  margin: 15px 0;
  font-family: agavalanchecbold;
  font-weight: normal;
}
.collection-item .btn {
  font-family: agavalanchecbold;
  font-size: 16px;
  padding: 10px 20px;
  min-width: 0;
 
}

.collection-item .btn-container {
  /*width: 100%;*/
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-bottom: 30px;
}
.collection-item h2 {
  color: black;
}
.collection-item h3 {
  color: white;
}
.collection-item-inner h3{
font-family:agavalanchecbold !important;
}
.ui-datepicker {
	
}
.ui-datepicker .ui-datepicker-calendar td {
	text-align: center;
	padding: 0px 0;
	background-color:#fff !important;
}
.ui-datepicker .ui-datepicker-header {
	margin: 0px !important;
	text-align: center;
	color:#fff;
	
}

.ui-widget-header{
background:none;
}
.ui-widget{
font-size:1.7em;
}
.ui-datepicker .ui-datepicker-header
{
	background-color:#ffc72f;
	padding:0px;
}
.ui-datepicker-prev{
	background-color:#ffc72f;
	padding:0px;
}
.ui-datepicker-next{
	background-color:#ffc72f;
	padding:0px;
}
.ui-datepicker-prev:hover{
	background:transparent;
	border:1px solid #ffc72f !important;
}
.ui-datepicker-next:hover{
	background:transparent;
	border:1px solid #ffc72f !important;
}

.ui-datepicker .ui-datepicker-next{
	top:0px;
}
.ui-datepicker .ui-datepicker-prev{
	top:0px;
}

.ui-datepicker .ui-datepicker-title{
	background-color:#ffc72f;
}
/* ------------------- Section Styling - Not needed for carousel styling ------------------- */

.section-white {
   padding: 10px 0;
}

.section-white {
  background-color: #fff;
  color: #555;
}
.your-budget .fancy-select .trigger {
    font-family: agavalanchecregular;
    font-size: 15px;
    font-style: oblique;
    font-weight: 100;
    padding-left: 28px;
    text-transform: none;
    width: 100%;
}
/*.error-margin {
    margin-left: 90px;
}
#error-guests-price {
    margin-left: 230px;
}*/
.wickedpicker__title{
	display:none;
}
.wickedpicker{
	min-height:225px !important;
}
.wickedpicker__controls__control-up, .wickedpicker__controls__control-down{
	font-size:25px !important;
	color:#ffd04f !important;
    margin: 30px auto !important;
}
.wickedpicker__controls__control--hours, .wickedpicker__controls__control--minutes, .wickedpicker__controls__control--meridiem {
    color: #999;
    font-size: 25px;
}
.wickedpicker__controls__control--hours:hover{
	background-color: #f4f2f0;
    border-radius: 4px;
    padding: 5px;
}
.wickedpicker__controls__control--minutes:hover{
	background-color: #f4f2f0;
    border-radius: 4px;
    padding: 5px;
}
.wickedpicker .wickedpicker__controls__control {
    margin:0 15px;
}
.wickedpicker {
    height: 180px !important;
}
.wickedpicker__controls {
    height: 180px !important;
}
.wickedpicker__controls__control--meridiem{
	background-color: #ffd04f;
    border-radius: 5px;
    color: #ffffff;
    padding: 5px;
}
#invite-login {
    font-size: 23px;
    padding: 5px 30px;
}
.article .registration-modal {
    color: #63666b;
}
#id-phone-number {
    width: 460px !important;
}
@media screen and (min-width: 768px) {

  .section-white {
     padding: 1.5em 0;
  }

}

@media screen and (min-width: 992px) {

/*  .container {
    max-width: 930px;
  }*/

}
/*.slick-prev:before,
.slick-next:before
{
	background-image:url("/assets/img/slick-home-arrows.png");
	background-position:-18px 0;
	background-repeat:no-repeat;
	color:transparent !important;
}
.slick-prev::before{
	background-position:22px 0 !important;
	margin-left:-28px !important;
}
.slick-prev::before, .slick-next::before{
	font-family:unset  !important;
}*/
.featured-chef-name a {
    color: #53575f !important;
    /*text-decoration: none;
	font-weight:600;
	font-size:28px;*/
}
.featured-chef-reviews-amount a{
	color: #63666b !important;
    /*text-decoration: none;*/
}
/*-------------------------ui datepicker---------------------------*/

.ui-datepicker {
	 width: 300px;
	 margin-left:-55px;
	 margin-top: 5px;
}
.ui-datepicker table {
    font-size: 15px;
}

/*---------------------------video-------------------------*/

.audio, canvas, progress, video{
	margin-left: -190px;
}

.carousel-indicators {	
	float: none;
    margin: 0 auto;
    padding-right: 0;
    text-align: center;
    width: 100%;
}
#recomnded-query .header-search-input-block {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    margin-bottom: 10px !important;
}
#recomnded-query .popup-recomnded-location.location {
    margin-top: 10px !important;
}
#recomnded-query .popup-recomnded-cuisine.cuisine {
    margin-top: 10px !important;
}
#recomended-search-query .popup-recomnded-cuisine.cuisine ul {
    width: 100% !important;
}
#recomended-search-query .popup-recomnded-location.location ul {
    width: 100% !important;
}

.logo.col-sm-12.col-xs-12.col-md-3.col-lg-4 img {
    height: auto;
    margin: -12px 42px 7px;
    width: 130px;
}
.slick-slide {
   height: auto;
}
.home-private-chef{
  min-height: 525px;
}
.cuisine .trigger{
	background: #f4f2f0 url("/assets/img/trigger.png") no-repeat scroll 12px center !important;
	height: 60px !important;
    width: 240px !important;
	text-align:left;
}
#recomended-search-query .cuisine .trigger{
	text-align:left;
}
.location .trigger{
	background: #f4f2f0 url("/assets/img/location.png") no-repeat scroll 12px center !important;
	height: 60px;
    width: 240px !important;
}
#recomended-search-query .location .trigger{
	text-align:left;
}
.awesome-buttons .popup-recomnded-btn {
    min-width: 335px !important;
}
.awesome-buttons div {
    padding: 0 !important;
}
.icon.chef-rank {
    height: 33px;
    width: 30px;
	vertical-align:middle;
}
.search-chef-ranking-cheks a {
    color: #333333;
    display: inline-block;
    font-family:agavalanchecregular;
    
    margin-right: 20px;
	vertical-align:middle;
}
.chef-profile-menus-head {
    font-family: agavalanchecbold;
    font-size: 25px;
    padding:35px 30px 30px 0;
    text-align: center;
}
#slider-range.ui-widget-content .ui-slider-range {
    background: #ffc423 none repeat scroll 0 0;
    height: 6px;
}
.search-chef-ranking-cheks {
    font-size: 1.14em;
    font-weight: bold;
}
.icon.chef-rank.novice.gray {
    background-position: -199px -42px;
}
.icon.chef-rank.professional.gray {
    background-position: -319px -44px;
}
.icon.chef-rank.expert.gray {
    background-position: -263px -44px;
}
.featured-chef-rank {
    float: left;
    text-align: center;
    width: 30%;
}.icon {
    background-color: transparent;
    background-image: url("/assets/img/home/sprite.png");
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    height: 20px;
    width: 20px;
}
.icon.chef-rank.Amateur{
    background-position: -34px -37px;
}
.icon.chef-rank.Apprentice {
    background-position: -1px -36px;
}
.icon.chef-rank.Professional {
    background-position: -66px -37px;
}
.main-how-it-works.row {
    margin: 0 auto !important;
    width: 100%;
}
.how-it-works-video{
	margin-top:112px;
}
#filter-cln {
    text-transform: capitalize;
}
#filter-show{
	text-transform: capitalize;
}
.featured-chef-item-additional-info .chef-search-go-to-menu .go-to-menu-btn{
	text-transform: capitalize;
}
.header-search-container .fancy-select .trigger{
	background: #f4f2f0 none repeat scroll 0 0;
    color: #575757;
    font-family: Georgia,sans-serif !important;
    font-size: 18px;
    font-style: oblique;
    font-weight: 100;
	padding: 18px 12px 0 60px;
    text-transform: capitalize;
}
.header-search-container .fancy-select ul.options{
	min-width: 240px;
	max-height: 250px;
}
.header-search-container .fancy-select ul.options li {
    background: #f4f2f0 none repeat scroll 0 0 !important;
    color: #575757 !important;
    font-family: Georgia,sans-serif !important;
    font-size: 16px;
    font-style: oblique;
    font-weight: 100;
	padding: 0px 12px;
    text-transform: capitalize;
}
.header-search-container fancy-select ul li:hover{
	color:#575757 !important;
	background: #fff none repeat scroll 0 0 !important;
}
.header-search-input-block .header-search-input{
	font-family: Georgia,sans-serif !important;
    font-size: 18px;
    font-style: oblique;
    font-weight: 100;
	text-transform: capitalize;
}
.event-type .fancy-select ul li{
	font-family: agavalanchecregular;
    font-size: 15px;
    font-style: oblique;
    font-weight: 100;
    padding: 5px 29px !important;
    text-transform: capitalize;
    width: 100% !important;
}
.event-type .fancy-select ul li:hover{
	background-color:#ffffff !important;
	color:#9e9fa2 !important;
}
.concierge-outer .fancy-select ul li{
	background-color: #f4f2f0 !important;
    border: 1px solid #f4f2f0;
	color:#9e9fa2 !important;
}
#id_currency > option {
	background-color:#f4f4f0 !important;
    border-bottom: 1px solid #a0a0a0;
    border-left: 1px solid #f4f2f0 !important;
    border-right: 1px solid #f4f2f0 !important;
    border-top: 1px solid #f4f2f0 !important;
    padding: 6px;
}
#id_currency > option:hover {
	background-color:red !important;
}
.concierge-outer .fancy-select ul li:hover{
	background-color:#ffffff !important;
	color:#9e9fa2 !important;
}
.btn-orange:hover{
	color:#fff !important;
 	opacity:0.8 !important;
} 
.slick-prev:before { 
	content: "‹";
	margin-left:10px;  
}
[dir="rtl"] .slick-prev:before { 
	content: "›"; 
}
[dir="rtl"] .slick-next { left: -10px; top: 70px; right: auto; }
.slick-next:before { 
	content: "›";
	/*margin-right:10px;*/
	margin-left:0px !important; 
}
[dir="rtl"] .slick-next:before { content: "‹"; }
.slick-prev::before, .slick-next::before {
    color: black;
    font-family: "slick";
    font-size: 50px;
    line-height: 0;
    opacity: 0.75;
	/*margin-left:10px;*/
}
body.modal-open {
    overflow: hidden;
    position:fixed;
    width: 100%;
}
.row {
    margin: 0 !important;
}
#forgot-form {
    margin: 0 auto;
    width: 400px;
}
#forgot-form .modal-dialog {
    margin: 50px 0;
    width: 400px;
}
#forgot-form .btn {
    color: #585858;
}
#forgotform .control input {
    border: 1px solid #000;
    border-radius: 4px;
    padding: 3px 10px;
    width: 70%;
}
.controls .input-xlarge {
    background: #edebe9 none repeat scroll 0 0;
    border: 1px solid #edebe9;
    border-radius: 4px;
    margin: 8px 0;
    padding: 11px 14px;
    width: 250px;
}
.form-actions .btn.btn-primary {
    background: #ffc72f none repeat scroll 0 0;
    border: 1px solid #ffc72f;
    margin: 20px 0;
    padding: 10px;
    width: 200px;
	font-family: agavalanchecbold;
	font-size: 18px;
}
.form-horizontal {
    background: #fff none repeat scroll 0 0;
	box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.3);
    border: 1px solid #fff;
    border-radius: 5px;
    margin: 0 auto;
    width: 55%;
}
.span6 {
    background: #edebe9 none repeat scroll 0 0;
    padding: 84px 0;
	min-height: 535px !important;
}
.password_reset{
	min-height:200px;
	padding-top:170px;
}
.password_reset1{
	min-height:223px !important;
}
.form-horizontal .control-label {
    color: #53575f;
    font-family: agavalanchecregular;
    font-size: 20px;
    font-weight: lighter;
    margin-bottom: 0;
    padding-top: 7px;
    text-align: right;
}
.form-horizontal legend {
    font-family: agavalanchecbold;
    font-size: 24px;
    padding: 15px 0;
}
.registererror > li {
    background-color: #dc4a3d;
    border-radius: 6px;
    color: #fff;
    font-family: agavalanchecregular;
    font-size: 12px;
    padding: 9px;
	margin:4px 0;
}
.registererror > div {
    background-color: #dc4a3d;
    border-radius: 6px;
    color: #fff;
    font-family: agavalanchecregular;
    font-size: 12px;
    padding: 9px;
	margin:4px 0;
}
#loginerror .alert{
	background-color: #dc4a3d;
    border-radius: 6px;
    color: #fff;
    font-family: agavalanchecregular;
    font-size: 13px;
    padding: 9px;
	border: 1px solid #dc4a3d;
}
#recomended-search-query {
    margin: 0 auto !important;
    padding: 0 !important;
}
#recomended-search-query .modal-dialog {
    margin: 70px auto;
    width: 500px;
}
#recomended-search-query  .modal-body {
    padding: 30px;
}
#recomended-search-query .popup-recomnded-cuisine .trigger {
    margin: 0 !important;
}
#recomended-search-query .popup-recomnded-location .trigger {
    margin: 0 !important;
}
#recomended-search-query .popup-recomnded-header-search {
    margin: 0 !important;
}
#recomended-search-query .awesome-buttons div {
    margin: 0 !important;
}
#recomended-search-query .modal-body.row > form {
    margin: 0 auto !important;
    width: 335px !important;
}
#recomended-search-query .awesome-buttons button {
    margin: 0 auto !important;
    width: 100% !important;
}
#recomended-search-query .close-modal {
    font-size: 19px;
	color: #ffc423;
}
@media only screen and (max-width: 767px) {
	.form-horizontal {
		width: 90%;
	}
	.about-page .article-about {
		padding-bottom: 45px !important;
	}
	.container .interactive h2 {
		margin: 20px 0 30px !important;
	}
	.social3d {
		display: flex;
	}
	.header-social {
		margin: 8px 8px 8px 4px !important;
	}
	#forgot-form {
		width: 310px !important;
	}
	#forgot-form .modal-dialog {
		width: 100% !important;
	}
	.modal-para div div .player-hex {
		margin-right: 0 !important;
		text-align: center !important;
	}
	.footer-minimal {
		margin-bottom: 35px !important;
	}
	.grid-7 {
		width: 100%;
	}
	.hex-1, .hex-2 {
		display: none !important;
	}
	.about-us-div .list-hex-grid.large div.hex {
		margin-bottom: 10px;
		margin-top: 10px;
		padding:0px;
		width: 290px !important;
	}
	.list-hex-grid.large div.hex > a, .list-hex-grid.large div.hex > div {
    	height: 230px !important;
	}
	.about-us-div .list-hex-grid div.hex{
		display:inline-table;	
	}
	.featured-chef-item {
	 	width:310px !important;
	}

	.header-social img{
		width:85px;
	}
	#recomended-search-query .modal-dialog {
		margin: 70px auto;
		width: 290px;
	}
	#recomended-search-query .modal-body {
		padding: 10px;
	}
	#recomended-search-query .custom-modal-header {
		padding: 0;
	}
	#recomended-search-query .modal-body.row > form {
		width: 250px !important;
	}
	#recomended-search-query .popup-recomnded-cuisine .trigger {
		min-width: 100% !important;
	}
	#recomended-search-query .popup-recomnded-location .trigger {
		min-width: 100% !important;
	}
	#recomended-search-query .popup-recomnded-header-search {
		width: 100% !important;
	}

	.not-found-container h2 {
		font-size: 23px !important;
	}
	.not-found-container .container-fluid > div {
		margin: 0 auto !important;
	}
	.contact-us-form div{
		padding:0px !important;
	}
	.contact-us-article {
		width: 80% !important;
	}
	.addresses-item .bigger {
		font-size: 16px;
	}
	.addresses-item {
		padding: 0;
	}
	.contact-us-article h2{
		font-size:26px !important;
	}
	.faq-tab-links {
		margin-top: 0 !important;
		width:100% !important;
	}
	.faq-header-link {
		display: block;
		margin: 20px 0 !important;
		padding: 11px 43px !important;
		width: 100%;
	}
	.faq-tab-links li {
		display: inline-block !important;
		font-size: 14px;
		margin-right: 0 !important;
		text-align: center;
		width: 32% !important;
	}
	 .article .tab-pane .bigger{
		width: 100% ;
	}
	.about-main-content div {
		padding: 0;
	}
	#phone_number_con #id-phone-number {
		width: 100% !important;
	} 
	#id_invite_link {
		margin: 20px 0 !important;
	}
	.mobile-nav .navbar-toggle {
		background-color: #ffffff !important;
		border: 2px solid #000000 !important;
		padding: 3px 10px;
		margin-top: 28px;
	}
	.logo img{
		width:111px !important;
		height:58px !important;
		margin-top: -30px !important;
	}
	.mobile-nav .icon-bar {
		background-color: #101010;
		width: 8px;
	}
	.mobile-nav{
		margin:10px 0 !important;
	}
	.header{
		padding:0px;
	}
	.logo {
		text-align: left !important;
		padding-top: 40px;
	}
	.mobile-nav .header-menu .nav-mob {
		border-bottom: 1px solid #ccc !important;
		color: #fff !important;
		display: flex !important;
		padding: 10px !important;
	}
	.mob-name {
		float: right;
		font-weight: bold;
		margin: 27px 0 0;
		text-align: right;
		width: 70%;
	}
	.header-menu .mob-name > a {
		color: #fff;
		text-transform: capitalize;
	}
	.home-background h2 {
		margin-top: 0 !important;
	}
	.side-collapse.in {
		width: 0;
	}
	.side-collapse {
		bottom: 0;
		left: 0;
		overflow: hidden;
		position: fixed;
		top: 0;
		transition: width 0.4s ease 0s;
		width: 250px;
		z-index: 1000 !important;
	}
	.navbar-collapse {
		width: 100%;
	}
	.how-it-works-video{
		margin-top:-2px;
	}
    .header-menu {
		margin: 0;
		width:100%;
	}
	.header-menu  .header-menu-link {
		color: #63666b;
		display: ruby;
		font-size: 14px;
		font-weight: bold;
		padding-right: 2px;
	}
	.header-menu-link.pull-right {
		margin-top: 20px;
		width: 100%;
	}
	.registration-modal {
		width: 45%;
	}
	.home-header-image{
		min-height:480px;
		padding:10px 0 0 0 !important;
		margin-top:-525px !important;
	}
	.carousel-inner {
		height: 500px !important;
		overflow: hidden;
		position: relative;
		width: 100%;
	}
	.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img{
		height:500px !important;
	}
	.carousel-inner > .item{
		height:500px; 
	}
	.home-header-image-title{
		font-size: 25px;
		font-weight: 700;
		text-align: center;
		padding-top:0px !important;
	}
	.home-header-image-description {
		font-size: 20px;
		font-style: italic;
		margin: 5px 0 25px;
		text-align: center;
	}
	.header-search-container {
		align-items: flex-start;
		display: table-cell;
		justify-content: center;
	}
	.home-header-image > form {
		margin: 0 10px;
	}
	.header-search-container > div {
		width: 100%;
	}
	.cuisine .trigger{
		width:100% !important;
		margin-bottom:10px;
	}
	.location .trigger{
		width:100% !important;
		margin-bottom:10px;	
	}
	.header-search-input-block.date{
		margin-bottom:10px;	
	}
	.home-chef-search{
		width:100% !important;
	}
	.home-header-image-description{
		font-size:15px;
	}
	.main-how-it-works.row {
		margin: 0 !important;
		width: 100%;
	}
	.featured-home-chefs {
		background-color: #f3f3f3;
	}
	.container-fluid {
		width: 100%;
	}
	.featured-chef-carousel {
		width: 300px;
		margin: 0 auto;
	}
	.chef-profile-menus-carousel .slick-track, .featured-chef-carousel .slick-track {
		align-items: center;
		display: flex;
		justify-content: center;
		padding-bottom: 10px;
		margin:-4px !important;
	}
	.featured-home-chefs  .slick-next.slick-arrow {
		margin-right: 37px !important;
		padding-left: 10px;
	}
	.how-it-works-content {
		text-align: center;
		min-height:0px;
		margin-bottom:20px;
	}
	.how-it-works-title {
		padding: 10px 0 20px;
	}
	.header-search-container .fancy-select ul.options {
		max-height: 250px;
		min-width: 100%;
	}
	#form-inquiry section {
		width: 100% !important;
	}
	.container {
		width: 100% !important;
		padding: 0 !important;
	}
	#form-inquiry .sect-how-does-it-work div{
		padding:0px 20px;
	}
	#form-inquiry h2, #form-inquiry h3 {
    	font-size: 30px !important;
	}
	#form-inquiry .sect-how-does-it-work ol li {
		width: 100% !important;
		margin-right:0px !important;
		text-align: center !important;
	}
	#form-inquiry section > div {
		padding: 0 20px !important;
	}
	#form-inquiry input[type="text"] {
		margin: 0;
		width: 100% !important;
	}
	#form-inquiry .field-row {
		display: block !important;
		min-height:inherit;
	}
	.your-budget .event-type {
		width: 100% !important;
	}
	.your-budget .event-type .event-input {
		padding: 0 !important;
	}
	.your-budget .fancy-select .options{
		width: 100% !important;
	}
	.your-budget .field-row .event-input {
		padding: 0;
	}
	.concierge-outer .fancy-select .trigger{
		margin-bottom: 14px;
		min-width: 100% !important;
	}
	.concierge-amount {
		width: 100% !important;
	}
	.concierge-outer {
		display: block !important;
	}
	.concierge-outer .fancy-select {
		width: 100% !important;
	}
	#form-inquiry input[type="email"] {
		width: 100% !important;
	}
	#form-inquiry input[type="password"] {
		width: 100% !important;
	}
	.static-page-header .static-page-title {
		left: 25px !important;
	}
	.article {
		width: 100% !important;
	}
	.article .bigger {
		margin: 0 auto;
		width: 90%;
		padding-bottom:20px;
	}
	.login-modal {
		font-size: 17px !important;
		padding: 0 !important;
		width: 100% !important;
	}
	.ui-widget {
		font-size: 17px !important;
		margin-top: 5px !important;
	}
	.featured-home-chefs .slick-list{
		margin-left:-9px;
	}
	.mobile-nav #login-modal {
		background-color: #ffc72f;
		border: 1px solid #ffc72f;
		border-radius: 5px;
		font-size: 14px !important;
		margin-top: 20px;
		padding: 3px 26px !important;
		text-transform: uppercase;
		width: 45% !important;
	}
	.mobile-nav #login-modal:hover {
		text-decoration:none;
	}
	.featured-home-chefs-title{
		padding:0px !important;
	}
	.mobile-nav .container a.btn {
		margin: 20px 0 !important;
		border: 1px solid #ffc72f !important;
	}
	.mobile-nav .header-menu-link{
		padding:0px !important;
	}
	.home-background {
		overflow-x: hidden !important;
		width: 100% !important;
	}
	.modal {
		margin: 0 auto;
		width: 320px;
	}
	#select-user-type > div {
		text-align: center;
	}
	#mannual-signup .btn-info {
		margin-top: 10px;
		width: 80%;
	}
	.article .invite-signup {
		font-size: 14px !important;
		font-weight: bolder;
		padding: 0;
	}
	.invite-signup .registration-modal {
		color: #ffd04e;
		font-size: 14px;
		font-weight: bold;
		text-transform: uppercase;
	}
	.travel-range-slider-container .search-price {
		width: 53px !important;
		
	}
	.ui-datepicker {
    	margin-left: 0 !important;
	}
	/*body.modal-open {
		overflow: hidden;
	}*/
	.about-page .article-about {
		width: 90% !important;
	}
	.article-about .bigger {
		font-size: 16px !important;
		margin: 0 auto;
		width: 100%;
	}
	.about-page .article-about h2 {
		font-size: 28px !important;
	}
	.who-is-behind-about {
		padding: 0 !important;
	}
	.who-is-behind-item {
		float: none !important;
		margin: 0 auto !important;
		width: 100% !important;
	}
	.who-is-behind-image img {
		border-radius: 50% !important;
		height: 240px !important;
		margin: 0 auto !important;
		max-width: 250px !important;
	}
	.who-is-behind-item p {
		margin-bottom: 20px;
		text-align: center;
	}
	.about-main-content .cf {
		margin: 0 auto !important;
	}
	.who-is-behind-image {
		text-align: center;
	}
	.ui-datepicker {
		width: 260px !important;
	}
}
@media only screen and (min-width: 480px) and  (max-width: 767px) {
	.home-header-image-title {
		font-size: 38px;
		font-weight: 700;
		padding-top: 130px !important;
		text-align: center;
	}
	.home-header-image{
		width:100% !important;
	}
	.header-search-container {
		display: flex;
		justify-content: center;
		width: 100% !important;
	}
	.header-search-container > div {
		width: 25%;
		margin-right: 5px !important;
	}
	.date #id_date {
		width: 100% !important;
	}
	.header-search-container .fancy-select ul.options {
		max-height: 250px;
		min-width: 100% !important;
	}
	.cuisine .fancy-select ul {
		width: 100% !important;
	}
	.location .fancy-select ul {
		overflow-x: scroll !important;
		width: 100% !important;
	}
	.home-chef-search > span {
		font-size: 13px;
	}
	.home-chef-search {
		padding: 0 5px;
	}
	.home-header-image-description {
		font-size: 17px;
	}
	.featured-home-chefs .slick-next.slick-arrow {
		margin-right: 20px !important;
	}
	.featured-home-chefs .slick-list {
		margin-left: 6px;
	}
}
@media only screen and (min-width: 768px) and  (max-width: 991px) {
	.list-hex-grid.large div.hex {
		margin-bottom: 10px !important;
		margin-top: 10px !important;
		padding: 0;
		width: 290px;
	}
	.list-hex-grid.large div.hex > a, .list-hex-grid.large div.hex > div {
		height: 230px !important;
	}
	.about-us-div {
		width: 100% !important;
	}
	.hex-1, .hex-2 {
		display: none !important;
	}
	#recomended-search-query {
		margin: 0 auto;
		width: 100%;
	}
	.chef-profile-header .container {
		width: 100%;
	}
	.logo {
		text-align: left !important;
	}
	.header-menu-link{
		font-size:14px;
	}
	.header-menu.pull-left {
		float: none;
		margin: 0 auto;
		text-align: center;
		width:100%;
	}
	.header-menu-link.pull-right {
		float: none;
		margin-top: 20px;
		text-align: center;
		width: 100%;
	}
	.home-header-image {
		background-size: cover;
		color: #ffffff;
		margin-top: -710px;
		padding: 133px 0 0 !important;
		position: relative;
		width: 100% !important;
	}
	.carousel-inner {
		height: 500px !important;
		overflow: hidden;
		position: relative;
		width: 100%;
	}
	.carousel-inner > .item {
		height: 500px;
	}
	.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
		height: 500px !important;
	}
	.home-header-image-title {
		font-size: 40px;
		font-weight: 700;
		margin-top: 150px;
		text-align: center;
	}
	.home-header-image-description {
		font-size: 22px;
		margin-top: 15px !important;
	}
	.home-header-image > form {
		margin: 0 10px !important;
	}
	.header-search-container {
		align-items: flex-start;
		display: inline-flex !important;
		justify-content: center;
		width:100% !important;
	}
	.header-search-container > div{
		width:25%;
		margin-right:5px !important;
	}
	.cuisine .trigger{
		width:100% !important;
	}
	.location .trigger{
		width:100% !important;
	}
	.header-search-input-block{
		width:100%x !important;
	}
	.home-chef-search{
		width:100% !important;
		font-size:100% !important;
	}
	div.fancy-select div.trigger{
		padding:21px 23px 20px 55px;
	}
	.carousel-indicators {
		float: none;
		margin: -10px auto !important;
		text-align: center;
		width: 100% !important;
	}
	.container-fluid {
		width: 100%;
		padding:0 30px;
	}
	.main-how-it-works.row {
		margin: 0 !important;
		width: 100%;
	}
	.chef-profile-menus-carousel .slick-track, .featured-chef-carousel .slick-track {
		align-items: center;
		display: flex;
		justify-content: center;
		padding-bottom: 10px;
	}
	.how-it-works-video {
		margin-top: -12px;
	}
	.header-search-container .fancy-select ul.options{
		min-width:100% !important;
	}
	.location .options {
		max-width: 100% !important;
	}
	.dropdown-menu>li { 
		display: table-cell; 
	}
	.modal {
		margin: 0 auto !important;
    	width: 335px !important;
	}
	#forgot-form .modal-dialog {
		width: 100%;
	}
	#myRegister .modal-body {
		padding: 20px 0;
	}
	.modal-dialog {
		margin: 0 auto;
		width: 400px;
	}
	.search-chef-ranking-cheks a{
		margin-right:0px;
	}
	.search-chef-ranking-cheks div {
		margin: 4px 0;
	}
	.search-orange-line .select-fancy {
		width: 33% !important;
	}
	.travel-range-slider-container .search-price {
		font-size:12px !important;
	}
	.ui-widget {
		font-size: 17px!important;
	}
	.ui-datepicker {
		margin-left: -20px;
	}
	.about-page .article-about {
		width: 80% !important;
	}
	.who-is-behind-image img {
		height: 181px;
		max-width: 180px;
	}
	.who-is-behind-image {
		text-align: center;
	}
	.who-is-behind-item p {
		text-align: center;
	}
}
@media only screen and (min-width: 778px) and  (max-width: 807px) {
	.header-menu {
		text-align: left;
	}
	.btn-sing-up{
		margin-top:2px;
	}
}
@media only screen and (min-width: 768px) and  (max-width: 991px) {
	.grid-7.omega {
		width: 45% !important;
	}
	.grid-7.alpha {
		width: 50% !important;
	}
	.logo{
		text-align:left !important; 
	}
	.header-menu-link.pull-right {
		float: left !important;
		margin-top: 10px;
		padding-left: 0 !important;
		width: 100%;
	}
	.how-it-works-video {
		margin-top: 50px;
	}
	.carousel-inner{
		max-height:500px !important;
	}
	.carousel-inner > .item{
		height:500px !important;
	}
	.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img{
		height:500px !important;
	}
	.header-menu{
		margin:0px !important;
		float:left !important;
	}
	.home-header-image-title{
		margin-top:150px;
	}
	.home-header-image-description{
		margin:8px 0 40px !important;
		font-size:22px;
	}
	.home-header-image > form {
		margin: -11px 10px 0;
	}
	.it-work {
		padding-top: 100px;
	}
	.how-it-works-video {
		margin-top: 60px !important;
	}
	.featured-home-chefs-title{
		padding: 70px 0 40px !important;
	}
	.slick-prev::before, .slick-next::before {
	    margin-left: -5px;
	}
	.home-header-image {
		margin-top: -589px;
		padding-top: 0 !important;
	}
	.modal {
		margin: 0 auto;
		width: 400px;
	}
	.modal-dialog {
		margin: 30px auto;
		width: auto;
	}
	.menu {
		margin-top: 10px ;
	}
}
@media only screen and (min-width: 992px) and  (max-width: 1199px) {
	.logo {
		text-align: left !important;
	}
	.menu {
		margin-top: 0;
	}
	.header-menu{
		margin-left:20px;
	}
	.how-it-works-video {
		margin-top: 30px;
	}
	.featured-home-chefs-title{
		padding:70px 0 40px;
	}
	.home-header-image-description{
		font-size:30px;
	}
	.btn-sing-up {
		margin-top: 5px
	}
	.home-header-image {
		margin-top: -615px !important;
		padding-top: 20px !important;
	}
	.who-is-behind-image {
		text-align: center;
	}
	.who-is-behind-item p {
		text-align: center;
	}
}
@media only screen and (min-width: 991px) and (max-width:1140px){
	.header-menu{
		float:right !important;
	}
	.header-menu-link.pull-right {
		margin-top: 20px;
	}
}
@media only screen and (min-width: 1141px){
	.header-menu{
		float:left !important;
	}
}
#search-price-slider.ui-widget-content .ui-slider-range {
    background: #ffc423 none repeat scroll 0 0;
    height: 6px;
}
.cards-chef{
	width:33%;
	padding-left:35px;
}
/*. featured-chef-item:hover . {
    display: none;
}
. featured-chef-item:hover .featured-chef-item-additional-info{
    display: block;
}*/
.chef-hover-description {
    color: #a0a0a0;
    font-family: Georgia,sans-serif;
    font-style: oblique;
    height: 101px;
    margin: 10px 0;
    overflow: hidden;
}
.chef-search-available-menus {
    height: 160px;
}
.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}
.nav>li>a {
	padding:15px;
}
.carousel-control{
	z-index: 1000;
}
.cards-chef .featured-chef-item-additional-info {
  display: none;
  cursor: pointer;
}
.cards-chef .featured-chef-item:hover .featured-chef-item-additional-info{
  display: block;
  cursor: pointer;
}

.go-to-menu-btn {
    margin-bottom: 30px;
    margin-top: 30px;
	
}
.cards-chef .featured-chef-item:hover .featured-chef-info {
  display: none;
}
.cards-chef .featured-chef-item {
  height:552px;
}
.chef-search-available-menus {
    min-height: 204px !important;
}
.chef-hover-description {
    color: #a0a0a0;
    font-family: Georgia,sans-serif;
    font-style: oblique;
    min-height: 120px;
    overflow: hidden;
}
.featured-chef-item-additional-info {
    padding: 0 40px;
    text-align: center;
	height:auto !important;
}
.chef-search-available-menus-head span {
    border-bottom: 2px solid #ffc423;
    display: inline-block;
    padding: 0 15px 7px;
}
.chef-search-available-menus-head {
    color: #ffc423;
    font-size: 22px;
}
.chef-search-available-menus {
    color: #a0a0a0;
    height: 134px;
}
.chef-search-menu-title {
    font-size: 17px;
	color:#333333;
	text-transform:capitalize;
}
.chef-search-available-menus-head a {
    color: #c5c5c5;
}
.chef-search-menu-price {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
}

.a-bold {
    font-family: agavalanchecbold;
}
.heading-text{
	font-size:16px;
	font-weight:600;
}
.home-background{
  background-color: #f4f2f0;
}
/* font family agavalancher*/
@font-face {
    font-family: 'agavalanchecregular';
    src: url('/assets/css/font/agavalanchec-webfont.eot');
    src: url('/assets/css/font/agavalanchec-webfont.eot?#iefix') format('embedded-opentype'),
         url('/assets/css/font/agavalanchec-webfont.woff2') format('woff2'),
         url('/assets/css/font/agavalanchec-webfont.woff') format('woff'),
         url('/assets/css/font/agavalanchec-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'agavalanchecbold';
    src: url('/assets/css/font/agavalanchec-bold-webfont.eot');
    src: url('/assets/css/font/agavalanchec-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/assets/css/font/agavalanchec-bold-webfont.woff2') format('woff2'),
         url('/assets/css/font/agavalanchec-bold-webfont.woff') format('woff'),
         url('/assets/css/font/agavalanchec-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'agavalanchecbold_italic';
    src: url('/assets/css/font/agavalanchec-bolditalic-webfont.eot');
    src: url('/assets/css/font/agavalanchec-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/assets/css/font/agavalanchec-bolditalic-webfont.woff2') format('woff2'),
         url('/assets/css/font/agavalanchec-bolditalic-webfont.woff') format('woff'),
         url('/assets/css/font/agavalanchec-bolditalic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'agavalanchecitalic';
    src: url('/assets/css/font/agavalanchec-italic-webfont.eot');
    src: url('/assets/css/font/agavalanchec-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/assets/css/font/agavalanchec-italic-webfont.woff2') format('woff2'),
         url('/assets/css/font/agavalanchec-italic-webfont.woff') format('woff'),
         url('/assets/css/font/agavalanchec-italic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
.a-regular {
    font-family: agavalanchecregular;
}
.travel-range-slider-container .search-price{
	border: 0 none;
    color: #000;
    font-size: 1.1em;
    font-weight: bold;
    width: 20%;
	font-family:agavalanchecregular;
}

/*##### ---concierge page css----#######*/

.heading {
    background-color: #333;
    background-image: url("/assets/img/banner-bg.jpg");
    background-position: center center;
    background-size: cover;
    color: white;
    height: 400px;
    overflow: auto;
    position: relative;
}
.heading h1 {
    font-family: agavalanchecbold;
    font-size: 2.5em;
    text-align: center;
    text-transform: uppercase;
}
.heading .heading-inner {
    bottom: 50px;
    position: absolute;
    width: 100%;
}
.heading p {
    font-size: 1.3em;
    text-align: center;
	font-family:agavalanchecregular;
}
/*.container {
    width: 750px;
}*/
#form-inquiry {
    font-size: 1.1em;
    margin-bottom: 90px;
}
#form-inquiry section {
    margin-top: 45px;
}
#form-inquiry h2, #form-inquiry h3 {
    color: #63666b;
    font-family: agavalanchecbold;
    font-size: 2.34em;
    margin: 60px 0 20px;
    text-align: center;
}
#form-inquiry .sect-how-does-it-work div {
    text-align: center;
}
#form-inquiry .sect-how-does-it-work ol li {
    margin-right: 30px;
	font-family:agavalanchecregular;
}
#form-inquiry .sect-how-does-it-work ol li {
    display: inline-block;
    font-size: 16px;
    text-align: left;
    vertical-align: top;
    width: 180px;
}
#form-inquiry ol li {
    list-style: inside none decimal;
    margin: 20px 0;
}
#form-inquiry section > div {
    padding: 0 40px;
}
#form-inquiry h3 + .field-row {
    margin-top: 40px;
}
#form-inquiry .field-row {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 15px 0;
    min-height: 60px;
}
p {
    font-size: 14px;
    line-height: 22px;
}
.sharecook-input {
    font-family: agavalanchecitalic;
    font-style: normal;
}
.sharecook-input {
    background: #f4f2f0 none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    color: #5d5d5d;
    font-family: agavalanchecregular;
    font-style: oblique;
    height: 60px;
    margin-bottom: 40px;
    padding: 0 25px;
    width: 100%;
}
* {
    list-style: outside none none;
    margin: 0;
    outline: medium none;
    padding: 0;
    resize: none;
}
.circled-number {
    background-color: #ffc423;
    border: 3px solid black;
    border-radius: 50%;
    display: block;
    font-size: 2em;
    height: 60px;
    margin: 0 auto 30px;
    padding: 8px;
    text-align: center;
    width: 60px;
}
#form-inquiry p {
    text-align: center;
}
#form-inquiry input[type="number"] {
    -moz-appearance: textfield;
}
#form-inquiry input {
    margin: 0;
}
#form-inquiry #id_cuisines li button.btn {
    background-image: none;
    color: black;
    font-size: 0.85em;
    font-weight: normal;
    margin: 0;
    min-width: 0;
    padding: 2px 12px;
}
#form-inquiry #id_cuisines li button {
    margin: 0;
    text-transform: uppercase;
}
#form-inquiry button {
    display: block;
    margin: 40px auto;
}
#form-inquiry #id_cuisines li {
    display: inline-block;
    margin: 3px 5px;
}

.button-checkbox {
  display:none;
 }

.button-checkbox + label {
  display:inline-block;
  padding: 2px 12px;
  font-size: 0.85em;
  line-height: 20px;
  text-align: center;
  background-image: none;
  color: black;
  font-weight: normal;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  cursor: pointer;
  background-color: #fff;
  background-repeat: repeat-x;
  border: 1px solid #ccc;
 /* border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  border-bottom-color: #b3b3b3;*/
  border-radius: 5px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
  display: inline-block;
   margin: 3px 5px;
   font-family:agavalanchecregular;
   text-transform: uppercase;
 }

 .button-checkbox:checked + label{
     background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
   background-color:#F39933  ;
   color:#FFF;
 }
 #form-inquiry .sign-up a {
    color: #ffc423;
    text-transform: uppercase;
}
#form-inquiry .sign-up label {
    font-family: agavalanchecbold;
}
.container p {
    font-size: 16px;
    text-align: center;
	line-height: 22px;
    margin: 15px 0;
	font-family:agavalanchecregular;
}
.container a.btn {
    margin: 40px auto;
}
.container h2 {
    color: #63666b;
    font-family: agavalanchecbold;
    font-size: 2.57em;
    margin: 60px 0 20px;
    text-align: center;
}
 
#form-inquiry div.fancy-select div.trigger{
	box-shadow:none;
}
.concierge-outer {
    display: flex ;
}
.concierge-outer .fancy-select{
	width: 202px ; 
}
.concierge-outer .fancy-select .trigger{
	width: 187px !important;
	height: 60px;
}
.registererror{
	border-radius:2px;
	color:#fff;
}
.your-budget .fancy-select ul{
	min-width:395px !important;
}
.your-budget .concierge-outer .fancy-select ul{
	min-width:189px !important;
}
#id_description {
    height: 150px;
    padding: 20px;
}

#form-inquiry input[type="text"] {
    margin: 0;
    width: 460px ;
}
#form-inquiry input[type="email"] {
    margin: 0;
    width: 460px ;
}
#form-inquiry input[type="password"] {
    margin: 0;
    width: 460px;
}
/*.fancy-select .trigger{
	width:395px !important;
}*/
.concierge-outer .concierge-currency .trigger{
	width:195px !important;
}
.concierge-amount{
	width:195px !important;
}
.required{
	color:red;
}
.concierge-label{
	font-weight:normal !important;
	
}
/*############# CONCIERGE CSS END*/
/* mode social icon*/
.fa{
	color:white !important;
	font-size:25px !important;
}
@media only screen and (max-width: 767px){
	#registration-modal{
		margin-top: 0;
		padding:3px 20px !important;
	}
	.concierge {
		padding-bottom: 130px;
	}
}

.about-page .article-about {
	width: 70% ;
	margin: 0 auto;
	padding-top: 55px;
	color: #63666b;
	padding-bottom: 7.14em;
	font-family: agavalanchecregular;
}
.about-page .article-about h2 {
	color: #ffc423;
	font-size: 2.14em !important;
	font-family: agavalanchecbold;
	text-align: center;
	text-transform: uppercase;
	margin-top: 65px;
	margin: 40px 0;
}
.about-page .article-about h2.no-margin-top {
	margin-top: 10px;
}
.about-page .article-about p {
	margin-bottom: 25px;
	margin-top: 0;
}
.about-header-image {
	background-image: url("/assets/img/home/about-header.jpg");
}
.about-page .bigger {
	font-size: 19px;
}
.who-is-behind-item {
	width: 100%;
	margin-right: 4%;
	float: left;
	margin-bottom: 60px;
}
.who-is-behind-image {
	margin-bottom: 25px;
}
.who-is-behind-image img {
	max-width: 70%;
	border-radius: 50%;
	height:225px;
}
.static-page-header-container {
	min-height: 400px;
	position: relative;
}
h1.static-page-title {
	margin: 0;
	line-height: 46px;
	font-weight: normal;
}
.static-page-header-container {
	min-height: 400px;
	position: relative;
}
.static-page-header-container .article {
	position: relative;
	min-height: 400px;
}
.static-page-header {
	min-height: 400px;
	width: 100%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}
.static-page-header .static-page-title {
	position: absolute;
	bottom: 30px;
	left: 190px;
	font-size: 2.57em;
	color: #ffffff;
	text-transform: uppercase;
}
/*header social*/
.header-social{
border: 2px solid white;
border-radius:5px;
padding:8px;
margin:8px;
}
/* LOADER CSS*/

#loading {
    display: none;
    position:fixed;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    /*background-color: rgba(192, 192, 192, 0.5);*/
	background-color:#fff;
    background-image: url("/assets/img/142.gif");
    background-repeat: no-repeat;
    background-position: center;
	margin-top:-20px !important;
}
/* LOADER CSS*/