article, aside, details, figcaption, figure, footer,
header, hgroup, nav, section {
	display: block;
}

audio, canvas, video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

audio:not([controls]) {
	display: none;
}
[hidden] {
	display: none;
}

 * {
	position: relative;
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	height: 100%;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1em;
    line-height: 1.4;
	width: 100%;
	background: #FCFCFC;
	min-width: 920px;
	min-height: 600px;
}

img {
	border: none;
}

/*** Navigation ***/
nav {
    height: 45px;
    background: black;
    opacity: 0.6;
    -moz-transition: opacity 2s ease-out;
    -o-transition: opacity 2s ease-out;
    -webkit-transition: opacity 2s ease-out;
    -ms-transition: opacity 2s ease-out;
    transition: opacity 2s ease-out;
    z-index: 10;
}

nav:hover {
	opacity: 1;
}

nav a {
	text-decoration: none;
	color: transparent;
	color: #EBEBEB;
	border: 1px solid transparent;
}

nav ul li a:hover {
    color: white;
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #F27635, 0 0 30px #ff2d95, 0 0 40px #F27635, 0 0 50px #F27635, 0 0 75px #F27635;

}

nav ul li {
    display: inline-block;
    font-style: italic;
    list-style: none outside none;
    padding: 12px 10px;
    font-size: 75%;
}

.nav {
	animation: nav 5s forwards linear;
	-webkit-animation: nav 5s forwards linear;
	-moz-animation: nav 5s forwards linear;
	-o-animation: nav 5s forwards linear;
	-ms-animation: nav 5s forwards linear;
}

.orange_back {
	background: #F27635;
	opacity: 1;
}

@-moz-keyframes nav {
	0% {width: 0%;}
	100% {width: 100%;}
}

@-webkit-keyframes nav {
	0% {width: 0%;}
	100% {width: 100%;}
}

@-o-keyframes nav {
	0% {width: 0%;}
	100% {width: 100%;}
}

@-ms-keyframes nav {
	0% {width: 0%;}
	100% {width: 100%;}
}

@keyframes nav {
	0% {width: 0%;}
	100% {width: 100%;}
}


.navtext {
	line-height: 150%;
	-moz-animation: navtext 7s;
	-webkit-animation: navtext 7s;
	-o-animation: navtext 7s;
	-ms-animation: navtext 7s;
	animation: navtext 7s;
}

@-moz-keyframes navtext {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@-webkit-keyframes navtext {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@-o-keyframes navtext {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@-ms-keyframes navtext {
	0% {opacity: 0;}
	100% {opacity: 1;}
}


@keyframes navtext {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

.navborder {
	 border-right: 1px solid #E3E3E3;
}

.navani {
    -moz-transform: rotate(15deg) translate(10px, 5px);
    -webkit-transform: rotate(15deg) translate(10px, 5px);
    -o-transform: rotate(15deg) translate(10px, 5px);
    -ms-transform: rotate(15deg) translate(10px, 5px);
    transform: rotate(15deg) translate(10px, 5px);
	-moz-animation: navani 7s;
	-webkit-animation: navani 7s;
	-o-animation: navani 7s;
	-ms-animation: navani 7s;
	animation: navani 7s;

}

.navstatic {
	-moz-transform: rotate(15deg) translate(10px, 5px);
	-webkit-transform: rotate(15deg) translate(10px, 5px);
	-o-transform: rotate(15deg) translate(10px, 5px);
	-ms-transform: rotate(15deg) translate(10px, 5px);
	transform: rotate(15deg) translate(10px, 5px);
}

@-moz-keyframes navani {
	0% {opacity: 0;}
	30% {opacity: 0;-moz-transform: rotate(-45deg);}
	100% {opacity: 1;-moz-transform: rotate(15deg) translate(10px, 5px);}
}

@-webkit-keyframes navani {
	0% {opacity: 0;}
	30% {opacity: 0;-webkit-transform: rotate(-45deg);}
	100% {opacity: 1;-webkit-transform: rotate(15deg) translate(10px, 5px);}
}

@-o-keyframes navani {
	0% {opacity: 0;}
	30% {opacity: 0;-o-transform: rotate(-45deg);}
	100% {opacity: 1;-o-transform: rotate(15deg) translate(10px, 5px);}
}

@-ms-keyframes navani {
	0% {opacity: 0;}
	30% {opacity: 0;-ms-transform: rotate(-45deg);}
	100% {opacity: 1;-ms-transform: rotate(15deg) translate(10px, 5px);}
}

@keyframes navani {
	0% {opacity: 0;}
	30% {opacity: 0;transform: rotate(-45deg);}
	100% {opacity: 1;transform: rotate(15deg) translate(10px, 5px);}
}

/*** Main ***/
#main {
    top: 30%;
    font-family: 'Droid Sans',sans-serif;
    position: absolute;
    right: 8%;
    width: 300px;
    height: 360px;
}

#main_content {
    top: 172px;
}

#hello {
	font-size: 300%;
	font-weight: bold;
	letter-spacing: -3px;
	opacity: 0.8;
	top: 172px;
}

#main_content.hello {
	top: 166px;
}

