@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

body {
	padding: 0;
	margin: 0;
	background-image: url(asset/img/top-background_480x200.jpg)/*, url(asset/img/lower-background_2560x300.jpg)*/;
	background-repeat: repeat-x/*, repeat-x*/;
	background-position: center/*, center*/;
	background-position: top/*, bottom*/;
	background-color: #CCC;
}
p {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 1.2em;
}
h2 {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 1.4em;
	color: #333;
}
h3 {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 1.4em;
}
#videoframe {
	width: 302px;
	height: 170px;
	margin: 15px auto;
}
.bannervideo {
	width: 304px;
	height: 170px;
}
.vimeoframe {
	width: 100%;
	height: 200px;
	margin: 0 auto;
}
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	/*width: 87.36%;*/
	width: 95.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv4 {
    clear: both;
	float: left;
	margin-left: 0;
	margin-bottom: 2px;
	width: 100%;
	display: block;
	text-align:center;
	background-image: url(asset/img/divider.png);
	background-repeat:no-repeat;
	background-position:center;
}
#LayoutDiv5 {
    clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv6 {
    clear: both;
	float: left;
	margin-left: 0;
	margin-bottom: 2px;
	width: 100%;
	display: block;
	text-align:center;
	background-image: url(asset/img/divider.png);
	background-repeat:no-repeat;
	background-position:center;
}
#LayoutDiv7 {
    clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv8 {
    clear: both;
	float: left;
	margin-left: 0;
	margin-bottom: 2px;
	width: 100%;
	display: block;
	text-align:center;
	background-image: url(asset/img/divider.png);
	background-repeat:no-repeat;
	background-position:center;
}
#LayoutDiv9 {
    clear: both;
	float: left;
	margin-left: 0;
	width: 37.5%;
	display: block;
}
#LayoutDiv10 {
	clear: none;
	float: left;
	margin-left: 4.1666%;
	width: 58.3333%;
	display: block;
}
#resumeimage {
	width: 85%;
	border: #333 1px solid;
}
#LayoutDiv10 p {
	margin: 0 0 0.5em 0;
}
#LayoutDiv10 a {
	text-decoration: none;
	font-weight: bold;
	color: #333;
}
#LayoutDive10 a:hover {
	color: #09F;
}
#LayoutDiv11 {
	clear: both;
	float: left;
	margin-left: 0;
	margin-bottom: 20px;
	width: 100%;
	display: block;
}
#piimage {
	width: 25%;
}
#accordiondiv {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	/*height: 300px;*/
	display: block;
	background-image: url(asset/img/lower-background_2560x100.jpg);
	background-repeat: repeat;
	background-position: center;
}
#footer p, #footer a {
	margin: 0;
	font-weight: 700;
	color: #ccc;
}
#footer h2 {
	margin: 0;
	font-weight: 700;
	font-size: 1.7em;
	color: #ccc;
}
#footer a {
	text-decoration: none;
}
#footerimg {
	height:30px;
	margin:5px;
}
#footerleft {
	clear: both;
	float: left;
	margin-left: 0;
	border-bottom: 1px solid #ccc;
	padding: 15px 0 10px 0;
	width: 100%;
	display: block;
}
#footermiddle {
	clear: both;
	float: left;
	margin-left: 0;
	font-size: 9px;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
	width: 100%;
	display: block;
}
#footerright {
	clear: both;
	float: left;
	margin-left: 0;
	padding: 10px 0;
	width: 100%;
	display: block;
}

#portfolioimage {
	width: 100%;
	margin-top: 2px;
}
#construction {
	display: none;
}



/* Lightbox CSS for mobile */
/* ######################## */
.portfolio-overlay {
	display: none;
}
/* ######################## */

/* Accordion CSS for mobile */
/* ######################## */
#accimage {
	width:55px;
	float:left;
}
.collapsible,
.page_collapsible,
.accordion {
    margin: 0;
    padding:0;
    height:55px;
    border-top:#f0f0f0 1px solid;
    background: #cccccc;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration:none;
    text-transform:uppercase;
    color: #333;
    font-size:1em; }
