@charset "UTF-8";
/* CSS Document */

/* Base Global Stylesheet (media-independant). */

body {
    background: #ddd;
    font-family: 'Enriqueta', 'Times New Roman', serif;
}

body#sub {
    background: #fff;
}


#top {
    background-image: url(../images/top-nav/top-nav@2x.png);
	background-color:transparent;
    background-position: top center;
    background-repeat: repeat-x;
    display: none;
	 padding-top: 58px;
}

#top img {

	 margin-top: -50px;
}


#sub #top {
    margin-top: 50px;
}

#sub #top h2 {
    display: block !important;
}

#sub #subnav {
    position: fixed;
    height: 50px;
    width: 100%;
    background: #d34f8b;
}

#top h2 {
    display: none;
    width: 100%;
    text-align: center;
    font-size: 1.75em;
    line-height: 50px;
    font-weight: 400;
    margin: 0;
}

#main #container {
    background-color: #fff;
    background-image: url(../images/background/dot-bg-min@2x.png);
    background-size: 30px 768px;
    background-position: top center;
    background-repeat: repeat;
	margin-top: 60px;
}

#sub #container {
    background-color: #fff;
}

#container h3 {
    color: #d34f8b;
    font-weight: 400;
}

#container p {
    font-family: 'Montserrat', Helvetica, Arial, serif;
    font-size: 1em;
    font-weight: 400;
    color: #666;
}
#map img {
    height: 0px;
}

#splash h1 {
    background-color: #transparent;
    background-image: url(../images/splash-screen/beauty-logo@2x.png);
    background-size: 206px 206px;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    text-indent: -4096px;
}

#splash p {
    color: #fff;
    font-family: 'Montserrat', Helvetica, Arial, serif;
    font-weight: 400;
    font-size: 0.75em;
    line-height: 1.5em;
    text-align: center;
    padding: 0 20px;
    width: 280px !important;
}

#main #bottom {
    background-color: #fff;
    background-image: url(../images/main/lower-line@2x.png);
    background-size: 1023px 19px;
    background-position: top center;
    background-repeat: repeat-x;
}

#sub #bottom {
    background: #eee;
}

a.big-pink-button {
    background-color: #transparent;
    background-image: url(../images/buttons/main-button-no-selection@2x.png);
    background-size: 281px 58px;
    background-position: center 26px;
    background-repeat: no-repeat;
    width: 281px;
    height: 96px;
    display: block;
    margin: 0 auto;
    color: #fff;
    text-decoration: none;
}

a.big-pink-button.active {
    cursor:pointer;
    background-image: url(../images/buttons/main-button@2x.png);
    background-size: 281px 58px;
}

a.big-pink-button span.xl {
    line-height: 106px;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 2.25em;
}

a.big-pink-button span.l {
    line-height: 86px;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1.5em;
    font-weight: 400;
}

a.big-pink-button span.s {
    line-height: 86px;
    display: block;
    width: 100%;
    text-align: center;
    font-family: 'Montserrat', Helvetica, Arial, serif;
    font-size: 0.75em;
    font-weight: 700;
    margin-top: -60px;
}

#footer {
    background-color: #ddd;
    color: #666;
    font-family: Helvetica, Arial, serif;
    font-size: 0.5em;
    text-transform: uppercase;
    line-height: 2em;
}

#footer a {
    text-decoration: none;
    color: #666;
}

a img {
    border: 0;
}

.clear {
    clear: both;

}

li.hotspot {
    position: absolute;
    display: none;
    list-style-type: none;
    padding: 0;
}

li.hotspot a {
    display: block;
    width: 50px;
    height: 48px;
    background-image: url(../images/hit-areas/hit-area-down@2x.png);
    background-size: 50px 48px;
    margin-left: -25px;
    margin-top: -24px;

}

li.hotspot a:hover, li.hotspot.selected a {
    background-image: url(../images/hit-areas/hot-area-over@2x.png);
    background-size: 50px 50px;
    margin-left: -25px;
    margin-top: -24px;
    width: 50px;
    height: 48px;
    
}

ul.nav {
    position: fixed;
}

ul.nav li.scroll-up {
    background-image: url(../images/main/up-arrow@2x.png);
    background-size: 38px 41px;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    cursor: pointer;
    width: 60px;
    height: 41px;
    
}
ul.nav li.scroll-label {
    background-image: url(../images/main/scroll@2x.png);
    background-size: 60px 15px;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    width: 60px;
    height: 41px;
    
}
ul.nav li.scroll-down {
    background-image: url(../images/main/down-arrow@2x.png);
    background-size: 38px 41px;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    cursor: pointer;
    width: 60px;
    height: 41px;
}

#sub div#subnav ul {
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 0;
}

#sub div#subnav ul li {
    list-style-type: none;
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-right: 1px;
    text-indent: -512px;
}

#sub div#subnav ul li a {
    width: 50px;
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
}

#sub div#subnav ul li.back a {
    background-image: url(../images/sub-page-nav/left-arrow@2x.png);
    background-size: 50px 50px;
}

#sub div#subnav ul li.home a {
    background-image: url(../images/sub-page-nav/home@2x.png);
    background-size: 50px 50px;
}

#sub div#subnav ul li.fullscreen a {
    background-image: url(../images/sub-page-nav/fullscreen@2x.png);
    background-size: 50px 50px;
}

#sub div#subnav ul li.next a {
    background-image: url(../images/sub-page-nav/right-arrow@2x.png);
    background-size: 50px 50px;
}


