/* Futura PT Light
font-family: "futura-pt", sans-serif;
font-weight: 300;
font-style: normal;

Futura PT Book
font-family: "futura-pt", sans-serif;
font-weight: 400;
font-style: normal;

Futura PT Book Oblique
font-family: "futura-pt", sans-serif;
font-weight: 400;
font-style: italic;

Futura PT Heavy
font-family: "futura-pt", sans-serif;
font-weight: 700;
font-style: normal;

Futura PT Heavy Oblique
font-family: "futura-pt", sans-serif;
font-weight: 700;
font-style: italic;

Futura PT Extra Bold
font-family: "futura-pt", sans-serif;
font-weight: 800;
font-style: normal;
*/

body {
    font-family: "futura-pt", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 19px;
}

header {
    height: 130px;
}

.center {
    text-align: center;
}

.container-full {
    padding: 0px 20px;
    box-sizing: border-box;
    text-align: right;
}

.topbar {
    background-color: #e5e5e5;
    padding: 8px 0px 10px 0px;
}

.topbar a {
    color: black;
}

.logo {
    width: 300px;
    padding-top: 15px;
    display: inline-block;
    float: left;
}

.logo img {
    width: 100%;
}

ul.menu li.contactme a {
    border: 1px solid black;
    padding-top: 11px;
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 12px;
    margin-top: 20px; 
}

.slider {
    background-image: url(../img/wonderful-hair-systems.jpg);
    padding-top: 230px;
    padding-bottom: 270px;
    background-repeat: no-repeat;
    box-sizing: border-box;
    padding-left: 85px;
    background-position: right;
    background-size: cover;
    margin-bottom: 70px;
}

.slider img {
    width: 100%;
}

h1 {
    opacity: 0;
    transform: translateX(2000px);
    font-family: "futura-pt", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: white;
    text-transform: uppercase;
    font-size: 100px;
    
}

.slider p {
    color: white;
    width: 731px;
    font-size: 20px;
}

.sbtn {
    margin-top: 34px;
}

.sbtn a {
    color: white;
    border: 1px solid white;
    padding: 14px 50px 14px 50px;
    margin-right: 10px;
    text-transform: uppercase;
}

h2 {
    text-transform: uppercase;
    font-family: "futura-pt", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 130px;
    line-height: 92px;
}

h2 span {
    display: block;
    font-size: 76px;
}

p, q {
    font-size: 22px;
    margin-bottom: 20px;
}

.ab, .cons {
    width: 870px;
    margin: auto;
}

.ab ul {
    margin-top: 50px;
}

.ab ul li {
    display: inline-block;
}

.ab ul li a {
    color: black;
    border: 1px solid black;
    padding: 14px 46px 14px 46px;
    margin-right: 10px;
    text-transform: uppercase;
    font-family: "futura-pt", sans-serif;
    font-weight: 700;
    font-style: normal;
}

img.scs {
    margin: auto;
    width: 24px;
    margin-top: 20px;
    margin-bottom: 24px;
}

.consbg {
    background-color: #f7f7f7;
}

p.h2sub {
    margin-bottom: 1px;
    color: #000000;
    font-family: "futura-pt", sans-serif;
    font-weight: 700;
    margin-top: 60px;
    font-size: 27px;
}

.cons {
    margin-top: 70px;
    padding-top: 70px;
    padding-bottom: 70px;
}

h3 {
    text-transform: uppercase;
    font-family: "futura-pt", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 70px;
}

.gal {
    padding-top:70px;
    padding-bottom: 70px;
}

p.pwidth {
    width: 870px;
    margin: auto;
}

a.imgthumb {
    width: 23.9%;
    margin-right: 15px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 15px;
    position: relative;
}

a.imgthumb .imgHover {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 4px;
    background-color: rgba(0, 0, 0, 0.74);
    opacity: 0;
    visibility: hidden;
    transition: 500ms ease;
}

