/*
Colours:
#343d40 - Dark grey
#b6814f - orange-brown
#e5d4d3 - Light brown
*/

body {
    font-family: 'Josefin Sans', sans-serif;
	margin: 0;
	padding: 0;
	color: #32374c;
	font-size: 15px;
	min-height: 90vh;
	max-height: 100vh;
	height: auto;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', sans-serif;
}

img {
    width: 100%;
    height: auto;
}

p {
    font-weight: 300;
    font-size: 15px;
}

a {
    color: #333;
    border-bottom: none;
    text-decoration: none;
}

a:hover, a:focus, a:link {
    outline: none;
    border-bottom: none;
    text-decoration: none;
}

ul {
    padding-left: 0;
}

li {
    list-style-type: none;
    font-weight: 300;
    font-size: 18px;
}

.uppercase {
    text-transform: uppercase;
}

.text-left {
    text-align: left!important;
}

.text-right {
    text-align: right!important;
}

.pr0 {
    padding-right: 0;
}

.pl0 {
    padding-left: 0;
}

.pr-20 {
    padding-right: 20px;
}

.mr20 {
    margin-right: 20px;
}

.mt20 {
    margin-top: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb0 {
    margin-bottom: 0;
}

.mobi-team-info, .mobi-image {
    display: none;
}

.clearfix.mobi-only, .mobi-only {
    display: none!important;
}

.top {
    position: fixed;
    top: 0;
    left: 2%;
    right: 0;
    width: 100%;
    max-height: 80px;
    height: auto;
    text-align: right;
    background-color: #fff;
    z-index: 999;
    padding-top: 10px;
    padding-bottom: 10px;
}

.top img {
    width: 220px;
    max-width: 220px;
    float: left;
    padding-left: 20px;
    padding-top: 8px;
    padding-top: 0;
    margin-bottom: 10px;
}

.left {
	position:fixed;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    z-index:999;
    height: 100vh;
    width: 50px;
}

#left-text {
    margin: 0;
    background-color: transparent;
    position: fixed;
    left: -218px;
    top: 40%;
    height: auto;
    width: auto;
    text-transform: lowercase;
    vertical-align: middle;
    z-index: 9999;
    font-size: 16px;
    font-weight: 400;
    /* Safari */
    -webkit-transform: rotate(-90deg);
	/* Firefox */
    -moz-transform: rotate(-90deg);
	/* IE */
    -ms-transform: rotate(-90deg);
	/* Opera */
    -o-transform: rotate(-90deg);
	/* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    font-family: 'Josefin Sans', sans-serif;
}

#left-text a {
    color: #b6814f;
    padding-right: 10px;
    padding-left: 30px;
    /* font-family: 'Josefin Sans', sans-serif; */
    vertical-align: text-bottom;
    line-height: 20px;
}

#left-text i {
    font-size: 30px;
    color: #b6814f;
    padding-right: 18px;
    vertical-align: middle;
}

#left-text img {
    width: 5%;
    height: auto;
}

.right {
    position:fixed;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999;
    height: 100vh;
    width: 50px;
}

#right-text {
    margin: 0;
    background-color: transparent;
    text-transform: uppercase;
    position: fixed;
    right: -130px;
    top: 50%;
    height: auto;
    width: auto;
    z-index: 99999;
    font-size: 13px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.bottom {
    text-align: center;
    background-color: #fff;
    z-index: 999;
    padding-top: 10px;
    padding-bottom: 10px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.bottom p {
    text-transform: uppercase;
    margin-bottom: 0;
    padding-bottom: 0;
    vertical-align: middle;
    padding-top: 10px;
    font-size: 15px!important;
    font-weight: 500;
}

header {
    padding-right: 60px;
}

header p {
    font-weight: 600;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
    margin-bottom: 0;
}

.navbar-nav {
    float: none;
    margin: 0;
    /* padding-right: 70px; */
    padding-top: 10px;
}

/*.navbar-header {*/
/*    width: 50%;*/
/*    margin-left: auto;*/
/*    margin-right: auto;*/
/*    float: left;*/
/*    display: inline-block;*/
/*}*/

.navbar-nav>li {
    float: none;
    text-align: right;
}

.navbar-nav>li>a {
    /*padding-top: 5px;*/
    /*padding-bottom: 10px;*/
    padding: 0;
}

.logo {
    position: inherit;
    bottom: 0;
    left: 0;
    right: auto;
}

.menubar {
    width: 50%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    position: inherit; 
}

.navbar-nav {
    bottom: 0; 
    right: auto; 
}

.navbar-nav li {
    text-align: right;
    display: inline-block;
    padding: 0 15px 10px 15px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px!important;
}

.navbar-nav li>a {
    font-size: 14px!important;
    font-weight: 400;
    border-bottom: 0;
    text-transform: uppercase;
    display: inline-block;
    padding: 0;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover, .navbar-nav li>a:hover {
    color: #333;
    background-color: transparent;
    border-bottom: 2px solid #b6814f;
    display: inline-block;
    font-size: 14px!important;
}

.navbar-nav li>a>i {
    font-size: 25px;
    vertical-align: middle;
}

.navbar-nav li>a.search-icon:hover {
    border-bottom: none!important;
    color: #b6814f;
}

.search-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.9);
    z-index: 999;
    padding: 150px;
    display: none;
}

