


@font-face {
    font-family: 'comfortaabold';
    src: url('../fonts/comfortaa-bold-webfont.woff2') format('woff2'),
         url('../fonts/comfortaa-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'comfortaalight';
    src: url('../fonts/comfortaa-light-webfont.woff2') format('woff2'),
         url('../fonts/comfortaa-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'comfortaaregular';
    src: url('../fonts/comfortaa-regular-webfont.woff2') format('woff2'),
         url('../fonts/comfortaa-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



* { 
	margin: 			0; 
	padding: 			0; 
	border: 			0;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: 	border-box;
	box-sizing: 		border-box;
         
    -webkit-appearance: none;
}

/*
*:not(html) {
    -webkit-transform: 	translate3d(0, 0, 0);
}
*/

::selection {
	background: 		#0d718b; 
	}
	
::-moz-selection {
	background: 		#0d718b; 
}

html {		
	width:				100%;
	height: 			100%;
	overflow-y: 		scroll;
	font-family: 		'comfortaaregular',Arial,Georgia,Courier;
	font-weight:		normal;
	background: 		#0d718b; 
}
 
body {
	width:				100%;
	height: 			100%;
	font-size:			16px;
	line-height:		24px;
	font-weight: 		normal;
	text-align:			left;
	color:				#ffffff; 
}


b{
	font-family: 		'comfortaabold',Arial,Georgia,Courier;
	font-weight:		bold;
}

a{
	color: #ffffff;
}

#wos-all {
	position:			relative;
	
	min-height: 		100%;
	height: 			auto !important;
	
	margin: 			0 auto -0px auto; 
	
	width:				100%;
	/*min-width: 		990px;*/
	/*max-width: 	 	800px;*/
    }

	
	
#wos-mid{
	position: 			relative;
	overflow:			visible;
	padding-bottom: 	0px; 
}



#wos-up{
	position: 			relative;
	width: 				100%;
	height: 			auto;
	font-size: 			12px;
	line-height:		20px;
	color: 				#00aa00;
	text-align: 		center;
	background: 		#0d718b;
	padding: 			20px 0px 50px 0px;
}


#wos-dw{
	font-size: 			12px;
	line-height:		32px;
	color: 				#ffffff;
	background: 		#0d718b;
	height: 			auto;
	font-style:			italic;
	text-align: 		center;
}


.wos-centerer{
	position:			relative;
	width:				100%;
	max-width: 			1100px;
	margin: 			0px auto;
	padding: 			0px 20px;
}

#loginbox{
	position: 			absolute; 
	left: 50%; 
	top: 50%; 
	margin-left: 0px; 
	margin-top: 0px;
	height: auto;
	width: auto;
}		

#loginbox div{
	text-align: center;

}

#loginbox h1{
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	margin: 24px 0px 24px 0px;
	font-style: italic;
}


.buttonedit{
	height: 32px;
	background: #5dc1db;
	color: #0d718b;
	text-align: center;
	font-size: 14px;
	line-height: 32px;
	font-weight: normal;
	padding: 0px 6px;
	cursor: pointer;
	width: 100%;
}

input.buttonedit{
	padding: 0px 10px;
}

.buttonedit a{
	display: block;
	height: 100%;
	width: 100%;
	text-decoration: none;
	color: #0d718b;
	padding: 0px 20px;
}

.nda{
	display: inline-block;
	width: auto;
	max-width: 70%;
	margin: 0px auto;
	border: 1px solid #ffffff;
	padding: 10px;
	text-align: justify;
}

.nda h1{
	font-size: 24px;
	line-height: 28px;
	font-family: 'comfortaabold',Arial,Georgia,Courier;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
}

.projects{
	margin: 30px 0px 30px 0px;
}

.projects h1{
	font-size: 24px;
	line-height: 28px;
	font-family: 'comfortaabold',Arial,Georgia,Courier;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	text-align: center;
}

.projects h2{
	font-size: 20px;
	line-height: 24px;
	font-family: 'comfortaabold',Arial,Georgia,Courier;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
}


.projects-list{
	
}


.project-media{
	position: relative;
	margin:	20px 0px 50px 0px;
	
}

.project-media div{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}

.project-media div img{
	position: relative;
	width: 100%;
	display: block;
}

.project-media span{
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: auto;
	height: 32px;
	background: #0d718b;
	color: #ffffff;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
	cursor: pointer;
	padding: 0px 10px;
}

.project-media p{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	background: transparent;
}

.project-media b{
	position: absolute;
	left: 10px;
	bottom: 10px;
	width: auto;
	height: 32px;
	line-height: 32px;
	background: #0d718b;
	color: #ffffff;
	text-align: center;
	font-weight: normal;
	cursor: pointer;
	padding: 0px 10px;
}

.project-media video{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
}

