@charset "UTF-8";

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-x: hidden;
}

body {
	background: #000;
	color: #f26829;
	font-family: 'Exo 2', sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.6em;
	margin: 0;
	padding: 94px 0 0;
	position: relative;
	-webkit-font-smoothing: antialiased;
}

*, *:before, *:after {
	color: #f26829;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	outline: none !important;
}

img, span {
	border: none;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	color: #717073;;
	text-decoration: none;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

a:hover {
	text-decoration: none;
	color: #f26829;
	outline: none;
}

button {
	background: #f26829;
	color: #fff;
	width: 160px;
	margin-left: 50px;
	border: none;
	height: 55px;
	cursor: pointer;
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Exo 2', sans-serif;
	-moz-transition: 400ms ease all;
	-webkit-transition: 400ms ease all;
	transition: 400ms ease all;
}

button.pull-right {
	float: right;
}

.text-center {
	text-align: center;
}

.container {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1204px;
	width: 100%;
}

/* Header CSS */
header {
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	margin: auto;
	z-index: 999;
}

header .inner {
	-ms-box-orient: horizontal;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

header .inner .menu-toggle {
	display: none;
}

header .inner .logo {
	max-width: 128px;
}

header .inner .logo a {
	outline: none;
}

header .inner .logo img {
	vertical-align: top;
}

header .inner .menu {
	-ms-box-orient: horizontal;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: flex-end;
	justify-content: flex-end;
	margin: 0;
	padding: 0;
	list-style: none;
}

header .inner .menu a {
	color: #fff;
	margin: 0 0 0 22px;
	padding: 33px 0;
	font-size: 18px;
	line-height: 29px;
	font-weight: 300;
	display: inline-block;
}

header .inner .menu a:hover {
	color: #f26829;
}

/* Login Form CSS */
.login-form-block {
	background: url('../images/login-bg.png') no-repeat center top / cover;
	padding: 40px 0 70px 0;
}

.login-form-block .title-block h1 {
	color: #fff;
	font-size: 72px;
	line-height: 82px;
	font-weight: normal;
	margin: 0 0 20px 0;
}

.login-form-block .title-block h3 {
	color: #f26829;
	font-size: 24px;
	line-height: 34px;
	font-weight: bold;
	margin: 0 0 8px;
}

.login-form,
.login-form-block .row .col-md-4.col-md-offset-4,
form.form-horizontal {
	max-width: 598px;
	width: 100%;
	background: #fff;
	margin: 32px auto 64px;
	padding: 56px;
}

.login-form .panel-heading {
	font-size: 28px;
	margin-bottom: 32px;
	text-transform: uppercase;
	text-align: center;
}

.login-form a.btn.btn-warning {
	font-size: 16px;
}

form .form-group .control {
	width: 100%;
	border: 1px solid rgba(162, 169, 173, 0.5);
	color: #717073;
	font-size: 20px;
	line-height: 30px;
	padding: 8px 15px;
	font-family: 'Exo 2', sans-serif;
}

form .form-group select {
	width: 100%;
	border: 1px solid rgba(162, 169, 173, 0.5);
	color: #717073;
	font-size: 20px;
	line-height: 30px;
	padding: 8px 45px 8px 15px;
	font-family: 'Exo 2', sans-serif;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
	background: #fff url('../images/dropdown.png') no-repeat;
	background-position: right 10px center;
}

form.syn_form .dialogButton {
	background: #f26829;
	border: none;
	color: #fff;
	cursor: pointer;
	float: none;
	font-size: 18px;
	font-family: 'Exo 2', sans-serif;
	font-weight: bold;
	line-height: 28px;
	height: 55px;
	margin: 0;
	text-transform: uppercase;
	-moz-transition: 400ms ease all;
	-webkit-transition: 400ms ease all;
	transition: 400ms ease all;
	width: 100%;
}

form.syn_form .dialogButton:hover {
	background: #000;
}

.login-form-block .bottom-text p {
	color: #fff;
	font-size: 15px;
	margin: 0;
}

.login-form-block .bottom-text a {
	color: #f26829;
}

.login-form-block .bottom-text a:hover {
	color: #f26829;
}

form.syn_form input,
form.syn_form select,
form.syn_form textarea {
	width: 100%;
	border: 1px solid rgba(162, 169, 173, 0.5);
	color: #717073;
	font-size: 20px;
	line-height: 30px;
	padding: 8px 15px;
	font-family: 'Exo 2', sans-serif;
}

form.syn_form div.required label,
label.required {
	-webkit-font-smoothing: antialiased;
	color: #b5121b;
	margin: 0;
	padding: 0;
	font-family: 'Exo 2', sans-serif;
	font-size: 20px;
	font-weight: normal;
	position: relative;
}

/* Dashboard CSS */
.topButtons {
	background: #f26829 !important;
}

.statusBar {
	background: #fff;
	border: 1px solid #f26829 !important;
	color: #f26829 !important;
}

.gutHolder {
	background: #fff;
}

/*** Responsive css start here ***/
@media screen and (min-width: 768px) {
	header .inner .menu .contact-btn a {
		background: #f26829;
		color: #fff;
		padding: 4px 12px;
	}

	header .inner .menu .logout-btn a {
		border: 1px solid #fff;
		padding: 3px 17px;
	}

	header .inner .menu .logout-btn a:hover {
		background: #fff;
	}
}

@media screen and (max-width: 1024px) {
	html, body {
		overflow-x: hidden;
	}
}

@media screen and (max-width: 1024px) {
	header .inner .menu a {
		margin: 0 0 0 15px;
		font-size: 16px;
	}
}

@media screen and (max-width: 767px) {
	body {
		padding-top: 90px;
	}

	header .inner {
		padding: 15px 0;
	}

	header .inner .menu {
		display: none;
		background: #000;
		position: absolute;
		top: 100%;
		width: 100%;
		left: 0;
		right: 0;
		padding: 15px 0;
	}

	header .inner .menu-toggle {
		display: block;
		outline: none;
	}

	.menu-open header .inner .menu {
		display: block;
	}

	.menu-toggle {
		margin: 0;
		padding: 0;
		width: 46px;
		height: 46px;
		display: none;
		position: relative;
		float: right;
		z-index: 9;
		cursor: pointer;
		background: transparent;
		border: none;
		top: 1px;
		right: -10px;
	}

	.menu-toggle i,
	.menu-toggle i:after,
	.menu-toggle i:before {
		background-color: #fff;
		position: absolute;
		width: 30px;
		height: 2px;
		transition-timing-function: ease;
		transition-duration: .3s;
		transition-property: transform;
		border-radius: 4px;
	}

	.menu-toggle i {
		transition-timing-function: cubic-bezier(.55, .055, .675, .19);
		transition-duration: 300ms;
		left: 8px;
		top: 50%;
		display: block;
		margin-top: -2px;
	}

	.menu-toggle i:after,
	.menu-toggle i:before {
		display: block;
		content: "";
	}

	.menu-toggle i:before {
		top: -9px;
		transition: top 300ms ease .15s, opacity 300ms ease;
	}

	.menu-toggle i:after {
		bottom: -9px;
		transition: bottom 300ms ease .15s, transform 300ms cubic-bezier(.55, .055, .675, .19);
	}

	.menu-open .menu-toggle i {
		transition-delay: .12s;
		transition-timing-function: cubic-bezier(.215, .61, .355, 1);
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
	}

	.menu-open .menu-toggle i:before {
		top: 0;
		transition: top 300ms ease, opacity 300ms ease .15s;
		opacity: 0;
	}

	.menu-open .menu-toggle i:after {
		bottom: 0;
		transition: bottom 300ms ease, transform 300ms cubic-bezier(.215, .61, .355, 1) .15s;
		transform: rotate(-90deg);
	}

	header .inner .menu a {
		margin: 0 0 0 20px;
		padding: 12px 0;
		font-size: 16px;
		line-height: 20px;
	}

	.login-form-block .title-block h1 {
		font-size: 40px;
		line-height: 50px;
	}

	form .form-group {
		margin: 0 0 14px 0;
	}

	form .form-group .control {
		font-size: 16px;
		line-height: 25px;
		padding: 8px 12px;
	}

	form .form-group select {
		font-size: 16px;
		line-height: 25px;
		padding: 8px 45px 8px 12px
	}

	.login-form-block {
		min-height: calc(100vh - 91px);
		padding: 40px 0;
	}

	.login-form,
	.login-form-block .row .col-md-4.col-md-offset-4,
	form.form-horizontal {
		padding: 42px 24px;
	}

	.login-form a.btn.btn-warning {
		display: block;
		text-align: center;
		width: 100%;
	}

	button.pull-right {
		display: block;
		float: none;
		margin: 16px auto 0;
	}
}