@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700,700italic,900,900italic);

body {
	background: #f4f4f4;
	color: #333;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 15px;
}
.container {
	max-width: 970px;
}
.page {
	background: #fff;
	padding-bottom: 30px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
}
p {
	padding: 0;
	margin-bottom: 16px;
	font-weight: 400;
	font-size: 17px;
	line-height: 24px;
	color: #333;
}
li {
	font-size: 17px;
}
ol li {
	margin-bottom: 10px;
}
img {
	height: auto;
	max-width: 100%;
}
a {
	padding: 0;
	margin: 0;
	text-decoration: none;
	-webkit-transition: background-color .4s linear, color .4s linear;
	-moz-transition: background-color .4s linear, color .4s linear;
	-o-transition: background-color .4s linear, color .4s linear;
	-ms-transition: background-color .4s linear, color .4s linear;
	transition: background-color .4s linear, color .4s linear;
	color: #0079c1;
}
a:hover,
a:focus {
	text-decoration: none;
	color: #01b2fe;
}

::-moz-selection {
 color: #fff;
 text-shadow:none;
 background:#333;
}
::selection {
	color: #fff;
	text-shadow: none;
	background: #333;
}
h1 {
	font-size: 28px;
	color: #1fa2ed;
}
.inner {
	max-width: 600px;
	margin: 10px auto;
}



h2 {
	font-size: 30px;


}


h3 {
	font-size: 26px;
}
h4 {
	font-size: 22px;
}
.box {
	padding: 15px;
	outline: solid 4px #bbe0f7; 
	border: solid 1px #76c2ef; 
	text-align: center;
}

.form-control {
    height: 42px;
    padding: 6px 12px;
    font-size: 16px;
    border: 1px solid #b8b8b8;
}

.mplogo {
	float: left;
	width: 260px;
	margin-top: 20px;
}

.headline {
	background: #028ee1;
	padding: 20px 0;
}
.headline h1 {
	color: #fff;
	margin: 0;
}
.form-heading {
	margin-bottom: 25px;
}
.details,
.details2 {
	color: #777;
}
@media (min-width: 1024px) {
h1 {
	font-size: 50px;
	margin-bottom: 20px;
}
.box {
	padding: 30px 50px; 
	outline: solid 6px #bbe0f7; 
}
}
@media (max-width: 480px) {
.mplogo {
	width: 160px;
	margin-top: 10px;
}
#seals img {
	width: 60px;
}
}

.btn-primary {
	color: #fff;
	border-bottom-width: 2px;
	background-color: #f47e29;
	border-color: #f86c08;
	transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active{
	color: #fff;
	background-color: #f55802;
	border-color: #f55802;
}
.btn-primary:active,
.btn-primary.active {
	background-image: none;
}
.btn-lg,
.btn-group-lg > .btn {
	padding: 14px 50px;
	font-size: 20px;
	font-weight: 900;
	letter-spacing: 2px;
	line-height: 1.33;
	text-transform: uppercase;
	
}
.navbar {
	margin-bottom: 0px;
	padding: 10px 0;
}
.navbar-default {
	background-color: #2e2e2e;
	border-color: transparent;
}
.alert-warning {
     color: #db5b00;
}
.alert-warning i {
     font-size: 80px;
	 color: #fe6b00;
}

/*	################################################################
	Utility classes
################################################################# */
.centered {
	text-align: center
}

.pad-tb {
	padding-top: 60px;
	padding-bottom: 60px;
}
.pad-tbm {
	padding-top: 40px;
	padding-bottom: 20px;
}
.pad-tbs {
	padding-top: 20px;
	padding-bottom: 20px;
}
.pad-all {
	padding: 15px;
}
.mb {
	margin-bottom: 30px;
}
.mbs {
	margin-bottom: 20px;
}
.mtm {
	margin-top: 40px;
}
.mts {
	margin-top: 20px;
}
.mtxs {
	margin-top: 8px;
}

clear {
	clear: both;
}
.clearfix {
	overflow: hidden;
}

/* .contact */
.contact {
	color: #fff;
	padding: 20px 0 35px;
	background: #4e4e4e;
}
.contact ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
.contact li {
	list-style: none;
	margin: 0 15px;
	padding-left: 0;
	display: inline-block;
	font-size: 18px;
}

.contact a {
	color: #fff;
}
footer {
	padding: 20px 0;
	text-align: center;
}
footer p {
	font-size: 14px;
	color: #999;
}
.bg-info {
	background-color: #fdf4d2;
	padding: 15px 15px 20px 15px;
	text-align: center;
}
iframe {
	min-height: 300px;
}
.text-sm {
	font-size: 14px;
}

/*	################################################################
	PRICING TABLE
################################################################# */

.pricing {
	text-align: center;
	border: 1px solid #cdcdcd;
	font-size: 14px;
	padding-left: 0;
	margin-bottom: 30px;
}
.pricing i {
	display: block;
	width: 32px;
	font-size: 30px;
	margin: 8px auto 12px;
}
.pricing li:first-child,
.pricing li:last-child {
	padding: 20px 13px;
}
.pricing li {
	list-style: none;
	padding: 13px;
}
.pricing li + li {
	border-top: 1px solid #efefef;
}
.pricing big {
	font-size: 32px;
}
.pricing h3 {
	margin-bottom: 0;
  font-size: 36px;
}
.pricing span {
	font-size: 12px;
	color: #999;
	font-weight: normal;
}
.pricing li:nth-last-child(2) {
	padding: 30px 13px;
}
.pricing button, a.btn {
	width: auto;
	margin: auto;
	font-size: 16px;
	font-weight: bold;
	border-radius: 50px;
	color: #fff;
	padding: 10px 24px;
	background: #aaa;
	opacity: 1;
	transition: opacity .2s ease;
  border: none;
  outline: none;
}
.pricing button:hover {
	opacity: .9;
}
.pricing button:active {
	box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.pricing .p-head {
	color: #fff;
}
/* pricing color */
.p-gre h3 {
	color: #42b132;
}
.p-gre .p-head {
	background-color: #42b132;
}
.p-gre button {
	background: #42b132;
}
.p-yel h3 {
	color: #ffbb42;
}
.p-yel button {
	background: #ffbb42;
}
.p-yel .p-head {
	background-color: #ffbb42;
}
.p-ora h3 {
	color: #F47920;
}
.p-ora .p-head {
	background-color: #F47920;
}
.p-ora button {
	background: #F47920;
}
.p-blu h3 {
	color: #0E76BC;
}
.p-blu .p-head,
.p-blu button, .p-blu a.btn {
	background: #0E76BC;
}