/* Application CSS */

/* 

UNIVERSAL
HOME PAGE
ARTIFACT TEMPLATE

*/


/*   UNIVERSAL   */


.slick-list {
	width: 1410px !important;
}

.slick-prev {
	display: inline-block;
}


body {
	font-family: Futura-Medium;
	background-color: gray;
}

.device-container {
	width: 1920px;
	/*height: 1080px;*/
	overflow: hidden;
	overflow-x: hidden;
	background-color: #2D271F;
}

.home-page .device-container {
	background-image: url('../images/background.png');
	background-size: cover;
}




/*   HOME PAGE  */

.home-header {
	height: 266px;
}

.home-header img {
	display: block;
	margin: 0 auto;
	padding: 0 0;
	height: 266px;
	width: 1935px;
}

.home-subheader {
	background: #F7C14F;
	height: 58px;
	font-size: 22px;
	color: #2D271F;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1.32px;
	display: inline-block;
	padding-top: 12px;
}

.home-treasures {
	font-size: 0;
}

.home-treasures .home-objects {
	margin: 60px 30px 0;
	border-radius: 100px;
	border: solid 5px #2D271F;
	border-radius: 25px;
	background: rgba(45,39,31,0.4);
	overflow: hidden;
}

.home-treasures .home-objects .object {
	font-size: 10px;
	display: inline-block;
	width: 264px;
	height: 320px;
	border-right: solid 5px #2D271F;
	overflow: hidden;
	padding: 0 10px;
}

.home-treasures .home-objects .object:last-child {
	border-right: none;
	width: 266px
}

.home-treasures .home-objects .object:hover {
	background-color: #2D271F;
}

.home-treasures .home-objects .object .object-image {
	height: 220px;
	overflow: hidden;
}

.home-treasures .home-objects .object .object-image img {
	display: block;
	margin: 0 auto;
}

.home-treasures .home-objects .object .object-title {
	font-family: Futura-Medium;
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 1.07px;
	text-align: center;
	margin-bottom: 0;
	text-transform: uppercase;
}

.home-treasures .home-objects .object .object-dimensions {
	font-family: Futura-Medium;
	font-size: 12px;
	color: #BB9B6E;
	letter-spacing: 0;
	text-align: center;
}

.top-row {
	border-bottom: solid 5px #2D271F;
	overflow: hidden;
}









/*   ARTIFACT TEMPLATE   */

.artifact .artifact-wrapper {
	height: 930px;
	overflow: hidden;
}

.artifact .artifact-left-column {
	width: 525px;
	display: inline-block;
	vertical-align: top;
}

.artifact .artifact-right-column {
	height: 930px;
	width: 1395px;
	margin-left: -5px;
	display: inline-block;
	vertical-align: top;
	background-image: url('../images/background-gradient.jpg');
	background-size: contain;
	overflow: hidden;
}