#name, #work, #dev, #berlin, #languages {
	border-bottom: 2px solid #F0F0F0;
	color: #F0F0F0;
	background: black;
	padding: 1px 1px 1px 5px;
	font-size: 125%;
	opacity: 0.8;
}

#name {
    width: 94%
}

#dev {
    font-size: 26px;
    font-size: 163%;
    padding-bottom: 0;
    width: 67%
}

#berlin {
    width: 210px;
    width: 69%;
}

#work {
    padding: 1px 5px;
}

#languages {
    background: none repeat scroll 0 0 black;
    color: #1ED4FF;
    padding: 1px 5px 1px 7px;
    left: 2px;
}

/******** Box ********/
#box {
	position: absolute;
	background: rgba(0,0,0,0.8);
	border-radius: 0;
	font-size: 75%;
	font-family: 'Droid Sans',sans-serif;
	font-weight: 300;
	color: #D0D0D0;
	width: 450px;
	height: 360px;
	overflow: hidden;
}

.box {
	-moz-animation: box 4s;
	-webkit-animation: box 4s;
	-o-animation: box 4s;
	-ms-animation: box 4s;
	animation: box 4s;
}

.boxsize {
	left: 7%;
	top: 30%;
}

@-moz-keyframes box {
	0% {
		top: 5%;
		box-shadow: -5px -5px 35px rgba(0,0,0,0.2) inset, -35px -55px 5px 80px #f27635 inset, 15px 30px 15px -10px rgba(0,0,0,0.5);
		border-radius: 99px;
		width: 20px;
		height: 20px;
		left: 7%;
	}
	30% {
		top: 80%;
		box-shadow: -5px -5px 35px rgba(0,0,0,0.2) inset, -35px -55px 5px 90px #f27635 inset, 50px 180px 40px 10px rgba(0,0,0,0.5);
	}
	60% {
		top: 5%;
		background: #f27635;
		width: 50px;
		height: 50px;
		border-radius: 99px;
		-moz-transform: rotate(0deg);
	}
	100% {
		top: 30%;
		-moz-transform: rotate(360deg);
		left: 7%;
	}
}


@-webkit-keyframes box {
	0% {
		top: 5%;
		box-shadow: -5px -5px 35px rgba(0,0,0,0.2) inset, -35px -55px 5px 80px #f27635 inset, 15px 30px 15px -10px rgba(0,0,0,0.5);
		border-radius: 99px;
		width: 20px;
		height: 20px;
		left: 7%;
	}
	30% {
		top: 80%;
		box-shadow: -5px -5px 35px rgba(0,0,0,0.2) inset, -35px -55px 5px 90px #f27635 inset, 50px 180px 40px 10px rgba(0,0,0,0.5);
	}
	60% {
		top: 5%;
		background: #f27635;
		width: 50px;
		height: 50px;
		border-radius: 99px;
		-webkit-transform: rotate(0deg);
	}
	100% {
		top: 30%;
		-webkit-transform: rotate(360deg);
		left: 7%;
	}
}

@-o-keyframes box {
	0% {
		top: 5%;
		box-shadow: -5px -5px 35px rgba(0,0,0,0.2) inset, -35px -55px 5px 80px #f27635 inset, 15px 30px 15px -10px rgba(0,0,0,0.5);
		border-radius: 99px;
		width: 20px;
		height: 20px;
		left: 7%;
	}
	30% {
		top: 80%;
		box-shadow: -5px -5px 35px rgba(0,0,0,0.2) inset, -35px -55px 5px 90px #f27635 inset, 50px 180px 40px 10px rgba(0,0,0,0.5);
	}
	60% {
		top: 5%;
		background: #f27635;
		width: 50px;
		height: 50px;
		border-radius: 99px;
		-o-transform: rotate(0deg);
	}
	100% {
		top: 30%;
		-o-transform: rotate(360deg);
		left: 7%;
	}
}

