/* 
Custom CSS for...
'Modern Business' HTML Theme by Start Bootstrap

All Start Bootstrap themes are licensed under Apache 2.0. 
For more info and more free Bootstrap 3 HTML themes, visit http://startbootstrap.com!
*/


/* Global Styles */

* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
body {
	padding-top: 0; /* body padding for fixed top nav */
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
}
img {
	max-width: 100%;
	height: auto;
}
.body ul, .body ol, .body ul li, .body ol li {
	margin: 0 20px 0 0;
	float: none;
	position: relative;
	left: 20px;
	color: #000;
}
p img {
	border: 3px #fff solid;
	overflow: hidden;
	z-index: 999;
	margin-right: 15px;
	margin-bottom: 10px;
}
h4 {
	color: #134576;
}
/**************************MENU START*****************************/


/**********************************sub menu{if required}*****************************/

li ul {
	list-style-type: none;
}
li ul {
	position: absolute;
	margin: 0 0 0 0;
	display: none;
	z-index: 99;
	width: 500px;
	padding: 0 0;
	float: left;
	background: #3fc0e0; /* Old browsers */
	background: -moz-linear-gradient(top, #3fc0e0 0%, #03647d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3fc0e0), color-stop(100%, #03647d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #3fc0e0 0%, #03647d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #3fc0e0 0%, #03647d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #3fc0e0 0%, #03647d 100%); /* IE10+ */
	background: linear-gradient(to bottom, #3fc0e0 0%, #03647d 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3fc0e0', endColorstr='#03647d', GradientType=0 ); /* IE6-9 */
}
li:hover ul {
	display: block;
}
li ul li {
	font-size: 14px;
	float: none;
	text-align: left;
	padding: 10px 0;
}
li ul li:last-child {
	border-bottom: none;
}
li ul li a {
	color: #FFF;
	font-size: 1.2em;
	padding: 0 10px;
}
li ul li a:hover {
	color: #fae603;
	text-decoration: none;
}
/****************************sub menu********************************/



/**************************MENU END*****************************/

/* Global Styles End */


/**************************header start**************************/

header {
	width: 100%;
	float: left;
	color: #000;
}

.visainte{
	display:none;

}

.logo {
	float: left;
	margin: 15px 0;
}
.info {
	width: 100%;
	float: left;
	margin-top: 6%; /* PREV: 10% */
}
.logbox {
	width: 100%;
	text-align: right;  
	margin-top: 45px;  
}
.logbox img {
/*	width: 45%;
	margin: 1%;  */
}

/**************************header end**************************/


/**************************banner start**************************/

.banner {
	width: 100%;
	float: left;
}
.banner img {
	width: 100%;
	height: auto;
}
.conto {
	width: 350px;
	float: right;
	right: 20%;
	background: rgba(0,0,0,0.3);
	padding:12% 3% 30% 3%;
	position: absolute;
	z-index: 999;
	text-align: center;
	height: 200px;
}
.conto h2 {
	font-size: 24px;
	margin: 0 0 30px 0;
}
.conto a img {
	margin: 15px 0;
	width:80%;
}
.carousel-control img {
	width: auto;
}
.carousel-control {
	position: absolute;
	top: 45%;
	bottom: 0;
	left: 0;
	width: 8%;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	filter: alpha(opacity=50);
	opacity: 1;
	background: none !important;
	background-color: transparent !important
}

/* Added */
.banner{
	position: relative;
}
.banner .carousel{
	position: relative;
	background-position: center;
	min-height: 400px;
	max-height: 50vh;
	overflow: hidden;
}
.banner .carousel .carousel-inner{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.banner .carousel .item{
	position: relative;
	height: 100%;
}
.banner .carousel .item .img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-position: center;
}
.banner .conto{
	padding: 4% 2%;
	top: 0;
}
@media (min-width: 991px){
	.banner .conto{
		height: 100%;
	}
}
/* End added */

/**************************banner end**************************/


/**************************body start**************************/

.body {
	width: 100%;
	float: left;
	margin: 0 0 30px 0;
}

.bodylogo{
	width: 895px;
	float: none;
	background:#eee; 
	border-radius:8px; 
	margin:20px auto 15px auto; 
	padding:30px 0;
	min-height:470px;
}

.body h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #231f20;
	width: 100%;
	float: left;
	border-bottom: 1px #999999 dashed;
	padding: 0 0 6px 0;
	font-weight: bold;
	font-size: 22px;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.bodyleft {
	width: 100%;
	float: left;
	margin-top: 30px;
}
.bodyright {
	width: 100%;
	float: left;
	text-align: center;
}

.help {
	width: 100%;
	float: left;
	text-align: center;
}

.bodyleft p {
	color: #231f20;
	font-size: 16px !important;
	border-bottom: 1px #CCCCCC solid;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.bodyleft p:last-child {
	border-bottom: none;
	padding-bottom: 0px;
	margin-bottom: 20px;
}
.readmore {
	width: 100%;
	float: left;
	text-align: right;
}
.readmore a {
	color: #000;
	font-weight: bold;
}
.readmore a:hover {
	text-decoration: underline;
}
.bodytab {
	width: 100%;
	float: left;
	color: #000;
	margin: 30px 0;
}
.bodytab ul {
	width: 100%;
	float: left;
	left: 0;
	margin: 0 0 20px 0;
	color: #000;
	border-bottom: #eee 2px solid;
}
.bodytab ul li {
	float: left;
	left: 0;
	margin: 0;
	color: #000;
	margin:0 0 7px 0;
	padding:0;
}
.bodytab ul li a {
	color: #000 !important;
	border: none;
	padding: 20px 0;
	margin: 0;
}
.bodytab ul li a:hover {
	background-color: #00adef;
	border: none;
	border-radius: 0px;
	color: #fff !important;
}
.review {
	width: 100%;
	float: left;
}
.reviewleft {
	width: 100%;
	float: left;
	background: #01aef0;
	border-radius: 8px;
	color: #FFF;
	padding: 20px;
	min-height: 630px;
	margin-bottom: 20px;
}
.reviewleft a {
	width: 100%;
	float: left;
	color: #FFF;
	padding: 7px 5px 7px 10px;
	border-bottom: #FFF 1px solid;
}
.reviewleft a:hover {
	color: #01aef0;
	background: #FFF;
}
.reviewright {
	width: 100%;
	float: left;
}
/*
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
	border: 2px #FFFFFF solid;
}
.reviewright table {
	border: 2px #FFFFFF solid;
}
.table-hover > tbody > tr > td, .table-hover > tbody > tr > th {
	background-color: #e7e7e7;
	border-top: 1px #FFFFFF solid;
}
.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
	background-color: #e7e7e7;
	border-top: 1px #FFFFFF solid;
}
.reviewright table thead tr th {
	text-align: center;
	background: #01aef0;
	color: #FFF;
}*/

.spara {
	width: 130px;
	float: right;
	margin-top: -50px;
	padding: 0px;
	background: #eee;
	color: #666;
}
.forgot a{
	color:#00adef; 
	font-size:16px;
}

.pagination {
display: inline-block !important;
padding-left: 0;
margin: 20px 0 !important;
border-radius: 4px;
float: right !important;
border-bottom:none !important;
left:auto !important;
width:auto !important;
}

.pagination > li {
display: inline !important;
}


.pagination > li > a, .pagination > li > span {
padding: 5px 7px !important;
border: none;
font-weight:bold;
font-size:17px;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
z-index: 2;
color: #000;
cursor: default;
background-color: #999999;
border-color: #666666;
}

/**************************body end**************************/


/**************************footer start**************************/

#footer {
	width: 100%;
	float: left;
	padding: 10px 0 20px 0;
	background: #00adef;
}
#footer img {
	border: none;
	margin: 0 2px;
}
.copyrightfooter {
	width: 100%;
	float: left;
	padding: 10px 0;
	font-size: 14px;
	color: #fff;
}
.copyrightfooter2 {
	width: 100%;
	float: left;
/*	padding: 10px 0; */
	font-size: 14px;
	color: #fff;
}
.copyrightfooter h2 {
	margin: 0 0 10px 0;
	border-bottom: #FFF 2px solid;
	padding-bottom: 2px;
	font-size: 24px;
}
.copyrightfooter p {
	width: 100%;
	float: left;
	margin: 0 0 0 0;
	color: #fff;
}
.copyrightfooter p span {
	width: 82%;
	float: right;
	text-align: left;
	margin-bottom: 10px;
}
.copyrightfooter p a {
	margin: 0 0 0 0;
	color: #fff;
}
.rightfooter {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 25%;
}
.newsletterin {
	width: 78%;
}
.newslettergo {
	width: 50px;
	float: right;
	font-weight: bold;
	background: #c5c6c8;
	color: #09F;
}
/**************************footer end**************************/