.accordion-open,
.collapse-open {
    background:#000000;
    color: #fff; }
.accordion-open span,
.collapse-open span {
    display:block;
    float:right;
    padding:28px; }
.accordion-open span,
.collapse-open span {
    background: url(asset/img/close_90x90.png) center center no-repeat;
	background-size: 40%; }
.accordion-close span,
.collapse-close span {
    display:block;
    float:right;
    background: url(asset/img/down_90x90.png) center center no-repeat;
	background-size: 40%;
    padding:28px; }
div.container {
    padding:0;
    margin:0; }
div.content {
    background:#f0f0f0;
    margin: 0;
    padding:10px;
    font-size:.9em;
    line-height:1.5em;
    font-family:"Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; }
div.content p {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 1.2em;
	line-height: 1.2em;
}
div.content a {
	text-decoration: none;
	font-weight: bold;
	color: #333;
}
div.content a:hover {
	color: #09F;
}
div.content h2 {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 1.4em;
	margin: 1em 0 0.5em 0;
	color: #333;
}
div.content hr {
	margin:20px 0 0 0;
}
div.content ul, div.content p {
    padding:0;
    margin:0;
    padding:3px; }
div.content ul li {
    list-style-position:inside;
    line-height:25px; }
div.content ul li a {
    color:#555555; }
code {
    overflow:auto; }

/* ############ */

/* Hover over effect */
/* ################# */
.view .mask {
	display:none;
}
/* ################# */

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
body {
	padding: 0;
	margin: 0;
	background-image: url(asset/img/top-background_2560x400.jpg)/*, url(asset/img/lower-background_2560x300.jpg)*/;
	background-repeat: repeat-x/*, repeat-x*/;
	background-position: center/*, center*/;
	background-position: top/*, bottom*/;
	background-color: #CCC;
}
p {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 1.3em;
}
h2 {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 1.5em;
	color: #333;
}
h3 {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 1.5em;
}
#videoframe {
	width: 720px;
	height: 405px;
	max-width: 720px;
	margin: 20px auto;
}
.bannervideo {
	width: 720px;
	height: 405px;
}
.vimeoframe {
	width: 500px;
	height: 281px;
	margin: 0 auto;
}
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	margin-top: 5px;
	width: 100%;
	display: block;
}
#LayoutDiv2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 48.7179%;
	display: block;
}
#LayoutDiv3 {
	clear: none;
	float: left;
	margin-left: 2.5641%;
	width: 48.7179%;
	display: block;
}
#LayoutDiv4 {
    clear: both;
	float: left;
	margin-left: 0;
	margin-bottom: 5px;
	width: 100%;
	display: block;
	text-align:center;
	background-image: url(asset/img/divider.png);
	background-repeat:no-repeat;
	background-position:center;
}
#LayoutDiv5 {
    clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv6 {
    clear: both;
	float: left;
	margin-left: 0;
	margin-bottom: 5px;
	width: 100%;
	display: block;
	text-align:center;
	background-image: url(asset/img/divider.png);
	background-repeat:no-repeat;
	background-position:center;
}
#LayoutDiv7 {
    clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv8 {
    clear: both;
	float: left;
	margin-left: 0;
	margin-bottom: 5px;
	width: 100%;
	display: block;
	text-align:center;
	background-image: url(asset/img/divider.png);
	background-repeat:no-repeat;
	background-position:center;
}
#LayoutDiv9 {
    clear: both;
	float: left;
	margin-left: 0;
	margin-bottom: 25px;
	width: 23.0769%;
	display: block;
}
#LayoutDiv10 {
	clear: none;
	float: left;
	margin-left: 2.5641%;
	width: 74.3589%;
	display: block;
}
#resumeimage {
	width: 85%;
	border: #333 1px solid;
}
#LayoutDiv10 p {
	margin: 0 0 0.5em 0;
}
#LayoutDiv10 a {
	text-decoration: none;
	font-weight: bold;
	color: #333;
}
#LayoutDiv10 a:hover {
	color: #09F;
}
#LayoutDiv11 {
	clear: both;
	float: left;
	margin-left: 0;
	margin-bottom: 25px;
	width: 100%;
	display: block;
}
#accordiondiv {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	/*height: 300px;*/
	display: block;
	background-image: url(asset/img/lower-background_2560x100.jpg);
	background-repeat: repeat;
	background-position: center;
}
#footer p, #footer a {
	margin: 0;
	color: #ccc;
}
#footer h2 {
	margin: 0;
	font-weight: 700;
	font-size: 1.7em;
	color: #ccc;
}
#footer a {
	text-decoration: none;
}
#footerimg {
	height:30px;
	margin:5px;
}
#footerleft {
	clear: both;
	float: left;
	border: none;
	margin-left: 0;
	padding: 20px 0;
	width: 35.8974%;
	display: block;
}
#footermiddle {
	clear: none;
	float: left;
	border: none;
	font-size: 0.8em;
	margin-left: 2.5641%;
	padding: 20px 0;
	width: 35.8974%;
	display: block;
}
#footerright {
	clear: none;
	float: left;
	margin-left: 2.5641%;
	padding: 20px 0;
	text-align: right;
	width: 23.0769%;
	display: block;
}

