/* -- General Formatting */

* {
	box-sizing: border-box;
}

body {
	font-family: "adelle", "Times New Roman", Times, serif;
	font-size: 14px;
}

a.btn {
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid #000;
	text-decoration: none;
	color: #000;
}

a.btn:hover {
	background-color: #000;
	color: #FFF;
}


/* -- Header Formatting */

.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	padding: 30px 60px;
}

.header .logo {
	margin-right: 40px;
}

.header .logo img {
	display: block;
	height: 60px;
}

.header .description {
	font-size: 18px;
	line-height: 1.25em;
	padding-top: 10px;
}

.header .description .title {
	font-weight: 700;
	font-style: italic;
}

.header .description a {
	color: #000;
}



/* -- Content Formatting */

.content {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.content .left {
	position: absolute;
	top: 0;
	left: 0;
	width: 60%;
	height: 100%;
	padding-left: 60px;
    padding-bottom: 30px;
}

.content .left .photo {
	position: relative;
	height: 100%;
	width: 100%;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #FAFAFA;
}

.content .left .photo .full_screen {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 40px;
	height: 40px;
	background-color: #000;
	background-image: url('../img/full-screen.png');
	background-size: 80% 80%;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.content .left .photo .full_screen a {
	display: block;
	width: 100%;
	height: 100%;
}

.content .right {
	position: absolute;
	top: 0;
	right: 0;
	width: 40%;
	padding-left: 30px;
	padding-bottom: 30px;
	height: 100%;
}

.content .right .details {
	padding-right: 60px;
	overflow-y: auto;
	max-height: 100%;
}

.content .right .details .name_1,
.content .right .details .name_2 {
	font-weight: 700;
}

.content .right .details .origin {
	font-size: 12px;
	font-style: italic;
}

.content .right .details .description {
	font-size: 12px;
}

.content .right .details .share {
	margin-bottom: 15px;
}

.content .right .details .share a .fa {
	color: #FFF;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	margin-right: 5px;
}

.content .right .details .share a .fa-facebook {
	background-color: #3B5998;
}

.content .right .details .share a .fa-twitter {
	background-color: #00ACED;
}

.content .right .details .share a .fa-google-plus {
	background-color: #D34836;
}



/* -- Footer Formatting */

.footer {
	background-color: #000;
	color: #FFF;
	padding: 30px 60px;
	white-space: nowrap;
	overflow-x: auto;
}

.footer .thumbnails .photo {
	width: 140px;
	height: 100px;
	padding: 2px;
	background-color: #000;
	border: 1px solid #000;
	margin: auto;
}

.footer .thumbnails .photo .inner {
	position: relative;
	width: 100%;
	height: 100%;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

.footer .thumbnails .photo .inner a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 100%;
}

.footer .thumbnails .photo:hover,
.footer .thumbnails .active {
	border-color: #FFF;
}



/* -- Slick Formatting */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-arrow {
	position: absolute;
	z-index: 100;
	width: 30px;
	height: 100px;
	background-color: #414141;
	border: 0;
	overflow: hidden;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	color: rgba(0,0,0,0);
}

.slide-arrow:hover {
	background-color: #FFF;
}

.slick-prev {
	left: -40px;
	top: 0;
	background-image: url('../img/left-arrow.png');
}

.slick-next {
	right: -40px;
	top: 0;
	background-image: url('../img/right-arrow.png');
}



/* -- Tabs Formatting */

.tab {
	display: none;
	position: fixed;
	z-index: 1000;
	background-color: #000;
	color: #FFF;
	padding: 5px 0;
}

.more_tab {
	left: 50%;
	margin-left: -75px;
	bottom: 0;
	width: 150px;
	text-align: center;
	border-radius: 3px 3px 0 0;
}

.details_tab {
	left: 50%;
	margin-left: -75px;
	top: 0;
	width: 150px;
	text-align: center;
	border-radius: 0 0 3px 3px;
}




