@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    margin:0;
    padding:0;
    color:#190d13;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}


/* Custom CSS
 * --------------------------------------- */
body{
	font-family: arial,helvetica;
	font-size: 10px;
	line-height: 17px;
	height: 200px;
}
img {
    max-width: 100%;
    width: auto\9; /* ie8 */
}

/* headers CSS
 * --------------------------------------- */
h1{
	position: absolute;
	text-align: left;
	width: 90%;
	left: 5%;
	top: 10%;
	-webkit-animation: fadeIn 1.5s linear 0.5s both;
    -moz-animation: fadeIn 1.5s linear 0.5s both;
	-o-animation: fadeIn 1.5s linear 0.5s both;
	-ms-animation: fadeIn 1.5s linear 0.5s both;
	animation: fadeIn 1.5s linear 0.5s both;
}
 @-webkit-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@-moz-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@-o-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@-ms-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}

h1{
		-webkit-animation-delay: 2.5s;
	    -moz-animation-delay: 2.5s;
	    -o-animation-delay: 2.5s;
	    -ms-animation-delay: 2.5s;
	    animation-delay: 2.5s;
	} 
			@media all and (min-height:800px){
			h1 {
			display: none;
			}
		}

	@media all and (max-height:800px){
	h2 {
	display: none;
	}
}
			@media all and (min-height:799px){
			h2{
			position: absolute;
			left: 10%;
			top: 15%;
			-webkit-animation: fadeIn 1.5s linear 0.5s both;
		    -moz-animation: fadeIn 1.5s linear 0.5s both;
			-o-animation: fadeIn 1.5s linear 0.5s both;
			-ms-animation: fadeIn 1.5s linear 0.5s both;
			animation: fadeIn 1.5s linear 0.5s both;
			}
			 @-webkit-keyframes fadeIn{
				0% {opacity: 0;}
				100% {opacity: 1;}
			}

			@-moz-keyframes fadeIn{
				0% {opacity: 0;}
				100% {opacity: 1;}
			}

			@-o-keyframes fadeIn{
				0% {opacity: 0;}
				100% {opacity: 1;}
			}

			@-ms-keyframes fadeIn{
				0% {opacity: 0;}
				100% {opacity: 1;}
			}

			@keyframes fadeIn{
				0% {opacity: 0;}
				100% {opacity: 1;}
			}
		}

@media all and (min-height:799px){ 
	h2{
		-webkit-animation-delay: 2.5s;
	    -moz-animation-delay: 2.5s;
	    -o-animation-delay: 2.5s;
	    -ms-animation-delay: 2.5s;
	    animation-delay: 2.5s;
	} 
}

