@font-face {
	font-family: 'Cousine';
	font-style: normal;
	font-weight: normal;
	src: url('../../fonts/Cousine.woff') format('woff'),
	url('../../fonts/Cousine.ttf') format('truetype');
}
@font-face {
	font-family: 'Droid Sans';
	font-style: normal;
	font-weight: normal;
	src: url('../../fonts/DroidSans.woff') format('woff'),
	url('../../fonts/DroidSans.ttf') format('truetype');
}
@font-face {
	font-family: 'Quicksand Regular';
	font-style: normal;
	font-weight: normal;
	src: url('../../fonts/QuicksandRegular.woff') format('woff'),
	url('../../fonts/QuicksandRegular.ttf') format('truetype');
}
@font-face {
	font-family: 'Varela';
	font-style: normal;
	font-weight: normal;
	src: url('../../fonts/Varela.woff') format('woff'),
	url('../../fonts/Varela.ttf') format('truetype');
}
@font-face {
	font-family: 'pixel';
	font-style: normal;
	font-weight: normal;
	src: url('../../fonts/pixel.woff') format('woff'),
	url('../../fonts/pixel.ttf') format('truetype');
}

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

html, body {
	width:      100%;
	height:     100%;
	overflow:   hidden;
}

body {
	text-rendering: 'optimizeLegibility';
	font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}

cite, em, var, address {
	font-style: normal;
}

input:focus, select:focus, textarea:focus, button:focus {
	outline: none;
}

textarea {
	resize: none;
}

.image, .video {
	width: 80%;
	height: 80%;
}

#idSiteMeterHREF {
	position: absolute;
	height: 0;
	width: 0;
}

body > iframe {
	position: absolute;
	height: 0;
	width: 0;
}

.dx_page_text {
	white-space:pre-wrap;
}

.dx_page_text ul{
	padding-left: 25px;
}

body {
	background-color:#ffffff;
	color:#656565;
}
a {
	display:inline-block;
	color:#656565;
}