html {
	-webkit-font-smoothing: antialiased;
	height: 100%;
}

body{
	width: 100%;
	height: 100%;
	background-color: #fff;
	font-family: "proxima-nova",sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #5d5f58;
	position: relative;
}

h1 {
	font-size: 50px;
	font-weight: 600;
	line-height: 100%;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: #ffffff;
}

h2 {
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
}

a {
	color: #5d5f58;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color: #cbdd60;
	text-decoration: none;
}

.wrapper{
	width: 80%;
	margin: 0 auto;
	height: 100%;
}

#header {
	position: absolute;
	top: 0;
	width: 100%;
	height: 200px;
	padding-top: 38px;
	z-index: 1;
}
	.header__logo--mobile {
		display: none;
	}

#main {
	background: url("../img/hero.jpg") no-repeat;
	background-size: cover;
    background-position: top left;
	height: 70vh;
	position: relative;
	color: #ffffff;
	box-sizing: border-box;
}

#main-mobile {
	display: none;
}

.main__title--mobile {
	display: none;
}

.main__body {
	position: absolute;
	bottom: 48px;
	font-size: 20px;
	line-height: 26px;
	z-index: 2;
	top: 56%;
}
	.main__body a {
		color: #ffffff;
		text-decoration: none;
	}

.main__coming-soon {
	margin-top: 68px;
}

.main__specials {
	margin: 0 0 46px;
}
	.main__specials-price {
		font-size: 46px;
		font-weight: 800;
		float: left;
		color: #cbdd60;
		margin-top: 5px;
	}
		.main__specials-price span {
			font-size: 18px;
			font-weight: 500;
			display: block;
			color: #ffffff;
			margin-top: 14px;
		}
	.main__specials-text {
		font-weight: 800;
		float: left;
		margin-left: 30px;
		padding-left: 30px;
		border-left: solid 2px #ffffff;
		height: 68px;
		font-size: 26px;
    	line-height: 34px;
	}

.main__book {
	font-size: 14px;
	font-weight: 600;
	line-height: 38px;
	text-transform: uppercase;
	border: solid 2px #ffffff;
	width: 158px;
	text-align: center;
	display: block;
	clear: left;
	display: inline-block;
	vertical-align: middle;
}
	.main__book:hover {
		border-color: #cbdd60;
		color: #cbdd60;
	}

.main__contact {
	font-weight: 600;
	display: inline-block;
	vertical-align: middle;
	margin-left: 36px;
}
	.main__contact a {
	    display: block;
	    height: 18px;
	    line-height: 18px;
	    padding-left: 28px;
	    margin-bottom: 12px;
	}
	.main__contact .main__contact--phone {
		background: url("../img/phone.png") no-repeat;
		background-size: 18px auto;
	    background-position: bottom left;
	}
	.main__contact .main__contact--email {
		background: url("../img/mail-white.png") no-repeat;
		background-size: 18px auto;
	    background-position: bottom left;
	}
	.main__contact a:hover {
		color: #cbdd60;
	    background-position: top left;
	}

#footer {
	height: 30vh;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
}

.footer-info,
.footer-map {
	width: 50%;
	float: left;
}

.footer-info {
    position: relative;
	padding-left: 10%;
	height: 100%;
}
.footer-info-wrapper {
	position: absolute;
  	top: 50%;
  	transform: translateY(-50%);
  	width: 100%;
  	height: 176px;
}

.footer-services {
	padding-right: 38px;
	margin-bottom: 20px;
}
	.footer-services h2 {
		margin-bottom:  28px;
	}

.service {
	font-size: 12px;
	text-transform: uppercase;	
	border-left: solid 4px #cbdd60;
	padding-left: 9px;
	height: 24px;
	width: 92px;
	float: left;
	margin: 0 0 20px 36px;
}
	.service--peel {
		clear: left;
	}
	.service--ipr,
	.service--peel {
		margin-left: 0;
	}
	.service--cyro,
	.service--meso {
		width: 118px;
	}
	.service--cyro,
	.service--meso,
	.service--micro {
		padding-top: 7px;
	}

.main__contact-social {
	clear: both;
}
.contact-social {
	display: block;
	width: 18px;
	height: 18px;
	background-size: 100% auto;
    background-position: bottom center;
    background-repeat: no-repeat;
    float: left;
    margin-right: 16px;
    overflow: hidden;
    color: transparent;
}
	.contact-social:hover {
		color: transparent;
    	background-position: top center;
	}
	.contact-social:active {
		color: transparent;
	}

	.contact-social--fb {
		background-image: url("../img/facebook.png");
	}
	.contact-social--ig {
		background-image: url("../img/instagram.png");
	}
	.contact-social--mail {
		background-image: url("../img/mail.png");
		background-size: 22px auto;
	    background-position: bottom left;
		text-indent: 0;
		padding-left: 30px;
		width: 22px;
		font-size: 14px;
		font-weight: 600;
    	color: #5d5f58;
    	overflow: visible;
	}
		.contact-social--mail:hover {
	    	background-position: top left;
    		color: #cbdd60;
		}