.search-title {
    color:#fff;
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 600;
}

.search-subtitle {
    color:#fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
}

#search_term {
    font-size: 35px;
    background-color: transparent;
    width: 100%;
    color:#fff;
    border:none;
    outline:none;
    padding:0;
}

.search_close {
    position: absolute;
    top: 150px;
    right: 150px;
    cursor:pointer;
}

.search_close i {
    font-size: 50px;
    color:#fff;
}

.search_loading {
    font-size: 25px;
    color:#fff;
}

.search_loading i {
    font-size: 35px;
    margin-right: 10px;
}

.search_loading i:before {
    width: 30px;
    height: 37px;
}

.search_message {
    color:#fff;
    font-size: 25px;
}

.search_output ul {
    margin: 0;
    padding: 0;
    list-style:none;
    overflow-y:auto;
    max-height: 450px;
}

.search_output li {
    color:#fff;
    font-size: 20px;
    padding-bottom: 10px;
}

.search_output li a {
    color:#fff;
    border-bottom: 1px dotted transparent;
}

.search_output li a:hover {
    color:#fff;
    border-bottom: 2px solid #b6814f;
}

/*Popup*/
.popup-wrapper h2 {
    color: #b6814f;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 20px;
}

.popup-wrapper p, .popup-wrapper .btn-primary {
	margin-top: 0px;
	margin-bottom: 10px;
    font-size: 20px;
}

.popup-close {
    position: absolute;
    top: -20px;
    right: -10px;
    display: inline-block;
    width: 60px;
    height: auto;
    text-align: center;
    cursor: pointer;
    color: #b6814f;
    font-size: 50px;
    z-index: 9999;
}

.popup-close i {
    font-size: 20px;
    color: inherit;
}

/*===============================*/

/*===================================== Home page =============================*/
.carousel-caption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: auto;
    background-color: rgba(0,0,0,0.5);
    overflow: hidden;
    bottom: 23.4%;
}

.header-carousel .owl-item {
    min-height: 1px;
    float: left;
    max-height: 66vh;
}

#home .content-header {
    height: 89vh;
}

#home .content-header h1 {
    padding-top: 26%;
    text-transform: uppercase;
    color: #fff;
    font-size: 23px;
    font-weight: 600;
    letter-spacing: 5px;
    margin-bottom: 20px;
    line-height: 35px;
}

#home .content-header p {
    color: #fff;
    font-size: 18px;
    line-height: normal;
}

#home .content-header .btn-primary {
    margin-top: 20px;
    margin-left: 0px;
    margin-right: 10px;
}

.home-message .text-inner2 {
    padding: 0px;
}

.text-inner2 h2, #home-special h2 {
    text-transform: uppercase;
    font-size: 36px!important;
    font-weight: 100!important;
    color: #B6814F!important;
    margin-top: 0;
}

.text-inner2 h3, #home-special h3 {
    text-transform: uppercase;
    font-size: 20px!important;
    font-weight: 400!important;
    margin-top: 0;
    margin-bottom: 30px;
}

.home-img-inner2 img {
    width: 90%;
}

.awards-banner {
    background-color: #4C4D4F;
    padding: 10px 0;
    vertical-align: middle;
}

.awards-banner img {
    width: 80%;
    height: auto;
    margin: 20px 30px;
}

