/* To avoid rendering of partial HTML untill AngularJS is loaded and processed the page */
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none;
}
body {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color:black;
  font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
}
small{
	font-size: 70%;
}

.remove-left-right-margin {
  margin-left: 0px;
  margin-right: 0px;
}

.lead {
  font-size: 18px;
  text-align: justify;
  padding: 0 8%;
  color: #141414;
  font-weight: 400;
}
.lead-nopadding {
  font-size: 18px;
  text-align: justify;
}
.lead-nopadding-large-font {
  font-size: 22px;
  text-align: justify;
}

.lead-small-font {
  font-size: 16px;
  text-align: justify;
  padding: 0 8%;
}

.lead1 {
	font-size: 22px;
	font-weight: 400;
	padding-left: 60px;
}
.lead2 {
	font-size: 16px;
	font-weight: 400;
	padding-left: 20px;
}
.lead2 a {
  color:inherit;
}
.demo-link {
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
}
.featureh{
	padding: 70px 30px 10px;
}
.featureh:hover{
	background: rgba(200,200,200,0.1);
	border-radius: 10px; 
}
.fex{
	padding: 10px 100px;
	margin-top: 40px;
	font-size: 18px;
}
.navbar-nav > li > a {
  font-weight:500;
}
.logo-header{
	display: none;
}
@media screen and (min-width: 768px) {
.logo-header{
	display: inherit;
}
.navbar-header {
  display: none;
}

.navbar {
  min-height: 0;
}

}
.nav {
	
}
.horz{
	
}
.bback{
	padding: 0px 20px 10px;
	border-bottom: 1px solid #e7e7e7;
}
.features{
	background-color: #f8f8f8;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
}
.features-no-bg{
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}
.header{
	padding: 20px 0;
}
.navbar-call-right{
	position: absolute;
	right: 6%;
}
.social{
	margin-top: 5px;
}
footer {
	padding: 30px 8%;
	background: #eee;
	font-size: 15px;
	font-weight: 400;
}
.blog-feed-entries {
  font-size: 14px;
}

.blog-feed-entries > div + div {
  border-top: 1px dashed #ccc;
}

.content-section-a {
	background-color: #f8f8f8;
	padding: 20px 0;
}

.content-section-b {
    padding: 20px 0;
    border: none;
}

.section-heading {
	margin-bottom: 30px;
}

.h4-lh{
	line-height: 30px;
}
/* New price style */
.new-price-th  {
  background-color: #f5f5f5;
  color: #275274;
  font-size: 18px;
  padding: 10px 15px;
  border-left: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
}

.new-price-td {
  background-color: #fff;
  border-left: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  padding: 10px 15px;
}

.lead li{
	margin-top: 15px;
}
.planf{
	border-top: 1px solid #e7e7e7;
	
	padding: 20px 0;
}
.featurei{
	width: 130px;
	height: 130px;
	background: #b4d0e6;
}
.featurei-no-bg{
    width: 180px;
    height: 180px;
}
.iconc{
	margin-top: 30%;
	margin-left: 30%;
	font-size: 52px;
	color: #666;
}
.iconcb{
	margin-top: 30%;
	margin-left: 40%;
	font-size: 52px;
	color: #666;
}

.btn {
  border-radius: 4px;
}
.btn-lg {
    font-weight: bold;
    padding: 10px 25px;
}
.btn-benefits {
    font-size: 130%;
    padding: 10px 25px;
}
/* Override CSS for Navbar's Active button */
.navbar-inverse .navbar-nav > .active > a, 
.navbar-inverse .navbar-nav > .active > a:hover, 
.navbar-inverse .navbar-nav > .active > a:focus {
    background-color: #67B7F5; 
    color: #FFFFFF;
}

.table-striped-custom >tbody:nth-child(2n+1) > tr > td{
    background-color: #F9F9F9;
}
.table thead > tr > th {
  border-top:none;
  background-color: #DDDDDD;
}

.clickable-text {
  cursor: pointer;
}

/* Some of ui components of Angular UI V0.6 dont work with  
 *  Bootstrap 0.3. Following CSS fixes issues with Modal Dialog. 
 */
.modal {
    display: block;
}
.modal-body:before,
.modal-body:after {
    display: table;
    content: " ";
}
.modal-header:before,
.modal-header:after {
    display: table;
    content: " ";
}
.panel-heading .close {
  font-size: x-large;
  color:#fff;
  opacity: 1;
  text-shadow: 0 1px 0 #000;
}
.panel-heading .close:hover,
.panel-heading .close:focus {
  color:#000;
  text-shadow: 0 1px 0 #fff;
}
/* /Modal Dialog hack */