@charset "utf-8";
/* Sonia - Global CSS Document */

* {
	padding:0px;
	margin:0px;
}

html, body {
	height:100%;
	width:100%;
}
body {
	font-family:"myriad-pro", Courier, monospace;
	font-size:0.90em;
	background-image: url(../images/bg.jpg);
	background-attachment:fixed;
	background-repeat: no-repeat;
	background-position:top;
	-webkit-background-size:cover; /*for webKit*/
	-moz-background-size:cover; /*Mozilla*/
	-o-background-size:cover; /*opera*/
	background-size:cover; /*generic*/
	margin:0px;
	color:#FFF;
}
a {
	color:#FFF;
}
img {
	border:0px;
}
h1 {
	font-family: 'myriad-pro';
	font-style: Semibold;
	font-weight: 300;
	font-size:2.1em;
	letter-spacing:6px;
	padding:0px 0px 16px 0px;
	margin:0px;
	text-transform:uppercase;
	text-align:center;
}

#top, #bottom, #left, #right {
	background: #fff;
}
#left, #right {
	position: fixed;
	top: 0;
	bottom: 0;
	width: 0px;
}
#left {
	left: 0;
}
#right {
	right: 0;
}
#top, #bottom {
	position: fixed;
	left: 0;
	right: 0;
	height: 0px;
}
#top {
	top: 0;
}
#bottom {
	bottom: 0;
}
/* Center align page */
		
		#outer {
	
}
#container {
	
}
#inner {
	
}
/* Image Hover - collections */
.imgHover {
	display: block;
	position: relative;
	background-color:#232323;
}
.imgHover .hover {
	display: none;
	position: absolute;
	left:10px;
	top:-10px;
	z-index: 2;
	color:#FFF;
	text-align:left;
	font-size:1.2em;
}


/* Preloader */
.pace .pace-progress {
  background: #625240;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 2px;

  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
}

.pace-inactive {
  display: none;
}