h3{
	color: #190d13;
	color: rgba(25,13,19,0.8);
	font-family: arial,helvetica;
	font-weight: 300;
	font-size: 9px;
	letter-spacing: .5px;
	line-height: 16px;
	position: absolute;
	text-align: left;
	width: 60%;
	left: 25%;
	top: 23%;
	opacity: .6;
	-webkit-animation: artIn 1.5s linear 0.5s both;
    -moz-animation: artIn 1.5s linear 0.5s both;
	-o-animation: artIn 1.5s linear 0.5s both;
	-ms-animation: artIn 1.5s linear 0.5s both;
	animation: artIn 1.5s linear 0.5s both;
	-webkit-animation-delay: 2.5s;
		    -moz-animation-delay: 3.5s;
		    -o-animation-delay: 3.5s;
		    -ms-animation-delay: 3.5s;
		    animation-delay: 3.5s;
}
@keyframes artIn {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Firefox < 16 */
@-moz-keyframes artIn {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes artIn {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Internet Explorer */
@-ms-keyframes artIn {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Opera < 12.1 */
@-o-keyframes artIn {
    from { opacity: 0; }
    to   { opacity: 1; }
}
			@media all and (min-height:800px){
			h3 {
			font-weight: 300;
			font-size: 16px;
			line-height: 25px;
			top: 30%;
			}
		}

/* Slides CSS
 * --------------------------------------- */

h4{
	color: #190d13;
	color: rgba(25,13,19,0.8);
	font-family: arial,helvetica;
	font-weight: 500;
	font-size: 8px;
	letter-spacing: .5px;
	line-height: 12px;
	position: absolute;
	text-align: left;
	width: 40%;
	z-index: 99999;
	opacity: .9;
}
			@media all and (min-height:800px){
			h4 {
			font-size: 16px;
			line-height: 25px;
			}
		}
h5{
	color: #190d13;
	color: rgba(25,13,19,0.8);
	font-family: arial,helvetica;
	font-weight: 500;
	font-size: 8px;
	letter-spacing: .5px;
	line-height: 12px;
	position: absolute;
	text-align: left;
	width: 40%;
	left: 40%;
	padding-top: 850px;
	z-index: 99999;
	opacity: .9;
}
			@media all and (min-height:800px){
			h5 {
			font-size: 16px;
			line-height: 25px;
			padding-top: 1600px;
			}
		}

h6{
	color: #f2e7e7;
	color: rgba(242,231,231,0.8);
	font-family: times;
	font-weight: 500;
	font-size: 10px;
	line-height: 12px;
	position: absolute;
	text-align: left;
	width: 40%;
	padding-top: 850px;
	left: 5%;
	z-index: 99999;
}
			@media all and (min-height:800px){
			h6 {
			font-size: 16px;
			line-height: 25px;
			padding-top: 1600px;
			}
		}

.h7{
	color: #190d13;
	color: rgba(25,13,19,0.8);
	font-family: arial,helvetica;
	font-weight: 500;
	font-size: 8px;
	letter-spacing: .5px;
	line-height: 12px;
	position: absolute;
	text-align: left;
	width: 40%;
	left: 40%;
	padding-top: 600px;
	z-index: 99999;
	opacity: .9;
}
			@media all and (min-height:800px){
			.h7 {
			font-size: 16px;
			line-height: 25px;
			padding-top: 1100px;
			}
		}

.h9{
	color: #f2e7e7;
	color: rgba(242,231,231,0.8);
	font-family: arial,helvetica;
	font-weight: 500;
	font-size: 8px;
	letter-spacing: .5px;
	line-height: 12px;
	position: absolute;
	text-align: left;
	width: 80%;
	padding-top: 780px;
	z-index: 99999;
}
			@media all and (min-height:800px){
			.h9 {
			font-size: 16px;
			line-height: 25px;
			padding-top: 1300px;
			}
		}

.h10{
	color: #f2e7e7;
	color: rgba(242,231,231,0.8);
	font-family: arial,helvetica;
	font-weight: 500;
	font-size: 8px;
	letter-spacing: .5px;
	line-height: 12px;
	position: absolute;
	text-align: left;
	width: 40%;
	z-index: 99999;
}
			@media all and (min-height:800px){
			.h10 {
			font-size: 16px;
			line-height: 25px;
			}
		}

.h11{
	color: #190d13;
	color: rgba(25,13,19,0.8);
	font-family: arial,helvetica;
	font-weight: 500;
	font-size: 8px;
	letter-spacing: .5px;
	line-height: 12px;
	position: absolute;
	text-align: left;
	width: 30%;
	z-index: 99999;
	opacity: .9;
}
			@media all and (min-height:800px){
			.h11 {
			font-size: 16px;
			line-height: 25px;
			width: 30%;
			}
		}

.h12{
	color: #190d13;
	color: rgba(25,13,19,0.8);
	font-family: arial,helvetica;
	font-weight: 500;
	font-size: 8px;
	letter-spacing: .5px;
	line-height: 12px;
	position: absolute;
	padding-top: 800px;
	text-align: left;
	width: 40%;
	z-index: 99999;
	opacity: .9;
}
			@media all and (min-height:800px){
			.h12 {
			font-size: 16px;
			line-height: 25px;
			padding-top: 1450px;
			left: 60%;
			}
		}

.h13{
	color: #190d13;
	color: rgba(25,13,19,0.8);
	font-family: arial,helvetica;
	font-weight: 500;
	font-size: 8px;
	letter-spacing: .5px;
	line-height: 12px;
	position: absolute;
	text-align: left;
	width: 30%;
	left: 60%;
	z-index: 99999;
	opacity: .9;
}
			@media all and (min-height:800px){
			.h13 {
			font-size: 16px;
			line-height: 25px;
			left: 70%;
			}
		}

.h14{
	color: #190d13;
	color: rgba(25,13,19,0.8);
	font-family: arial,helvetica;
	font-weight: 500;
	font-size: 8px;
	letter-spacing: .5px;
	line-height: 12px;
	position: absolute;
	padding-top: 100px;
	text-align: left;
	width: 30%;
	left: 45%;
	z-index: 99999;
	opacity: .9;
}
			@media all and (min-height:800px){
			.h14 {
			font-size: 16px;
			line-height: 25px;
			left: 50%;
			}
		}

.h15{
	color: #190d13;
	color: rgba(25,13,19,0.8);
	font-family: arial,helvetica;
	font-weight: 500;
	font-size: 8px;
	letter-spacing: .5px;
	line-height: 12px;
	position: absolute;
	text-align: left;
	width: 50%;
	left: 30%;
	padding-top: 600px;
	z-index: 99999;
	opacity: .9;
}
			@media all and (min-height:800px){
			.h15 {
			font-size: 16px;
			line-height: 25px;
			padding-top: 400px;
			}
		}

.h16{
	color: #ffffff;
	color: rgba(255,255,255,0.8);
	font-family: arial,helvetica;
	font-weight: 500;
	font-size: 8px;
	letter-spacing: .5px;
	line-height: 12px;
	position: absolute;
	text-align: left;
	width: 55%;
	left: 30%;
	z-index: 99999;
	opacity: .9;
}
			@media all and (min-height:800px){
			.h16 {
			font-size: 16px;
			line-height: 25px;
			}
		}

.h17{
	color: #190d13;
	color: rgba(25,13,19,0.8);
	font-family: times;
	font-weight: 500;
	font-size: 10px;
	line-height: 12px;
	position: absolute;
	text-align: left;
	width: 40%;
	left: 35%;
	z-index: 99999;
	opacity: .9;
}
			@media all and (min-height:800px){
			.h17 {
			font-size: 16px;
			line-height: 25px;
			}
		}

.h18{
	color: #f2e7e7;
	color: rgba(242,231,231,0.8);
	font-family: arial,helvetica;
	font-weight: 500;
	font-size: 8px;
	letter-spacing: .5px;
	line-height: 12px;
	position: absolute;
	text-align: left;
	width: 40%;
	left: 10%;
	padding-top: 200px;
	z-index: 99999;
}
			@media all and (min-height:800px){
			.h18 {
			font-size: 16px;
			line-height: 25px;
			}
		}

.h19{
	color: #190d13;
	color: rgba(25,13,19,0.8);
	font-family: arial,helvetica;
	font-weight: 500;
	font-size: 8px;
	letter-spacing: .5px;
	line-height: 12px;
	position: absolute;
	text-align: left;
	width: 55%;
	z-index: 99999;
	opacity: .9;
	}
			@media all and (min-height:800px){
			.h19 {
			font-size: 16px;
			line-height: 25px;
			}
		}

/* statement CSS
 * --------------------------------------- */
.art-text{
	overflow: none;
	position: relative;
	text-align: justify;
	overflow: none;
	left: 10%;
	top: -40%;
}
@media all and (min-height:800px){
			.art-text {
			left:10%;
			}
		}
p.header{
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 20px;
}
@media all and (min-height:800px){
			p.header {
			font-size: 20px;
			line-height: 30px;
			}
		}
p.quote{
	font-size: 11px;
	font-family: times;
}
@media all and (min-height:800px){
			p.quote {
			font-size: 18px;
			}
		}

p.me{
	font-family: times;
	font-weight: 500;
	font-size: 10px;
	line-height: 12px;
}
@media all and (min-height:800px){
			p.me {
			font-size: 16px;
			line-height: 25px;
			}
		}

/* info hover CSS
 * --------------------------------------- */
.tooltip {
	border-bottom: 1px dotted #000000; color: #000000; outline: none;
	cursor: help; text-decoration: none;
	position: relative;
}
.tooltip span {
	margin-left: -999em;
	position: absolute;
}
.tooltip:hover span {
	border-radius: 0px 0px; -moz-border-radius: 0px; 
				-webkit-border-radius: 0px; 
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); 
				-webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); 
				-moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
	font-family: sans-serif;
	position: absolute; left: 1em; top: 2em; z-index: 99;
	letter-spacing: 0px;
	font-weight: 50;
	text-align: left;
	margin-left: 0; 
	width: 250px;
}
	@media all and (min-height:800px){
	.tooltip:hover span {
		width: 450px;
	}
}
.tooltip:hover img {
	border: 0; margin: -10px 0 0 -45px;
	float: left; position: absolute;
	width: 48px;
	height: 48px;
}
	@media all and (min-height:800px){
	.tooltip:hover img {
		border: 0; margin: -25px 0 0 -95px;
		width: 100px;
		height: 100px;
	}
}
.tooltip:hover em {
	font-family: sans-serif; font-size: 1.2em;
	text-align: left;
	display: block; 
	padding: 0.2em 0 0.9em 0.9em;
}
.classic { padding: 0.8em 1em; }
.custom { padding: 0.5em 0.8em 0.8em 2em; }
* html a:hover { background: transparent; }
.classic {background: rgba(237,233,230,0.8); border: 1px solid #ede9eb; }
.critical { background: #FFCCAA; border: 1px solid #FF3334;	}
.help { background: #9FDAEE; border: 1px solid #2BB0D7;	}
.info { background: #9FDAEE; border: 1px solid #2BB0D7;	}
.warning { background: #FFFFAA; border: 1px solid #FFAD33; }

/* link CSS
 * --------------------------------------- */
#cv {
  position:fixed;
  height: 15px;
  width: 18px;
  z-index: 99999;
  bottom: 10%;
  right: 7%;
}
	@media all and (min-height:800px){
	#cv {
		width: 25px;
		right: 7%;
	}
}

#cv img {
  position:absolute;
  left:0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
#cv img.top:hover {
  opacity:0;
}
#cv mark {
	    opacity: .5;
	}

#mail {
  position:relative;
  height: 60px;
  width:450px;
  margin:0 auto;
}
	@media all and (min-height:800px){
	#mail {
		width: 600px;
	}
}
#mail img {
  position:absolute;
  left:0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
#mail img.top:hover {
  opacity:0;
}
#mail mark {
	    opacity: .5;
	}

