@import 'https://fonts.googleapis.com/css?family=Open+Sans:600,700';


pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
	    padding: 20px;
    background-color: #fbffba;
	border: solid 16px #eef1c6;
}
.my-4 {
	background-image: linear-gradient(45deg, #e8e8e8 25%, transparent 25%, transparent 50%, #e8e8e8 50%, #e8e8e8 75%, transparent 75%, #fff);
    background-size: 5px 5px;
}

.my-3 {
	/*box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);*/
    background: linear-gradient(45deg, transparent 34%, #f6f3ff 35%, #fdfcff 40%, transparent 41%, transparent 59%, #fdfcff 60%, #fdfcff 65%, transparent 66%), linear-gradient(135deg, transparent 34%, #fdfcff 35%, #fdfcff 40%, transparent 41%, transparent 59%, #fdfcff 60%, #fdfcff 65%, transparent 66%);
    background-size: 1em 1em;
	border-top: solid 1px #f2f2f2;
	border-bottom: solid 1px #f2f2f2;
}

.shadow-box {
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}


/* Mosiac Tile */
.mosaic-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  padding: 10px;
}

.itemMOS {
  display: flex;
  justify-content: center;
  align-itemMOSs: center;
}

/* Customize the mosaic style */
.itemMOS1 {
  grid-column: span 2;
  grid-row: span 2;
}

.itemMOS3 {
  grid-column: span 2;
}

.itemMOS5 {
  grid-row: span 2;
}

/* Make it responsive */
@media (max-width: 1125px) {
  .mosaic-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .itemMOS1, .itemMOS3, .itemMOS5 {
    grid-column: span 1;
    grid-row: span 1;
  }
}

@media (max-width: 768px) {
  .mosaic-container {
    grid-template-columns: 1fr;
  }

  .itemMOS1, .itemMOS3, .itemMOS5 {
    grid-column: span 1;
    grid-row: span 1;
  }
}




/* UPGRADE SECTION */
.pricing {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
}
.pricing ul {
    padding: 0 28px !important;
}
.pricing li {
    padding: 0 !important;
}
.pricing-item {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    align-items: stretch;
    text-align: center;
    -webkit-flex: 0 1 330px;
    flex: 0 1 330px;
}
.pricing-action {
    color: inherit;
    border: none;
    background: none;
    cursor: pointer;
}
.pricing-action:focus {
    outline: none;
}
.pricing-feature-list {
    text-align: left;
}
.pricing-feature {
    text-align: center;
}
.pricing-palden .pricing-item {
    font-family: 'Open Sans', sans-serif;
    cursor: default;
    color: #1B375C;
    background: #fff;
    box-shadow: 0 0 10px rgba(46, 59, 125, 0.23);
    border-radius: 20px 20px 10px 10px;
    margin: 1em;
}
@media screen and (min-width: 66.25em) {
    .pricing-palden .pricing-item {
        margin: 1em -0.5em;
    }
    .pricing-palden .pricing__item--featured {
        margin: 0;
        z-index: 10;
        box-shadow: 0 0 20px rgba(46, 59, 125, 0.23);
    }
}
.pricing-palden .pricing-deco {
    border-radius: 10px 10px 0 0;
    background: linear-gradient(135deg, #4097f9, #0af0c7);
    padding: 4em 0 9em;
    position: relative;
}
.pricing-palden .pricing-deco-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 160px;
}
.pricing-palden .pricing-title {
    font-size: 0.75em;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #fff;
}
.pricing-palden .deco-layer {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}
.pricing-palden .pricing-item:hover .deco-layer--1 {
    -webkit-transform: translate3d(15px, 0, 0);
    transform: translate3d(15px, 0, 0);
}
.pricing-palden .pricing-item:hover .deco-layer--2 {
    -webkit-transform: translate3d(-15px, 0, 0);
    transform: translate3d(-15px, 0, 0);
}
.pricing-palden .icon {
    font-size: 2.5em;
}
.pricing-palden .pricing-price {
    font-size: 5em;
    font-weight: bold;
    padding: 0;
    color: #fff;
    margin: 0 0 0.25em 0;
    line-height: 0.75;
}
.pricing-palden .pricing-currency {
    font-size: 0.15em;
    vertical-align: top;
}
.pricing-palden .pricing-period {
    font-size: 0.15em;
    padding: 0 0 0 0.5em;
    font-style: italic;
}
.pricing-palden .pricing__sentence {
    font-weight: bold;
    margin: 0 0 1em 0;
    padding: 0 0 0.5em;
}
.pricing-palden .pricing-feature-list {
    margin: 0;
    padding: 0.25em 0 2.5em;
    list-style: none;
    text-align: center;
}
.pricing-palden .pricing-feature {
    padding: 1em 0;
}
.pricing-palden .pricing-action {
    font-weight: bold;
    margin: auto 3em 2em 3em;
    padding: 1em 2em;
    color: #fff;
    border-radius: 30px;
    background: linear-gradient(135deg, #a93bfe, #584efd);
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.pricing-palden .pricing-action:hover, .pricing-palden .pricing-action:focus {
    background: linear-gradient(135deg, #fd7d57, #f55d59);
}
.pricing-palden .pricing-item--featured .pricing-deco {
    padding: 5em 0 8.885em 0;
}
@import url(//fonts.googleapis.com/css?family=Lato:300:400);
.inner-header {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}
.flex { /*Flexbox for containers*/
    justify-content: center;
    align-items: center;
    text-align: center;
}
.waves {
    position: relative;
    width: 100%;
    height: 150vh;
    margin-bottom: -7px; /*Fix for safari gap*/
    min-height: 100px;
    max-height: 250px;
}
/* Animation */
.parallax > use {
    animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}
.parallax > use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}
.parallax > use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}
.parallax > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}
.parallax > use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}
@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }
    100% {
        transform: translate3d(85px, 0, 0);
    }
}
/* END UPGRADE SECTION */




