.userbuttons {
  text-align: center;
}

.btn-fucsia {
  background: #F43059;
  border-color: #F43059;
  text-shadow: 1px 1px 0 #F33059;
  font-size: 12px !important;
  margin: 3px;
}
.btn-fucsia:hover {
  background: #e0284f;
  border-color: #e0284f;
}

.btn-fucsia:focus {
  background: #e0284f;
  border-color: #e0284f;
}

.fucsia {
  color: #F43059 !important;
}

.btn-fucsia-disabled {
  background: #f3f3f3 !important;
  border-color: #c6c6c6 !important;
  text-shadow: 1px 1px 0 #fff !important;
  color: #666 !important;
  font-size: 12px !important;
  margin: 3px !important;
}

.btn-fucsia:active {
  background: #f3f3f3 !important;
  border-color: #c6c6c6 !important;
  text-shadow: 1px 1px 0 #fff !important;
  color: #666 !important;
  font-size: 12px !important;
  margin: 3px !important;
}

.btn-fucsia-disabled:hover {
  background: #e6e6e6 !important;
  color: #999 !important;
}

.ui-datepicker {
  z-index: 9999 !important;
}

#slider-day {
  width: 45% !important;
  float: right;
  margin-top: 5px;
  height: 10px!important;
}

#slider-day .ui-slider-handle {
  height: 1em;
  width: 1em;
  border-radius: 50%;
}

.ui-slider-range {
  background: #F43059;
}

.ui-slider-horizontal .ui-state-default {
  background: rgba(155, 155, 155, 0.8);
  border-radius: 50%;
  height: 30px;
}

.ui-slider-horizontal .ui-slider-handle {
  height: 1.1em;
  width: 1.1em;
  border-radius: 50%;
}

.override-category button {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
  font-size: 13px !important;
  text-transform: capitalize;
}

.override-category button i {
  top: 2px !important;
}

#events-results {
  max-width: 1000px;
}

@media (min-width:1440px) {
  #box-container-events {
    right: -4%;
  }
  #search-form {
    width: 320px !important;
    left: 30% !important;
  }
  #events-results {
    width: 115% !important;
    margin-left: -6%;
  }
  .event-box{
    width:298px!important;
  }
  #text-details {
    margin-left: 34.3%;
  }
  #container-page-events {
    margin-left: 1% !important;
  }
}

@media (min-width:1300px) and (max-width:1440px) {
  #container-page-events {
    margin-left: 3% !important;
  }
}

@media (min-width:1200px) and (max-width:1440px){
  #events-results{
    width: 900px !important;
    margin-left: -6%;
  }
  #search-form {
    width: 320px !important;
    left: 3% !important;
  }
  .event-box {
      width: 278px !important;
  }
  #text-details {
    margin-left: 30.3%;
  }
}

@media (min-width:992px) and (max-width:1200px) {
  #events-results {
    width: 100% !important;
    margin-left: 8%;
  }
  .event-box {
    width: 298px !important;
  }
  #text-details {
    margin-left:40%;
  }
  #container-page-events {
    margin-left:-1% !important;
  }
}

@media (min-width:992px) {
  #btn-menus-change {
    width: 140px !important;
  }
  #btn-events-change {
    width: 140px !important;
  }
  .hover-mod-btn {
    width: 140px !important;
  }
  #search-form {
    width: 320px !important;
    left: 15%;
  }
}

@media (max-width:992px) {
  #btn-menus-change {
    width: 140px !important;
  }
  #btn-events-change {
    width: 140px !important;
  }
  .hover-mod-btn {
    width: 140px !important;
  }
  #container-page-events {
    margin-left: 0 !important;
  }
}

@media (min-width:768px) and (max-width:992px){
    #events-results{width:120%!important;}
    .event-box{
        width:350px!important;
    }
    #text-details{margin-left:5%;}
}

@media (min-width:768px) {
  #search-form{
    width: 320px !important;
    left: 10%;
  }
}

@media (max-width:768px) {
  #text-details {
    margin-left: 0;
  }
}

@media (min-width:480px) and (max-width:768px) {
  #events-results {
    width: 100% !important;
  }
  .event-box {
    width: 50% !important;
  }
}

