@charset "UTF-8";
/* CSS Document */


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; 
			box-sizing: border-box;	
		-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box; 
	
		}
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{
		display: block; }
ol, li {
	list-style: none;
	line-height: 1.3em;
}
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
	content: '';
	content: none;
}
	table {
		border-collapse: collapse;
		border-spacing: 0; }
	input, select, textarea, button {
		box-sizing: border-box;	
		-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box; 
	}
*, *:before, *:after {
  box-sizing: border-box; 
  }


/* #Basic Layouts
================================================== */
body {
	background: #fff;
	color: #425053;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	line-height: 1;
	font-weight: normal;
	min-width:600px;
 }
.FloatLeft {
	float:left;
}
.FloatRight {
	float:right;
}
.Clear {
	clear:both;
}
.W25 {
	width:25%;
}
.W50 {
	width:50%;
}
.W70 {
	width:70%;
}
.W100 {
	width:100%;
}
.Footer33 {
	float: left;
	width: 33%;
}
.BoxLeft {
	float:left;
}
.BoxRight {
	float:right;
}
.BoxCenter {
	margin-right: auto;
	margin-left: auto;
}

.Sp25 {
	height:25px;
}
.Sp50 {
	height:50px;
}






/* #Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { 
	font-weight: inherit; 
}
h1 {
	font-family: 'Simonetta', cursive;
	font-size: 48px;
	color: #425053;
	font-weight: bold;
	line-height: 1.2em;
}
h2 {
	font-family: 'Simonetta', cursive;
	font-size: 45px;
	margin-bottom: 20px;
}
h3 {
	font-size: 25px;
}
h4 {
	font-size: 18px;
	line-height: 1.3em;
}
h5 {
	font-size: 14px;
	line-height: 1.3em;
	margin-top: 3px;
}
h6 {
	font-size: 11px;
}
p {
	line-height: 1.4em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.7em;
	margin-left: 0;
}
p img {
	margin-top: 3;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
   }
q {
	quotes: none;
	line-height: 1.2em;
}
q:before {
	content: '\201C'; /*left quote*/
	font-size: 2em;
	color: #999;
	font-weight: bold;
 }
q:after {
	content: '\201D'; /*right quote*/
	font-size: 2em;
	color: #999;
	font-weight: bold;
	}  


s { 
   font-size:85%;   
   color:#999; 
}
em { font-style: italic; }
b, strong {	
	font-weight: bold;
}
small { font-size: 80%; }

/* Improve readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

hr {

}


/* #Text formats 
================================================== */
.TextXXL {
	font-size: 48px;
}
.TextXL {
	font-size: 45px;
}
.TextL {
	font-size: 25px;
}
.TextS {
	font-size: 20px;
}
.TextXS {
	font-size: 14px;
}
.TextXXS {
	font-size: 12px;
}
.TextCenter {
	text-align:center;
}
.TextRight {
	text-align:right;
}
.TextMiddle {
	vertical-align:middle;
}
.block {
	display: block;
}
.LogoFont {
	font-family: 'Poiret One', cursive;
}

/* #Color
================================================== */
.ColorWhite {
	color: #fff;
}
.ColorHighlight {
	color: #18C8BC;
}
.ColorError {
	color: #F00;
}
.BackDark {
	background-color: #425053;
}
.OnImage {
	text-shadow: 4px 4px 0px rgba(0,0,0,0.2);
}