.awards-banner .col-md-3 {
    width: 21%;
    height: 140px;
    vertical-align: middle;
}

.awards-banner .col-md-1 {
    height: 100px;
    vertical-align: top;
    padding: 0px;
    width: 8%;
}

.awards-banner .col-md-1 p {
    font-size: 120px;
    vertical-align: middle;
}

.awards-banner p {
    vertical-align: middle;
    color: #fff;
}

.awards-banner .col-md-1 p:after {
    position: absolute;
    z-index: -1;
    content: "";
    right: auto;
    top: 20px;
    height: 100%;
    width: auto;
    /* color: #fff; */
    background-color: inherit;
    z-index: 9999;
    border-right: 3px solid #fff;
    -webkit-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: auto;
}

.awards-banner p>em {
    font-size: 18px;
}

.awards-banner .first p {
    vertical-align: middle;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}

.centered.first {
    padding: 45px 50px 0 30px;
}

.centered {
    padding:30px 50px 0 30px;
}

.home-message h1 {
    color: #B6814F;
    margin: 0 0 10px 0;
}

.home-message .text-inner1 {
    width: 100%;
    padding: 40px 10px 0px 70px;
    font-size: 18px;
}

.home-message {
    padding-top: 100px;
}

.mobile-home-cat {
    display: none;
}

.home-cats {
    background-image: none;
    height: auto!important;
}

.home-categories .col-md-3 {
    width: 20%;
}

.home-cat {
    width: 25%;
    float: left;
    margin-right: auto;
    margin-left: auto;
}

.new-home-cat h1 {
    color: #343d40;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
}

.home-cat h1 {
    color: #343d40;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
}

.home-cat p {
    color: #343d40;
    font-weight: 600;
}

.overlay-text {
    padding: 13vh 10px;
}

.home-cat .overlay-text {
    padding: 21vh 10px;
}

.home-cat .img-wrapper {
    background-position: center;
    background-size: cover;
    min-height: 90vh;
    height: auto;
}

.home-cat .overlay {
    position: absolute;
    background-color: rgba(255,255,255,0.8);
    overflow: hidden;
    width: 0;
    height: 100%;
    transition: 1s ease;
    -webkit-transform: translate(-0%, -0%);
    -ms-transform: translate(-0%, -0%);
    transform: translate(-0%, -0%);
    text-align: center;
}

.home-cat.hface, .home-cat.hbody, .home-cat.hlaser, .home-cat.hspa {
    position: relative;
}

.new-img-overlay {
    position: absolute;
    background-color: rgba(0,0,0,0.3);
    overflow: hidden;
    width: auto;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    right: 0;
}

.new-cat h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
}

.new-cat p {
    color: #fff;
    font-weight: 300;
}

.new-cat .overlay-text {
    padding: 18vh 40px;
}

.new-cat .overlay-text .btn-primary {
    position: absolute;
    top: 60%;
    bottom: auto;
    left: 30%;
    right: 30%;
}

.second-heading {
    font-size: 20px;
}

.home-videos-new {
    padding: 10% 0 5% 0;
}

.testimonials {
    padding-bottom: 100px;
    padding-top: 100px;
}

.testimonials p.stars {
    margin-bottom: 30px;
}

.testimonials h2 {
    color: #343d40;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
}

.testimonials p {
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
}

.testimonials .testimonial-inner {
    border: 1px solid #E5E5E5;
    padding: 30px;
    position: relative;
    min-height: 330px;
}

.testimonials .testimonial-inner i {
    color: #B6814F;
}

.testimonials img {
    min-width: 120px;
    max-width: 120px;
    position: absolute;
    left: 25px;
    bottom: 5px;
}

.home-reviews {
    margin-top: 40px;
    text-align: center;
}

.home-reviews img {
    min-width: 30px;
    max-width: 30px;
    position: relative;
    margin-right: 10px;
    vertical-align: middle;
    left: 0;
    bottom: 0;
}

.home-reviews h3 {
    margin-bottom: 40px;
}

.home-reviews  p>i {
    font-size: 36px;
    vertical-align: middle;
    margin-right: 10px;
}

.home-consultaion {
    padding: 100px 0;
}

.home-consultaion li>i {
    margin-left: -40px;
    padding-right: 20px;
}