@media (max-width:480px) {
  .event-box .event-detail {
    margin-left: 8.33333%;
  }

  #search-form {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .event-box {
    width: 100% !important;
  }
  .cook-rating {
    width: 100% !important;
  }
  .cook-img {
    width: 100% !important;
  }
}

.btn-disabled:focus {
  background: none repeat scroll 0% 0% #C6C6C6;
  color: #F3F3F3;
  border: 1px solid #C3C3C3;
}

.btn-disabled:hover {
  background: none repeat scroll 0% 0% #C6C6C6 !important;
  color: #F3F3F3;
  border: 1px solid #C3C3C3;
  cursor: not-allowed;
}

.popover * {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
  font-size: 10px !important;
}

#text-details-box {
  font-size: 18px!important;
  padding-top: 90px;
  padding-bottom: 40px;
}

#num-res-decorator {
  display: none;
}

#return-top {
  cursor: pointer;
  position: fixed;
  top: 42%;
  left: 18%;
  display: none;
}

#return-top i {
  line-height: 22px;
  height: 22px;
  padding-top: 8px;
  width: 20px;
  background: #3bc;
  color: white;
  padding: 15px;
  border-radius: 50%;
  font-size: 22px;
}

#search-form {
  margin-top: 0;
  background: white;
}

#location-wrapper-form-group {
  margin-bottom: 0!important;
}

#city-title {
  padding: 0;
}

#event-search-text {
  width: 70%;
}

.input-group-btn {
  width: 20%;
}

#radius-title {
  padding: 0;
  padding-top: 5px;
}

#radius-label {
  height: 30px;
}

#value-radius {
  padding-top: 5px;
  text-indent: 0;
  float: right;
  margin-left: 10px;
}

#radius-label-span {
  padding-top: 5px;
  text-indent: 0;
  float: left;
}

#number-radius {
  margin-top: 13px;
}

#typology-title {
  padding: 0;
}

#typology {
  padding: 0;
}

#btn-events-change {
  height: 50px;
}

#btn-events-change-label {
  font-size: 12px;
  position: relative;
  bottom: 5px;
  left: 5px;
}

#btn-menus-change {
  height: 50px;
}

#btn-menus-change-img {
  position: relative;
  bottom: 5px;
}

#btn-menus-change-label {
  font-size: 12px;
  position: relative;
  top: 8px;
  left: 5px;
}

#extra_filters {
  padding: 0;
}

#guests-title {
  padding: 0;
  padding-top: 5px;
}

#guest-container {
  padding: 0;
}

#number-new-guest {
  margin-top: 13px;
}

#value {
  height: 30px;
}

#value-max-guest-text {
  font-size: 14px !important;
  padding-top: 10px;
  padding-left: 2px;
  text-indent: 0;
  float: right;
  display: none;
}

#value-max {
    font-size: 14px !important;
    padding-top: 10px;
    text-indent: 0;
    float: right;
}

#input-add-guest {
  margin: 0;
  width: 40%;
  display: none;
}

#add-guest, #close-add-guest {
  color: #3bc;
}

#value-price-title {
  padding: 0;
  padding-top: 5px;
}

#value-price {
  height: 30px;
}
#value-price-min {
  padding-top: 5px;
  text-indent: 0;
  float: left;
}

#value-price-max {
  padding-top: 5px;
  text-indent: 0;
  float: right;
}

#date-title {
  padding: 0;
  padding-top: 5px;
}

#id_date_event {
  margin: 0;
  width: 70%;
}

#addon-calendar {
  height: 36px;
  width: 30%;
}

#slider-day {
  width: 100%;
}

#value-days {
  width: 100%;
  height: 30px;
}

#value-day-label {
  padding-top: 5px;
  text-indent: 0;
  float: right;
}

#value-day {
  padding-top: 5px;
  text-indent: 0;
  float: right;
}

#value-day-actions {
  padding-top: 5px;
  text-indent: 0;
  float: right;
}

#remove-filters {
  padding: 30px;
}

#btn-reset-filters {
  width: auto;
}

#categories-title {
  padding: 0;
  padding-top: 5px;
}

#value-tags {
  width: 100%;
  height: auto;
  padding: 0;
}

#box-container-events {
  padding-top: 0;
}