[type="checkbox"] {
    vertical-align: middle;
}
html, body {
    -webkit-transition: all 333ms ease-in-out;
    -moz-transition: all 333ms ease-in-out;
    -o-transition: all 333ms ease-in-out;
    -ms-transition: all 333ms ease-in-out;
    transition: all 333ms ease-in-out;
}




/* PRICE LIST */
*, *:before, *:after {
    box-sizing: border-box;
}
.price_list {
    background: #eee;
    width: 100%;
    margin: 0 auto 0;
    padding: 40px 50px 50px;
    font: 16px/1em sans-serif;
}
.price_list li {
    border-bottom: 2px dotted #aaa;
    height: 35px;
    padding-top: 20px;
    list-style: none;
}
.price_list li span {
    background: #eee;
    display: block;
    height: 25px;
}
.price_list li span:first-child {
    float: left;
    padding: 0 10px 0 0;
}
.price_list li span:first-child + span {
    float: right;
    padding: 0 0 0 10px;
}
/* END PRICE LIST */
/* SWITCH/TOGGLE */
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}
/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
/* 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: 26px;
    width: 26px;
    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%;
}
/* CIRCLE WITH NUMBER */
.circle {
    border-radius: 50%;
    width: 34px;
    height: 34px;
    padding: 0;
    background: #fff;
    border: 6px solid #fd9853;
    color: #000;
    text-align: center;
    padding: 0;
}
/* STAFF EDIT CHECK BOX AND TEXT ALIGN */
.checkboxes label {
    display: block;
    padding-right: 10px;
    padding-left: 36px;
    text-indent: -30px;
}
.checkboxes input {
    vertical-align: middle;
}
.checkboxes label span {
    vertical-align: middle;
}
.form-group {
    position: relative;
}
.form-group + .form-group {
    margin-top: 30px;
}
/* GIFT CARD INPUT STYLE */
.form-label {
    position: absolute;
    left: 5px;
    top: -14px;
    color: #6885a9;
    background-color: #fff;
    z-index: 2;
    transition: transform 150ms ease-out, font-size 150ms ease-out;
}
.focused .form-label {
    transform: translateY(-125%);
    font-size: 0.75em;
}
.form-input {
    position: relative;
    padding: 12px 0px 5px 0;
    width: 100%;
    outline: 0;
    border: 0;
    box-shadow: 0 1px 0 0 #e5e5e5;
    transition: box-shadow 150ms ease-out;
}
.form-input:focus {
    box-shadow: 0 2px 0 0 blue;
}
.form-input.filled {
    box-shadow: 0 2px 0 0 lightgreen;
}
/* END GIFT CARD INPUT STYLE */
.btn-disabled {
    width: 100%;
    padding: 8px;
    text-align: center;
    background-color: #ededed;
    border-radius: 4px;
}
.circleOrange {
    background: #0275d8;
    border-radius: 3em;
    -moz-border-radius: 3em;
    -webkit-border-radius: 3em;
    color: #ffffff;
    height: 1.8em;
    width: 1.8em;
    display: inline-block;
    font-family: 'Roboto', Helvetica, Sans-serif;
    font-size: 19px;
    line-height: 1.8em;
    text-align: center;
}
.circleOrange:hover {
    background: #688197;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.timeX input[type="radio"] {
    visibility: hidden; /* 1 */
    height: 0; /* 2 */
    width: 0; /* 2 */
    position: absolute;
}
.timeX input[type="checkbox"] {
    visibility: hidden; /* 1 */
    height: 0; /* 2 */
    width: 0; /* 2 */
    position: absolute;
}
.timeX label {
    display: flex;
    flex: auto;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    background-color: #ceecfd;
    color: #354b5e;
    font-weight: 700;
    font-size: 1.2em;
    padding: 5px 10px;
    border-radius: 6px;
    transition: #e4e4e4 0.1s ease-out, #525252 0.1s ease-in;
    user-select: none;
    margin-right: 8px;
}
.timeX label:last-of-type {
    margin-right: 0;
}
.timeX input[type="radio"]:checked + label {
    background-color: #3d93e5;
    color: #FFF;
}
.timeX input[type="radio"]:hover:not(:checked) + label {
    background-color: #93c5f5;
    color: #fff;
}
.timeX input[type="checkbox"]:checked + label {
    background-color: #3d93e5;
    color: #FFF;
}
.timeX input[type="checkbox"]:hover:not(:checked) + label {
    background-color: #93c5f5;
    color: #fff;
}
.btn-primary-2 {
    color: #444343;
    background-color: #f0f8ff;
    border-color: #d9dee3;
}
/*SLICK NEXT PREV */
.slick-prev:before, .slick-next:before {
    color: #3498db !important;
}
/* The icon */
.help-tip-universal {
    /*
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	*/
    margin: auto;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 42px;
    cursor: pointer;
    position: relative;
}
.help-tip-universal:hover p {
    display: block;
    transform-origin: 100% 0%;
    -webkit-animation: fadeIn 0.3s ease;
    animation: fadeIn 0.3s ease;
}
/* The tooltip */
.help-tip-universal p {
    display: none;
    font-family: sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    background-color: #fff;
    padding: 12px 16px !important;
    width: auto;
    height: auto;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 5%);
    border-radius: 3px;
    border: 1px solid #cbcbcb;
    box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.1);
    color: #37393D;
    font-size: 12px;
    line-height: 18px;
    z-index: 99999999999999999999999 !important;
}
.help-tip-universal p a {
    color: #067df7;
    text-decoration: none;
}
.help-tip-universal p a:hover {
    text-decoration: underline;
}
/* Prevents the tooltip from being hidden */
.help-tip-universal p:after {
    width: 10px;
    height: 40px;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999999999999999999999;
}
/* The icon */
.help-tip {
    /*
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	*/
    margin: auto;
    text-align: center;
    width: 40px;
    height: 40px;
    font-size: 24px;
    line-height: 42px;
    cursor: pointer;
    position: relative;
}
.help-tip:hover p {
    display: block;
    transform-origin: 100% 0%;
    -webkit-animation: fadeIn 0.3s ease;
    animation: fadeIn 0.3s ease;
}
/* The tooltip */
.help-tip p {
    display: none;
    font-family: sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    background-color: #fff;
    padding: 12px 16px !important;
    width: auto;
    height: auto;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 5%);
    border-radius: 3px;
    border: 1px solid #cbcbcb;
    box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.1);
    color: #37393D;
    font-size: 12px;
    line-height: 18px;
    z-index: 999999999 !important;
}
.help-tip p a {
    color: #067df7;
    text-decoration: none;
}
.help-tip p a:hover {
    text-decoration: underline;
}
/* Prevents the tooltip from being hidden */
.help-tip p:after {
    width: 10px;
    height: 40px;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
}
/* CSS animation */
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 100%;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 100%;
    }
}
/*ICON SLIDE*/
a.button-icon {
    color: #000;
    text-decoration: none;
}
a.button-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background: #eee;
    transition: 0.2s;
    z-index: 99999;
}
a.button-icon .material-icons {
    font-size: 24px;
    transition: 0.2s;
}
a.button-icon .label-hidden {
    max-width: 0;
    opacity: 0;
    max-height: 1em;
    white-space: nowrap;
    transition: 0.2s;
}
a.button-icon:hover .label-hidden {
    max-width: 300px;
    margin-left: 8px;
    opacity: 1;
}
/*BOOKING*/
.staffselect ul {
    list-style-type: none;
    padding: 0 !important;
}
.staffselect li {
    display: inline-block;
}
.staffselect input[type="radio"][id^="cb"] {
    display: none;
}
.staffselect label {
    border: 1px solid #fff;
    padding: 10px;
    display: block;
    position: relative;
    margin: 10px;
    cursor: pointer;
}
.staffselect label:before {
    
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
   
    position: absolute;
    top: -5px;
    left: -5px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 28px;
    transition-duration: 0.4s;
    transform: scale(0);
}
.staffselect label img {
    height: 100px;
    width: 100px;
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
}
.staffselect :checked + label {
    /*border-color: #ddd;*/
}