.viewPhoto {
    color: white;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    top: 50%;
    position: absolute;
    font-size: 15pt;
    margin-top: -12px;
}

a.imgthumb:hover .imgHover {
    opacity: 1;
    visibility: visible;
}

a.imgthumb:nth-child(4n) {
    margin-right: 0px;	
}

a.imgthumb img {
    width: 100%;	
}

.white {
    color: white;
}

.contact {
    background-color: #f7f7f7;
    margin-top: 70px;
    padding-top: 70px;
    padding-bottom: 70px;
}

.contact h3 {

}

.contact form {

}

.contact form label {
    color: #000000;
   font-family: "futura-pt", sans-serif;
    font-weight: 700;
    font-size: 20px;
    padding-left: 4px;
    text-transform: uppercase;
}

.contact form input {
    font-family: "futura-pt", sans-serif;
    font-weight: 400;
    font-style: normal; 
    font-size: 20px;
    padding: 13px 10px 13px 19px;
}

.contact form textarea {
    font-family: "futura-pt", sans-serif;
    font-weight: 400;
    font-style: normal; 
    font-size: 20px;
    padding: 13px 10px 13px 19px;
}

.contact form input[type="submit"] {
    color: #fff;
   font-family: "futura-pt", sans-serif;
    font-weight: 900;
    font-size: 20px;
    padding-left: 4px;
    text-transform: uppercase;
    width: 100%;
    background-color: black;
    padding-top: 40px;
    padding-bottom: 39px;
}

.contactdeets {
    margin-top: 20px;
    margin-bottom: 70px;
}

.contactdeets a {
    color: #000000;
    font-family: "futura-pt", sans-serif;
    font-weight: 700;
    font-size: 20px;
}

.slideshow-container {
    position: relative;
    width: 60rem;
    max-width: 80%;
    margin: 0 auto;
}

.mySlides {
    display: none;
    padding: 2rem 5rem 0 5rem;
    text-align: center;
}

.mySlidesContainer {
    min-height: 5rem;
    padding: 0px 2.5rem 2rem 3.5rem;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 55%;
    width: auto;
    margin-top: -1.875rem;
    padding: 1rem;
    color: #232323;
    font-weight: 700;
    font-size: 3rem;
    border-radius: 3px;
    user-select: none;
    transition: 0.4s;
}

.next {
    position: absolute;
    right: 0;
    border-radius: 3px;
}

.prev:hover, .next:hover {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    text-decoration: none;
}

.dot-container {
    text-align: center;
    padding: 0 1.25rem;
}

.dot {
    height: 0.9375rem;
    width: 0.9375rem;
    margin: 0 2px;
    background-color: #ececec;
    display: inline-block;
    transition: background-color 0.4s ease;
}

.active {
    background-color: #232323;
}

footer {
    background-color: black;
    padding-top: 130px;
    padding-bottom: 20px;
}

.flogo {
    width: 300px;
}

.addy {
    margin-top: 40px;
}

p.ft {
   font-family: "futura-pt", sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 14px;
}

ul.flinks li {
    list-style-type: none;
    margin-bottom: 11px;
}

ul.flinks li a {
    color: white;
    text-transform: uppercase;
    font-family: "futura-pt", sans-serif;
    font-weight: 700;
}

.fimg {
    width: 20px;
    display: inline-block;
    vertical-align: top;
    margin-top: 2px;
    margin-right: 7px;
}