.home-consultaion li {
    margin-left: 40px;
    margin-bottom: 10px;
}

.content {
    margin-right: auto;
    margin-left: auto;
    z-index: 800;
    padding: 76px 50px 0px 50px;
    /*margin-top: 150px;*/
    /*margin-bottom: 150px;*/
}

.content-header {
    background-image: url('/images/hairstudio.jpg');
    background-position: center;
    background-size: cover;
    height: 83vh;
    width: 100%;
    text-align: center;
}

.content-header h1 {
    padding-top: 25%;
    text-transform: uppercase;
    color: #fff;
    font-size: 70px;
    font-weight: 800;
    letter-spacing: 5px;
    margin-bottom: 20px;
}

.content-header .arrow {
    text-align: center;
    position: relative; 
    margin: 0 auto; 
    text-align: center; 
    animation: jump 3s infinite;
}

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    line-height:30px;
}

.checkbox label, .radio label {
	display: none;
}

input[type="checkbox"] + label, input[type="radio"] + label {
    display: block;
    margin: 0em;
    cursor: pointer;
    padding: 0em;
}

input[type="checkbox"], input[type="radio"] {
    display: none;
}

input[type="checkbox"] + label:before, input[type="radio"] + label:before {
    content: "";
    border: 1px solid #32374C;
	background-color: transparent;
    border-radius: 100%;
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    padding-left: 0em;
    padding-bottom: 0em;
    margin-right: 1em;
    vertical-align: middle;
    color: transparent;
    transition: 0.2s;
    text-align: center;
    font-size: 15px;

    /* line-height: 150px; */
}

input[type="checkbox"] + label:active:before, input[type="radio"] + label:active:before {
    transform: scale(0);
}

input[type="checkbox"]:checked + label:before, .select-row-mark input[type="checkbox"]:checked + label:before, .select-row-mark input[type="radio"]:checked + label:before {
    background-color: #696969!important;
    border-color: #696969!important;
    color: #fff;
}

input[type="checkbox"]:disabled + label:before, input[type="radio"]:disabled + label:before {
    transform: scale(1);
    border-color: #aaa;
}

input[type="checkbox"]:checked:disabled + label:before, input[type="radio"]:checked:disabled + label:before {
    transform: scale(1);
    background-color: #bfb;
    border-color: #bfb;
}

/*// Animation*/
@keyframes jump { 0% { top: 0; } 30% { top: 30px; } 100% { top: 0; } }

.content-header i {
    font-size: 50px;
    vertical-align: middle;
    color: #fff;
}

.content-header p {
    color: #fff;
    font-size: 25px;
    line-height: 30px;
}

.text-inner1, .text-inner2 {
    width: 90%;
    padding: 40px 0px 0px 60px;
    font-size: 20px;
}

.text-inner3 {
    width: 80%;
    padding: 40px 0px 0px 100px;
    font-size: 20px;
}

.text-inner4 {
    width: 90%;
    padding: 14% 0px 14% 60px;
    font-size: 20px;
}


.text-inner3 h2 {
    margin-bottom: 40px;
}

.text-inner2 img {
    width: 50%;
    margin-left: 150px;
    margin-top: 20px;
}

.content h2 {
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 600;
}

.content h3 {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
}

