@font-face {
  font-family: 'Gotham';
  src: url('Gotham-Rounded-Book.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: 'Gotham';
  src: url('Gotham-Rounded-Light-Italic.ttf') format('truetype');
  font-style: italic;
  font-weight: normal;
}

@font-face {
  font-family: 'Gotham';
  src: url('Gotham-Rounded-Bold.ttf') format('truetype');
  font-style: normal;
  font-weight: bold;
}

@font-face {
  font-family: 'Gotham';
  src: url('Gotham-Rounded-Bold-Italic.ttf') format('truetype');
  font-style: italic;
  font-weight: bold;
}

@font-face {
  font-family: 'Little Sparrow';
  src: url('LittleSparrow.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}

* { 
  -moz-box-sizing: border-box; 
  -webkit-box-sizing: border-box; 
  box-sizing: border-box;
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

html {
  -webkit-text-size-adjust: 100%;
}

:focus {
    outline: 0;
}

body {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
	margin: 0;
  padding: 0;
	font-family: 'Gotham';
	font-size: 13px;
	color: #937b37;
	background-color: #ffffff;
	-webkit-font-smoothing: antialiased;
	position: relative;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: 898px;
  overflow-x: none;
  background-color: #FFF;
  text-align: left;
  padding: 10px;
}

.header {
  font-family: 'Gotham';
  font-size: 13px;
  background-color: rgba(255,255,255,.85);
  color: #cab98e;
  overflow-x: none;
  margin-bottom: 0px;
  height: 100px;
  position: relative;
}

.header img {
  filter: none; 
  -webkit-filter: blur(0px) !important; 
  -moz-filter: blur(0px) !important; 
  -ms-filter: blur(0px) !important;
  filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='0') !important;
}
.header a {
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}
.header a:hover {color: #977b34;}
.header_right,.header_left {display: inline-block;}
.header_left {
  width: 65%;
  float: left;
}
.header_right {
  width: 35%;
  float: right;
  text-align: right;
}
.logo {
  height: 90px;
  vertical-align: middle;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  outline: 1px solid transparent;
}
.logman {
  position: absolute;
  height: 125px;
  right: 75px;
  bottom: -14px;
  z-index: 999;
}
.logo:hover {
  -webkit-filter: drop-shadow(0px 0px 2px rgba(202,185,142, 1));
  filter: drop-shadow(0px 0px 2px rgba(202,185,142, 1));
}
.nav a{
  margin-right: 20px;
}
.nav_galleries {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  position: absolute;
  font-family: 'Gotham';
  font-size: 12px;
  bottom: 5px;
  left: 150px;
  opacity: 0;
}
.nav_galleries a {
  font-size: inherit;
  padding-right: 6px;
}

.nav-text {
  position: relative;
  top: 12px;
}

.inner {
  width: 100%;
  position: relative;
  border: 1px solid #ffffff;
  min-height: 440px;
}

.arrows_container_container {
  height: 100%;
  width: 100%;
  position: absolute;
  pointer-events: none;
}

.arrows_container{
  width: 100%;
  height: inherit;
  position:absolute;
  top: 0;
  z-index: 999;
  display:table;
}
.arrows_inner {
  display:table-cell;
  vertical-align: middle;
}
.arrows_left, .arrows_right {
  display: inline-block;
  width: 50%;
}
.arrows_left {
  text-align: left;
  float: left;
}
.arrows_right{
  float:right;
  text-align: right;
}
.c_arrow{
  height: 80px;
  pointer-events: auto;
  opacity: .4;
  outline: 1px solid transparent;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  margin: 20px;
}
.c_arrow:hover{ 
  opacity: 1;
  cursor: pointer;
}
.c_arrow_right {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

.footer {
  height: 80px;
  padding-top: 25px;
}
.footer_left, .footer_right {display: inline-block;}
.footer_left {
  float: left;
  width: 50%;
}
.footer_right {
  float: right;
  width: 50%;
  text-align: right;
}
.social > * {margin-right:10px;}
.social img{
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  vertical-align: middle;
  opacity: .40;
  outline: 1px solid transparent;
}
.social img:hover {opacity: 1;}
.copy {
  font-size: 10px;
}
.social img, .copy img {
  width: 32px;
  vertical-align: middle;
}

.header, .footer {
  margin-left: 2px;
  margin-right: 2px;
}

.s_carousel {
  overflow-y: none;
  pointer-events: auto;
  cursor: grab;
  z-index: 90;
  padding-left: 1px;
}
.s_carousel:active {
  cursor: grabbing;
}
.s_carousel img{
  max-height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  vertical-align: middle;
}

.selected {
  color: #977b34 !important;
}

.thumb_display{
  width: 100%;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 70px;
  padding-right: 70px;
}
.g_thumb {
  vertical-align: top;
  width: 70px;
  height: 82px;
  overflow: hidden;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-top: 5px;
  outline: 1px solid transparent;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.g_thumb:hover {
  opacity: .7;
  cursor: pointer;
}

.piece_display {
  height: 600px;
}
.piece_img {
  height: 96%;
  padding: 8px;
}
.piece_img img {
  height: 100%;
}
.piece_title {
  height: 4%;
  font-size: 12px;
  position: relative;
}
.piece_counter {
  position: absolute;
  right: 0;
  padding-right: 8px;
  bottom: 0;
  padding-bottom: 9px;
}
.inner-text {
  text-align: left;
  height: inherit;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 5px;
  padding-left: 160px;
  padding-right: 175px;
}