/*
*Buttons
*
*/

.assp-button {
	padding: 10px 15px;
	margin:0 7px 7px 0;
	font-size:1em;
	text-decoration: none;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.assp-button:hover {
	color: #333 !important;
	background-color: #E6E6E6 !important;
	text-shadow:none !important;
	text-decoration: none !important;
}

.assp-button.small {
	padding:5px 10px;
	margin:0 5px 5px 0;
	font-size:0.8em;
	}

.assp-button.large {
	padding: 14px 20px;
	margin:0 10px 10px 0;
	font-size:1.5em;
}

.assp-button.rounded {
	border-radius: 3px;
	}

.assp-button.pill {
	border-radius: 30px;
}



/*
*Animated bars
*
*/


.bars {
	margin: 40px 0;
	width: 100%;
	float:left;
}

.bars h3 {
	margin: 0 0 10px;
}

#page .bars p{
	margin: 10px 0;
}

.barholder {
	background: #FFF;
	clear:both;
	width: 100%;
	text-align: left;
	text-indent: 6px;
	position: relative;
	height: 40px;
	border: 1px solid #CCC;
	margin: 5px 0;
	border-radius: 4px;
	-webkit-transition: 0.4s linear;
	-moz-transition: 0.4s linear;
	-ms-transition: 0.4s linear;
	-o-transition: 0.4s linear;
	transition: 0.4s linear;
	-webkit-transition-property: width, background-color;
	-moz-transition-property: width, background-color;
	-ms-transition-property: width, background-color;
	-o-transition-property: width, background-color;
	transition-property: width, background-color;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
.barholder:before, .barholder:after {
	content: '';
	top: 0;
	right: 0;
	left: 0;
	position: absolute;
}
.barholder:before {
	bottom: 0;
	z-index: 2;
	border-radius: 4px 4px 0 0;
}
.barholder:after {
	bottom: 45%;
	z-index: 3;
	border-radius: 4px;
	background-color: transparent;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.3)), color-stop(100%, rgba(255, 255, 255, 0.05)));
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
	background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
	background-image: linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
}
.bar {
	position: absolute;
	display: block;
	max-width: 100%;
	width: 0px;
	height: 40px;
	top: 0px;
	left: 0px;
	border-radius: 3px;
	background-color:#fc0;
}
.bar span.perc {
	display: block;
	margin: 10px 5px;
	font-weight: bold;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}



/*
*Pricetables
*
*/


.pricetable {
	padding-top:10px;
}

.pricetable div:first-child {
	border-radius: 3px;
}

.pricetable.featured{
	padding-top:5px;	
}

.pricetable .footer{
	display: table;
	margin: 20px auto;
}

.pricetable .footer.featured{
	padding: 10px 0;	
}

.pricetable h4, .pricetable h5{
	text-align: center;
}
.pricetable h4 {
	padding:25px 0;
	border-bottom: 1px solid white;
}

.pricetable .content {
	background-color: white;
	padding: 10%;
	color: #999;
	font-size: 0.87em;
	text-shadow:none;
	text-align: center;

}

.pricetable .assp-button {
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1), 1px 1px 0 rgba(255,255,255,0.25) inset;
}

.pricetable ul, .pricetable ol {
	margin:0 10px;
	list-style: none;
	display: inline-block;
	text-align: left;
	
}

.pricetable li {
	padding: 5px 0;
}



/*
*Lists
*
*/


.liststyler { 
	clear:both
}
.liststyler  > p {
	display:none;
}
.liststyler ul{
	list-style:none;
	padding: 0;
	}
.liststyler ul li{
	padding:5px 0 5px 25px;
	}
.arrow1 ul li{ background:url('../images/liststyles/arrow1.png') no-repeat left center; }
.arrow2 ul li{ background:url('../images/liststyles/arrow2.png') no-repeat left center; }
.check1 ul li{ background:url('../images/liststyles/check1.png') no-repeat left center; }
.check2 ul li{ background:url('../images/liststyles/check2.png') no-repeat left center; }
.dot_dark ul li{ background:url('../images/liststyles/dot_dark.png') no-repeat left center; }
.dot_light ul li{ background:url('../images/liststyles/dot_light.png') no-repeat left center; }
.error1 ul li{ background:url('../images/liststyles/error1.png') no-repeat left center; }
.error2 ul li{ background:url('../images/liststyles/error2.png') no-repeat left center; }
.square_dark ul li{	background:url('../images/liststyles/square_dark.png') no-repeat left center; }
.square_light ul li{ background:url('../images/liststyles/square_light.png') no-repeat left center;}


.menu_one ul li {
	padding:5px 0 5px 15px;
	border-bottom:1px solid rgba(100, 100, 100, 0.5);
	background:url('../images/liststyles/arrow2.png') no-repeat -8px 10px;
}
.menu_two ul li {
	padding:5px;
	margin-bottom:2px;
	border:1px solid rgba(100, 100, 100, 0.5);
	border-radius: 2px;
}
.menu_two ul li a{
	display:block;
	padding:5px;
}



/*
*Blockquotes
*
*/

blockquote {
	clear:both;
	line-height:1.6em;
    font-style: italic;
	quotes: none;
	width: 30%;
	margin-top: 10px;
	margin-bottom: 20px;
}

blockquote .author { 
	text-align: right; 
	font-style:normal;
}

blockquote.leftalign{
	float: left;
	margin-left: 0;
	margin-right: 20px;
}

blockquote.rightalign{
	float:right;
	margin-left: 20px;
	margin-right: 0;
}

blockquote.centeralign{
	display: table;
	margin-left: auto;
	margin-right: auto;
}



/*
*Horizontal line
*
*/

hr {
	border-top: 1px dashed #CCC;
	border-bottom: none;
	border-right: none;
	border-left: none;
	margin: 2.5em 0;
	clear: both;
	float: left;
	width: 100%;
}
hr:before,
hr:after {
    content: ".";
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
}


/*
*Dropcap
*
*/

.dropcap {
	display: block;
	float: left;
	font-family:Georgia,"Times New Roman",Serif;
	font-size: 4em;
	margin: 8px 8px 0 0;
	padding: 0 15px;
	line-height: 1em !important;
}

.dropcap.light {
	color: #999;
	text-shadow: 1px 1px 2px #fff;
}

.dropcap.dark {
	background-color: #666;
	color: white;
	text-shadow: 1px 1px 2px #333;
}