/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.drop {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
#header:after,
.intro:after,
.aside:after {
	content: "";
	display: block;
	clear: both;
}

.contact-us .phone,
.drop,
.drop a,
.nav-opener,
.nav-opener span,
.nav-opener:before,
.nav-opener:after,
.aside address .email,
.aside .phone {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #fff;
	background: #011669;
	font: 15px / 1.4 "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 30px;
}

h2,
.h2 {
	font-size: 27px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #FFFFFF;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #ff4500;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border: 1px solid #999;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #333;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #999;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #999;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #999;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

#wrapper {
	max-width: 1090px;
	padding: 0 15px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}

#header {
	position: relative;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

#header .header-bg {
	display: block;
}

#header.inner {
	overflow: hidden;
}

#header.inner .header-bg {
	position: absolute;
	z-index: -2;
}

#header.inner .header-holder {
	position: static;
}

.header-holder {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(1, 22, 105, .7);
	padding: 0 60px 0 23px;
}

.alignright {
	float: right;
	width: 82%;
	padding: 9px 0 10px 10px;
}

.contact-us {
	font-size: 11px;
	line-height: 11px;
	display: block;
	text-align: right;
	margin-bottom: 31px;
}

.contact-us .phone {
	color: #fff;
	text-decoration: none;
}

.contact-us .phone:hover {
	color: #ff4500;
}

.contact-us .phone:before {
	content: "|";
	display: inline-block;
	vertical-align: top;
	margin: 0 6px 0 3px;
}

.contact-us-content {
    color: #000;
}

.nav {
	float: right;
}

.drop {
	float: right;
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

.drop li {
	float: left;
	position: relative;
	margin-left: 35px;
}

.drop li:hover,
.drop li.active {
	color: #ff4500;
}

.drop li:first-child {
	margin-left: 0;
}

.drop li + li:before {
	content: "";
	display: block;
	width: 2px;
	height: 34px;
	background: #fff;
	position: absolute;
	top: -12px;
	left: -18px;
}

.drop a {
	display: block;
	color: inherit;
	text-decoration: none;
}

.nav-opener {
	float: right;
	width: 31px;
	height: 31px;
	background: #fff;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -15px;
	border-radius: 3px;
	text-indent: -9999px;
	overflow: hidden;
	display: none;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.nav-opener span {
	background: #011669;
	border-radius: 4px;
	position: absolute;
	top: 16px;
	left: 25%;
	right: 25%;
	height: 3px;
	margin-top: -2px;
}

.nav-opener:before,
.nav-opener:after {
	background: #011669;
	border-radius: 4px;
	position: absolute;
	top: 16px;
	left: 25%;
	right: 25%;
	height: 3px;
	margin-top: -2px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 10px;
}

.nav-opener:after {
	top: 22px;
}

.nav-opener:hover {
	background: #ff4500;
}

.nav-active .nav-opener span {
	opacity: 0;
}

.nav-active .nav-opener:after,
.nav-active .nav-opener:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 16px;
	left: 15%;
	right: 15%;
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.logo {
	width: 18%;
	padding: 12px 0 0;
}

.logo a {
	display: block;
}

.logo img {
	display: block;
}

#main {
	background: #fff;
	color: #011669;
	font-size: 12px;
	line-height: 19px;
	font-weight: bold;
	padding: 36px 43px 36px 0;
	margin-bottom: 10px;
	min-height: 556px;
}

#main p {
	margin: 0 0 10px;
}

#main h1 {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 1.2;
	text-transform: uppercase;
	margin: 0 0 55px 5px;
	border-bottom: 1px solid #99a2c3;
	padding-right: 140px;
}

.main-content {
	max-width: 800px;
	margin: 0 0 0 43px;
}

.intro {
	margin-bottom: 10px;
}

.intro .intro-info {
	float: right;
	margin-right: 58px;
	background: rgba(1, 22, 105, .7);
	max-width: 402px;
	padding: 45px 39px 56px;
	text-align: left;
	line-height: 22px;
}

