html, body{
    font-family: 'Source Sans Pro', sans-serif;
    background-color: #333333;
    color: #fff;
}
h4{
	font-family: 'Crimson Text', serif;
	color: #c9ae7e;
	font-style: italic;
	font-size: 18px;
}
a {
    color: #fff;
    transition: .3s ease;
}
a:hover, a:active {
    color: #c9ae7e;
    text-decoration: none;
}
button:focus, .btn:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,0);
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:active {
    color: #c9ae7e;
}
.navbar-collapse{
	padding-top: 15px;
}
.navbar{
	max-width: 95%;
    margin: 0 auto;
}
.nav-top{
	text-align: center;
	padding-top: 20px;
}
.nav-top p{
	font-size: 14px;
	margin-bottom: 0;
}
.navbar-brand img{
	max-width: 200px;
	margin-top: -10px;
}
.nav-navbar{
	display: flex;
    width: 100%;
    font-size: 16px;
}
.nav-inner{
	display: flex;
	margin: 0 auto;
}
.nav-btn{
    border: solid 1px #fff;
}
.nav-btn:hover {
	border: solid 1px #c9ae7e;
}
.header-image{
	background-image: url('../img/header-home-2.jpg');
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    height:100vh;
    overflow: hidden;
}
.header-image-about{
	background-image: url('../img/header-about-2.jpg');
	background-position: center;
}
.header-image-how{
	background-image: url('../img/how-it-works.jpg');
	background-position: center;
}
.header-image-men{
	background-image: url('../img/header-men.png');
	background-position: center;
}
.header-image-women{
	background-image: url('../img/WOMAN_1.jpg');
	background-position: center;
}
.header-image-men .header-text h4, .header-image-women .header-text h4{
	font-size: 26px;
}
.header-image-laser{
	background-image: url('../img/LASER_MAN.jpg');
	background-position: center;
}
.header-image-contact{
	background-image: url('../img/contact-header-2.jpg');
	background-position: center;
}
.money-back-btm{
	text-align: center;
	position: absolute;
	bottom: 12vh;
}
.down-arrow{
	text-align: center;
	position: absolute;
	bottom: 40px;
}
.down-arrow img{
	max-width: 30px;
}
.header-text{
	text-align: center;
	padding-top: 16%;
}
.header-text-home{
	padding-top: 7%;
}
.header-text h2{
	letter-spacing: 5px;
	font-size: 2.5em;
}
.header-text-home h2{
	font-size: 2em;
}
hr{
	border-top: 2px solid #c9ae7e;
    width: 90px;
    display: block;
    margin: 20px auto;
}
.header-text h3{
	color: #c9ae7e;
    letter-spacing: 3px;
    font-size: 20px;
}
.header-text p{
	font-size: 16px;
    margin: 0 auto;
    width: 75%;
    padding: 10px 0;
}
.header-text h4{
	color: #c9ae7e;
	font-size: 18px;
	font-style: italic;
    margin: 0 auto;
    width: 75%;
    padding: 10px 0;
}
.money-back-img{
	max-width: 140px;
	display: block;
	margin: 0 auto 10px;
}
.navbar-dark .navbar-toggler {
    color: #c9ae7e;
    border-color: rgba(255,255,255,0);
}
.custom-toggler{
	color: #c9ae7e;
	font-size: 30px;
}
.text-section-1{
	text-align: center;
	padding: 30px 25px;
}
.left-block{
	display: block;
	margin: 0 auto;
	padding:40px 75px;
	color: #333333;
}
.left-block h5{
	letter-spacing: 3px;
	font-size: 14px;
}
.left-block h2{
	letter-spacing: 3px;
	font-weight: 900;
}
.left-block h2, .left-block p, .left-block a{
	margin: 20px auto;
}
.how-btn {
	border: solid 1px #333333;
	color: #333333;
	padding:5px 10px;
}
.how-btn:hover {
	border: solid 1px #c9ae7e;
}
.right-block{
	background-image: url('../img/beard-man.png');
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height:500px;
    text-align: center;
}
.right-block-home{
	padding: 0;
	background-image: url('../img/anthony-before-2.JPG');
	    background-position: top;
}
.right-block-about{
	background-image: url('../img/CONTACT.jpg');
}
.right-block-men{
	background-image: url('../img/MAN_SMALL.jpg');
}
.right-block-women{
	background-image: url('../img/leanne2.jpg');
	background-position: top;
}
.right-block-laser{
	background-image: url('../img/LASER_WOMAN.jpg');
}
.right-block h4{
	color: #fff !important;
}
.right-block img{
	max-width: 100px;
	    padding: 175px 0 20px;
}
.yt-video{
	min-height:600px;
	width:100%;
	margin: 50px auto 44px;
}
.you-can-icons{
	text-align: center;
}
.you-can-icons h2{
	color: #fff;
	font-size: 1.5em;
	letter-spacing: 3px;
}
.you-can-icons h4{
font-size: 22px;
}
.you-can-icons h3{
	margin-top: 20px;
	color: #fff;
	font-size: 1em;
	letter-spacing: 3px;
}
.you-can-icons img{
	max-width: 100px;
}
.booking-button{
	display: block;
	text-align: center;
	padding:50px 0;
	font-size: 20px;
}
.book-btn {
	border: solid 1px #c9ae7e;
	color: #c9ae7e;
	padding:5px 20px;
}
.book-btn:hover {
	border: solid 1px #fff;
	color: #fff;
}
.contact-section .row{
	padding: 30px 0 50px;
}
.contact-top{
	text-align: center;
	padding-bottom: 20px;
}
.contact-top img{
	max-width: 250px;
	padding:25px;
}
.contact-top h2{
	font-size: 20px;
}
.contact-section p, .contact-section a{
	font-size: 25px;
	color: #c9ae7e;
}
.contact-section a:hover{
	color: #fff;
}
.contact-section{
	background-image: url('../img/CONTACT_us_2.jpg');
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height:500px;
    width: 100%;
}
.form-control{
	display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #fff;
    background-color: transparent;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #c9ae7e;
    border-radius: 0;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control:focus {
    color: #fff;
    background-color: transparent;
    border-color: #c9ae7e;
    outline: 0;
    box-shadow: 0 0 0 0 rgba(0,123,255,0);
}
.btn-primary{
	color: #c9ae7e;
	background-color: transparent;
	border-color: #c9ae7e;
	border-radius: 0;
}
.btn-primary:hover{
	color: #fff;
	background-color: #c9ae7e;
	border-color: #fff;
}
.footer{
	text-align: center;
	padding: 30px 0;
}
.footer div{
	margin:7px auto;
}
.nav-social i{
	color: #c9ae7e;
	font-size: 22px;
}
.nav-social i:hover{
	color: #fff;
}
.footer-btn{
	color: #c9ae7e;
	background-color: transparent;
	border: solid 1px #c9ae7e;
	border-radius: 0;
	font-size: 18px;
	padding: 5px 7px;
	margin: 15px auto 20px;
}
.footer-btn:hover{
	color: #fff;
	border-color: #fff;
}
.footer p{
	color: #c9ae7e;
	font-size: 14px;
}
.copyright p{
	margin: 0 auto;
}
.copyright a{
	color: #c9ae7e;
}
.copyright a:hover{
	color: #fff;
}
.how-it-works{
	text-align: center;
	background-color: #ededed;
	padding-top: 35px;
}
.how-it-works .col-lg-4{
	margin: 35px 0;
}
.how-it-works h2, .how-it-works p{
	color: #3a3a3c;
}
.how-it-works h3{
	color: #3a3a3c;
	margin-top: 20px;
	font-size: 1.2em;
	letter-spacing: 3px;
}
.how-it-works img{
	max-width: 75px;
}
.how-it-works .book-btn {
	border: solid 1px #3a3a3c;
	color: #3a3a3c;
	padding:5px 20px;
}
.how-it-works .book-btn:hover {
	border: solid 1px #c9ae7e;
	color: #c9ae7e;
}
.testemonials{
	position: relative;
}
.testemonial-container{
	background-color: #fff;
    max-width: 650px;
    padding: 15px 25px;
    position: absolute;
    left: 15%;
    top: 25%;
}
.testemonial-container h2{
	color: #c9ae7e;
	font-size: 2.5em;
}
.testemonial-container h3{
	    font-size: 1.3rem;
    color: #000;
    font-style: italic;
    font-family: crimson-text;
    letter-spacing: 1px;
}
.testemonial-container p{
	color: #3a3a3c;
}
.carousel-item{
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height:60vh;
    overflow: hidden;
}
.testemonials-mob{
	display: none;
}
.carousel-control img{
	max-height: 125px;
}
.carousel-control-prev, .carousel-control-next{
	max-width: 160px;
}
.for-men{
	padding-top: 0;
	padding: 65px;
}
.for-men p{
	margin: 20px auto;
    width: 80%;
}
.examples{
	padding: 40px;
	text-align: center;
}
.examples h2{
	margin: 30px 0;
}
.examples img{
	max-width: 100px;
}
.example-img{
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    height:50vh;
    overflow: hidden;
}
.news-item{
	max-height: 500px;
	overflow: hidden;
	color: #333333;
	background-color: #ededed;
	padding: 10px;
	margin: 15px 0;
	text-align: center;
}
.news-item h2{
	padding:10px 0 0;
}
.news-item p{
	max-height: 120px;
	overflow: hidden;
	font-size: 0.95em;
}
.news-item img{
	max-width: 100%;
}
.news-thumbnail{
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    height:200px;
    overflow: hidden;
}
.news-item button{
	border: solid 1px #c9ae7e;
	border-radius: 0;
	color: #c9ae7e;
	padding:5px 20px;
	background-color: transparent;
	cursor: pointer;
	letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 0.8em;
    margin-bottom: 10px;
}
.news-item button:hover{
	border: solid 1px #c9ae7e;
	color: #fff;
	padding:5px 20px;
	background-color: #c9ae7e;
}
.modal {
	color: #333333;
}
.laser-benefits{
	background-color: #c9ae7e;
	color: #fff;
	text-align: center;
}
.laser-benefits .row{
	padding: 15px 0;
}
.laser-benefits h2{
	margin: 30px auto;
}
.laser-benefits p{
	margin: 30px 0;
}
.laser-benefits img{
	max-width: 75px;
	margin: 10px 0;
}
.laser-split{
	text-align: center;
}
.laser-split p{
	max-width: 75%;
	margin: 0 auto;
}
.laser-split .laser-left{
	padding: 7vh 25px;
	background-color: #ededed;
	color: #333333;
}
.laser-split .laser-left img{
	max-height: 91.5px;
	margin: 0 auto 40px;
}
.laser-split .laser-right{
	padding: 7vh 25px;
	background-color: #333333;
	color: #fff;
}
.laser-split .laser-right h2{
	color: #c9ae7e;
	padding: 26.75px 0px;
	margin: 0 auto;
}
.laser-split .laser-right .laser-right-head{
	margin: 0 auto 40px;
	min-height: 91.5px
}
.contact-form{
	background-color: #ededed;
	color: #333333;
	padding: 50px 0;
}
.contact-form a{
	color: #333333;
}
.contact-form a:hover{
	color: #c9ae7e;
}
.contact-form .form-control{
	display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #333333;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 0px solid transparent;
    border-radius: 0;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.contact-form .form-control:focus {
    color: #333333;
    background-color: #fff;
    border-color: #c9ae7e;
    outline: 0;
    border: 1px solid transparent;
    box-shadow: 0 0 0 0 rgba(0,123,255,0);
}
.contact-form .btn-primary{
	background-color: #333;
    border-color: #333;
    cursor: pointer;
}
.contact-form .btn-primary:hover{
	background-color: #c9ae7e;
    border-color: #c9ae7e;
}
.contact-form form{
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
}
#map{
	    width: 100%;
    height: 650px;
}
.alert{
	text-align: center;
}

@media (max-height: 650px){
	.header-text-home{
	padding-top: 0;
	}
	.header-text {
    padding-top: 8%;
	}
	.yt-video{
	min-height:450px;
	}
}

.terms{
	text-align: left;
}
.terms p{
	width: 100%;
}
.terms hr{
    margin: 20px 0 0;
}

@media (max-width: 768px){
.you-can-icons img{
	max-width: 75px;
	padding-top: 35px;
}
.how-it-works h2{
	font-size: 22px;
}
.navbar-brand img {
    max-width: 150px;
    margin-top: 0;
}
.nav-navbar{
	font-size: 2.3vh;
    text-align: center;
}
.header-text {
    padding-top: 33%;
    z-index: 301;
}
.header-text-home{
	padding-top: 15%;
}
.left-block{
	padding:40px 25px;
}
.right-block-home{
	min-height: 300px;
}
.right-block .yt-video{
	min-height:300px;
}
.money-back-img{
	max-width: 130px;
}
form{
	text-align: center;
}
.form-control{
	text-align: center;
	color: #fff;
}
.contact-section p, .contact-section a{
	font-size: 20px;
	color: #c9ae7e;
	text-align: center;
	margin-top: 10px;
}
.contact-section .btn-primary{
	margin: 10px auto;
}
.footer .nav-inner{
	display: inline-block;
}
.nav-social{
	display: flex !important;
}
.for-men{
	padding: 50px 0;
}
.for-men p{
	margin: 20px auto;
    width: 100%;
    padding: 0;
}
.testemonials{
	display: none;
}
.example-img:nth-child(-n+2){
    height: 25vh;
    width: 50%;
}
.laser-split p{
	max-width: 95%;
	margin: 0 auto;
}
.testemonials-mob{
	display: block;
}
.simon-ross-img{
	background-image: url('../img/SIMON_MOB.jpg');
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height:250px;
    width: 100%;
}
.testemonials-mob h2{
	font-size: 2.5em;
}
.testemonials-mob h3{
	font-size: 1.3rem;
    font-style: italic;
    font-family: crimson-text;
    letter-spacing: 1px;
}
.mob-text{
	width: 90%;
	margin: 50px auto;
}
.mob-text hr{
	margin: 20px 0;
}
.right-block-men, .right-block-women{
	display: none;
}
.right-block-about{
	min-height: 250px;
	background-position: left;
}
.yt-video{
	min-height:300px;
	margin: 0 0 -6px;
}
.how-it-works-video .col-lg-12{
	padding: 0;
}
}

input::-webkit-input-placeholder {
color: #fff !important;
}
input:-moz-placeholder { /* Firefox 18- */
color: #fff !important;
}
input::-moz-placeholder {  /* Firefox 19+ */
color: #fff !important;
}
input:-ms-input-placeholder {
color: #fff !important;
}
textarea::-webkit-input-placeholder {
color: #fff !important;
}
textarea:-moz-placeholder { /* Firefox 18- */
color: #fff !important;
}
textarea::-moz-placeholder {  /* Firefox 19+ */
color: #fff !important;
}
textarea:-ms-input-placeholder {
color: #fff !important;
}

.contact-form input::-webkit-input-placeholder {
color: #333333 !important;
}
.contact-form input:-moz-placeholder { /* Firefox 18- */
color: #333333 !important;
}
.contact-form input::-moz-placeholder {  /* Firefox 19+ */
color: #333333 !important;
}
.contact-form input:-ms-input-placeholder {
color: #333333 !important;
}
.contact-form textarea::-webkit-input-placeholder {
color: #333333 !important;
}
.contact-form textarea:-moz-placeholder { /* Firefox 18- */
color: #333333 !important;
}
.contact-form textarea::-moz-placeholder {  /* Firefox 19+ */
color: #333333 !important;
}
.contact-form textarea:-ms-input-placeholder {
color: #333333 !important;
}
.testemonials  {
	min-height: 60vh;
}
.modal-header .close {
	cursor:pointer;
}
