.hide_mobile {
	display: none;
}
	
a:link { /* unvisited link */
	color:#686868;
	text-decoration:none;
}    
a:visited { /* visited link */
	color:#686868;
} 
a:hover { /* mouse over link */
	color: #FF7F00;
}   
a:active { /* selected link */
	color:#686868;	
}
/* General styles for all menus */
.cbp-spmenu {
	_background: #F1F1F1;
	background: #F5F5F5;
	position: fixed;
}

.cbp-spmenu h3 {
font-family: "Helvetica";
	_color: purple;
	color: #43505A;
	font-size: 18px;
	padding-left: 10px;
	padding-top: 10px;
	margin: 0;
	_font-weight: 300;
	_background: #0d77b6;
	background: #D4D4D4;
	_display:none;
	height: 44px;
}

.cbp-spmenu a {
font-family: "Helvetica";
	display: block;
	color: #686868;
	font-size: 14px;
	font-weight: 300;
}

.cbp-spmenu a:hover {
	background: #CDCDCD;
}

.cbp-spmenu a:active {
	background: #afdefa;
	color: purple;
}

/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
	width: 240px;
	height: 100%;
	top: 0;
	z-index: 1000;
}

.cbp-spmenu-vertical a {
	_border-bottom: 1px solid yellow;
	border-bottom: 1px solid #CFCFCF;
	padding: 1em;
}

.cbp-spmenu-horizontal {
	width: 100%;
	height: 150px;
	left: 0;
	z-index: 1000;
	overflow: hidden;
}

.cbp-spmenu-horizontal h3 {
	height: 100%;
	width: 20%;
	float: left;
}

.cbp-spmenu-horizontal a {
	float: left;
	width: 20%;
	padding: 0.8em;
	border-left: 1px solid green;
}

/* Vertical menu that slides from the left or right */

.cbp-spmenu-left {
	left: -240px;
}



.cbp-spmenu-left.cbp-spmenu-open {
	left: 0px;
}



/* Horizontal menu that slides from the top or bottom */







/* Push classes applied to the body */

.cbp-spmenu-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}

.cbp-spmenu-push-toright {
	left: 240px;
}

.cbp-spmenu-push-toleft {
	left: -240px;
}

/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* Example media queries */

@media screen and (max-width: 55.1875em){

	.cbp-spmenu-horizontal {
		font-size: 75%;
		height: 110px;
	}

	.cbp-spmenu-top {
		top: -110px;
	}

	.cbp-spmenu-bottom {
		bottom: -110px;
	}

}

@media screen and (max-height: 26.375em){

	.cbp-spmenu-vertical {
		font-size: 90%;
		width: 190px;
	}

	.cbp-spmenu-left,
	.cbp-spmenu-push-toleft {
		left: -190px;
	}

	.cbp-spmenu-right {
		right: -190px;
	}

	.cbp-spmenu-push-toright {
		left: 190px;
	}
}
	
/* General Demo Style */
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);