/*************************************contact******************************/

#contact_form {
	width: 98%;
	margin-top: 1%;
	float: left;
	padding: 0 10px;
}
#ff label {
	cursor: pointer;
	margin: 2px 0;
	color: #000;
	width: 100%;
	float: left;
}
label span {
	cursor: pointer;
	margin: 2px 0;
	color: #000;
	width: 100%;
	float: left;
}
input {
	float: left;
	display: block;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555555;
	vertical-align: middle;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	margin: 5px 0 10px 0;
}
.long {
	display: block;
	width: 100%;
	background-color: #f4f4f4;
	color: #000;
	border: 1px solid #5f5f5f;
	padding: 5px 10px;
	margin-bottom: 5px;
	font-family: 'Trajan';
}
.sendButton {
	background: #49c0dd; /* Old browsers */
	background: -moz-linear-gradient(top, #49c0dd 0%, #0c6c84 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #49c0dd), color-stop(100%, #0c6c84)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #49c0dd 0%, #0c6c84 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #49c0dd 0%, #0c6c84 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #49c0dd 0%, #0c6c84 100%); /* IE10+ */
	background: linear-gradient(to bottom, #49c0dd 0%, #0c6c84 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49c0dd', endColorstr='#0c6c84', GradientType=0 ); /* IE6-9 */
	padding: 7px 18px;
	border-radius: 5px;
	border: #0CC 1px solid;
	box-shadow: #003 0px 0px 5px;
	color: #fff;
	font-size: 14px;
	width: 18%;
	font-weight: bold;
	min-width: 90px;
	float: left;
	margin: 5px 0;
}
.sendButton:hover {
	color: #fff;
	text-shadow: #000 2px 2px 5px;
	box-shadow: #003 0px 0px 10px;
}
textarea {
	width: 100%;
	float: left;
	display: block;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555555;
	vertical-align: middle;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	margin: 5px 0 10px 0;
	height: 160px;
}
select {
	width: 100%;
	float: left;
	display: block;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555555;
	vertical-align: middle;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	margin: 5px 0 10px 0;
}


/*************************************contact******************************/



/****************************media quary start********************************/

@media (max-width: 1199px) {
.logbox img {
 /*	width: 45%;
	margin: 5% 1%;  */
}
.newsletterin {
	width: 70%;
}
.newslettergo {
	width: 50px;
	float: left;
	font-weight: bold;
	background: #c5c6c8;
	color: #09F;
	margin-left: 5px;
}

.conto {
	width: 350px;
	float: right;
	right: 20%;
	background: rgba(0,0,0,0.3);
	padding:9% 3% 33% 3%;
	position: absolute;
	z-index: 999;
	text-align: center;
	height: 200px;
}

}
 @media (max-width: 991px) {
li ul {
	position: relative;
	margin: 0 0 0 0;
	display: none;
	z-index: 100;
	padding: 10px 30px;
	width: 100%;
	float: right;
}
.logo {
	float: left;
	margin: 15px 0;
	text-align: center;
	width: 100%;
}
.info {
	width: 100%;
	float: left;
	margin-top: 10px;
	text-align: center;
}

.visainte{
	display:block;
	margin: 10px 0; /* Added */
}

.logbox {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 10px; 
	margin-bottom: 20px;    
}
.logbox img {
/*	width: auto;
	margin: 1%;  */
}
.nav > li > a {
	font-size: 14px;
}
.copyrightfooter p span {
	width: 94%;
}
.rightfooter {
	margin-top: 2%;
	text-align: left;
}
.conto {
	width: 280px;
	right: 12%;
	padding:5% 30px;
	height:auto;
	margin-top:5%;
}


.conto h2 {
	font-size: 22px;
	margin: 0 0 10px 0;
}
.conto a img {
	margin: 10px 10px;
	width: 150px;
}
.help {
	display:none;
}
.bodylogo{
	width:100%;
	max-width:420px;
	float: none;
	background:#eee; 
	border-radius:8px; 
	margin:20% auto 15px auto; 
	padding:30px 0;
	min-height:470px;
}

}
 @media (max-width: 767px) {

.conto {
	width: 300px;
	right: 12%;
	padding: 10.4% 30px;
	height: auto;
}
.conto h2 {
	font-size: 22px;
	margin: 0 0 4% 0;
}
.conto a img {
	margin: 3%;
	width: 130px;
}
.spara {
	width: 130px;
	float: left;
	margin-top: 10px;
	margin-bottom: 15px
}
.conto {
	width: 90%;
	right: 15px;
	margin-top: 12%;
	background: rgba(0,0,0,0.4);
	padding: 30px 20px;
	height: auto;
	float: right;
}
.conto h2 {
	font-size: 22px;
	margin: 12px 0;
	float: left;
}
.conto a {
	text-align: right;
	float: right;
}
.conto a img {
	margin: 5px 10px;
	width: 120px;
}
.carousel-control {
	display: none;
}
}
 @media (max-width: 750px) {


}
 @media (max-width: 620px) {
.copyrightfooter p span {
	width: 100%;
	float: left;
}
/* AH CHANGED */
/*.conto {
	width: 94.8%;
	right: auto;
	margin-top: 0;
	margin-right: 30px;
	background: rgba(0,0,0,0.4);
	padding: 30px 20px;
	height: auto;
	float: right;
	left: 15px;
}*/
.conto h2 {
	width: 100%;
	margin: 12px 0;
	float: left;
	text-align: center;
}
.conto a {
	text-align: center;
	float: none;
}
}
 @media (max-width: 580px) {
.conto {
	/*display: none;*/
}
}
 @media (max-width: 480px) {
	.forgot a{
		color:#00adef; 
		font-size:14px;
		
	}
}
 @media (max-width: 380px) {
	 	.forgot a{
		width:100%;
		float:left;
		
	}
	.forgot span{
		display:none;
		
	}
}
 @media (max-width: 352px) {
}
 @media (max-width: 320px) {
}
/****************************media quary end********************************/


/****************************Form***********************************/

form.register {
	width: 100%;
	margin: 20px auto 0px auto;
	padding: 5px;
	float: left;
}
form p {
	font-size: 10pt;
	clear: both;
	margin: 0 0;
	padding: 10px 0;
	width: 100%;
	float: left;
	margin-bottom: 0px !important;
}
form.register label {
	color: #8f579e;
	float: left;
	text-align: left;
	margin-right: 6px;
	margin-top: 2px;
	width: 90%;
	font-size: 16px;
}
form.register label.optional {
	float: left;
	text-align: right;
	margin-right: 6px;
	margin-top: 2px;
	color: #A3A3A3;
}
form.register label.obinfo {
	float: right;
	padding: 3px;
	font-style: italic;
}
form.register input {
	width: 100%;
	color: #505050;
	float: left;
	margin-right: 5px;
}
form.register textarea {
	width: 80%;
	color: #505050;
	float: left;
	margin-right: 5px;
	border: 1px solid #022e64;
	padding: 8px;
	height: 100px;
}
form.register input.short {
	width: 50%;
	color: #505050;
	padding: 8px;
	border: 1px solid #022e64;
}
form.register input.short {
	color: #505050;
}
form.register input[type=radio] {
	float: left;
	width: 15px;
}
form.register label.gender {
	margin-top: -1px;
	margin-bottom: 2px;
	float: left;
	text-align: left;
	line-height: 19px;
}
form.register input[type=text] {
	border: 1px solid #022e64;
	padding: 8px;
}
.button {
/*	background: #ac69bd; /* Old browsers */
	background: -moz-linear-gradient(top, #ac69bd 0%, #a059a8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ac69bd), color-stop(100%, #a059a8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ac69bd 0%, #a059a8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ac69bd 0%, #a059a8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ac69bd 0%, #a059a8 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ac69bd 0%, #a059a8 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ac69bd', endColorstr='#a059a8', GradientType=0 ); /* IE6-9 */
	padding: 8px 10px 8px;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	float: left;
	font-size: 20px;
	margin: 10px 0;
	border: none;
	width: 150px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
.button:hover {
	background: #a059a8; /* Old browsers */
	background: -moz-linear-gradient(top, #a059a8 0%, #ac69bd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a059a8), color-stop(100%, #ac69bd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a059a8 0%, #ac69bd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #a059a8 0%, #ac69bd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a059a8 0%, #ac69bd 100%); /* IE10+ */
	background: linear-gradient(to bottom, #a059a8 0%, #ac69bd 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a059a8', endColorstr='#ac69bd', GradientType=0 ); /* IE6-9 */
	color: #fff;
	text-shadow: #000 2px 2px 5px;
}
form.register input[type=text].year {
	border: 1px solid #022e64;
	padding: 7px;
	width: 130px;
}
form.register input[type=checkbox] {
	width: 14px;
	margin-top: 4px;
}
form.register select {
	border: 1px solid #022e64;
	width: 50%;
	float: left;
	margin-bottom: 3px;
	color: #505050;
	margin-right: 5px;
	padding: 6px;
	background: none;
}
/*form.register select.date
{
    width: 40px;
}*/
input:focus, select:focus {
	background-color: none;
}
p.info {
	font-size: 7pt;
	color: gray;
}
p.agreement {
	margin-left: 15px;
}
p.agreement label {
	width: 390px;
	text-align: left;
	margin-top: 3px;
}
.center {
	text-align: center !important;
	float: left;
	width: 15% !important;
}
.shortlabel {
	width: 15% !important;
	float: left;
}
.plan {
	width: 80% !important;
	float: left;
}
 @media only screen and (max-width: 991px) {
form.register input[type=text].year {
	width: 73px;
}
}
 @media only screen and (max-width: 767px) {
form.register label {
	width: 100%;
}
form.register input {
	width: 100%;
}
form.register input.long {
	width: 100%;
}
form.register input[type=text].year {
	width: 130px;
}
form.register textarea {
	width: 100%;
}
.center {
	text-align: left !important;
	float: left;
	width: 100% !important;
}
.shortlabel {
	width: 25% !important;
}
.plan {
	width: 100% !important;
	float: left;
}
}
 @media only screen and (max-width: 380px) {
.shortlabel {
	width: 88% !important;
}
}
 @media only screen and (max-width: 480px) {
form.register select {
	width: 100%;
}
form.register input[type=text].year {
	width: 100%;
}
form.register input.short {
	width: 100%;
}
}



/* AH ADDED */

/* Marpad - Margin padding mixin helpers */
.p-t {
  padding-top: 20px !important; }
  .p-t-xs {
    padding-top: 10px !important; }
  .p-t-lg {
    padding-top: 40px !important; }
  .p-t-xl {
    padding-top: 40px !important; }
    @media (min-width: 992px) {
      .p-t-xl {
        padding-top: 90px !important; } }
  .p-t-no {
    padding-top: 0 !important; }

.p-l {
  padding-left: 20px !important; }
  .p-l-xs {
    padding-left: 10px !important; }
  .p-l-lg {
    padding-left: 40px !important; }
  .p-l-xl {
    padding-left: 40px !important; }
    @media (min-width: 992px) {
      .p-l-xl {
        padding-left: 90px !important; } }
  .p-l-no {
    padding-left: 0 !important; }

.p-r {
  padding-right: 20px !important; }
  .p-r-xs {
    padding-right: 10px !important; }
  .p-r-lg {
    padding-right: 40px !important; }
  .p-r-xl {
    padding-right: 40px !important; }
    @media (min-width: 992px) {
      .p-r-xl {
        padding-right: 90px !important; } }
  .p-r-no {
    padding-right: 0 !important; }

.p-b {
  padding-bottom: 20px !important; }
  .p-b-xs {
    padding-bottom: 10px !important; }
  .p-b-lg {
    padding-bottom: 40px !important; }
  .p-b-xl {
    padding-bottom: 40px !important; }
    @media (min-width: 992px) {
      .p-b-xl {
        padding-bottom: 90px !important; } }
  .p-b-no {
    padding-bottom: 0 !important; }

.m-t {
  margin-top: 20px !important; }
  .m-t-xs {
    margin-top: 10px !important; }
  .m-t-lg {
    margin-top: 40px !important; }
  .m-t-xl {
    margin-top: 40px !important; }
    @media (min-width: 992px) {
      .m-t-xl {
        margin-top: 90px !important; } }
  .m-t-no {
    margin-top: 0 !important; }

.m-l {
  margin-left: 20px !important; }
  .m-l-xs {
    margin-left: 10px !important; }
  .m-l-lg {
    margin-left: 40px !important; }
  .m-l-xl {
    margin-left: 40px !important; }
    @media (min-width: 992px) {
      .m-l-xl {
        margin-left: 90px !important; } }
  .m-l-no {
    margin-left: 0 !important; }

.m-r {
  margin-right: 20px !important; }
  .m-r-xs {
    margin-right: 10px !important; }
  .m-r-lg {
    margin-right: 40px !important; }
  .m-r-xl {
    margin-right: 40px !important; }
    @media (min-width: 992px) {
      .m-r-xl {
        margin-right: 90px !important; } }
  .m-r-no {
    margin-right: 0 !important; }

.m-b {
  margin-bottom: 20px !important; }
  .m-b-xs {
    margin-bottom: 10px !important; }
  .m-b-lg {
    margin-bottom: 40px !important; }
  .m-b-xl {
    margin-bottom: 40px !important; }
    @media (min-width: 992px) {
      .m-b-xl {
        margin-bottom: 90px !important; } }
  .m-b-no {
    margin-bottom: 0 !important; }

.p-all {
  padding: 20px !important; }

.p-no {
  padding: 0 !important; }

.m-all {
  margin: 20px !important; }

.m-no {
  margin: 0 !important; }

 /* AH COLORS */
 .clr-black{
 	color: #000;
 }

.navbar-custom{
	margin-top: 20px;
	margin-bottom: 0;

	background: #00ADEF;
	border: 0;
}

.navbar-custom ul li a:focus, 
.navbar-custom ul li a:active, 
.navbar-custom ul li a:hover, 
.navbar-custom ul li.active a{
	background: #0f94c4!important;
}

.navbar-custom ul li a.menu-success{
	background: #4FAC24!important;
}
.navbar-custom ul li a.menu-success:hover, 
.navbar-custom ul li a.menu-success:active, 
.navbar-custom ul li a.menu-success:focus, 
.navbar-custom ul li.active a.menu-success{
	background: #469124!important;	
}

.navbar-custom .navbar-toggle.collapsed{
	background: none;
}
.navbar-custom .navbar-toggle:active, 
.navbar-custom .navbar-toggle:link,
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus,
.navbar-custom .navbar-toggle{
	background: #0f94c4;
}

/* Negate floating */
.float-no{
	float: none;
}