.header{
    text-align: center;
    padding: 40px 0;
    background-image: linear-gradient(to right,#3b3b3b, transparent),
    url("../images/background.jpg");
    background-position:right;
    min-height: 250px;
    color: #ffffff;
}

.logo{
    height: 50px;
    position: absolute;
    left: 20px;
    top: 20px;
}

.title{
    font-family: 'Arial';
    text-align: left;
    max-width: 600px;
    font-style: italic;
}
.title span{
    font-weight: bold;
    text-transform: uppercase;
}

.productImage{
    max-height:none !important;
}
.setHeight{
    height: 285px;
}

.col-sm-3 {
    min-height: 300px;
}

.diag{
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
    -o-clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
    -ms-clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);

}

.slides .slick-prev,
.slides .slick-next {
    position: absolute;
    top: 50%;
    z-index: 1;
    color: black;
}
.slick-prev:before,
.slick-next:before {
    color: black !important;
}

.slick-track{
    min-height: 230px;
}
.thumbnail{
    padding: 0 0 25px;
    width: 215px;
    min-height: 240px;
    background: #ffffff;
    position: relative;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: border, background, color;
    -o-transition-property: border, background, color;
    transition-property: border, background, color;
    border-radius: 0;
    -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.1);
}
.thumbnail > .photo{
    background: #e4e2e2;
    max-height: 115px;
}
/*
.thumbnail > div > img{
    border-radius: 0;
    max-height: 115px;
    width: auto !important;
    height: auto;
    margin: 0 auto;
}*/
.thumbnail2{
    padding: 0px;
    width: 200px;
    max-height: 200px;
    min-height: 200px;
    background: #ffffff;
    font-size: smaller;
    position: relative;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: border, background, color;
    -o-transition-property: border, background, color;
    transition-property: border, background, color;
    border-radius: 0;
    -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.1);
}

.thumbnail2 > .photo{
    background: #e4e2e2;
    max-height: 90px;
    position: relative;
    top: -70px;
}
.thumbnail2 > div > img{
    /*border-radius: 0;
    max-height: 90px;
    width: auto !important;
    height: auto;
    margin: 0 auto;*/
    border-radius: 0;
    width: 200px;
    position: relative;
    top: -70px;
}
.stepName{
    text-align: center;
    margin: 30px;
}
.productImage {
    max-height: none !important;
}

.st-rate__btn,
.st-rate__btn:after,
.st-rate__btn:before {
    box-sizing: border-box
}
.st-rate__btn {
    text-decoration: none;
    background: #fafafa;
    padding: 5px 8px;
    color: #0082c3;
    font-size: 12px;
    border: 0;
    line-height: 1.2;
    display: inline-block;
    box-shadow: inset 0 0 0 1px #cecece;
    font-family: "Roboto Condensed",Helvetica,"Helvetica Neue",Arial,sans-serif;
    font-weight: 700;
    text-transform: uppercase
}
.st-rate__btn--left,
.st-rate__btn--right {
    position: relative;
    z-index: 0
}
.st-rate__btn--left:before,
.st-rate__btn--right:before {
    content: "";
    position: absolute;
    background: #fafafa;
    height: 100%;
    width: 20px;
    top: 0;
    z-index: -1;
    border: 1px solid #cecece
}
.st-rate__btn--left {
    margin: 0 8px 0 0
}
.st-rate__btn--left:before,
.st-rate__btn--left:hover:before {
    right: 0;
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    border-left: 0!important
}
.st-rate__btn--right:before,
.st-rate__btn--right:hover:before {
    left: 0;
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    border-right: 0!important
}
.st-rate__btn:active,
.st-rate__btn:focus {
    outline: 0
}
.st-rate__btn:hover {
    box-shadow: none;
    box-shadow: inset 0 0 0 1px #cecece;
    color: #cdcfcf;
    text-decoration: none
}
.st-rate__btn:hover:before {
    border: 1px solid #cecece
}

.loading {
    background: transparent url(ajax-loader.gif) center no-repeat;
}
.slider,.slider2 {
    visibility: hidden;
}
.slider.slick-initialized,.slider2.slick-initialized {
    visibility: visible;
}

