


@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
/*@import url(http://fonts.googleapis.com/css?family=Amatic+SC:400);*/
@font-face {
font-family: Quicksand;
font-style: normal;
src: url("../fonts/Quicksand/Quicksand-Regular.otf") format("opentype");
font-weight: 300;
}

@font-face {
font-family: Quicksand;
font-style: italic;
src: url("../fonts/Quicksand/Quicksand-Italic.otf") format("opentype");
font-weight: 300;
}

@font-face {
font-family: Quicksand;
font-style: italic;
src: url("../fonts/Quicksand/Quicksand-BoldItalic.otf") format("opentype");
font-weight: 700;
}

@font-face {
font-family: Quicksand;
font-style: normal;
src: url("../fonts/Quicksand/Quicksand-Bold.otf") format("opentype");
font-weight: 700;
}
@font-face {
font-family: Quicksand;
font-style: normal;
src: url("../fonts/Quicksand/Quicksand-Light.otf") format("opentype");
font-weight: 100;
}

@font-face {
font-family: Quicksand;
font-style: italic;
src: url("../fonts/Quicksand/Quicksand-LightItalic.otf") format("opentype");
font-weight: 100;
}



/*Aleo*/

@font-face {
font-family: Aleo;
font-style: normal;
src: url("../fonts/Aleo/Aleo-Regular.otf") format("opentype");
font-weight: 300;
}
@font-face {
font-family: Aleo;
font-style: italic;
src: url("../fonts/Aleo/Aleo-Italic.otf") format("opentype");
font-weight: 300;
}
@font-face {
font-family: Aleo;
font-style: normal;
src: url("../fonts/Aleo/Aleo-Bold.otf") format("opentype");
font-weight: 700;
}
@font-face {
font-family: Aleo;
font-style: italic;
src: url("../fonts/Aleo/Aleo-BoldItalic.otf") format("opentype");
font-weight: 700;
}
@font-face {
font-family: Aleo;
font-style: italic;
src: url("../fonts/Aleo/Aleo-LightItalic.otf") format("opentype");
font-weight: 100;
}
@font-face {
font-family: Aleo;
font-style: normal;
src: url("../fonts/Aleo/Aleo-Light.otf") format("opentype");
font-weight: 100;
}
/*Satalite*/
@font-face {
font-family: Satellite;
font-style: normal;
src: url("../fonts/Satellite.otf") format("opentype");
}
@font-face {
font-family: Satellite;
font-style: oblique;
src: url("../fonts/Satellite-Oblique.otf") format("opentype");
}


body {
	background: #444;
	color: #81A748;
	font-weight: 300;
	font-family: 'Lato', Calibri, Arial, sans-serif;
}


.green {
	color:	#81A748 !important;
}

.grey {
	color:	#ADADAD !important;
}

.yellow {
	color:	#f3efe0 !important;
}

.orange {
	color:	#ff5952	!important;
}


a {
	text-decoration: none;
	color: #81A748;
	outline: none;
}

a:hover, a:focus {
	color: #2c774b;
	outline: none;
}
ul,ol {
	margin-left: 0;
}

h3 {
	color:	#ADADAD;
	font-size: 1.25em;
	font-family: "Quicksand";
	font-weight: 100;

}


.clearfix:before,
.clearfix:after {
	display: table;
	content: " ";
}

.clearfix:after {
	clear: both;
}

.skyview-header,
.skyview-top {
	font-family: 'Lato', Arial, sans-serif;
}

.skyview-header {
	margin: 0 auto 1em;
	padding: 1em;
	/*text-align: center;*/
}

.skyview-header h1 {
	margin: 0;
	font-weight: 300;
	font-size: 2em;
	line-height: 1.3;
}

.skyview-header span:not(.samesize_span) {
	
	/*font-family: 'Quicksand' !important;
	font-weight: 100;*/
	display: block;
	padding: 0 0 0.6em 0.1em;
	font-size: 55%;
	/*color: #ADADAD !important;*/
}
.samesize_span {
	color: #ADADAD;
	font-family: 'Aleo';
	font-weight: 100;
}