@-ms-keyframes box {
	0% {
		top: 5%;
		box-shadow: -5px -5px 35px rgba(0,0,0,0.2) inset, -35px -55px 5px 80px #f27635 inset, 15px 30px 15px -10px rgba(0,0,0,0.5);
		border-radius: 99px;
		width: 20px;
		height: 20px;
		left: 7%;
	}
	30% {
		top: 80%;
		box-shadow: -5px -5px 35px rgba(0,0,0,0.2) inset, -35px -55px 5px 90px #f27635 inset, 50px 180px 40px 10px rgba(0,0,0,0.5);
	}
	60% {
		top: 5%;
		background: #f27635;
		width: 50px;
		height: 50px;
		border-radius: 99px;
		-ms-transform: rotate(0deg);
	}
	100% {
		top: 30%;
		-ms-transform: rotate(360deg);
		left: 7%;
	}
}

@keyframes box {
	0% {
		top: 5%;
		box-shadow: -5px -5px 35px rgba(0,0,0,0.2) inset, -35px -55px 5px 80px #f27635 inset, 15px 30px 15px -10px rgba(0,0,0,0.5);
		border-radius: 99px;
		width: 20px;
		height: 20px;
		left: 7%;
	}
	30% {
		top: 80%;
		box-shadow: -5px -5px 35px rgba(0,0,0,0.2) inset, -35px -55px 5px 90px #f27635 inset, 50px 180px 40px 10px rgba(0,0,0,0.5);
	}
	60% {
		top: 5%;
		background: #f27635;
		width: 50px;
		height: 50px;
		border-radius: 99px;
		transform: rotate(0deg);
	}
	100% {
		top: 30%;
		transform: rotate(360deg);
		left: 7%;
	}
}

/**** BoxContent ****/
#subnav, #close_button {
	float: left;
}

#close_button {
    height: 15px;
    left: 420px;
    position: absolute;
    top: 10px;
    width: 15px;
}


.fade_in {
	-moz-animation: fade_in 4s;
	-webkit-animation: fade_in 4s;
	-o-animation: fade_in 4s;
	-ms-animation: fade_in 4s;
	animation: fade_in 4s;
}

@-moz-keyframes fade_in {
	0% {
		opacity: 0;
	}
	80% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fade_in {
	0% {
		opacity: 0;
	}
	80% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-o-keyframes fade_in {
	0% {
		opacity: 0;
	}
	80% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-ms-keyframes fade_in {
	0% {
		opacity: 0;
	}
	80% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fade_in {
	0% {
		opacity: 0;
	}
	80% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

#subnav li {
    color: #EFEFEF;
    display: inline-block;
    font-size: 90%;
    line-height: 20px;
    list-style: none outside none;
    border: #888888 1px solid;
    margin: 0;
    padding: 0;
    width: 60px;
    text-align: center;
    top: 10px;
    left: 30px;
}

#subnav li a, #subnav li a:hover {
	color: #EFEFEF;
	display: block;
	text-decoration: none;
}

#subnav li a:hover {
	background: #646464;
}

#box_content {
    top: 20px;
    height: 320px;
    clear: both;
}

#me {
    font-size: 250%;
    font-weight: 600;
    left: 30px;
    width: 160px;
    top: 10px;
}

.me {
	font-weight: 300;
}

/*** Skills ***/
#skill_chart {
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    clear: both;
    height: 200px;
    left: 18px;
    position: absolute;
    top: 85px;
}

.chart {
    background: #F27635;
    letter-spacing: 2px;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-top: 5px;
    margin-top: 10px;
}

#chart_html, #chart_css, #chart_jq, #chart_boot, #chart_less {
	width: 210px;
}

#chart_js, #chart_php {
	width: 170px;
}

#chart_rails, #chart_lin, #chart_ps {
	width: 130px;
}


#chart_html {
	margin-top: 0;
}

/*** Contact ***/

#contact_close_button {
    left: 230px;
    top: 10px;
}

