@charset "utf-8";
/* CSS Document */
/*Colours
#439c66   Green 1
#5bc793   Green 2
#3b4854  Dark Dark Blueish
#222325 Allmost Black
*/

/*------------------------ Typography -------------------------*/


#logoFont {
	font-family: 'Roboto Slab', serif;
	font-size: 1.9em;
	color: #439c66;
	margin: 0.5% 0 0 0;
	padding: 0px;
}

.Hgreen {
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	color: #51ad76;
}

.lead {
	font-size: 1.2em;
	color: #888;
	font-family: 'Lato', sans-serif;
	font-weight:400;
}

.leadmain {
	font-size: 1.5em;
	color: #222325;
}



h3.panel-title {
	color: rgb(173,175,179);
	text-transform:uppercase;
}

h2.Hwhite {
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	color: #888;
}

.Hgrey {
	font-family: 'Lato', sans-serif;
	color: #888;
	font-size: 1.2em;
}

span.bold {
	font-weight: 700;
}

#beautyInfo p {
	line-height: 1.7;
}

/*------------------------ Navbar Stuff ---------------------*/

.navbar {
	margin-bottom: 0px;
}

/*------------------------ Carousel --------------------------*/

#wrapperCarousel {
	/*background-image:url(../images/body-bg-1.png);
	background-repeat: repeat-x;*/
	background-color: #439c66;
}

#myCarousel {
	/*background-image:url(../images/body-bg-1.png);
	background-repeat:repeat-x;*/
}

.carousel-control {
	color: #8af838;
}

.carousel-caption {
  background-color: rgba(0,0,0,.5);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  padding: 0 0 10px 25px;
  color: #fff;
  text-align: left;
}

/*----------------------- Heading Container ------------------*/

#headingContainer {
	border-top: 1px solid rgba(0,0,0, 1.0);
	border-bottom: 1px solid rgba(0,0,0, 1);
	background-image:url(../images/panel_bg1.png);
	background-repeat:repeat-x;
	background-color: #F5F5F5;
	width: 100%;
	min-height: 175px;
}

/*------------- Feature Conatiner and Cols and Rows ----------*/

#headingContainer {
	background-color: #F5F5F5;
	width: 100%;
}

#featuresHeading{
	
}

/*------------------------- Products -----------------------------*/

#productsRow {
margin-bottom: 1%;
}

#productsRow  h4 {
	text-align: center;
	color: #51ad76;
}
.img-circle#salonImg {
	width: 200px;
  	height: 200px;;
 	border-radius: 50%;
  	position: relative;
  	border: solid 8px #b8bbbc;
  	-webkit-transition: all .4s ease-in-out;
  	-moz-transition: all .4s ease-in-out;
  	-ms-transition: all .4s ease-in-out;
  	-o-transition: all .4s ease-in-out;
  	transition: all .4s ease-in-out;
  	display: block;
  	cursor: pointer;
  	margin: 0 auto;
}

.img-circle#salonImg {
	background-image:url(../images/salon_small_small.png);
	background-repeat:no-repeat;
	background-position: 50% 50%;
	background-size:100%
}

.img-circle#salonImg:hover {
	background-size: 150%;
}

.img-circle#beautyImg {
	width: 200px;
  	height: 200px;;
 	border-radius: 50%;
  	position: relative;
  	border: solid 8px #b8bbbc;
  	-webkit-transition: all .4s ease-in-out;
  	-moz-transition: all .4s ease-in-out;
  	-ms-transition: all .4s ease-in-out;
  	-o-transition: all .4s ease-in-out;
  	transition: all .4s ease-in-out;
  	display: block;
  	cursor: pointer;
  	margin: 0 auto;
}

.img-circle#beautyImg {
	background-image:url(../images/beauty_small_small.png);
	background-repeat:no-repeat;
	background-position: 50% 50%;
	background-size:100%
}

.img-circle#beautyImg:hover {
	background-size: 150%;
}

.img-circle#mensImg {
	width: 200px;
  	height: 200px;;
 	border-radius: 50%;
  	position: relative;
  	border: solid 8px #b8bbbc;
  	-webkit-transition: all .4s ease-in-out;
  	-moz-transition: all .4s ease-in-out;
  	-ms-transition: all .4s ease-in-out;
  	-o-transition: all .4s ease-in-out;
  	transition: all .4s ease-in-out;
  	display: block;
  	cursor: pointer;
  	margin: 0 auto;
}

