/* @group typo */
a,
a:hover,
a:focus {
	outline: none;
	cursor: pointer;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	cursor: default;
	font-weight: normal;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
}

img {
	max-width: 100%;
}

p {
	margin: 0;
}

/* @group lists */
ul, ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* @group ui kit */
.btn {
}

.btn-default {
}

.btn-primary {
}

.breadcrumb {
}

.breadcrumb li {
}

.breadcrumb li a {
}

/* @group forms */
input, textarea {
	outline: none;
}

/* @group form validation */
p.error {
	color: #F00;
}

/* @group tables */
table th {
	font-weight: normal;
}

/* @group browsehappy */
.browsehappy {
	zoom: 1;
	top: 0;
	left: 0;
	right: 0;
	color: #666;
	z-index: 1000;
	position: fixed;
	padding: 10px 20px;
	background: #feffce;
}
.browsehappy.red {
	color: #fff;
	z-index: 2000;
	background: #f55;
}

.text-right {
	text-align: right;
}









/* forms */
input, textarea, label {
	font-family: 'VAG-Light', Helvetica, Arial, Verdana, Sans-Serif;
}

form fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

.field {
	margin-bottom: 20px;
}

.field input {
	width: 100%;
	color: #fff;
	height: 50px;
	padding: 0 20px;
	font-size: 16px;
	line-height: 50px;
	border: 1px solid #fff;
	background: transparent;
	font-family: 'VAG-Thin';

	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}

.field textarea {
	width: 100%;
	color: #fff;
	height: 140px;
	padding: 20px;
	font-size: 16px;
	line-height: 1.2em;
	border: 1px solid #fff;
	background: transparent;
	font-family: 'VAG-Thin';
	resize: none;

	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

form .actions {
	padding-top: 20px;
}

a.form-submit {
	width: 100%;
	height: 50px;
	display: block;
	color: #4756ac;
	padding: 0 20px;
	font-size: 18px;
	background: #fff;
	line-height: 50px;
	text-align: center;
	font-family: 'VAG-Bold';

	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}

p.error {
	font-size: 14px;
	padding-top: 5px;
	padding-left: 20px;
}

.form-error {
	color: #fff;
	padding: 15px;
	font-size: 14px;
	margin-bottom: 20px;
	background: #d9534f;
}

.form-success {
	color: #fff;
	padding: 15px;
	font-size: 14px;
	margin-bottom: 20px;
	background: #5cb85c;
}

.success-message {
	color: #fff;
	padding: 15px;
	font-size: 14px;
	margin-bottom: 20px;
	background: #5cb85c;
}

.error-message {
	color: #fff;
	padding: 15px;
	font-size: 14px;
	margin-bottom: 20px;
	background: #d9534f;
}


/* blue-form extends forms */
.blue-form .field input {
	color: #4756ac;
	border-color: #4756ac;
}

.blue-form .field textarea {
	color: #4756ac;
	border-color: #4756ac;
}

.blue-form a.form-submit {
	color: #fff;
	background: #4756ac;
}










/* auth-modal */
#modal-overlay {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 48;
	position: fixed;
	background: #4756ac;
}

.auth-modal {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 48;
	position: fixed;
	padding-top: 40px;
	background: #4756ac;
	overflow: auto;
}

.auth-modal .logo {
	float: left;
	width: 130px;
}

.auth-modal .close-window {
	top: 20px;
	float: right;
	position: relative;
}

.auth-modal .close-window img {
	width: 24px;
}

.auth-modal .content-container {
	padding-top: 170px;
}

.auth-modal .form-head {
	padding: 0 20px;
	margin-bottom: 35px;
}

.auth-modal .form-head h4 {
	color: #fff;
	font-size: 35px;
	line-height: 1em;
	text-transform: uppercase;
}

.auth-modal .form-head p {
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
}

.auth-modal .form-head p a {
	color: #fff;
	text-decoration: underline;
}

.auth-modal form .actions {
	margin-bottom: 40px;
}