
body {
    /* padding-top: 50px; */
    /*min-width: 480px;*/
    font-family: 'Roboto', sans-serif!important;
    font-size: 17px!important;
}

ol, ul {
    list-style: none;
}



header {
 	background: url(/static/images/spa-bg.png);
    background-size: cover;
    background-position: center center;
	width: 100%;
	height: 850px;
	padding-top: 50px;
	text-align: center;
	color: #fff;
}

header h1 {
    font-size: 4.7em;
    line-height: 1em;
    margin: 2em 0 .35em;
    font-weight: 900;
	font-family: 'Roboto', sans-serif;
    display: inline-block;
    background: rgba(0, 0, 0, 0.55);
    padding: 20px;
}

header small {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 2.5em;
    line-height: 1em;
    margin-bottom: 2.5em;
    display: block;
}

.appointment-booking {
  padding: 40px 15px;
}

.appointment-booking  h1{
    font-size: 54px;
    font-family: 'Roboto', sans-serif;
    font-weight: 800;
}

#booking {
    min-height: 730px;
	background: #fff;
}

#contact {
    background: #20232A;
    overflow: hidden;
	/*height: 700px;*/
	/*background-image: url(/static/images/gray-gradient.png);*/
    /*background-size: cover;*/
    /*background-position: center center;*/
}

.contact-header {
    margin-top: 70px;
    margin-bottom: 80px;
}

.contact-header h1 {
    color: white;
    font-size: 54px;
    font-family: 'Roboto', sans-serif;
    font-weight: 800;
}

.contact-header p {
    color: white;
}

#contact .image {
    width: 300px;
    height: 200px;
    margin: 15px;
}

.stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}

.gallery {
    height: 400px;
    overflow:hidden;
}

.gallery h3 {
    background: #fff;
    color: #3498db;
    font-size: 36px;
    line-height: 300px;
    margin: 10px;
    padding: 2%;
    position: relative;
    text-align: center;
}

#about {
    height: 1000px;
}

#about .about-header {
    margin-top: 60px;
    margin-bottom: 80px;
}

#about .about-header h1 {
    font-size: 54px;
    font-family: 'Roboto', sans-serif;
    font-weight: 800;
}

#about .about-header p {}

.contact-form h1{
    font-size: 35px;
    font-family: 'Roboto', sans-serif;
    font-weight: 800;
    color: rgba(35, 35, 35, 0.74);
    margin-bottom: 80px;
}

.contact-form p {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 800;
    color: rgba(35, 35, 35, 0.44);
}

.custom-input {
    background-color: #F8F8F8;
    border: 1px solid #E5E5E5;
    width: 100%;
    padding: 15px;
    border-radius: 3px;
    margin-bottom: 10px;
}

.custom-input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #212121;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}
.custom-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #212121;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    opacity:  1;
}
.custom-input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #212121;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    opacity:  1;
}
.custom-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #212121;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}

.name-input {
    margin-top: 25px;
}

.email-input {

}

.message-input {
    height: 150px;
}

/* Time sheet */
.time_sheet {
	border-left: 1px dashed rgba(0, 0, 0, 0.14);
}

.time_sheet ul {
    float: left;
    padding: 0 0 0 25px;
    /*min-height: 205px;*/
}

.time_sheet ul li {
	font-size: 12px;
	padding: 5px 0 2px;
	text-align: center;
}


.time_sheet ul li a {
    color: #1a93d0;
    font-weight: 700;
    padding: 5px;
    text-decoration: none;
    border-bottom: 1px solid #eee;
}

.time_sheet ul li.list_heading {
	color: #444;
    font-weight: 700;
    text-align: center;
    padding-top: 0;
    word-wrap: break-word;
}

@media (max-width: 768px) {

	.time_sheet {
		margin-top:20px;
		border-left: none;
	}
	
	.time_sheet ul {
		padding: 0 0 0 0;
	}

	header h1 {
		font-size: 4.7em!important;
	}
	
}

@media (max-width: 610px) {
    header h1 {
		font-size: 3.2em!important;
	}
}


/* Service */


#chs_service_act.list ul li b {
    line-height: 20px;
    display: block;
}

.servicePrice {
    line-height: 18px;
    margin: 0;
}

.servicePrice span {
	padding-top: 5px;
}

.servicePrice span:nth-child(2) {
	margin-left: 20px;
}

#catergoryservice {
    max-height: 288px;
    overflow-y: scroll;
}

#catergoryservice , #employeeservice{
	padding-left: 0;
}

#catergoryservice  li, #employeeservice li {
	line-height: 37px;
	padding: 5px 2px;
	cursor: pointer;
    border-bottom: 1px solid #eee;
}

#catergoryservice  li.active, #employeeservice  li.active{
	background-color: rgba(243, 243, 243, 0.58);
}

#catergoryservice  li:hover, #employeeservice  li:hover {
	background-color: #eee;
}

.list ul li p {
	padding-top: 5px;
}

.list ul li b {
    color: #1a93d0;
    text-decoration: none;
    font-weight: 600;
	padding-top: 5px;
}

.bg_holder {
	overflow: hidden;
}

.list h3 {
    font-weight: 700;
    font-size: 14px;
    color: #7e7777;
}


/* Step Tab */
.step_tab {
    padding: 10px 3px 20px 0;
    margin-bottom: 0;
    z-index: 99;
    width: 300px;
	position: relative;
	margin: 0 auto;
    text-align: center;
}

.step_tab ul {
    height: 45px;
    padding: 0;
    max-width: 300px;
    margin: 0 auto;
    display: inline-block;
}

