	body {
		background-size: cover;
		background:#e7b47d;
		/* background: url(../../common/img/bg.png) center center fixed;  */
		background: url(../../common/img/bg.jpg) center center fixed; 

	    -webkit-background-size: cover;
	    -moz-background-size: cover;
	    -o-background-size: cover;
	    background-size: cover;
	}
	.intro-header{
		padding-top:155px;
		padding-bottom:30px;
		color:black;
		/* color:#fff; */
		/*text-shadow:1px 1px 0px rgb(154 154 154);*/
	}
	.intro-header-vote{
		padding-top:8px;
		padding-bottom:40px;
	}
	.election_heading{
		color:#2661B5;
	}
	.card-container.card {
		width: 350px;
		padding: 40px 40px;
		margin-top: 0px;
	}
	.white{
		/* color: #FFF; */
		color: #bf451e;
		padding: 10px;
		width: 30%;
		margin: 0 auto 2px;
		text-align: center;
		position: relative;
		margin-bottom: 5px;
	}
	.black-css{
		/* color: #FFF; */
		color:black;
		padding: 10px;
		width: 30%;
		margin: 0 auto 2px;
		text-align: center;
		position: relative;
		margin-bottom: 5px;
	}
	.fontchange{
	font-family:Old English Text MT;
	font-size: 35px;
    /* color: #fff; */
	/* color: black; */
	color: #bf451e;
    font-weight: normal;
}
.red{
	color: #bf451e;
}
.fontchangesecond{
	font-family:times new roman;
	font-size:23px;
	/* color: #fff; */
	color: black;
}
.fontchangetxt{
	font-family:times new roman;
	font-size:18px;
	font-weight:normal;
	/* color: #fff; */
	color: black;
    line-height: 17px;
}
.black{
	color:black;
}
	.navbar{
		margin-bottom:0px;
	}
	.navbar-default{
		/* background:#fff; */
	}
	/*
	 * Card component
	 */
	.card {
		background-color: #F7F7F7;
		/* just in case there no content*/
		padding: 20px 25px 30px;
		margin: 0 auto;
		margin-top: 25px;
		/* shadows and rounded borders */
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
		-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
		box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
		behavior: url(assets/js/PIE.htc);
		z-index: 9;
	}

	.profile-img-card {
		width: 96px;
		height: 96px;
		margin: 0 auto 10px;
		display: block;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		border-radius: 50%;
		behavior: url(assets/js/PIE.htc);
	}

	/*
	 * Form styles
	 */
	.profile-name-card {
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		margin: 10px 0 0;
		min-height: 1em;
	}
	
			.profile{
			font-weight:normal!important;
			text-align:left!important;
		}
		.headprofile{
			text-align:left!important;
		}
		.blacktxt{
			color:#000!important;
			text-align:left!important;
			font-weight:normal!important;
		}
		.navbar-fixed-bottom, .navbar-fixed-top {
    position: inherit!important;
}
.intro-header {
    padding-top: 15px; 
}

	.reauth-email {
		display: block;
		color: #404040;
		line-height: 2;
		margin-bottom: 10px;
		font-size: 14px;
		text-align: center;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.form-signin #inputEmail,
	.form-signin #inputPassword {
		direction: ltr;
		height: 44px;
		font-size: 16px;
	}

	.form-signin input[type=email],
	.form-signin input[type=password],
	.form-signin input[type=text],
	.form-signin button {
		width: 100%;
		/* display: block; */
		margin-bottom: 10px;
		z-index: 1;
		position: relative;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.form-signin .form-control:focus {
		border-color: rgb(104, 145, 162);
		outline: 0;
		-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
		box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
		behavior: url(assets/js/PIE.htc);
	}

	.btn.btn-signin {
		/*background-color: #4d90fe;*/
		background-color: rgb(104, 145, 162);
		/*background-color: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*/
		padding: 0px;
		font-weight: 700;
		font-size: 14px;
		height: 36px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		border: none;
		-o-transition: all 0.218s;
		-moz-transition: all 0.218s;
		-webkit-transition: all 0.218s;
		transition: all 0.218s;
		behavior: url(assets/js/PIE.htc);
	}
	
	.forgot-password {
		color: rgb(104, 145, 162);
		margin-top:10px;
	}

	.red-tooltip + .tooltip > .tooltip-inner {background: #F29A0A;}
	/* .red-tooltip + .tooltip > .tooltip-arrow {border-bottom:#F29A0A;} */
	
	.card {
	  overflow: hidden;
	  position: relative;
	  border: 1px solid #CCC;
	  border-radius: 8px;
	  -moz-border-radius: 8px;
	  -webkit-border-radius: 8px;
	  text-align: center;
	  padding: 0;
	  background: #F5F5F5;
	  color: #444;
	  /* height: 248px; */
	  behavior: url(assets/js/PIE.htc);
	}
	.card .header-bg {
	  /* This stretches the canvas across the entire hero unit */
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 70px;
	  border-bottom: 1px #FFF solid;
	  /* This positions the canvas under the text */
	  z-index: 1;
	}
	.card .avatar {
	  position: relative;
	  margin-top: 15px;
	  z-index: 100;
	}
	.card .avatar img {
	    /*width: 100px;
		height: 100px; */
	  width: 130px;
	  height: 130px;
	  -webkit-border-radius: 50%;
	  -moz-border-radius: 50%;
	  border-radius: 50%;
	  border: 5px solid #fff;
	  behavior: url(assets/js/PIE.htc);
	}
	.card .content{
		margin-top:8px;
	}
	.card .content p{
		margin:8px;
	}
	.form-control {
		behavior: url(assets/js/PIE.htc);
	}
	.navbar{
		behavior: url(assets/js/PIE.htc);
	}
	
	.text-primary{
		color:#fff;
		text-align: center;
	}
	.text-primary-black{
		color: black;
		text-align: center;
	}
	.custom-checkbox{
		width: 28px;
		height: 28px;
		display: inline-block;
		position: relative;
		z-index: 1;
		cursor: pointer;
		top: 3px;
		background: url("../../assets/img/button-1.png") no-repeat;
	}
	.custom-checkbox:hover{
		background: url("../../assets/img/button-1.png") no-repeat;
	}
	.custom-checkbox.selected{
		background: url("../../assets/img/button-2.png") no-repeat;
	}
	.custom-checkbox input[type="checkbox"]{
		margin: 0;
		position: absolute;
		z-index: 2;            
		cursor: pointer;
		outline: none;
		opacity: 0;
		width:28px;
		height:28px;
		margin-left: -14px;
		/* CSS hacks for older browsers */
		_noFocusLine: expression(this.hideFocus=true); 
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		-khtml-opacity: 0;
		-moz-opacity: 0;
	}
	.bargraph{
		position:relative;
		height: 7px !important;
		border-top: 0;
		background: #c4e17f;
		margin:0px !important;
		border-radius: 5px;
		background-image: -webkit-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
		background-image: -moz-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
		background-image: -o-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
		background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
		behavior: url(assets/js/PIE.htc);
	}
	.voffset  { margin-top: 2px; }
	.voffset1 { margin-top: 5px; }
	.voffset2 { margin-top: 10px; }
	.voffset3 { /* margin-top: -18px; */  margin-bottom: 0px; clear:both;}
	.voffset4 { margin-top: 30px; }
	.voffset5 { margin-top: 40px; }
	.voffset6 { margin-top: 60px; }
	.voffset7 { margin-top: 80px; }
	.voffset8 { margin-top: 100px; }
	.voffset9 { margin-top: 150px; }
	
	.btn-warning {
		color: #FFFFFF;
		background-color: #bf451e;
		border-color: #bf451e;
	}
	.btn-secondary {
		color: #0B3551;
		background-color: #EFEFEF !important;
		border-color: #EFEFEF !important;
	}
	
	hr{
		border-style: dashed;
		border-color:rgba(255, 255, 255, 0.32);
		clear:both;
	}
	.post-heading{
		margin-top: 8px;
		border-bottom: 0px dashed #fff;
		margin-bottom: 0px;
		padding: 8px;
		text-align:center;
	}
	.navbar-collapse{
		float:right;
		padding: 29px 0px;
	}
	.post-header{
		background-color: #FBC103;
		border-color: #F3C454;
		box-shadow: 0px 5px 5px #444;
		-moz-box-shadow: 0px 5px 5px #444;
		-webkit-box-shadow: 0px 5px 5px #444;
		behavior: url(assets/js/PIE.htc);
	}
	.post-header a{
		color: #0B355A!important;
		text-transform: uppercase;
		font-weight:bold;
		text-align:center;
		padding: 15px 0px;
		font-size: 15px;
		line-height: 20px;
		
	}
	.alert{
		padding: 7px;
		}
	.alert-danger {
		color: #FFFFFF;
		background-color: #E21515;
		border-color: #D41B38;
	}
	.txt{
		color: #0B355A!important;
		font-weight:bold;
		font-size: 15px;
	}
	.txt a {
		color: #fff;
		text-decoration: none;
	}
	.note{
		color:red;
	}
	.post-header a:hover{
		text-decoration:none;
	}
	.badge{
		padding:4px 9px;
		margin-top: -3px;
		font-size:20px;
		border-radius: 15px;
		-moz-border-radius:15px;
		-webkit-border-radius: 15px;
	}
	.badge-error {
		background-color: #E21515;
	}
	.badge-error:hover {
	  background-color: #953b39;
	}
	.badge-warning {
	  background-color: #f89406;
	}
	.badge-warning:hover {
	  background-color: #c67605;
	}
	.badge-success {
	  background-color: #468847;
	}
	.badge-success:hover {
	  background-color: #356635;
	}
	.badge-info {
	  background-color: #3a87ad;
	}
	.badge-info:hover {
	  background-color: #2d6987;
	}
	.badge-inverse {
	  background-color: #333333;
	}
	.badge-inverse:hover {
	  background-color: #1a1a1a;
	}
	.btn-danger {
	  background-color: #E21515;
	}
	.steps{
		/* font-size: 300%;
		border-radius: 75px;
		height: 75px;
		width: 75px;
		line-height: 66px;
		background-color: #fff;
		color: #8E8E8E;
		margin-top: 18px;
		margin-bottom:50px; */
		  font-size: 220%;
		  border-radius: 55px;
		  height: 55px;
		  width: 55px;
		  line-height: 50px;
		  background-color: #fff;
		  color: #8E8E8E;
		  margin-top: 55px;
		  margin-bottom: 50px;
	}

	.process ol{
	  font-size: 20px;
	  font-weight: normal;
	  line-height: 32px;
	  text-align: left;
	}
	.process ol li{
		margin-bottom: 18px;
	}
	/*.intro-header h2:after{
	  content: "";
	  position: absolute;
	  height: 2px;
	  bottom: 0;
	  width: 60px;
	  left: 50%;
	  margin-left: -30px;
	  background-color: #fff;
	}*/

	.intro-header-vote h1:after{
	  content: "";
	  position: absolute;
	  height: 2px;
	  bottom: 0;
	  width: 60px;
	  left: 50%;
	  margin-left: -30px;
	  background-color: #fff;
	}
	
	/* member box start*/
	.destacados{
		padding: 0;
		text-align: center;
	}
	.destacados p{
		padding:0px 5px;
	}
	.destacados h3{
		/* margin-top: 10px;
		margin-bottom: 10px; */
		}
	.destacados > div > div{
	
		transition: 0.2s;
		
	}
	.gray {
		background-color:#f2f2f2;
		}
	.green{
		background-color:#acd119;
		}
	.destacados > div:hover > div{
		/*margin-top: -10px;*/
		box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px 2px;
		/*background: #e4e4e4;*/
		/*transition: 0.5s;*/
		cursor:pointer;
	}
	.destacados > div:visited > div{
		/*margin-top: -10px;*/
		border: 1px solid #7b8716;
		box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px 2px;
		background: #b7c445;
		/*transition: 0.5s;*/
		cursor:pointer;
	}
	.more{
		color:#fff;
		margin-top:10px;
	}
	.more a{
		color:#fff;
		}
	.more a:after{
		color:#fff;
		text-decoration:underline;
	}
	@media only screen and (max-width: 600px) {
		body {
			margin-bottom: 220px!important;
		}
		.footer{
			height: 220px!important;
		}
		.footer .col-md-6 p{
		
		text-align:center !important;
		}
		
	}