.skyview-top {
	width: 100%;
	/* text-transform: uppercase; */
/*	font-size: 0.69em;*/
	line-height: 1.25;
/*	font-weight: 400; */
	background: rgba(252, 252, 252, 0.93);
}

#skyview-top-wrapper {
	 -webkit-transition: margin-top .5s ease-in-out;
	 -moz-transition: margin-top .5s ease-in-out;
	 -o-transition: margin-top .5s ease-in-out;
	 -ms-transition: margin-top .5s ease-in-out;
	 position:fixed;
	 top:0;
	 z-index:100;
	 width:100%;
}
#skyview-top-wrapper.scroll {
	margin-top: -42px;
}

#skyview-top-wrapper.scroll:hover {
    margin-top: 0px;
}

.skyview-top a {
	display: inline-block;
	padding: 0 1em;
	text-decoration: none;
	letter-spacing: 0.1em;
}

.skyview-top a:hover {
	background: rgba(255,255,255,0.85);
	color: #333;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.skyview-top button:hover {
	color: #ff640b;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.skyview-top span.right {
	float: right;
	display: inline;
}

.skyview-top span.right a {
	display: block;
	float: left;
}


/*
.main {
	max-width: 69em;
	margin: 0 auto;
}
*/

.column1 {
	float: left;
	width: 50%;
	padding: 0 2em;
	min-height: 300px;
	position: relative;
	text-align: right;
}

.column1:nth-child(2) {
	/*box-shadow: -1px 0 0 rgba(0,0,0,0.1);*/
	text-align: left;
}
/*
.column p {
	font-weight: 300;
	font-size: 2em;
	padding: 0 0 0.5em;
	margin: 0;
	line-height: 1.5;
}*/

button {
	border: none;
	padding: 0.6em 1.2em;
	background: #81A748;
	color: #fff;
	/* font-family: 'Lato', Calibri, Arial, sans-serif; */
	font-family: 'Quicksand' !important;
	font-weight: 100;
	font-size: 1em;
	letter-spacing: 1px;
	/* text-transform: uppercase; */
	cursor: pointer;
	display: inline-block;
	margin: 3px 2px;
	border-radius: 2px;
}

button:hover {
	background: #ff5952;
}

.doublebar, .doublebar2 {
	width: 140px;
	margin-left: auto;
	margin-right: auto;
/*
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #2072a7;
*/
	box-shadow: 0 1em 0 #dddddd;
	margin-top: 0.3em;
	margin-bottom: 5em;
}
.doublebar2 {
	margin-bottom: 2em;
}

.cvbar-top, .cvbar-bottom {
	margin-bottom: 0.25em;
	margin-top: 1em;
	width: 160px;
	margin-left: auto;
	margin-right: auto;
}

.cvbar-bottom {
	margin-top: 0.25em;
	margin-bottom: 1em;
}

.info {
	text-align: center;
	/* font-size: 1.5em; */
	/* margin-top: 3em; */
	clear: both;
	/* padding: 3em 0; */
	/* opacity: 0.7; */
	color: #ADADAD;
}

