ul.objects {
  list-style:none;
  padding: 0;
}
ul.objects li { 
    display: inline-block;
    vertical-align: top;
    width: 185px;
    padding: 0;
    padding: 2em;
    margin: 1em;
    position: relative;
    text-align: left;
    line-height: 1.2em;
    border: 1px solid #eee;
    border-radius: 5px;
}
    img {max-width:100%;}
.ll-skin-melon {
	font-size: 90%;
}

.ll-skin-melon .ui-widget {
	background: #2e3641;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

.ll-skin-melon .ui-datepicker {
	padding: 0;
}

.ll-skin-melon .ui-datepicker-header {
	border: none;
	background: transparent;
	font-weight: normal;
	font-size: 15px;
}

.ll-skin-melon .ui-datepicker-header .ui-state-hover {
	background: transparent;
	border-color: transparent;
	cursor: pointer;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

.ll-skin-melon .ui-datepicker .ui-datepicker-title {
	margin-top: .4em;
	margin-bottom: .3em;
	color: #e9f0f4;
}

.ll-skin-melon .ui-datepicker .ui-datepicker-prev-hover,
.ll-skin-melon .ui-datepicker .ui-datepicker-next-hover,
.ll-skin-melon .ui-datepicker .ui-datepicker-next,
.ll-skin-melon .ui-datepicker .ui-datepicker-prev {
	top: .9em;
	border:none;
}

.ll-skin-melon .ui-datepicker .ui-datepicker-prev-hover {
	left: 2px;
}

.ll-skin-melon .ui-datepicker .ui-datepicker-next-hover {
	right: 2px;
}

.ll-skin-melon .ui-datepicker .ui-datepicker-next span,
.ll-skin-melon .ui-datepicker .ui-datepicker-prev span {
	background-image: url(img/ui-icons_ffffff_256x240.png);
	background-position: -32px 0;
	margin-top: 0;
	top: 0;
	font-weight: normal;
}

.ll-skin-melon .ui-datepicker .ui-datepicker-prev span {
	background-position: -96px 0;
}

.ll-skin-melon .ui-datepicker table {
	margin: 0;
}

.ll-skin-melon .ui-datepicker th {
	padding: 1em 0;
	color: #ccc;
	font-size: 13px;
	font-weight: normal;
	border: none;
	border-top: 1px solid #3a414d;
}

.ll-skin-melon .ui-datepicker td {
	background: #2e3641;
	border: none;
	padding: 0;
}

.ll-skin-melon td .ui-state-default {
	background: transparent;
	border: none;
	text-align: center;
	padding: .5em;
	margin: 0;
	font-weight: normal;
	color: #efefef;
	font-size: 16px;
}

.ll-skin-melon .ui-state-disabled  {
	opacity: 1;
}

.ll-skin-melon .ui-state-disabled .ui-state-default {
	color: #fba49e;
}

.ll-skin-melon td .ui-state-active,
.ll-skin-melon td .ui-state-hover {
	background: #006bff;
}
.red {color:red}
.none { display:none; }
.zakaz {
    float: right;
    width: 290px;
    position: relative;
    overflow: hidden;
    background: #2e3641;
    color: #fff;
}
.zakaz  h3 {
    margin: 1em;
}
#datepicker {
    text-align: -webkit-center;
}
.usluga {
    margin-right: 310px;
}
.time {
    margin: 15px 0;
    border: 1px solid;
    padding: 15px;
}
.time span {
    font-size: 1.5em;
    padding: 0 15px;
}
.time.active {
    border-color: #006bff;
}
#add-reviews { color:red; cursor: pointer; }
button#send_form_review, button#send_form { margin:15px 0; }
 .review  { border-bottom: 1px solid; margin: 15px 5px; }
.review h6 { border-left: 1px solid red; padding: 10px; }
.review span {float:right; }
.review p { claer:both;font-weight:100;}

/*карусель*/

#inner {
	min-width: 300px;
	max-width: 800px;
	position: relative;
}
#carousel-wrapper {
    width: 100%;
    position: relative;
    bottom: 0;
    left: 0;
}
#maxi {
	width: 800px;
	height: 500px;
	overflow: hidden;
}
#maxi img {
	display: block;
	float: left;
}

#mini img {
	cursor: pointer;
	background: #fff;
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	display: block;
	width: 80px;
	height: 80px;
	padding: 10px;
	margin: 10px;
	float: left;
}
#mini img:hover {
	background: #eff;
}
#mini img.selected {
	background: #dff;
}
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}
.wa-field {
    margin: 1em;
}

/* The slider */
.slider-switch {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider-switch:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider-switch {
  background-color: #2196F3;
}

input:focus + .slider-switch {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider-switch:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider-switch.round {
  border-radius: 34px;
}

.slider-switch.round:before {
  border-radius: 50%;
}
@media screen and (max-width: 760px){
.zakaz {
    width: 100%;
    float: none;
}
.usluga {
    margin-right: 0;
}
}