@import url("fonts.css");
html {
	overflow-y: scroll;
}
body, html {
		font-family: 'interstate-lightcondensedRg';
	background: #6498b2;
	height: 100%;
}
* {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.footer_wrapper {
	background: #20003c;
	min-height: 50px;
}
.nobg-no-border {
	background: none !important;
	border: none;
}
.nobg-no-border .container-fluid {
	padding-right: 0px;
}
.custom-nav-style {
	font-family: 'interstate-lightcondensedRg';
	font-size: 18px;
	color: #FFF;
	padding-top: 20px;
	padding-right: 0px;
}
.height54 {
	height: 54px;
}
.white-color{
	color:#fff
}
.suportfields {
	margin-bottom: 15px;
	min-height: 32px;
}
.custom-nav-style .navbar-nav > li > a {
	padding: 0px 15px;
	color: #FFF;
	font-weight: normal;
}
.custom-nav-style .navbar-nav > li {
	border-right: 2px solid #fff
}
.custom-nav-style .navbar-nav > li > a:hover {
	text-decoration: underline;
	color: #FFF
}
.orange-txt {
	color: #ff6b37
}
.no-border {
	border: none !important
}
.copyrights {
	font-family: 'interstate-lightcondensedRg';
	font-size: 18px;
	color: #FFFFFF;
	padding-top: 20px;
	padding-right:54px;
}
.copyrights a {
	color: #FFFFFF;
}
.center-btn-getstarted {
	text-align: center;
	padding-top: 535px;
}
.main-banner {
	background: -moz-radial-gradient(center, ellipse cover, rgba(183,205,222,1) 0%, rgba(100,152,178,1) 71%, rgba(100,152,178,1) 100%); /* ff3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(183,205,222,1)), color-stop(71%, rgba(100,152,178,1)), color-stop(100%, rgba(100,152,178,1))); /* 	safari4+,chrome */
	background: -webkit-radial-gradient(center, ellipse cover, rgba(183,205,222,1) 0%, rgba(100,152,178,1) 71%, rgba(100,152,178,1) 100%); /* safari5.1+,chrome10+ */
	background: -o-radial-gradient(center, ellipse cover, rgba(183,205,222,1) 0%, rgba(100,152,178,1) 71%, rgba(100,152,178,1) 100%); /* opera 11.10+ */
	background: -ms-radial-gradient(center, ellipse cover, rgba(183,205,222,1) 0%, rgba(100,152,178,1) 71%, rgba(100,152,178,1) 100%); /* ie10+ */
	background: radial-gradient(ellipse at center, rgba(183,205,222,1) 0%, rgba(100,152,178,1) 71%, rgba(100,152,178,1) 100%); /* w3c */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7cdde', endColorstr='#6498b2', GradientType=0 ); /* ie6-9 */
}
.smll-screen-img {
	display: none
}
.patren_div {
	background-image: url(../images/rewards3_07.png)
}
#background-wrap {
	position: absolute;
	padding-top: 50px;
	right: 0;
	top: 0;
	width: 100%;
	overflow-x: hidden;
}
.no-margin {
	margin: 0px;
}

.no-padding {
	padding: 0px;
}



/* KEYFRAMES */



@-webkit-keyframes animateCloud {
 0% {
 margin-left: -1000px;
}
 100% {
 margin-left: 100%;
}
}
 @-moz-keyframes animateCloud {
 0% {
 margin-left: -1000px;
}
 100% {
 margin-left: 100%;
}
}
 @keyframes animateCloud {
 0% {
 margin-left: -1000px;
}
 100% {
 margin-left: 100%;
}
}
/* ANIMATIONS */



