/*----------------------------------------------PHOTO ALBUM*/
.album-title {
	font-size: 28px;
	font-weight: bold;
	margin: 0 0 20px 0;
}
.album-wrapper ul {
	display: inline-block;
}
.album-wrapper ul li {
	width: 144px;
	height: 144px;
	line-height: 0;
	float: left;
	list-style-type: none;
	/*position: relative;*/
	margin: 10px;
	-webkit-transition: box-shadow 150ms ease-out;
	-moz-transition: box-shadow 150ms ease-out;
	-webkit-transition: -webkit-box-shadow 150ms ease-out;
	-moz-transition: -moz-box-shadow 150ms ease-out;
	-o-transition: box-shadow 150ms ease-out;
	-ms-transition: box-shadow 150ms ease-out;
	transition: box-shadow 150ms ease-out;
	-webkit-border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 2px;
	-moz-background-clip: padding;
	border-radius: 2px;
	background-clip: padding-box;
}
.album-wrapper ul li {
	-webkit-box-shadow: 0px 0px 0px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 0px 5px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 0px 5px rgba(0,0,0,0.1);
}
.album-wrapper ul li a img {
	-webkit-border-radius: 3px;
	border-radius: 3px; /* future proofing */
	-khtml-border-radius: 3px; /* for old Konqueror browsers */
	-moz-border-radius: 3px;
	display: block;
}
.album-wrapper ul li:hover {
	
}
.choco-dark #Choco_content #Choco_container_description {
	color: #fff;
}
/*----------------------------------------------MOVIE ALBUM*/
.movie-page-title {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 40px;
}
.movie-thumbnail-frame {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	display: inline-block;
	width: 100%;
	margin-bottom: 40px;
	padding-bottom: 40px;
}
.movie-thumbnail-frame:last-child {
	border-bottom: 0px solid rgba(0, 0, 0, 0.0);
}
.movie-thumbnail-frame img {
	width: 132px;
	height: 132px;
	line-height: 0;
	float: left;
	display: block;
	position: relative;
	margin: 10px;
	-webkit-transition: box-shadow 150ms ease-out;
	-moz-transition: box-shadow 150ms ease-out;
	-webkit-transition: -webkit-box-shadow 150ms ease-out;
	-moz-transition: -moz-box-shadow 150ms ease-out;
	-o-transition: box-shadow 150ms ease-out;
	-ms-transition: box-shadow 150ms ease-out;
	transition: box-shadow 150ms ease-out;
	-webkit-border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 2px;
	-moz-background-clip: padding;
	border-radius: 2px;
	background-clip: padding-box;
}
.movie-thumbnail-frame img {
	-webkit-box-shadow: 0px 0px 0px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 0px 5px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 0px 5px rgba(0,0,0,0.1);
}
.movie-thumbnail-frame a img {
	-webkit-border-radius: 3px;
	border-radius: 3px; /* future proofing */
	-khtml-border-radius: 3px; /* for old Konqueror browsers */
	-moz-border-radius: 3px;
	display: block;
}
.movie-thumbnail-frame a {
	float: left;
}
.movie-thumbnail-frame a:after {
	content: "\f144";
	font-size: 75px;
	color: white;
	color: rgba(255,255,255,0.4);
	line-height: 132px;
	text-align: center;
	font-family: 'FontAwesome';
	width: 132px;
	height: 132px;
	position: absolute;
	display: block;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* future proofing */
	-khtml-border-radius: 3px; /* for old Konqueror browsers */
	-moz-border-radius: 3px;
	background: rgba(0,0,0,0.2);
	margin: 10px;
}
.movie-thumbnail-frame a:hover:after {
	color: white;
}
.movie-thumbnail-caption {
	padding: 0 0 0 20px;
	max-width: 83%;
	float: left;
}
@media screen and (max-width: 768px) {
	.movie-thumbnail-caption {
		padding: 20px 0 0 20px;
	}
}
/*----------------------------------------------BLOG*/
.blog-entry {
	display: inline-block;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px 0 30px 0;
}
.blog-entry:first-child {
	padding: 0px 0 30px 0;;
}
.blog-entry:last-child {
	border-bottom: 0px solid rgba(0, 0, 0, 0.0);
}
.blog-entry:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
 
