 img {
display: inline-block;
height: auto;
max-width: 100%;
}
.navbar-custom1 {
    color: #FFFFFF;
    background: -webkit-gradient(linear,0 0,0 bottom,from(#39adf9),to(#03578d));
    background: -webkit-linear-gradient(#39adf9,#03578d);
    background: -moz-linear-gradient(#39adf9,#03578d);
    background: -ms-linear-gradient(#39adf9,#03578d);
    background: -o-linear-gradient(#39adf9,#03578d);
    background: linear-gradient(#39adf9,#03578d);
    -pie-background: linear-gradient(#39adf9,#03578d);
	
	 border-color:#39adf9;

	border-radius:0px;
	
}

.navbar-inverse .navbar-nav>li>a{color:#fff;}

.dropdown-menu {
    background: -webkit-gradient(linear,0 0,0 bottom,from(#39adf9),to(#03578d));
    background: -webkit-linear-gradient(#39adf9,#03578d);
    background: -moz-linear-gradient(#39adf9,#03578d);
    background: -ms-linear-gradient(#39adf9,#03578d);
    background: -o-linear-gradient(#39adf9,#03578d);
    background: linear-gradient(#39adf9,#03578d);
    -pie-background: linear-gradient(#39adf9,#03578d);
    color: #fff;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 14px 14px;
	font-size:16px;
}
.navbar-custom1 .navbar-nav > li > a:hover,

.navbar-custom1 .navbar-nav > li > a:focus {
  background-color: #ED1C24;
  color: #ffffff;
}
.navbar-custom1 .navbar-nav  > li > a:active{
  background-color: #ED1C24;
  color: #ffffff;
}
.full {
    width: 100%;	
}
.gap {
	height: 30px;
	width: 100%;
	clear: both;
	display: block;
}
.footer {
	background: #0080b1!important;
	height: auto;
	padding-bottom: 30px;
	position: relative;
	width: 100%;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	clor:#ffffff;
	font-family: 'Mallanna', sans-serif;
 font-size: 18px;
}
#footer1{
font-family:'Mallanna', sans-serif;font-size:18px;
	}
	#footer1 a:hover{
		color:#FF0;
	}
.footer p {
	margin: 0;
}
.footer img {
	max-width: 100%;
}
.footer h3 {
	border-bottom: 1px solid #BAC1C8;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: 27px;
	padding: 40px 0 10px;
	text-transform: uppercase;
}
.footer ul {
	font-size: 13px;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	margin-top: 15px;
	color: #7F8C8D;
}
.footer ul li a {
	padding: 0 0 5px 0;
	display: block;
}
.footer a {
	color: #fff;
}
.panel-primary>.panel-heading {
    color: #fff;
    background-color: #f53801!important;;
    border-color: #dadadc;
	    padding: 5px 15px;

}
.panel-default>.panel-heading{
	color: #fff;
    background-color: #ffae00!important;;
    border-color: #dadadc;
	    padding: 5px 15px;
	
	}
	.panel-success>.panel-heading{
	color: #fff;
    background-color: #abda1e!important;;
    border-color: #dadadc;
	    padding: 5px 15px;
	
	}
h1,h2,h3,h4,h5,h6{
	margin-top:2px;
	margin-bottom:2px;
	font-family: 'Mallanna', sans-serif;
 font-size: 16px;
 font-weight:bold;
	
	}
.panel-primary {
    border-color: #dadadc;
}

.supportLi h4 {
	font-size: 20px;
	font-weight: lighter;
	line-height: normal;
	margin-bottom: 0 !important;
	padding-bottom: 0;
}
.newsletter-box input#appendedInputButton {
	background: #FFFFFF;
	display: inline-block;
	float: left;
	height: 30px;
	clear: both;
	width: 100%;
}
.newsletter-box .btn {
	border: medium none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	height: 40px;
	padding: 0;
	width: 100%;
	color: #fff;
}
.newsletter-box {
	overflow: hidden;
}
.bg-gray {
	background-image: -moz-linear-gradient(center bottom, #BBBBBB 0%, #F0F0F0 100%);
	box-shadow: 0 1px 0 #B4B3B3;
}
.social li {
	background: none repeat scroll 0 0 #B5B5B5;
	border: 2px solid #B5B5B5;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	float: left;
	height: 36px;
	line-height: 36px;
	margin: 0 8px 0 0;
	padding: 0;
	text-align: center;
	width: 36px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.social li:hover {
	transform: scale(1.15) rotate(360deg);
	-webkit-transform: scale(1.1) rotate(360deg);
	-moz-transform: scale(1.1) rotate(360deg);
	-ms-transform: scale(1.1) rotate(360deg);
	-o-transform: scale(1.1) rotate(360deg);
}
.social li a {
	color: #EDEFF1;
}
.social li:hover {
	border: 2px solid #2c3e50;
	background: #2c3e50;
}
.social li a i {
	font-size: 16px;
	margin: 0 0 0 5px;
	color: #EDEFF1 !important;
}
.footer-bottom {
	background: #0080b1!important;;
	border-top: 1px solid #337ab7;
	padding-top: 10px;
	padding-bottom: 10px;
	color:#fff;
}
.footer-bottom a:hover{color:yellow;text-decoration:none;}
.header1{
background: #fff;
	border-top: 1px solid #013974;
	padding-top: 10px;
	padding-bottom: 10px;
	color:#fff;
}
.footer-bottom p.pull-left {
	padding-top: 6px;
}
.footer-bottom a{
	color:#EDBBBB;
	
}

.payments {
	font-size: 1.5em;	
}
p{
text-align:justify;
}

.spacer5{ height: 5px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
 .spacer10 { height: 10px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer15 { height: 15px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer20 { height: 20px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer25 { height: 25px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer30 { height: 30px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer35 { height: 35px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer40 { height: 40px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer45 { height: 45px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer50 { height: 50px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer100 { height: 100px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer200 { height: 200px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }


.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #ffae00;
	/*abda1e   ffae00 */
}
ul.nav li.dropdown:hover > ul.dropdown-menu{
    display: block;
    margin: 0;
}
		@media (min-width: 768px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }
 }
#step-holder {
font-family: Tahoma;
	height:39px;
	margin-bottom: 20px;
}	




.step-no {
	float:left;
	height:29px;
	width:18px;
	font-size: 18px;
	line-height: 18px;
	padding:10px 0 0 0;
	text-align: center;
}

.step-no-off {
	float:left;
	height:29px;
	width:18px;
	font-size: 18px;
	line-height: 18px;
	padding:10px 0 0 0;
	text-align: center;
	color:#cbcbcb;
}

.step-dark-left {
	float:left;
	 
	background: url(../images/step_dark_left.png) no-repeat;
	height:40px;
	padding:13px 15px 0 25px;
	font-size: 13px;
	color:#fff;
	font-weight: bold;
	width:177px;
	
}

.step-dark-left a{
	 
	font-size: 13px;
	color:#fff;
	font-weight: bold;
}

.step-dark-right {
	float:left;
	width:12px;
	background: url(../images/step_dark_right.png) no-repeat;
	height:39px;
}
.step-dark-round {
	float:left;
	width:8px;
	height:39px;
	background: url(../images/step_dark_round.gif) no-repeat;
}

.step-light-left {
	float:left;
	 	height:27px;
	padding:13px 15px 0 25px;
	font-size: 13px;
	background: url(../images/step_light_left.gif) no-repeat;
	height:39px;
	color:#cbcbcb;
	font-weight: bold;
	width:177px;
	
}

.step-light-left a{
	 
	 
	font-size: 13px;
 
	color:#cbcbcb;
	font-weight: bold;
}
.step-light-right {
	float:left;
	width:12px;
	background: url(../images/step_light_right.gif) no-repeat;
	height:39px;
}
.step-light-round {
	float:left;
	width:8px;
	height:39px;
	background: url(../images/step_light_round.gif) no-repeat;
}


   .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{ 
    
   
   padding-right:6px;
    padding-left: 6px;
   }

a:hover{
text-decoration:none;
	
}
.navbar{
	margin-bottom:5px;
	}
hr.style4 {
	border-top: 1px dotted #8c8b8b;
	margin-top: 7px;
    margin-bottom: 0px;
}





















