/* Generated by Font Squirrel (https://www.fontsquirrel.com) on August 23, 2016 */
@font-face {
  font-family: 'raleway';
  src: url('../webfonts/raleway-bold-webfont.woff2') format('woff2'),
       url('../webfonts/raleway-bold-webfont.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'raleway';
  src: url('../webfonts/raleway-regular-webfont.woff2') format('woff2'),
       url('../webfonts/raleway-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

body{
	background: #f4f4f5;
	color: #434343;
}
body, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, .navbar, .brand, .btn-simple, .alert, a, .td-name, td, button.close{
	font-family: 'raleway';
	font-weight: normal;
}

.container-login .well{
	margin-top: 200px;
}
.container-login .well:not(.login){
	margin-top: 0;
	padding: 0;
}
.logo{
	margin-top: 20px;
	vertical-align: top;
	margin-bottom: 20px;
}
	@media(max-width: 991px){
		.logo{
			width: 130px;
		}
	}
.pagenav{
	height: 130px;
	line-height: 100px;
	font-size: 14px;
	font-weight: bold;
	font-family: 'raleway', sans-serif;
	 background: #fff;
}
	.pagenav ul{
		width: auto;
		float: right;
		margin-bottom: 0;
	}
	.pagenav li{
		float: left;
		list-style-type: none;
	}
	.pagenav li:not(:last-child){
		margin-right: 32px;
	}
	.pagenav li a{
		padding: 0;
		color: #fff;
	}
	.pagenav li.active a,
	.pagenav li a:hover,
	.pagenav li a:active{
		text-decoration: none;
		color: #A77DB1;
		background: #303140;
	}
.nav-trigger{
	display: none;
}
@media(max-width: 630px){
	.pagenav ul{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		background: lightgray;
		z-index: 1;
		display: none;
		padding: 0;
		text-align: center;
	}
		.pagenav li{
			float: none;
		}
		.pagenav li:not(:last-child){
			margin-right: 0;
		}
		.pagenav li a{
			display: block;
		}
	.nav-trigger{
		display: inline;
		float: right;
		position: relative;
		cursor: pointer;
		height: 28px;
		width: 28px;
		margin-top: 36px;
	}
	.nav-trigger:after {
    content: "";
    position: absolute;
    left: 2px;
    display: block;
    width: 24px;
    top: 0;
    height: 0;
    -webkit-box-shadow: 0 5px 0 2px #69737d,0 14px 0 2px #69737d,0 23px 0 2px #69737d;
    box-shadow: 0 5px 0 2px #69737d,0 14px 0 2px #69737d,0 23px 0 2px #69737d;
	}
}

.hero{
	width: calc(100% + 30px);
	margin: 35px -15px 0;
	border: 0px solid black;
	border-top: 0;
	border-bottom: 0;
	position: relative;
}
	.hero .bg{
		background: url(../img/Banner3.png);
		background-size: 100%;
		padding-top: 30%;
		width: 100%;
	}

	.hero .bgau{
		background: url(../img/Banner3.png);
		background-size: 100%;
		padding-top: 30%;
		width: 100%;
	}

	.hero .bgnz{
		background: url(../img/Banner3_nz.png);
		background-size: 100%;
		padding-top: 30%;
		width: 100%;
	}


	.hero h1{
		color: #313131;
		position: absolute;
		top: 15%;
		padding-left: 50px;
		width: 50%;
		font-weight: bold;
		font-size: 30px;
	}
	@media(max-width: 630px){
		.hero h1{
			top: 5%;
			font-size: 20px;
			padding-left: 20px;
		}
	}

h1,
h2{
	font-family: 'raleway';
	color: #A77DB1;
	font-weight: normal;
}
h1{
	font-size: 37px;
}
h2{
	font-size: 32px;
}

.footer{
	background: #FFF;
	color: #58595b;
	text-align: center;
	height: 240px;
	overflow: hidden;
}
	.footer p{
		margin-top: 45px;
	}
	.footer a{
		color: #A77DB1;
	}
	.footer a:not(:last-child){
		margin-right: 20px;
	}
.status-value{
	color: #A77DB1 !important;
}

.btn-primary{
	background: #A77DB1;
	color: #fff;
	border-radius: 0;
	font-size: 18px;
	font-weight: bold;
	height: 45px;
	padding: 0 20px;
	border: none;
	line-height: 45px;
}
	.btn-primary:hover{
		background: #B187B9;
	}
	.btn-primary:active,
	.btn-primary:focus{
		background: ##83628B !important;
	}