#contact_form {
    clear: both;
    height: 300px;
    position: absolute;
    top: 10px;
}

#msg_header {
    font-size: 225%;
    left: 100px;
    clear: both;
    width: 200px;
}

#msg_header, #msg_left span {
    color: #F27635;
}

#msg_left {
    left: 20px;
    width: 70px;
    text-align: right;
    line-height: 200%;
}

#mail_form, #msg_left {
    float: left;
    font-family: verdana, arial, sans-serif;
}

#msg_left, #mail_form * {
	color: #ddd;
}

#mail_form {
    left: 33px;
    top: 3px;
    width: 310px;
}

#msg_sender, #msg_mail, #msg_subject, #msg_message {
    background: none repeat scroll 0 0 #DDDDDD;
    border: medium none;
    color: black;
    margin-bottom: 5px;
    padding-left: 10px;
    width: 300px;
    font-size: 13px;
}

#msg_sender, #msg_mail, #msg_subject {
    height: 20px;
}
#msg_message {
    height: 106px;
    margin-top: 8px;
    padding-top: 10px;
}

#msg_left_message {
    top: 10px;
}

#send_button, #cv_button, #user_submit {
	background: -moz-linear-gradient(top,  rgba(254,204,177,1) 0%, rgba(241,116,50,1) 50%, rgba(234,85,7,1) 51%, rgba(251,149,94,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,204,177,1)), color-stop(50%,rgba(241,116,50,1)), color-stop(51%,rgba(234,85,7,1)), color-stop(100%,rgba(251,149,94,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(254,204,177,1) 0%,rgba(241,116,50,1) 50%,rgba(234,85,7,1) 51%,rgba(251,149,94,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(254,204,177,1) 0%,rgba(241,116,50,1) 50%,rgba(234,85,7,1) 51%,rgba(251,149,94,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(254,204,177,1) 0%,rgba(241,116,50,1) 50%,rgba(234,85,7,1) 51%,rgba(251,149,94,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(254,204,177,1) 0%,rgba(241,116,50,1) 50%,rgba(234,85,7,1) 51%,rgba(251,149,94,1) 100%); /* W3C */
	border-radius: 5px;
	border: none;
	font-size: 110%;
}

#send_button:hover, #cv_button:hover,  #user_submit:hover {
	background: -moz-linear-gradient(top,  rgba(242,130,91,1) 0%, rgba(229,91,43,1) 50%, rgba(240,113,70,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,130,91,1)), color-stop(50%,rgba(229,91,43,1)), color-stop(100%,rgba(240,113,70,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(242,130,91,1) 0%,rgba(229,91,43,1) 50%,rgba(240,113,70,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(242,130,91,1) 0%,rgba(229,91,43,1) 50%,rgba(240,113,70,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(242,130,91,1) 0%,rgba(229,91,43,1) 50%,rgba(240,113,70,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(242,130,91,1) 0%,rgba(229,91,43,1) 50%,rgba(240,113,70,1) 100%); /* W3C */
}

#send_button{
	width: 310px;
	height: 35px;
	margin-top: 8px;
}

/*** Bio ***/

#photo, #photo_bg {
	position: absolute;
    background: none repeat scroll 0 0 white;
    height: 100px;
    width: 80px;
    left: 25px;
    border: 1px solid #777;
    top: 65px;
}

#photo {
	background: url(../img/mypic.png) no-repeat 8px 3px white;
	-moz-transform: rotate(350deg);
	-webkit-transform: rotate(350deg);
	-o-transform: rotate(350deg);
	-ms-transform: rotate(350deg);
	transform: rotate(350deg);
}

#photo, #photo_bg, #office {
	float: left;
}

#nature {
	clear: both;
}

.orange, #office a {
	color: #F27635;
}

#office a {
	text-decoration: none;
}

#office {
    left: 133px;
    width: 280px;
    text-align: justify;
    font-size: 110%;
    line-height: 18px;
    top: 27px;
}

#nature {
    left: 25px;
    width: 400px;
}

#cv_button, #cv_button:hover {
	color: #EFEFEF;
}

#cv_button {
    clear: both;
    height: 35px;
    margin-top: 15px;
    width: 100%;
}

/*** Log In ***/
#login_header {
    font-size: 30px;
    left: 30px;
    width: 100px;
    top: 10px;
    font-weight: 600;
}

