
html               { font: 75%/150% Arial, Helvetica, sans-serif; height: 100%; }

body               {
	margin: 0;
	padding: 0;
	background: url(../images/bg.jpg) no-repeat center top #fff;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	height: 100%; 
	min-width: 500px;
}

img                { display: block; border: 0; outline: none; }

section,
article,
header,
footer,
nav,
aside,
hgroup             { display: block; }

.expander {
clear:both;
}

/*
-------------------------------------
DEFAULT CLASSES
-------------------------------------
*/


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	margin: 0px;
	color: #222;
	line-height: 65px;
	font-weight: normal;
	cursor: default;
}

h2 {
	font-size: 25px;
	line-height: 100%;
	color: #333;
	font-family: 'museosans500regular' Arial, Helvetica, sans-serif;
	font-weight: 100;
	cursor: default;
	margin-top: 0;
}

h3 {
	font-size: 17px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	cursor: default;
}

p {
	font-size: 14px;
	color: #5e5e5e;
	font-family: Arial, Helvetica, sans-serif;
	cursor: default;
	line-height: 27px;
	margin: 0px;
}

a:link {
	color: #3e3e3e;
	text-decoration: none;
}
a:visited {
	color: #3e3e3e;
	text-decoration: none;
}
a:active {
	color: #3e3e3e;
	text-decoration: none;
}
a:hover {
	color: #3e3e3e;
	text-decoration: none;
}

ul li {
	font-family: Arial, Helvetica, sans-serif;
	list-style: none;	
}

ul {
	padding: 0px;
	margin: 0px;
}

li {
	cursor: default;
}

/*
-------------------------------------
COMMON COLOURS
-------------------------------------
*/



/*
-------------------------------------
CENTRE HOVER
-------------------------------------
*/

.cenrel {

}

.cenabs {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.centab {
	display: table;
	width: 100%;
	height: 100%;

}

.cencell {
	display: table-cell;
	vertical-align: middle;
}

.cencontent {
	margin: 0 auto;
}

.cover {
	display:none;
	background:url(../images/filter.png);
}

.cover img {
	margin: 0 auto;
	width: 35px !important;
}

.cover a {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/*
-------------------------------------
MAIN CSS
-------------------------------------
*/

.content-wrapper {
	width: 280px;
	height: 350px;
	background: #fff;
	position: absolute;
	top: 50px;
	right: 50px;
}

.content-wrapper img {
	margin: 0px auto;
	padding: 50px 0px 0px;	
}

.content-wrapper h1 {
	font-family: 'montserrat';
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 20px;
	text-align: center;
}

.content-wrapper h2 {
	font-family: "raleway";
	color: #0183d9;
	text-align: center;
	padding: 48px 0px 20px;
	font-size: 28px;
	line-height: 32px;
}