 #featured .grid-row {
    margin-left: 0;
    margin-right: -5px;
}
 #featured .grid-col {
    padding-left: 0;
    padding-right: 5px;
    margin-bottom: 5px;
}
#featured figure {
    position: relative;
    height: 350px;
}
#featured figure figcaption {
    position: absolute;
    bottom: 10px;
    color: #fff;
    text-align: center;
    width: 100%;
}
#featured figure figcaption h2 {
    margin: 0;
    font-size: 36px;
}
#featured figure figcaption h4 {
    height: 40px;
}
#featured .section-heading {
    margin-bottom: 20px;
}
#featured .section-heading-spacer {
    width: 50px;
    border-top: 2px solid #FFF;
}
#clients .block-title {
    text-align: center;
    margin-bottom: 50px;
}
#home #clients .client-list {
    font-size: 0;
    text-align: center;
}
#clients .client-logo {
    display: inline-block;
    height: 50px;
    margin-bottom: 20px;
    margin-left: 25px;
    margin-right: 25px;
}
#clients .client-logo img {
    display: block;
    height: 100%;
    max-width: 100%;
    width: auto;
    filter: gray;
    /* IE6-9 */
    filter: grayscale(1);
    /* Microsoft Edge and Firefox 35+ */
    -webkit-filter: grayscale(1);
    /* Google Chrome, Safari 6+ & Opera 15+ */
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
#clients .client-logo:hover img {
    filter: none;
    -webkit-filter: grayscale(0);
}
/* === END: SECTION CLIENTS === */
/* === NEWS === */
.page.news {
    background-color: #f6f6f6;
    margin-top: 0px;
    margin-bottom: 0px;
}
.page.news .single-post {
    background-color: #fff;
}
.page.news .single-post .single-post-content {
    padding: 30px 45px;
    text-align: center;
}
.page.news .single-post .single-post-content .category {
    color: #4495d1;
    font-size: 14px;
}
.page.news .single-post .single-post-content .title {
    text-transform: uppercase;
}
.page.news .single-post .single-post-content .section-heading-spacer {
    border-top: 2px solid #e7e7e7;
    width: 70px;
}
.page.news .single-post .featured-image {
    height: 350px;
}
/* === SECTION RECOURCES === */
#resources a:hover,
#resources a:active,
#resources a:focus {
    text-decoration: none;
}
#resources .resource {
    color: #999;
    display: block;
    padding: 15px 0;
    text-align: center;
}
#resources .resource,
#resources .resource * {
    -webkit-transition: background-color, border-color, font-size, color, opacity;
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-duration: .2s;
    transition: background-color, border-color, font-size, color, opacity;
    transition-timing-function: ease-in-out;
    transition-duration: .2s;
}
#resources .resource .circle-border {
    display: inline-block;
    color: #ccd1d4;
    border: 1px solid #ccd1d4;
    width: 110px;
    height: 110px;
    border-radius: 100px;
}
#resources .resource .circle-border .icon8d {
    font-size: 64px;
    line-height: 108px;
    -webkit-transition-property: font-size;
    transition-property: font-size;
}
#resources .resource .h3 {
    font-weight: 300;
}
#resources .resource:hover,
#resources .resource:active,
#resources .resource:focus {
    color: #606060;
}
#resources .resource:hover .circle-border,
#resources .resource:active .circle-border,
#resources .resource:focus .circle-border {
    color: #FFF;
    background-color: #4495d1;
    border-color: #4495d1;
}
/* Product submenu */
.product-menu-active {
    overflow: hidden;
}
.product-menu-active .products.submenu {
    overflow-y: scroll;
}
.products.submenu {
    display: none;
    overflow: hidden;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
}
.products .top-line {
    padding-top: 15px;
    padding-bottom: 15px;
}
.products .top-line button.close-menu {
    -webkit-appearance: none;
    color: #4495d1;
    padding: 5px;
    cursor: pointer;
    background: #fff;
    border: 1px solid #4495d1;
    height: 40px;
    width: 40px;
    font-size: 20px;
    border-radius: 40px;
}
.products .top-line button.close-menu:hover {
    color: #fff;
    background-color: #4495d1;
}
.products .top-line button.close-menu:focus {
    outline: none;
}
.products .product-group {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}
.products .product-group + .product-group {
    border-top: 1px solid #e0e0e0;
}
.products .product-group .group-title {
    padding: 10px;
    color: #4495d1;
}
.products .product-group ul {
    letter-spacing: -4px;
    vertical-align: top;
}

.products .product-group li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
}
.products .product-group li a {
    color: inherit;
    display: block;
    padding: 10px;
}