.log_in {
	font-weight: 300;
}

#login_form {
   top: 65px;
}

.user_label {
    width: 75px;
    display: block;
    float: left;
    font-size: 13px;
    left: 15px;
    line-height: 30px;
    text-align: right;
}

#user_name, #user_pw {
    text-align: center;
    left: 25px;
    height: 30px;
    width: 310px;
    margin-bottom: 10px;
    background: #DDD;
    border: none;
}

#user_submit {
    height: 35px;
    width: 310px;
    color: white;
    left: 100px;
    margin-top: 76px;
}

#stop {
    margin-top: 59px;
}

#stop, #login_error_msg {
	text-align: center;
}
#login_error_msg {
    font-size: 18px;
    color: #F27635;
    font-weight: 600;
}

/*** Slider **/
#slides_container, #example {
	 width: 390px;
}

#slides_container {
    margin: 0 auto;
    top: 10px;
    z-index: 0;
}

#example {
    height: 300px;
}
#slides, #slides .next, #slides .prev, .caption {
	 position: absolute;
}

#slides {
    top: 8px;
    z-index: 100;
    left: -2px;
}

.slides_container, .slides_container div.slide {
	 width: 395px;
}

.slides_container {
    display: none;
    overflow: hidden;
    position: relative;
}

.slide img {
    border: 2px #FCFCFC solid !important;
}

.slides_container div.slide {
    display: block;
    height: 270px;
}

#slides .next, #slides .prev {
    display: block;
    height: 43px;
    left: -25px;
    top: 107px;
    width: 24px;
    z-index: 101;
}

#slides .next {
    left: 395px;
}

.pagination {
    margin: 0 auto;
    width: 30px;
}

.pagination li {
    float: left;
    list-style: none outside none;
    margin: 0 1px;
}

.pagination li a {
    background-image: url("../img/pagination.png");
    background-position: 0 0;
    display: block;
    float: left;
    height: 0;
    overflow: hidden;
    padding-top: 12px;
    width: 12px;
}

.pagination li.current a {
    background-position: 0 -12px;
}

.caption {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    border-top: 1px solid #000000;
    color: #FFFFFF;
    line-height: 28px;
    font-size: 12px;
    height: 33px;
    width: 354px;
    z-index: 500;
    padding: 5px 20px 0;
    margin-bottom: 5px;
}

/**** Note ****/
#note {
	width: 200px;
	height: 200px;
	position: absolute;
	cursor: move;
	font-family: 'Nothing You Could Do', cursive;

	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
	-o-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
	-ms-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);

	background: #fefbb0;
	background: -moz-linear-gradient(top,  #fefbb0 0%, #fff955 100%);
	background: -webkit-linear-gradient(top,  #fefbb0 0%,#fff955 100%);
	background: -o-linear-gradient(top,  #fefbb0 0%,#fff955 100%);/
	background: -ms-linear-gradient(top,  #fefbb0 0%,#fff955 100%);
	background: linear-gradient(to bottom,  #fefbb0 0%,#fff955 100%);

	-webkit-border-bottom-right-radius: 36px 12px;
	-moz-border-radius-bottom-right: 36px 12px;
	border-bottom-right-radius: 36px 12px;
}

#note:after {
	-webkit-box-shadow: 8px 12px 10px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 8px 12px 10px rgba(0, 0, 0, 0.7);
	-o-box-shadow: 8px 12px 10px rgba(0, 0, 0, 0.7);
	-ms-box-shadow: 8px 12px 10px rgba(0, 0, 0, 0.7);
	box-shadow: 8px 12px 10px rgba(0, 0, 0, 0.7);
	position: absolute;
	content: '';
	background: transparent;
	bottom: 11px;
	right: 10px;
	width: 70%;
	height: 70%;
	-webkit-transform: rotate(5deg) skew(10deg);
	-moz-transform: rotate(5deg) skew(10deg);
	-o-transform: rotate(5deg) skew(10deg);
	-ms-transform: rotate(5deg) skew(10deg);
	transform: rotate(5deg) skew(10deg);
	z-index: -2;

	-webkit-border-bottom-right-radius: 36px 12px;
	-moz-border-radius-bottom-right: 36px 12px;
	border-bottom-right-radius: 36px 12px;
}

#note:before {
	-webkit-box-shadow: 11px 11px 32px rgba(255, 255, 255, 0.7);
	-moz-box-shadow: 11px 11px 32px rgba(255, 255, 255, 0.7);
	-o-box-shadow: 11px 11px 32px rgba(255, 255, 255, 0.7);
	-ms-box-shadow: 11px 11px 32px rgba(255, 255, 255, 0.7);
	box-shadow: 11px 11px 32px rgba(255, 255, 255, 0.7);
	position: absolute;
	content: '';
	background: transparent;
	bottom: 46px;
	right: 41px;
	width: 50%;
	height: 50%;
	z-index: -1;

	-webkit-border-bottom-right-radius: 36px 12px;
	-moz-border-radius-bottom-right: 36px 12px;
	border-bottom-right-radius: 36px 12px;

	-webkit-transform: rotate(20deg) skew(45deg);
	-moz-transform: rotate(20deg) skew(45deg);
}

#pin {
    margin-top: -25px;
    margin-left: -10px;
    cursor: pointer;
}


#note_text {
    width: 200px;
    color: red;
    font-size: 21px;
    text-align: center;
    margin-top: -15px;
    transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
}


