@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(fonts/lato.woff) format('woff');
}
@font-face {
  font-family: 'Prata';
  font-style: normal;
  font-weight: 400;
  src: local('Prata'), local('Prata-Regular'), url(fonts/prata.woff) format('woff');
}

html, body {
  height: 100%;
  min-height: 100%;
}
body {
  position: relative;
  margin: 0;
  padding: 0;
}
#topbar {
	z-index:9;
	margin:0;
	padding:0;
	position:fixed;
	top:0;
	width:100%;
	height:53px;
	-webkit-box-shadow:0 6px 6px -6px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:0 6px 6px -6px rgba(0, 0, 0, 0.5);
	box-shadow:0 6px 6px -6px rgba(0, 0, 0, 0.5);
	background-color:rgba(255, 255, 255, 0.85);
	color:#444;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
}
#pane {
	max-width:1200px;
	min-width:800px;
	margin:0 auto;
	padding:0 30px;
}
#logo {
	width:228px;
	float:left;
	margin:4px 0 0 0;
}
#menu {
	width:400px;
	float:left;
	margin:17px 2px 0 33px;
}
#menu a:link, #menu a:active, #menu a:visited {text-decoration:none; color:#444; padding-right:20px}
#menu a:hover {text-decoration:none; color:#c75279}

#login {
	width:290px;
	float:right;
	margin:17px 2px 0 0;
	text-align:right;
	color:#c75279;
	cursor:pointer;
}
#login:hover {color:#7288ba}

#lb_wrapper {
	width:906px;
	height:910px;	/* skrollr bug workaround */
	margin:0 auto;
	padding:0
}
#lookbook {
	margin:0 0 0 -6px;
	padding:80px 0 0 0;
	font-family: 'Prata', serif;
	font-size: 34px;
}
#season {
	margin:24px 0 28px -6px;
	color:#3c3c3c;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
}
.lb_active {color:#C75279}
.lb_active:hover {cursor:default}
.lb_sel {color:#3c3c3c}
.lb_sel:hover {
	color:#7288ba;
	cursor:pointer;
}
#iframe1 {
	margin:-8px 0 0 -13px;
	background:url('../img/loading.gif') no-repeat;
	background-position:center 120px;
}

.line {
	width:920px;
	height:3px;
	margin:0 auto;
	background:#333;
}

#about {
	padding-top:70px;
}
#about-title {
	margin:45px 0 38px 0;
	text-align:center;
	font-family: 'Prata', serif;
	font-size: 34px;
}
.about-text {
	margin:45px auto;
	width:1000px;
	text-align:center;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color:#6e6e6f;
}
#featured {
	margin:75px 0 35px 0;
	text-align:center;
	font-family: 'Prata', serif;
	font-size: 34px;
}
#follow {
	width:880px;
	margin:10px auto 0 auto;
	color:#3c3c3c;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
}
#follow a:link, a:active, a:visited {text-decoration:none; color:#444;}
#follow a:hover {text-decoration:none; color:#c75279}
.icon-mini {
	width:20px;
	float:left;
	margin:-1px 4px 0 0;
}

.cont-btm {width:1100px; margin:0 auto; padding:0}

#contact {
	padding:60px 0 40px 0;
	background:#f8f8f8;
	font-family: 'Lato', sans-serif;
	font-size:14px;
}
#contact-title {
	margin:5px 0;
	font-family: 'Prata', serif;
	font-size: 34px;
}
#mailform {
	width:520px;
	margin:25px 0;
}
.tb {width:100%; height:22px; margin:3px 0 0 0; padding:5px; border:1px solid #aaa}
.tarea {width:100%; height:220px; margin:3px 0 0 0; padding:5px; border:1px solid #aaa; font:13px arial}
.btn {
	font-family: 'Lato', sans-serif;
	color: #333;
	font-size:14px;
	background: #ffffff;
	padding: 5px 10px;
	border:1px solid #ccc;
}
.btn:hover {
	background: #ffffff;
	background-image: -webkit-linear-gradient(top, #ffffff, #d4d4d4);
	background-image: -moz-linear-gradient(top, #ffffff, #d4d4d4);
	background-image: -ms-linear-gradient(top, #ffffff, #d4d4d4);
	background-image: -o-linear-gradient(top, #ffffff, #d4d4d4);
	background-image: linear-gradient(to bottom, #ffffff, #d4d4d4);
	text-decoration: none;
}
#addr {
	width:480px;
	margin:10px 0;
	float:right;
	line-height:19px;
	letter-spacing:0.5px;
	color:#444;
}
#addr_tit {
	margin:50px 0 0 0;
	color:#000;
}
#map {margin:25px 0}

a.email:link, a.email:visited {color:#1973ed; text-decoration: none;}
a.email:hover {color:blue; text-decoration: underline;}

a {outline:none}

#footer {
	margin:0;
	padding:30px 0;
	color:#fff;
	background-color:#333;
	font-family:arial;
	font-size:12px;
	text-align:center;
}
.icons { margin:12px 0 0 0}
.copy {margin-top:16px}

/* flexslider */
.flexslider .slides > li { 
  background-position: center;
  height: 100%;
  width: 100%;
  display: none; 
  -webkit-backface-visibility: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.flexslider-container, 
.flexslider .slides, 
.flex-viewport {
	height: 100%;
}
ul.slides {
  margin: 0;
  padding: 0;
}
.flexslider {
  margin: 0; 
  padding: 0; 
  width: 100%; 
  height: 100%; 
  border: 0px; 
  overflow: hidden;
}	
img { //prevent onclick image highlighting
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

/* skrollr */
.skrollr-desktop body {
	height:100% !important;
}
.parallax-image-wrapper {
	position:fixed;
	left:0;
	width:100%;
	overflow:hidden;
}
.parallax-image {
	display:none;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}
.parallax-image-wrapper-50 {
	height:50%;
	top:-50%;
}
.parallax-image-50 {
	height:200%;
	top:-55%;
}
.parallax-image.skrollable-between {
	display:block;
}
.no-skrollr .parallax-image-wrapper {
	display:none !important;
}
#skrollr-body {
	height:100%;
	overflow:visible;
	position:relative;
}
.gap {
	background:transparent center no-repeat;
	background-size:cover;
}
.skrollr .gap {
	background:transparent !important;
}
.gap-50 {
	height:50%;
}