#portfolioimage {
	width: 33%;
}
#construction {
	position: fixed;
	top: 0px;
	left: -3px;
	padding: 0 15px;
	background: rgba(0,0,0,0.6);
	border: #fff 3px dotted;
	font-size: 1em;
	font-weight: 700;
	line-height: 0.4em;
	color: #fff;
	-webkit-border-top-right-radius: 20px;
	-moz-border-top-right-radius: 20px;
	-o-border-top-right-radius: 20px;
	-ms-border-top-right-radius: 20px;
	border-top-right-radius: 20px;
	-webkit-border-top-left-radius: 20px;
	-moz-border-top-left-radius: 20px;
	-o-border-top-left-radius: 20px;
	-ms-border-top-left-radius: 20px;
	border-top-left-radius: 20px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin:0 100%;
	-moz-transform-origin:0 100%;
	-o-transform-origin:0 100%;
	-ms-transform-origin:0 100%;
	transform-origin:0 100%;
}




/* Lightbox CSS for tablet */
/* ######################## */
.portfolio-overlay {
	display: block;
	width: 0;
	height: 0;
	position: fixed;
	overflow: hidden;
	left: 0;
	top: 0;
	padding: 0;
	z-index: 9999;
	text-align: center;
	background: rgba(0,0,0,0.7);
}
.portfolio-overlay img {
	opacity: 0;
	padding: 10px;
	width: 80%;
	margin-top: -400px;
	background: #ffffff;
	-webkit-box-shadow: 0px 0px 25px 3px #000;
	-moz-box-shadow: 0px 0px 25px 3px #000;
	-o-box-shadow: 0px 0px 25px 3px #000;
	-ms-box-shadow: 0px 0px 25px 3px #000;
	box-shadow: 0px 0px 25px 3px #000;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity 0.4s ease-in-out;
	-ms-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
	-webkit-transition: margin-top 0.4s ease-out;
	-moz-transition: margin-top 0.4s ease-out;
	-o-transition: margin-top 0.4s ease-out;
	-ms-transition: margin-top 0.4s ease-out;
	transition: margin-top 0.4s ease-out;
	
}
.portfolio-overlay:target {
	width: auto;
	height: auto;
	bottom: 0;
	right: 0;
}
.portfolio-overlay:target img {
	opacity: 1;
	margin-top: 0px;
}
/* ######################## */

/* Accordion CSS for tablet */
/* ######################## */
#accimage {
	width:100px;
	float:left;
}
.collapsible,
.page_collapsible,
.accordion {
    margin: 0;
    padding:5px 0;
    height:100px;
    border-top:#f0f0f0 1px solid;
    background: #cccccc;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration:none;
    text-transform:uppercase;
    color: #333;
    font-size:1em; }
