/* ------------------------------------------------------------------
Theme:  Twiggy Hair Salon - One Page Theme
Author: Marija Zaric
------------------------------------------------------------------ */


/* Global Styles */
.contactlink .fa{
	width:30px;
	font-size:20px;
}
.contactlink{
	font-size: 20px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	background-color: #C17255;
	color:#fff;
	padding:10px 20px;
	display: inline-block;
	margin-bottom: 10px;
	border-radius: 5px;
}
.contactlink:hover{
	color:#fff;
	background-color: #CF8F76;
	text-decoration: none;
}

html,
body {
    width: 100%;
    height: 100%;
	-webkit-font-smoothing: antialiased;
	font-family: 'Montserrat', sans-serif;
}

p {
    font-size: 15px;
    line-height: 1.6em;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-style: normal;
    font-weight: 300;
    top: auto;
}


.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    clear: both;
    float: right;
}

.text-vertical-center h1 {
	margin: 0;
	padding: 0;
	font-size: 63px;
	font-weight: 400;
	color: #000000;
	margin-top: 148px;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
}


h1 span{
	font-weight: 400;
	color: #000000;
}


h2{
	color: #FFFFFF;
	font-family: 'Montserrat', sans-serif;
	font-size: 25px;
	font-weight: 400;
	font-style: normal;
}

h3{
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	font-size: 40px;
	font-weight: 600;
	font-style: normal;
}

h3 span{
	font-size: 21px;
}


h4{
	color: white;
	font-family: 'Montserrat', sans-serif;
	font-size: 40px;
	padding-bottom: 17px;
	font-weight: 600;
	font-style: normal;
}

h4 span{
	font-size: 21px;
}

.hr {
	border-bottom: 1px solid white;
	display: block;
	width: 30px;
	margin: auto;
	margin-bottom: 40px;
}

.hr1 {
	border-bottom: 1px solid #cb866b;
	display: block;
	width: 30px;
	margin: auto;
	margin-bottom: 40px;
}

/* Custom Button Styles */


.btn-light {
	border-radius: 0;
	color: #cb866b;
	background-color: #000000;
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
	color: white;
	background-color: #000000;
}

.btn-contact {
	border-radius: 3px;
	color: #FFFFFF;
	background-color: #CB866B;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 400;
}

.btn-contact:hover {
	background-color: #D59F89;
	color: #fff;
}

.btn-circle {
    width: 55px;
    height: 55px;
    margin-top: 15px;
    padding: 7px px;
    border: 2px solid #000000;
    border-radius: 35px;
    font-size: 30px;
    color: #000000;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #CB866B;
    background: rgba(255,255,255,.1);
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    clear: both;
}


/* Side Menu */

#sidebar-wrapper {
	z-index: 1000;
	position: fixed;
	right: 0;
	width: 250px;
	height: 100%;
	margin-right: -250px;
	overflow-y: auto;
	background: #000000;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
	display: block;
	font-family: 'Montserrat', sans-serif;
	text-decoration: none;
	color: #FFFFFF;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(213,159,137,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
	height: 55px;
	font-size: 18px;
	line-height: 55px;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 400;
}

.sidebar-nav > .sidebar-brand a {
	color: #FFFFFF;
}

.sidebar-nav > .sidebar-brand a:hover {
	color: #CB866B;
	background: none;
}

#menu-toggle {
    z-index: 1;
    position: fixed;
    top: 0;
    right: 0;
}

#sidebar-wrapper.active {
    right: 250px;
    width: 250px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.toggle {
    margin: 5px 5px 0 0;
}


/* Header */

