.bg {
	background-image: url('../img/mount-sky.jpg');
	opacity: 1;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.header {
	margin: 0 auto;
	padding: 110px 0 0;
	text-align: center;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.header h1 {
	color: #fff;
	font: 3em 'Pacifico', cursive;
	cursor: default;
}

.desc {
	font-size: 16px;
	font-weight: 300;
	line-height: 22px;
	margin: 15px auto;
	max-width: 365px;
}

.desc a {
	color: #fff;
}

.desc a:hover {
	text-decoration: none;
}

.buttons a {
	display: inline-block;
	border: 2px solid #fff;
	width: 125px;
 	background: maroon;
	font-size: 14px;
	font-family: 'Montserrat', 'Helvetica', Arial, sans-serif;
	font-weight: 700;
	line-height: 21px;
	padding: 8px 0;
	text-decoration: none;
	text-transform: uppercase;
  text-align:center;
	letter-spacing: 1px;
	vertical-align: top;
	margin: 0 10px;
	-webkit-transition: all .3s ease-in;
}

.buttons {
	margin: 30px auto;
}

.buttons a.demo {

	color: #fff;
}

.buttons a:hover {
	background: #fff;
	color: #86aa9c;
}

.buttons a.docs {
	color: #86aa9c;
	background: #fff;
}

.buttons a.docs:hover {
	color: #fff;
	background: transparent;
}


.ngdialog.ngdialog-theme-custom {
	padding-top: 125px;
	padding-bottom: 125px;
}

.ngdialog.ngdialog-theme-custom .ngdialog-overlay {
	background: rgba(255,255,255,.5);
}

.ngdialog.ngdialog-theme-custom .ngdialog-content {
	background: rgba(255,255,255,.9);
	padding: 1.8em 2em;
	width: 440px;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.ngdialog.ngdialog-theme-custom .ngdialog-message h2 {
	font-size: 26px;
	font-family: 'Montserrat', 'Helvetica', Arial, sans-serif;
	line-height: 30px;
	margin-bottom: 20px;
}

.ngdialog.ngdialog-theme-custom .ngdialog-message {
	font-size: 16px;
	font-family: 'Source Sans Pro';
	line-height: 22px;
}

.ngdialog.ngdialog-theme-custom .ngdialog-message ul {
	padding: 0 0 5px 35px;
}

.ngdialog.ngdialog-theme-custom .ngdialog-button.ngdialog-button-primary {
	background: #27ae60;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.action-btn {
	display: inline-block;
	color: #fff;
	background: #00465c;
	border: 2px solid transparent;
	font-family: 'Montserrat', 'Helvetica', Arial, sans-serif;
	font-size: 12px;
	padding: 0px 20px;
	text-transform: uppercase;
	text-decoration: none;
	margin-right: 5px;
}

.action-btn:hover {
	background: transparent;
	border-color: #00465c;
	color: #00465c;
}

.action-btn.read {
	background: #e74c3c;
}

.action-btn.read:hover {
	background: transparent;
	border-color: #e74c3c;
	color: #e74c3c;
}

.mt {
	margin-top: 15px;
}

code {
	font-size: 14px;
}

.hr {
	height: 1px;
	width: 100px;
	margin: 15px auto;
	background: #fff;
	position: relative;
	z-index: 10;
}