.accordion-open,
.collapse-open {
    background:#cccccc;
    color: #fff; }
.accordion-open span,
.collapse-open span {
    display:block;
    float:right;
    padding:50px; }
.accordion-open span,
.collapse-open span {
    background: url(asset/img/close_90x90.png) center center no-repeat;
	background-size: 50%; }
.accordion-close span,
.collapse-close span {
    display:block;
    float:right;
    background: url(asset/img/down_90x90.png) center center no-repeat;
	background-size: 50%;
    padding:50px; }
div.container {
    padding:0;
    margin:0; }
div.content {
    background:#f0f0f0;
    margin: 0;
    padding:10px;
    font-size:.9em;
    line-height:1.5em;
    font-family:"Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; }
div.content p {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 1.3em;
	line-height: 1.2em;
}
div.content a {
	text-decoration: none;
	font-weight: bold;
	color: #333;
}
div.content a:hover {
	color: #09F;
}
div.content h2 {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 1.5em;
	margin: 1em 0 0.5em 0;
	color: #333;
}
div.content hr {
	margin:25px 0 0 0;
}
div.content ul, div.content p {
    padding:0;
    margin:0;
    padding:3px; }
div.content ul li {
    list-style-position:inside;
    line-height:25px; }
div.content ul li a {
    color:#555555; }
code {
    overflow:auto; }

/* ############ */

/* Hover over effect */
/* ################# */
.view .mask {
	display:none;
}
/* ################# */
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
body {
	padding: 0;
	margin: 0;
	background-image: url(asset/img/top-background_2560x400.jpg)/*, url(asset/img/lower-background_2560x300.jpg)*/;
	background-repeat: repeat-x/*, repeat-x*/;
	background-position: center/*, center*/;
	background-position: top/*, bottom*/;
	background-color: #CCC;
	color: #333;
}
p {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 1.7em;
	color: #333;
}
h2 {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 1.9em;
	color: #333;
}
h3 {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 1.9em;
}
hr {
	margin: 10px 0 0 0;
}
#videoframe {
	width: 720px;
	height: 405px;
	max-width: 720px;
	margin: 20px auto;
}
.bannervideo {
	width: 720px;
	height: 405px;
}
.vimeoframe {
	width: 720px;
	height: 405px;
	margin: 0 auto;
}
.gridContainer {
	width: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	margin-top: 5px;
	width: 100%;
	display: block;
}
#LayoutDiv2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 40.6779%;
	display: block;
}
#LayoutDiv3 {
	clear: none;
	float: left;
	margin-left: 1.6949%;
	width: 57.6271%;
	display: block;
}
#LayoutDiv4 {
    clear: both;     
	float: left;     
	margin-left: 0; 
	margin-bottom: 10px;    
	width: 100%;     
	display: block;
	text-align:center;
	background-image: url(asset/img/divider.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:100%;
}
#LayoutDiv5 {
    clear: both;     
	float: left;     
	margin-left: 0;   
	width: 100%;     
	display: block;
}
#LayoutDiv6 {
    clear: both;     
	float: left;     
	margin-left: 0; 
	margin-bottom: 10px;    
	width: 100%;     
	display: block;
	text-align:center;
	color: #333;
	background-image: url(asset/img/divider.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:100%;
}
#LayoutDiv7 {
    clear: both;     
	float: left;     
	margin-left: 0;   
	width: 100%;     
	display: block;
}
#LayoutDiv8 {
    clear: both;     
	float: left;     
	margin-left: 0; 
	margin-bottom: 10px;    
	width: 100%;     
	display: block;
	text-align:center;
	background-image: url(asset/img/divider.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:100%;
}
#LayoutDiv9 {
    clear: both;     
	float: left;     
	margin-left: 0; 
	margin-bottom: 25px;  
	width: 23.7288%;     
	display: block;
}
#LayoutDiv10 {
   clear: none;
   float: left;
   margin-left: 1.6949%;
   width: 74.5762%;
   display: block;
}
#resumeimage {
	width: 75%;
	border: #333 1px solid;
}
#LayoutDiv10 p {
	margin: 0 0 0.5em 0;
}
#LayoutDiv10 a {
	text-decoration: none;
	font-weight: bold;
	color: #333;
}
#LayoutDiv10 a:hover {
	color: #09F;
}
#LayoutDiv11 {
   clear: both;
   float: left;
   margin-left: 0;
   margin-bottom: 25px;
   width: 100%;
   display: block;
}
#piimage {
	width: 25%;
}
#accordiondiv {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#footer {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 1em;
	color: #ccc;
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	/*height: 300px;*/
	display: block;
	background-image: url(asset/img/lower-background_2560x100.jpg);
	background-repeat: repeat;
	background-position: center;
}
#footer p {
	color: #ccc;
	font-weight: 300;
	margin: 10px 0;
}
#footer h2 {
	margin: 0;
	font-weight: 700;
	font-size: 2.1em;
	color: #ccc;
}
#footer a {
	text-decoration: none;
	font-weight: 300;
	color: #ccc;
}
#footer a:hover {
	color: #09F;
}
#footerimg {
	height:30px;
	margin:5px;
}
#footerleft {
	clear: both;
	float: left;
	margin-left: 0;
	padding: 20px 0;
	width: 32.2033%;
	display: block;
}
#footermiddle {
   clear: none;
   float: left;
   margin-left: 1.6949%;
	padding: 20px 0;
   width: 40.6779%;
   display: block;
}
#footerright {
   clear: none;
   float: left;
   text-align: right;
   margin-left: 1.6949%;
	padding: 20px 0;
   width: 23.7288%;
   display: block;
}

