

/*---------------------------------------------------------------------------------
	Custom CSS
-------------------------------------------------------------------------------*/

	.isStuck .logo {
  		background: url(../images/logo-5.png) no-repeat 0 0;
	}
span.hoverBox .smallIcon {
		width: 60px;
		margin-left: -27px;
	}
	.teammember {
		background: #d2d7d9;
		padding: 40px;
	}
	.teammember img {
		opacity: 0.2;
		max-width: 100%;
	}
	.schwarzkopf {
		margin: 10px 0;
	}
	.redken {
		margin: 33px 0;
	}
	.crew {
	}
	.logo {
		width: 195px;
	}
	.watermark {
	width: 124px;
	height: 124px;
	margin: 0 auto 50px;
	background-image: url(../images/logo-4.png);
	background-repeat: no-repeat;
	}
	.bannerText {
	top: 35%;
	}
	.bannerText p span {
	color: #f71891;
	font-weight:700;
	}
	.appointment {
		background: #323641;
		padding: 20px 50px;
		color: #9295a1;
	}
	.appointment p {
		font-size:	24px;
		margin-top: 20px;
	}
	.appointment .mbnt{
		font-family: 'Open Sans', sans-serif;
		font-size:14px;
		line-height:16px;
		text-decoration:none;
		text-transform:uppercase;
		letter-spacing:2px;
		color:#fff;
		padding:22px 30px;
		border:solid 1px #9295a1;
		display:inline-block;
		margin:0 auto;
	}
	.appointment .mbnt i {
		margin-right: 5px;
	}
	.appointment .mbnt:hover{
		color:#f71891;
		border-color:#f71891;
	}
	.contactDetails .mbnt{
		font-family: 'Open Sans', sans-serif;
		font-size:14px;
		line-height:16px;
		text-decoration:none;
		text-transform:uppercase;
		letter-spacing:2px;
		color:#95a5a5;
		padding:16px 50px;
		border:solid 1px #95a5a5;
		display:inline-block;
		margin:0 auto 40px;
	}
	.appointment .mbnt.phone{
		display:none;
	}
	.contactDetails .mbnt i {
		margin-right: 5px;
	}
	.contactDetails .mbnt:hover{
		color:#f71891;
		border-color:#f71891;
	}
	.arrow {
		bottom: 40px;
	}
	.mbnt.google-map {
		display: inline-block;
	}
	.mbnt.apple-map {
		display: none;
	}
	.mapArea a {
	text-decoration: none;
	color: #f71891;
	outline: none;
	}
	.bannerText .mbnt {
		margin: 40px 30px 20px;
	}
	

@media screen and (max-width: 768px) {

	.crew {
		margin: 50px 0;
		}
	.appointment {
		text-align: center;
		padding: 10px 5px;
	}
	.appointment p {
		font-size:	21px;
	}
	.appointment .mbnt{
		width: 100%;
		margin-bottom: 20px;
	}
	.appointment .mbnt.phone{
		display:inline-block;
	}
	.contactDetails .mbnt{
		width: 100%;
		text-align: center;
	}
	.aboutus .img-circle {
		border-radius: 0;
	}
}

@media screen and (max-width: 480px) {
	.watermark {
	margin-bottom: 20px;
	}
	.bannerText {
	top: 40%;
	}
	.arrow {
		bottom: 15px;
		display: none;
	}
	ul.slides {
		min-height: 400px;
	}
	.mapArea {
	height: 260px;
	}
	.footer .container {
	padding: 60px 0;
	}
	.footer ul {
	margin: 20px auto;
	margin-bottom: 50px;
	}
	.mbnt.google-map {
		display: none;
	}
	.mbnt.apple-map {
		display: inline-block;
	}
	.bannerText .mbnt {
		margin: 20px 30px 10px;
		display: block;
	}
}

