body {
    font-family: 'Lato', sans-serif;

    line-height: 1.6;

    color: #222222;

    font-size: 15px;
}

h1 {
    margin-bottom: 30px;
}

h2 {
    margin-top: 55px;
    margin-bottom: 35px;
}

h2:first-of-type {
    margin-top: 15px;
}

h3 {
    margin-bottom: 25px;
    margin-top: 45px;
}

h4 {
    margin-top: 35px;
    margin-bottom: 15px;
    font-weight: bold;
}

p {
}

a{
    color: #a9413a;
}

.row-with-inline{
    font-size:0;
}
.row-with-inline div[class*="col-md-"]{
    font-size:15px;


    display: inline-block;


    vertical-align: middle;;

    float:none;

}


article p {
	line-height: 1.70;
	font-size: 15px;
}

.container article {
    padding: 30px 125px 50px 50px;
    margin-left: 250px;
}
.navbar {
    min-height: 90px;

    border:0;
}
.navbar-default {
    background-color: #fff;
}

.bg-for-intro{
    background-color: #f3f3f3;;

    color: #555;

    padding: 15px 30px;
}

.navbar-header{
    position: relative;
    left: 300px;
}

.sidebar {
    border-right: 1px solid #f0f2f1;
    width: 250px;
    float: left;
    padding: 30px 35px 35px;

    position: fixed;

    top:-1px;
}

.sidebar > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar > ul > li {
    font-size: 18px;
    font-weight: 400;
    padding: 0 0 10px;
    margin: 25px 0 0px;
}

.sidebar > ul > li > ul {
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
    display: block;
    list-style: none;
    margin: 10px 0 0 0;
    padding: 10px 0 0 0;
    font-size: 14px;
}

article > ul  {
    list-style: none;
    font-size: 16px;
}

article > ul > li > ul {
    font-size: 16px;
}

article > ul > li {
    margin-top: 5px;
}

.sidebar a {
    line-height: 1.5;
}

.code {
    margin: 10px 0;
    background: #fafafa;
    font-size: 11px;
    border: 1px solid #ddd;
    padding: 15px;
    width: 100%;
    overflow-x: auto;

    color: #555;
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;

white-space: normal;
}

.code p {
    margin: 0;
}

.container article img {
    max-width: 100%;
    border: 1px dashed #dfdfdf;
    padding: 10px;
    border-radius: 5px;
    margin: 20px 0;
}

.bullet-list ul {
    list-style: disc;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    border-radius: 4px;
    border-left: none;
}

.btn-custom {
    color: #fff;
    background-color: #1fa67b;
}
.btn-custom:hover,
.btn-custom:focus {
    background-color: #1D8967;
    color: #fff;
}

.navbar .container .btn-custom {
    margin: 20px 50px;
}

.clear{
    clear:both;
}






/* ---features-demi-table */
.features-demi-table{
    position:relative;
    display:block;
    margin-bottom:15px;
}
.features-demi-table .ze-title{
    border-bottom:1px dotted rgba(0,0,0,0.3);
    font-size: 16px;
    line-height:2.5em;

    font-style: italic;
}
.features-demi-table .ze-label{
  margin-top: 5px;
float: left;
width: 20%;
font-weight: bold;
font-size: 11px;
position: relative;
top: 4px;
}
.features-demi-table .ze-desc{
    margin-top:5px;
    float:left;
    width:80%;
}
.features-demi-table .ze-desc p{
    margin:0;
}
.features-demi-table.label25  .ze-label{
    width:25%;
}
.features-demi-table.label25  .ze-desc{
    width:75%;
}

.features-demi-table.label35  .ze-label{
    width:35%;
}
.features-demi-table.label35  .ze-desc{
    width:65%;
}

/* ---features-demi-table END */
