body {
	background: #ccc;

	font-size: 18px;
	font-weight: 300;
}
div{
	box-sizing: border-box !important;
}
.container{
	padding: 0px;
}
* {
	font-family: 'Lato', sans-serif;
	
	
	line-height: auto;
}
.phone{
	//padding-top: 200px;
	font-size: 48px;
	font-weight: 100;
	color: black;
}

.half {
	width: 48%;
	display: inline-block;
	padding: 20px;
}

.opens span{
	display: inline-block;
	width: 10%;
	text-align: right;
	font-weight: 400;
	padding-right: 15px;
}
.treatments strong{
	display: block;
	border-bottom: 1px solid purple;
	margin-bottom: 15px;
}

.treatments strong span{
	float: right;
	font-weight: 300;
	}

.treatments p{
	margin-bottom: 30px;
}

.third {
	width: 33.33%;
	display: block;
	box-sizing: border-box;
	padding: 15px;
	float: left;
	
}
.clearfix {
  clear: both; }
.fourth {
	width: 19%;
	display: inline-block;
	padding: 20px;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.topBanner {
	background-image: url('../../images/glitter.png');
	background-size: cover;
	color: black;
	text-align: left;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.topBanner img {
	max-width: 100%;
	min-width: 100%;
	min-height: 200px;



	border-radius: 3px;
}

.topBanner .third {

}

.twothirds{
	width: 66.66%;
	float: left;
	box-sizing: padding-box;
}

.topBanner h1 {
	display: inline-block;
	margin: 20px 0 20px 5px;
	text-shadow: 0px 1px #ccc;
	font-size: 50px;
	font-style: italic;
	margin-left: 30%;
}

.topBanner * {
	vertical-align: middle;
}
.topBanner p {
	font-weight: 300;
}

.pageTitle{
	font-size: 36px;
	margin-bottom: 30px;
	font-weight: 300;
	border-bottom: 1px solid #630046;
	padding-bottom: 10px;
}
.pageTitle b{
	font-size: inherit;
	font-weight: 400;
}

.h1, .h2, .h3, h1, h2, h3 {
	margin: 0;
}
.logo > img{
	max-height: 200px;
}
.address{
		font-size: 18px !important;
		text-align: right !important;
	}
.nounderline {
	text-decoration: none;
}

.modBox {
	text-align: center;
	margin: 10px 30px;
	vertical-align: middle;
	text-anchor: center;
	height: 200px;
	color: white;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 0 !important;
	display: inline-block;
	width: 200px;
	border: none !important;
}

.modBox:hover {
	color: white;
	transform: scale(1.1);	
}

.modBox div {
	width: 100%;
	height: 100%;
	padding: 44% 0;
	text-shadow: 0px 2px black;
	background: rgba(0, 0, 0, 0.5);
}

.modBox.treatments {
	background-image: url('../../images/massage.png'); /* Change these 4 when uploaded to real site! */
}

.modBox.vouchers {
	background-image: url('../../images/gift-voucher.png');
}

.modBox.offers {
	background-image: url('../../images/inside-the-salon.png');
}

.modBox.times {
	background-image: url('../../images/salon-doors.png');
}

.partners {
	width: 100%;
	height: 62px;
	border: 1px solid #eee;
	background: white;
	background-image: url('../../images/companies-scrolling-tile.png');
	background-repeat: repeat-x;
	animation: 70s scroll infinite linear;
	background-size: 1500px 60px;
	margin-bottom: 50px;
}

@keyframes scroll{
    100% {
        background-position: -3000px 0;
    }
}

.warning {
	color: black;
}

/* Small Desktop Screen Width */
@media screen and (max-width: 1199px) {
	.modBox {
		margin: 10px 10px;
	}
}

/* Tablet Screen Width */
@media screen and (max-width: 991px) {
	.topBanner {
		text-align: center;
    	padding: 20px 0;
	}
	.topBanner .third {
		width: auto;
    	display: block;
    	text-align: center;
	}
	.topBanner h1 {
		margin: 0;
		text-align: center;
		display: block;
	}
	h2 {
		text-align: center;
	}
	p {
		text-align: justify;
	}	
	.header ul li a {
		padding: 6px 10px !important;
	}
	.header ul {
		height: 54px !important;
	}
	.modBox {
		width: 160px;
		height: 160px;
		margin: 3px 4px;
	}
	.modBox h3 {
		font-size: 16px;
	}
}

/* Fix header and images being correct size/layout */
@media screen and (max-width: 928px) {
	.topBanner img {
		width: 350px !important;
	}
	.header ul {
		height: auto !important;
	}
	.header ul .container {
		display: block !important;
	}
	.header ul li {
		display: block !important;
		width: 33.33% !important;
		float: left !important;

		margin: 5px;
	}
	.header .half{
		width: 100% !important;
		text-align: center;
	}
	
	.address{
		font-size: 16px !important;
		text-align: center !important;
	}
	.buttons a {
		width: 100% !important;
		}
}
.bookbut{ display: none; }
/* Mobile Screen Width */
@media screen and (max-width: 568px) {
	.header ul li {
		display: block !important;
		width: 100% !important;
		border-width: 1px !important;
	}
	.teamCard img {
		width: 100%;
	}
	.bookbut{ display: block; 
		background: #630046;
		color:white;
		padding: 10px;
	}
	.buttons a {
		width: 100% !important;
		}
		
		.third, .twothirds{
			width: 100%;
		}
		
		.teamCard form{
			width: 100% !important;
		}
		
		.pageTitle{
			font-size: 30px;
		}
		.openimage{
			min-width: 100% !important;
			margin-bottom: 15px;
		}
}

.teamCard.top {
	border-top: 1px solid #eee;
	margin-top: 25px;
}

.teamCard .third{
	text-align: center;
	padding: 30px;
}

.teamCard .third img{


	}

.teamCard {
	background: white;
	padding: 30px;
	    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	    margin-bottom: 30px;
}

.teamCard .half {
	width: 65% !important;
}

.teamCard .half, .teamCard .third {
	vertical-align: middle;
}

.teamCard span {
	font-weight: bold;
	font-size: 18px;
	color: #630046;
}

.teamCard p {
	clear: both;
}

.teamCard .break {
	border-bottom: 3px solid #eee;
	margin-bottom: 10px;
}

.teamCard .mts {
	margin-top: 7px;
}

.teamCard .mt {
	margin-top: 15px;
}

.teamCard img {
	border-radius: 3px;
	border: 1px solid #eee;
	width: 200px;
	height: 200px;
	object-fit: cover;
	object-position: center;
}

.ma {
	margin: 42px 16px;
}

.floatRight {
	float: right;
}

.bigButton {
	padding: 10px 14px;
	border: 2px solid #ccc !important;
	color: black !important;
	background: #eee;
}

.mainButton {
	padding: 10px 64px;
	color: white !important;
	background: #6704cd;
	font-size: 22px;
	display: inline-block;
	margin: 10px 22px;
}

.heroBanner {
	background-image: url('../../images/inside-the-salon.png'); /* Change this location also */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    margin-top: -36px;
    text-shadow: 0px 1px white;
    text-align: center;
    font-weight: bold;
    color: black;
}

.heroBanner p {
	text-align: center !important;
}

.heroBanner .outer {
	width: 100%;
	height: 100%;
	padding: 40px 0;
	background: rgba(255, 255, 255, 0.5);
}

.heroBanner h1 {
	margin-bottom: 30px;
}

.f-image{
	min-width: 50%;
	height: auto !important;
	float: left !important; 
	margin-right: 30px;
}
.no-pclear p{
	clear: none !important;
}

.buttons a{
	display: block;
	width: 33.33%;
	padding: 15px;
	float: left;
	border-bottom: 0px;
}

.buttons a span{

	display: block;
	padding: 30px;
	color: white;
	background: #630046;
	text-align: center;
	}
	
.treat-cat{
	font-weight: 300; margin-bottom: 15px;
	border: 1px solid #630046;
	padding: 15px;
	color: #630046;
}
.treatments p{
	padding: 15px;
}
.treat-cat i{
	float: right;
	}
	
	.treats{
		display: none;
	}
	
	.treat-cat{
		cursor: hand;
		cursor: pointer;
		text-transform: uppercase;
	}
	
	.just-text p {
		margin-bottom: 0px;
	}
	
	.gmap{
		float: right;
		width: 50%;
		height: 300px;
	}
	
	.noclearp p{
		clear: none !important;
	}