@import url("fonts.css");


/* Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
p{
	color: #000000;
	padding-top: 1.5%;
	padding-bottom: 0.5%;
}



h2{
	font-size: 150%;
	color: #000000;


}


h3{
	font-size: 140%;
	margin-top: 1.5%;
	font-weight: 700;

}


h4{
	font-size: 120%;
	margin-top: 1.25%;
	font-weight: 500;

}
h6{
	font-size: 65%;
	color: #000000;

}


html {
	background-image: url("images/raster136.png");
	font-family: 'ubuntu_titlingbold';
}

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

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
}


#roundcorner{
    border-radius: 12.5px;
    height: 65px;
    width: 65px;
}
#header #guide {
	padding-top: 0.5%;
	padding-bottom: 0.5%;
	font-family: inherit;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font: inherit;
	font-size: 0.92em;
	display: table;
	margin: 0 auto;
	width: 430px;

}
#header #guide #block{
	font-family: 'ubuntu.regular';
	font-size: 0.86em;
	padding-left: 5%;
	line-height: 1.44;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	font-weight: lighter;
	width: 530px;

	overflow: auto;
	color: #000000;
}
#header #guide #block strong{
	font-family: 'ubuntu.bold';

}
/* Box Model 

*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}*/

/* Basic */

body, input, select, textarea {
	color: #6cc3df;
	font-size: 13pt;
	font-weight: 300 !important;
	letter-spacing: -0.025em;
	line-height: 1.75em;
}



body.loading * {
	-moz-animation: none !important;
	-webkit-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
}

a {
	color: #00a2d9;
	font-weight: 600;
	outline: 0;
	text-decoration: none;
}

a:hover {
	color: #000;
}

#logo img {
	position: relative;
	margin-top:50px;
	opacity: 0.85;

}

/* Icon */

.icon {
	text-decoration: none;
	position: relative;
}

.icon:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: ubuntu_titlingbold;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
}

.icon > .label {
	display: none;
}

/* Wrapper */

/* Main */

#main {
	height: 100%;
	left: 0;
	position: relative;
	text-align: center;
	top: 0;
	width: 100%;
}

#main:before {
	content: '';
	display: inline-block;
	height: 100%;
	margin-right: 0;
	vertical-align: middle;
	width: 1px;
}

/* Header */



#header {
	cursor: default;
	display: inline-block;
	position: relative;
	text-align: center;
	top: 1em;
	vertical-align: middle;
	width: 90%;
}

#header h1 {
	font-size: 2.5em;
	font-weight: 900;
	letter-spacing: -0.035em;
	line-height: 1.5em;
	overflow: hidden;
}

#header p {
	font-size: 1.0em;
	margin: 0.75em 0 0.25em 0;
	margin-top: 0.5%;
}

#header nav {
	/*margin: 1.5em 0 0 0;*/
}




#header nav a {
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	border: 0;
	display: inline-block;
}


#header nav a:hover {
	font-size: 1.1em;
}

#header nav a:hover:before {
	background-color: rgba(255, 255, 255, 0.175);
	color: #fff;
}

#header nav a:active {
	font-size: 0.95em;
	background: none;
}

#header nav a:active:before {
	background-color: rgba(255, 255, 255, 0.35);
	color: #fff;
}

#header nav a span {
	display: none;
}

/*  */

#footer {

	bottom: 0;
	cursor: default;
	height: 6em;
	left: 0;
	line-height: 8em;
	text-align: center;
	width: 100%;
}

/* Wide */


@media screen and (max-width: 1680px) {
	#header #guide {
		padding-top: 0.5%;
		padding-bottom: 0.5%;
		text-align: center;
		width: 430px;
		margin-left: 0%;
		margin-right: 0%;
		display: table;
		margin: 0 auto;
	}

	#header #guide #block{
		padding-left: 5%;
		text-align: left;
		margin-left: 0%;
		margin-right: 0%;
		width: 430px;
		overflow: auto;
	}

}

/* Normal */

@media screen and (max-width: 1280px) {
	#header #guide {
		padding-top: 0.5%;
		padding-bottom: 0.5%;
		text-align: center;
		width: 430px;
		margin-left: 0%;
		margin-right: 0%;
		display: table;
		margin: 0 auto;
	}

	#header #guide #block{
		padding-left: 5%;
		text-align: left;
		margin-left: 0%;
		margin-right: 0%;
		width: 430px;
		overflow: auto;
	}
}




@media screen and (max-width: 736px) {
	#header #guide {
		padding-top: 0.5%;
		padding-bottom: 0.5%;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		display: table;
		margin: 0 auto;
	}
	#header #guide #block{
		padding-left: 5%;
		text-align: left;
		margin-left: auto;
		margin-right: auto;
		overflow: auto;
		color: #000000;
	}

}

@media screen and (max-width: 480px) {
	#header #guide {
		padding-top: 0.5%;
		padding-bottom: 0.5%;
		text-align: center;
		margin-left: 0%;
		margin-right: 0%;
		display: table;
		margin: 0 auto;
		overflow: visible;
		width: 100%;
	}
	#header #guide #block{

		padding-left: 0%;
		text-align: left;
		margin-left: 0%;
		margin-right: 0%;
		overflow: visible;
		color: #000000;
		width: 100%;
	}

}


