/***************************************/


/*--CSS TO OVERWRITE BOOTSTRAP STYLES--*/


/*-------------INDEX-PAGE------------*/


/***************************************/


/*============================================
INDEX-PAGE colorS 

#fdfdfd Matte WHITE Whole BODY
#363237 deep purple nav & footer
#f1f3ce ivory BG accordion & border
#d70026 phone booth RED-
#E0EBEB (light blue-green)
#ff607c hover navigation fonts
#c6a873 GOLD Logo color 
#909090 footer landPage fonts
#2e2e2e footer landPage background 
#96c3ed Work Photo Background
============================================ */


/* ======================
General CSS
========================= */

html{
    font-size: 10px;
}
body {
    height: 100%;
    font-family: 'Roboto Condensed', sans-serif;
}

p {
    color: #64707b;
    font-size: 1.6rem;
    font-weight: 300;
}

h3,
h2 {
    color: #41464b;
    text-transform: uppercase;
}


/*=====================================================*/


/****************************************

CSS NAVBAR HEADER
****************************************/

.navbar-default {
    box-shadow: none;
    background-color: transparent;
    border: none;
    min-height: 90px;
    padding-top: 20px;
    transition: 1s all ease;
}

.effect {
    background-color: #123156;
    min-height: 30px;
    box-shadow: 0 0 10px black;
    padding-top: 0;
}

.container-fluid {
    max-width: 2560px;
    padding: 0;
}

.navbarFont a {
    font-size: 1.4em;
}

header .navbar {
    border-radius: 0;
    border: none;
    padding: 30px 0;
    transition: all .5s ease-out;
}

header .navbar-default {
    background: rgba(0, 0, 0, 0.7);
    height: 100px;
}

header .navbar-default .navbar-nav a {
    color: #c6a873;
    padding: 5px 8px;
}

header .navbar-default .navbar-nav a:hover {
    color: #ff607c;
}

header .navbar-default .navbar-nav .active a {
    font-weight: 700;
    color: #ff607c;
    background: rgba(100, 100, 100, 0.0);
    border-bottom: 4px solid #ff607c;
    text-shadow: none;
}


/****************************************
CSS CAROUSEL HEADER
****************************************/

.class:after {
    /*this group of code put*/
    width: 100%;
    /*opacity on top of img*/
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    /* black overlay with 50% transparency */
    background: rgba(0, 0, 0, 0);
}


/****************************************
CSS NAVBAR BRAND 
****************************************/

header .navbar-brand {
    background: url(../images/imgLP/logoBrand_LP.svg);
    background-repeat: no-repeat;
    background-position: 15px 0;
    height: 80px;
    margin-top: -20px;
}

header .navbar-brand h1 {
    color: #c6a873;
    margin: 0;
    font-size: 1.8em;
    font-weight: 400;
    padding-left: 105px
}

header .navbar-brand span.subhead {
    display: block;
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    font-size: 0.55em;
    padding-left: 5px;
}


/*=============================
nav in_the_body
=============================*/

header .navbar.inbody {
    background: rgba(46, 46, 46, 0.9);
    padding-top: 0;
    padding-bottom: 0;
    height: 60px;
}

header .navbar.inbody .navbar-nav {
    padding-top: 10px;
}

header .inbody .navbar-brand {
    background-image: url(../images/imgLP/logoSimple_LP.svg);
    background-repeat: no-repeat;
    background-size: 53px;
    background-position: top left;
    margin-top: 3px;
    padding-bottom: 0;
    margin-left: 10px;
}

header .inbody .navbar-brand h1 {
    font-size: 1.1em;
    padding-left: 43px;
}

header .inbody .navbar-brand span.subhead {
    display: none;
}


/***************************************
CSS NAVBAR TOGGLE
***************************************/

header .navbar-toggle {
    background-color: #363237;
}

header .navbar-default .navbar-toggle .icon-bar {
    background-color: #c6a873;
}


/***************************************
CSS HEADER CARUSEL
***************************************/