.step_tab ul li {
    float: left;
    padding: 0;
    font-size: 14px;
    color: #afafaf;
    height: 45px;
    line-height: 50px;
    font-weight: 700;
    width: 78px;
    text-align: center;
    text-transform: uppercase
}

.step_tab ul li.tab_arrow {
    background: url(/static/images/tab_arrow.png) 0 19px no-repeat;
    width: 14px;
    height: 45px;
    padding: 0
}

.step_tab span.active {
    font-weight: 700;
    color: #434343!important;
    cursor: pointer
}

.step_tab span.done {
    color: #222;
    font-weight: 700;
    background: url(/static/images/tab_done_arrow.png) 0 3px no-repeat;
    padding: 0 0 0 15px;
    cursor: pointer
}

.step_tab span.code {
    font-size: 12px;
    margin: -2px 0 0
}

.progressBar {
    background-color: #E5E5E5;
    border-radius: 3px;
    height: 5px;
    margin-bottom: 30px
}

#progressStatus {
    background-color: #36CDBE;
    height: 100%;
    width: 0;
    position: relative;
    overflow: visible!important;
	-webkit-transition: width 2s;
	transition: width 2s;
}

#progress-icon {
    position: absolute;
    height: 15px;
    width: 15px;
    background-color: #36CDBE;
    border-radius: 60%;
    right: 0;
    top: -5px;
    font-size: 8px;
    color: #FFF;
    padding-top: 3px;
    box-sizing: border-box;
    text-indent: 2px;
    cursor: pointer;
    /*cursor: hand;*/
}


/* Confirmation */
.confirmation {
    margin: 0 auto;
    max-width: 600px;
}

.confirmation span {
    font-size: 12px;
    color: #434343;
    word-wrap: break-word;
    text-transform: uppercase;
}

.mywell {
    border: 1px solid #CCC;
    border-bottom-color: #AAA;
    box-shadow: 1px 1px 6px #DDD;
    -moz-box-shadow: 1px 1px 6px #ddd;
    -webkit-box-shadow: 1px 1px 6px #DDD;
    padding: 2% 7%;
}

.mobile-navbar {
	display: none;
}



/* Customer Form */
.customer-form {
    margin: 0 auto;
    max-width: 500px;
}

.btn-mybtn {
    color: rgb(255, 255, 255);
    background-color: rgb(17, 195, 188);
    min-width: 159px!important;
    font-size: 18px!important;
    margin: 2.5em auto!important;
    border-radius: 4px!important;
    padding: 14px!important;
}

.btn-mybtn:hover {
    background-color: rgb(17, 186, 179) !important;
    color: white!important;
}

.one-edge-shadow {
	-webkit-box-shadow: 0 6px 6px -6px black;
	   -moz-box-shadow: 0 6px 6px -6px black;
	        box-shadow: 0 6px 6px -6px black;
}

#gmap_canvas {
    width:100%;
    height: 400px;
}

/* ABOUT SECTION */

#gmap_container {
    overflow:hidden;
    height:350px;
    width:100%;
}


@media (max-width: 991px) {

    #about-text {
        height: 450px;
    }

}

#language_form select {
    vertical-align: top;
    height: 24px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    padding: 0 0 0 4px;
    margin: 0;
    margin-left: 10px;
}
#language_form {
    position: relative;
    top:14px;
}

.has-error-custom {
    border-color: #A72424;
}

.message-box {
    font-size: 35px;
    font-family: 'Roboto', sans-serif;
    font-weight: 800;
    color: rgba(35, 35, 35, 0.74);
    position: relative;
    top: 22px;
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: rgba(249, 249, 249, 0.51);
    border: 1px solid rgb(243, 243, 243);
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.slick-prev {left: 0!important;}
.slick-next {right: 0!important;}


.service-item {
    margin: 25px 15px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.service-image {
    float: left;
    width: 300px;
    margin: 0 26px 20px 0;
}

.service-image img {
    width: 100%;
}

.service-description {
    /*margin-left: 320px;*/
}

.about-services {
    color: white;
}

.about-services-title {
    margin-top: 40px;
    margin-bottom: 26px;
}

.service-description p {
    font-weight: 300;
}

@media (max-width: 600px) {
    .service-image {
        width: 100%;
        float: none;
    }

    .service-description {
        margin-left: 0;
    }

    .service-item {
        margin-top: 15px;
        margin-bottom: 15px;
    }

}

.custom-button {
    background-color: #3f4552!important;
    border-color: #353a44!important;
    margin: 0 auto!important;
    display: block!important;
    margin-bottom: 25px!important;
    color: white!important;
}

.custom-button:hover {
    background-color: #626a77 !important;
    border-color: #525963 !important;
}

.navbar-brand {
    padding: 6px 20px 0 20px!important;

}

.language-select {
    float: right;
    margin: 12px 0 0 0;
    background: rgb(45, 45, 45);
    border: 1px solid #464646;
    color: white;
}

#id_captcha_1 {
    float: right;
    display: block;
    width: 69%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-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;
}

.has-error #id_captcha_1 {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.promo {
    padding: 20px;
    background: rgba(0, 0, 0, 0.34);
    max-width: 500px;
    margin: 0 auto;
    border: 1px solid rgba(0, 0, 0, 0.43);
}


@media (max-width: 400px) {
    .appointment-booking  h1, .appointment-booking  h1, .appointment-booking  h1, .appointment-booking  h1, .contact-header h1, #about .about-header h1 {
        font-size: 32px!important;
    }

    header h1, .appointment-booking  h1 {
        font-size: 1.9em!important;
    }

    header small {
        font-size: 1.5em!important;
    }

    .btn-mybtn {
        min-width: 128px!important;
        width: 128px!important;
        margin: 0.5em auto!important;
        padding: 10px!important;
    }
}