@import 'normalize.css';
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');

html, button, input, select, textarea {
    color: #222;
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    /*background: #000 url(../img/bg.jpg) 0 top repeat;
    background-attachment: fixed;*/
    background-color: #FFF;
    font-weight: 300;
    color: #313131;
}

a {
    outline: 0;
}

sub {
    vertical-align: super;
}

button {
    font-family: 'Roboto', sans-serif;
}

h1, h2, h3, h6 {
    font-family: 'Roboto', sans-serif;
    margin: 0px;
    padding-bottom: 10px;
}

h1 {
    color: #333;
    font-size: 18px;
    font-weight: normal;
}

h2 {
    font-size: 32px;
    line-height: 37px;
    color: #313131;
}

h3 {
    font-size: 18px;
    color: #313131;
    font-weight: 500;
    padding-bottom: 13px;
}

h6 {
    font-size: 13px;
    font-weight: normal;
    text-transform: none;
}

h7 {
    font-weight: bold;
}

p {
    margin: 0px;
    padding-bottom: 10px;
}

select {
    font-size: 12px;
    padding: 2px;
}

select option {
    padding-left: 4px;
}

input[type=text]:focus::-webkit-input-placeholder {
    color: transparent;
}

input[type=text]:focus:-moz-placeholder {
    color: transparent;
}

input[type=text]:focus {
    background: #fff;
}

input[type=submit] {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #000;
    border: none;
    cursor: pointer;
    padding: 2px 5px;
    background-color: #FFF;
    text-transform: none;
}

input[type=submit]:hover {
    box-shadow: 0px 0px 6px #FFF;
}

input[type=text], input[type=url], input[type=email], input[type=search], input[type=password] {
    font-family: 'Roboto', sans-serif;
    border: none;
    padding: 3px;
    border-radius: 2px;
    background-color: #FFF;
    border: solid 1px #DDD;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}
/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before, .clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
        color: blue;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }
}

q {
    quotes: '\201c' '\201d';
    font-size: 1em;
    line-height: 1.2em;
}

q:before {
    content: '"';
    content: open-quote;
    font-size: 2.5em;
    color: #065aa3;
    vertical-align: middle;
    padding: 0 10px;
}

q:after {
    content: '"';
    content: close-quote;
    font-size: 2.5em;
    color: #065aa3;
    vertical-align: middle;
    padding: 0 10px;
}

.cursor {
    cursor: pointer;
}

.highlight {
    background: #ccc;
    padding: 2px;
    color: #000;
}



.cartloadbox {
    float: left;
}

.cartloadbox a {
    float: left;
    color: #000;
    font-size: 9.5pt;
    margin: 7px 0 0 0;
    text-decoration: none;
}

a.myaccount {
    color: #d0d0d0;
    background: url(../img/menu_sec_bg.png) 0 0 no-repeat;
    width: 101px;
    text-align: left;
    height: 21px;
    text-shadow: 1px 1px #000;
    padding: 3px 10px 0 0;
    margin-left: 10px;
    text-align: center;
}

a.myaccount:hover {
    background-position: -111px 0;
    color: #fff;
    text-shadow: 0px 0px 0px 0px #000;
}

a.myaccount.active {
    background: url(../img/menu_sec_bg.png) 0 0 no-repeat;
    background-position: -111px 0;
}

a.viewCart {
    margin-left: -1px;
    color: #d0d0d0;
    background: url(../img/menu_sec_bg2.png) 0 0 no-repeat;
    width: 98px;
    text-align: left;
    height: 21px;
    text-shadow: 1px 1px #000;
    padding: 3px 0 0 13px;
}

a.viewCart:hover {
    background-position: -111px 0;
    color: #fff;
    text-shadow: 0px 0px 0px 0px #000;
}

a.viewCart.active {
    background: url(../img/menu_sec_bg2.png) 0 0 no-repeat;
    background-position: -111px 0;
}

header .frmSearch {
    float: left;
    margin: 9px 0px 0px 5px;
}

