/* here you can put your own css to customize and override the theme */

.color-blue {
  color: #3e9ed5;
}
.blue-block{display:inline-block;background:#3e9ed5;
	padding: 0px 10px;
    line-height: 75px;
}
.font-14{font-size:14px;}
.company-text{line-height:1.8;font-size:16px;font-weight:300;}

.demo-block{
  background: #0188cc;
  padding: 10px 0 10px;	
  color:white;
}
.demo-block .container ul{list-style:none;float:left;}
.demo-block .container li:first-child{font-weight:700;font-size:16px;padding-bottom:3px;}
.demo-block .container li:last-child > span{font-weight:400;}

.demo-block .container button{
	margin-top:23px;
	float:right;
	font-size:16px;font-weight:700;
	background-color: #0b98df; 
	padding:10px 15px;border-radius:28px !important; 
	border:1px solid #FFF;
}
.demo-block .container button:hover{background-color:#1aa4e9;}
.demo-block .container button:active,.demo-block .container button:link{border:1px solid #FFF;border-radius:28px !important; }

div.pricing-item{height:520px;}