.team {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

.team-heading {
    margin-bottom: 40px;
}

.img-overlay p>strong {
    text-transform: uppercase;
    font-size: 30px;
    font-family: 'Lato', sans-serif;
}

.team .img-overlay p {
    color: #32374c;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 18px;
}

.team .img-overlay {
    opacity: 0;
    padding: 30% 40px 0;
}

.team .img-wrapper:hover .img-overlay {
  opacity: 1;
}

.img-wrapper {
    position: relative;
}

.img-overlay {
    position: absolute;
    text-align: center;
    top: 0;
    height: 100%;
    /*bottom: 10%;*/
    left: 0;
    right: 0;
    padding: 40% 30px 0;
    opacity: 1;
    background-color: rgba(255,255,255,0.9);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.img-wrapper:hover .img-overlay {
  opacity: 0;
}

.brands {
    text-align: center;
    padding-bottom: 65px;
}

.brands .col-md-12 {
    margin-bottom: 40px;
}

.brands .col-md-2 {
    border: 1px solid  #b6814f;
}

.brands .col-md-2 img {
    padding: 40px;
    width: 100%;
}

/*=================================== Face page ===============================*/
.face-cat .img-wrapper {
    background-position: center;
    background-size: cover;
    min-height: 90vh;
    height: auto;
}

/*Category page*/

@keyframes jumpleft4 { 0% { left: 40%; } 30% { left: 39%; } 100% { left: 40%; } }
@keyframes jumpright4 { 0% { right:40%; } 30% { right: 39%; } 100% { right: 40%; } }

.owl-carousel.category-slide .owl-nav {
    top: 80%;
    width: 100%;
    z-index: 99999999;
}

.owl-carousel.category-slide .owl-nav .owl-prev, .owl-carousel.home-slide .owl-nav .owl-prev, .owl-carousel.mobile-carousel .owl-nav .owl-prev {
    animation: none!important;
    position: absolute;
    left: 0;
    text-align: right;
    display: inline-block;
    padding-right: 30px;
    width: 50%;
    z-index: 99999999;
}

.owl-carousel.category-slide .owl-nav .owl-prev i, .owl-carousel.home-slide .owl-nav .owl-prev i, .owl-carousel.mobile-carousel .owl-nav .owl-prev i {
    left: 45%!important; 
}

.owl-carousel.category-slide .owl-nav .owl-next i, .owl-carousel.home-slide .owl-nav .owl-next i .owl-carousel.mobile-carousel .owl-nav .owl-next i {
    right: 45%!important;
}

.owl-carousel.category-slide .owl-nav .owl-next, .owl-carousel.home-slide .owl-nav .owl-next, .owl-carousel.mobile-carousel .owl-nav .owl-next {
    animation: none!important;
    position: absolute;
    right: 0;
    text-align: left;
    display: inline-block;
    padding-left: 30px;
    width: 50%;
    z-index: 99999999;
}

.owl-carousel.category-slide .owl-nav i, .owl-carousel.home-slide .owl-nav i, .owl-carousel.mobile-carousel .owl-nav i {
    font-size: 30px;
    background-color: #343d40;
    border-radius: 50px;
    padding: 12px 15px 5px 15px;
    color: #fff!important;
    vertical-align: bottom;
}

.owl-carousel.category-slide .owl-nav i:after {
    content: '';
    height: 20px;
    width: 40px;
}

a .face-cat:hover .face-cat .overlay-text h1, .face-cat .overlay-text p {
    color:#333!important;
}

.face-cat .overlay {
    position: absolute;
    background-color: rgba(255,255,255,0.8);
    overflow: hidden;
    width: 0;
    height: 100%;
    transition: 1s ease;
    -webkit-transform: translate(-0%, -0%);
    -ms-transform: translate(-0%, -0%);
    transform: translate(-0%, -0%);
    text-align: center;
}

.face-cat .overlay-text h1 {
    color: #343d40;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
}

.face-cat .overlay-text p {
    color:#343d40!important;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 500;
}

/*========================= Individual Treatment page =========================*/
#view-treatment {
    /*height: 100vh;*/
}

.affix{
    top: 100px; /* Set the top position of pinned element */
}

.affix-bottom {
    position: absolute;
}

.treatment-fixed {
    /*width: 800px;*/
    /*height: 100%;*/
}

.treatment-fixed ul {
    padding-left: 20px;
    
}

.treatment-fixed li {
    list-style-type: disc;
    font-size: 18px;
}

.treatment-fixed h4 {
    font-family: 'Josefin Sans', sans-serif!important;
}

.single-project {
    /*min-height: 100vh;*/
    padding-top: 10px;
}

.single-project .container-fluid {
    position: relative;
}

.sp-details {
	/*position: absolute;*/
	top: 0;
	width: auto;
}

.sp-details h1 {
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 40px;
    font-weight: 600;
}

.sp-details p {
    font-size: 18px;
}

.treatment-fixed .btn-primary {
    margin-top: 30px;
    margin-bottom: 40px;
}

.treatment-fixed .border-bottom {
    border-bottom: 1px solid #000;
}

.border {
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.nav-tabs>li {
     float: none; 
    width: 100%;
    margin-bottom: -1px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    border: none;
}

.sp-images img {
	margin-bottom: 30px;
}

.mobile-images {
    display: none;
}

.treatment-fixed p>a:hover {
    color: #333!important;
    border-bottom: 2px solid #b6814f!important;
}

.treatment-fixed {
    /*padding-top: 80px;*/
    /*min-height: 100vh;*/
    /*max-height: 100vh;*/
}

.panel-title {
    text-transform: uppercase;
    font-weight: 600;
    
}

.treatment-fixed .panel-default>.panel-heading {
    color: #333;
    background-color: transparent!important;
    border-color: transparent!important;
}

.treatment-fixed .panel {
    margin-bottom: 0px;
    background-color: #fff;
    border: 0;
    box-shadow: none;
}

.treatment-fixed .panel-group .panel-heading+.panel-collapse>.list-group, .treatment-fixed .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 0;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
    font-size: 18px;
    padding: 10px 15px;
}

.panel-group H4 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.related {
    padding-top: 40px;
    padding-bottom: 100px;
    text-align: center;
}

.related-slide p {
    text-align: left;
}

#specialModal {
    top: 20%;
}