.artifact-background-image {
	height: 900px;
	width: 1395px;
	margin-top: 45px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.artifact-content {

}

.artifact-wrapper .logo {
	height: 186px;
}

.artifact-wrapper .artifact-title {
	height: 130px;
	background-color: #F7C14F;
}

.artifact-title-image {
	display: inline-block;
	margin-top: 25px;
	margin-left: 20px;
	vertical-align: top;
	width: 85px;
	height: 85px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;

}

.artifact-title-text {
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	padding-top: 25px;
	position: absolute;
	margin-left: 27px;
	width: 400px;
}

.artifact-title-text h2 {
	font-family: Futura-Medium;
	font-size: 26px;
	color: #363636;
	letter-spacing: 1px;
}

.artifact-title-text p {
	font-family: Futura-Medium;
	font-size: 12px;
	color: #363636;
	letter-spacing: 0.43px;
}

.artifact-title-text .spacer {
	margin: 0 15px;
}

.artifact-wrapper .artifact-info {
	height: 614px;
	background-color: white;
}

.artifact-wrapper .artifact-sources {
	height: 614px;
	background-color: white;
}

.sources-title, .sources-close {
	display: inline-block;
	vertical-align: top;
}

.sources-title {
	/* Sources: */
	font-family: Futura-Medium;
	font-size: 18px;
	color: #363636;
	letter-spacing: 1.29px;
	text-transform: uppercase;
	text-align: left;
	width: 50%;
	padding-top: 40px;
	padding-bottom: 30px;
	margin-left: 30px;
}

.sources-down-icon {
	color: #F7C14F;
	margin-right: 5px;
}

.sources-close {
	text-align: right;
	width: 42%;
	font-size: 40px;
	padding-top: 24px;
	font-family: Futura-Medium;
}

.sources-content {
	width: 515px;
	height: 475px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0 30px 0 30px;

	font-family: OpenSans;
	font-size: 15px;
	color: #363636;
	letter-spacing: 0;
	line-height: 28px;
}

.artifact-info-navigation {
	width: 206px;
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	font-family: Futura-Medium;
	font-size: 18px;
	letter-spacing: 1.29px;
	line-height: 60px;
	padding-top: 37px;
}

.artifact-info-navigation ul {
	list-style-type: none;
	margin: 0;
}

.artifact-info-navigation li {
	padding: 9px 0 9px 30px;
	height: 45px;
	width: 175px;
	border-top-right-radius: 40px;
	border-bottom-right-radius: 40px;
	margin-bottom: 14.5px;
	color: #828282;
	cursor: pointer; 
}

.artifact-info-navigation-active {
	background-color: #363636;
	color: white !important;
}

.sources-credits, .sources-credits:hover, .sources-credits:visited {
	display: block;
	font-family: Futura-Medium;
	font-size: 12px;
	color: #F7C14F;
	letter-spacing: 0.86px;
	margin-left: 30px;
	margin-top: 50px;
}

.artifact-info-content {
	display: inline-block;
	vertical-align: top;
	margin-top: 46px;
	font-family: OpenSans;
	font-size: 15px;
	color: #363636;
	letter-spacing: 0;
	line-height: 28px;
}



.artifact-navigation {
	display: inline-block;
	position: absolute;
	vertical-align: top;
	margin-left: -5px;
	background-image: url('../images/navigation-background.png');
	background-size: contain;
	height: 150px;
	width: 1719px;
	overflow-x: hidden;
}

.return-home {
	display: inline-block;
	vertical-align: top;
	height: 150px;
	width: 206px;
	background-color: #F7C14F;
	font-family: Futura-Medium;
	font-size: 14px;
	color: #363636;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
}

.return-home img {
	display: block;
	margin: 43px auto 34px;
}

.artifact-navigation-controls {
	display: inline-block;
	width: 319px;
	height: 150px;
}

.navigation-controls {
	width: 325px;
	display: inline-block;
	vertical-align: top;
	height: 150px;
	background-color: #2D271F;
}

.artifact-navigation-items {
	display: inline-block;
	overflow: hidden;
	margin-left: -5px;
	height: 150px;
	width: 1390px;
	/*background-color: rgba(45,39,31,.65);*/
}

.info-container {
	width: 305px;
	height: 440px;
	font-family: OpenSans-Semibold;
	font-size: 15px;
	color: #363636;
	letter-spacing: 0;
	line-height: 28px;
	overflow-y: auto;
	padding-right: 10px;
}




/* Right Panel */

.artifact-object-right-panel .sidebar {
	display: inline-block;
	width: 150px;
	background: rgba(256, 256, 256, .5);
	border: solid rgba(256, 256, 256, .6);
	border-width: 1px 1px 1px 0;
	margin-top: 316px;
	padding: 50px 19px;
	font-family: Futura-Medium;
	font-size: 16px;
	color: #828282;
	letter-spacing: 1px;
	line-height: 19px;
}

/* Modals */

.dimensions {
	z-index: 125;
	position: absolute;
	top: 230px;
	left: 1724px;
	width: 60px;
	height: 60px;
	border-radius: 300px;
	color: white;
	padding: 20px;
	background-image: url('../images/dimensions.png');
	background-size: cover;
	cursor: pointer;

}

.dimensions-popup {
	z-index: 100;
	position: absolute;
	top: 216px;
	left: 1542px;
	width: 242px;
	height: 240px;
	background-color: #F7C14F;
	border: solid 4px white;
	border-radius: 300px;
	text-align: center;
	padding-top: 30px;
}

.dimensions-popup-label {
	font-family: Futura-Medium;
	font-size: 18px;
	color: #363636;
	letter-spacing: 1px;
	line-height: 37px;
	text-transform: uppercase;
	margin-top: 13px;
	margin-bottom: 0;
}

.dimensions-popup-measurements {
	font-family: Futura-Medium;
	font-size: 18px;
	padding: 0 40px;
	color: #363636;
	letter-spacing: 1.2px;
	line-height: 31px;
}

.dimensions-popup hr {
	width: 70px;
	border-color: #DAA22D;
	border-width: 2px;
	margin: 10px auto 20px;
}

.dimensions-popup-close {
	z-index: 125;
	position: absolute;
	top: 230px;
	left: 1724px;
	width: 60px;
	height: 60px;
	background-color: #363636;
	border-radius: 300px;
	color: white;
	background-image: url('../images/dimensions-close.png');
	background-size: cover;
	cursor: pointer;
}

.main-modal {
	z-index: 200;
	position: absolute;
	top: 56px;
	left: 725px;
	background-color: white;
	width: 1160px;
	height: 815px;
	box-shadow: 0px 0px 10px 0px rgba(48,48,48,0.2);
}

.modal-content {
	height: 740px;
	position: relative;
}

.modal-helper {
	display: inline-block;
	vertical-align: middle;
  height: 100%;
}

.modal-content img, .modal-content video {
	display: inline-block;
	max-height: 650px;
	max-width: 1035px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.modal-navigation {

}

.modal-caption, .modal-close {
	display: inline-block;
	vertical-align: top;
}

.modal-caption {
	width: 700px;
	margin: 0 160px 0 60px;
	font-family: OpenSans;
	font-size: 15px;
	color: #828282;
	letter-spacing: 0;
	line-height: 25px;
}

.closeModal, .closeModal:hover {
	display: inline-block;
	font-family: Futura-Medium;
	font-size: 18px;
	color: #363636;
	letter-spacing: 1.8px;
	line-height: 16px;
	border: solid 2px #F7C14F;
	padding: 15px 30px;
	border-radius: 30px;
	margin: -5px 0 0;
}

.object-info-bold {
	margin: 0;
	font-family: OpenSans-Semibold;
	font-size: 15px;
	color: #363636;
	letter-spacing: 0;
	line-height: 28px;
}

.object-info-regular {
	font-family: OpenSans;
	font-size: 15px;
	color: #363636;
	letter-spacing: 0;
	line-height: 28px;
}

.sidebar-label {
	text-transform: uppercase;
}

.sidebar-thumbnail, .sidebar-video-thumbnail {
	height: 110px;
	width: 110px;
	overflow: hidden;
	background-size: cover;
	margin-bottom: 22px;
	background-color: white;
	cursor: pointer;
	background-position: center;
}

.sidebar-video-thumbnail {
	height: 76px;
}

.sidebar-thumbnail-active {
	border: solid 3px #F7C14F;
}

.background-image {
	height: 835px;
	width: 1050px;
	position: absolute;
	left: 675px;
	top: 45px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

#my-video {
	display: block;
	margin: 0 auto;
	padding-top: 20px;
}


/* Testing out a Colored Scroll */

.info-container::-webkit-scrollbar-track, .sources-content::-webkit-scrollbar-track
{
	/*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
	/*border-radius: 9px;*/
	background-color: #E1E1E1;
}

.info-container::-webkit-scrollbar, .sources-content::-webkit-scrollbar
{
	width: 9px;
	background-color: #F7C14F;
}

.info-container::-webkit-scrollbar-thumb, .sources-content::-webkit-scrollbar-thumb
{
	border-radius: 9px;
	/*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
	background-color: #F7C14F;
}




/* Navigation */

.nav-thumb {
	display: block;
	height: 140px;
	margin-right: 5px;
	margin-top: 5px;
	outline: solid 5px #2D271F;
}

.nav-thumb:focus {
	outline: none;
}

.nav-thumb img {
	display: block;
	max-width: 100px;
	max-height: 100px;
	padding-top: 10px;
	vertical-align: middle;
	margin: 0 auto;
	opacity: .7;
}

.active-thumb {
	border: solid 5px #F7C14F;
	z-index: 200;
	background-color: rgba(0,0,0,.35);
}

.active-thumb img {
	opacity: 1;
	max-width: 110px;
	max-height: 110px;
	margin-top: -5px;
}

.nav-instructions {
	display: block;
	opacity: 0.6;
	text-transform: uppercase;
	font-family: Futura-Medium;
	font-size: 14px;
	color: #99856D;
	letter-spacing: 1px;
	text-align: center;
	width: 300px;
	padding-left: 5px;
}

.nav-left-arrow, .nav-right-arrow {
	display: inline-block;
	width: 150px;
	text-align: center;
	color: #F7C14F;
	padding-top: 26px;
	margin-bottom: 21px;
}

/* Fine Tuning Thumbnail Placement */

.item-1 {
	padding-top: 15px;
}

.item-1-fix {
	background-color: #2D271F;
	width: 1394px;
	height: 5px;
	display: block;
	position: absolute;
	top: 1075px;
	left: 526px;
	z-index: 999;
}

.item-2 {
	padding-top: 15px;
}

.item-3 {
	padding-top: 15px;
}

.item-4 {
	padding-top: 40px;
}

.item-5 {
	padding-top: 15px;
}

.item-6 {
	padding-top: 10px;
}

.item-7 {
	padding-top: 35px;
}

.item-8 {
	padding-top: 35px;
}

.item-9 {
	padding-top: 15px;
}

.item-10 {
	padding-top: 10px;
}

.item-11 {
	padding-top: 10px;
}

.item-12 {
	padding-top: 10px;
}

.item-13 {
	padding-top: 15px;
}

.item-14 {
	padding-top: 20px;
}