html, body {
    font-family: "Raleway";
    color: #CCC;
    margin: 0;
    padding: 0;

}

/* Common Styles */ 


.row-full {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: inherit;
}

.table {
    display: table;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.hidden {
    visibility: hidden;
}

.none {
    display: none;
}

.margin-top {
    margin-top: 5rem;
}

.margin-bottom {
    margin-bottom: 1rem;
}

/* Main */

.pc-box {
        background: #333;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 10000;
        width: 100%;
}

.pc-box p , .pc-box .right{
    color: #FFF;
    font-size: 0.75rem;
    margin: 1.25rem 0 0 0;
}

#header {
    background: #43393A url('/ok/images/main-bg-light.png') repeat-x;
    background-position:bottom;
    min-height: 100vh;
    position: relative;
}

.header-container {
    width: 100%;
    text-align: center;
}

.brand-container {
    width: 100%;
}

.brand-container h2 {
    color: #CCC;
    font-family: "Poiret One";
    font-size: 2rem;
    font-weight: normal;
    margin: auto;
    padding: 2rem 0;
    width: 65%;
}

.brand-container h1 {
    display: block;
    font-family: "Righteous";
    font-size: 3rem;
    font-weight: bold;

}

.header-scroll-down {
    cursor: pointer;
    position: absolute;
    bottom: 75px;
    left: 50%;
}

.header-scroll-down i{
    position: relative; left: -50%;
    font-size: 2.3rem;
}


.site-nav {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
}

.site-nav > div {
    height: 80px;
}


.navigation {
    list-style: none;
    margin: 0 auto;
    width: 65%;
    text-align: center;
}

.navigation li {
    display: inline-block;
}

.top-bar-section li:not(.has-form) a:not(.button) {
    background: none;
    color: #CCC;
    font-weight: bold;
    font-size: 0.85rem;
    /*text-transform: uppercase;*/
}

.navigation-area li.active:not(.has-form) a:not(.button) {
    background: none;
    color: #C27E2B;
    border: none;
}

.top-bar-section li:not(.has-form) a:hover:not(.button)
{
    background: none;
    border-bottom: none;

}

.top-bar-section li.active:not(.has-form) a:hover:not(.button)
{
    background: none;
    border-bottom: none;
    color: #da9745;
}









/* ----------------------------------------------------------------------------------------------------------------*/


/* Page Container */

.page-container {

}

/* Quote */

.quote {
    border: none;
    color: #555;
    font-size: 1.1rem;
    margin-bottom: 0;
    text-align: justify;
}

.quote cite {
    color: #777;
}

.quote-container  {
    background: #E7E7E7;
}

.quote-contents-box {
    padding: 2.5rem 0;
}

.quote-image-container {
    text-align: center;
}

.quote-container img {
    vertical-align: middle;


}





/* SECTION: Terminal */ 


/* Terminal Toolbar */

.terminal {
    background: #2F2F2F;
}

.terminal-toolbar {
    background: #2F2F2F;
    border-bottom: 1px solid #444;
    height: 50px;
    width: 100%;
}

.terminal-toolbar {
    line-height: 50px;
}

.brand-x {
    color: #C27E2B;
}

.brand-text {
    color: #F2F2F2;
}

.terminal-toolbar .fa {
    line-height: inherit;
}

/* Terminal Text */

.terminal-user {
    font-size: inherit;
}

.terminal-print-block {
    color: #CCC;
}

/* NAV: Site Navigation */

#site-nav {
    background: #43393A;
}

.navigation-bar:not(.mobile) {
    background: #43393A;
    height: auto;
    padding: 25px 0;
}

.navigation-bar .name {
    height: auto;
}

.navigation-bar:not(.mobile) .name {
    font-size: 24px;
}

.navigation-bar:not(.mobile) .name span {
    font-size: 1.8rem;
    font-weight: bold;

}

.navigation-area.right.large {
    margin-right: 0.9375rem;
}

.navigation-area.right.mobile {

}



.navigation-area.right li {
    background: #43393A;

}


/* COMMON SECTION */

.section-title {
    font-size: 2rem;
    margin: 0;
    padding: 2rem 0.9375rem;
    text-transform: uppercase;
}

.section-title-icon {
    padding-right: 15px;
}

.content {
    color: #43393A;
}

.section-text {
    padding: 5rem 0.9375rem;

}

.section-text ol i{
    padding-right: 5px;
}

.section-text h2 {
    display: block;
    font-size: 1rem;
}

.section-text p {
    font-size: 1rem;
}

/* SECTION: Services */

.about {
    background: #E1E1E1;
}

.section-title-container {
    background: #DDD;
    border-top: 3px solid #DDD;
    border-bottom: 3px solid #D8D8D8;

}

.about .section-title {
    color: #8F7F7F;
}

.about .section-text {
    color: #43393A;
    font-size: 0.85rem;
}

