@charset "UTF-8";
/* CSS Document */
*, *::before, *::after {
    box-sizing: inherit;
}

p, li {
    font-size: 16px;
    font-weight: 200;
}

p {
    line-height: 25px;
}

h4 {
    font-family: "Yahoo Sans", Arial, clean, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    margin: 0px 0px 25px;
    letter-spacing: 2px;
}

h6 {
    font-family: "Yahoo Sans", Arial, clean, sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 21px;
    margin: 0px 0px 18px;
    text-transform: uppercase;
    margin-bottom: 2px;
    color: #919191;
    font-weight: 500;
}

li {
    margin: 8px 0;
}

/******/

p.leading {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 22px;
}

.section-description {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 22px;
    width: 55%;
    margin: 40px auto;
}

/******/

.logo-main {
    overflow: hidden;
    width: 130px;
    height: 30px;
    margin: 23px;
    position: relative;
    top: 14px;
    left: -32px;
}

.logo-main img {
    width: 127px;
}

.layout-page {
    padding-top: 120px;
}

.layout-main {
    width: 100%;
}

.layout-nav {
    width: 100%;
    height: 98px;
    background-color: #FAFAFC;
}

.layout-content {
    width: 100%;
    height: inherit;
    clear: both;
    padding: 20px 0;
}

.layout-content.head-content {
    background: #400090 url(../images/background_algos.png);
    min-height: 250px;
}

.layout-content.head-content h1, .layout-content.head-content p {
    color: #fff;
}

.layout-content.head-content .layout-section {
    text-align: center;
}

.layout-content.head-content .layout-section h1.without-subtext {
    margin-top: 100px;
}

.layout-content.cart {
    background-color: #f0f0f0;
    height: inherit;
    padding: 0;
}

.layout-content.odd {
}

.layout-content.even {
    background-color: #f0f0f0;
}

.layout-head {
    width: 1100px;
}

.layout-main, .layout-section {
    width: 1100px;
    margin: 0 auto;
}

.layout-section.section-cart {
    text-align: right;
    height: inherit;
}

.layout-section.section-cart .cart-status, .layout-section.section-cart .cart-cart, .layout-section.section-cart .cart-account {
    display: inline-block;
}

.section-cart-items {
    position: relative;
    top: -5px;
}

.cart-cart, .cart-account {
    padding-top: 10px;
}

.layout-section.section-cart ul {
    list-style-type: none;
    margin: 0 !important;
    padding: 0 5px;
}

.layout-section.section-cart li {
    display: inline-block;
    margin: 0 !important;
    vertical-align: middle;
}

.cart-status {
    height: 42px;
    vertical-align: middle;
    position: relative;
}

.cart-separator-start {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    border-right: 1px solid #999;
    border-top: 1px solid #999;
    width: 15px;
    height: 15px;
    margin-right: 10px;
}

.cart-separator {
    border-left: 1px solid #999;
    width: 1px;
    height: 40px;
    margin-left: 10px;
    padding-right: 10px
}

.link-cart {
    width: 48px;
    height: 40px;
    display: inline-block;
    background: transparent url(../images/icon_cart.png) 0 0 no-repeat;
    overflow: hidden;
    text-indent: 999px;
    margin: 5px 0;
    position: relative;
    top: 5px;
    left: 5px;
}

.link-account {
    width: 48px;
    height: 40px;
    display: inline-block;
    background: transparent url(../images/icon_account.png) 0 0 no-repeat;
    overflow: hidden;
    text-indent: 999px;
    margin: 5px 0;
}

.cart-count {
    background-color: #f00;
    color: #fff;
    width: inherit;
    min-width: 20px;
    height: 20px;
    padding: 2px;
    border-radius: 20px;
    display: inline-block;
    text-align: center;
    margin-bottom: 10px;
}

.button-section {
    text-align: center;
    margin: 10px 0;
}

/*********/

.breadcrumbs {
    text-transform: uppercase;
    color: #C8C7C7;
    font-weight: 100;
    text-indent: 25px;
}

ul.list-sections {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    font-family: "Yahoo Sans", Arial, clean, sans-serif;
    font-weight: 400;
    list-style: outside none none;
    margin: 0px;
    padding: 0px;
    font-size: 22px;
    line-height: 36px;
}

ul.list-sections li {
    margin-bottom: 12px;
    line-height: 32px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-size: 20px;
    padding-left: 20px;
}

.list-column {
    display: inline-block;
    vertical-align: top;
    max-width: 490px;
    margin: 35px 25px;
}

.list-column li {
    list-style: outside none none;
    font-size: 18px;
    padding: 8px 0;
}

ul#topNav li a.link-labs {
    font-size: 18px;
    letter-spacing: 1.5px;
    color: #FFF;
}

.section-footer {
    text-align: right;
}

ul.footer-list {
    list-style: none;
}

ul.footer-list li {
    display: inline-block;
    margin: 0 18px 18px;
}

/*
 * RESPONSIVE SIZES:
 * 950px
 * 800px
 * 600px
 */

@media screen and (max-width: 1100px) {
    .layout-head, .layout-main, .layout-section {
        width: 1100px;
    }

    .logo-main {
        left: -18px;
    }
}

/*******************/

@media screen and (max-width: 900px) {
    .layout-head, .layout-main, .layout-section {
        width: 700px;
        margin: 0;
    }

    .logo-main {
        left: -18px;
    }
}

/*******************/

@media screen and (max-width: 600px) {
    .layout-head {
        width: 100%;
    }

    .layout-main, .layout-section {
        width: 100%;
        margin: 0;
    }

    .layout-content {
        position: initial;
    }

    .logo-main {
        top: -20px;
        left: 132px;
    }

    .layout-nav {
        padding: 2px 0;
    }

    ul#topNav {
        width: 137px;
    }

    .layout-nav {
        background-color: rgba(0, 0, 0, 0);
    }

    .layout-head {
        background-color: #FAFAFC;
        height: 35px;
        padding: 20px 0px;
        position: relative;
        top: -2px;
        width: 100%;
    }

    #navMain.navigation.mobileShow, #navSub.mobileShow {
        position: relative;
        top: -2px;
    }

    .layout-page {
        padding-top: 75px;
    }
}