/**** Thanks ****/
#thanks_head, #thanks_sub {
	left: 30px;
}

#thanks_head {
    top: 60px;
    font-size: 24px;
}

#thanks_sub {
    top: 90px;
    font-size: 16px;
}

/*** Footer ***/
footer {
	clear: both;
	color: #F0F0F0;
	background: black;
	opacity: 0.6;
	width: 100%;
	font-size: 70%;
	font-style: italic;
	height: 30px;
	line-height: 30px;
	bottom: 0;
	position: absolute;
	border-top: 4px solid #1ED4FF;
}

footer p {
	float: left;
	height: 30px;
	line-height: 30px;
}

footer .soundon {
    background: url("../img/soundon.png") no-repeat scroll 0 7px transparent;
}

footer .soundoff {
    background: url(../img/soundoff.png) no-repeat scroll 0 7px transparent;
}

footer #soundpic {
    cursor: pointer;
    display: block;
    left: 30px;
    text-align: right;
    width: 75px;
}

footer p span {
    left: 25px;
    top: -1px;
}

footer #copy {
    left: 60px;
}

/*** Misc. and IE ***/
#sorry {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    font-family: verdana, arial;
    z-index: 1000;
}

#ie_logo {
    text-align: center;
    top: 50px;
}

#page {
    background: #F5F1E5;
    width: 800px;
    height: 360px;
    margin: auto;
    top: 70px;
}

#page_left, #browser_pics {
    float: left;
    height: 360px;
    width: 340px;
}

#page_left {
    left: 50px;
    position: relative;
}

#browser_pics {
    left: 100px;
    margin-top: 0;
    position: relative;
}

#page_left h1 {
    font-size: 38px;
    font-weight: normal;
    top: 40px;
}

#page_head {
    font-size: 18px;
    top: 50px;
}

#page_sub, #page_browser {
    font-size: 14px;
}

#page_sub {
    top: 70px;
}

#page_browser {
    color: blue;
    top: 90px;
}

#box_ff, #box_safari {
    top:100px;
}
#box_chrome, #box_opera {
    top: 115px;
}
#box_safari, #box_opera {
    left: 15px;
}

#close_noie {
    height: 15px;
    left: 770px;
    position: absolute;
    width: 15px;
    top: 15px;
}