.staffselect :checked + label:before {
    content: "✓";

    transform: scale(1.3);
    top: 18px;
    left: 20px;
    z-index: 9;
	color: #7fe21b;
    font-weight: 700;
    font-size: 3.3em;
	

	text-shadow: 2px 2px 0px #FFFFFF, 5px 4px 0px rgba(0,0,0,0.15), 2px 2px 2px rgba(206,89,55,0);
}

/*
.staffselect :checked + label:before {
    content: "✓";
    background-color: #4f9727;
    transform: scale(1.3);
    top: 18px;
    left: 20px;
    z-index: 9;
}
*/
.staffselect :checked + label img {
    /*transform: scale(0.9);*/
    box-shadow: 0 0 5px #333;
    z-index: -1;
	border: solid 3px #4279ff;
}
/*PAGE*/
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    background: #f5f5f5;
    padding: 0;
    margin: 0;
}
i.fa {
    font-size: 16px;
}
p {
    font-size: 16px;
    line-height: 1.42857143;
    padding: 0 !important;
}
.header {
    position: fixed;
    z-index: 999999999999999999;
    top: 0;
    left: 0;
    background: #3498DB;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #fff;
}
.header .logo {
    text-transform: uppercase;
    letter-spacing: 1px;
}
.header #menu-action {
    display: block;
    float: left;
    width: 60px;
    height: 50px;
    line-height: 50px;
    margin-right: 15px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    background: rgba(0, 0, 0, 0.15);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.header #menu-action i {
    display: inline-block;
    margin: 0 5px;
}
.header #menu-action span {
    width: 0px;
    display: none;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.header #menu-action:hover {
    background: rgba(0, 0, 0, 0.25);
}
.header #menu-action.active {
    width: 250px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.header #menu-action.active span {
    display: inline;
    width: auto;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.sidebar {
    position: fixed;
    /*position: absolute;*/
    z-index: 3;
    left: 0;
    top: 50px;
    height: 100%;
    width: 60px;
    background: #fff;
    border-right: 1px solid #ddd;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.sidebar:hover, .sidebar.active, .sidebar.hovered {
    width: 250px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.sidebar ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    background-color: white;
}
.sidebar ul li {
    display: block;
}
.sidebar ul li a {
    display: block;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    color: #444;
    text-align: left;
}
.sidebar ul li a i {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    -webkit-animation-duration: 0.7s;
    -moz-animation-duration: 0.7s;
    -o-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}