/**  Carousel Fade **/

.carousel .fade {
    opacity: 1;
}

.carousel .fade .item {
    transition: opacity ease-out .7s;
    left: 0;
    opacity: 0;
    top: 0;
    position: absolute;
    width: 100%;
    display: block;
}

.carousel .fade .item:first-child {
    top: auto;
    opacity: 1;
    position: relative;
}

.carousel .fade .item.active {
    opacity: 1;
}

.caruselCaption h3 {
    color: #ffffff;
}

.caruselCaption h3:after {
    content: "";
    height: 4px;
    width: 40px;
    background-color: #ffffff;
    display: block;
    margin: 0 auto;
    margin-top: 8px;
}


/*=======================================
SELECTION SECTION 
=========================================*/

#selection {
    background-color: #e0ebeb;
    padding-top: 2%
}

h2 {
    color: #669999;
    margin-bottom: 30px;
}

h2:after {
    content: "";
    height: 5px;
    width: 40px;
    background-color: #669999;
    display: block;
    margin: 0 auto;
    margin-top: 8px;
}

.blue-circle {
    width: 100%;
    padding-bottom: 100%;
    background-color: #669999;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin: 0 auto;
}

.blue-circle div {
    float: left;
    padding-top: 4%;
    padding-bottom: 4%;
    position: relative;
    width: 100%;
    text-align: center;
}

.blue-circle:hover {
    background: rgba(255, 0, 0, 0.5);
}

.blue-circle img {
    width: 90%;
    vertical-align: middle;
}

.blue-circle {
    width: 50%;
    padding-bottom: 50%;
}

.text-a a {
    text-decoration: none;
}

.text-center:hover {
    color: #ff607c;
}


/*====================================================
PARALLAX (Generic)
======================================================*/

.bg-parallax {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}


/*====================================================
BUTTONS (Generic)
======================================================*/
.btn.disabled, .btn[disabled], fieldset[disabled] .btn{
    opacity: 1;/*This property comes 0.65 from bs.css*/
}
.btn-general {
    border-width: 2px;
    border-radius: 0;
    padding: 12px 26px 12px 26px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

.btn-white {
    background-color: #41464b;
    border-color: #fff;
    color: #fff;
}

.btn-white:hover,
.btn-white:focus {
    background-color: #fff;
    color: #41464b;
}


/*==========================================
CONTENT (Generic)
===========================================*/

.content-box {
    padding: 20px 0 20px 0;
}

.content-title h3 {
    font-size: 30px;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
    text-align: center;
    margin: 0 0 20px 0;
}

.content-title-underline {
    width: 30px;
    height: 3px;
    background-color: #669999;
    margin: 0 auto 50px auto;
}


/*=========================================
Opening Hours
==========================================*/

/*################--Diagonal BG with parallax effect--####################*/

/*#hours-bg-diagonal {
width: 60%;
height: 550px;
float: right;
background-image: url(../images/imgIndex/diagParallax.jpg);
border-left: 200px solid #fff;
border-top: 550px solid transparent;
}*/

#hours-bg{
    margin-top: 2rem;
}
/*####--Using 3 DIVs to vertical center allined--#####*/

#hours-content-box {
    height: 550px;

}

#hours-content-box-outer {
    width: 100%;
    height: 100%;
    display: table;
}

#hours-content-box-inner {
    display: table-cell;
    vertical-align: middle;
}


/*####################################################*/

.openinghourscontent {
    margin: 0 auto;
    width: 70%;
}

.openinghourscontent h2 {
    display: block;
    text-align: center;
    margin-top: .33em;
}

.openinghourscontent button {
    color: white;
    font-size: 1.4em;
    font-weight: 400;
    background-color: #669999;
    border-radius: none;
    width: 100%;
    margin-bottom: 10px;
}

.today {
    color: #5ead5a;
}

.opening-hours-table {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 1.2em;
}

.opening-hours-table tr td:first-child {
    font-weight: bold;
}

