/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

sup {
    vertical-align: super;
}

body {
    line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-weight: normal;
	color: #222;
}

ol {
    display: block;
	list-style-type: decimal;
/*	-webkit-margin-before: 1em;*/
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 10%;
}

ul {
    display: block;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 10%;
}

/* the password for presentation slides */
input[type=password] {
  width: 30%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

/* The Modal (background) */
.c_modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  padding-top: 60px;
  text-align: center;
}

.line {
    border-bottom: 1px solid #A9A9A9;
}

.float2Right {
    float: right;
}

.overviewDetail {
	border-left: 1px solid;
}

.quotation{
  margin: 0 auto;
  quotes: "\201C""\201D""\2018""\2019";
  padding: 10px 20px;
  line-height: 1.4;
}

blockquote {
	padding-bottom: 3%;
}

.quotation:before {
  content: open-quote;
  display: inline;
  height: 0;
  line-height: 0;
  left: -3px;
  position: relative;
  top: 20px;
  color: #ccc;
  font-size: 3em;
}

.quotation::after {
  content: close-quote;
  display: inline;
  height: 0;
  line-height: 0;
  left: 3px;
  position: relative;
  top: 35px;
  color: #ccc;
  font-size: 3em;
}

cite {
	text-align: right;
	padding-left: 5%;
	padding-top: 3%;
}

.scroll-down {
	position: absolute;
	left: 50%;
	bottom: 10px;
	display: block;
	text-align: center;
	font-size: 20px;
	z-index: 100;
	text-decoration: none;
	text-shadow: 0;
  	width: 13px;
 	 height: 13px;
 	 border-bottom: 2px solid #424242;
 	 border-right: 2px solid #424242;
  	z-index: 9;
  	left: 50%;
  	-webkit-transform: translate(-50%, 0%) rotate(45deg);
  	-moz-transform: translate(-50%, 0%) rotate(45deg);
  	transform: translate(-50%, 0%) rotate(45deg);
	-webkit-animation: fade_move_down 4s ease-in-out infinite;
	-moz-animation:    fade_move_down 4s ease-in-out infinite;
	animation:         fade_move_down 4s ease-in-out infinite;
}

/*animated scroll arrow animation*/
/*@-webkit-keyframes fade_move_down {
  0%   { -webkit-transform:translate(0,-10px) rotate(45deg); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -webkit-transform:translate(0,10px) rotate(45deg); opacity: 0; }
}
@-moz-keyframes fade_move_down {
  0%   { -moz-transform:translate(0,-10px) rotate(45deg); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -moz-transform:translate(0,10px) rotate(45deg); opacity: 0; }
}
@keyframes fade_move_down {
  0%   { transform:translate(0,-10px) rotate(45deg); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { transform:translate(0,10px) rotate(45deg); opacity: 0; }
}*/
/* =Global
-------------------------------------------------------------- */
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background-color: #fafafa;
    color: #424242;
/*	font-family: "lemonde-journal", Georgia, serif;*/
    font-family: 'clear_sans_lightregular', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.6;
}

figure {
    width: 100%;
    margin: 0 auto;
	padding-top: 2%;
}

    figure img {
        width: 100%;
        margin: 0 auto;
    }

figure img.shawdow {
	border: #DDD solid 1px;
	-webkit-appearance: none;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}

figcaption {
    margin: -0.2em 0 0.75em 0;
    text-align: center;
    font-style: italic;
    line-height: 1.5em;
	color: grey;
}

#work a {
    text-align: right;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    line-height: 1;
    font-weight: 300;
}

a {
    text-decoration: none;
    color: #424242;
    display: block;
}

    a:hover {
        color: rgba(70,101,95,1);
    }

#gotop {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #878789;
  color: white;
  cursor: pointer;
  padding: 10px;
  border-radius: 4px;
}

#gotop:hover {
  background-color: #f1f1f1;
  color: #878789;
}
    
.appicona {
	display: inline-block; 
	width: 19%; 
	padding-right: 0.5%;	
	padding-left: 0.5%;
	cursor: pointer;
	cursor: hand;
}

.appicona img:hover {
	opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
    cursor: pointer;
	cursor: hand;
}

.descriptionAnchor{
    border-bottom: 2px solid currentColor;
    border-bottom-color: #686868;
    line-height: 0.85;
    display: inline-block;
}

.hoverPicture {
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
    cursor: pointer;
}