.sidebar ul li a span {
    display: inline-block;
    height: 60px;
    line-height: 60px;
}
.sidebar ul li a:hover {
    background-color: #eee;
}
.main {
    position: relative;
    display: block;
    top: 50px;
    left: 0;
    padding: 15px;
    padding-left: 75px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.main.active {
    padding-left: 275px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.main .jumbotron {
    background-color: #fff;
    /*padding: 30px !important;*/
    border: 1px solid #dfe8f1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.main .jumbotron h1 {
    font-size: 24px;
    margin: 0;
    padding: 0;
    margin-bottom: 12px;
}
@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}
@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        -ms-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        -ms-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        -ms-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        -ms-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        -ms-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}
.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}
.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
    background: white;
}
table {
    background: white;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout + .bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h4 {
    color: #5bc0de;
}
/*END PAGE*/
/*APPOINTMENT BY STAFF TABLE */
.columns {
    width: 100%;
    /*padding: 10px;*/
}
.price {
    list-style-type: none;
    border: 2px solid #eef;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.price:hover {
    box-shadow: 0 8px 11px 0 rgba(0, 0, 0, 0.5);
}
.price .headerTable {
    background-color: #444;
    color: white;
    font-size: 25px;
}
.price .sticky {
    background-color: #64b5f6;
}
.price li {
    border-bottom: 1px solid #eef;
    padding: 10px;
    text-align: center;
    background-color: #FFFFFF;
    -webkit-box-shadow: -1px 3px 4px -3px #000000;
    box-shadow: -1px 3px 4px -3px #000000;
    margin-bottom: 20px;
}
.price li:nth-child(odd):not(:first-child) {
    background-color: #e4eaf1;
}
.price .grey {
    background-color: #eef;
    font-size: 20px;
}
@media only screen and (max-width: 600px) {
    .columns {
        width: 100%;
    }
    .mobile-booking-details {
        display: block !important;
    }
	.thumb {
		width: 100% !important;
	}
}
.report table {
    /*border: 1px solid #ccc;*/
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}
.report table caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
}
.report table tr {
    background-color: #fff;
    border: 1px solid #ddd;
    /*padding: .35em;*/
}
.report table tr:last-child {
    border-bottom: none;
}
.report table th, table td {
    padding: .625em;
    text-align: center;
}
.report table th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
}
@media screen and (max-width: 600px) {
    .report table {
        border: 0;
    }
    .report table caption {
        font-size: 1.3em;
    }
    .report table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    .report table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        /*margin-bottom: .625em;*/
    }
    .report table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right;
    }
    .report table td::before {
        /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }
    .report table td:last-child {
        border-bottom: 0;
    }
}
/* END APPOINTMENT BY STAFF TABLE */
/*GROUP BOOKING LIST*/
.list {
    width: 100%;
}
.list ul:nth-child(odd) {
    background-color: #f3f3f3;
}
.list ul:nth-child(even) {
    background-color: #fff;
}
.list ul li {
    font-size: .9em;
}
.list ul li .guest-btn {
    width: 100px;
}
/* big */
@media screen and (min-width:600px) {
    .list {
        display: table;
        /*margin:1em;*/
    }
    .list ul {
        display: table-row;
    }
    .list ul:first-child li {
        background-color: #fbfbfb;
        color: #3a3f4c;
    }
    .list ul > li {
        display: table-cell;
        padding: .5em;
    }
}
/* small */
@media screen and (max-width:599px) {
    .list ul {
        display: block;
        list-style: none;
        /*margin:1em;*/
        padding: .5em;
    }
    .list ul:first-child {
        display: none;
    }
    .list ul > li {
        display: block;
        padding: .25em 0;
    }
    .list ul:nth-child(odd) > li + li {
        border-top: solid 1px #ccc;
    }
    .list ul:nth-child(even) > li + li {
        border-top: solid 1px #eee;
    }
    .list ul > li:before {
        color: #000;
        content: attr(data-label);
        display: inline-block;
        font-size: .9em;
        font-weight: bold;
        text-transform: capitalize;
        vertical-align: top;
        width: 30%;
    }
    .list p {
        margin: -1em 0 0 50%;
    }
    .guest-btn {
        width: auto !important;
    }
    .product-name {
        margin-top: 14px !important;
    }
}
/* tiny */
@media screen and (max-width:349px) {
    .list ul > li:before {
        display: block;
    }
    .list p {
        margin: 0;
    }
    .product-name {
        margin-top: 14px !important;
    }
}
/*GROUP BOOKING TABLE*/
.group-booking-table {
    margin: auto;
    width: 100%;
    border-collapse: collapse;
    box-shadow: -1px 3px 4px -3px #000000;
}
.group-booking-table tr:first-child {
    border-top: none;
    background: #9fbcc3;
    color: #4e6578;
}
.group-booking-table tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
}
.group-booking-table tr:nth-child(odd):not(:first-child) {
    background-color: #f1f3ff;
}
.group-booking-table th {
    display: none;
}
.group-booking-table td {
    display: block;
}
.group-booking-table td:first-child {
    margin-top: .5em;
}
.group-booking-table td:last-child {
    margin-bottom: .5em;
}
.group-booking-table td:before {
    /*content: attr(data-th) ": ";*/
    font-weight: bold;
    width: 120px;
    display: inline-block;
    color: #000;
    content: none;
}
.group-booking-table th, .group-booking-table td {
    text-align: left;
}
.group-booking-table {
    color: #333;
    border-radius: .4em;
    overflow: hidden;
    margin-bottom: 30px;
}
.group-booking-table tr {
    border-color: #dfdfdf;
}
.group-booking-table th, .group-booking-table td {
    padding: .5em 1em;
}
@media screen and (max-width: 601px) {
    .group-booking-table tr:nth-child(2) {
        border-top: none;
    }
}
@media screen and (min-width: 600px) {
    /*
  .group-booking-table tr:hover:not(:first-child) {
    background-color: #d8e7f3;
  }
  */
    .group-booking-table td:before {
        display: none;
    }
    .group-booking-table th, .group-booking-table td {
        display: table-cell;
        padding: .25em .5em;
    }
    .group-booking-table th:first-child, .group-booking-table td:first-child {
        padding-left: 0;
    }
    .group-booking-table th:last-child, .group-booking-table td:last-child {
        padding-right: 0;
        border-right: none;
    }
    .group-booking-table th {
        border-right: solid 1px #ccc;
    }
    .group-booking-table th, .group-booking-table td {
        padding: 1em !important;
    }
}
/*CUSTOMER TABLE*/
* {
    font-family: 'Open Sans', sans-serif;
}
.rwd-table {
    margin: auto;
    width: 100%;
    border-collapse: collapse;
}
.rwd-table tr:first-child {
    border-top: none;
    background: #9fbcc3;
    color: #fff;
}
.rwd-table tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
}
.rwd-table tr:nth-child(odd):not(:first-child) {
    background-color: #f1f3ff;
}
.rwd-table th {
    display: none;
}
.rwd-table td {
    display: block;
}
.rwd-table td:first-child {
    margin-top: .5em;
}
.rwd-table td:last-child {
    margin-bottom: .5em;
}
.rwd-table td:before {
    /*content: attr(data-th) ": ";*/
    font-weight: bold;
    width: 120px;
    display: inline-block;
    color: #000;
    content: none;
}
.rwd-table th, .rwd-table td {
    text-align: left;
}
.rwd-table {
    color: #333;
    border-radius: .4em;
    overflow: hidden;
}
.rwd-table tr {
    border-color: #dfdfdf;
}
.rwd-table th, .rwd-table td {
    padding: .5em 1em;
}
@media screen and (max-width: 601px) {
    .rwd-table tr:nth-child(2) {
        border-top: none;
    }
}
@media screen and (min-width: 600px) {
    .rwd-table tr:hover:not(:first-child) {
        background-color: #d8e7f3;
    }
    .rwd-table td:before {
        display: none;
    }
    .rwd-table th, .rwd-table td {
        display: table-cell;
        padding: .25em .5em;
    }
    .rwd-table th:first-child, .rwd-table td:first-child {
        padding-left: 0;
    }
    .rwd-table th:last-child, .rwd-table td:last-child {
        padding-right: 0;
    }
    .rwd-table th, .rwd-table td {
        padding: 1em !important;
    }
}
/* THE END OF THE IMPORTANT STUFF */
/* CUSTOMER TABLE */
.responsive-table {
    width: 100%;
    margin-bottom: 1.5em;
}
.responsive-table thead {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.responsive-table thead th {
    background-color: #9fbcc3;
    border: 1px solid #98bcd5;
    font-weight: normal;
    text-align: left;
    color: white;
}
.responsive-table thead th:first-of-type {
    text-align: left;
}
.responsive-table tbody, .responsive-table tr, .responsive-table th, .responsive-table td {
    display: block;
    padding: 0;
    text-align: left;
    white-space: normal;
}
.responsive-table th, .responsive-table td {
    padding: .5em;
    vertical-align: middle;
}
.responsive-table caption {
    margin-bottom: 1em;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
}
.responsive-table tfoot {
    font-size: .8em;
    font-style: italic;
}
.responsive-table tbody tr {
    margin-bottom: 1em;
    border: 1px solid #d2dee1;
}
.responsive-table tbody tr:last-of-type {
    margin-bottom: 0;
}
.responsive-table tbody th[scope="row"] {
    background-color: #9fbcc3;
    color: white;
}
.responsive-table tbody td[data-type=currency] {
    text-align: right;
}
.responsive-table tbody td[data-title]:before {
    content: attr(data-title);
    float: left;
    font-size: .7em;
    color: rgba(94, 93, 82, 0.75);
}
.responsive-table tbody td {
    text-align: right;
    /*border-bottom: 1px solid #1d96b2;*/
    margin-top: 7px;
}
@media (min-width: 52em) {
    .responsive-table {
        font-size: .9em;
    }
    .responsive-table thead {
        position: relative;
        clip: auto;
        height: auto;
        width: auto;
        overflow: auto;
    }
    .responsive-table tr {
        display: table-row;
    }
    .responsive-table th, .responsive-table td {
        display: table-cell;
        padding: .5em;
    }
    .responsive-table caption {
        font-size: 1.5em;
    }
    .responsive-table tbody {
        display: table-row-group;
    }
    .responsive-table tbody tr {
        display: table-row;
        border-width: 1px;
    }
    .responsive-table tbody tr:nth-of-type(even) {
        background-color: rgb(215 215 215 / 10%);
    }
    .responsive-table tbody th[scope="row"] {
        background-color: transparent;
        color: #5e5d52;
        text-align: left;
    }
    .responsive-table tbody td {
        text-align: left;
    }
    .responsive-table tbody td[data-title]:before {
        content: none;
    }
}
@media (min-width: 62em) {
    .responsive-table {
        font-size: 1em;
    }
    .responsive-table th, .responsive-table td {
        padding: .75em .5em;
    }
    .responsive-table tfoot {
        font-size: .9em;
    }
}
@media (min-width: 75em) {
    .responsive-table th, .responsive-table td {
        padding: .75em;
    }
}
/* END CUSTOMER TABLE */
.h1, h1 {
    font-size: 1.5rem;
}
.container-fluid {
    max-width: 1400px;
}
.card {
    background: #fff;
    box-shadow: 0 6px 10px rgba(0, 0, 0, .08), 0 0 6px rgba(0, 0, 0, .05);
    border: 1;
    border-radius: 1rem;
}
.img-hover-zoom--colorize img {
    border-radius: 50%;
    width: 150px;
    height: auto;
    margin-top: 20px;
    padding: 1px;
    transition: transform .5s;
    filter: grayscale(100%);
}
.img-hover-zoom--colorize:hover img {
    filter: grayscale(0);
    transform: scale(1.05);
}
.card h5 {
    overflow: hidden;
    height: 80px;
    font-weight: 300;
    font-size: 1rem;
}
.card h5 a {
    color: black;
    text-decoration: none;
}
.role {
    color: #7a7a7a;
}
.box {
    display: flex;
    align-items: center;
    justify-content: center;
}
.fab {
    font-size: 1.5rem;
    color: darkgray;
    transition: transform .5s;
}
.fab:hover {
    color: black;
    transform: scale(1.1);
}
.card h2 {
    font-size: 1rem;
}
/* MEDIA */
@media only screen and (min-width: 1200px) {
    .img-hover-zoom--colorize img {
        width: 200px;
    }
}
@media only screen and (min-width: 1200px) {
    .h1, h1 {
        font-size: 2rem;
    }
}
/*
    Don't look at this last part. It's unnecessary. I was just playing with pixel gradients... Don't judge.
*/
/*
@media screen and (max-width: 601px) {
  .rwd-table tr {
    background-image: -webkit-linear-gradient(left, #428bca 137px, #f5f9fc 1px, #f5f9fc 100%);
    background-image: -moz-linear-gradient(left, #428bca 137px, #f5f9fc 1px, #f5f9fc 100%);
    background-image: -o-linear-gradient(left, #428bca 137px, #f5f9fc 1px, #f5f9fc 100%);
    background-image: -ms-linear-gradient(left, #428bca 137px, #f5f9fc 1px, #f5f9fc 100%);
    background-image: linear-gradient(left, #428bca 137px, #f5f9fc 1px, #f5f9fc 100%);
  }
  .rwd-table tr:nth-child(odd) {
    background-image: -webkit-linear-gradient(left, #428bca 137px, #ebf3f9 1px, #ebf3f9 100%);
    background-image: -moz-linear-gradient(left, #428bca 137px, #ebf3f9 1px, #ebf3f9 100%);
    background-image: -o-linear-gradient(left, #428bca 137px, #ebf3f9 1px, #ebf3f9 100%);
    background-image: -ms-linear-gradient(left, #428bca 137px, #ebf3f9 1px, #ebf3f9 100%);
    background-image: linear-gradient(left, #428bca 137px, #ebf3f9 1px, #ebf3f9 100%);
  }
}*/
.ss {
    background-color: #E7E7E7 !important;
}
.ss:hover {
    background-color: #fff !important;
}
input[type="password"], input[type="email"], input[type="text"], input[type="number"], input[type="file"], textarea, select {
    max-width: 100%;
    margin-bottom: 15px;
    padding: 10px;
    height: auto;
    /*background-color: #e1e1e1 !important;*/
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #b8d4e7;
    display: block;
    width: 100%;
    line-height: 1.75em;
    font-weight: 400;
    color: #000;
    background-image: none;
    border-radius: 0;
    outline: none;
    text-align: left;
    -webkit-transition: all 333ms ease-in-out;
    -moz-transition: all 333ms ease-in-out;
    -o-transition: all 333ms ease-in-out;
    -ms-transition: all 333ms ease-in-out;
    transition: all 333ms ease-in-out;
}
.divTableCell:nth-child(odd) {
    background-color: #f4f5ff;
}
.divTable {
    display: table;
    width: 100%;
    border-collapse: collapse;
}
.divTableRow {
    display: table-row;
}
.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
}
.divTableCell, .divTableHead {
    text-align: center;
    display: table-cell;
    padding: 10px 10px;
    vertical-align: top;
    border: solid 1px #fff;
    background-color: #f9faff;
}
.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
    font-weight: bold;
}
.divTableFoot {
    background-color: #EEE;
    display: table-footer-group;
    font-weight: bold;
}
.divTableBody {
    display: table-row-group;
}
.divTableCell input {
    width: 100% !important;
}
@media screen and (max-width: 480px) {
    li {
        width: 100% !important;
    }
    .product-name {
        margin-top: 14px !important;
    }
    .monthly-result {
        background-color: white;
    }
    .tel-email {
        margin-top: 20px;
    }
    .divTableCell {
        display: block !important;
        width: 100% !important;
    }
    .divTableRow {
        display: block !important; 
		
        margin-bottom: 30px;
        -webkit-box-shadow: 0px 4px 2px -1px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 4px 2px -1px rgba(0, 0, 0, 0.2);
    }
	

	
    .staffDateBtn {
        width: 100% !important;
        float: none !important;
    }
    .staffEditDiv {
        text-align: left !important;
    }
    .col {
        padding: 0 20px !important;
    }
    .btn {
        margin-bottom: 10px;
    }
    tr {
        margin-bottom: 0 !important;
    }
    th {
        margin-top: 20px !important;
        background-color: #e5e5e5 !important;
        text-align: center !important;
        color: black !important;
    }
    th:nth-child(even) {
        background-color: #ccc !important;
    }
    tr:nth-child(even) {
        background-color: #f3f3f3;
    }
    .btn {
        margin-bottom: 0 10px !important;
    }
    td {
        padding: 0 5px 5px !important;
    }
    #customerResult {
        position: absolute;
        z-index: 99;
        margin-top: -110px;
    }
    .customer_name {
        font-size: 1.4em;
    }
    .quickIcon {
        display: none !important
    }
    #new_apppointment_heading {
        font-size: 1em;
    }
}
@media all and (max-height: 710px) {
    .sidebar {
        position: absolute !important;
    }
}
.col {
    float: left;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}