/* #Links
================================================== */
	a, a:visited {
	color: #425053;
	text-decoration: none;
	outline: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
	a:hover, a:focus {
	color: #17C8BC;
	outline: 0 !important;
}

/* Improve readability when focused and hovered in all browsers: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {
  outline: 0 !important; }

ul {
	list-style: outside;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 25px;
}
li {
	line-height: 1.2em;
	margin-bottom: 5px;
}
li.ListSquare {
	list-style-type: square;
	margin-left: 16px;
}
li.ListBar {
}

ol { list-style: decimal; }

/* #Images
================================================== */

img.scale-with-grid {
		max-width: 100%;
		height: auto; 
}




/* 
     Tables
================================================== */
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
td {
	padding-top: 3px;
	padding-bottom: 3px;
}
  
  
/* 
     for different display size
================================================== */  
.hidden {
  display: none;
  visibility: hidden;
 }  


/* landing page  ========================== */
.TopLogoBar {
	text-align: center;
	padding: 20px;
}
.LandingImgBox {
	background-image: url(../img/FullSizeRender-1_editted_samll.jpg);
	background-repeat: no-repeat;
	height: 500px;
	font-size: 30px;
	font-weight: normal;
	line-height: 1.3em;
	text-align: center;
}
.LandingTextBox {
	position: relative;
	right: 0px;
	top: 25px;
	padding: 20px;
	background: rgb(255, 255, 255); /* Fall-back for browsers that don't
                                    support rgba */
    background: rgba(255, 255, 255, .5);
}
.LandingBottom {
	text-align: center;
	padding-top: 15px;
	margin-bottom: 15px;
}


/* main page  ========================== */
header {
	height: 100px;
	background-color: #FFF;
}
footer {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 1.3em;
}
.TopMenuIcon {
	background-image: url(../img/Top_Menu_Salon_Nine.png);
	background-size: 100%;
	display: block;
	height: 25px;
	width: 40px;
	margin-top: 37px;
	margin-left: 25px;
}
.BoxLeft {
	float: left;
}
.BoxRight {
	float: right;
}
.BoxFullWithText {
	clear: both;
}
.BoxFullWithImg {
	clear: both;
	background-size: 100%;
	height: 500px;
}
.BackWhiteonImg {
	position: relative;
	right: 0px;
	top: 150px;
	height: 200px;
	vertical-align: middle;
	text-align: center;
	padding-top: 45px;
	text-shadow: 4px 4px 0px rgba(0,0,0,0.2);
	background-color: #FFF;
	background: rgb(54, 25, 25); /* Fall-back for browsers that don't
                                    support rgba */
	background: rgba(255, 255, 255, .3);
}

.PadNormal {
	padding-top: 45px;
	padding-left: 75px;
	padding-right: 75px;
}
.PadRight25 {
	padding-right: 35px;
}
.TopLogo {
	padding-top: 21px;
	padding-right: 25px;
}

.HeaderAbout {
	background-image: url(../img/salon_nine_maiden_lane.png);
	background-repeat: no-repeat;
	padding-top: 235px;
	padding-left: 50px;
}
.HeaderBox {
	background-image: url(../img/Salon_Nine_ground_Floor.jpg);
	background-repeat: no-repeat;
}
.contact h3 {
	margin-bottom: 5px;
}
.contact table {
	margin-bottom: 126px;
}
.contact h4 {
	margin-bottom: 3px;
}
.Map {
	background-color: #CCC;
	height: 200px;
	width: 100%;
}
.MapLink {
	text-align: right;
	margin-right: 10px;
	margin-bottom: 5px;
}
.Services {
	line-height: 1.4em;
}

.Services table {
	width: 80%;
}
.Services p {
	margin-top: 0px;
	margin-bottom: 45px;
	font-style: italic;
	font-size: 13px;
	text-align: center;
}
.Services h3 {
	font-family: 'Simonetta', cursive;
	margin-bottom: 15px;
	font-weight: bold;
}
.Services h4 {
	font-weight: bold;
	margin-bottom: 5px;
}
.Services h5 {
	margin-bottom: 10px;
}
.ServiceList ul {
}
.ServiceList li {
	font-size: 0.9em;
	list-style-type: circle;
	list-style-position: inside;
}
.AboutGinaPhoto {
	background-image: url(../img/GinaKhan_S.jpg);
	background-repeat: no-repeat;
	background-size: 90%;
	height: 420px;
	margin-top: 3px;
}
.HomeTopNews h3{
	line-height: 1.2em;
}

/* side menu  ========================== */
.SideMenu {
	font-family: 'Simonetta', cursive;
	background-color: #FFF;
	padding: 25px;
	width: 30%;
	font-size: 35px;
	line-height: 1.3em;
}
.SideMenu a {
	display: block;
}
.SocialMedia {
	margin-top: 25px;
}

.SocialMedia a {
	background-repeat: no-repeat;
	height: 45px;
	width: 45px;
	display: inline-block;
	background-size: 100%;
}
.SocialMedia a:hover {
	-webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
.SocialFacebook {
	background-image: url(../img/SalonNine_facebook.png);
}
.SocialGooglePlus {
	background-image: url(../img/SalonNine_GooglePlus.png);
}
.SocialTwitter {
	background-image: url(../img/SalonNine_Twitter.png);
}
.SocialInstagram {
	background-image: url(../img/SalonNine_Instagram.png);
}
.Awards li {
	margin-bottom: 15px;
}

/* BASIC BOX  ========================== */
.BasicBox {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 35px;
	padding-bottom: 35px;
}
.BasicBox h2{
	margin-bottom: 25px;
}
.BasicBox h3 {
	margin-bottom: 10px;
	font-weight: 300;
}

/* BIO  ========================== */
.BioFrame {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 35px;
	padding-bottom: 35px;
}
.BioFrame h2{
	margin-bottom: 18px;
}
.BioFrame h3 {
	margin-bottom: 20px;
	font-weight: 300;
}
.BioA {
	
}
.BioA h2 {
	color: #1FBEAD;
}
.BioB h2{
	color: #1FBEAD;
}
.BioText {
	float: left;
	width: 700px;
	margin-left: 20px;
}
.BioTextSQ {
	float: left;
	width: 600px;
	margin-left: 20px;
}
.BioFrame a {
	color: #1FBEAD;
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: transparent;
}
.BioFrame a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #1FBEAD;
}
.BioPhoto {
	height: 300px;
	-webkit-box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.25);
	box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.25);
	width: 200px;
	background-repeat: no-repeat;
	background-size: auto 300px;
	float: right;
	margin-right: 20px;
}
.BioPhotoSQ {
	width: 300px;
	height: 300px;
	float: right;
	-webkit-box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.25);
	box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.25);
	background-repeat: no-repeat;
	background-size: auto 300px;
	margin-right: 20px;
}
.Crissy {
	background-image: url(../img_bio/Chrissy_s.jpg);
	background-repeat: no-repeat;
	background-size:auto 300px;
}
.Hope {
	background-image: url(../img_bio/Hope_s.jpg);
	background-repeat: no-repeat;
}
footer h2 {
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 10px;
}