#specialModal .modal-body {
    padding: 0;
}

#specialModal h2 {
    font-weight: 700;
    margin-bottom: 0;
    font-family: 'Josefin Sans', sans-serif;
}

#specialModal p {
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Josefin Sans', sans-serif;
    margin-bottom: 20px;
    font-size: 16px;
    margin-top: 20px;
}

#specialModal .close {
    float: right;
    font-size: 60px;
    font-weight: 100;
    line-height: 25px;
    color: #32374C;
    text-shadow: none;
    opacity: 1;
    margin-right: 10px;
}

.countdown {
    display: flex;
    text-align: center;
    margin-bottom: 20px;
}

.countdownProp {
    width: auto;
    min-width: 22%;
    max-width: 22%;
    padding: 20px;
    border-radius: 15px;
    margin-right: 10px;
    font-size: 200px;
    line-height: 40px;
    background-color: #F2F2F2;
    color: #B6814F;
    font-size: 35px;
    font-weight: 800;
    display: block;
}

.countdownProp:after {
    content: attr(date-count);
    width: 100%;
    font-size: 14px!important;
    -webkit-text-fill-color: #B6814F;
    line-height: 20px;
    font-weight: 200;
    display: block;
    text-transform: uppercase;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.modal-title {
    font-size: 20px;
    text-transform: uppercase;
    color: #b6814f;
    padding: 0 10px;
    margin: 0!important;
}

.modal-body {
    position: relative;
    padding: 25px;
}

.close {
    float: right;
    font-size: 40px;
    font-weight: 100;
    line-height: 25px;
    color: #b6814f;
    text-shadow: none;
    opacity: 1;
}

/*=================================== Owl carousel ============================*/
.owl-carousel {
    position: relative;
}

/*// Animation*/
@keyframes jumpleft { 0% { left: 15px; } 30% { left: 45px; } 100% { left: 15px; } }
@keyframes jumpright { 0% { right: 15px; } 30% { right: 45px; } 100% { right: 15px; } }

.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 999;
}

.owl-nav i {
    font-size: 40px;
    color: #fff;
}

.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: 8%;
    display: inline-block;
    width: 10%;
    animation: jumpleft 3s infinite;
}

.owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: 8%;
    display: inline-block;
    width: 10%;
    text-align: right;
    animation: jumpright 3s infinite;
}

.team .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: -3%;
    display: inline-block;
    width: 10%;
    text-align: left;
    animation: jumpleft 3s infinite;
}

/*// Animation*/
@keyframes jumpleft3 { 0% { left: -80px; } 30% { left: -100px; } 100% { left: -80px; } }
@keyframes jumpright3 { 0% { right: -35px; } 30% { right: -50px; } 100% { right: -35px; } }

.owl-carousel.related-slide .owl-nav {
    top: 40%!important;
}

.owl-carousel.related-slide .owl-nav i {
    font-size: 40px;
    color: #000;
}

.owl-carousel.related-slide .owl-nav .owl-prev {
    position: absolute;
    left: auto;
    display: inline-block;
    width: 10%;
    animation: jumpleft3 3s infinite;
}

.owl-carousel.related-slide .owl-nav .owl-next {
    position: absolute;
    right: auto;
    display: inline-block;
    width: 10%;
    text-align: right;
    animation: jumpright3 3s infinite;
}

