

html {
	height:100%;
}
body {
	width: 100%;
	margin: 0;
	font-family: "Rajdhani", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
}
a {
	text-decoration: none;
	cursor: pointer;
}
img {
	border: none;
}
h1, h2, h3, h4 {
	font-weight: normal;
}
h1, h2 {
	text-transform: uppercase;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.1em;
}

.r .mea-wrapper {
	width: 100%;
	clear: both;
}
.r .mea-margins {
	width:100%;
	max-width:999px;
	margin:0px auto;
}

.mea-content {
	display: inline-block;
	width: 96%;
	padding: 0px 2%;
}
#back-to-top {
	position: fixed;
	z-index: 9999;
	height: 47px;
	width: 68px;
	bottom: 20px;
	right: 10px;
}
html {
	background-color: #333333;
}
body {
	background-color: #FFFFFF;
	color: #000000;
}
a {
	color: #D46AA9;
	-webkit-transition:background .3s ease;
	-moz-transition:background .3s ease;
	transition:background .3s ease;
}
a:hover {
	color: #333333;
}
h1, h2 {
	color: #D46AA9;
}
h3 {
	color: #333333;
}
#back-to-top {
	border: none;
	color: transparent;
	background-image: url(top.png);
	background-repeat: no-repeat;
	-webkit-transition: background .3s ease;
	-moz-transition: background .3s ease;
	transition: background .3s ease;
}
#back-to-top:hover {
	background-image: url(top-hover.png);
	background-repeat: no-repeat;
}

.vcard .vcard-details {
	font-size:1.0em;
}
.btn {
	background-color:#D46AA9;
	color:#ffffff !important;
}
.btn:hover {
	background-color:#333333;
	color:#ffffff;
}
.form .form-error-summary {
	background-color:#D46AA9;
	color:#ffffff;
	padding:10px;
}
.page-login		{ margin:20px auto; width:94%; max-width:999px; padding:0px 3%; }

hr.dotted	{ margin:40px 0px; padding:0px; border-top:0px; border-bottom:1px dotted #CCCCCC; }

.fw-wrapper { width:100%; }
.fw-margins { max-width:960px; margin:0px auto; }
.fw-padding { padding:0px 10px; }