.blog-entry {
    display: inline-block;
}
 
html[xmlns] .blog-entry {
    display: block;
}
 
* html .blog-entry {
    height: 1%;
}
.blog-entry-title {
	width: 100%;
	float: left;
}
.blog-entry-date {
	width: 25%;
	float: left;
	clear: right;
}
.blog-entry-date .charis-date {
	background: rgba(0,0,0,0.1);
}
.blog-entry-date .cat-title {
	display: block;
	font-weight: bold;
	margin: 20px 0 10px 0;
}
.charis-day, .charis-month, .charis-year {
	max-width: 100%;
	width: 128px;
	text-align: center;
}
.charis-day {
	background: #f4f4f4;
	font-size: 50px;
	line-height: 75px;
	height: 75px;
	-webkit-border-top-left-radius: 3px;
  	-webkit-border-top-right-radius: 3px;
  	-moz-border-radius-topleft: 3px;
  	-moz-border-radius-topright: 3px;
  	border-top-left-radius: 3px;
  	border-top-right-radius: 3px;
}
.charis-month {
	background: #c33333;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 22px;
	-webkit-border-bottom-left-radius: 3px;
  	-webkit-border-bottom-right-radius: 3px;
  	-moz-border-radius-bottomleft: 3px;
  	-moz-border-radius-bottomright: 3px;
  	border-bottom-left-radius: 3px;
  	border-bottom-right-radius: 3px;
}
.charis-year {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.blog-entry-category {
	width: 100%;
	display: block;
}
.blog-entry-body {
	width: 73%;
	padding-left: 2%;
	float: right;
}
.blog-tag-cloud {
  display: inline;
  list-style: none;
}

.blog-tag-cloud li {
  display: inline;
  margin: 0;
  padding: 0;
}
#blog-categories {
	margin-bottom: 10px;
}
#blog-archives {
	margin-bottom: 10px;
}
.blog-tag-cloud li:after {
  content: ", ";
}
.blog-tag-cloud li:last-child:after {
  content: "";
}
.display-none {
	display: none;
}
@media all 
and (max-width : 768px) {
	#charis-overflow {
		width: 100%;
		margin: 0;
	}
	.charis-nav li {
		padding-left: 25px;	
	}
	.blog-entry-date {
		width: 100%;
		float: left;
		clear: right;
	}
	.blog-entry-body {
		width: 100%;
		padding-left: 0;
		float: right;
	}
	.blog-entry-category, .blog-entry-date .cat-title {
		display: none;
	}
}
@media screen and (max-width: 500px) {
	.blog-entry-date {
		display: none;
	}
}
/*----------------------------------------------CONTACT*/
.form-input-button[name='resetButton'] {
	
}
.message-text h1{
	font-weight: bold;
	font-size: 20px;
	margin: 15px 0;
} 
.required-text {
	
} 
.form-input-field {
	font-size: 14px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* future proofing */
	-khtml-border-radius: 3px; /* for old Konqueror browsers */
	-moz-border-radius: 3px;
	/*width: 578px;
	max-width: 100%;*/
	width: 96%;
	padding: 10px 10px 10px 12px;
	outline: 0;
	background: #ccc;
	background: rgba(0,0,0,0.1);
	border: none;	
	height: auto;
	margin: 0 0 20px 0;
	display: inline-block;
}
textarea.form-input-field {
	-webkit-border-radius: 3px;
	border-radius: 3px; /* future proofing */
	-khtml-border-radius: 3px; /* for old Konqueror browsers */
	-moz-border-radius: 3px;
	background: #ccc;
	background: rgba(0,0,0,0.1);
	border: none;	
	max-width: 100%;
} 
.form-input-button {
	font-size: 14px;
	cursor: pointer;
}
.form-input-button:hover {
	 
}
.form-input-button:active {
	
}
form div span.charis-symbol {
	position: absolute;
	display: block;
	font-size: 14px;
	height: auto;
	line-height: 55px;
	padding-left: 5px;
}
/*----------------------------------------------SITE MAP*/
.rw-sitemap {
	display: inline-block;
	width: 100%;
}
.rw-sitemap > ul  {
	margin: 0;
}
.rw-sitemap > ul > li {
	margin: 10px 0 0 0;
	padding: 0 0 10px 0;
	list-style-type: none;
	font-weight: bold;
	font-size: 20px;
	width: 100%;
	display: inline-block;
}
.rw-sitemap > ul > li > ul {
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
	display: inline-block;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	width: 100%;
}
.rw-sitemap > ul > li > ul > li {
	margin: 0px 0;
	list-style-type: none;
	font-size: 16px;
	font-weight: normal;
	float: left;
	width: 320px;
}
.rw-sitemap ul li ul li ul {
	margin: 0;
}
.rw-sitemap ul li ul li ul li{
	list-style-type: none;
}
/*----------------------------------------------FILE SHARING*/
.filesharing-item {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 0 0 40px 0;
	margin: 0 0 40px 0;
}
.filesharing-item:last-child {
	border-bottom: 0px solid rgba(0, 0, 0, 0.0);
}
.filesharing-item-title {
	margin: 0 0 20px 0;
}
.filesharing-item-title a:hover {
	color: white;
}
/*----------------------------------------------BUTTONS*/
.btn, .btn-two,.form-input-button  {
	margin: 9px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* future proofing */
	-khtml-border-radius: 3px; /* for old Konqueror browsers */
	font-weight: bold;
}
.btn:hover, .form-input-button:hover{
	color: white;
}
.btn-gradient {
	margin: 5px;
}
a[class*="btn"] {text-decoration: none;}
input[class*="btn"], 
button[class*="btn"] {border: 0;}