.info a {
	font-weight: 700;
	font-size: 1.5em;
}
/*small screen*/
@media screen and (max-width : 480px) {
	.column {
		width: 100%;
		min-width: auto;
		min-height: auto;
		padding: 2em; 
		text-align: center;
	}

	.column p {
		font-size: 1.5em;
	}

	.column:nth-child(2) {
		text-align: center;
		/*box-shadow: 0 -1px 0 rgba(0,0,0,0.1);*/
	}
	img {
		width:75%;
	}
	.skyview-top span.right {
		display:none;
	}
	
	.skyview-top .notbutton, .skyview-top a {
		display: block;
		margin-left: auto;
		margin-right: auto;

	}
	.ch-grid li {
		margin: 0 auto !important;
		margin-bottom: 100px !important;
	}
	.ch-grid-larger li {
		margin: 0 auto !important;
	}
	.cv img {
		margin-top: 28px;
	}
	.skyview-header, .skyview-top, section {
		font-size: 65%;
	}
	.skyview-header h1 {
		margin-top: -2rem;
	}
	svg {
		display:none !important;
	}
	.hi {
		font-size: 290% !important;
	}
	.skyview-header span:not(.samesize_span) {
		padding-bottom: 10px;
	}
	section {
		padding-left: 1em !important;
		padding-right: 1em !important;
	}
	.footer p {
		padding-right: 0.5em !important;
	}
	.selfdesc {
		font-size: 1.75em !important;
	}
	#profile {
		height: 30% !important;
		width: 30% !important;
		float: none !important;
		margin-top: 1em;
	}
	.intro {
		margin-top: 5em;
	}
}
@media screen and (min-width : 481px)  and (max-width : 640px) {
	#profile {
		height: 30% !important;
		width: 30% !important;
		float: none !important;
		margin-top: 1em;
	}
}
@media screen and (max-width: 25em) {

	.skyview- {
		font-size: 80%;
	}

	.skyview-top {
		font-size: 120%;
		
	}

	.skyview-icon span {
		display: none;
	}
	.year {
		background-size: 120px !important;
		padding-top: 60px !important;
	}

}


.notbutton {
	background: none;
	color: #81A748;
/* 	padding:0; 
	margin:0;*/
}
.notbutton:hover, notbutton:focus, notbutton:active {
	background: none;
	outline: 0;     
	outline-style:none;     
	outline-width:0;
	
}

.center-img {
 	display: block;
    margin-left: auto;
    margin-right: auto;
	
}

.round-img {
	border-radius: 			1000px;
	-moz-border-radius: 	1000px;            
	-khtml-border-radius: 	1000px;
    -webkit-border-radius: 	1000px;
}

.smallgrey {
	font-family: 'Quicksand', Helvetica, Verdana, Sans-Serif !important;
	font-size: 0.75em;
	letter-spacing: 1px;
	color:#ADADAD;
}



.hi {
	margin-top: 0.45em;
	color: #81A748;
	font-size: 2em;
	/*font-family: 'Amatic SC', cursive;*/
}
/*
.intro p {
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-weight: 100;
}*/

.iconinline::before {
	line-height:1.15 !important; 
	vertical-align:middle !important; 
	margin-right: 2px !important;
	margin-left: 2px;
	/* color: #ff5952; */
}
#profile {
	box-shadow: inset 0 0 10px 60px rgba(255,255,255,0.6), 0 10px 40px rgba(0,0,0,0.15);
	/*border: 5px solid #FDFDFC;
	-o-border: 5px solid #FDFDFC;
	-khtml-border: 5px solid #FDFDFC;
	-webkit-border: 5px solid #FDFDFC;
	-moz-border: 5px solid #FDFDFC;*/
	width: 90%;
	vertical-align: middle;
	display: inline-block;
}

#wall {
	margin-top: -0.3em;
	width: 250px;
	margin-left: auto;
	margin-right: auto;
}
.selfdesc {
	font-size:1.25em;
}
/* Clouds */
svg {
	display: block;
}
.clouds path {
	fill: #FDFDFC;
	stroke: #FDFDFC;
}

.whitesec, .clouds_grey {
	background: #FDFDFC;
}

.clouds_grey path {
	fill: #F5F5F5;
	stroke: #F5F5F5;

}


.greysec {
	background: #F5F5F5;
}

section {
	position: relative;
	padding: 10em 10%;
	color: #fff;
	text-align: center;
}

section h2 {
	margin: 0;
	padding: 0;
	padding-bottom: .75em;
	margin-top: -1em;
	font-size: 2.8em;
	color: #ADADAD;
	font-family: 'Aleo';
	font-weight: 100;
	
}

section p {
	color:  #75736F;
	font-size: 1.5em;
	line-height: 1.5;
	font-family: 'Satellite';
}
.contactf {
	position:absolute;
    bottom:0;
    width:100%;
}

