/* FORM VALIDATION STYLING */
		.passed{
			border: 1px rgb(22, 231, 64) solid !important;
		}

		.errorFailed{
			border: 2px red solid !important;
		}

		.errorPassedCheckBox{
			outline: 1px rgb(22, 231, 64) solid !important;
		}

		.errorFailedCheckBox{
			outline: 1px red solid !important;	
		}

.regMobileNumber{
    position: relative;
}
.forgotPassword{
	position: relative;
}
.regNewEmailHome{
    position: absolute;
	top: 12px;
	right: 10px;
	z-index: 2;
	font-size: 1.1em;
	color: #666;
}

.loginLeftException{
	text-align: left !important;
}

.failed{
	color: red;
	background: rgba(255,255,255,0.8);
	width: 200px;
	height: 60px;
	padding: 5px;
	text-align: center;
	margin-left: -100px;
	position: absolute;
	z-index: 100000;
	left: 50%;
	/*top: 50%;*/
	/*margin-top: -30px;*/
	margin-top: 250px;
}

.hideMsg{
	margin-top: -5000px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


html,body {
    height: 100%;
    font-family: 'Calibri',Arial;
    font-size: 18px;
}

body {
    padding-top: 0px;
    padding-bottom: 20px;
    color: #303030;
}

.chromeframe{
	display: block;
	position: fixed;
	z-index: 10000;
	background: #f00;
	top: 0;
	text-align: center;
}

/* ============================== TYPE ============================================ */

h1{
	font-size: 1.44em;
	color:#a70002;
	margin-bottom: 30px;
	font-weight: bold;
}

	h1 sup,h1 sub{
		margin-top:top: -1.6em;;
		color:#303030;
		font-size: 18px;
	}

h2{
	font-size: 1.66em;
	color:#a70002;
	margin-bottom: 30px;
	font-weight: bold;
}

h3{
	font-size: 1.22em;
	color:#a70002;
	font-weight: bold;
}


h4{
	font-size: 1.66em;
	color:#fff;
	font-weight: bold;
	
}


p{
	font-size: 1em;
	line-height: 1.7em;
}

a{
	color: #000;
}

	a:hover,a:visited{
		color: #000;
	}

	a.btn{
		color: #fff;
	}

		a.btn:hover,a.btn:visited{
			color: #fff;
		}

	.panel a.btn{
		margin-top:1.6em;
	}

    .btn.btn-primary.popiBtn{
		margin-top:10px;
	}



input{
	font-family: 'Open Sans',Arial;
    font-weight: 300;	
}

.img-responsive {
	margin: 0 auto;
}

.btn {
	text-shadow: none;
	border: 2px solid #404042;
	color: #fff;
	background: rgba(20,20,20,0.7);
	border-radius: 12px;
	font-size: 1.1em;
	line-height: 1.6em;
	box-shadow: none;
    filter:none;	
}

.btn:hover,.btn:active,.btn:focus{
	background: rgba(20,20,20,0.8);
    color: #fff;
}

.btn-primary {
	border: 2px solid rgba(167,0,2,1);
	background: rgba(167,0,2,0.7);
	outline: none;
}

.btn-primary:hover,.btn-primary:active,.btn-primary:focus{
	border: 2px solid rgba(167,0,2,1);
	background: rgba(167,0,2,0.8);
	outline: none;
}

.footerInput {
	text-shadow: none;
	border: 2px solid #fff;
	color: #a70002;
	background: rgba(255,255,255,0.7);
	border-radius: 12px;
	font-family: Calibri,Arial;
	font-size: 1.1em;
	line-height: 1.6em;
	box-shadow: none;
    filter:none;	
    height: 47px;
	margin-top: 12px;
    width: 300px;
    margin-right: 10px;
}

.footerInput:focus {
	border: 2px solid #fff;
	background: rgba(255,255,255,0.8);
}

.loginInput {
	text-shadow: none;
	border: 2px solid #fff;
	color: #000;
	background: rgba(255,255,255,0.7);
	border-radius: 12px;
	font-family: Calibri,Arial;
	font-size: 1.1em;
	line-height: 1.6em;
	box-shadow: none;
    filter:none;	
    height: 57px;
	margin-top: 10px;
    width: 400px;
}

.loginInput.home{
    text-align: center;
}

.loginInput:focus {
	border: 2px solid #fff;
	background: rgba(255,255,255,0.8);
}

.usernameInput {
	text-align: right !important;
	padding-right: 195px;
}

.signUpInput{
    width: 75%;
}


.menueNav{
    text-align: center;
}

.regMobileNumberInput{
    width:86%;
}

/* ============================== TOP BAR ============================================ */

.topContactBar {
	padding:10px 0px;
	background: transparent;
	text-align: right;
	border-bottom: 1px solid #fff;
}
	.topContactBar a{
		color:#fff;
		margin-left:15px;
		font-size: 20px;
	}

		.topContactBar a .glyphicon{
			color:#a70002;
			
		}


/* ============================== NAV ============================================ */

.navbar{
	background: rgba(0,0,0,0.7);
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	filter:none;
}

.navbar-nav{
	margin-top: 30px;
}

	.navbar-nav>li{
		margin-left: 65px;
	}	

	.navbar-nav>li>a{
		display: block;
		font-size: 1.1em;
		padding: 0px 20px 20px 20px;
		color: #fff;
		text-shadow:none;
	}

		.navbar-nav>li>a.btn{
			padding: 12px 70px;
		}

		.nav>li>a:hover,.nav>li>a:focus,.nav>li>a:active{
			background: none;
			opacity: 0.5;
		}

			.nav>li>a.btn-primary:hover,.nav>li>a.btn-primary:active,.nav>li>a.btn-primary:focus{
				border: 4px solid rgba(167,0,2,1);
				background: rgba(167,0,2,0.8);
				opacity: 1;
			}


		.navbar .navbar-nav>.active>a{
			background: none;
			border-bottom: 5px solid #a70002;
		}


.tighter .topContactBar{
	padding:5px 0px;
}


	.tighter .topContactBar a{
		font-size: 15px;
	}

	.navbar.tighter>.container .navbar-brand{
		width: 70%;
	}

	.tighter .navbar-nav{
		margin-top: 15px;
	}

		.tighter .navbar-nav>li>a{
			padding: 10px 20px;
		}

.mainLogo {
	width: 327px;
}

/* ============================== BANNER IMAGES ============================================ */

.carousel{
	height:90%;
}
	.carousel .carousel-inner{
		height: 100%;
	}

	.carousel .item{
		height: 100%;
		background-size: cover;
		background-position: center right;
	}

	.carousel-indicators li{
		background-color:#fff;
		border-color: #fff;
	}

		.carousel-indicators .active{
			background-color:#a70002;
			border-color: #a70002;
		}

	.carousel .item {-webkit-transition: opacity 1s; -moz-transition: opacity 1s; -ms-transition: opacity 1s; -o-transition: opacity 1s; transition: opacity 1s;}
	.carousel .active.left {left:0;opacity:0;z-index:2;}
	.carousel .next {left:0;opacity:1;z-index:1;}


.loginPanel{
	position: absolute;
	z-index: 1000;
	top:25%;
	/*width: 25%;*/
}

	.loginPanel p{
		text-align: left;
		margin: 10px 0 20px 0;
	}

.loginPanel p.login-response {
	background: rgba(0, 0, 0, 0.7);
    padding: 0.5em 1em;
    max-width: 394px;
    line-height: 1;
    color: #fff;
    font-size: 0.8em;
    border: 2px solid rgb(0, 0, 0);
    border-radius: 10px;
    display: none;
}

.loginPanel p.login-response.error {
    background: #ff00007a;
    border: 1px solid #c00;
}

.loginPanel p.login-response.error a {
    color: #fff;
}


	.loginPanel p.alert-danger{
		opacity: 0;
	}

	.loginPanel p a{
		text-decoration: underline;
	}

	.loginPanel .checkbox{
		font-size: 1em;
		font-weight: normal;
		margin:9px 0 20px 5px;
		cursor: pointer;
	}

		.loginPanel .checkbox input{
			margin-top:5px;
		}


	.forgotPwdWrapper{
		height: 70px;
		overflow: hidden;
		margin-bottom: 10px;
	}

	.rememberPwdWrapper{
		height: 45px;
		overflow: hidden;		
  		background: rgba(0,0,0,0.6);
  		text-shadow: none;
  		color: #fff;
  		border-radius: 12px;
  		font-size: 0.9em;
  		line-height: 1.6em;
  		box-shadow: none;
  		filter: none;
  		margin: 8px 0 8px 0;
  		padding:0 1em;
	}

	.rememberPwdWrapper .checkbox {
		float:left;
	}
	
	.rememberPwdWrapper a {
		float:right;
		color: #fff;
		margin: 9px 0 20px 5px;
		width: 135px
	}

	.rememberPwdWrapper a.bcktologin {
		
		width:100%;
		text-align:center;
	}

	.backtologin{
		height: 45px;
		overflow: hidden;		
  		background: rgba(0,0,0,0.6);
  		text-shadow: none;
  		color: #fff;
  		border-radius: 12px;
  		font-size: 0.9em;
  		line-height: 1.6em;
  		box-shadow: none;
  		filter: none;
  		margin: 8px 0 8px 0;
	}

	.backtologin .checkbox {
		float:left;
	}
	
	.backtologin a {
		float:right;
		color: #fff;
		margin: 9px 0 20px 5px;
		width: 135px
	}

	.backtologin a.bcktologin {
		
		width:100%;
		text-align:center;
	}


	._jsForgotBtn,._jsShowActivate{
		display: none;
	}

	.carousel-caption{
		right: 20%;
		top: 46%;
	}

		.carousel .item:nth-child(1) .carousel-caption{	top: 46%;}
		.carousel .item:nth-child(2) .carousel-caption{	top: 11%;}


	.carousel-caption h1{
		font-family: 'Open Sans',Arial;
    	font-weight: 300;	
    	text-transform: none;
    	text-align: right;
    	opacity: 0;
    	margin-top: 50px;
	}	

		.carousel-caption h1 span{
	    	font-weight: 600;	
		}	

	.loginMan{
        margin: 0 auto;
        display: block;
    }

    .homeDownArrow{
        position: absolute;
        top: 96%;
        left: 50%;
        z-index: 10;
    }

.homeDownArrow.support{
    left: 48%;
}
/* ============================== GREY PANEL ============================================ */

.panel{
	background: #eeeeee;
	padding:60px 0;
	margin-bottom: 0px;
}


	.panel .img-responsive{
		width:100%;
	}

	.panel  .thumbSet .col-md-4{
		padding-left:60px;
		padding-right:60px;
	}

/* ============================== INTRO ============================================ */

.introContent{
	background: url(../img/introBg.gif) no-repeat center #fff;
	background-size: cover;
	padding:60px 0 80px 0;
}


.introContent h1, .introContent p{
	text-align: center;
}

	.introContent p{
		margin:0 20%;
	}


/* ============================== MANAGE ACCOUNT ============================================ */

.manageAccount{
	background: url(../img/manageAccountBG.jpg) no-repeat center #fff;
	background-size: cover;
	padding:60px 0 180px 0;
}

/* ============================== SAVE DATE ============================================ */

.saveDate{
	background: #fff;
}

.signUpBanner{
	background: url(../img/signUpBannerBG.jpg) no-repeat center #fff;
	background-size: cover;
	padding:60px 0 80px 0;

}

.signUpBanner h1{
	text-align: center;
	font-size: 3.04em;

}

/* ============================== CONTACT ============================================ */


.footer{
	background:#303030;
}


	.footer h4{
		text-align: center;
        border-top: 1px solid #AAA;
        border-bottom: 1px solid #AAA;
        padding: 11px 20px;
        margin-top: 23px;
        color: #FFF;
        font-size: 20px;
	}


	.footer .miniLinks{
		font-size: 11px;
	}


		.footer .miniLinks span{
			color:#555;
		}


	.footer p{
		color:#a70002;
        line-height: 20px;
        font-size: 20px;
        padding-top: 12px;
	}

	.footer.signUpNews a .glyphicon{
		color: #fff;
		font-size: 50px;
		
	}

    .signUpNews{
        padding: 0px 0 20px 0;
        border-bottom: 1px solid #aaa;
    }

.footer-envelope{
    font-size:50px;
    color: #fff;
}

.btn-primary.footerBtn{
    width: 175px;
    margin-top: 10px
}

.footerLinksCont{
    margin: 40px 0 15px;
}
	.footerLinksCont .footerLogo {
		margin-bottom: 10px;
	}

.footerLinks{
    color: #fff;
    font-size: 14px;
   
}

.footerLinks.borderRight{
    border-right:1px solid #fff;
     width: 110px;
}

.footerLinks a{
    color: #fff;
    font-size: 14px;
}

.footerLinks h5{
    color: #a70002;
    margin: 0px;
    padding: 0px;
}

.footerLinks.logo{
    text-align: right;
    font-size: 12px;
    width: 45%;
}

.footerLinks.logo a{
    font-size: 12px;
}

.footerLinks.logo span{
    color: #5b5a5a;
}

.onYourSmartDevice{
	padding-bottom: 20px;
}


/* EXCEPTIONS */
.subHeadings{
	padding: 10px 0px;
}

.boldException{
	font-weight: bold;
}

.stayConnected{
	/*font-size: 27px;*/
	font-weight: 200;
}

.randSup{
	top: -30px;
}

.mainErrorMsg{
	position: absolute;
	width: 290px;
	left: 50%;
	z-index: 99999;
	background-color: #FFF;
	margin-left: -125px;
	color: red;
	opacity: 0.9;
	text-align: center;
	top: -500px;
	padding: 10px 10px;
}

.mainSuccessMessage{
	position: absolute;
	width: 290px;
	left: 50%;
	z-index: 99999;
	background-color: #FFF;
	margin-left: -125px;
	color: black;
	opacity: 0.9;
	text-align: center;
	top: -500px;
	padding: 10px 10px;
}

.displayMainMsg{
	top: 20% !important;
}

.trans{
	transition-duration: .5s;
	transition-timing-function: ease;

	-webkit-transition-duration:.5s;
	-webkit-transition-timing-function:ease;

	-moz-transition-duration:.5s;
	-moz-transition-timing-function:ease;

	-o-transition-duration:.5s;
	-o-transition-timing-function:ease;

	-ms-transition-duration:.5s;
	-ms-transition-timing-function:ease;
}

.tel{
    text-decoration:none !important;
    cursor:default;
}

.tel:hover{
    text-decoration:none;
    cursor:default;
}

.showHideMobi{
	display: none;
}


/* POPI */

.popiBox{
    padding-top: 150px;
    padding-bottom: 20px;
}

.popiContainer{
    background: #eee;
}

.greyText {
	color: #303030 !important;
}

/* ============================== SIGNUP POPUP ============================================ */

.blanket {
	background-color: rgba(0,0,0,.75);
	position: absolute;
	width: 100%;
	height: 423%;
	z-index: 9999;
}

.lightBoxWrapper {
	background-color: #eeeeee;;
	width: 460px;
	min-height: 750px;
	margin: 5% auto;
	position: absolute;
	top: 0px;
	height: 200px;
	z-index: 99999;
	border-radius: 10px;
	margin-left: 13%;
}

.lightBoxWrapper .loader{
	position: absolute;
	width: 30px;
	height: 30px;
	margin: 20px 0px;
	margin-left: 50%;
	left: -15px;
}

.lightBoxWrapper .loaderContainer{
	width: 100%;
}
	

	.lightBoxWrapper .lightBoxClose {
		position: absolute;
		right: 20px;
		top: 15px;
		font-weight: bold;
		cursor: pointer;
	}

.lightBox {
	padding: 10px 25px;
}

	.lightBox h1 {
		font-size: 2.5em;
		margin-bottom: 15px;
	}
	.lightBox p {
		line-height: 1.2em;
		color: #303030;
	}
	.lightBox .loginInput {
		width: 100%;
		max-height: 110px;
	}
	.lightBox input[type="text"] {		
		max-height: 50px;
	}

.lightBoxFooterWrapper {
	width: 100%;
	height: 105px;
	background: #303030;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	bottom: 4px;
}

	.lightBoxFooterWrapper .lightBoxFooter {
		padding: 20px 25px;
	}
	.lightBoxFooterWrapper .lightBoxFooter a {
		color: #fff;
		font-size: 1em;
	}

	.lightBoxFooterWrapper .lightBoxFooter span.glyphicon {
		color: #a70002;
		margin-right: 10px;
	}

.lightBoxWrapper .errorSuccessBlock {
	margin-top: 5px;
	text-align: center;
}

.errorSuccessBlock span {
	display: block;
	font-size: .9em;
}

	.errorSuccessBlock span.success {
		color: #3c763d;
	}
	.errorSuccessBlock span.error {
		color: #a94442;
	}

/* -- Under Maintenance --*/

.underMain {
    width: 430px;
    position: absolute;
    top: 50px;
    left: 0px;
    z-index: 100;
    background: none repeat scroll 0% 0% rgba(248, 234, 21, 0.8);
    text-align: center;
    padding: 78px 15px;
    height: 90%;
    font-size: 40px;
    text-transform: uppercase;
    border: 1px solid #000;
}

	.underMain img{
		width: 100px;
	}

	@media only screen and (max-width: 750px) {

		.footerLogo {
			text-align: center !important;
		}
		.EMLogo {
			margin: auto auto 0.5em auto !important;
		}
	}