@font-face {
	font-family: 'fontawesome';
	src:url('../fonts/fontawesome.eot');
	src:url('../fonts/fontawesome.eot?#iefix') format('embedded-opentype'),
		url('../fonts/fontawesome.svg#fontawesome') format('svg'),
		url('../fonts/fontawesome.woff') format('woff'),
		url('../fonts/fontawesome.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body, html { font-size: 100%; 	padding: 0; margin: 0;}

/* Reset */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Clearfix hack by Nicolas Gallagher: https://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

body {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    color: purple;

}



.main,
.container > header {
	width: 100%;
	max-width: 69em;
	margin: 0 auto;
	_padding: 0 1.875em 3.125em 1.875em;
}

.container > header {
	padding: 2.875em 1.875em 1.875em;
}

.container > header h1 {
	font-size: 2.125em;
	line-height: 1.3;
	margin: 0;
	float: left;
	font-weight: 400;
}

.container > header span {
	display: block;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5em;
	padding: 0 0 0.6em 0.1em;

}

.container > header nav {
	float: right;
}

.container > header nav a {
	display: block;
	float: left;
	position: relative;
	width: 2.5em;
	height: 2.5em;
	background: #fff;
	border-radius: 50%;
	color: transparent;
	margin: 0 0.1em;
	border: 4px solid purple;
	text-indent: -8000px;
}

.container > header nav a:after {
	content: attr(data-info);
	color: purple;
	position: absolute;
	width: 600%;
	top: 120%;
	text-align: right;
	right: 0;
	opacity: 0;
	pointer-events: none;
	background: purple;
}

.container > header nav a:hover:after {
	opacity: 1;
}

.container > header nav a:hover {
	background: purple;
}

.main > section {
	_max-width: 260px;
	_width: 90%;
	margin: 0 auto;
}

.main > section h2 {
	font-weight: 300;
	color: #ccc;
}

.main > section button {
	border: none;
	background: purple;
	color: #fff;
	_padding: 1.5em;
	display: block;
	width: 100%;
	cursor: pointer;
	margin: 0px 0;
	font-size: 0.8em;
}

.main > section button:hover {
	background: red;
}

.main > section button.active {
	background: #0d77b6;
	
}

.main > section button.disabled {
	background: #aaa;
	_pointer-events: none;
}

.icon-drop:before, 
.icon-arrow-left:before {
	font-family: 'fontawesome';
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 2;
	text-align: center;
	color: purple;
	-webkit-font-smoothing: antialiased;
	text-indent: 8000px;
	padding-left: 8px;
}

.container > header nav a:hover:before {
	color: #686868;
}

.icon-drop:before {
	content: "\e000";
}

.icon-arrow-left:before {
	content: "\f060";
}


.TextHeader{ 
	  	font-family: Niconne;
		font-size: 26px;
		font-style: normal;
		font-variant: normal;
		_color: #EC6D18;
		color: #000;
		__min-height:55px;
		__max-height:55px;
		_margin:5px;
		__margin-top:10px;
		_background:orange;
		display:inline-block;
	}
	
	.cont_all{
		display:block;
		_background:#43505A;
		background:#FFF;
		max-height:55px;
		min-height:55px;
	}
	
	.container{
	position:relative;
	z-index:1;
	display:block;
	}
	.content{
		font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
		font-size:14px;
		padding-left:10px;
		padding-right:10px;
		color:#000000;
	}
	.content_with_bg6{
		font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
		font-size:14px;
		padding-top:10px;
		padding-left:10px;
		padding-right:10px;
		color:#43505A;
		_font-weight: bold;
		
		background-image: url("../img/zen1.jpg");
		background-repeat: repeat-y ;
		background-size: 100% auto;
		
	}
		.content_with_manu{
		font-family: Niconne;
		font-size: 26px;
		font-style: normal;
		font-variant: normal;
		_color: #EC6D18;
		color: #000;
		padding-top:10px;
		padding-left:10px;
		padding-right:10px;
		color:#FFF;
		
		background-image: url("../img/3.jpg");
		background-repeat: repeat-y ;
		background-size: 100% auto;
		 background-position: 50% 18%;
	}
	
	.content_with_bg2{
		font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
		font-size:14px;
		padding-top:10px;
		padding-left:10px;
		padding-right:10px;
		color:#43505A;
		
		background-image: url("../img/bg2.jpg");
		background-repeat: repeat-y ;
		background-size: 100% auto;
	}
	.content_with_bg2jpg{
		font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
		font-size:14px;
		padding-top:10px;
		padding-left:10px;
		padding-right:10px;
		color:#43505A;
		
		background-image: url("../img/zen2.jpg");
		background-repeat: repeat-y ;
		background-size: 100% auto;
	}
	
	.txt_sm{
		font-size:10px;
	}
	
	.link_footer{
		color:#000;
		font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
		font-size:12px;
		text-align:center;
			background: #F5F5F5;
	}
	


.contact-form{
	background:pink;
	color:white;
	position:relative;
	display:inline-block;
	min-height:200px;
	float:left;
	_margin-left:2px;
}

.input-form{
	padding-left: 0px;
	padding-right: 0px;
	list-style: none;
	line-height:40px;
}

input.msg[type=text] {
	border: 1px solid #999;
	border-radius: 0;
	line-height: 25px;
	max-height: 25px;
	-webkit-appearance: none;
	min-width:290px;
	max-width:290px;
	text-align:left;
	color: #000;
    font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
    font-size:14px;
	font-style:normal;
	font-weight:normal;
	background:#DDDDDD;
	padding-left:4px;
	margin-left:-40px;
}
input.msg[type=submit] {
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size:25px;
	font-style:normal;
	font-weight:normal;
	color:#FFFFFF;
	border: 0px solid #999;
	line-height: 30px;
	-webkit-appearance: none;
	width:290px;
	height:40px;
	background:#2098D1;
	margin-left:-40px;
}

input.msg[type=submit]:hover {
	background:#27589A;
	cursor:pointer;
}
textarea.msg {
	border: 1px solid #999;
	border-radius: 0;
	line-height: 30px;
	-webkit-appearance: none;
	min-width:290px;
	max-width:290px;
	background:#DDDDDD;
	color:black;
	padding-left:4px;
	margin-left:-40px;
}
input.login[type=submit] {
	font-family:  Arial, sans-serif;
	font-size:25px;
	font-style:normal;
	font-weight:normal;
	color:#FFFFFF;
	border: 0px solid #999;
	line-height: 30px;
	-webkit-appearance: none;
	width:290px;
	height:40px;
	background:#2098D1;
}

input.login[type=submit]:hover {
	background:#27589A;
	cursor:pointer;
}

input.signup[type=text],input.signup[type=email],input.signup[type=password] {
	border: 1px solid #999;
	border-radius: 4px;
	line-height: 35px;
	-webkit-appearance: none;
	min-width:290px;
	max-width:290px;
	text-align:left;
	color: #000;
    font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
    font-size:18px;
	font-style:normal;
	font-weight:normal;
	background:#FFF;
	padding-left:4px;
}

input.signup:focus[type=text],input.signup:focus[type=email],input.signup:focus[type=password] {
	border: 1px solid #2098D1;
	border-radius: 4px;
}

input.input_txt3[type=text]{
	font-family: "Avant Garde",Avantgarde,"Century Gothic",CenturyGothic,"AppleGothic",sans-serif;
	font-size: 12px;
	font-style:normal;
	font-weight:normal;
	width:30px;
	padding-left:4px;
	padding-right:4px;
	margin-top:4px;
	border:1px solid #E0E8F6;
	height:30px;
	color:#000;
}

input.input_txt2[type=text]{
	font-family: "Avant Garde",Avantgarde,"Century Gothic",CenturyGothic,"AppleGothic",sans-serif;
	font-size: 12px;
	font-style:normal;
	font-weight:normal;
	width:50px;
	padding-left:4px;
	padding-right:4px;
	margin-top:4px;
	border:1px solid #E0E8F6;
	height:30px;
	color:#000;
}

input.info[type=text]{
	font-family: "Avant Garde",Avantgarde,"Century Gothic",CenturyGothic,"AppleGothic",sans-serif;
	font-size: 12px;
	font-style:normal;
	font-weight:normal;
	width:auto;
	padding-left:4px;
	padding-right:4px;
	margin-top:4px;
	border:1px solid #E0E8F6;
	_padding-left:5px;
	_font-family:raleway;
	_background: #E0E8F6;
	height:30px;
}
textarea.info {
	font-family: "Avant Garde",Avantgarde,"Century Gothic",CenturyGothic,"AppleGothic",sans-serif;
	font-size: 12px;
	font-style:normal;
	font-weight:normal;
	color:black;
	padding-left:0px;
	padding-right:0px;
	
}


.div_cont{
	margin-left:10px;
}

.header_text_big{
  	font-family: Arial, sans-serif;
	_margin-left:15px;
	_margin-top:15px;
	font-size: 18px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	color: #EC6D18;
	text-align:center;
}

.header_text_big_left{
  	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	margin-left:5px;
	_margin-top:15px;
	font-size: 18px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	color: #EC6D18;
	_text-align:center;
}

.content_contact{
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size:14px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:290px;
	color:#000000;
}

.input_txt{
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size:34px;
	text-align:center;
	line-height:50px;
	margin-left:auto;
	margin-right:auto;
	color:green;
}
.or{
	display:block;
	font-family: Roboto, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	color: #43515A;
	text-align:center;
}

.error_login{
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	color: red;
	display:block;
	text-align:center;
}

.text_gender{
	font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
    font-size:18px;
	font-style:normal;
	font-weight:normal;
	color: #999;
}

.gender{
	border: 1px solid #999;
	border-radius: 4px;
	line-height: 35px;
	min-height: 35px;
	-webkit-appearance: none;
	min-width:290px;
	max-width:290px;
	text-align:left;
	color: #999;
    font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
    font-size:18px;
	font-style:normal;
	font-weight:normal;
	background:#FFF;
	padding-top:4px;
}

.special{
	font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
    font-size:18px;
	font-style:normal;
	font-weight:normal;
	background:#FFAA55;
	color: #FFF;
}

.special:hover {
	color: #FFF;
}

.txt_p{
	font-family: "Avant Garde",Avantgarde,"Century Gothic",CenturyGothic,"AppleGothic",sans-serif;
	font-size:14px;
	display:block;
	_margin-right:auto;
	width:290px;
	color:#000000;
}

.txt_green{
	color:green;
	font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
	font-size:14px;
	font-style:normal;
	width:50px;
	text-align:center;
	min-width:290px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	font-weight: bold;
}

.line_23{
	display:inline-block;
	min-width:290px;
	max-width:290px;
	_max-height:30px;
	_position: relative;
}
input.btn6[type=submit] {
	font-family: Arial, sans-serif;
	font-size:18px;
	font-style:normal;
	font-weight:bold;
	color:#FFFFFF;
	border: 0px solid #999;
	line-height: 30px;
	-webkit-appearance: none;
	width:80px;
	height:40px;
	background:#2098D1;
	text-align:center;
}

td.month_mobile{
	font-family: Arial, sans-serif;
	font-size:18px;
	font-style:normal;
	font-weight:bold;
	color: #EC6D18;
	border: 0px solid #999;
	_line-height: 30px;
	-webkit-appearance: none;
	_width:80px;
	height:40px;
	background:#FFF;
	top:0;
	position: relative;
	display:inline-block;
	vertical-align:top;
	padding-top:10px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
table.calendar{
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size:20px;
	font-style:normal;
	font-weight:normal; 
	_padding:4px;
	min-width:290px;
	max-width:290px;
}
td.calendar-day	{ 
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal; 
	position:relative; 
}
* html div.calendar-day { 
	_background:yellow;
}
td.calendar-day:hover{ 
	_background:blue;
}
td.calendar-day-np{
	_background:green;
}
* html div.calendar-day-np { 
	_background:green;
}
td.calendar-day-head { 
	background:white;
	color:#55C0F9;
	line-height:40px;
	text-align:center;
	min-width:40px;
	max-width:40px;
	min-height:38px;
	max-height:38px;
	padding:4px;
}
div.day-number{
	font-family: "Century Gothic",CenturyGothic,AppleGothic,sans-serif;
	font-size:20px;
	font-style:normal;
	font-weight:normal;
	background:#FFFFFF; 
	margin:4px; 
	color:#91949D;
	float:right; 
	min-width:40px;
	max-width:40px;
	min-height:38px;
	max-height:38px; 
	text-align:center; 
	border:1px solid #CECFDE;
	border-radius: 5px;
}
div.day-number:hover{
	background:#9FCF45;
	padding:0px; 
	color:#FFFFFF;
	float:right; 
	min-width:40px;
	max-width:40px;
	min-height:38px;
	max-height:38px; 
	text-align:center; 
	transition: all 0.5s ease-out;
}
.black_link a:link,.black_link a:hover,.black_link a:active,.black_link a:visited{
	color:#000000;
}
.day-number_red a:link{
	color:#000000;
}
div.day-number_red{
	font-family: "Century Gothic",CenturyGothic,AppleGothic,sans-serif;
	font-size:20px;
	font-style:normal;
	font-weight:normal;
	background:#2098D1;
	_background:#FB8873;
	padding:0px; 
	color:white;
	float:right; 
	margin:4px; 
	min-width:40px;
	max-width:40px;
	min-height:38px;
	max-height:38px; 
	text-align:center; 
	border:1px solid #E39D8F;
	border-radius: 5px;
}
.lower{
	position:relative;
	text-align:center; 
	line-height:40px;
}
div.day-number_gray{
	font-family: "Century Gothic",CenturyGothic,AppleGothic,sans-serif;
	font-size:18px;
	font-style:normal;
	font-weight:normal;
	background:#CECFDE;
	_background:#FFFFFF; 
	margin:4px; 
	color:#91949D;
	float:right; 
	min-width:40px;
	max-width:40px;
	min-height:38px;
	max-height:38px; 
	text-align:center;
	border:1px solid #CECFDE;
	border-radius: 5px;
}
/* shared */
td.calendar-day, td.calendar-day-np { 
	background:#FFFFFF;
	min-width:40px;
	max-width:40px;
	min-height:38px;
	max-height:38px;
	border-bottom:1px solid #FFF;
	border-right:1px solid #FFF;
}
.txt_hr{
	font-family: Arial, sans-serif;
	font-size:18px;
	font-style:normal;
	font-weight:normal;
	color:#000;
	_margin-left:20px;

}
.txt_hr2{
	font-family: Arial, sans-serif;
	font-size:18px;
	font-style:normal;
	font-weight:normal;
	color:#2098D1;
	_margin-left:20px;
}
.txt_hr_sm{
	font-family: Arial, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	color:#000;
	_margin-left:20px;

}
div.login_div {
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size:25px;
	font-style:normal;
	font-weight:normal;
	color:#FFFFFF;
	border: 0px solid #999;
	line-height: 30px;
	-webkit-appearance: none;
	width:290px;
	height:40px;
	background:#2098D1;
	text-align:center;
	padding-top:5px;
}

div.login_div:hover {
	background:#27589A;
	cursor:pointer;
}

div.centred {
	min-width:290px;
	max-width:500px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}


div.login_div2 {
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size:25px;
	font-style:normal;
	font-weight:normal;
	color:#FFFFFF;
	border: 0px solid #999;
	_line-height: 30px;
	-webkit-appearance: none;
	width:290px;
	height:40px;
	background:#2098D1;
	text-align:center;
	padding-top:5px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

div.login_div2:hover {
	background:#27589A;
	cursor:pointer;
}

.textarea_note{
	min-width:290px;
	max-width:290px;
	font-family: Arial, sans-serif;
	font-size:18px;
	font-style:normal;
	font-weight:normal;
	color:#000;
}
.txt_green2{
	color:green;
	font-family: Arial, sans-serif;
	font-size:16px;
	font-style:normal;
	
}
.txt_red2{
	color:red;
	font-family:  Arial, sans-serif;
	font-size:16px;
	font-style:normal;
}
.div_menu{
	display:inline-block;
	cursor:pointer;
}
.txt_menu{
	color:#FFAA55;
	font-family:  Arial, sans-serif;
	font-size:18px;
	font-style:normal;
	margin-left:-10px;
	_padding-top:5px;
	_vertical-align: text-top;
	position:relative;
	
}



.progress{
	height:25px;
	margin-bottom:20px;
	overflow:hidden;
	background-color:#f5f5f5;
	border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);
	box-shadow:inset 0 1px 2px rgba(0,0,0,.1);
	
}
.progress-bar{
	float:left;
	width:0;
	height:100%;
	font-size:20px;
	line-height:25px;
	color:#fff;
	text-align:center;
	background-color:#337ab7;
	-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);
	box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);
	-webkit-transition:width .6s ease;
	-o-transition:width .6s ease;
	transition:width .6s ease;
	font-family: "Roboto";
	font-style: normal;
	font-weight: 300;
}
.progress-bar-striped,.progress-striped .progress-bar{
	background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	-webkit-background-size:40px 40px;background-size:40px 40px
}
.progress-bar.active,.progress.active .progress-bar{
	-webkit-animation:progress-bar-stripes 2s linear infinite;
	-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite;
}
.progress-bar-success{
	background-color:#5cb85c
}
.progress-bar-danger{
	background-color:#5cb85c
}