.cols {
    float: left;
    width: 100%;
    padding: 0px;
    box-sizing: border-box;
}
.row:before, .row:after, .group:before, .group.after {
    content: "";
    display: table;
    word-wrap: break-word;
}
.row:after, .group:after {
    clear: both;
    word-wrap: break-word;
}
.row, .group {
    zoom: 1;
    word-wrap: break-word;
}
.col-xs-11 {
    width: 91.662%;
}
.col-xs-10 {
    width: 83.332%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.662%;
}
.col-xs-7 {
    width: 58.331%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.662%;
}
.col-xs-4 {
    width: 33.332%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.662%;
}
.col-xs-1 {
    width: 8.332%;
}
/*only if the device width is atleast 768px or higher*/
@media screen and (min-width: 768px) {
    .col-sm-11 {
        width: 91.662%;
    }
    .col-sm-10 {
        width: 83.332%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.662%;
    }
    .col-sm-7 {
        width: 58.331%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.662%;
    }
    .col-sm-4 {
        width: 33.332%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.662%;
    }
    .col-sm-1 {
        width: 8.332%;
    }
}
@media screen and (min-width: 1024px) {
    .col-md-11 {
        width: 91.662%;
    }
    .col-md-10 {
        width: 83.332%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.662%;
    }
    .col-md-7 {
        width: 58.331%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.662%;
    }
    .col-md-4 {
        width: 33.332%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.662%;
    }
    .col-md-1 {
        width: 8.332%;
    }
}
@media screen and (min-width: 1024px) {
    .col-lg-11 {
        width: 91.662%;
    }
    .col-lg-10 {
        width: 83.332%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.662%;
    }
    .col-lg-7 {
        width: 58.331%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.662%;
    }
    .col-lg-4 {
        width: 33.332%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.662%;
    }
    .col-lg-1 {
        width: 8.332%;
    }
}