.products .product-group li a img {
    opacity: 0.7;
}
.products .product-group li a:hover,
.products .product-group li a:focus {
    text-decoration: none;
}
.products .product-group li a:hover img,
.products .product-group li a:focus img {
    opacity: 1;
}
.products .product-group li .description {
    padding: 5px;   
}

.products .product-group li .description .discontinued {
    font-size: 0.9em;
}

/* === PRODUCT PAGE === */
.product #product-nav {
    font-family: Frygia-Regular;
    padding: 20px 0;
}
.product #product-nav ul {
    float: right;
    margin: 0;
}
.product #product-nav ul li {
    float: left;
}
.product #product-nav ul li a {
    color: #aaa;
    padding: 10px 15px;
}
.product #product-nav ul li a:hover,
.product #product-nav ul li a:focus {
    color: #4495d1;
}
.product .title {
    color: #4495d1;
    margin-bottom: 30px;
    text-align: center;
}

.product .title .discontinued {
    color: #606060;
    font-size: 0.6em;
}

.product #intro {
    background-color: #eee;
    margin-top: 0;
    padding-top: 50px;
    text-align: center;
}
.product #intro .product-img {
    margin: 0 auto;
}
.product #intro .title {
    margin-top: 40px;
    margin-bottom: 40px;
}
.product #intro .description {
    font-size: 16px;
}
.product #intro .description .btn {
    margin-top: 30px;
    margin-bottom: 30px;
}
.product #overview .content {
    text-align: center;
}
.product #overview .content h5 {
    font-weight: bold;
}
.product #images {
    margin-left: -2px;
}
.product #images .brick {
    padding: 2px 0 0 2px;
    height: 60vw;
}
@media (min-width: 768px) {
    .product #images .brick {
        height: 300px;
    }
}
@media (min-width: 992px) {
    .product #images .brick {
        height: 350px;
    }
}
@media (min-width: 1200px) {
    .product #images .brick {
        height: 400px;
    }
}
.product #images figure {
    background-color: #d5dde0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.product #images figure img,
.product #images figure .img-box {
    height: 100%;
    width: 100%;
    transition: all 300ms ease-in-out 0s;
}
.product #images figure a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.product #images figure:hover img,
.product #images figure:hover .img-box {
    transform: scale(1.05);
}
.product #specs .item {
    color: #888;
    min-height: 90px;
}
.product #specs .item dl.spec {
    margin-bottom: 0;
    margin-left: 75px;
}
.product #specs .item dl.spec dt {
    font-family: Frygia-Regular;
    font-size: 16px;
}
.product #specs .item dl.spec,
.product #specs .item dl.spec:before {
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}
.product #specs .item dl.spec:before {
    display: block;
    float: left;
    background-color: #ccd1d4;
    color: #fff;
    font-size: 30px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 60px;
    margin-left: -75px;
    text-align: center;
}
.product #specs .item:hover {
    color: #606060;
}
.product #specs .item:hover dl.spec:before {
    background-color: #4495d1;
}
.product #devboard-details {
    background-color: #eee;
    background: linear-gradient(90deg, #eee 50%, #4495d1 50%);
    /*
                @media (min-width: 768px) {
                        .img-box figure,
                        .detail-box dl {
                                margin-left: auto;
                                margin-right: auto;
                                width: 750px;
                        }
                }

                @media (min-width: 992px) {
                        .img-box figure,
                        .detail-box dl {
                                width: 970/2px;
                        }

                        .img-box figure {
                                margin-right: 0;
                        }
                        .detail-box dl {
                                margin-left: 0;
                        }
                }

                @media (min-width: 1200px) {
                        .img-box figure,
                        .detail-box dl {
                                width: 1170/2px;
                        }
                }
                */
}
.product #devboard-details .img-box {
    background-color: #eee;
}
.product #devboard-details .img-box .img-responsive {
    margin: 0 auto;
}
@media (min-width: 992px) {
    .product #devboard-details .img-box .img-responsive {
        margin-right: 0;
    }
}
.product #devboard-details .detail-box {
    background-color: #4495d1;
    color: #fff;
    padding: 20px 40px;
}
.product #devboard-details .detail-box .content h2 {
    margin-bottom: 30px;
}
.product #devboard-details .detail-box .content dl {
    font-size: 14px;
}
.product #devboard-details .detail-box .content dl dd + dd {
    margin-top: 10px;
}
.product #downloads .item {
    color: #606060;
    display: block;
    margin-bottom: 15px;
    padding: 5px 5px 5px 40px;
}
.product #downloads .item:before {
    color: #aaa;
    display: block;
    font-size: 30px;
    line-height: 30px;
    width: 30px;
    float: left;
    margin-left: -40px;
    margin-top: -5px;
}
.product #downloads .item a {
    color: inherit;
}
.product #downloads .item a:hover {
    color: #4495d1;
}