img.insta {
    width: 28px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

img.fb {
    width: 28px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

a.sm {
    color: white;
    text-transform: uppercase;
    font-family: "futura-pt", sans-serif;
    font-weight: 700;
    display: block;
    margin-bottom: 20px;
}
    
.gallery {
    margin-top: 40px;
} 


.contactme a:hover, .ab ul li a:hover {
    color: white;
    background-color: black;
    transition: 400ms ease;
}

ul.menu li a:hover {
    text-decoration: underline;
    transition: 400ms ease;
}

.sbtn a:hover {
    color: black;
    background-color: white;
    transition: 400ms ease;
}

.contact form input[type="submit"]:hover {
    color: black;
    background-color: grey;
    transition: 400ms ease;
}

a.sm:hover, ul.flinks li a:hover {
    color: #cccccc;
    transition: 400ms ease;
}

.gg {
    overflow: hidden;
    padding-bottom: 16px;
}

h1 {
    animation: loadslide 2000ms ease 200ms forwards;
}

@keyframes loadslide {
    0%{ transform: translateX(2000px); opacity: 0;}
    100%{transform: translateX(0px); opacity: 1; }
}

header, .slider {
    animation: loading 2000ms ease 0ms forwards;
}

.slider p, .sbtn a {
    opacity: 0;
    animation: loading 2000ms ease 700ms forwards;
}

@keyframes loading {
    0% { opacity: 0;}
    100% { opacity: 1; }
}
.ab h2 {
    font-size: 80px;
    line-height: 73px;
}

p.copy {
    color: white;
    text-align: left;
    margin-top: 100px;
    font-size: 13px;
}

.ba-slider {
	 position: relative;
	 overflow: hidden;
}
 .ba-slider img {
	 width: 100%;
	 display: block;
}
 .resize {
	 position: absolute;
	 top: 0;
	 left: 0;
	 height: 100%;
	 width: 50%;
	 overflow: hidden;
}
 .handle {
	 position: absolute;
	 left: 50%;
	 top: 0;
	 bottom: 0;
	 width: 4px;
	 margin-left: -2px;
	 background: rgba(0,0,0,0.5);
	 cursor: ew-resize;
}
 .handle:after {
	 position: absolute;
	 top: 50%;
	 width: 64px;
	 height: 64px;
	 margin: -32px 0 0 -32px;
	 content: '\21d4';
	 color: white;
	 font-weight: bold;
	 font-size: 36px;
	 text-align: center;
	 line-height: 64px;
	 background: #ffb800;
	 border: 1px solid #e6a600;
	 border-radius: 50%;
	 transition: all 0.3s ease;
	 box-shadow: 0 2px 6px rgba(0,0,0,0.3), inset 0 2px 0 rgba(255,255,255,0.5), inset 0 60px 50px -30px #ffd466;
}
 .draggable:after {
	 width: 48px;
	 height: 48px;
	 margin: -24px 0 0 -24px;
	 line-height: 48px;
	 font-size: 30px;
}

.testi {
    background-color: #f3f3f3;
    padding-top: 40px;
    padding-bottom: 40px;
}

.newSlide {
    margin-bottom: -135px;
    height: 830px;
    width: 100%;
}

.slideBG {
    height: 100%;
    background-image: url(../img/wonderful-hair-systems.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    display: flex;
    width: 100%;
    align-items: center;
}

.slideTXT {
    color: white;
    padding-left: 60px;
}

.slideTXT h2 {
    font-size: 90px;
}

.slideTXT p {
    font-size: 32px;
    font-weight: 300;
    width: 720px;
}

.btnBarPOS {

}

.btnGrid {
    width: 1000px;
    margin: auto;
    display: grid;
    grid-template-columns: 33.3% 33.3% 33.3%;
    margin-bottom: 80px;
}

.sBox {
    height: 250px;
    text-align: center;
    color: white;
}

.sBox a {
    color: white;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0px 20px;
    box-sizing: border-box;
    display: flex;
    width: 100%;
    align-items: center;
}

.sBox h3 {
    font-size: 24px;
    letter-spacing: 2px;
    font-weight: 700;
}

.sBox p {
    font-weight: 300;
    font-size: 21px;
}

.sBox:nth-child(1n) {
    background-color: black;
}

.sBox:nth-child(2n) {
    background-color: #101010;
}

.sBox:nth-child(3n) {
    background-color: #262626;
}

.sBox img {
    width: 30px;
}
 



