html, body > * {
    font: normal normal 300 16px / 24px "Lato", Helvetica, Arial, Verdana, sans-serif;
    word-spacing: normal;
    color: #000000;
}

#nav-wrapper{
    background-color: #cfcfcf;
    border-bottom: 1px solid #ed018c;
}

.navbar-nav > li > a {
    color: #696969;
}

.navbar-nav > li > a:hover {
    color: #fff;
}

/*#intro-message #content {
    color:#fff;
    text-shadow: -1px -2px 1px #01afef;
}*/

#home-section-container {
    height: 100%;
}

.section-title span:before, .section-title-container.color-border .section-title span:after{
    background-color: #ed018c;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    border-top: none;
}

.justify-center-text {
    text-align: justify; text-align-last: center;
}

#difference-section-page {
    width: 100%;
    overflow: hidden;
    padding: 90px 0 60px;
    background-color: #ffffff;
}

#our-products-section-page {
    width: 100%;
    overflow: hidden;
    padding: 90px 0 60px;
    background-color: #ffffff;
}