.x1 {
	-webkit-animation: animateCloud 80s linear infinite;
	-moz-animation: animateCloud 80s linear infinite;
	animation: animateCloud 80s linear infinite;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	transform: scale(0.5);
}
.x2 {
	-webkit-animation: animateCloud 40s linear infinite;
	-moz-animation: animateCloud 40s linear infinite;
	animation: animateCloud 40s linear infinite;
	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	transform: scale(0.3);
}
.x3 {
	-webkit-animation: animateCloud 30s linear infinite;
	-moz-animation: animateCloud 30s linear infinite;
	animation: animateCloud 30s linear infinite;
	-webkit-transform: scale(0.35);
	-moz-transform: scale(0.35);
	transform: scale(0.35);
}
.x4 {
	-webkit-animation: animateCloud 65s linear infinite;
	-moz-animation: animateCloud 65s linear infinite;
	animation: animateCloud 65s linear infinite;
	-webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	transform: scale(0.4);
}
.x5 {
	-webkit-animation: animateCloud 25s linear infinite;
	-moz-animation: animateCloud 25s linear infinite;
	animation: animateCloud 25s linear infinite;
	-webkit-transform: scale(0.55);
	-moz-transform: scale(0.55);
	transform: scale(0.55);
}
/* OBJECTS */