/* Here you can change the button sizes */
.btn.large, 
.btn-two.large, 
.btn-effect.large {
  padding: 20px 40px; 
  font-size: 22px;
}
.btn.small, 
.btn-two.small, 
.btn-gradient.small, 
.btn-effect.small {
  padding: 8px 18px;  
  font-size: 14px;
}
.btn.mini, 
.btn-two.mini, 
.btn-gradient.mini, 
.btn-effect.mini {
  padding: 4px 12px;  
  font-size: 12px;
}
.btn.block, 
.btn-two.block, 
.btn-gradient.block, 
.btn-effect.block {
  display: block;
  text-align: center;
}
.btn-gradient.large {
  padding: 15px 45px; 
  font-size: 22px;
}

/* Colors for .btn and .btn-two */
.btn.blue, .btn-two.blue     {background-color: #7fb1bf;}
.btn.green, .btn-two.green   {background-color: #9abf7f;}
.btn.red, .btn-two.red       {background-color: #fa5a5a;}
.btn.purple, .btn-two.purple {background-color: #cb99c5;}
.btn.cyan, .btn-two.cyan     {background-color: #7fccde;}
.btn.yellow, .btn-two.yellow {background-color: #f0d264;}

.rounded {
  border-radius: 10px;
}

/* default button style */
.btn, .filesharing-item-title a, .form-input-button {
	position: relative;
	border: 0;
	padding: 15px 25px;
	display: inline-block;
	text-align: center;
	color: white;
  transition: all 0.08s;
}
.btn:active, .form-input-button:active, .filesharing-item-title a:active {
	top: 4px;	
}

/* color classes for .btn */
.btn.blue {box-shadow: 0px 4px #74a3b0;}
.btn.blue:active {box-shadow: 0 0 #74a3b0; background-color: #709CA8;}

.btn.green {box-shadow: 0px 4px 0px #87a86f;}
.btn.green:active {box-shadow: 0 0 #87a86f; background-color: #87a86f;}

.btn.red {box-shadow:0px 4px 0px #E04342;}
.btn.red:active {box-shadow: 0 0 #ff4c4b; background-color: #ff4c4b;}

.btn.purple {box-shadow:0px 4px 0px #AD83A8;}
.btn.purple:active {box-shadow: 0 0 #BA8CB5; background-color: #BA8CB5;}

.btn.cyan {box-shadow:0px 4px 0px #73B9C9;}
.btn.cyan:active {box-shadow: 0 0 #73B9C9; background-color: #70B4C4;}

.btn.yellow {box-shadow:0px 4px 0px #D1B757;}
.btn.yellow:active {box-shadow: 0 0 #ff4c4b; background-color: #D6BB59;}

/* Button two - I have no creativity for names */
.btn-two {
	color: white;	
	padding: 15px 25px;
	display: inline-block;
	border: 1px solid rgba(0,0,0,0.21);
	border-bottom-color: rgba(0,0,0,0.34);
	text-shadow: 0 1px 0 rgba(0,0,0,0.15);
	box-shadow: 0 1px 0 rgba(255,255,255,0.34) inset, 
				0 2px 0 -1px rgba(0,0,0,0.13), 
				0 3px 0 -1px rgba(0,0,0,0.08), 
				0 3px 13px -1px rgba(0,0,0,0.21);
}
.btn-two:active {
	top: 1px;
	border-color: rgba(0,0,0,0.34) rgba(0,0,0,0.21) rgba(0,0,0,0.21);
	box-shadow: 0 1px 0 rgba(255,255,255,0.89),0 1px rgba(0,0,0,0.05) inset;
	position: relative;
}
/* 3D Button */
.btn-3d {
	position: relative;
	display: inline-block;
	font-size: 22px;
	padding: 20px 60px;
	color: white;
	margin: 20px 10px 10px;
	border-radius: 6px;
	text-align: center;
	transition: all .08s linear;
	text-shadow: 0 1px 0 rgba(0,0,0,0.15);
}
.btn-3d.red:hover    {background-color: #e74c3c;}
.btn-3d.blue:hover   {background-color: #699DD1;}
.btn-3d.green:hover  {background-color: #80C49D;}
.btn-3d.purple:hover {background-color: #D19ECB;}
.btn-3d.yellow:hover {background-color: #F0D264;}
.btn-3d.cyan:hover   {background-color: #82D1E3;}

.btn-3d:active {
	top: 9px;
}

/* 3D button colors */
.btn-3d.red {
	background-color: #e74c3c;
	box-shadow: 0 0 0 1px #c63702 inset,
				0 0 0 2px rgba(255,255,255,0.15) inset,
				0 8px 0 0 #C24032,
				0 8px 0 1px rgba(0,0,0,0.4),
				0 8px 8px 1px rgba(0,0,0,0.5);
}
.btn-3d.red:active {
	box-shadow: 0 0 0 1px #c63702 inset,
				0 0 0 2px rgba(255,255,255,0.15) inset,
				0 0 0 1px rgba(0,0,0,0.4);
}

.btn-3d.blue {
	background-color: #6DA2D9;
	box-shadow: 0 0 0 1px #6698cb inset,
				0 0 0 2px rgba(255,255,255,0.15) inset,
				0 8px 0 0 rgba(110, 164, 219, .7),
				0 8px 0 1px rgba(0,0,0,.4),
				0 8px 8px 1px rgba(0,0,0,0.5);
}
.btn-3d.blue:active {
	box-shadow: 0 0 0 1px #6191C2 inset,
				0 0 0 2px rgba(255,255,255,0.15) inset,
				0 0 0 1px rgba(0,0,0,0.4);
}

.btn-3d.green {
	background-color: #82c8a0;
	box-shadow: 0 0 0 1px #82c8a0 inset,
				0 0 0 2px rgba(255,255,255,0.15) inset,
				0 8px 0 0 rgba(126, 194, 155, .7),
				0 8px 0 1px rgba(0,0,0,.4),
				0 8px 8px 1px rgba(0,0,0,0.5);
}
.btn-3d.green:active {
	box-shadow: 0 0 0 1px #82c8a0 inset,
				0 0 0 2px rgba(255,255,255,0.15) inset,
				0 0 0 1px rgba(0,0,0,0.4);
}

.btn-3d.purple {
	background-color: #cb99c5;
	box-shadow: 0 0 0 1px #cb99c5 inset,
				0 0 0 2px rgba(255,255,255,0.15) inset,
				0 8px 0 0 rgba(189, 142, 183, .7),
				0 8px 0 1px rgba(0,0,0,.4),
				0 8px 8px 1px rgba(0,0,0,0.5);
}
.btn-3d.purple:active {
	box-shadow: 0 0 0 1px #cb99c5 inset,
				0 0 0 2px rgba(255,255,255,0.15) inset,
				0 0 0 1px rgba(0,0,0,0.4);
}

.btn-3d.cyan {
	background-color: #7fccde;
	box-shadow: 0 0 0 1px #7fccde inset,
				0 0 0 2px rgba(255,255,255,0.15) inset,
				0 8px 0 0 rgba(102, 164, 178, .6),
				0 8px 0 1px rgba(0,0,0,.4),
				0 8px 8px 1px rgba(0,0,0,0.5);
}
.btn-3d.cyan:active {
	box-shadow: 0 0 0 1px #7fccde inset,
				0 0 0 2px rgba(255,255,255,0.15) inset,
				0 0 0 1px rgba(0,0,0,0.4);
}

.btn-3d.yellow {
	background-color: #F0D264;
	box-shadow: 0 0 0 1px #F0D264 inset,
				0 0 0 2px rgba(255,255,255,0.15) inset,
				0 8px 0 0 rgba(196, 172, 83, .7),
				0 8px 0 1px rgba(0,0,0,.4),
				0 8px 8px 1px rgba(0,0,0,0.5);
}
.btn-3d.yellow:active {
	box-shadow: 0 0 0 1px #F0D264 inset,
				0 0 0 2px rgba(255,255,255,0.15) inset,
				0 0 0 1px rgba(0,0,0,0.4);
}

/* Gradient buttons */
.btn-gradient {
	text-decoration: none;
	color: white;
	padding: 10px 30px;
	display: inline-block;
	position: relative;
	border: 1px solid rgba(0,0,0,0.21);
	border-bottom: 4px solid rgba(0,0,0,0.21);
	border-radius: 4px;
	text-shadow: 0 1px 0 rgba(0,0,0,0.15);
}
/* Gradient button's colors */
.btn-gradient.cyan {
	background: rgba(27,188,194,1);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(27,188,194,1)), to(rgba(24,163,168,1)));	background: -webkit-linear-gradient(rgba(27,188,194,1) 0%, rgba(24,163,168,1) 100%);	background: -moz-linear-gradient(rgba(27,188,194,1) 0%, rgba(24,163,168,1) 100%);	background: -o-linear-gradient(rgba(27,188,194,1) 0%, rgba(24,163,168,1) 100%);	background: linear-gradient(rgba(27,188,194,1) 0%, rgba(24,163,168,1) 100%);	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1bbcc2', endColorstr='#18a3a8', GradientType=0);}.btn-gradient.red{	background: rgba(250,90,90,1);	background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(250,90,90,1)), to(rgba(232,81,81,1)));	background: -webkit-linear-gradient(rgba(250,90,90,1) 0%, rgba(232,81,81,1) 100%);	background: -moz-linear-gradient(rgba(250,90,90,1) 0%, rgba(232,81,81,1) 100%);	background: -o-linear-gradient(rgba(250,90,90,1) 0%, rgba(232,81,81,1) 100%);	background: linear-gradient(rgba(250,90,90,1) 0%, rgba(232,81,81,1) 100%);	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa5a5a', endColorstr='#e85151', GradientType=0 );}.btn-gradient.orange {	background: rgba(255,105,30,1);	background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255,105,30,1)), to(rgba(230,95,28,1)));	background: -webkit-linear-gradient(rgba(255,105,30,1) 0%, rgba(230,95,28,1) 100%);	background: -moz-linear-gradient(rgba(255,105,30,1) 0%, rgba(230,95,28,1) 100%);	background: -o-linear-gradient(rgba(255,105,30,1) 0%, rgba(230,95,28,1) 100%);	background: linear-gradient(rgba(255,105,30,1) 0%, rgba(230,95,28,1) 100%);}.btn-gradient.blue {	background: rgba(102,152,203,1);	background: -moz-linear-gradient(top, rgba(102,152,203,1) 0%, rgba(92,138,184,1) 100%);	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(102,152,203,1)), color-stop(100%, rgba(92,138,184,1)));	background: -webkit-linear-gradient(top, rgba(102,152,203,1) 0%, rgba(92,138,184,1) 100%);	background: -o-linear-gradient(top, rgba(102,152,203,1) 0%, rgba(92,138,184,1) 100%);	background: -ms-linear-gradient(top, rgba(102,152,203,1) 0%, rgba(92,138,184,1) 100%);	background: linear-gradient(to bottom, rgba(102,152,203,1) 0%, rgba(92,138,184,1) 100%);	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6698cb', endColorstr='#5c8ab8', GradientType=0 );}.btn-gradient.purple {	background: rgba(203,153,197,1);	background: -moz-linear-gradient(top, rgba(203,153,197,1) 0%, rgba(181,134,176,1) 100%);	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(203,153,197,1)), color-stop(100%, rgba(181,134,176,1)));	background: -webkit-linear-gradient(top, rgba(203,153,197,1) 0%, rgba(181,134,176,1) 100%);	background: -o-linear-gradient(top, rgba(203,153,197,1) 0%, rgba(181,134,176,1) 100%);	background: -ms-linear-gradient(top, rgba(203,153,197,1) 0%, rgba(181,134,176,1) 100%);	background: linear-gradient(to bottom, rgba(203,153,197,1) 0%, rgba(181,134,176,1) 100%);	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb99c5', endColorstr='#b586b0', GradientType=0 );}.btn-gradient.yellow {	background: rgba(240,210,100,1);	background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(240,210,100,1)), to(rgba(229,201,96,1)));	background: -webkit-linear-gradient(rgba(240,210,100,1) 0%, rgba(229,201,96,1) 100%);	background: -moz-linear-gradient(rgba(240,210,100,1) 0%, rgba(229,201,96,1) 100%);	background: -o-linear-gradient(rgba(240,210,100,1) 0%, rgba(229,201,96,1) 100%);	background: linear-gradient(rgba(240,210,100,1) 0%, rgba(229,201,96,1) 100%);	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0d264', endColorstr='#e5c960', GradientType=0 );}.btn-gradient.green {	background: rgba(130,200,160,1);	background: -moz-linear-gradient(top, rgba(130,200,160,1) 0%, rgba(130,199,158,1) 100%);	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(130,200,160,1)), color-stop(100%, rgba(130,199,158,1)));	background: -webkit-linear-gradient(top, rgba(130,200,160,1) 0%, rgba(130,199,158,1) 100%);	background: -o-linear-gradient(top, rgba(130,200,160,1) 0%, rgba(130,199,158,1) 100%);	background: -ms-linear-gradient(top, rgba(130,200,160,1) 0%, rgba(130,199,158,1) 100%);	background: linear-gradient(to bottom, rgba(130,200,160,1) 0%, rgba(124, 185, 149, 1) 100%);	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82c8a0', endColorstr='#82c79e', GradientType=0 );}.btn-gradient.red:active 	  {background: #E35252;}.btn-gradient.orange:active {background: #E8601B;}.btn-gradient.cyan:active 	{background: #169499;}.btn-gradient.blue:active 	{background: #608FBF;}.btn-gradient.purple:active {background: #BD8EB7;}.btn-gradient.yellow:active {background: #DBC05B;}.btn-gradient.green:active  {background: #72B08E;}