.intro .intro-info p {
	margin: 0 0 20px;
}

.intro .intro-info img {
	display: block;
	margin: 58px auto 0;
}

.intro .intro-info h1 {
	font-family: "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	font-weight: normal;
	text-align: center;
	margin: 0 0 27px;
}

.aside {
	margin: 0 0 8px -4px;
}

.aside .block-holder {
	float: left;
	width: 25%;
	padding: 0 0 4px 4px;
}

.aside .block {
	background: #fff;
	color: #333;
	height: 100%;
	font-size: 12px;
	line-height: 14px;
	padding: 22px 30px 14px;
}

.aside .block p {
	margin: 0 0 23px;
}

.aside .block img {
	display: block;
	margin: 0 auto 10px;
}

.aside .col2 p {
	margin: 0 0 65px;
}

.aside .col4 p {
	margin: 0 0 5px;
}

.aside address {
	font-style: normal;
	padding-left: 2px;
}

.aside address .title {
	display: block;
}

.aside address .email {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 8px;
	text-decoration: none;
}

.aside address .email:hover {
	color: #ff4500;
}

.aside .call {
	display: block;
	font-size: 15px;
	line-height: 15px;
	margin: 8px 0 5px;
}

.aside .phone {
	font-size: 22px;
	line-height: 22px;
	color: #011669;
	text-decoration: none;
	font-family: "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

.aside .phone:hover {
	color: #ff4500;
}

#footer {
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	text-align: center;
	color: #fff;
}

@media only screen and (min-width: 1025px) {
	a[href^=tel],
	a[href^=skype],
	a[href^=sms] {
		cursor: default;
		pointer-events: none;
	}
}

@media (max-width: 1023px) {
	.header-holder {
		padding: 15px 15px 0;
	}

	.alignright {
		padding: 9px 0;
	}

	.drop li {
		margin-left: 25px;
	}

	.drop li + li:before {
		height: 24px;
		top: -7px;
		left: -13px;
	}

	#main {
		padding: 36px 43px;
	}

	.aside .call {
		display: inline-block;
		vertical-align: top;
		margin: 4px 0;
	}

	.aside .phone {
		font-size: 14px;
		line-height: 14px;
		display: inline-block;
		vertical-align: top;
		margin: 4px 0;
	}
}

@media (max-width: 767px) {
	#header.inner {
		overflow: visible;
		margin-bottom: 0;
	}

	.alignright {
		padding: 2px 0 0 10px;
	}

	.contact-us {
		margin-bottom: 8px;
	}

	.drop {
		overflow: hidden;
		position: absolute;
		background: #011669;
		top: 100%;
		left: 0;
		right: 0;
		float: none;
		opacity: 0;
		z-index: -9999;
		text-align: left;
		height: 0;
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}

	.drop li + li {
		border-top: 1px solid #fff;
	}

	.drop li {
		float: none;
		width: 100%;
		margin-left: 0;
	}

	.drop li:hover,
	.drop li.active {
		background: rgba(255, 69, 0, .7);
		color: #fff;
	}

	.drop li + li:before {
		display: none;
	}

	.drop a {
		padding: 10px 20px;
	}

	.nav-opener {
		display: block;
	}

	.nav-active .drop {
		opacity: 1;
		z-index: 9999;
		height: auto;
	}

	.logo {
		width: 30%;
	}

	#main {
		min-height: 0;
		padding: 15px 15px 5px 15px;
		border-top: 10px solid #011669;
	}

	#main h1 {
		padding-right: 70px;
		margin: 0 0 15px 5px;
	}

	.intro {
		text-align: center;
	}

	.intro .intro-info {
		padding: 15px 25px;
		margin-right: 0;
		display: inline-block;
		vertical-align: middle;
		float: none;
	}

	.intro .intro-info img {
		margin: 0 auto;
	}

	.intro .intro-info h1 {
		margin: 0 0 15px;
	}

	.aside .block-holder {
		width: 50%;
	}
}