#carousel-header {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.owl-carousel.related-slide p>strong {
    font-size: 20px;
}

.owl-carousel.related-slide a:hover .owl-carousel.related-slide p, .owl-carousel.related-slide a {
    color: #333!important;
}

/*.owl-carousel.related-slide p>strong:hover {*/
/*    color: #333;*/
/*}*/

.owl-carousel.related-slide img {
    margin-bottom: 20px;
}

/*==================================== Blogs pages ============================*/

.blogs {
    background-color: #E5D4D3;
    padding: 40px 80px 120px 80px;
}

.media-left {
    width: 15%;
}

.media-body {
    vertical-align: middle;
    width: 85%;
    padding-left: 20px;
}

.media-body-desc {
    max-width: 80%;
    width: auto;
}

/* .media-body p {
    display: inline-block;
} */

.blog .blog-inner {
    text-align: left;
    min-height: 150px;
    padding: 20px;
    border-bottom: 1px solid #343d40;
    background-color: transparent;
}

.blog.related-posts:hover .blog-inner {
    background-color: #343d40;
    /*min-height: 120px;*/
}

.blog:hover .blog-inner {
    background-color: #343d40;
    min-height: 150px;
}

p.blog_date {
    color: #b6814f;
    font-size: 20px;
    margin-bottom: 0;
    line-height: 30px;
    vertical-align: middle;
    display: block;
}

.blog p.blog_title {
    text-transform: uppercase;
    color: #343d40;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 30px;
    vertical-align: middle;
    display: block;
}

.blog:hover .blog_title {
    color: #fff!important;
}

.blog i {
    color: #343d40;
    font-size: 30px;
    float: right;
    vertical-align: middle;
    font-weight: 700;
    width: 20px;
    height: 20px;
    line-height: normal;
    margin-right: 20px;
}

.blog .media-right {
    vertical-align: middle;
}

.blog:hover .blog-inner i {
    color: #fff!important;
}

.home-blogs.blogs {
    padding: 40px 0 100px 0;
}

/*=============================== Individual blog page ========================*/
.blog-content {
    background-color:#E5D4D3;
    padding-top: 80px;
    padding-bottom: 80px;
}

.blog-content h1 {
    font-size: 25px;
    color: #32374C;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.blog-content h2 {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.blog-content-body img {
    max-width: 70%;
}

.blog-content img {
    margin-top: 20px;
    margin-bottom: 30px;
}

.blog-content p {
    text-align: justify;
}

.related-posts-section .border-bottom {
    border-bottom: 1px solid #343d40;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.related-posts-section {
    text-align: left;
    padding-top: 40px;
}

.related-posts-section p {
    margin-bottom: 0;
}

/* .blog.related-posts .blog-inner {
    text-align: left;
    min-height: 80px;
    padding: 30px 0px;
    border-bottom: 1px solid #343d40;
    background-color: transparent;
} */

.blog.related-posts:hover .blog.related-posts .blog-inner {
    background-color:transparent!important;
    min-height: 60px;
}

.blog:hover .blog_title {
    color:#343d40;
}

.blog:hover .blog-inner p {
    color: #fff!important;
}

/*==================================== Contact page ===========================*/

/*#contact {*/
/*    padding-top: 80px;*/
/*}*/

.contact-page {
    color: #fff;
    min-height: 83vh;
    height: auto;
    background-color: #333;
    padding: 9vh 60px;
}

.contact-page .col-md-4 {
    padding-top: 40px;
    padding-left: 0;
}

.contact-page p, .contact-page a {
    color: #fff;
    margin-bottom: 0;
    font-size: 15px;
}

.contact-page p>strong {
    text-transform: uppercase;
    vertical-align: middle;
    line-height: 25px;
}

.contact-page i {
    font-size: 20px;
    vertical-align: middle;
    line-height: 20px;
    margin-right: 5px;
}

.contact-form {
    margin-top: 40px;
}

.contact-page img {
    width: 8%;
    height: auto;
    vertical-align: middle;
    line-height: 25px;
}

#map {
    min-height: 83vh;
    height: auto;
    width: 100%;
    margin: 0;
}

#map-content {
    text-align: center;
    max-width: 300px;
}

#map-content img {
    width: 40%;
    margin-bottom: 20px;
}