#instagram {
  position:fixed;
  height: 15px;
  width:15px;
  left:55%;
}
	@media all and (min-height:800px){
	#instagram {
		width: 24px;
	}
}
#instagram img {
  position:absolute;
  left:0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
#instagram img.top:hover {
  opacity:0;
}
#instagram mark {
	    opacity: .5;
	}

#twitter {
  position:fixed;
  height: 15px;
  width: 18px;
  left: 57.5%;
}
	@media all and (min-height:800px){
	#twitter {
		width: 30px;
	}
}

#twitter img {
  position:absolute;
  left:0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
#twitter img.top:hover {
  opacity:0;
}
#twitter mark {
	    opacity: .5;
	}

a:img {
  border:none;
}

a.pagelink:link {
	color: #504f4f;
	text-decoration:none;
}
a.pagelink:visited {
	color: #504f4f;
	text-decoration:none;
}
a.pagelink:hover {
	color: #0e0e0f;
	text-decoration:none;
	background-color: #f6da94;
}
a.pagelink:img {
  border:none;
}

/* Mark CSS
 * --------------------------------------- */
mark {
	    opacity: .8;
	}

/* CV CSS
 * --------------------------------------- */
.main-text{
	overflow: none;
	position: relative;
	text-align: justify;
	overflow: none;
	left: 5%;
	right: 25%;
	top: 52%;
}
@media all and (min-height:800px){
			.main-text {
			left:10%;
			}
		}