header .frmSearch input, .box .frmSearch input {
    width: 93px;
    height: 22px;
    line-height: 1;
    font-size: 9.5pt;
    background: #737373;
    color: #000;
    border: 0;
    padding: 0;
    border-radius: 0px;
    text-align: right;
    padding: 0 5px;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    float: left;
}
/* fallback placeholder */
header .frmSearch input.placeholder, .box .frmSearch input.placeholder {
    color: #eee;
}
/* webkit placeholder */
::-webkit-input-placeholder {
    color: #353535;
}
/* moz placeholder */
:-moz-placeholder {
    color: #eee;
}

header .frmSearch button, .box .frmSearch button {
    border: 0;
    padding: 0;
    width: 24px;
    height: 24px;
    float: right;
    background: url(../img/search_btn.png) 0 0 no-repeat;
    text-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0 0px 0px 0px #000;
}

.box .frmSearch button {
    float: none;
    position: relative;
    top: -5px;
}

header .frmSearch button:hover, .box .frmSearch button:hover {
    background-position: -24px 0px;
    text-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0 0px 0px 0px #000;
}
/* content */
/*#content, #fullwidth {
    color: #ccc;
    font-size: 9.5pt;
    background: rgba(0, 0, 0, 0.45);
    box-shadow: 0 0 0px #333;
}

#content, .content {
    padding: 20px 0px;
}*/
/* Footer */

.mainFooter {
    padding: 64px 0px 0px 0px;
    margin-top: 0px;
    background-color: #313131;
    color: #FFF;
    line-height: 1.5;
    min-height: 55px;
    margin-bottom: 0px;
    width: 100%;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
}

.mainFooter aside {
    padding: 0px;
    font-size: 8pt;
    color: #333;
    float: left;
    width: 100%;
}

.mainFooter aside a {
    text-decoration: none;
    color: #d0d0d0;
    padding: 0 10px;
    background: url(../img/menu-divider.png) no-repeat left top;
}

.mainFooter aside a:first-child {
    background: none;
}

.mainFooter aside a:hover {
    color: #ffffff;
    text-decoration: none;
}

.mainFooter nav.socialMedia {
    float: right;
    padding: 10px;
}

.mainFooter nav.socialMedia a {
    display: inline-block;
    width: 46px;
    height: 32px;
    background: url(../img/social_media.png) no-repeat;
}

.mainFooter nav.socialMedia a.trustlink {
    background-position: 0 0;
}

.mainFooter nav.socialMedia a.trustlink:hover {
    background-position: 0 -32px;
}

.mainFooter nav.socialMedia a.bbb {
    background-position: -46px 0;
}

.mainFooter nav.socialMedia a.bbb:hover {
    background-position: -46px -32px;
}

.mainFooter nav.socialMedia a.youtube {
    background-position: -92px 0;
}

.mainFooter nav.socialMedia a.youtube:hover {
    background-position: -92px -32px;
}

.mainFooter nav.socialMedia a.twitter {
    background-position: -138px 0;
}

.mainFooter nav.socialMedia a.twitter:hover {
    background-position: -138px -32px;
}

.mainFooter nav.socialMedia a.facebook {
    background-position: -184px 0;
}

.mainFooter nav.socialMedia a.facebook:hover {
    background-position: -184px -32px;
}

.mainFooter nav.socialMedia a.newsletter {
    background-position: -232px 0;
}

.mainFooter nav.socialMedia a.newsletter:hover {
    background-position: -232px -32px;
}

.footer-logos {
    padding: 10px;
    background-color: rgba(0,0,0,0.5);
}

.footer-logos img {
    max-width: 100%;
}

.copyright {
    clear: both;
    font-size: 8pt;
    text-align: justify;
    padding-top: 5px;
    color: #888;
}


/* Terms Conditions */

.clearFix {
    clear: both;
    height: 0px;
    font-size: 0;
    line-height: 0px;
}

/* Testimonials */
.testimonialIntro {
    padding: 50px 150px 30px;
}

.testimonialIntro:hover {
}


.testimonialIntro img {
    float: left;
    margin: 0 20px 0 0;
}

.testimonialIntro p {
    text-align: justify;
}