#open-status {
    display: block;
    margin-top: 1em;
    text-align: center;
    border: dotted #669999 3px;
}

.openorclosed {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 1em;
}

.openorclosed:after {
    content: " open during these hours:";
}

.open {
    color: green;
}

.open:after {
    content: " Open";
    color: green;
}

.closed:after {
    content: " Closed";
    color: red;
}

.presentation {
    background-color: #e6e6e6;
}



/*#######################################################################*/


/*=========================================
Services
==========================================*/

.service-item {
    height: 100%;
    padding: 20px 0 20px 0;
    margin-bottom: 20px;
}

.service-item-icon span {
    content: '';
    width: 76px;
    height: 76px;
    display: inline-block;
    float: left;
    margin-right: 15px;
    margin-top: -5px;

}
.service-item-title{
    width: 50%;
    display: inline-block;
    margin-top: 3rem;
}
.service-item h3 {
    font-size: 2.5rem;
    font-weight: 400;  
}
.service-item h3 a{
   font-weight: 700 ;
    text-decoration: none; 
 }
.service-item h3 a:hover{
   color: #ff607c ;
}
.icon-cut {
    background: url("../images/imgIndex/fontCut.png");
}

.icon-perm {
    background: url("../images/imgIndex/fontperm.png");
}

.icon-color {
    background: url("../images/imgIndex/hairdyeing.png");
}

.icon-eyebrow {
    background: url("../images/imgIndex/fonteyebrow.png");
}

.icon-eyeliner {
    background: url("../images/imgIndex/fonteyeliner.png");
}

.icon-lips {
    background: url("../images/imgIndex/fontlips.png");
}


/*=========================================
Work
==========================================*/

#work {
    background-color: #fff;
}

.row.no-gutters [class*=col-] {
    padding-left: 0;
    padding-right: 0;
}


/*=========================================
Products
==========================================*/

#products {
    background-color: #d5fff8;
}

.biolage {
    background-image: url(../images/imgIndex/matrix-biolage.png);
    background-position: center center;
    background-repeat: no-repeat;
    height: 60px;
    margin-top: -50px;
    padding-bottom: 10px;
}

.matrix {
    background-image: url(../images/imgIndex/matrixProducts/logoMATRIX.png);
    background-position: center center;
    background-repeat: no-repeat;
    height: 60px;
}

.carousel-biomatrix {
    margin: 50px 0 50px 0;
}

.carousel-showmanymoveone .carousel-control {
    width: 4%;
    background-image: none;
}

.carousel-showmanymoveone .carousel-control.left {
    margin-left: 15px;
}

.carousel-showmanymoveone .carousel-control.right {
    margin-right: 15px;
}

.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3 {
    display: none;
}


figure {
    display: inline-block;
    border: 2px solid #00d5b2;
    background: rgba(0, 213, 178, 0.4);
}

figure img {
    vertical-align: top;
}

figure figcaption {
    border-top: 2px solid #00d5b2;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 1.2em;
    font-weight: 500;
    padding: 10px;
}


/*====================================================
Footer
======================================================*/


/*=================Contact=====================*/

footer {
    background-color: #41464b;
    padding-top: 30px;
    border-top: 5px solid rgba(0, 0, 0, 0.1);
}

#contact-left h3,
#contact-right h3 {
    color: #fff;
    font-size: 27px;
    font-weight: 700;
    letter-spacing: 1px;
}

#contact-left p {
    color: #fff;
    margin-bottom: 30px;
}

#contact-info {
    background-image: url("../images/imgIndex/transparentBGContact.png");
    background-repeat: no-repeat;
    background-size: contain;
}

address {
    color: #fff;
}

address strong,
#phone-email strong {
    letter-spacing: 1px;
}
/*--------------Contact Form----------------*/
.form__labels{
    color: #fff;
    font-family: 'Lato';

}
.form-control {
    background: transparent;
    border-radius: 0;
    border-color: #fff;
    font-size: 17px;
    font-weight: 300;
    padding: 8px 16px;
    margin-bottom: 20px;
    color: #fff;
}
.form__requierd, .form__requierd a{
    color: #c6a873;
}
.form__requierd a:hover{
    text-decoration: none;
    color: #ff607c;
}