.section-text.image {
    padding-bottom: 0;
}

.about .section-text h2 {
    color: #43393A;
}


/* SECTION: Development */

.development {
    background: #E1E1E1;
}



.development .section-title {
    color: #8F7F7F;
}

.development .section-text {
    color: #43393A;
}

.development .section-text h2 {
    color: #B96753;
}

.dev-block-container {
    color: #EEE;
    height: 300px;
    padding: 15px;
    margin: auto;
    width: 100%;
}

.dev-block-icon {
    text-align: center;
    font-size: 5rem;
}

.dev-blocks-section {

}

h3.dev-block-title {
    border-bottom: 1px solid #DDD;
    font-size: 1.3rem;
    padding: 5px 0;
    margin-top: 10px;
}

.dev-block-container.android {
    background: #5D8F69;
}

.dev-block-container.ios {
    background: #555;
}
.dev-block-container.web {
    background: #8F4F55;
}
.dev-block-container.desktop {
    background: #596C76;
}

.dev-block-container.accounting {
    background: #A9594E;
}

.dev-block-container.warehouse {
    background: #C27E2B;
}

p.dev-block-text, ul.dev-block-text
 {
    font-family: "Trebuchet MS";
    font-size: 0.80rem;
    margin-bottom: 0;
}


.dev-block-arrow {
    cursor: pointer;
    font-size: 1.2rem;
    bottom: 5px;
    position: absolute;
    right: 25px;
}

/* SECTION: Privacy */

.privacy {
    background: #E1E1E1;
}

.privacy .section-title {
    color: #8F7F7F;
}


/* SECTION: Contacts */

.contacts {
    background: #E1E1E1;
}

.contacts .section-title {
    color: #8F7F7F;
}



#google-map {
    width: 100%;
    height: 500px;
    background-color: #CCC;
}

.badge-container {
    background: #CCC;

    width: 100%;
}

.badge-container:before,
.badge-container:after{
    content:" ";
    display:table
}

.badge-container:after{clear:both}


.badge-icon {
    background: #CCC;
    color: #FFF;

    float: left;
    padding: 10px;
    width: 25%;
    text-align: center;
}

.badge a {
    color: #FFF;
}

.badge a:hover {
    color: #C27E2B;
}

.badge {
    background: #CCC;
    color: #FFF;
    float: left;
    font-family: "Trebuchet MS";
    line-height: inherit;
    padding: 10px;
    text-align: center;
    width: 75%;
}

.badge-container.mail .badge-icon {
    background: #656565;
}

.badge-container.mail .badge {
    background: #555;
}

.badge-container.phone .badge-icon {
    background: #D9594E;
}

.badge-container.phone .badge {
    background: #A9594E;
}

.badge-container.fax .badge-icon {
    background: #508ca3; 
}

.badge-container.fax .badge {
    background: #596C76;
}

.contactus {
    background: #DDD;
}

.contactus h3 {
    /*color: #8F7F7F;*/
    color: #43393A;
    border-bottom: 1px solid #CCC;
    font-size: 2.3rem;
    font-weight: bold;
    width: 100%;
}
.contactus h4 {
    color: #8F7F7F;
    font-style: normal
}

.contactus textarea {
    min-height: 150px;
}

.contactus i {
    padding-right: 10px;
}

.contactus button {
    margin-bottom: 0;
}

/* FOOTER */

footer {
    background: #4e4244;
}

footer h1 {
    display: block;
    width: 100%;
    border-bottom: 1px solid #777;
}

footer .section-text {
    padding: 2rem 0.9375rem;
}

footer h2 {
    color: #CCC;
    font-weight: bold;
    margin-bottom: 0;
    text-transform: uppercase;
}

h2.company {
    color: #B96753;
}

h2.social {
    color: #B96753;
}

h3.company {
    color: #A9594E;
    display: block;
    font-size: 0.90rem;
    font-weight: bold;
    margin-top: 0;
    text-transform: uppercase;
    width: 100%;
}

.div {
    margin: 15px;
    width: 100%;
}

.footer-list {
    font-family: "Trebuchet MS" !important;
    font-size: 0.90rem;
    list-style: none;
    margin: 0;
    padding: 0;

}

.footer-list li > i {
    width: 18px;
}

footer a {
    color: #CCC;
    font-weight: bold;
}

footer a:hover {
    color: #B96753;
}

.footer-end {
    font-family: "Trebuchet MS" !important;
    
    background: #43393A;
    padding: 1.375rem;
}

.footer-end .built-row {
    font-size: 0.85rem;
    padding: 15px 0;
}

.footer-end .company-row {
        font-size: 0.75rem;

}

.cilogo {
    padding-bottom: 5px;
    width: 14px;
    vertical-align: middle;
}

.piva {

}

.copy {
    color: #B96753;
}

.allright {
    color: #508ca3;
}