#portfolioimage {
	width: 24.7%;
}
#construction {
	z-index: 10;
	position: fixed;
	display: block;
	top: 0px;
	left: -3px;
	padding: 0 15px;
	background: rgba(0,0,0,0.6);
	border: #fff 3px dotted;
	-webkit-border-top-right-radius: 20px;
	-moz-border-top-right-radius: 20px;
	-o-border-top-right-radius: 20px;
	-ms-border-top-right-radius: 20px;
	border-top-right-radius: 20px;
	-webkit-border-top-left-radius: 20px;
	-moz-border-top-left-radius: 20px;
	-o-border-top-left-radius: 20px;
	-ms-border-top-left-radius: 20px;
	border-top-left-radius: 20px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin:0 100%;
	-moz-transform-origin:0 100%;
	-o-transform-origin:0 100%;
	-ms-transform-origin:0 100%;
	transform-origin:0 100%;
}
#construction p, #construction a {
	color: #fff;
	font-size: 1.4em;
	font-weight: 300;
	line-height: 1em;
	text-decoration: none;
}



/* CSS for tooltip */
/* ############### */
a.tooltip {
	outline:none; 
}
a.tooltip strong {
	line-height:30px;
}
a.tooltip:hover {
	text-decoration:none;
} 
a.tooltip span {
    z-index:10;
	display:none; 
	padding:0 20px;
    margin-top:-100px; 
	margin-left:20px;
    width:700px; 
	line-height:16px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transform-origin:0 0;
	-moz-transform-origin:0 0;
	-o-transform-origin:0 0;
	-ms-transform-origin:0 0;
	transform-origin:0 0;
}
a.tooltip:hover span{
    display:inline; 
	position:absolute; 
	color:#111;
    border:3px dotted #fff; 
	background: rgba(0,0,0,0.6);
}
/* ############### */


/* Lightbox CSS for desktop */
/* ######################## */
.portfolio-overlay {
	display: block;
	width: 0;
	height: 0;
	position: fixed;
	overflow: hidden;
	left: 0;
	top: 0;
	padding: 0;
	z-index: 9999;
	text-align: center;
	background: rgba(0,0,0,0.7);
}
.portfolio-overlay img {
	opacity: 0;
	padding: 10px;
	margin-top: -400px;
	background: #ffffff;
	-webkit-box-shadow: 0px 0px 25px 3px #000;
	-moz-box-shadow: 0px 0px 25px 3px #000;
	-o-box-shadow: 0px 0px 25px 3px #000;
	-ms-box-shadow: 0px 0px 25px 3px #000;
	box-shadow: 0px 0px 25px 3px #000;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity 0.4s ease-in-out;
	-ms-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
	-webkit-transition: margin-top 0.4s ease-out;
	-moz-transition: margin-top 0.4s ease-out;
	-o-transition: margin-top 0.4s ease-out;
	-ms-transition: margin-top 0.4s ease-out;
	transition: margin-top 0.4s ease-out;
	
}
.portfolio-overlay:target {
	width: auto;
	height: auto;
	bottom: 0;
	right: 0;
}
.portfolio-overlay:target img {
	opacity: 1;
	margin-top: 0px;
}
/* ######################## */

/* Accordion CSS for desktop */
/* ######################### */
#accimage {
	width:120px;
	float:left;
}
.collapsible,
.page_collapsible,
.accordion {
    margin: 0;
    padding:10px 0;
    height:120px;
    border-top:#f0f0f0 1px solid;
    background: #cccccc;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration:none;
    text-transform:uppercase;
    color: #333;
    font-size:1em; }