.img-circle#mensImg {
	background-image:url(../images/mens_small_small.png);
	background-repeat:no-repeat;
	background-position: 50% 50%;
	background-size:100%
}

.img-circle#mensImg:hover {
	background-size: 150%;
}

.img-circle#hotelImg {
	width: 200px;
  	height: 200px;;
 	border-radius: 50%;
  	position: relative;
  	border: solid 8px #b8bbbc;
  	-webkit-transition: all .4s ease-in-out;
  	-moz-transition: all .4s ease-in-out;
  	-ms-transition: all .4s ease-in-out;
  	-o-transition: all .4s ease-in-out;
  	transition: all .4s ease-in-out;
  	display: block;
  	cursor: pointer;
  	margin: 0 auto;
}

.img-circle#hotelImg {
	background-image:url(../images/hotel_small_small.png);
	background-repeat:no-repeat;
	background-position: 50% 50%;
	background-size:100%
}

.img-circle#hotelImg:hover {
	background-size: 150%;
}


.img-circle#extraImg {
	width: 200px;
  	height: 200px;;
 	border-radius: 50%;
  	position: relative;
  	border: solid 8px #b8bbbc;
  	-webkit-transition: all .4s ease-in-out;
  	-moz-transition: all .4s ease-in-out;
  	-ms-transition: all .4s ease-in-out;
  	-o-transition: all .4s ease-in-out;
  	transition: all .4s ease-in-out;
  	display: block;
  	cursor: pointer;
  	margin: 0 auto;
}

.img-circle#extraImg {
	background-image:url(../images/extra_small_small.png);
	background-repeat:no-repeat;
	background-position: 50% 50%;
	background-size:100%
}

.img-circle#extraImg:hover {
	background-size: 150%;
}


/*--------------------- Feature Container 2 -------------------*/

#wrapperContainer2 {
	border-top: 1px solid rgba(0,0,0, 1.0);
	border-bottom: 1px solid rgba(0,0,0, 0.1);
	background-image:url(../images/container_bg2_bw.jpg);
	background-repeat:repeat-x;
	/*background-color: rgba(67,156,102, 0.2);*/
	width: 100%;
	background-color: #f5f5f5;
	background-position: -25px;
	border-bottom: 1px solid rgba(0,0,0, 1);
}

/*------------------------ Container 3 Salon Range------------------------*/

#wrapperContainerSalon {
	background-color: transparent; /*#439c66  #222325 #414445 #3b4854*/
	width: 100%;
	min-height: 300px;
}

#salonCarousel {
	background-color: transparent;
}

#salonInfo {
	background-color: transparent;
}

#salonContainer h2.Hgreen {
	text-align:center;
}

/*------------------- Salon Carousel --------------*/

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100%;
  height: auto;
}

/* ------------------- Carousel Styling ------------------- */

#salonCarousel .carousel-inner {
  border-radius: 15px;
  /*margin-top: 35px;*/
}

#salonCarousel .carousel-caption {
  background-color: transparent;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  padding: 0 0 10px 25px;
  color: #fff;
  text-align: left;
}

.carousel-indicators {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 15;
  margin: 0;
  padding: 0 25px 25px 0;
  text-align: right;
}

.carousel-control.left,
.carousel-control.right {
  background-image: none;
}


/*-------------------- Container Beauty Carousel ------------------------*/

#wrapperContainerBeauty {
	background-color: transparent; /*#439c66  #222325 #414445 #3b4854*/
	width: 100%;
	min-height: 300px;
}

#beautyCarousel {
	background-color: transparent;
}

#mensInfo {
	background-color: transparent;
}

#beautyContainer h2.Hgreen {
	text-align:center;
}

/*------------------- Beauty Carousel --------------*/

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100%;
  height: auto;
}

/* ------------------- Carousel Styling ------------------- */

#beautyCarousel .carousel-inner {
  border-radius: 15px;
 /* margin-top: -25px;*/
}

#beautyCarousel .carousel-caption {
  background-color: transparent;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  padding: 0 0 10px 25px;
  color: #fff;
  text-align: left;
}

.carousel-indicators {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 15;
  margin: 0;
  padding: 0 25px 25px 0;
  text-align: right;
}

.carousel-control.left,
.carousel-control.right {
  background-image: none;
}


/*------------------------ Container 4 Mens Range------------------------*/

#wrapperContainerMens {
	background-color: transparent; /*#439c66  #222325 #414445 #3b4854*/
	width: 100%;
	min-height: 300px;
}
#mensCarousel {
	background-color: transparent;
}