/**** Responsive and mobile Devices ****/
@media screen and (max-width: 480px){
  #box {
    top: 8%;
    transform: scale(0.9);
  }
  .boxsize {
    left: 1%;
  }
  @-moz-keyframes box {
    0% {
      top: 5%;
      box-shadow: -5px -5px 35px rgba(0,0,0,0.2) inset, -35px -55px 5px 80px #f27635 inset, 15px 30px 15px -10px rgba(0,0,0,0.5);
      border-radius: 99px;
      width: 20px;
      height: 20px;
      left: 1%;
    }
    30% {
      top: 80%;
      box-shadow: -5px -5px 35px rgba(0,0,0,0.2) inset, -35px -55px 5px 90px #f27635 inset, 50px 180px 40px 10px rgba(0,0,0,0.5);
    }
    60% {
      top: 5%;
      background: #f27635;
      width: 50px;
      height: 50px;
      border-radius: 99px;
      -moz-transform: rotate(0deg);
    }
    100% {
      top: 8%;
      -moz-transform: rotate(360deg);
      left: 1%;
    }
  }
  @-webkit-keyframes box {
    0% {
      top: 5%;
      box-shadow: -5px -5px 35px rgba(0,0,0,0.2) inset, -35px -55px 5px 80px #f27635 inset, 15px 30px 15px -10px rgba(0,0,0,0.5);
      border-radius: 99px;
      width: 20px;
      height: 20px;
      left: 1%;
    }
    30% {
      top: 80%;
      box-shadow: -5px -5px 35px rgba(0,0,0,0.2) inset, -35px -55px 5px 90px #f27635 inset, 50px 180px 40px 10px rgba(0,0,0,0.5);
    }
    60% {
      top: 5%;
      background: #f27635;
      width: 50px;
      height: 50px;
      border-radius: 99px;
      -webkit-transform: rotate(0deg);
    }
    100% {
      top: 30%;
      -webkit-transform: rotate(360deg);
      left: 1%;
    }
  }
  @-o-keyframes box {
    0% {
      top: 5%;
      box-shadow: -5px -5px 35px rgba(0,0,0,0.2) inset, -35px -55px 5px 80px #f27635 inset, 15px 30px 15px -10px rgba(0,0,0,0.5);
      border-radius: 99px;
      width: 20px;
      height: 20px;
      left: 1%;
    }
    30% {
      top: 80%;
      box-shadow: -5px -5px 35px rgba(0,0,0,0.2) inset, -35px -55px 5px 90px #f27635 inset, 50px 180px 40px 10px rgba(0,0,0,0.5);
    }
    60% {
      top: 5%;
      background: #f27635;
      width: 50px;
      height: 50px;
      border-radius: 99px;
      -o-transform: rotate(0deg);
    }
    100% {
      top: 8%;
      -o-transform: rotate(360deg);
      left: 1%;
    }
  }
  @-ms-keyframes box {
    0% {
      top: 5%;
      box-shadow: -5px -5px 35px rgba(0,0,0,0.2) inset, -35px -55px 5px 80px #f27635 inset, 15px 30px 15px -10px rgba(0,0,0,0.5);
      border-radius: 99px;
      width: 20px;
      height: 20px;
      left: 1%;
    }
    30% {
      top: 80%;
      box-shadow: -5px -5px 35px rgba(0,0,0,0.2) inset, -35px -55px 5px 90px #f27635 inset, 50px 180px 40px 10px rgba(0,0,0,0.5);
    }
    60% {
      top: 5%;
      background: #f27635;
      width: 50px;
      height: 50px;
      border-radius: 99px;
      -ms-transform: rotate(0deg);
    }
    100% {
      top: 8%;
      -ms-transform: rotate(360deg);
      left: 1%;
    }
  }
  @keyframes box {
    0% {
      top: 5%;
      box-shadow: -5px -5px 35px rgba(0,0,0,0.2) inset, -35px -55px 5px 80px #f27635 inset, 15px 30px 15px -10px rgba(0,0,0,0.5);
      border-radius: 99px;
      width: 20px;
      height: 20px;
      left: 1%;
    }
    30% {
      top: 80%;
      box-shadow: -5px -5px 35px rgba(0,0,0,0.2) inset, -35px -55px 5px 90px #f27635 inset, 50px 180px 40px 10px rgba(0,0,0,0.5);
    }
    60% {
      top: 5%;
      background: #f27635;
      width: 50px;
      height: 50px;
      border-radius: 99px;
      transform: rotate(0deg);
    }
    100% {
      top: 8%;
      transform: rotate(360deg);
      left: 1%;
    }
  }
}

