/* raleway-300 - latin-ext_latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/raleway-v28-latin-ext_latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/raleway-v28-latin-ext_latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/raleway-v28-latin-ext_latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway-v28-latin-ext_latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/raleway-v28-latin-ext_latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/raleway-v28-latin-ext_latin-300.svg#Raleway') format('svg'), /* Legacy iOS */
       url('../fonts/NotoSansTC-Light.ttf') format('truetype');
}


* {
  margin: 0;
  padding: 0;
  border: 0;
  color: #454545;
  font-size: 100%;
  font-family: 'Raleway', arial;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 1px;
  vertical-align: baseline;
  outline: none;
  list-style: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -box-sizing: border-box;
}

h1, h2, h3, h4, h5 ,h6 {
    color: #4b4848;
    font-family: 'Raleway', arial;
    letter-spacing: 1px;
}

h1              { font-size: 2em; margin: .67em 0 }
h2              { font-size: 1.5em; margin: .75em 0 }
h3              { font-size: 1.17em; margin: .83em 0 }
h5              { font-size: .83em; margin: 1.5em 0 }
h6              { font-size: .75em; margin: 1.67em 0 }
h1, h2, h3, h4,
h5, h6          { font-weight: bolder }

.thumb {
	margin: 10px;
}

blockquote p{ 
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 20px;
    margin-right: 20px;
}

body {
	background: white;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

video {
      width: 100%;
      max-height: 100%;
}

#player-overlay {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #000;        
    z-index:999;
}

a:link, a:visited {
  text-decoration: none;
}

a:active {
  text-decoration: none;
  color: #969595;	
}

a img {
  border: none;
}

#nav {
  width: 240px;
  height: 100%;
  position: fixed;
  top: 110px;
/* display: none;*/
}

p {
  text-decoration: none;
}

p a {
  text-decoration: none;
  font-weight: bolder;
  text-decoration: none;
	border-bottom: 1px solid silver;
}

p em {
  text-decoration: none;
  font-style: italic;
}

img {
	border: none;
} 

#nav ul {
	list-style: none;
	float: left;
}

#nav ul ul li{
	list-style: none;
	margin: 0.5em 0em 0.5em 1em; 
}


#nav ul li.workHead {
  cursor: pointer;
}



/* is active */
#nav li.active a {
	color: #969595;
}

#headline {
	position: fixed;
	top: 48px;
}

#headline a{
	font-weight: bolder;
}

#content {
    margin: 110px 0px 0px 280px;
    top: 0;
}

#wrapper {
	max-width: 1200px;
	min-width: 600px;
	margin-left: 40px;
	margin-top: 42px;
	margin-right: 40px;
	position: relative;
}

#wrapper img {
	max-width: 100%;
	height: auto;
}

#content {
 	font-size: 14px;
}

#content p {
  margin-bottom: 15px;
 	font-size: 14px;
}

#img-container a#next, #img-container a#prev, #img-container a:active#next, #img-container a:active#prev {
	font-size: 22px;
	text-decoration: none;
}

#img-container #num {
	vertical-align: 4px;
}

#img-container {
  margin: 0;
  padding: 0; 
}

#img-container p	{
  margin: 0;
  padding: 0 0 12px 0;
}

#once {
  clear: left;
}

.imgborder {
	border: 1px solid #eee;
}

#d-col1 img {
	padding-bottom: 0px !important;
	margin-bottom: 12px !important;
}

.cl {
	clear: both;
}

.space {
	margin-bottom: 25px;
}

.img-container {
}

#img-container p img {
		max-width: 100%;
}
	
/* FIX FOR WIDTH	*/

#img-container	{
	width: inherit !important;
	}

div.picture_holder {
	width: inherit !important;
}

div.picture {
	width: inherit !important;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

@media screen and (max-width: 740px) { 
  #wrapper {
  	width: auto;
    min-width: initial;
    max-width: initial;
  	margin: 0;
  	padding: 10px;
  	position: relative;
  }
  
  #content {
    margin-top: 40px;
    margin-left: 0;
  }
  
  #headline {
  	top: 10px;
  	left: 10px;
  	position: absolute;
  	z-index: 1000;
  
  }
  #nav {
    top: 20px;
    width: auto;
    padding: 0;
    margin: 0 0 0 0px;
    position: relative;
  }
  
  #nav ul {
  	margin: 0 0 0.8em;
  }
  
  #nav li {
  	margin-right: 20px;
  }
  
  .workHead {
  	clear: both;
  	display: block;
  	width: 100%;
  	margin: 0 0px 0 0;
  }
  
  .workListings li{
    margin: 0 0 0 5px;
  }
  
  	/* #menu is the original menu */
	.js #menu {
		display:none;
	}
	
	.js .slicknav_menu {
		display:block;
	}
}

.slicknav_menu {
	display:none;
}