/*--------------Social Media----------------*/

.social-list {
    padding-left: 0;
}

.social-list li {
    list-style: none;
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 6px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.social-icon i {
    font-size: 25px;
}

.icon-gray i {
    color: #64707b;
}

.icon-white i {
    color: #fff;
}

.social-icon i:hover {
    color: #c6a873;
}




/*================ Copyrights ==================*/

#footer-bottom {
    background-color: rgba(0, 0, 0, 0.1);
    padding: 30px 0;
    margin-top: 60px;
}

#footer-copyrights p {
    margin: 0;
    color: #fff;
}

#footer-menu {
    float: left;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}

#footer-menu ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

#footer-menu ul li {
    display: inline-block;
}

#footer-menu a {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    margin: 0 10px;
    text-decoration: none;
}

#footer-menu a:hover {
    color: #c6a873;
}


/*==========================================
ANIMATIONS 
===========================================*/

.carousel-caption {
    animation-delay: .1s;
    animation-duration: .5s;
}

.img-wrapper {
    overflow: hidden;
}

.img-wrapper img {
    transition: transform .5s ease;
}

.img-wrapper img:hover {
    transform: scale(1.5);
}


/***************************************/


/*----------------@ MEDIA--------------*/


/***************************************/
@media all and (min-width: 768px) {
    .carousel-showmanymoveone .carousel-inner>.active.left,
    .carousel-showmanymoveone .carousel-inner>.prev {
        left: -50%;
    }
    .carousel-showmanymoveone .carousel-inner>.active.right,
    .carousel-showmanymoveone .carousel-inner>.next {
        left: 50%;
    }
    .carousel-showmanymoveone .carousel-inner>.left,
    .carousel-showmanymoveone .carousel-inner>.prev.right,
    .carousel-showmanymoveone .carousel-inner>.active {
        left: 0;
    }
    .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
        display: block;
    }
}

@media all and (min-width: 768px) and (transform-3d),
    all and (min-width: 768px) and (-webkit-transform-3d) {
        .carousel-showmanymoveone .carousel-inner>.item.active.right,
        .carousel-showmanymoveone .carousel-inner>.item.next {
            -webkit-transform: translate3d(50%, 0, 0);
            transform: translate3d(50%, 0, 0);
            left: 0;
        }
        .carousel-showmanymoveone .carousel-inner>.item.active.left,
        .carousel-showmanymoveone .carousel-inner>.item.prev {
            -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
            left: 0;
        }
        .carousel-showmanymoveone .carousel-inner>.item.left,
        .carousel-showmanymoveone .carousel-inner>.item.prev.right,
        .carousel-showmanymoveone .carousel-inner>.item.active {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            left: 0;
        }
}

@media all and (min-width: 992px) {
    .carousel-showmanymoveone .carousel-inner>.active.left,
    .carousel-showmanymoveone .carousel-inner>.prev {
        left: -25%;
    }
    .carousel-showmanymoveone .carousel-inner>.active.right,
    .carousel-showmanymoveone .carousel-inner>.next {
        left: 25%;
    }
    .carousel-showmanymoveone .carousel-inner>.left,
    .carousel-showmanymoveone .carousel-inner>.prev.right,
    .carousel-showmanymoveone .carousel-inner>.active {
        left: 0;
    }
    .carousel-showmanymoveone .carousel-inner .cloneditem-2,
    .carousel-showmanymoveone .carousel-inner .cloneditem-3 {
        display: block;
    }
}