#mensInfo {
	background-color: transparent;
}

#mensContainer h2.Hgreen {
	text-align:center;
}

/*------------------- Mens Carousel --------------*/

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100%;
  height: auto;
}

/* ------------------- Carousel Styling ------------------- */

#mensCarousel .carousel-inner {
  border-radius: 15px;
 /* margin-top: -25px;*/
}

#mensCarousel .carousel-caption {
  background-color: transparent;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  padding: 0 0 10px 25px;
  color: #fff;
  text-align: left;
}

.carousel-indicators {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 15;
  margin: 0;
  padding: 0 25px 25px 0;
  text-align: right;
}

.carousel-control.left,
.carousel-control.right {
  background-image: none;
}

/*------------------------ Container 5 Hotel Range ----------------------*/

#wrapperContainerHotel {
	background-color: transparent; /*#439c66  #222325 #414445 #3b4854*/
	width: 100%;
	min-height: 300px;
}
#hotelCarousel {
	background-color: transparent;
}

#hotelInfo {
	background-color: transparent;
}

#hotelContainer h2.Hgreen {
	text-align:center;
}

/*------------------- Hotel Carousel --------------*/

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100%;
  height: auto;
}

/* ------------------- Carousel Styling ------------------- */

#hotelCarousel .carousel-inner {
  border-radius: 15px;
 /* margin-top: -25px;*/
}

#hotelCarousel .carousel-caption {
  background-color: transparent;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  padding: 0 0 10px 25px;
  color: #fff;
  text-align: left;
}

.carousel-indicators {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 15;
  margin: 0;
  padding: 0 25px 25px 0;
  text-align: right;
}

.carousel-control.left,
.carousel-control.right {
  background-image: none;
}


/*------------------------ Container 6 Extra Range------------------------*/

#wrapperContainerExtra {
	background-color: transparent; /*#439c66  #222325 #414445 #3b4854*/
	width: 100%;
	min-height: 300px;
}

#extraCarousel {
	background-color: transparent;
}

#extraInfo {
	background-color: transparent;
}

#extraContainer h2.Hgreen {
	text-align:center;
}

/*------------------- Extra Carousel --------------*/

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100%;
  height: auto;
}

/* ------------------- Carousel Styling ------------------- */

#extraCarousel .carousel-inner {
  border-radius: 15px;
 /* margin-top: -25px;*/
}

#extraCarousel .carousel-caption {
  background-color: transparent;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  padding: 0 0 10px 25px;
  color: #fff;
  text-align: left;
}

.carousel-indicators {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 15;
  margin: 0;
  padding: 0 25px 25px 0;
  text-align: right;
}

.carousel-control.left,
.carousel-control.right {
  background-image: none;
}

/*------------------------ Container Form ----------------------*/

#wrapperForm {
	background-color: transparent; /*#439c66  #222325 #414445 #3b4854*/
	width: 100%;
	min-height: 300px;
	margin-bottom: 160px;
}

#emailSent span.lead {
	margin-top: -10px;
	margin-left: 5px;
}

/*--------------------- Spacing Containers ----------------------*/

.spacingContainer {
	width: 100%;
	height: 175px;
	margin: 1% 0 1% 0;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}

#spacingSalon.spacingContainer {
	background-image:url(../images/container_3_bw.jpg);
	background-repeat:reapeat-x;
	width: 100%;
	background-position: 0 40%;
}

#spacingBeauty.spacingContainer {
	background-image:url(../images/container_4_bw.jpg);
	background-repeat:reapeat-x;
	width: 100%;
	background-position: 0 60%;
}

#spacingMens.spacingContainer {
	background-image:url(../images/container_5_bw.jpg);
	background-repeat:reapeat-x;
	width: 100%;
	background-position: 0 10%;
}

#spacingHotel.spacingContainer {
	background-image:url(../images/hotel_spacing_bw.jpg);
	background-repeat:reapeat-x;
	width: 100%;
	background-position: 0 10%;
}

#spacingForm.spacingContainer {
	/*background-image:url(../images/container_6_bw.jpg);
	background-repeat:reapeat-x;*/
	width: 100%;
	background-position: 0 10%;
}

/*---------------------- Footer --------------------------------*/
#pushDown {
	height:175px;
	width: 100%;
	margin: 1% 0 0 0;
	background-color: #222325;
	border-top: 1px solid #080808;
}

.navbar.navbar-inverse.navbar-fixed-bottom p.navbar-text.pull-left {
	margin: 0;
}