.footer-map {
    position: relative;
    padding-bottom: 22%;
    height: 0;
    overflow: hidden;
}
	.footer-map iframe {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100% !important;
	    height: 100% !important;
	}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

@media screen and ( max-height: 893px ){
    .main__body {
	    top: 49%;
	}
	.main__specials {
	    margin: 0 0 4%;
	}
	.main__specials-text,
	.main__contact a {
	    text-shadow: 2px 1px rgba(0,0,0,0.2);
	}
	.main__coming-soon {
		font-size: 26px;
	    margin-top: 8%;
	}
}

@media only screen and (max-width: 1420px) {
    #main {
	    xbackground-position: top left 30%;
	}
}
@media only screen and (max-width: 1366px) {
	h1 {
		font-size: 38px;
	}
	.wrapper {
		width: 90%;
	}
	#header {
	    padding-top: 2%;
	}
	.main__specials {
	    margin: 2% 0 4%;
	}
	.main__specials-text,
	.main__contact a {
	    text-shadow: 2px 1px rgba(0,0,0,0.2);
	}
	.main__body {
	    top: 49%;
	}
	.main__coming-soon {
		margin-top: 10%;
	}
	.footer-info {
	    padding-left: 5%;
	}
}

@media only screen and (max-width: 1240px) {
	h1 {
		font-size: 48px;
	}
    #main {
	    background-position: top left 30%;
	}
	.footer-info {
	    padding-left: 5%;
	}

	.footer-info-wrapper {
		position: relative;
	  	top: 0;
	  	transform: translateY(0);
	  	padding-top: 4%;
	}
	.footer-services {
		padding-right: 2%;
	}
	.service {
		margin-left: 6%;
	}
	.service--ipr,
	.service--peel {
		margin-left: 0;
	}
}

@media only screen and (max-width: 1180px) {
	.header__logo {
		display: none;
	}
	.header__logo--mobile {
		display: block;
	}
	h1 {
		font-size: 64px;
		font-weight: 800;
		line-height: 92%;
		color: #5d5f58;
	}
	#main {
    	background-position: top right 38%;
		height: 70vh;
	}
		#main .main__body {
			display: none;
		}
		#main-mobile {
			display: block;
		}

	.main__title--mobile {
		display: block;
	    top: auto;
	    bottom: 18%;
	    position: absolute;
	}

	.main__body--mobile {
	    position: relative;
		height: auto;
	    background-color: #cbdd60;
	    color: #ffffff;
	    padding: 8% 5% 5%;
	}
		.main__body--mobile .main__specials {
		    margin: 0;
		    width: 100%;
			display: block;
		}
		.main__body--mobile .main__specials-price {
			font-size: 51px;
			color: #5d5f58;
			margin-top: -8px;
		}
			.main__body--mobile .main__specials-price span {
			    display: inline-block;
			    margin-top: 0;
			    width: 42px;
			    color: #5d5f58;
			    padding-left: 16px;
			    border-left: solid 2px #5d5f58;
			    font-weight: 900;
			}
		.main__body--mobile .main__specials-text {
		    font-size: 24px;
			line-height: 24px;
		    margin-left: 0;
		    margin-top: 14px;
		    padding-left: 0;
		    border: none;
		    clear: left;
		}

	.main__contact-social {
		display: none;
	}

	.main__mobile-contact {
		width: 50%;
		display: block;
	}
		.main__mobile-contact .main__book,
		.main__mobile-contact .main__contact {
			display: block;
			margin: 20px 0 0;
			color: #ffffff;
		}
		.main__mobile-contact  .main__book:hover {
			border-color: #5d5f58;
			color: #5d5f58;
		}
		.main__mobile-contact .main__contact a {
			color: #ffffff;
		}
		
	#footer {
		height: auto;
    	width: 100%;
	}
		.footer-info-wrapper {
			padding: 4% 0;
			height: auto;
		}
	.footer-info, .footer-map {
	    width: 100%;
	    float: none;
	    height: auto;
	}
	.service {
		width: 48%;
		margin-left: 0;
		padding-right: 20%;
	}

	.footer-services {
		margin-bottom: 0;
	}
		.footer-services div:nth-child(odd) {
			margin-left: 2%;
		}
	.footer-map {
	    padding-bottom: 50%;
	}
}

@media only screen and (max-width: 400px) {
	.header__logo--mobile {
		width: 40%;
	}

	.header__logo--mobile img {
		width: 100%;
		height: auto;
	}

	#main {
	    background-position: top right 42%;
	}
}