.accordion-open,
.collapse-open {
	margin: 0 0 20px 0
    background:#999999;
    color: #fff; }
.accordion-open span,
.collapse-open span {
    display:block;
    float:right;
    padding:50px; }
.accordion-open span,
.collapse-open span {
    background: url(asset/img/close_90x90.png) center center no-repeat;
	background-size: 50%; }
.accordion-close span,
.collapse-close span {
    display:block;
    float:right;
    background: url(asset/img/down_90x90.png) center center no-repeat;
	background-size: 50%;
    padding:50px; }
div.container {
    padding:0;
    margin:0; }
div.content {
    background:#f0f0f0;
    margin: 0;
    padding:10px;
    font-size:.9em;
    line-height:1.5em;
    font-family:"Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; }
div.content p {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 1.7em;
	line-height: 1.2em;
}
div.content a {
	text-decoration: none;
	font-weight: bold;
	color: #333;
}
div.content a:hover {
	color: #09F;
}
div.content h2 {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 1.9em;
	margin: 1em 0 0.5em 0;
	color: #333;
}
div.content hr {
	margin:30px 0 0 0;
}
div.content ul, div.content p {
    padding:0;
    margin:0;
    padding:3px; }
div.content ul li {
    list-style-position:inside;
    line-height:25px; }
div.content ul li a {
    color:#555555; }
code {
    overflow:auto; }
/* ############ */

/* Hover over effect  */
/* ################# */
.view {
    width: 120px;
    height: 120px;
    margin: 0;
    float: left;
    border: 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}
.view .mask, .view .content {
	display: block;
    width: 120px;
    height: 120px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}
.view img {
    display: block;
    position: relative
}

/* Transitions view */
.view img {
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}
.view .mask {
	background-color: rgba(146,96,91,0.3);
	-webkit-transform: translateY(-120px);
    -moz-transform: translateY(-120px);
    -o-transform: translateY(-120px);
    -ms-transform: translateY(-120px);
    transform: translateY(-120px);
    opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
   	-moz-transition: all 0.3s ease-in-out;
   	-o-transition: all 0.3s ease-in-out;
   	-ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.theweb1 .mask {
	background:url(asset/img/theweb-tile1_full.jpg) center center no-repeat ;
}
.theweb2 .mask {
	background:url(asset/img/theweb-tile2_full.jpg) center center no-repeat ;
}
.theweb3 .mask {
	background:url(asset/img/theweb-tile3_full.jpg) center center no-repeat ;
}
.theweb4 .mask {
	background:url(asset/img/theweb-tile4_full.jpg) center center no-repeat ;
}
.sketches1 .mask {
	background:url(asset/img/sketches-tile1_full.jpg) center center no-repeat ;
}
.sketches2 .mask {
	background:url(asset/img/sketches-tile2_full.jpg) center center no-repeat ;
}
.sketches3 .mask {
	background:url(asset/img/sketches-tile3_full.jpg) center center no-repeat ;
}
.sketches4 .mask {
	background:url(asset/img/sketches-tile4_full.jpg) center center no-repeat ;
}
.motion1 .mask {
	background:url(asset/img/motion-tile1_full.jpg) center center no-repeat ;
}
.motion2 .mask {
	background:url(asset/img/motion-tile2_full.jpg) center center no-repeat ;
}
.motion3 .mask {
	background:url(asset/img/motion-tile3_full.jpg) center center no-repeat ;
}
.motion4 .mask {
	background:url(asset/img/motion-tile4_full.jpg) center center no-repeat ;
}
.publi1 .mask {
	background:url(asset/img/publi-tile1_full.jpg) center center no-repeat ;
}
.publi2 .mask {
	background:url(asset/img/publi-tile2_full.jpg) center center no-repeat ;
}
.publi3 .mask {
	background:url(asset/img/publi-tile3_full.jpg) center center no-repeat ;
}
.publi4 .mask {
	background:url(asset/img/publi-tile4_full.jpg) center center no-repeat ;
}
.edu1 .mask {
	background:url(asset/img/edu-tile1_full.jpg) center center no-repeat ;
}
.edu2 .mask {
	background:url(asset/img/edu-tile2_full.jpg) center center no-repeat ;
}
.edu3 .mask {
	background:url(asset/img/edu-tile3_full.jpg) center center no-repeat ;
}
.edu4 .mask {
	background:url(asset/img/edu-tile4_full.jpg) center center no-repeat ;
}
.cv .mask {
	background:url(asset/img/cv2012.jpg) center center no-repeat ;
}
.view:hover .mask {
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}
.view:hover img {
   -webkit-transform: translateY(120px);
   -moz-transform: translateY(120px);
   -o-transform: translateY(120px);
   -ms-transform: translateY(120px);
   transform: translateY(120px);
}
/* ################# */
}

