/*
*Buttons
*
*/

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

/*
*Price list
*
*/


ul.dotted li, ul.dotted div {
height: inherit;
list-style-type: none;
margin: 0;
}

ul.dotted > li div {
float: left;
width: 80%;
position: relative;
overflow: hidden;
margin:0;
}

.dotted div.item {
width: 80%;
}

.dotted div.prices {
width: 20%;
text-align: right;
overflow: visible;
}

.dotted div.item, .dotted div.prices {
height: 1.5rem;
font-weight: bold;
}

ul.dotted span {
display: block;
position: absolute;
padding: 0 5px;
}

ul.dotted span:after {
content: "";
display: block;
position: absolute;
top: 67%;
width: 1000px;
border-top: 1px dotted #999;
}

div.item span {
left: 0;
}

div.item span:after {
left: 100%;
}

div.prices span {
right: 0;
}

div.prices div {
width: 100% !important;
}

div.prices span:after {
right: 100%;
}

ul.dotted p {
padding: 0px 10px 0px;
clear: both;
margin-bottom: 0;
font-style: italic;
}


/*
*Animated bars
*
*/


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

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

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

.barholder {
	position: relative;

}

.bar {
	position: absolute;	
	max-width: 100%;	
	top: 0px;
	left: 0px;
		
}
.bar span.perc {
	color: white;
	font-size: 1rem;
	line-height: 1rem;
	margin: 3px 0 0 5px;
	position: absolute;
}



/*
*Pricetables
*
*/

.pricing-table-content ul{
	width: 100%;
	margin-left: 0;
}

.pricing-table-content li{
    background-color: white;
    padding: 0.9375rem;
    text-align: center;
    color: #333333;
    font-size: 0.875rem;
    font-weight: normal;
    border-bottom: dotted 1px #dddddd; 
}

.pricing-table li{
	margin: 0 !important;
}

.pricing-table br {
	display:none;
}

.pricing-table p{
	display: none;
}


/*
*Lists
*
*/


.liststyler { 
	clear:both
}
.liststyler  > p {
	display:none;
}
.liststyler ul{
	list-style:none !important;
	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 .author { 
	text-align: right; 
	font-style:italic;
}


/*
*Dropcap
*
*/

.dropcap {
	font-family:Georgia,"Times New Roman",Serif;
	font-size: 4em;
	line-height: 1rem !important;
}

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

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


/*
*Gap
*
*/

.gap {
	border: none;
	padding: 0.5rem 0 0 0;
}

/*
*Chart
*
*/

.legend {
	font-size: 0.9rem;
	display: inline-block;
}

.legend span  {
	border-radius: 50%;
	width: 10px;
	height: 10px;
	display: inline-table;
	margin: 5px;
	vertical-align: middle;
}

.legend strong  {
	padding: 0 0.7rem 0 0.2rem;
}

.wp_charts_canvas {    				
    max-width:100%;
}

.chartholder.aligncenter {
	display: table;
}
.legendholder.aligncenter {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	text-align: center;
}
.legendholder.aligncenter .legend{
	margin: 0;
	display: inline-block;
}

/*
*Counter
*
*/

.circliful {
    position: relative; 
}

.circle-text, .circle-info, .circle-text-half, .circle-info-half {
    width: 100%;
    position: absolute;
    text-align: center;
    display: inline-block;
}

.circle-info, .circle-info-half {
	color: #999;
	padding-top: 0.2rem;
}

.circliful .fa {
	margin: -10px 3px 0 3px;
	position: relative;
	bottom: 4px;
}

/*
*Alert box
*
*/

.alert-box.round {
	padding: 2rem 3rem;
}

/*
*Modal
*
*/
.reveal-modal-bg{
	z-index: 999;
}
.reveal-modal{
	z-index: 1000;
}