.space{
	height: 700px;
}

h8{
	font-family: arial,helvetica;
	color: #190d13;
	color: rgba(25,13,19,0.6);
	font-style: italic;
	font-size: 9px;
	line-height: 5px;
	text-transform: uppercase;
	font-weight: 500;
	-webkit-animation: artIn 1.5s linear 0.5s both;
    -moz-animation: artIn 1.5s linear 0.5s both;
	-o-animation: artIn 1.5s linear 0.5s both;
	-ms-animation: artIn 1.5s linear 0.5s both;
	animation: artIn 1.5s linear 0.5s both;
	-webkit-animation-delay: 2.5s;
		    -moz-animation-delay: 3.5s;
		    -o-animation-delay: 3.5s;
		    -ms-animation-delay: 3.5s;
		    animation-delay: 3.5s;
}
@keyframes artIn {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Firefox < 16 */
@-moz-keyframes artIn {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes artIn {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Internet Explorer */
@-ms-keyframes artIn {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Opera < 12.1 */
@-o-keyframes artIn {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* section CSS
 * --------------------------------------- */
.section{
	text-align:center;
}
.section-2{
	position: fixed;
	text-align: left;
	width: 350px;
}
@media all and (min-height:800px){
			.section-2 {
			text-align:center;
			width: 600px;
			height: 200px;
			}
		}
.section-3{
			text-align:center;
			position: relative;
			padding-top: 100px; 
			padding-left: 200px;
}
@media all and (min-height:800px){
			.section-3 {
			padding-top: 150px; 
			}
		}

/* sidebar CSS
 * --------------------------------------- */
#menu li {
	display:inline-block;
	margin: 10px;
	color: #000;
	background:#fff;
	background: rgba(255,255,255, 0.5);
	-webkit-border-radius: 10px;
            border-radius: 10px;
}
#menu li.active{
	background:#666;
	background: rgba(0,0,0, 0.5);
	color: #fff;
}
#menu li a{
	text-decoration:none;
	color: #000;
}
#menu li.active a:hover{
	color: #000;
}
#menu li:hover{
	background: rgba(255,255,255, 0.8);
}
#menu li a,
#menu li.active a{
	padding: 9px 18px;
	display:block;
}
#menu li.active a{
	color: #fff;
}
#menu{
	position:fixed;
	top:0;
	left:0;
	height: 40px;
	z-index: 70;
	width: 100%;
	padding: 0;
	margin:0;
}

.fp-tooltip{
	color: #AAA;
}
#fp-nav span, .fp-slidesNav span{
	border-color: #AAA;
}
#fp-nav li .active span, .fp-slidesNav .active span{
	background: #AAA;
	opacity: .5;
}