.header {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../img/bg.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


/* About */

.about {
    padding-top: 130px;
	padding-bottom: 114px;
	background-color: white;
}

.lead {
    width: 100%;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    line-height: 1.6em;
    font-size: 17px;
    color: #000000;
    padding-top: 20px;
    bottom: 50px;
    padding-left: 0px;
    left: 0px;
}

.lead .text {
	color: #000000;
}

.border {
    border: 20px solid #aee0df;
    padding: 0;
    width: 360px;
    height: 330px;
    position: relative;
    margin: 40px auto;
}

.border img {
    position: absolute;
    top: -15px;
    left: -50px;
    margin-top: 40px;
	border: 6px solid #d4eeee;
}


/* Services */

.medisch-pedicure {
    padding-top: 137px;
	padding-bottom: 118px;
}

.medisch-pedicure-item {
    margin-bottom: 30px;
	margin-top: 13px;
}

.medisch-pedicure-item p {
	color: white;
}

.medisch-pedicure-item-black p {
	color: black;
}

.medisch-pedicure-heading {
	color: white;
	font-family: 'Montserrat', sans-serif;
	font-size: 25px;
	margin-top: 30px;
	padding-bottom: 10px;
	font-weight: 400;
	font-style: normal;
}

.medisch-pedicure-heading-black {
	color: black;
	font-family: 'Montserrat', sans-serif;
	font-size: 25px;
	margin-top: 30px;
	padding-bottom: 10px;
	font-weight: 400;
	font-style: normal;
}

.bg-medisch-pedicure {
	background-color: #000000;
}

.bg-medisch-pedicure-white {
	background-color: #FFFFFF;
}



/* Banner hair salon image*/

.banner1 {
    /*display: block;
    width: 100%;
    height: 570px;*/
    padding-bottom: 40%;
    color: #fff;
    background-image: url('../img/hair-salon.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.banner2 {
    display: table;
    width: 100%;
    height: 570px;
    color: #fff;
    background: url(../img/hair-salon2.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* Price list */

.price-list {
    padding-top: 127px;
	padding-bottom: 119px;
	background-color: white;
}

.price-content {
	position: relative;
	display: block;
	line-height: 1.6em;
	margin-bottom: 30px;
	margin-top: 30px;
}


.price-mainheading {
	text-align: left;
	font-weight: 600;
	color: #CB866B;
	font-size: 25px;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0;
	line-height: 1.2em;
	margin-bottom: 20px;
	margin-top: 47px;
	font-style: normal;
}

.subtitle-color {
	text-align: center;
	font-weight: 400;
	color: #CB866B;
	font-size: 30px;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0;
	margin-bottom: 10px;
	margin-top: 0px;
	font-style: normal;
}

.price-heading {
	text-align: left;
	font-weight: 400;
	color: #000000;
	font-size: 20px;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0;
	font-style: normal;
	margin-top: 5px;
}


.description {
	text-align: left;
	color: #000000;
	width: 78%;
	margin-bottom: 27px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 15px;
	padding-top: 13px;
	font-style: normal;
}


.price-item {
	position: absolute;
	font-family: 'Montserrat', sans-serif;
	color: #000000;
	font-size: 17px;
	display: inline;
	font-weight: 400;
	right: 0;
	font-style: normal;
}

.special-price {
    background-image: url("../img/special.jpg");
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    padding: 118px 70px;
    margin-top: 56px;
    margin-bottom: 50px;
}

.special-price .white-box {
	background-color: white;
	margin-top: 20px;
	padding: 40px 20px;
	width: 300px;
	margin-left: 0;
	border-radius: 5px;
}

.special-price .white-box .heading {
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	font-weight: 600;
	color: #CB866B;
	font-size: 25px;
	letter-spacing: 0;
	margin-bottom: 20px;
	margin-top: 20px;
	font-style: normal;
}

.special-price .white-box .heading .subtext {
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	font-weight: 300;
	color: #000000;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 1.6em;
	margin-top: 20px;
	display: block;
	font-style: normal;
}

.special-price .white-box .heading .price {
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	font-weight: 600;
	color: #CB866B;
	font-size: 40px;
	letter-spacing: 0;
	line-height: 1.4em;
	margin-top: 16px;
	display: block;
	font-style: normal;
}


/* Carousel slider */

.carousel .container {
    position: relative;
    z-index: 9;
}

.carousel-indicators li {
	display: inline-block;
	width: 13px;
	height: 13px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: rgba(0,0,0,0);
	border: 1px solid #fff;
	border-radius: 10px;
}

.carousel .item {
    height: 900px;
}

.carousel img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 900px;
}

.carousel-fade .carousel-inner .item{
   opacity: 0;
   -webkit-transition-property: opacity;
   -moz-transition-property: opacity;
   -o-transition-property: opacity;
   transition-property: opacity;
}

.carousel-fade .carousel-inner .active{
   opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right{
   left: 0;
   opacity: 0;
   z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right{
   opacity: 1;
}
.carousel-fade .carousel-control{
   z-index: 2;
}

.carousel-indicators li{
	border: 1px solid #df614b;

}
.carousel-indicators .active {
	width: 14px;
	height: 14px;
	margin: 0;
	background-color: #fff;
}



/* Loookbook */

.lookbook {
   padding-top: 116px;
   padding-bottom: 130px;
   background-color: white;
}

.lead1 {
	width: 47%;
	margin: 0 auto;
	line-height: 1.6em;
	font-size: 17px;
	color: #5b3b2c;
	padding-top: 8px;
	padding-bottom: 17px;
}

.lead1 .text{
	color: #8c756b;
}


/* Gallery */

.gallery .col-md-3 {
	padding-right: 0;
	padding-left: 0;
}
.gallery-inner {
	position: relative;
	padding: 0;
	overflow: hidden;
}
.gallery-inner>img, .gallery-inner>a img, .gallery-caption>img {
	display: block;
	max-width: 100%;
	height: auto;
}
.gallery-inner .gallery-caption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(40,40,40,0.7);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	visibility: hidden;
	opacity: 0;
}
.gallery-inner:hover .gallery-caption, .gallery-inner:focus .gallery-caption {
	visibility: visible;
	opacity: 1;
}
.gallery-caption i {
	color: #459f9f;
}
.gallery-caption h3{
    font-family: 'Playfair Display', serif;
	text-transform: uppercase;
	font-weight: 400;
	color: #459f9f;
}
.gallery-caption {
	color: #fff;
	text-align: center;
}
.gallery-details {
	position: absolute;
	width: 100%;
	top: 40%;
}



/* The Crew */

.crew {
   padding-top: 129px;
   padding-bottom: 163px;
   background-color: white;
}

.features {
   padding: 0;
   margin-top: 35px;
}

.feature-wrap {
   margin-bottom: 35px;
   overflow: hidden;
}

.feature-wrap h2 {
   text-align: center;
   font-weight: 400;
   color: #459f9f;
   font-size: 23px;
   font-family: 'Playfair Display', serif;
   letter-spacing: 0;
   margin-top: 30px;
   padding-bottom: 10px;
}

.feature-wrap h2 span {
   text-align: center;
   font-weight: 400;
   font-size: 17px;
   font-family: 'Open Sans', sans-serif;
   letter-spacing: 0;
   display: block;
   margin-top: 12px;
}


.feature-wrap h3 {
   text-align: center;
   font-weight: 400;
   color: #5b3b2c;
   font-size: 15px;
   font-family: 'Open Sans', sans-serif;
   letter-spacing: 0;
   line-height: 1.6em;
}


.feature-wrap img {
   height: 280px;
   width: 280px;
   border-radius: 100%;
   line-height: 280px;
   text-align:center;
   border: 3px solid #abe5e2;
   margin: 0 auto;
}

.feature-wrap img:hover {
   background: #333366;
   color: #fff;
   border: 3px solid #abe5e2;
   opacity: 0.7;
   -webkit-transition: all .4s ease-in-out;
   -moz-transition: all .4s ease-in-out;
   -ms-transition: all .4s ease-in-out;
   -o-transition: all .4s ease-in-out;
   transition: all .4s ease-in-out;
}


/* Happy clients */

.testimonials-badge{
   background-image: url(../img/hc.gif);
   background-position: center top;
   background-repeat: no-repeat;
   padding: 92px;
   margin-bottom: 18px;
}

.testimonials blockquote {
   position: relative;
   background: white;
   min-height: 150px;
   margin-top: 20px;
   margin-bottom: 100px;
   border: none;
}

.testimonials blockquote img {
   height: 75px;
   width: 75px;
   position: absolute;
   border: 1px solid #ecedf1;
   background: white;
   bottom: -110px;
   left: 50%;
   margin-left: -25px;
}

blockquote p.clients-words {
	font-size: 14px;
	color: #000000;
	line-height: 1.6em;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 300;
}

span.clients-name {
    font-size: 18px;
    position: absolute;
    bottom: -10px;
    right: 10px;
    font-family: 'Montserrat', sans-serif;
    color: #000000;
    font-style: normal;
    font-weight: 300;
}



/* Contact and working hours */

.contact {
    padding-top: 125px;
	padding-bottom: 139px;
}

.bg-contact {
	background-color: #000000;
	color: #000000;
}

.contact-top {
	margin-top: 22px;
	padding-bottom: 35px;
}

label {
	color: white;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

h5 {
	text-align: left;
	font-weight: 300;
	color: white;
	font-size: 21px;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0;
	line-height: 2.2em;
	margin-top: -10px;
	font-style: normal;
}


h5 span{
	text-align: left;
	font-weight: 300;
	color: white;
	font-size: 17px;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0;
	display: block;
	margin-bottom: 36px;
	font-style: normal;
}

h6 {
	text-align: left;
	font-weight: 300;
	color: white;
	font-size: 21px;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0;
	line-height: 2.2em;
	margin-top: -12px;
	font-style: normal;
}


h6 span{
	text-align: left;
	font-weight: 300;
	color: white;
	font-size: 17px;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0;
	display: block;
	margin-bottom: -12px;
	font-style: normal;
}


/* Map */

#map-canvas {
	height: 580px;
	width: auto;
	margin-bottom: 25px;
}

/* Footer */

.footer {
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: white;
}

.list-inline i{
	color: #000000;
}

.list-inline i:hover{
	color: #CB866B;
}

.footer-text{
	text-align: center;
	font-weight: 300;
	color: #000000;
	font-size: 15px;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0;
	line-height: 1.6em;
	margin-top: 16px;
	font-style: normal;
}


/* Responsive */


@media(max-width:1920px) {

.carousel .item {
      height: 650px;
}

}

@media(max-width:1080px) {

.carousel .item {
      height: 630px;
}

}


@media(max-width:800px) {

.carousel .item {
      height: 430px;
}

blockquote p.clients-words {
	margin-top: 30px;
	margin-bottom: 50px;
}

}

@media(max-width:600px) {


.testimonials blockquote img {
   bottom: -87px;
}

.carousel .item {
      height: 370px;
}



.lead1{
	width: 80%;
}

}


@media(max-width:568px) {

.carousel .item {
      height: 350px;
}

.text-vertical-center h1 {
    font-size: 35px;
}


h2{
	font-size: 15px;
}

}


@media(max-width:480px) {

.price-heading {
	font-size: 18px;
}

.carousel .item {
    height: 280px;
}

.border {
    border: 10px solid #aee0df;
    padding: 0;
    width: 260px;
    height: 270px;
    position: relative;
    margin: 40px auto;
}

.border img {
    position: absolute;
    top: -15px;
    left: -50px;
    margin-top: 40px;
	border: 6px solid #d4eeee;
	width: 270px;
	height: 200px;
}

}

@media(max-width:400px) {

.price-heading {
	font-size: 16px;
}

.special-price .white-box {
	margin-top: 30px;
	padding: 40px 20px;
	width: 150px;
}

.price-item {
	position: relative;
	font-size: 15px;
	font-weight: 600;
	margin-top: 10px;
	right: 0;
	display: block;
}


}

@media(max-width:360px) {

.lead{
	width: 85%;
}

.lead1{
	width: 85%;
}

.carousel .item {
    height: 196px;
}


}
