/*************************************************
**************************************************

Website Name: Preposition Architecture
Website URL: www.preparch.com
Website Author: CTK Pro Dev Team
Author URL: ctkpro.com
Copyright 2014. All Rights Reserved.

Color Guide
***************

*************************************************/

/************************************************
*************************************************
0. CSS Reset ------------------------ All Files
1. Main Structure Style ---------------- All Files
2. Temp Home Page Details ---------------- All Files
*************************************************
************************************************/

/*----------------------------------------------
------------------------------------------------
0. CSS Reset
------------------------------------------------
----------------------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*----------------------------------------------
------------------------------------------------
1. Main Structure Style 
------------------------------------------------
----------------------------------------------*/
#container-outer {
    width: 980px;
    padding: 0 4px;
    margin: 0 auto;
    border-right: 1px solid #666;
    border-left: 1px solid #666;
}
#project-container #logo{
	width: 240px;
}
#main-content{
	margin: 8px 0 0 0;
	padding-top: 79px;
}
#main-info{
	float: left;
}
#main-info > ul{
	float: left;
	min-height: 64px;
}
#main-info > ul.left-project-desc{
	width: 260px;
	border-left: 1px solid #231F20;
	border-right: 1px solid #231F20;
	padding: 10px 15px 0;
	margin-right: 15px;
}
#main-info > ul.right-project-desc{
	width: 390px;
	padding: 10px 15px 0 0;
}
#slides-container{
	/*width:784px;*/
	/*border-left:1px solid #000;*/
	/*overflow: hidden;*/
	overflow: hidden;
	display: none;
	padding: 0 !important;
	z-index: 0;
}
@media only screen and (min-width: 1537px) {
	#slides-container{
		width: auto;
	}
}
@media only screen and (max-width: 1536px) {
	#slides-container{
		/*width: 72vw;*/
	}
}
body{
	font-family:"EB Garamond","wcl-06",sans-serif;
}
/*----------------------------------------------
------------------------------------------------
2. Temp Home Page Details
------------------------------------------------
----------------------------------------------*/
#title-img{
	width: 224px;
}
#email{
	font-family: 'PT Sans', sans-serif;
	font-size:11px;
	letter-spacing:3.5px; 
}
#main-info ul{
	margin: 3px 0;
}
#main-info li{
	font-size: 13pt;
	line-height: 18px;
}
.house-description,
.project-description{
	/*display: none;*/
	font-size: 13pt;
	letter-spacing:1px;
	line-height: 15pt;
	word-break: break-all;
}
.project-img > li{
	margin-bottom: 5px;
	cursor: pointer;
}
.project-img img{
	max-width: 100%;
	display: block;
}
#slides-container{
	position: fixed;
	z-index: 102;
	left: 0;
	top: 0;
	width: 100%!important;
	height: 102vh!important;
	background: #000;
}
@media screen(max-width: 768px) {
	.project-slider{
		overflow: auto!important;
	    height: 105vh!important;
	    background: #000;
	}
}

.unslider-fade .unslider-wrap li,
.unslider-fade,
.unslider-wrap.unslider-carousel > li,
.unslider-wrap{
	height: 100vh!important;
	background: #000;
}
.unslider-fade .unslider-wrap li > img,
.unslider-wrap.unslider-carousel > li > img,
.unslider-fade .unslider-wrap li > .youtube-video,
.unslider-wrap.unslider-carousel > li > .youtube-video{
    position: relative;
	top: 50%!important;
    transform: translateY(-50%);
	left: 0!important;
}
.not-scrollable #project-container:after{
	display: block;
	content: '';
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background: #000;
	z-index: 0;
}
#slides-container{ 
	touch-action: none; 
}

#controls{
	height: 40px;
	padding: 0;
	top: 0;
	z-index:0;
	max-width: 100%;
	width: 100% !important;
	z-index: 50;
	height: 100vh;
}
#controls div{
	position:fixed;
	cursor: pointer;
	height: 100%;
	width: 95px;
	top: 0;
	z-index: 50;
}
#controls div#left-btn{
	left: 0;
}
#controls div#right-btn{
	right: 0;
}
@media only screen and (max-device-width: 1366px) {
	#controls{
		display: none;
	}
}
#controls div:hover{
	opacity: 0.8;
	transition: .5s;
}
#controls img{
	width:28px;
}
#left-btn{
	left:0;
	background: url('../../img/btn-left.svg') center no-repeat rgba(255,255,255,0.8);
}
#right-btn{
	right:0;
	background: url('../../img/btn-right.svg') center no-repeat rgba(255,255,255,0.8);
}
#middle-btn{
	left:50%;
	margin-left:-14px;
}
#slideshow li{
	display: none;
}
.btn-close{
	width: 30px;
	height: 30px;
	background: url('../../img/btn-close.png') no-repeat center;
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 999;
	cursor: pointer;
}

@media only screen and (min-width: 1537px) {
	.project-slider li {
		text-align: center;
	}
}
@media only screen and (max-width: 1536px) {
	.project-slider li {
		text-align: center;	
	}
}
.unslider-nav{
	height: 18px;
}
#slide-photography{
	color: #999999;
	display: block;
	position: absolute;
	right: 0;
	bottom: 10px;
	margin-right: 0px;
	/*margin-bottom: 0;*/
	/*width: 176px;*/
	height: 16px;
}
/*----------------------------------------------
------------------------------------------------
3. Temp Work Page Details
------------------------------------------------
----------------------------------------------*/
#thumbnails-container {
	min-width:784px;
	float:left;
	border-left:1px solid #000;
	position:absolute;
	margin-left:224px;
}
#thumbnails {
	margin-top: -10px;
	margin-left: 10px;
}
#thumbnailshow {}
#thumbnailshow li {
	float: left;
	margin: 10px 10px;
}
#thumbnailshow img {
	width: 200px;
	height: 200px;
	cursor: pointer;
}
/*----------------------------------------------
------------------------------------------------
4. Temp Mobile Page Details
------------------------------------------------
----------------------------------------------*/
/*@font-face {
    font-family: "euroroman";
    src: url(euroroman.ttf) format("truetype");
}*/
#mobile-content{
	/*font-family: 'euroroman', sans-serif;*/
	width: 100%;
	text-align: center;
	margin:0 auto;
	padding-top: 17.5%;
}
#mobile-links{
	margin-top:30%;
}
#mobile-content img{
	width: 60%;
}
#mobile-email img{
	width: 60%;
}
#mobile-phone img{
	width: 60%;
}
#mobile-message{
	width: 60%;
	margin-top:30%;
}
/**/
#project-index{
	display: none;
	position: fixed;
	top: 0px;
	left: 0;
	z-index: 101;
	filter: alpha(opacity=80) \9; /* IE8 */
	background-color: rgba(0, 0, 0, .7); /* IE9及其它瀏覽器會執行此行 */
	overflow-y: auto;
	width: 100vw;
	height: 100vh;
}
#project-index ul{
	padding: 10px;
}
#project-index img{
	float: left; 
	margin: 10px; 
	width: 200px; 
	height: 200px;
	z-index: 3; 
	opacity: 1.0;
}

/**
 * 	loading container
 */
.loading-container{
	width: 100%;
	height: 100%;
	display: block;
	background: url('../../img/loader.gif') no-repeat center #fff;
	position: fixed;
    z-index: 120;
    background-size: 45px;
}