.footer p {
	vertical-align: middle;
	margin-top: auto;
	margin-bottom: auto;
	padding-top: 1em;
	padding-bottom: 0.7em;
	float: right;
	padding-right: 2em;
}

.arttitle, .cvtitle {
	color: #A09D97;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	letter-spacing: 2px;
	text-shadow: 0px 1px 3px rgba(168, 168, 168, 0.35);
	font-size: 2em;
}
/*.cvtitle {
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}*/


.timemargin {
	margin-top:25px !important;
}
/*--fancybox--*/
.fancybox-title-float-wrap .child {
	background: none !important;
	font-weight: 100 !important;
	text-shadow: none !important;
	letter-spacing: 0.075em;
	/*text-transform: uppercase;*/
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-size: 120%;
}

.watermark {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/watermark.png) center center no-repeat;
    z-index: 1100;
}
.fancybox-title {
    /*padding: 0 0 10px 0 !important;*/
    text-align: center;
}

#links {
    position: fixed;
    bottom: 10px;
    width: 100%;
    padding-top: 10px;
    list-style: none;
    text-align: center;
    z-index: 99999;
    margin-left: 0 !important;
}

#links li {
    display: inline;
    padding: 0 5px;
}

#links li label {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.6);
    cursor: pointer;
}

#links li.active label {
    background-color: white;
}
/*-------------cv------------*/
.separator {
	padding-top: 1em;
	padding-bottom: 1em;
}
.cv {
	background-color: white;
	border-radius: 100%;
	-moz-border-radius: 	100%;            
	-khtml-border-radius: 	100%;
    -webkit--border-radius: 100%;
}
.cv-ul li {
	margin-bottom: 120px !important;
}
.cv-ul h2 {
	margin-top: 0.5em;
	font-size: 1.7em !important;
	font-family: "Satellite";
}
.cvlist li:la
hild {
	padding-bottom: 1em;
}
.cvsec h2 {
	margin-top: 0.75em;
	padding-bottom: 0.15em;
	font-size: 2.2em;
}
.cvsec span:not(.dot) {
	font-family: "satellite";
	/*font-style: italic;*/
	font-size: 85%;
}
.cvlist {
	color: #75736F;
	list-style: none;
	line-height: 2.1;
	font-size: 130%;
}
.cvsec a:hover {
	color: #ff5952;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.cvsub {
	font-family: 'Satellite';
}
.education_p {
	text-align: left;
	margin-top: 1em;
	padding-bottom: 1.25em;
	color: #75736F;
	font-family: "Quicksand";
	font-weight: 100;
}
.education_li_p {
	text-align: center;
	font-family: "Quicksand";
	font-weight: 100;
	font-size: 1.25em;
}
.skill_p {
	padding-bottom: 1em;
	font-family: "Quicksand";
	font-weight: 100;
}
.dot {
	color: white;
	text-shadow: 0px 1px 2px rgba(61, 61, 61, 0.54);
	font-family: "Quicksand";
}
.thumb {
	width: 50px;
}
.greysec .separator {
	/*border: solid white;*/
	border-width: 1px 0 0;
	clear: both;
	margin: 1.25rem 0 1.1875rem;
	height: 0;
}
.greysec h2 {
	color: #81A748;
}
label {
	font-size: 1.4em;
	font-family: "Quicksand";
	font-weight: 100;
	color: #A09D97;
	letter-spacing: 1px;

}
input {
	margin-top: 5px;
}
form {
	padding-top: 4em;
}
#sent-form-msg h2 {
	margin-top: -.65em;
	padding-bottom: 0;
}

/*-----coding----*/
.project h2 {
	margin-top: 0;
	padding-bottom: 0;
}
.error {
	margin-top: -1.4em !important;
	color: white !important;
	font-family: "Satellite";
	font-size: 0.9em !important;
}
#fof {
	font-weight: 700;
	font-family: 'Satellite';
}