@media all and (min-width: 992px) and (transform-3d),
    all and (min-width: 992px) and (-webkit-transform-3d) {
        .carousel-showmanymoveone .carousel-inner>.item.active.right,
        .carousel-showmanymoveone .carousel-inner>.item.next {
            -webkit-transform: translate3d(25%, 0, 0);
            transform: translate3d(25%, 0, 0);
            left: 0;
        }
        .carousel-showmanymoveone .carousel-inner>.item.active.left,
        .carousel-showmanymoveone .carousel-inner>.item.prev {
            -webkit-transform: translate3d(-25%, 0, 0);
            transform: translate3d(-25%, 0, 0);
            left: 0;
        }
        .carousel-showmanymoveone .carousel-inner>.item.left,
        .carousel-showmanymoveone .carousel-inner>.item.prev.right,
        .carousel-showmanymoveone .carousel-inner>.item.active {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            left: 0;
        }
}

@media (max-width: 1200px) {
    #hours-bg{
    margin-top: 5rem;
}
}
@media (max-width: 992px) {
    header .navbar-brand {
        background-image: url(../images/imgLP/logoSimple_LP.svg);
        background-repeat: no-repeat;
        background-size: 53px;
        padding-bottom: 0px;
    }
    header .navbar-brand h1 {
        color: #c6a873;
        margin: 0;
        font-size: 1em;
        font-weight: 100;
        padding-left: 55px
    }
    header .navbar-default {
        height: 50px;
        background-color: rgba(0,0,0,0.7);
    }
    .caruselCaption h3:after {
        content: "";
        height: .2rem;
        width: 4rem;
    }
    .hairSelect,
    .makeupSelect {
        height: 200px;
    }
    .bigHair,
    .bigMake {
        display: none;
    }
    .smallHair,
    .smallMake {
        display: block;
        padding-top: 20%;
        /*this combination will*/
        padding-bottom: 20%;
        /***center vertically***/
    }
}
/* Extra Small Devices (Landscape Phones & Portrait Tablets) */

@media (max-width: 767px) {
    header .navbar-brand {
        display: block;
        width: 8rem;
        background: url(../images/imgLP/logoSimple_LP.svg) center;
        background-repeat: no-repeat;
        background-size: 7rem;
        background-color: rgba(35,45,63, .5);
        border-radius: .5rem;
        margin-left: 3%;
    }
    header .navbar-brand h1 {
        display: none;
    }
    header .navbar-right {
        background: rgba(46, 46, 46, 0.9);
    }
    header .navbar-default {
        background: rgba(0, 0, 0, 0);

    }
    header .navbar-default .navbar-nav a{
        color: #c6a873;
        font-size: 1.8rem;
    }

   .blue-circle{
       display: none;
    }
    #selection h2{
        font-size: 2rem;
    }
    #selection h2:after{
        height: 0.2rem;
    }
    #hours h3,#services h3,#work h3,#products h3{
        font-size: 2rem;
    }
        #hours-bg{
    margin-top: .1rem;
}
      #services .service-item h3 {
    font-size: 1.6rem;
    font-weight: 400;
}
}
/* Extra Small Devices (Landscape Phones & Portrait Tablets) */
@media (max-width: 480px) {
   header .navbar-brand {
        display: block;
        width: 4rem;
       height: 4rem;
        background: url(../images/imgLP/logoSimple_LP.svg) center;
        background-repeat: no-repeat;
        background-size: 3.5rem;
        background-color: rgba(35,45,63, .0);
        border-radius: .2rem;
        margin-left: 0%;
    }
    header .navbar-brand h1 {
        display: none;
    }
    header .navbar-right {
        background: rgba(46, 46, 46, 0.9);
    }
    header .navbar-default {
        height: 70px;
        background: rgba(0, 0, 0, 0);
    }
    header .navbar-default .navbar-nav a{
        color: #c6a873;
        font-size: 1.5rem;
    }


   #services .service-item h3 {
    font-size: 1.2rem;
     font-family: 'Lato';  
    font-weight: 400;
       padding: 0;
    }
 
       
   

}
/* Extra Small Devices (Landscape Phones & Portrait Tablets) */
@media (max-width: 320px){

}