.SocialMediaFooter {
}

.SocialMediaFooter a {
	background-repeat: no-repeat;
	height: 25px;
	width: 25px;
	display: inline-block;
	background-size: 100%;
}
.SocialMediaFooter a:hover {
	-webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}


/* BLOG  ========================== */
.BlogHeader{
}
.BlogInfoBar{
	padding-left: 75px;
	padding-right: 75px;
	height: 35px;
	padding-top: 10px;
	font-size: 13px;
}
.BlogBody{
	padding-right: 75px;
	padding-left: 75px;
	padding-top: 75px;
	padding-bottom: 25px;
}
.BlogBody p{
	line-height: 1.6em;
	margin-bottom: 1em;
	font-family: 'Raleway', sans-serif;
	margin-top: 0em;
}
.BlogBody h1{
	font-weight: normal;
	margin-bottom: 15px;
}
.BlogBody h2{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 1.8em;
}
.BlogBody h3{
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 3px;
}
.BlogBody h4{
}
.BlogBody h5{
	font-weight: bold;
}
.BlogBody h6{
}
.BlogBody blockquote{
	margin-right: 35px;
	margin-left: 35px;
	margin-bottom: 2em;
	margin-top: 2em;
	font-size: 21px;
	line-height: 1.5em;
	padding-right: 35px;
	padding-left: 35px;
}
.BlogBody ul{
	margin-left: 35px;
	margin-bottom: 2em;
	margin-top: 2em;
}
.BlogBody li{
	list-style-type: circle;
	line-height: 1.3em;
	margin-bottom: 6px;
}
.BlogBottomTags {
	margin-top: 25px;
}
.BlogBottomTags a{
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #18C8BC;
	font-size: 12px;
}
.BlogBottomTags a:HOVER{
	border-bottom-color: #FFF;
}
.BlogFooter{
	padding-right: 75px;
	padding-left: 75px;
	padding-bottom: 35px;
}
.BlogShare {
	margin-top: 25px;
}
.BlogBottomNavi{
	margin-top: 45px;
}
.BlogCommentBottom {
	margin-top: 50px;
	padding-top: 50px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #425053;
}
.BlogBottomNavi {
	font-size: 12px;
	text-transform: uppercase;
}
.BlogBottomNavi a {
	border: 1px solid #425053;
	padding-top: 9px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}
.BlogBottomNavi a:HOVER {
	background-color: #425053;
}

/* Home Feed  ========================== */
.HomeFeedPaddiv {
	padding-left: 50px;
	padding-top: 25px;
	padding-right: 50px;
	padding-bottom: 25px;
}
.HomeFeed h1 {
	font-weight: normal;
}
.HomeFeed h4 {
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 16px;
}
/* Home ServiceInfoSlide  ========================== */
.ServiceInfoSlide {
	height: 525px;
	padding-top: 35px;
	min-height: 525px;
}
.ServiceInfoSlide h1{
	font-weight: normal;
	margin-bottom: 5px;
}
.ServiceInfoSlide h2{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}
.ServiceInfoSlide h3{
}
.ServiceInfoSlide h4{
	text-align: center;
	margin-bottom: 25px;
}
.ServiceInfoSlide p{
	
}
.ServiceInfoSlide div{
	padding-bottom: 25px;
}
.ServiceInfoSlide img{
	-webkit-box-shadow: -15px 15px 0px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: -15px 15px 0px 0px rgba(0,0,0,0.25);
	box-shadow: -15px 15px 0px 0px rgba(0,0,0,0.25);
	height: auto;
	width: 450px;
}
.InfoSlideLeft {
	margin-left: 125px;
	width: 40%;
}
.InfoSlidRight {
	padding-right: 125px;
}
/* REviews  ========================== */
.Reviews{
	text-align: center;
	margin-top: 15px;
	margin-right: 15%;
	margin-bottom: 15px;
	margin-left: 15%;
}
.Reviews h1{
	font-weight: normal;
	margin-bottom: 5px;
}
.Reviews h2{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}
.Reviews h3{
	font-size: 12px;
	margin-bottom: 20px;
}
.Reviews div{
	text-align: center;
	margin-bottom: 25px;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #6B8388;
}
.Reviews h6{
	text-align: center;
	margin-bottom: 25px;
}
.Reviews p{
	margin-bottom: 20px;	
}