.middleIcon {
	margin: 0 auto;
	display: block;
}
/* =Template
-------------------------------------------------------------- */
#wrapper {
    width: 100%;
    margin: 0 auto;
}

#main {
    background-color: #fafafa;
}

.outerContainer {
    width: 100%;
    margin: 0 auto;
}

.innerContainer, .width75 {
    width: 75%;
    margin: 0 auto;
    padding-top: 2.5%;
    padding-bottom: 2.5%;
}

.innerContainerWhite {
	background-color: #ffffff;
}

/* =Header
-------------------------------------------------------------- */
header {
    padding: 1% 0;
}

.disappear {
	display: none;
}
/* =Media Queries those are bigger than 600px
-------------------------------------------------------------- */
/*homepage*/
#work h1 {
	color: #424242;
	font-size: 1.12em;
	line-height: 1.3em;
	font-family: Karla;
	padding-bottom: 3em;
	text-align: center;
}

#work h2 {
	text-align: left;
    font-size: 18px;
    white-space: nowrap;
    font-weight: 300;
	color: #333333;
	padding-bottom: 0.2em;
	overflow: hidden;
	text-overflow: ellipsis;
}

#work span {
	font-weight: 500;
}

#work h2 + p {
	display: block;
	font-size: 16px;
	color: #666666;
	line-height: 1.2em;
	padding-top: 0.2em;
	height: 1.3em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#projects p {
    font-size: 1em;
    text-align: left;
    margin: 0;
}

#work article {
    width: 33%;
    float: left;
    padding: 1%;
	margin-bottom: 1.3%
}

.imgProjects {
	width: 100%;
	border-radius: 4px;
}

.thumb {
	width: 99%;
	background: #ffffff;
	padding: 2.3%;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
}

.thumb-description {
	padding: 0.6em 0.5em 0.6em 0.5em;
}

.hoverSeduction > div:first-child {
	margin-bottom: -10px;
}

.descriptionHeight {
	height: 7em;
}

/*about page*/
#about h1 {
	color: #424242;
	font-size: 1.7em;
	line-height: 1.5em;
	font-family: Karla;
	padding-bottom: 0.4em;
}

#about p {
	line-height: 1.4em;
    padding-bottom: 1em
}

.aboutPictureContainer {
	width: 50%;
	float:left;
}

.aboutPicture {
	width: 88%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.aboutDescriptionContainer {
	width: 50%;
	float: left;
}

/*project detail page*/
video
{
	width: 100%;
	border: 3px solid #ddd;
	margin: 1% 5%;
}

.screenVideo
{
	width: 40%;
	border: 3px solid #ddd;
	margin: 0 auto;
	display: block;
}

.twoscreenVideo
{
	width: 40%;
	border: 3px solid #ddd;
	margin: 0 auto;
	margin-left: 3%;
	display: inline-block;
}

.projectPage .innerContainer {
    width: 100%;
}

.projectText {
	width: 55%;
	margin: 0 auto;
}

.projectSmallerImage {
	width: 50%;
	margin: 0 auto;
}

.projectImage {
	width: 80%;
	margin: 0 auto;
}

.projectPage .overviewSec {
	background-color: #ffffff;
	width: 100%;
    margin: 0 auto;
}

.projectPage h1{
	font-weight: 400;
}


.projectPage h1 + p {
	line-height: 1.6em;
	padding: 0.4em 0 1.3em 0;
}

.projectPage + p {
	font-size: 16px;
}

.projectPage p {
	padding: 1% 5% 0 5%;
}

.projectPage h2 {
	padding: 1em 0 0 5%;
	font-size: 23px;
	font-weight: bolder;
}

.projectPage h3{
	padding: 1em 5% 0 5%;
	font-weight: bolder;
	font-size: 21px;
}

.projectPage article{
	width: 100%;
    padding: 0 5% 1% 5%;
}

.projectPage .threeInOneRow {
        width: 33%;
        float: left;
        padding: 1%;
	margin-bottom: 1.3%
    }

.threeInOneRow h2 {
		text-align: center;
		padding-left: 0%;
	}

.overviewSec article {
    width: 100%;
    padding: 5% 3%;
    display: inline-block;
    margin-bottom: 5%;
}

.overviewDetail p {
	padding-left: 10px;
	font-size: 16px;	
}

.overviewSec .Image4landscape {
	width: 140%;
	padding: 13%;
	margin: 0 auto;
	display: block;
	margin-bottom: -4em;
	margin-left: -10%;
}

.overviewSec .smallerImage4portrait {
	width: 70%;
	padding: 1%;
	margin: 0 auto;
	display: block;
}

.overviewSec .biggerImage4portrait {
	width: 80%;
	padding: 1%;
	margin: 0 auto;
	display: block;
}

.overviewLeft {
    float: left;
    padding: 5% 1% 1% 15%;
	width: 55%;
}

.overviewRight {
    float: right;
    padding: 5% 15% 1% 1%;
	list-style: none;
	width: 45%;
}

/* Footer */
.footer {
    margin: 0 auto;
    width: 100%;
}

    .footer li {
        float: left;
        margin: 0 15px 10px 0;
        font-family: MouseSans_Fat;
        padding-right: 3px;
        list-style: none;
    }

    .footer a {
        text-decoration: none;
        color: #555;
        cursor: pointer;
        font-family: Arial, sans-serif;
    }

.footerItem {
    padding-right: 10%;
}

.footerLeft {
    float: left;
    padding: 5% 1% 1% 15%;
	width: 51%;
}

.footerRight {
    float: right;
    padding: 5% 15% 1% 1%;
	list-style: none;
	width: 49%;
}

.copyRight {
	font-size: 16px;
	text-align: right;
}
/* =Media Queries
-------------------------------------------------------------- */
@media all and (max-width: 600px) {
.scroll-down {
	display: none;
	}

ol, ul {
	-webkit-padding-start: 11%;
}	
	
.outerContainer {
        width: 100%;
}

.innerContainer, .width75 {
        width: 100%;
		padding: 6%;
}

.projectText {
	width: 100%;
	margin: 0 auto;
}

.projectImage, .projectSmallerImage {
	width: 100%;
	margin: 0 auto;
}	

.projectPage .innerContainer {
    width: 100%;
}
	
/*homepage*/
#work h1 {
        display: none;
}

#work h1 + p {
	font-size: 1.1em;
}	
	
