* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
	margin: 0;
	font-size: 15px;
	transition: right 0.4s ease-in-out 0s;
	font-family: Arial, sans-serif;
}
body, a, h1, h2, h3, h4, h5, h6 {
	color: #0094d8;
}
a{
	white-space: nowrap;
}
a, a:hover {
	text-decoration: none;
}
a:active, a:hover {
	outline: 0;
}
a:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
header, main, menu, nav, section, footer {
	display: block;
}
button, input, textarea {
	margin: 0;
	font: inherit;
	color: inherit;
	font-family: inherit;
	line-height: inherit;
}
button {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button::-moz-focus-inner, input::-moz-focus-inner {
 padding: 0;
 border: 0;
}
input {
	line-height: normal;
}
fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}
label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	color: #119bdb;
}
legend {
	display: none;
}
textarea {
	overflow: auto;
}
form span {
	color: #ff0000;
}
img {
	vertical-align: middle;
	border: 0;
}
.img-responsive {
	display: inline-block;
	max-width: 100%;
	height: auto;
}
h1, h2, h3, h4, h5, h6 {
	font-family: inherit;
	font-weight: lighter;
	line-height: 1.1;
}
h1, h2, h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}
h4, h5, h6 {
	margin-top: 10px;
	margin-bottom: 10px;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
p {
	margin: 0 0 10px;
}
.text-center {
	text-align: center;
}
ul, ol {
	margin-top: 10px;
	margin-bottom: 10px;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
.list-icon {
	list-style: none;
	padding: 0;
	margin-top: 25px;
}
.list-icon li {
	position: relative;
	padding-left: 35px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.list-icon.contact li, .list-icon.contact a {
	color: #72bf3f;
}
.icon {
	display: block;
	height: 25px;
	width: 25px;
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.email {
	background-image: url(images/icon-mail.png);
}
.phone {
	background-image: url(images/icon-phone.png);
}
.chevron {
	background-image: url(images/icon-chevron.png);
}
.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 768px) {
.container {
	width: 750px;
}
}
@media (min-width: 992px) {
.container {
	width: 970px;
}
}
@media (min-width: 1200px) {
.container {
	width: 1170px;
}
}
.row {
	margin-right: -15px;
	margin-left: -15px;
}
[class*="col-"] {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-11 {
	width: 91.66666667%;
}
.col-xs-10 {
	width: 83.33333333%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-8 {
	width: 66.66666667%;
}
.col-xs-7 {
	width: 58.33333333%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-5 {
	width: 41.66666667%;
}
.col-xs-4 {
	width: 33.33333333%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-2 {
	width: 16.66666667%;
}
.col-xs-1 {
	width: 8.33333333%;
}

@media (min-width: 768px) {
.col-sm-12 {
	width: 100%;
}
.col-sm-11 {
	width: 91.66666667%;
}
.col-sm-10 {
	width: 83.33333333%;
}
.col-sm-9 {
	width: 75%;
}
.col-sm-8 {
	width: 66.66666667%;
}
.col-sm-7 {
	width: 58.33333333%;
}
.col-sm-6 {
	width: 50%;
}
.col-sm-5 {
	width: 41.66666667%;
}
.col-sm-4 {
	width: 33.33333333%;
}
.col-sm-3 {
	width: 25%;
}
.col-sm-2 {
	width: 16.66666667%;
}
.col-sm-1 {
	width: 8.33333333%;
}
}

@media (min-width: 992px) {
.col-md-12 {
	width: 100%;
}
.col-md-11 {
	width: 91.66666667%;
}
.col-md-10 {
	width: 83.33333333%;
}
.col-md-9 {
	width: 75%;
}
.col-md-8 {
	width: 66.66666667%;
}
.col-md-7 {
	width: 58.33333333%;
}
.col-md-6 {
	width: 50%;
}
.col-md-5 {
	width: 41.66666667%;
}
.col-md-4 {
	width: 33.33333333%;
}
.col-md-3 {
	width: 25%;
}
.col-md-2 {
	width: 16.66666667%;
}
.col-md-1 {
	width: 8.33333333%;
}
}

@media (min-width: 1200px) {
.col-lg-12 {
	width: 100%;
}
.col-lg-11 {
	width: 91.66666667%;
}
.col-lg-10 {
	width: 83.33333333%;
}
.col-lg-9 {
	width: 75%;
}
.col-lg-8 {
	width: 66.66666667%;
}
.col-lg-7 {
	width: 58.33333333%;
}
.col-lg-6 {
	width: 50%;
}
.col-lg-5 {
	width: 41.66666667%;
}
.col-lg-4 {
	width: 33.33333333%;
}
.col-lg-3 {
	width: 20%;
}
.col-lg-2 {
	width: 16.66666667%;
}
.col-lg-1 {
	width: 8.33333333%;
}
}
.form-control {
	display: inline-block;
	width: 100%;
	height: 34px;
	padding: 6px;
	font-size: inherit;
	line-height: 1.42857143;
	color: inherit;
	background-color: #fff;
	background-image: none;
	border: 1px solid #7f9db9;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-ms-expand {
   background-color: transparent;
   border: 0;
}
textarea.form-control {
	height: auto;
}
.form-group {
	margin-bottom: 5px;
}
.form-group.action {
	margin-bottom: 35px;
}
@media (min-width: 992px) {
.form-group-feedback{
	margin-bottom: 5px;
	text-align: right;
}
.form-group-feedback label{
	float: left
}
.form-group-feedback .form-control {
	width: 70%;
}
}
.btn {
	-moz-user-select: none;
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #a6ce39 1%, #8bc945 100%) repeat scroll 0 0;
	border: 0 none;
	box-sizing: border-box;
	color: #ffffff;
	cursor: pointer;
	font-size: inherit;
	font-weight: bold;
	height: 36px;
	margin: 0;
	padding: 10px 25px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
}
.btn:focus, .btn:active:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn:active {
	color: #fff;
	text-decoration: none;	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-block {
	display: block;
	width: 100%;
}
.jumbotron {
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #e3effa;
}
@media (min-width: 992px) {
.jumbotron {
	margin-bottom: 30px;
	padding-top: 24px;
	padding-bottom: 24px;
}
}
@media (min-width: 1200px) {
.jumbotron {
	padding-top: 48px;
	padding-bottom: 48px;
}	
}
.jumbotron p {
	font-weight: bold;
	font-size: inherit;
	padding: 5px 0;
	margin: 0;
}
@media (min-width: 992px) {
.jumbotron p {
	font-size: 18px;
	padding: 10px 0;
}
.jumbotron p.small {
	font-size: 15px;
	font-weight: normal;
}	

.jumbotron .container {
	max-width: 100%;
	background: url(images/welcome-image.png) no-repeat right center / auto 100%;
}
}
.label {
	color: #fff;
	font-weight: bold;
	background-color: #0094d8;
	border: 0 solid transparent;
	border-radius: 10px;
	padding: 20px;
}
.navbar {
	position: relative;
	border: 1px solid transparent;
}
.navbar-default {
	border-color: #0094d8;
	border-width: 0 0 1px 0;
}
.navbar-header {
	padding-top: 20px;
	padding-bottom: 20px;
}
.navbar-brand > img {
	display: block;
	max-width: 100%;
}
.navbar-brand{
	padding-right: 2%;
	float: left;
	width: 13%;
}
.navbar-brand.lg{
	width: 35%;
}
.navbar-brand.md{
	width: 26%;
}
.head-login {
	background: url(images/icon-login.png) no-repeat left center / auto 100%;
	padding-left: 50px;
}
.contact {
	background: url(images/image-contact.png) no-repeat right center;
	background-size: auto 75%;
}
.clearfix:before, .clearfix:after, .container:before, .container:after, .row:before, .row:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after {
	display: table;
	content: " ";
}
.clearfix:after, .container:after, .row:after, .navbar:after, .navbar-header:after {
	clear: both;
}