@media screen and (max-width: 767px) {
  #main {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  #main {
    right: 14%
  }
  .boxsize {
    left: 3%;
  }
  #name, #work, #berlin, #languages {
    font-size: 118%;
  }
  #name {
    width: 88%;
  }
  #dev {
    width: 68%;
  }
  #berlin {
    width: 65%;
  }
  #main_content {
    top: 177px;
  }
  #main_content.hello {
    top: 171px;
  }
  #hello {
    top: 178px;
  }
  #dev {
    width: 68%
  }
  @-moz-keyframes box {
    0% {
      top: 5%;
      box-shadow: -5px -5px 35px rgba(0,0,0,0.2) inset, -35px -55px 5px 80px #f27635 inset, 15px 30px 15px -10px rgba(0,0,0,0.5);
      border-radius: 99px;
      width: 20px;
      height: 20px;
      left: 3%;
    }
    30% {
      top: 80%;
      box-shadow: -5px -5px 35px rgba(0,0,0,0.2) inset, -35px -55px 5px 90px #f27635 inset, 50px 180px 40px 10px rgba(0,0,0,0.5);
    }
    60% {
      top: 5%;
      background: #f27635;
      width: 50px;
      height: 50px;
      border-radius: 99px;
      -moz-transform: rotate(0deg);
    }
    100% {
      top: 30%;
      -moz-transform: rotate(360deg);
      left: 3%;
    }
  }
  @-webkit-keyframes box {
    0% {
      top: 5%;
      box-shadow: -5px -5px 35px rgba(0,0,0,0.2) inset, -35px -55px 5px 80px #f27635 inset, 15px 30px 15px -10px rgba(0,0,0,0.5);
      border-radius: 99px;
      width: 20px;
      height: 20px;
      left: 3%;
    }
    30% {
      top: 80%;
      box-shadow: -5px -5px 35px rgba(0,0,0,0.2) inset, -35px -55px 5px 90px #f27635 inset, 50px 180px 40px 10px rgba(0,0,0,0.5);
    }
    60% {
      top: 5%;
      background: #f27635;
      width: 50px;
      height: 50px;
      border-radius: 99px;
      -webkit-transform: rotate(0deg);
    }
    100% {
      top: 30%;
      -webkit-transform: rotate(360deg);
      left: 3%;
    }
  }
  @-o-keyframes box {
    0% {
      top: 5%;
      box-shadow: -5px -5px 35px rgba(0,0,0,0.2) inset, -35px -55px 5px 80px #f27635 inset, 15px 30px 15px -10px rgba(0,0,0,0.5);
      border-radius: 99px;
      width: 20px;
      height: 20px;
      left: 3%;
    }
    30% {
      top: 80%;
      box-shadow: -5px -5px 35px rgba(0,0,0,0.2) inset, -35px -55px 5px 90px #f27635 inset, 50px 180px 40px 10px rgba(0,0,0,0.5);
    }
    60% {
      top: 5%;
      background: #f27635;
      width: 50px;
      height: 50px;
      border-radius: 99px;
      -o-transform: rotate(0deg);
    }
    100% {
      top: 30%;
      -o-transform: rotate(360deg);
      left: 3%;
    }
  }
  @-ms-keyframes box {
    0% {
      top: 5%;
      box-shadow: -5px -5px 35px rgba(0,0,0,0.2) inset, -35px -55px 5px 80px #f27635 inset, 15px 30px 15px -10px rgba(0,0,0,0.5);
      border-radius: 99px;
      width: 20px;
      height: 20px;
      left: 3%;
    }
    30% {
      top: 80%;
      box-shadow: -5px -5px 35px rgba(0,0,0,0.2) inset, -35px -55px 5px 90px #f27635 inset, 50px 180px 40px 10px rgba(0,0,0,0.5);
    }
    60% {
      top: 5%;
      background: #f27635;
      width: 50px;
      height: 50px;
      border-radius: 99px;
      -ms-transform: rotate(0deg);
    }
    100% {
      top: 30%;
      -ms-transform: rotate(360deg);
      left: 3%;
    }
  }
  @keyframes box {
    0% {
      top: 5%;
      box-shadow: -5px -5px 35px rgba(0,0,0,0.2) inset, -35px -55px 5px 80px #f27635 inset, 15px 30px 15px -10px rgba(0,0,0,0.5);
      border-radius: 99px;
      width: 20px;
      height: 20px;
      left: 1%;
    }
    30% {
      top: 80%;
      box-shadow: -5px -5px 35px rgba(0,0,0,0.2) inset, -35px -55px 5px 90px #f27635 inset, 50px 180px 40px 10px rgba(0,0,0,0.5);
    }
    60% {
      top: 5%;
      background: #f27635;
      width: 50px;
      height: 50px;
      border-radius: 99px;
      transform: rotate(0deg);
    }
    100% {
      top: 30%;
      transform: rotate(360deg);
      left: 3%;
    }
  }
}