.testimonialIntro a {
    text-decoration: none;
    color: #000;
}


ul.list-testimonial {
    width: 100%;
    margin: 0px 0 20px 0;
    padding: 0px;
    list-style: none;
    display: inline-block;
}

ul.list-testimonial li {
    padding: 20px;
    background: none;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

ul.list-testimonial li:hover {
    background: rgba(255,255,255,0.03);
}

ul.list-testimonial li h5 {
    font-size: 1.5em;
    font-weight: normal;
    margin: 0 0 10px 0;
    line-height: 1;
}

ul.list-testimonial li p {
    padding-bottom: 0px;
}

ul.list-testimonial li img {
    float: left;
}

ul.list-testimonial li .revdec {
    float: left;
    width: 725px;
    margin: 0 20px 0 0;
    text-align: justify;
    color: #ccc;
}

ul.list-testimonial li:hover .revdec {
    color: #fff;
}

ul.list-testimonial li a {
    display: block;
}

.aljust {
    text-align: justify;
}

.alcenter {
    text-align: center;
}

.hdivider {
    line-height: 0;
    margin: 0;
    padding: 0;
}

/* Product Feature */

.leet-reference, .leet {
    position: relative;
    left: 5px;
}

.leet-reference {
    top: -7px;
}

.product-feature {
    float: right;
    margin: 0px 0px 30px 30px;
}

.featureColumnLeft, .featureColumnRight {
    width: 50%;
    min-height: 505px;
}

.featureColumnLeft {
    float: left;
}

.featureColumnRight {
    float: right;
}

.featureColumnLeft .box, .featureColumnRight .box {
    height: auto;
}

.featureColumnLeft .inn-box, .featureColumnRight .inn-box {
    height: auto;
}

.featureColumnLeft .inn-box {
    padding: 30px 50px 30px 0px;
}

.featureColumnRight .inn-box {
    padding: 30px 0px 30px 50px;
}

.featureColumnLeft .box h5, .featureColumnRight .box h5 {
    font-size: 1.5em;
    line-height: 1.2;
    margin: 10px 0;
    text-align: left;
}

.featureColumnLeft .box:last-child {
    background: none;
}

.featureColumnRight .box:last-child {
    background: none;
}

.featureColumnRight .box {
    background: url(../img/fea-divider.png) no-repeat -467.5px bottom;
}


.featureColumnLeft .box h3, .featureColumnRight .box h3 {
    font-weight: normal;
}

.featureColumnLeft .box .feature0 {
    width: 126px;
    height: 122px;
    background: url(../img/products-leet-features/icons/0-company.png) left top;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.featureColumnLeft .box:hover .feature0 {
    background-position: 0 -122px;
}

.featureColumnRight .box .feature1 {
    width: 126px;
    height: 126px;
    background: url(../img/products-leet-features/icons/1-gaming.png) left top;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.featureColumnRight .box:hover .feature1 {
    background-position: 0 -126px;
}

.featureColumnLeft .box .feature2 {
    width: 126px;
    height: 71px;
    background: url(../img/products-leet-features/icons/2-video.png) left top;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.featureColumnLeft .box:hover .feature2 {
    background-position: 0 -71px;
}

.featureColumnRight .box .feature3 {
    width: 126px;
    height: 97.5px;
    background: url(../img/products-leet-features/icons/3-audio.png) left top;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.featureColumnRight .box:hover .feature3 {
    background-position: 0 -97.5px;
}

.featureColumnLeft .box .feature4 {
    width: 126px;
    height: 116px;
    background: url(../img/products-leet-features/icons/4-tv.png) left top;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.featureColumnLeft .box:hover .feature4 {
    background-position: 0 -116px;
}

.featureColumnRight .box .feature5 {
    width: 126px;
    height: 127px;
    background: url(../img/products-leet-features/icons/5-windows8.png) left top;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.featureColumnRight .box:hover .feature5 {
    background-position: 0 -127px;
}

.featureColumnLeft .box .feature6 {
    width: 126px;
    height: 73px;
    background: url(../img/products-leet-features/icons/6-homeserver.png) left top;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.featureColumnLeft .box:hover .feature6 {
    background-position: 0 -73px;
}

.featureColumnRight .box .feature7 {
    width: 127px;
    height: 156px;
    background: url(../img/products-leet-features/icons/7-remote.png) left top;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.featureColumnRight .box:hover .feature7 {
    background-position: 0 -156px;
}


ul.list-feature-left {
    width: 49%;
    margin: 0px 0 20px 0;
    padding: 0px;
    list-style: none;
    display: inline-block;
}

ul.list-feature-left li {
    padding: 20px;
    background: none;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

ul.list-feature-left li:hover {
    background: rgba(255,255,255,0.03);
}

ul.list-feature-left li h5 {
    font-size: 1.5em;
    font-weight: normal;
    margin: 0 0 10px 0;
    line-height: 1;
}

ul.list-feature-left li p {
    padding-bottom: 0px;
}

ul.list-feature-left li img {
    float: left;
}

ul.list-feature-left li .revdec {
    float: left;
    width: 100%;
    margin: 0 20px;
    text-align: justify;
    color: #ccc;
}

ul.list-feature-left li:hover .revdec {
    color: #fff;
}

ul.list-feature-left li a {
    display: block;
}

ul.list-feature-left li .feature0 {
    width: 126px;
    height: 122px;
    background: url(../img/products-leet-features/icons/0-company.png) left top;
    float: left;
}

ul.list-feature-left li:hover .feature0 {
    background-position: 0 -122px;
}

ul.list-feature-left li .feature1 {
    width: 126px;
    height: 126px;
    background: url(../img/products-leet-features/icons/1-gaming.png) left top;
    float: left;
}

ul.list-feature-left li:hover .feature1 {
    background-position: 0 -126px;
}

ul.list-feature-left li .feature2 {
    width: 126px;
    height: 71px;
    background: url(../img/products-leet-features/icons/2-video.png) left top;
    float: left;
}

ul.list-feature-left li:hover .feature2 {
    background-position: 0 -71px;
}

ul.list-feature-left li .feature3 {
    width: 126px;
    height: 97.5px;
    background: url(../img/products-leet-features/icons/3-audio.png) left top;
    float: left;
}

ul.list-feature-left li:hover .feature3 {
    background-position: 0 -97.5px;
}

ul.list-feature-left li .feature4 {
    width: 126px;
    height: 116px;
    background: url(../img/products-leet-features/icons/4-tv.png) left top;
    float: left;
}

ul.list-feature-left li:hover .feature4 {
    background-position: 0 -116px;
}

ul.list-feature-left li .feature5 {
    width: 126px;
    height: 127px;
    background: url(../img/products-leet-features/icons/5-windows8.png) left top;
    float: left;
}

ul.list-feature-left li:hover .feature5 {
    background-position: 0 -127px;
}

ul.list-feature-left li .feature6 {
    width: 126px;
    height: 73px;
    background: url(../img/products-leet-features/icons/6-homeserver.png) left top;
    float: left;
}

ul.list-feature-left li:hover .feature6 {
    background-position: 0 -73px;
}

ul.list-feature-left li .feature7 {
    width: 127px;
    height: 156px;
    background: url(../img/products-leet-features/icons/7-remote.png) left top;
    float: left;
}

ul.list-feature-left li:hover .feature7 {
    background-position: 0 -156px;
}
/* engineering page */
ul.list-engineering {
    width: 100%;
    margin: 0px 0 20px 0;
    padding: 0px;
    list-style: none;
    display: inline-block;
}

ul.list-engineering li {
    padding: 20px 0 20px 0px;
    background: none;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

ul.list-engineering li:hover {
    background: rgba(255,255,255,0.03);
}

ul.list-engineering li h5 {
    font-size: 1.5em;
    font-weight: normal;
    margin: 0 0 10px 0;
    line-height: 1;
}

ul.list-engineering li p {
    padding-bottom: 0px;
}

ul.list-engineering li img {
    float: right;
}

ul.list-engineering li .revdec {
    float: left;
    width: 56%;
    margin: 0 2% 0 0;
    text-align: justify;
    color: #3e3e3e;
}

ul.list-engineering li a {
    display: block;
}



/* configurator page */
.configurator-msg {
    font-size: 2em;
    text-align: center;
    padding: 40px 0 0 0;
}

.fright {
    float: right;
}

.fleft {
    float: left;
}

.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.productName {
    font-size: 2.3em;
    font-weight: normal;
    padding: 0;
}
/* Products Specification */

ul.list-specification {
    padding: 0;
    margin: 0px;
    list-style: none;
}

ul.list-specification li {
    position: relative;
    width: 327px;
    float: left;
    margin-right: 2px;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

ul.list-specification li:hover {
    color: #fff;
    background: rgba(255,255,255,0.03);
}

ul.list-specification li:hover .pricebox {
    color: #fff;
}

ul.list-specification li:first-child h1, ul.list-specification li:first-child h2 {
    opacity: 1;
}

ul.list-specification li:hover .hover { /*background:#fff;blend-mode: softlight;*/
}

ul.list-specification li:last-child {
    margin-right: 0;
}

ul.list-specification li .hover {
    padding: 0 24px 0 23px;
}

ul.list-specification li .hover a {
    text-decoration: none;
}

ul.list-specification li:hover .hover { /*background:#fff;blend-mode: softlight;*/
}

ul.list-specification li h6 {
    font-size: 19px;
    line-height: 22px;
    font-style: italic;
    text-transform: none;
    margin-top: 15px;
    color: #ccc;
}

ul.list-specification li h6 span {
    color: #FFF;
    font-weight: bold;
}

ul.list-specification .fright {
    padding-top: 20px;
}

.sizebox {
    padding: 20px 0px;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.sizebox:hover {
    background: rgba(255,255,255,0.03);
}

.sizebox img {
    float: right;
}

.sizebox img {
    margin: 0 50px 0 0;
}

/* Products Compare */

.circle-red, .circle-yellow, .circle-gray, .circle-black, .circle-silver {
    width: 11px;
    height: 11px;
    border-radius: 8px;
    display: inline-block;
}

.circle-red {
    background-color: #fff;
    border: 1px solid #3e3e3e;
}

.circle-yellow {
    background-color: #595959;
    border: 1px solid #595959;
}

.circle-gray {
    border: 1px solid #7F7F7F;
}

.circle-black {
    background-color: #000;
    cursor: pointer;
}

.circle-silver {
    background-color: #eee;
    cursor: pointer;
}

.circle-black:hover {
    box-shadow: 0 0 5px #000;
}

.circle-silver:hover {
    box-shadow: 0 0 5px #fff;
}

ul.list-compare {
    padding: 0;
    margin: 0px -24px;
    list-style: none;
}

ul.list-compare li {
    position: relative;
    width: 33.33%;
    float: left;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}


ul.list-compare li:last-child {
    margin-right: 0;
}

ul.list-compare li .hover {
    padding: 0 25px 0 25px;
}

ul.list-compare li .hover a {
    text-decoration: none;
}

ul.list-compare li:hover .hover { /*background:#fff;blend-mode: softlight;*/
}

ul.list-compare li h6 {
    font-size: 19px;
    line-height: 22px;
    text-transform: none;
    margin-top: 5px;
    color: #3e3e3e;
}

ul.list-compare li h6 span {
    font-weight: bold;
}

ul.list-compare li h6 span.sm {
    font-size: 18px;
}

ul.list-compare .fright {
    clear: right;
    padding-top: 8px;
}

ul.list-compareB {
    padding: 0;
    margin: 0px;
    list-style: none;
}

ul.list-compareB > li {
    position: relative;
    width: 491px;
    float: left;
    margin-right: 3px;
    padding: 20px 0;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}




ul.list-compareB > li:last-child {
    margin-right: 0;
}

ul.list-compareB > li .hover {
    padding: 0 24px 0 23px;
}

ul.list-compareB > li .hover a {
    text-decoration: none;
}


ul.list-compareB > li h6 {
    font-size: 19px;
    line-height: 22px;
    text-transform: none;
    margin-top: 5px;
    color: #ccc;
}

ul.list-compareB > li h6 span {
    color: #FFF;
    font-weight: bold;
}

ul.list-compareB .fright {
    clear: right;
    padding-top: 8px;
}

ul.list-compareB .pagination {
    opacity: 1;
}

ul.list-compareB .paginationTitle {
    opacity: 1;
}

ul.list-compareB > li.couchmaster ul.pagination {
    width: 80px !important;
}

.configueBG {
    background: rgba(255,255,255,0.03);
    margin-top: 10px;
}

.configueBG td:first-child {
    padding: 10px 0 10px 23px;
}

.configueBG td:last-child {
    padding: 10px 15px 10px 15px;
}

.configueBG td {
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.configueBG td:hover {
    background: rgba(255,255,255,0.03);
}

.pricebox {
    padding: 10px 10px 10px 0;
    text-align: left;
    color: #3e3e3e;
}

.pricebox .Button {
    margin-top: 10px;
}

.comparebox {
    padding: 10px 24px 10px 23px;
}

.comparebox h1, .comparebox h2 {
    opacity: 0;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

div.spec {
    min-height: 140px;
    margin-top: 20px;
}

.infoHover {
    padding: 10px 24px 10px 23px;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.infoHover:hover {
    background: rgba(255,255,255,0.05);
}

p.info {
    position: relative;
    line-height: 1.4;
    padding: 0 0 5px;
    font-size: 16px;
    opacity: 0;
}

span.text {
    font-size: 11px;
}

p.info .infoText {
    opacity: 0;
    left: 193px;
    top: 0;
    min-height: 44px;
    margin: 0;
    position: absolute;
    width: 114px;
    z-index: 20;
    color: #fff;
    text-align: left;
    padding: 13px 10px;
    line-height: 1.4;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    background: rgba(255,255,255,0.05);
}

p.info:hover {
}

p.info:hover .infoText {
    opacity: 1;
}

ul.list-compare li:first-child .circleexp {
    opacity: 1;
}

ul.list-compare li:first-child .circleexptop {
    opacity: 1;
}

ul.list-compare li:first-child p.info {
    opacity: 1;
}

ul.list-compare li:first-child .pagination {
    opacity: 1;
}

ul.list-compare li:first-child .paginationTitle {
    opacity: 1;
}

.fbbox {
    position: relative;
    border: none;
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 4px;
    max-width: 80px;
    min-width: 80px;
    overflow: hidden;
    padding-right: 5px;
}

.twitter-follow-button {
    position: relative;
    top: 4px;
}

.circleexptop {
    position: absolute;
    top: 10px;
    right: 23px;
    opacity: 0;
}

.circleexp {
    position: absolute;
    top: 55px;
    right: 0;
    width: 50px;
    opacity: 0;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    padding: 10px;
    z-index: 99;
}

.circleexp .circle-yellow {
    /*margin-top:1px;
	margin-left:5px;*/
}




.socialColumn {
    float: left;
    width: 50%;
}

.socialColumn h3, .socialtext {
    padding-left: 82px;
}

.socialColumn h3 {
    font-weight: normal;
}

.socialColumn + .socialColumn {
    width: 50%;
    min-height: 505px;
    float: right;
    background: url(../img/divider-verticle.png) no-repeat left top;
}

.socialColumn + .socialColumn .box {
    padding-left: 3px;
}

.socialColumn + .socialColumn .box {
    background: url(../img/fea-divider.png) no-repeat -467.5px bottom;
}

.twitter-img, .facebook-img, .youtube-img, .pinterest-img {
    float: left;
    margin: 0px 20px 20px 0px;
}

.twitter-text, .youtube-text, .pinterest-text {
    margin: 0px 8px 10px 0px;
}

.facebook-text {
    margin: 0px 8px 10px -3px;
}

.businessbox, .phonebox, .livebox, .orderbox, .emailbox, .remotebox {
    padding-left: 140px;
}

.businessbox h3, .phonebox h3, .livebox h3, .orderbox h3, .emailbox h3, .remotebox h3 {
    padding-left: 0px;
}

.businessbox {
    height: 110px;
    background: url(../img/support-help/business-img.png) no-repeat 0 0;
}

.box:hover .businessbox {
    background: url(../img/support-help/business-img.png) no-repeat left -110px;
}

.phonebox {
    height: 108px;
    background: url(../img/support-help/phone-img.png) no-repeat 0 0;
}

.box:hover .phonebox {
    background: url(../img/support-help/phone-img.png) no-repeat 0 -108px;
}

.livebox {
    height: 97px;
    background: url(../img/support-help/chat-img.png) no-repeat 0 0;
}

.box:hover .livebox {
    background: url(../img/support-help/chat-img.png) no-repeat 0 -97px;
}

.orderbox {
    height: 122px;
    background: url(../img/support-help/order-img.png) no-repeat 0 0;
}

.box:hover .orderbox {
    background: url(../img/support-help/order-img.png) no-repeat 0 -122px;
}

.emailbox {
    height: 109px;
    background: url(../img/support-help/email-img.png) no-repeat 0 0;
}

.box:hover .emailbox {
    background: url(../img/support-help/email-img.png) no-repeat 0 -109px;
}

.remotebox {
    height: 97px;
    background: url(../img/support-help/remote-img.png) no-repeat 0 0;
}

.box:hover .remotebox {
    background: url(../img/support-help/remote-img.png) no-repeat 0 -97px;
}

ul.list-business {
    padding: 0px;
    margin: 0px;
}

ul.list-business li {
    width: 50%;
    display: inline-block;
}

.respace {
    padding-bottom: 0px;
}

input[type="submit"].btn-start {
    color: #FFF;
    background: url(../img/btn-start.png) left top no-repeat;
    width: 63px;
    padding: 0;
    line-height: 24px;
    height: 24px;
    vertical-align: middle;
}

input[type="submit"].btn-start:hover {
    background-position: left -24px;
    box-shadow: none;
}

/* community download */
.cdownloads img {
    float: left;
    margin-right: 20px;
}

.btnDropDown {
    position: relative;
    cursor: pointer;
}

.btnDropDown ul {
    position: absolute;
    display: none;
    width: 99px;
    top: 12px;
    background: rgba(0,0,0,0.5);
    list-style: none;
    padding: 0;
    text-align: left;
    color: #ccc;
}

.btnDropDown ul li {
    padding: 1px 5px;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.btnDropDown ul li a {
    color: #ccc !important;
}

.btnDropDown ul li:hover {
    background: rgba(0,0,0,0.5);
}

.btnDropDown ul li:hover a {
    color: #fff !important;
}

.btnDropDown:hover ul {
    display: block;
}
/* Search Page */
.frmSearchBig {
    margin: 7px 0px 0px 0px;
}

.frmSearchBig input {
    width: 150px;
    height: 22px;
    line-height: 1;
    font-size: 9.5pt;
    background: #737373;
    color: #000;
    border: 0;
    padding: 0;
    border-radius: 0px;
    text-align: left;
    padding: 0 5px;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    float: left;
}

.frmSearchBig button {
    border: 0;
    padding: 0;
    width: 24px;
    height: 24px;
    float: left;
    background: url(../img/search_btn.png) 0 0 no-repeat;
    text-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0 0px 0px 0px #000;
    position: relative;
}

.frmSearchBig button:hover {
    background-position: -24px 0px;
    text-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0 0px 0px 0px #000;
}

.shopoverlay {
    background: rgba(255,255,255,0.05);
}

.shophover:hover {
    background: rgba(255,255,255,0.03);
}

.shopconfigcattop {
    background: rgba(255,255,255,0.03);
}

#ss_img_wrapper_115-55_image_en, #aa {
    display: inline-block;
}

.arrow-right {
    width: 0;
    height: 0;
    float: left;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 9px solid rgba(0,0,0,0.4);
}

.arrow-right-trans {
    width: 0;
    height: 0;
    float: left;
    border-top: 9px solid rgba(0,0,0,0.4);
    border-bottom: 9px solid rgba(0,0,0,0.4);
    border-left: 9px solid Transparent;
    margin-left: -7px;
}


.asus-header {
    background: #000 url(../img/asus/index_01.png);
    width: 985px;
    height: 85px;
    display: block;
    position: relative;
}

.asus-banner {
    background: url(../img/asus/index_02.png) 0 0 no-repeat;
    width: 985px;
    height: 896px;
    display: block;
}

.asusinfo {
    position: absolute;
    top: 770px;
    left: 440px;
    padding-right: 40px;
    font-size: 14px;
}

.asusinfo h1 {
    font-size: 30pt;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
}


.asusinfo p {
    padding-top: 18px;
    text-align: justify;
}

.asus-products {
    background: url(../img/asus/index_03.png) no-repeat;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 335px;
    display: block;
    padding-top: 50px;
}



.asus-.mainFooter {
    background: url(../img/asus/index_04.png) no-repeat;
    height: 181px;
    display: block;
}

.asus-footer-main p {
    color: #3e3e3e;
    font-size: 9px;
    padding-top: 110px;
    text-align: center;
}

.blue {
    color: #006fb7 !important;
}

.highslide-html-content div + div {
    overflow: hidden;
}

.kwicks li {
    width: 326px !important;
    overflow: hidden !important;
    transition-property: width !important;
    transition-duration: 0.5s !important;
    min-height: 250px;
}

.kwicks li > div {
    width: 434px !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.kwicks:hover li {
    width: 250px !important;
}

.kwicks li:hover {
    width: 481px !important;
}

.kwicksTwo li {
    width: 50% !important;
    overflow: hidden !important;
    transition-property: width !important;
    transition-duration: 0.5s !important;
    min-height: 250px;
}

.kwicksTwo li > div {
    width: 750px !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.kwicksTwo:hover li {
    width: 25% !important;
}

.kwicksTwo li:hover {
    width: 75% !important;
}

.productHeading {
    padding: 29px 20px 0 0px;
    font-size: 20px;
    display: inline-block;
    max-width: 350px;
    line-height: 1;
}

.productHeading img {
    margin-top: -5px;
}

.aright {
    text-align: right;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}


h2 small {
    vertical-align: top;
    font-weight: normal;
}

#google_translate_element {
    margin-top: -22px;
    float: right;
    line-height: 1;
    text-shadow: none;
    font-size: 9.5pt !important;
    font-family: 'Ubuntu', sans-serif !important;
}

.goog-te-gadget-simple {
    background: none !important;
    border: 0 !important;
    font-size: 9.5pt !important;
}

.goog-te-menu-value {
    display: inline !important;
}

.goog-te-gadget {
    font-size: 9.5pt !important;
    font-family: 'Ubuntu', sans-serif !important;
}

.goog-te-gadget-simple .goog-te-menu-value span {
    color: #d0d0d0 !important;
}

.pcShowProductSDesc a:link {
    color: #d0d0d0;
    text-decoration: underline !important;
}
.nav-links .prev, .nav-links .next{
    position: initial !important;
}
.prev, .next {
    position: absolute;
    top: 260px;
    z-index: 100;
    opacity: 0.5;
    width: 28px;
    height: 45px;
}

.prev {
    left: 20px;
    background: url(../img/arrows.png) 0 0 no-repeat;
    opacity: 0.4;
}

.prev:hover {
    opacity: 1;
}

.next {
    right: 20px;
    background: url(../img/arrows.png) -84px top no-repeat;
    opacity: 0.4;
}

.next:hover {
    opacity: 1;
}

.leftarrow, .rightarrow {
    position: absolute;
    top: 0px;
    width: 45px;
    height: 94%;
    z-index: 10;
    display: none;
}

.leftarrow {
    left: 0;
}

.rightarrow {
    right: 0;
}

#slides:hover .leftarrow, #slides:hover .rightarrow {
    display: block;
}

ul.listBoxs li h1 + br + h1{
	min-height: 110px;
}

@media (max-width: 1600px){
    ul.listBoxs li h1 + br + h1{
        min-height: 140px;
    }
}