@import "bootstrap-sprockets";
@import "bootstrap";

@font-face{
  font-family:'Glyphicons Halflings';
  src:url("https://stackpath.bootstrapcdn.com/bootstrap/3.3.6/fonts/glyphicons-halflings-regular.eot");
  src:url("https://stackpath.bootstrapcdn.com/bootstrap/3.3.6/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"),
  url("https://stackpath.bootstrapcdn.com/bootstrap/3.3.6/fonts/glyphicons-halflings-regular.woff2") format("woff2"),
  url("https://stackpath.bootstrapcdn.com/bootstrap/3.3.6/fonts/glyphicons-halflings-regular.woff") format("woff"),
  url("https://stackpath.bootstrapcdn.com/bootstrap/3.3.6/fonts/glyphicons-halflings-regular.ttf") format("truetype"),
  url("https://stackpath.bootstrapcdn.com/bootstrap/3.3.6/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular") format("svg")
}


body{background:url('images/bg.jpg');background-size:100% 100%;background-repeat:no-repeat;}
.headerBar{background:white;padding:5px 0;}
.Formctr button{width:250px;}
.Formctr input{font-size:22px;height:49px;text-align:center;max-width:400px;margin:auto;}
.form-group{margin:30px 0 15px 0;}
.Formctr{margin-top:10% !important;max-width:700px;margin:auto;color:white;background:rgba(0,0,0,0.6);padding:20px;border-radius:7px;text-align:center;}
.FormErrorctr{margin-top:2% !important; max-width:400px;margin:auto;color:red;background:rgba(255,255,255,0.9);padding:10px;border-radius:10px;text-align:center; font-size:18px; font-weight:600;}

.MaxWebsiteWidth {
	
	max-width:1400px;
	margin:auto;
}

.logo img{
max-width:100%; 
margin:5px 0;
}


.headerBar .navbar-nav > li > a{
	
	padding:24px 20px;
	font-size:18px;
	color:#0E1330;
	
}

.YouIPCtr{
	background: #ffd633;
    font-size: 20px;
    font-weight: 500;
    padding: 12px 15px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    position: absolute;
    right: 0;
    top: -52px;
}


.headerBar .navbar{
	
	margin:0;
	
}

.headerBar .navbar-nav{
	
	float:right;
	
}
.FooterBAr{
	background:#12122E;
}

.Content-area{
	min-height:700px;
}


.footergrids{
	
	padding:10px 20px;
}

.foot-cts{padding:0;}

.foot-cts li{background: rgba(0, 0, 0, 0) url("images/black.png") repeat scroll 0 0;
border: 0 none;
clear: both;
color: #fff;
display: block;
font: 13px/42px "Raleway",sans-serif;
margin: 5px 0 0;
padding: 0 5px 0 47px;
position: relative;
height:45px;
}

.widgettitle{
	color:white;
	font-size:18px;
	font-weight:600;
	text-transform:uppercase;
}



.foot-cts .glyphicon {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    height: 100%;
    left: 0;
    line-height: 42px;
    margin-right: 10px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 40px;
}

.QRCodeCtr {
    background: rgba(0, 0, 0, 0) url("images/black.png") repeat scroll 0 0;
    padding: 20px 0 10px;
    text-align: center;
	color:white;
}

.CopyRightBAr{
	color:white;
	text-align:center;
	background:#3C61A7;
	padding:10px;
}