.st-btn,
.st-btn:after,
.st-btn:before {
    box-sizing: border-box;
}
.st-btn {
    position: relative;
    z-index: 0;
    display: inline-block;
    padding: 10px 35px;
    margin-bottom: 10px;
    overflow: hidden;
    font-family: "Roboto Condensed", Helvetica, "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
}
.st-btn.disabled {
    cursor: not-allowed;
    opacity: .5;
    box-shadow: none !important;
}
.st-btn:active:not(.disabled):before {
    display: none;
}
.st-btn.st-btn-left:after,
.st-btn.st-btn-right:after {
    position: absolute;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-stretch: normal;
    line-height: 1;
    font-family: Material-Design-Iconic-Font;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.st-btn:active,
.st-btn:hover {
    text-decoration: none;
    outline: 0;
}
.st-btn:hover:not(.disabled):before {
    z-index: -1;
    width: 100%!important;
    -webkit-transform: none !important;
    transform: none !important;
}
.st-btn.st-btn-left:before {
    position: absolute;
    top: 0;
    width: 36px;
    height: 100%;
    content: "";
    background: #fff;
    opacity: 0.8;
}
.st-btn.st-btn-left:after {
    top: 50%;
    font-size: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.st-btn.st-btn-left {
    padding: 10px 35px 10px 51px;
}
.st-btn.st-btn-left:before {
    left: 0;
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
    -webkit-transform-origin: 0 100% 0;
    transform-origin: 0 100% 0;
}
.st-btn.st-btn-left:after {
    left: 12px;
    content: "";
}
.st-btn.st-btn-right:before {
    position: absolute;
    top: 0;
    width: 36px;
    height: 100%;
    content: "";
    background: #fff;
    opacity: 0.8;
}
.st-btn.st-btn-right:after {
    top: 50%;
    font-size: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.st-btn.st-btn-right {
    padding: 10px 51px 10px 35px;
}
.st-btn.st-btn-right:before {
    right: 0;
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg);
    -webkit-transform-origin: 100% 100% 0;
    transform-origin: 100% 100% 0;
}
.st-btn.st-btn-right:after {
    right: 12px;
    content: "";
}
.st-btn.st-btn-default {
    background: -webkit-linear-gradient(#fafafa 0, #e2e2e2 100%);
    background: linear-gradient(#fafafa 0, #e2e2e2 100%);
    border: 1px solid #dcdbdb;
    box-shadow: rgba(0, 0, 0, 0.0470588) 0 1px 1px 0;
}
.st-btn.st-btn-default:hover {
    border-color: #e6e6e6;
    box-shadow: rgba(0, 0, 0, 0.0980392) 0 1px 3px 0;
}
.st-btn.st-btn-default:active:not(.disabled) {
    background: #e2e2e2;
    border-color: #e2e2e2;
    box-shadow: none;
}
.st-btn.st-btn-default.st-btn-left {
    padding: 9px 34px 9px 50px;
}
.st-btn.st-btn-default,
.st-btn.st-btn-default:active,
.st-btn.st-btn-default:hover {
    color: #393939;
}
.st-btn.st-btn-default:before {
    opacity: 0.6;
}
.st-btn.st-btn-default.st-btn-small.st-btn-left {
    padding: 4px 24px 4px 36px;
}
.st-btn.st-btn-default.st-btn-small.st-btn-right {
    padding: 4px 36px 4px 24px;
}
.st-btn.st-btn-default.st-btn-right {
    padding: 9px 50px 9px 34px;
}
.st-btn.st-btn-left.st-btn-small:after,
.st-btn.st-btn-right.st-btn-small:after {
    font-size: 18px;
}
.st-btn.st-btn-left.st-btn-small:after {
    left: 9px;
}
.st-btn.st-btn-small {
    font-size: 14px;
}
.st-btn.st-btn-small.st-btn-left {
    padding: 5px 25px 5px 37px;
}
.st-btn.st-btn-small.st-btn-right {
    padding: 5px 37px 5px 25px;
}
.st-btn.st-btn-small:before {
    width: 26px;
}
.st-btn.st-btn-right.st-btn-small:after {
    right: 9px;
}
/*
.ui-datepicker {
    background-color: #fff;
    border: 1px solid #dcdbdb;
    display: none;
    margin-top: 4px;
    padding: 10px;
    width: 240px;
}
.ui-datepicker a,
.ui-datepicker a:hover {
    text-decoration: none;
}
.ui-datepicker a:hover,
.ui-datepicker td:hover a {
    color: #2A6496;
    -webkit-transition: color 0.1s ease-in-out;
    -moz-transition: color 0.1s ease-in-out;
    -o-transition: color 0.1s ease-in-out;
    transition: color 0.1s ease-in-out;
}
.ui-datepicker .ui-datepicker-header {
    margin-bottom: 4px;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title {
    font-weight: 700;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    cursor: default;
    font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    height: 20px;
    line-height: 1;
    margin-top: 2px;
    width: 30px;
}
.ui-datepicker .ui-datepicker-prev {
    float: left;
    text-align: left;
}
.ui-datepicker .ui-datepicker-next {
    float: right;
    text-align: right;
}
.ui-datepicker .ui-datepicker-prev:before {
    content: "<";
}
.ui-datepicker .ui-datepicker-next:before {
    content: ">";
}
.ui-datepicker .ui-icon {
    display: none;
}
.ui-datepicker .ui-datepicker-calendar {
    table-layout: fixed;
    width: 100%;
}
.ui-datepicker .ui-datepicker-calendar th,
.ui-datepicker .ui-datepicker-calendar td {
    text-align: center;
    padding: 4px 0;
}
.ui-datepicker .ui-datepicker-calendar td {
    border-radius: 4px;
    -webkit-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
    -moz-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
    -o-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
    transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
}
.ui-datepicker .ui-datepicker-calendar td:hover {
    background-color: #eee;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-calendar td a {
    text-decoration: none;
}
.ui-datepicker .ui-datepicker-current-day {
    background-color: #4289cc;
}
.ui-datepicker .ui-datepicker-current-day a {
    color: #fff
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable:hover {
    background-color: #fff;
    cursor: default;
}
*/
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    margin: 0;
    font-family: "Roboto", Helvetica, "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #393939;
    background-color: #fafafa;
    background-image: none;
    border: 1px solid #c8c8c8;
    border-radius: 0;
    box-shadow: none;
    -webkit-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;
}

.st-btn.st-btn-primary {
    background: -webkit-linear-gradient(top, #4eb0ed 0%, #0173b9 100%);
    background: linear-gradient(to bottom, #4eb0ed 0%, #0173b9 100%);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .17);
}
.st-btn.st-btn-right {
    padding: 10px 51px 10px 35px;
}
.st-btn {
    position: relative;
    z-index: 0;
    display: inline-block;
    padding: 10px 35px;
    margin-bottom: 10px;
    overflow: hidden;
    font-family: "Roboto Condensed", Helvetica, "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}
.st-btn.st-btn-primary:before {
    opacity: .2;
}
.st-btn.st-btn-right:before {
    right: 0;
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
.st-btn.st-btn-left:before, .st-btn.st-btn-right:before {
    position: absolute;
    top: 0;
    width: 36px;
    height: 100%;
    content: '';
    background: #fff;
}
.st-btn.st-btn-primary:hover, .st-btn.st-btn-primary:active, .st-btn.st-btn-primary:focus {
    color: #fff;
}
.st-btn.st-btn-primary:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .27);
}
.st-btn:hover, .st-btn:active, .st-btn:focus {
    text-decoration: none;
    outline: none;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/preloader_2.gif) center no-repeat #fff;
}

.xs .pricetag {
    height: 28px;
    padding: 0 5px 0 12px;
    background-size: 95px;
}
.pricetag {
    display: inline-block;
    height: 55px;
    padding: 0 10px 0 24px;
    font-family: "Roboto Condensed";
    font-size: 0;
    background: url(../images/pricetag-yellow.png) no-repeat top left;
    background-size: 185px;
}

.xs .pricetag .price {
    padding: 3px 0;
    font-size: 16px;
}
.pricetag .price {
    display: inline-block;
    padding: 5px 0;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: -.03em;
}
.xs .pricetag .decimal {
    font-size: 11px;
}
.pricetag .decimal {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
}
.st-price{
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 9;
}


.ui-widget {
    font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
    background: #ffffff;
    border: 1px solid #aeaeae;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.ui-datepicker {
    padding: 0;
}

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

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


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

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

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

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

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

.ui-datepicker table {
    margin: 0;
}

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

.ui-datepicker td {
    background: #ffffff;
    border: none;
    padding: 0;
}

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

.ui-state-disabled  {
    opacity: 1;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
    border: none;
    background:#ffffff;
}

.ui-state-active,
.ui-state-hover {
    background: #2e3641;
}


.booking-hours-list,
.error-msg {
    height: 300px;
    overflow-y: auto;
    margin-left: 0;
    width: 100%;
    list-style: none;
}

.booking-hours-list .time-list,
.error-msg .time-list {
    margin-top: 20px
}

.booking-hours-list .time-list a,
.error-msg .time-list a {
    display: block;
    width: 100%;
    cursor: pointer;
    text-align: center
}

.booking-hours-list .time-list a:hover,
.booking-hours-list .time-list a.active,
.error-msg .time-list a:hover,
.error-msg .time-list a.active {
    background: rgba(0, 0, 0, 0.1)
}

.booking-content .booking-hours li {
    list-style: none;
    width: 100%;
    cursor: pointer
}

a , a:hover{
    color: #000;
    text-decoration: none;
    line-height: inherit;
    cursor: pointer;
}

#calendar-title, .booking-hours-title {
    width: 100%;
    color: #fff;
    background-color: #0082C3;
    padding: 20px;
    margin: 0;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus,a.ui-state-default.ui-state-active{
    background: #0082C3;
    color: #ffffff;
}