
/*	Account: Disk space
-------------------*/
div.expbar { height: 1.4rem; padding:0; margin: 30px 0 11px; position: relative; }
div.expbar ul {}
div.expbar ul li { height: 1.4rem; list-style-type:none; position:absolute; top:0; left:0; }
div.expbar ul li.txt { color:#333; font-size:.8em; border:1px solid #666; text-align:center; }
div.expbar ul li.bar { border-right:1px solid blue; background-color:#edf3f9; }
div.expbar ul li.legend { top: -22px; font-size: 0.9em; }

/* Loader
-----------------*/
.webcms_loader_1 {
	border: 3px solid #f3f3f3; /* Light grey */
    border-top: 3px solid #e91e31; /* red */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin .8s cubic-bezier(0.13, 0.32, 0.85, 0.62) infinite;
    margin: 0 auto;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* hide loader */
.work_in_progress { display: none; }

/* search map */
#searchMap {
	display: none;
	width: 100%;
	height:400px;
}

/* Plan
-----------------*/
.big-price span{
	/*color: #333;*/
	/*font-size:40px;*/
	font-size: 1em;
}

.btn-price{
    background-color:#e91f31;
    color: #fff;
	border:none;
    padding:10px 20px; 
    font-size: 13px;
	font-weight: 600;
	margin-top:20px;
}

.prices-box{
	margin:50px 0px;
}

.top-content{
	background-color:#4d4d4d;
	padding:20px;
}

.bottom-content{
	background-color:#f6f6f6;
	padding:60px;
}

.prices-box  h3{
	color:#FFF;
}

.prices-box .features li{
	padding:10px;
}

.prices-box .btn.btn-default{
	margin:20px 0px;
}

.prices-box .features-border li{
	border-top:1px solid #c7c7c7;
	padding: 10px 0px;
	font-size: 1.8em;
}

.prices-box .features-border li:last-child{
	border-bottom:1px solid #c7c7c7;
}