.cloud {
	background: #fff;
	background: -moz-linear-gradient(top, #fff 5%, #f1f1f1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #fff), color-stop(100%, #f1f1f1));
	background: -webkit-linear-gradient(top, #fff 5%, #f1f1f1 100%);
	background: -o-linear-gradient(top, #fff 5%, #f1f1f1 100%);
	background: -ms-linear-gradient(top, #fff 5%, #f1f1f1 100%);
	background: linear-gradient(top, #fff 5%, #f1f1f1 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f1f1f1', GradientType=0 );
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	-webkit-box-shadow: 0 8px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 8px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 8px 5px rgba(0, 0, 0, 0.1);
	height: 120px;
	position: relative;
	width: 350px;
}
.cloud:after, .cloud:before {
	background: #fff;
	content: '';
	position: absolute;
	z-indeX: -1;
}
.cloud:after {
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	height: 100px;
	left: 50px;
	top: -50px;
	width: 100px;
}
.cloud:before {
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	border-radius: 200px;
	width: 180px;
	height: 180px;
	right: 50px;
	top: -90px;
}
.choose_reward_img {
	position: absolute;
	z-index: 999;
	left: 31%;
	top: 70px;
}
.choose_reward_img_btn {
	position: absolute;
	z-index: 99999;
	left: 36%;
	top: 570px;
}
.patren_div .container .gift1 {
	position: absolute;
	top: 0px;
	left: 1%;
	z-index: 99
}
.patren_div .container .gift2 {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 99
}
.patren_div .container .gift3 {
	position: absolute;
	right: 15%;
	top:  50px;
	z-index: 99
}
.confirmation_checkbox{
	padding-bottom:10px;
}
.gift1, .gift2, .gift3 {
	visibility: hidden;
}
.banner_section {
	min-height: 300px;
	position:relative;
	z-index:99
}
.container.banner_section .gift1 .img-responsive.gifts_main_img {
	animation-iteration-count: infinite;
	-webkit-animation-duration: 15s;
	animation-duration: 15s;
}
.container.banner_section .gift2 .img-responsive.gifts_main_img {
	animation-iteration-count: infinite;
	-webkit-animation-duration: 16s;
	animation-duration: 16s;
}
.container.banner_section .gift3 .img-responsive.gifts_main_img {
	animation-iteration-count: infinite;
	-webkit-animation-duration: 12s;
	animation-duration: 12s;
}
.center_content_section {
	padding-top: 6%;
	position: relative;
	z-index: 999 !important
}
.innerpage_div {
	background-color: #20003C;
	-webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.3), inset 0 0 158px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0 0 24px rgba(0,0,0,.3), inset 0 0 158px rgba(0,0,0,.75);
	box-shadow: 0 0 24px rgba(0, 0, 0, 0.3), inset 0 0 158px rgba(0, 0, 0, 0.75);
	min-height: 450px;
	border: 2px dashed #FFF;
	margin-top: 30px;
}
.clear {
	clear: both
}
.heading ul {
	list-style: none;
}
.heading ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
.heading_center {
	background: #ab0167;
	line-height: 50px;
}
.nopadding {
	padding: 0px;
}
.innersection-heading {
	background: #AB0167;
	padding-top: 4px;
	padding-bottom: 4px;
	/*font-family: 'centaurregular';*/
	font-family: 'interstate-lightcondensedRg';
	font-size: 36px;
	text-transform: uppercase;
	color: #FFF;

}
.center_content {
	color: #FFF;
	padding: 0 15px;
	margin: 15px 0;
	font-weight: normal;
	font-family: 'interstate-lightcondensedRg';
	text-align: left;
	font-size: 18px;
	min-height: 475px;
	overflow-x: hidden;
	overflow-y: auto
}
.form-control{
	font-size:18px;
	height:45px;
	margin-top:8px;
}
.custom_btn {
  padding-top: 4px;
  padding-bottom: 4px;
  border: #B40069;
  background-color: #B40069;

  text-align: center;
  font-family: 'interstate-lightcondensedRg';
  font-size: 30px;
  text-transform: uppercase;
  color: #FFF;
  line-height:none;
  border:0px !important
}
.custom_btn:hover {

	background-color: #e42293;
	
}
.custom_btn:active {

 	background-color: #e42293;

}
.supportpage_content .col-xs-12 {
	padding-bottom: 5px;
}
.phonefield_noleft {
	margin-left: 0px;
	padding-left: 0px;
}
.phonefield_noright {
	margin-right: 0px;
	padding-right: 0px;
}
.reward_heading {
	background: #ab0167;
	padding: 8px;
	font-size: 17px;
	font-family: 'centaurregular';
	/*height: 54px;*/
	text-align: center;
}
.reward_heading span {
	display: block;
	font-family: 'interstate-lightcondensedRg';

}
.reward_banner {
	margin-bottom: 50px;
}
.reward_banner_confirmation {
	margin-top: 20px;
}
.reward_txt {
	/*height: 102px;*/
	padding-top: 15px;
	font-size:16px;
}
.select_reward_btn {
	font-family: 'interstate-lightcondensedRg';
}
.select_reward_btn a {
	padding:8px 11px;
	color: #fff;
	text-decoration: none;
	display:block;
}
.confirmreward, .changereward{
	float: none;
	display: inline-block;
	width: 40%;
}

/*.changereward, .changereward:hover{
	background:#FF502C;
	color:#f9c8be;
}
.confirmreward, .confirmreward:hover{
	color:#ff502c;
	background:#53B7D2;
}*/
.choosereward{
		background: #ab0167;
}
.learnmore_btn, .learnmore_btn:hover {
	/*color: #FFF;*/
	padding-bottom: 10px;
	display: block
}
.form_cofnirmfields{
	width:250px !important;
}
.form_cofnirmfields input{
	width:100% !important
}

a{
	color:#fff;
	font-weight: bold;
}
a:hover, a:active, a:focus{
	color:#fff;
	text-decoration: none;
}
.tickmark {
	position: absolute;
}
.modal-open {
	padding-right: 0 !important;
}

.custom-alert-css {
    margin-bottom: 0 !important;
    margin-top: 15px !important;
}
#div_with_content{
	font-family: 'interstate-lightcondensedRg';
}
.alert-danger .close, .alert-danger button:hover{
	font-family:Arial, Helvetica, sans-serif !important;
	  color: #F2DEDE !important;
	  opacity:0.7 !important
}
.alert-danger {
  color: #F2DEDE;
  background-color: #AB0167 !important;
  border-color: #AB0167;
}
.center_content h2, .center_content h3 {
	border-top:1px dashed #e149a4;
	border-bottom:1px dashed #e149a4;
	background:#A01F6C;
	padding: 3px 10px;
}




/*donation_responsive*/
.donation_bg{
	/*background: url(../images/donation_bg.png) no-repeat;*/
	background: transparent url("../images/donation_bg.png") no-repeat scroll 0% 17px / 411px auto;
	/*margin-bottom: 10px;
    background-size: 411px;
    background-position-y: 0 30px;*/
}
.donation_lrg_heading{
  font-size: 55px;
  text-align: center;
}
.donation_heading_para{
	font-size:28px;
	text-align: center;
}
.donation_heading_para span{
	padding-left:181px;
}

.donation_list_section{
  padding-left: 441px;
  margin-top: 38px;
  margin-bottom: 41px;
}
.weproud_section{
	  padding-top: 21px;
  padding-bottom: 25px;
  padding-left: 335px;
}
.youroptions{
  font-family: 'centaurregular';
  color: #E2317B;
  height: 50px;
  padding-left: 260px;
}
/*donation_responsive end*/

.donation_lrg_heading{
  text-transform: uppercase;
  padding-bottom: 11px;
  padding-top: 11px;
}


.donation_bg .list_section{
	clear:both
}

.donation_bg .list_section .sml_lable{
	  font-family: 'centaurregular';
	  color:#e2317b
}

.donation_bg .list_txt{
	  float: left;
  margin-top: -7px;
  font-size:21px;
}


.no-bg{
	background:none !important;
	border:none !important
}
.center_content .panel-heading{
	padding:0px;
}
.center_content .panel-title, .center_content .panel-title:hover{
	/*background: #A01F6C url(../images/minummarkimg.png) no-repeat 9px 12px ;*/
	/*padding-left:32px !important;*/
	border-top: 1px dashed #E149A4;
	border-bottom: 1px dashed #E149A4;
	padding: 3px 10px;
	font-size:22px;
	color:#FFF;
	cursor:pointer
}

.center_content .panel-title.collapsed{
	/*background: #A01F6C url(../images/plusmarkimg.png) no-repeat 9px 12px ;*/
	/*padding-left:32px !important;*/
	border-top: 1px dashed #E149A4;
	border-bottom: 1px dashed #E149A4;
	padding: 3px 10px;
	font-size:22px;
	color:#FFF;
}

.center_content .panel-title::before {
	content: '-';
	padding-right: 14px;
}

.center_content .panel-title.collapsed::before {
	content: '+';
	padding-right: 10px;
}
.navbar-toggle{
	width:98%
}
.footer_wrapper .navbar{
	margin-bottom:0px;
}

.navbar-toggle .icon-bar {

  width: 100%;
}
.site_logo{
	  font-size: 35px;


  color:#FFF;
  padding-top:2px;
}

.site_logo a{

  color:#FFF;
  text-decoration:none
}
.pink_bg{
  border-top: 1px dashed #E149A4;
  border-bottom: 1px dashed #E149A4;
  background: #A01F6C;	
}

.youroptions {
	display: none;
}

.modal-content {
  position: relative;
  background-color: #AB0167;  border: 1px dashed #E149A4;}

.modal-header h4{

	color:#FFF;
	font-size:30px !important; 
}
.close{
	font-family:Arial, Helvetica, sans-serif !important;

}
.modal-header{
	 border-bottom: 1px dashed #E149A4;
	
}

.modal-footer{
	 border-top: 1px dashed #E149A4;
}
.modal-body{
	color:#fff;
	font-size: 18px;
}
.modal-dialog{
	margin-top:118px;
}

.modal .custom_btn, .modal .btn {
	background-color: #5ED3E9;
	color: #FFF;
}

.modal .custom_btn:hover, .modal .custom_btn:focus, .modal .btn:hover, .modal .btn:focus {
	background-color: #380B54;
}

.support-rightsection{
	border-bottom: 1px dashed #E149A4;
	border-top: 1px dashed #E149A4;
	padding:10px 0px;
	margin:15px 0px; 
}
.modal-body .img-responsive{
	border:1px dashed #fff
}

.modal-body table td{
	color:#FFF !important
}
.modal-header{
	color:#fff
}

#result_email {
	margin-top: 25px;
}

.alert-success {
	color: #451061;
	background-color: #5ED3E9;
	border-color: #451061;
}
.disclouser_check{
	padding-left:35px;
}

.scroller{
	overflow-x: auto; overflow-y:scroll; height:600px;
}


.patren_wrapper{
	max-width:1170px;
	margin:auto
}
.bottom_art{
	clear:both
}
.reward_lable{
  margin-bottom: -10px;
  background: rgba(144, 2, 87, 0.7);
position:absolute;
margin-right:14px;

  z-index: 99;
  text-align: center;
  padding: 5px;
width:94%;
  text-transform: uppercase;
  font-size: 20px;
}
.quicksummary_section{
	border:1px solid #9687a3;
	height:268px;
}.quicksummary_heading{
	  text-transform: uppercase;
  font-size: 20px;
	
}
.quicksumamry_section_inner{
	padding:2px 10px 10px 8px;
}
.quicksummary_section .description_area{
    font-size: 17px;
    height: 206px;
    padding-top: 12px;
}
.skybluebtn{
	background:#4ca7be;
	border-radius:0px;
	font-size:19px;
}
.purplebtn{
background: #B0A0BD;
  border: 1px solid #513867;
  border-radius: 0px;
  height: 63px;
  margin-bottom: 4px;
  text-transform: uppercase;
  font-size: 28px;
}

.right_fourbtns{
	display:block
}
.quickoverview_fourbtns{
	display:none
}
.rewardsection_section{
	margin-bottom:15px;
	padding-top:20px;
	border-top:1px dashed #5b436f
}
.change_btns{
	border-radius:0px;
	background:#4ca7be;
}
 @media (max-width: 400px) {
	 	   .change_btns {

  font-size: 12px;

}
.navbar{
	min-height:auto;
}
.site_logo a {
    color: #FFF;
    text-decoration: none;
    font-size: 21px;
    line-height: 45px;
}
	  .quicksummary_section{
	border:none;
	height:auto;
}

.quicksummary_section .description_area {
  font-size: 17px;
  height: auto;
}
.skybluebtn {

  font-size: 21px;
  margin-top:8px;
}
.right_fourbtns{
	display:none
}
.purplebtn{
	margin-right:7px;
  height: auto;
  font-size: 12px;
}
.quickoverview_fourbtns{
	display:block
}
#activate_code{
	font-size:16px !important;
}
.center_content_section{
	    padding-top: 22% !important;
	
}
 }


 @media (min-width: 400px) and (max-width: 767px)  {

	 .banner_section {
  min-height: 300px;
}
	 .scroller{
	overflow:visible !important;
	 height:auto !important;
}
	  .quicksummary_section{
	border:none;
	height:auto;
}

.quicksummary_section .description_area {
  font-size: 17px;
  height: auto;
}
.skybluebtn {

  font-size: 21px;
  margin-top:8px;
}
.right_fourbtns{
	display:none
}
.purplebtn{
	margin-right:7px;
  height: auto;
  font-size: 19px;
}.quickoverview_fourbtns{
	display:block
}

.site_logo a {
    display: block;
    text-align: center;
    font-size: 25px;
    line-height: 55px;
}

.navbar {
    position: relative;
    min-height: 7px;
}
 }
 
  @media (min-width: 768px) and (max-width: 991px) {
	  .smal_sm_menu{
		  display:none
	  }
	  .reward_lable{
  margin-bottom: -10px;
  background: rgba(144, 2, 87, 0.7);
position:absolute;
margin-right:14px;

  z-index: 99;
  text-align: center;
  padding: 5px;
width:92%;
  text-transform: uppercase;
  font-size: 20px;
}
	  .change_btns {
  border-radius: 0px;
  font-size: 15px;
  padding-left: 11px;
}
	  
	  .quicksummary_section{
	border:1px solid #9687a3;
	height:200px;
}
.skybluebtn {
  background: #4CA7BE;
  border-radius: 0px;
  font-size: 14px;
  padding: 5px;
}
.quicksummary_section .description_area {
  font-size: 13px;
  height: auto;
}
.purplebtn{
  height: 47px;
  font-size: 17px;
}
	  	 .scroller{
	overflow:visible !important;
	 height:auto !important;
}
  }
@media (min-width: 1199px) {
	 .smal_sm_menu{
		  display:none
	  }
	.youroptions {
		display: block;
	}
	
	.reward_image {
		width: 100%;
	}
	
	.weproud_section {
		font-size: 30px;
	}
}

@media (max-width: 1199px) and (min-width: 992px) {
	 .smal_sm_menu{
		  display:none
	  }

	.change_btns{

	font-size:15px;
}
	 .quicksummary_section{
	border:1px solid #9687a3;
	height:219px;
}
.skybluebtn {
  background: #4CA7BE;
  border-radius: 0px;
  font-size: 17px;
  padding: 5px;
}
.quicksummary_section .description_area {
  font-size: 14px;
  height: 162px;
}
.purplebtn{
height: 51px;
  font-size: 21px;
}
	.donation_lrg_heading{
		font-size: 36px;
	}

	.donation_heading_para{
		font-size: 20px;
	}
	
	.donation_bg {
	  background-size: 280px !important;
	  background-position-y: 17px !important;
	}
	
	.confirmreward, .changereward{
		font-size: 18px !important;
	}
	
	.weproud_section {
		font-size: 24px;
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
			  .reward_lable{
  margin-bottom: -10px;
  background: rgba(144, 2, 87, 0.7);
position:absolute;
margin-right:14px;

  z-index: 99;
  text-align: center;
  padding: 5px;
width:92.5%;
  text-transform: uppercase;
  font-size: 20px;
}
}

@media (max-width: 991px) and (min-width: 768px) {
	h1 {
		font-size: 30px;
	}
	
	.center_content_section {
		padding-top: 3%;
	}
	
	.youroptions {
		display: none;
	}

	.donation_lrg_heading{
		font-size: 35px;
	}

	.donation_heading_para{
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	h1 {
		font-size: 24px;
	}
	.reward_lable {
    margin-bottom: 0px;
    background: rgba(144, 2, 87, 0.7);
   position: static; 
     margin-right: 0px; 
    z-index: 99;
    text-align: center;
    padding: 5px;
    width: 100%;
    text-transform: uppercase;
    font-size: 20px;
}
	.disclouser_ul{
		padding-left:10px;
	}
	
	.custom-nav-style {
		padding-top: 0px;
		border-top: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		margin-right: 0px !important;
		padding-right: 15px;
	}	
	
	.custom-nav-style .navbar-nav > li:first-child {
		border-top: 1px dashed #fff;
	}
	
	.custom-nav-style .navbar-nav > li {
		padding: 10px 10px !important;
	}
	
	.youroptions {
		display: none;
	}
	
	.center_content_section {
		padding-top: 22%;
		padding-left: 15px;
		padding-right: 15px;
	}

	.donation_lrg_heading{
		font-size: 35px;
	}

	.donation_heading_para{
		font-size: 18px;
	}
	
	.reward_banner {
		margin-top: 20px !important;
		padding-top: 20px;
		border-top: 1px dashed #E149A4;
	}
	
	 .reward_banner:first-child {

		border-top: none !important;
	}
	
	/*	.confirmreward, .changereward {
	   float: none !important; 
	 font-size: 16px; 
	}*/

	.disclouser_check{
		padding-left:0px;
	}
	
	#code {
		padding: 0px;
	}
}


@media (max-width: 500px) {
	.center_content {
    color: #FFF;
    padding: 0 15px;
    margin: 15px 0;
    font-weight: normal;
    font-family: 'interstate-lightcondensedRg';
    text-align: left;
    font-size: 14px;
    min-height: 475px;
    overflow-x: hidden;
    overflow-y: auto;
}
.purplebtn {
    margin-right: 7px;
    height: auto;
    font-size: 12px;
    height: 55px;
}
}
.alert_width{
	text-align:left;
	clear: both;
    margin: 0 14px;
}
a.pink-link {
	color: #E42293;
}
a.pink-link:hover, a.pink-link:active, a.pink-link:focus {
	color: #FFF;
}
.close {
	opacity: 0.7;
	color: #FFF;
}