@media (max-width: 479px) {
	#header {
		margin-bottom: 0;
	}

	#header .header-bg {
		position: absolute;
		z-index: -2;
		top: 0;
	}

	#header .header-holder {
		position: static;
	}

	.header-holder {
		padding: 7px 15px 0;
	}

	.contact-us {
		margin-bottom: 10px;
	}

	.nav-opener {
		display: block;
		top: 55%;
	}

	.logo {
		width: 40%;
	}

	#main h1 {
		margin: 0 0 15px 0;
	}

	.main-content {
		margin: 0;
	}

	.intro {
		border-top: 10px solid #011669;
	}

	.intro .intro-info {
		padding: 10px 15px;
		font-size: 12px;
		line-height: 14px;
	}

	.intro .intro-info p {
		margin: 0 0 10px;
	}

	.intro .intro-info h1 {
		font-size: 22px;
		line-height: 22px;
		margin: 15px 0;
	}

	.aside .block-holder {
		width: 100%;
	}

	.aside .block {
		padding: 15px;
	}

	.aside .block p {
		margin: 0 0 10px;
	}

	.aside .block img {
		width: 30%;
		display: inline-block;
		vertical-align: middle;
		padding: 0 2px;
		margin: 0;
	}

	.aside .col2 p {
		margin: 0 0 15px;
	}

	.aside .col4 p {
		margin: 0 0 15px;
	}
}
form header {
  margin: 0 0 20px 0; 
}
form header div {
  font-size: 90%;
  color: #999;
}
form header h2 {
  margin: 0 0 5px 0;
}
form > div {
  clear: both;
  overflow: hidden;
  padding: 1px;
  margin: 0 0 10px 0;
}
form > div > fieldset > div > div {
  margin: 0 0 5px 0;
}
form > div > label,
legend {
	width: 25%;
  float: left;
  padding-right: 10px;
}
form > div > div,
form > div > fieldset > div {
  width: 75%;
  float: right;
}
form > div > fieldset label {
	font-size: 90%;
}
fieldset {
	border: 0;
  padding: 0;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
textarea {
	width: 50%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
input[type=text],
input[type=email],
input[type=url],
input[type=password] {
  width: 50%;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus {
  outline: 0;
  border-color: #4697e4;
}

@media (max-width: 600px) {
  form > div {
    margin: 0 0 15px 0; 
  }
  form > div > label,
  legend {
	  width: 100%;
    float: none;
    margin: 0 0 5px 0;
  }
  form > div > div,
  form > div > fieldset > div {
    width: 100%;
    float: none;
  }
  input[type=text],
  input[type=email],
  input[type=url],
  input[type=password],
  textarea,
  select {
    width: 100%; 
  }
}
@media (min-width: 1200px) {
  form > div > label,
	legend {
  	text-align: right;
  }
}
.gmap iframe {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 0 !important;
    width: 100%;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
    .message{
    background-size: 40px 40px;
    background-image: linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
                        transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
                        transparent 75%, transparent);                                      
     box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
     width: 100%;
     border: 1px solid;
     color: #fff;
     padding: 15px;
     position: fixed;
     _position: absolute;
     text-shadow: 0 1px 0 rgba(0,0,0,.5);
     animation: animate-bg 5s linear infinite;
}

.info{
     background-color: #4ea5cd;
     border-color: #3b8eb5;
}

.error{
     background-color: #de4343;
     border-color: #c43d3d;
}
     
.warning{
     background-color: #eaaf51;
     border-color: #d99a36;
}

.success{
     background-color: #61b832;
     border-color: #55a12c;
}

.message h3{
     margin: 0 0 5px 0;                                                  
}

.message p{
     margin: 0;                                                  
}

@keyframes animate-bg {
    from {
        background-position: 0 0;
    }
    to {
       background-position: -80px 0;
    }
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}