/*====================================== Footer ===============================*/

.footer {
    /* padding-top: 40px; */
    text-align: center;
    background-color: #fff;
    z-index: 999;
    padding: 15px 0px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.footer .col-md-1, .footer .col-md-3 {
    padding: 0;
}

.footer .footer-social a {
    color: #b6814f;
    font-family: 'Josefin Sans', sans-serif;
    vertical-align: middle;
}

.footer .footer-social i {
    font-size: 30px;
    color: #b6814f;
    padding-right: 10px;
    padding-left: 10px;
    vertical-align: middle;
    font-family: 'Josefin Sans', sans-serif;
}

.footer p {
    vertical-align: middle;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-bottom: 0;
    vertical-align: middle;
    padding-top: 10px;
    font-size: 15px!important;
    font-weight: 500;
    text-align: center;
}

/*.contact {*/
/*    background-color: #333;*/
/*    padding: 60px;*/
/*    min-height: 700px;*/
/*    max-height: 700px;*/
/*    height: auto;*/
/*    color: #fff;*/
/*}*/

/*.contact .col-md-4 {*/
/*    padding-top: 40px;*/
/*}*/

/*.contact p, .contact a {*/
/*    color: #fff;*/
/*    margin-bottom: 0;*/
/*}*/

/*.contact p>strong {*/
/*    text-transform: uppercase;*/
/*}*/

/*.contact-form {*/
/*    margin-top: 40px;*/
/*}*/

/*#map {*/
/*    width: 100%;*/
/*    height: 700px;*/
/*}*/

/*#map-content {*/
/*    text-align: center;*/
/*}*/

/*#map-content img {*/
/*    width: 40%;*/
/*    margin-bottom: 20px;*/
/*}*/

/*Form styles*/

input {
    width: 100%;
    padding: 15px 10px 10px 10px;
    margin-bottom: 20px;
    border: 1px solid #b6814f;
    background-color: transparent;
    font-family: 'Josefin Sans', sans-serif;
}

textarea, .mce-panel {
    width: 100%;
    height: 100px;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #b6814f!important;
    background-color: transparent;
    font-family: 'Josefin Sans', sans-serif;
}

input:focus, select:focus, textarea:focus {
    outline-color: #b6814f;
}

select {
    width: 100%;
    color: #e5d4d3;
    padding: 15px 10px 10px 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
    border: 1px solid #b6814f;
    background-color: transparent;
    font-family: 'Josefin Sans', sans-serif;
}

.btn-primary {
    width: auto;
    background-color: #b6814f!important;
    border-radius: 0;
    border: 0;
    padding: 10px 15px 5px!important;
    color: #fff!important;
    text-transform: capitalize!important;
    font-weight: 300!important;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:visited, .btn-primary:focus {
    background-color: #b6814f;
    border: 0!important;
}

.btn-primary.blu {
    width: auto;
    background-color: #343d40!important;
    padding: 10px 15px 5px!important;
    color: #fff!important;
    text-transform: capitalize!important;
    font-weight: 300!important;
}

/*Placeholder text*/

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #e5d4d3;
    opacity: 1; /* Firefox */
    text-transform: uppercase;
    vertical-align: middle;
    line-height: 20px;
    font-family: 'Josefin Sans', sans-serif;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #e5d4d3;
    text-transform: uppercase;
    vertical-align: middle;
    line-height: 20px;
    font-family: 'Josefin Sans', sans-serif;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #e5d4d3;
    text-transform: uppercase;
    vertical-align: middle;
    line-height: 20px;
    font-family: 'Josefin Sans', sans-serif;
}

/* select {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #b6814f;
    background-color: transparent;
    color: #e5d4d3;
    text-transform: uppercase;
} */

.error {
	margin-top: 15px;
	padding: 10px;
	background-color: #C0352C;
	color: #fff;
	display: none;
}

.output {
	margin-top: 15px;
	padding: 10px;
	background-color: #6cedbc;
	color: #fff;
	display: none;
}

#email2 {
	display: none;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating:before {
  -webkit-animation: rotating 0.8s linear infinite;
  -moz-animation: rotating 0.8s linear infinite;
  -ms-animation: rotating 0.8s linear infinite;
  -o-animation: rotating 0.8s linear infinite;
  animation: rotating 0.8s linear infinite;
}