#work p {
        font-size: 1em;
        text-align: left;
        margin: 0;
}

#work article {
        width: 100%;
        float: left;
        padding: 3%;
}
	
#work h3 {
        font-size: 1.1em;
        font-weight: bolder;
        text-align: center;
        height: 2em;
}
	
.imgProjects {
	width: 100%;
	border-radius: 4px;
}
	
.hoverSeduction > div:first-child {
	margin-bottom: -10px;
}
	
.descriptionHeight {
	height: 9em;
}

/*about page*/
#about p {
	line-height: 1.4em;
    padding-bottom: 1em;
	font-size: 18px;
}

.aboutPictureContainer {
	width: 100%;
}

.aboutPicture {
	width: 100%;
	padding-bottom: 1em;
}

.aboutDescriptionContainer {
	width: 100%;
}
	
/*project detail page*/
video
{
	width: 90%;
	border: 3px solid #ddd;
	margin-left: 5%;
}	

.twoscreenVideo
{
	width: 50%;
	border: 3px solid #ddd;
	margin: 0 auto;
	margin-bottom: 3%;
	display: block;
}
	
.projectPage {
		font-size: 16px;
}	
	
.projectPage .overviewSec {
    padding: 15% 1%;
}
	
.projectPage header{
		padding: 6% 0;
}
	
.projectPage article{
		width: 100%;
        padding: 1% 5% 1% 5%;
}

.projectPage .threeInOneRow {
        width: 100%;
        float: left;
        padding: 3%;
	padding-top: 10%;
}

	.threeInOneRow h2 {
		text-align: center;
		padding-left: 0%;
	}

.projectPage h1{
		font-size: 23px;
}	

.projectPage h1 + p {
	font-size: 18px;
}
	
.overviewSec .smallerImage4portrait {
	width: 70%;
	padding: 1%;
	margin: 0 auto;
	display: block;
}
	
.overviewSec .biggerImage4portrait {
	width: 70%;
	padding: 1%;
	margin: 0 auto;
	display: block;
}	
	
.overviewSec .Image4landscape {
	width: 100%;
	padding: 1%;
	margin: 0 auto;
	display: block;
}
	
.overviewSec article {
        width: 100%;
        padding: 0 30px;
}	

.overviewLeft {
    padding: 0;
	width: 100%;
}

.overviewRight {
    float: right;
    padding: 0;
	list-style: none;
	width: 100%;
}	
	
/* Footer*/
.footer {
        margin: 0 auto;
        width: 100%;
}
	
.footerLeft {
	width: 100%;
}

.footerRight {
	width: 100%;
}

figure {
        width: 100%;
    }
}