@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700,300|Roboto:300,700,400);
/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* !RESET */
h1, h2, h3, h4, p, ul, ol {
    margin: 0;
    padding: 0;
}
ul, ol {
    list-style: none;
}

/* !GENERAL */
/*html {
    background: #e4e4e4;
}*/
body {
    background-color: #021e2f;
    color: #757778;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    text-rendering: optimizelegibility;
    /*margin: 0 auto;
    max-width: 1280px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);*/
}
a {
    color: #3288CA;
    text-decoration: none;
    -webkit-transition: background 150ms ease-in-out, border 150ms ease-in-out, color 150ms ease-in-out;
    -moz-transition: background 150ms ease-in-out, border 150ms ease-in-out, color 150ms ease-in-out;
    -ms-transition: background 150ms ease-in-out, border 150ms ease-in-out, color 150ms ease-in-out;
    -o-transition: background 150ms ease-in-out, border 150ms ease-in-out, color 150ms ease-in-out;
    transition: background 150ms ease-in-out, border 150ms ease-in-out, color 150ms ease-in-out;
}
a:hover {
    color: #003B6A;
}
table th {
    text-align: left;
}
img {
    max-width: 100%;
}

/* !TYPOGRAPHY */
h1,
.h1 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 1em;
}
h2,
.h2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 1em;
}
h3,
.h3 {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
}
h3 > a,
.h3 > a {
    color: #757778 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    text-transform: uppercase !important;
}
b {
    font-weight: 700;
}
.center {
    text-align: center;
}
table td {
    vertical-align: top;
}

.valign-middle {
    display: table;
    height: 100%;
    width: 100%;
}
.valign-middle-cell {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}
.center-block {
    margin: 0 auto;
}

/* !GRID */
.container {
    margin: 0 auto;
    max-width: 1170px;
    padding-left: 30px;
    padding-right: 30px;
}
.row {
    *zoom: 1;
}
.row:before,
.row:after {
    display: table;
    line-height: 0;
    content: "";
}
.row:after {
    clear: both;
}
[class*="span"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}
@media (min-width: 750px) {
    .row {
        margin-left: -20px;
    }
    .row-small {
        margin-left: -10px;
    }
    [class*="span"] {
        float: left;
        min-height: 1px;
        padding-left: 20px;
    }
    .row-small [class*="span"] {
        padding-left: 10px;
    }
    .span12 {
        width: 100%;
    }
    .span11 {
        width: 91.666666667%;
    }
    .span10 {
        width: 83.333333333%;
    }
    .span9 {
        width: 75%;
    }
    .span8 {
        width: 66.666666667%;
    }
    .span7 {
        width: 58.333333333%;
    }
    .span6 {
        width: 50%;
    }
    .span5 {
        width: 41.666666667%;
    }
    .span4 {
        width: 33.333333333%;
    }
    .span3 {
        width: 25%;
    }
    .span2 {
        width: 16.666666666%;
    }
    .span1 {
        width: 8.333333333%;
    }
    .spanGrLong {
        width: 560px;
    }
    .spanGrShort {
        width: 340px;
    }
    .span1of5 {
        width: 20%;
    }
    .span1of8 {
        width: 12.5%;
    }
    .span7of8 {
        width: 87.5%;
    }
    .offset12 {
        margin-left: 100%;
    }
    .offset11 {
        margin-left: 91.666666667%;
    }
    .offset10 {
        margin-left: 83.333333333%;
    }
    .offset9 {
        margin-left: 75%;
    }
    .offset8 {
        margin-left: 66.666666667%;
    }
    .offset7 {
        margin-left: 58.333333333%;
    }
    .offset6 {
        margin-left: 50%;
    }
    .offset5 {
        margin-left: 41.666666667%;
    }
    .offset4 {
        margin-left: 33.333333333%;
    }
    .offset3 {
        margin-left: 25%;
    }
    .offset2 {
        margin-left: 16.666666666%;
    }
    .offset1 {
        margin-left: 8.333333333%;
    }
    .offset2of5 {
        margin-left: 260px;
    }
}
@media (min-width: 1200px) {
    .row {
        margin-left: -30px;
    }
    .row-small {
        margin-left: -10px;
    }
    [class*="span"] {
      padding-left: 30px;
    }
    .row-small [class*="span"] {
      padding-left: 10px;
    }
}
[class*="span"].centered {
    float: none;
    margin: 0 auto;
}

.align-center {
    text-align: center;
}

@media (min-width: 750px) {
    .stuck {
        position: fixed;
        top: 0;
        z-index: 10;
    }
}

/* !HEADER */
#header {
    background: #003B6A;
    -webkit-font-smoothing: antialiased;
}
#header .row {
    position: relative;
}
@media (max-width: 999px) {
    #header .row {
        margin-left: 0;
    }
    #header [class*="span"] {
        float: none;
        min-height: 0;
        padding-left: 0;
        width: 100%;
    }
}
#header .container {
    padding-top: 50px;
}
@media (min-width: 1000px) {
    #header .container {
        padding-bottom: 10px;
    }
}
#header .seal-list {
    display: none;
    float: right;
}
#header .seal-list.open {
    display: block;
    float: right;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 100%;
}
@media (min-width: 1000px) {
    #header .seal-list {
        display: block;
        margin-bottom: 0;
        margin-top: 0;
        width: auto;
    }
}
#header .seal-list li {
    display: block;
    float: left;
    margin-right: 10px;
    position: relative;
}
@media (min-width: 1000px) {
    #header .seal-list li {
        margin-left: 10px;
        margin-right: 0;
        margin-top: -24px;
    }
}
#header .seal-list img {
    max-width: 60px;
    vertical-align: top;
}
.order #header .container {
    background: none;
    padding-bottom: 20px;
}

/* !LOGO */
#header .logo {
    /* background: url(../img/logo-icertificate.png) no-repeat 0 5px; */
    color: #fff;
    display: block;
    font-size: 30px;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    /* text-indent: -999em; */
    /* width: 242px; */
}
@media (min-width: 1000px) {
    #header .logo {
        float: left;
        margin-bottom: 0;
    }
}
#header .logo img {
    display: block;
    height: 40px;
}
#header .logo span {
    color: #c3d6e5;
    font-style: italic;
}

/* !GLOBAL-NAV */
#header .global-nav-trigger {
    color: #fff;
    font-size: 36px;
    line-height: 1;
    outline: none;
    position: absolute;
    right: -10px;
    top: 0;
}
@media (min-width: 1000px) {
    #header .global-nav-trigger {
        display: none;
    }
}
#header .global-nav {
    display: none;
}
#header .global-nav.open {
    display: block;
}
@media (min-width: 1000px) {
    #header .global-nav {
        display: block;
        float: right;
    }
}
@media (min-width: 1000px) {
    #header .global-nav li {
        float: left;
        margin-left: 20px;
    }
}
#header .global-nav a {
    color: #c3d6e5;
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 10px 0;
    text-transform: uppercase;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
@media (min-width: 1000px) {
    #header .global-nav a {
        padding: 10px 20px;
    }
}
#header .global-nav .last a {
    border: 1px solid rgba(195, 214, 229, 0.5);
    padding: 9px 19px;
}
#header .global-nav .active a {
    background: #336288;
    border-color: #336288;
    color: #fff;
}
#header .global-nav .parent a {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
@media (min-width: 1000px) {
    #header .global-nav .open {
        -webkit-border-radius: 8px 8px 0 0;
        -moz-border-radius: 8px 8px 0 0;
        border-radius: 8px 8px 0 0;
        -webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.05);
        box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.05);
    }
    #header .global-nav .open a {
        background-color: #fff;
        border: none;
        color: #002b46;
        margin-bottom: 0;
        padding: 10px 20px 20px;
        position: relative;
        z-index: 10;
        -webkit-border-radius: 8px 8px 0 0;
        -moz-border-radius: 8px 8px 0 0;
        border-radius: 8px 8px 0 0;
    }
}
#header .global-nav .mega {
    background-color: #fff;
    display: none;
    right: 0;
    padding: 30px 30px 10px;
    position: absolute;
    top: 100%;
    z-index: 9;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.05);
}
/*#header .global-nav .last .mega {
    -webkit-border-radius: 8px 0 8px 0;
    -moz-border-radius: 8px 0 8px 0;
    border-radius: 8px 0 8px 0;
}*/
@media (min-width: 1000px) {
    #header .global-nav .open .mega {
        display: block;
    }
}
#header .global-nav .mega .span3 {
    width: 205px;
}
#header .global-nav .mega .h3,
#main .productCategories .h3 {
    margin-bottom: 12px;
}
#header .global-nav .mega ul,
#main .productCategories ul {
    margin-bottom: 20px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
#header .global-nav .mega li,
#main .productCategories li {
    float: none;
    margin-left: 0;
    padding-bottom: 0;
}
#header .global-nav .mega p {
    margin-bottom: 20px;
}
#header .global-nav .mega a {
    background-color: transparent;
    color: #3288CA;
    display: inline;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    text-transform: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
#header .global-nav .mega ul a,
#main .productCategories ul a {
    display: block;
    font-size: 14px;
    padding: 4px 0 4px;
    text-transform: none;
    text-decoration: none;
}
#header .global-nav .mega ul .first a,
#main .productCategories ul .first a {
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
}
#header .global-nav .mega ul .last a,
#main .productCategories ul .last a {
    border: 0;
    padding-bottom: 10px;
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
}
#header .global-nav .mega ul a:hover,
#main .productCategories ul a:hover {
    text-decoration: underline;
}

#header .global-nav .mega .brands {
    background-color: #f9f9f9;
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
    margin: 0 -30px -10px;
    padding: 20px 30px 10px;
    overflow: hidden;
}
#header .global-nav .mega .brands .span1of8 {
    text-align: center;
}
@media (min-width: 1200px) {
    #header .global-nav .mega .brands .span1of8 {
        /* width: 84px; */
        width: 97px;
    }
}
#header .global-nav .mega .brands a img {
    max-width: 100%;
    opacity: 0.66;
    vertical-align: top;
    -webkit-transition: opacity 150ms ease-in-out;
    -moz-transition: opacity 150ms ease-in-out;
    -ms-transition: opacity 150ms ease-in-out;
    -o-transition: opacity 150ms ease-in-out;
    transition: opacity 150ms ease-in-out;
}
#header .global-nav .mega .brands a:hover img {
    opacity: 1;
}

ul .thawte a,
ul .geotrust a,
ul .symantec a,
ul .comodo a,
ul .globalsign a,
ul .rapidssl a,
ul .alphassl a,
ul .digicert a,
ul .swisssign a,
ul .certum a,
ul .quovadis a,
ul .entrust a,
ul .t-systems a,
ul .procilon a,
ul .validatedid a,
ul .swisscom a {
    background: url(../img/logos/sprite-brands.png) no-repeat 15px 0;
    height: 20px;
    opacity: 0.66;
    text-indent: -999em;
    -webkit-transition: opacity 150ms ease-in-out;
    -moz-transition: opacity 150ms ease-in-out;
    -ms-transition: opacity 150ms ease-in-out;
    -o-transition: opacity 150ms ease-in-out;
    transition: opacity 150ms ease-in-out;
}
ul .alphassl a,
#main .productCategories ul .alphassl a {
    background-position: 15px 0;
}
ul .comodo a,
#main .productCategories ul .comodo a {
    background-position: 15px -40px;
}
ul .geotrust a,
#main .productCategories ul .geotrust a {
    background-position: 15px -80px;
}
ul .globalsign a,
#main .productCategories ul .globalsign a {
    background-position: 15px -120px;
}
ul .rapidssl a,
#main .productCategories ul .rapidssl a {
    background-position: 15px -160px;
}
ul .symantec a,
#main .productCategories ul .symantec a {
    background-position: 15px -200px;
}
ul .thawte a,
#main .productCategories ul .thawte a {
    background-position: 15px -240px;
}
ul .digicert a,
#main .productCategories ul .digicert a {
    background-position: 15px -280px;
}
ul .swisssign a,
#main .productCategories ul .swisssign a {
    background-position: 15px -320px;
}
ul .certum a,
#main .productCategories ul .certum a {
    background-position: 15px -360px;
}
ul .quovadis a,
#main .productCategories ul .quovadis a {
    background-position: 15px -400px;
}

ul .entrust a,
#main .productCategories ul .entrust a {
    background-position: 15px -440px;
}

ul .t-systems a,
#main .productCategories ul .t-systems a {
    background-position: 0 -480px;
}
ul .procilon a,
#main .productCategories ul .procilon a {
    background-position: 0 -520px;
}
ul .validatedid a,
#main .productCategories ul .procilon a {
    background-position: 0 -560px;
}
ul .swisscom a,
#main .productCategories ul .procilon a {
    background-position: 0 -600px;
}
ul .alphassl a:hover,
ul .comodo a:hover,
ul .geotrust a:hover,
ul .globalsign a:hover,
ul .rapidssl a:hover,
ul .symantec a:hover,
ul .thawte a:hover,
ul .digicert a:hover,
ul .swisssign a:hover,
ul .quovadis a:hover,
ul .entrust a:hover,
ul .t-systems a:hover,
ul .procilon a:hover,
ul .validatedid a:hover,
ul .swisscom a:hover,
#main .productCategories ul .alphassl a:hover,
#main .productCategories ul .comodo a:hover,
#main .productCategories ul .geotrust a:hover,
#main .productCategories ul .globalsign a:hover,
#main .productCategories ul .rapidssl a:hover,
#main .productCategories ul .symantec a:hover,
#main .productCategories ul .thawte a:hover,
#main .productCategories ul .digicert a:hover,
#main .productCategories ul .swisssign a:hover,
#main .productCategories ul .quovadis a:hover,
#main .productCategories ul .t-systems a:hover,
#main .productCategories ul .procilon a:hover,
#main .productCategories ul .validatedid a:hover,
#main .productCategories ul .swisscom a:hover,
#main .productCategories ul .entrust a:hover {
    background-color: #fff !important;
    opacity: 1;
}

/* !META-NAV */
#header .meta-nav {
    position: absolute;
    right: 0;
    top: -50px;
}
@media (min-width: 1000px) {
    #header .meta-nav {
        right: 16.66666666%;
    }
}
.order #header .meta-nav {
    position: static;
    right: auto;
    top: auto;
}
#header .meta-nav ul {
    float: right;
}
#header .meta-nav li {
    float: left;
    margin-left: 1px;
}
#header .meta-nav .phone {
    color: #c3d6e5;
    display: none;
    font-size: 12px;
    line-height: 20px;
    padding: 5px 20px;
}
@media (min-width: 750px) {
    #header .meta-nav .phone {
        display: block;
    }
}
.order #header .meta-nav .phone {
    padding: 10px 0 10px 20px;
}
#header .meta-nav a {
    background-color: #0d4572;
    color: #c3d6e5;
    display: block;
    font-size: 12px;
    line-height: 20px;
    padding: 5px 20px;
}
#header .meta-nav a:hover,
#header .meta-nav .active a {
    background-color: #336288;
    color: #fff;
}
#header .meta-nav li:nth-child(2) a {
    -webkit-border-radius: 0 0 0 8px;
    -moz-border-radius: 0 0 0 8px;
    border-radius: 0 0 0 8px;
}
#header .meta-nav li:last-child a {
    -webkit-border-radius: 0 0 8px;
    -moz-border-radius: 0 0 8px;
    border-radius: 0 0 8px;
}
#header .meta-nav .lang a {
    padding-left: 12px;
    padding-right: 12px;
    text-transform: uppercase;
}
/*#header .meta-nav .lang a {
    padding: 9px 12px 10px;
}
#header .meta-nav .lang span {
    background-image: url(../img/sprite-flags.png);
    background-repeat: no-repeat;
    display: block;
    height: 11px;
    text-indent: -999em;
    width: 16px;
}
#header .meta-nav .en span {
    background-position: -16px 0;
}
#header .meta-nav .nl span {
    background-position: -32px 0;
}*/

/* !MAIN */
#main {
    background-color: #fff;
}

/* !MAIN-BANNER */
#main .banner {
    display: block;
    outline: 0;
}
#main .banner h2 {
    font-family: "Cabin Condensed";
    font-family: "Roboto Condensed", "HelveticaNeue-CondensedBold";
    font-size: 50px;
    margin: 0;
}
#main .banner p {
    font-family: "Cabin";
    font-family: "Roboto", "Helvetica Neue", "Helvetica";
    font-size: 18px;
    margin: 0;
    padding-bottom: 8px;
}

/* !MAIN-HEADER */
#main .main-header {
    background-color: #002b46;
    padding: 30px 0;
}
#main .main-header .span12 {
    position: relative;
}
#main .main-header h1,
#main .main-header .h1 {
    color: #fff;
    font-size: 36px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 0;
    -webkit-font-smoothing: antialiased;
}
#main .main-header .cta {
    display: block;
    margin-top: 20px;
    text-align: center;
}
@media (min-width: 750px) {
    #main .main-header .cta {
        display: inline-block;
        margin-bottom: 0;
        margin-top: 0;
        position: absolute;
        right: 0;
        top: 2px;
    }
}
.home #main .main-header {
    background-color: #6487ae;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    /*max-height: 660px;*/
}
.home #main .main-header-grey {
    background-color: #EDEDEB;
}
.home #main .main-header .h1 {
    padding-right: 0;
}
@media (min-width: 750px) {
    .home #main .main-header {
        background-size: cover;
    }
    .home #main .main-header .h1 {
        padding-right: 250px;
    }
}
.home #main .main-header .small {
    color: #fff;
    display: none;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: -15px;
    position: relative;
    text-align: right;
}
.home #footer p.small {
    float: right;
}
/*.home #main .main-header {
    padding: 10px 0 10px 0;
}*/
.home #main .main-header .h1 {
    color: #fff;
    margin-bottom: 60px;
}
.home #main .main-header .h1 a.header-link {
    color: #fff;
}
.home #main .main-header .h1 a.header-link:hover {
    color: #003B6A;
}
.home #main .main-header-grey .h1 a.header-link {
    color: #003B6A;
}
.home #main .main-header-grey .h1 a.header-link:hover {
    color: #003B6A;
}
.home #main .main-header .cta {
    margin-top: 0;
    margin-bottom: 30px;
}
.home #main .main-header-btn {
    background-color: #3288CA;
    border-radius: 8px;
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.05);
    color: #fff;
    display: block;
    margin-bottom: 30px;
    padding: 20px;
}
.home #main .main-header-btn-title {
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 4px;
}
.home #main .main-header-btn-desc {
    opacity: 0.8;
}


/*MAIN-HEADER-SHRINK */
.home #main .main-header .product-list {
    padding: 0;
}
.home #main .product-item-image {
    padding: 12px 15px;
}
.home #main .product-item-rating {
    padding-top: 10px;
    margin-bottom: -8px;
}
.home #main .product-item-desc h2 {
    margin-bottom: 10px;
}
.home #main .product-item-desc {
    padding: 12px 15px 8px 15px;
}
.home #main .product-item-more {
    padding: 0 15px 0px;
}
.home #main .product-item-price {
    padding: 8px 10px 30px 10px;
}
.home #main .product-item {
    margin-bottom: 0;
}
.home #main .product-item-action {
    padding: 0 15px 12px;
}

/* !CONTENT */
#main .content {
    background: #fff;
    /*border-bottom: 1px solid #ddd;*/
    padding-top: 50px;
}
/*.site #main .content {
    padding-bottom: 50px;
}*/
#main .container {
    position: relative;
}
#main .content .row {
    padding-bottom: 25px;
}
#main .content .row .row {
    padding-bottom: 0;
}
#main .content h1,
#main .content .h1,
#main .content h2,
#main .content .h2 {
    color: #272B2E;
}
#main .content p {
    margin-bottom: 1.7em;
}
#main .content p.intro {
    color: #ababab;
    font-size: 18px;
}
#main .content a {
    text-decoration: underline;
}
#main .content figure img {
    height: auto;
    max-width: 100%;
}
/*#main .primary {
    border-left: 1px solid #ddd;
    margin-left: 0;
    padding-left: 19px;
}*/

/* !SIBLING-NAV */
#main .sibling-nav {
    color: #a6a9ab;
    display: none;
    margin-top: -55px;
    position: absolute;
    top: 50%;
}
@media (min-width: 750px) {
    #main .sibling-nav {
        display: block;
    }
}
#main .sibling-nav-prev {
    left: 0;
}
#main .sibling-nav-next {
    right: 0;
}
#main .sibling-nav a,
#main .sibling-nav span {
    display: block;
    font-size: 36px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
#main .sibling-nav a:hover {
    background-color: #3288ca;
    color: #fff;
}

/* !SUB-NAV */
#main .sub-nav ul {
    padding: 0 0 31px;
}
@media (min-width: 750px) {
    #main .sub-nav ul {
        padding: 33px 0 31px;
        border-right: 1px solid #ddd;
    }
}
#main .sub-nav li {
    margin-bottom: 2px;
}
#main .sub-nav li a,
#main .sub-nav li span {
    border: 1px solid #fff;
    display: block;
    line-height: 20px;
    padding: 9px 15px;
    text-decoration: none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
@media (min-width: 750px) {
    #main .sub-nav li a,
    #main .sub-nav li span {
        border-right: 0;
        -webkit-border-radius: 8px 0 0 8px;
        -moz-border-radius: 8px 0 0 8px;
        border-radius: 8px 0 0 8px;
    }
}
#main .sub-nav a:hover,
#main .sub-nav .active a,
#main .sub-nav .active span {
    background-color: #fff;
    border-color: #ddd;
    color: #272B2E;
    position: relative;
}
#main .sub-nav .active a,
#main .sub-nav .active span {
    margin-right: -1px;
    padding-right: 16px;
}

/* !ICON-LIST */
#main .feature-list li {
    padding-left: 80px;
}
#main .feature-list .icon {
    background-color: #E5EBF0;
    color: #003B6A;
    display: block;
    float: left;
    font-size: 30px;
    line-height: 1;
    margin-left: -80px;
    padding: 15px 0;
    position: relative;
    text-align: center;
    width: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
#main .feature-list .icon-lock {
    background-color: #e9f7ef;
    color: #27ae60;
}
#main .feature-list h2 {
    margin-bottom: 0.5em;
}
#main .feature-list-small {
    background-color: #efefef;
    margin-bottom: 1.7em;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
#main .feature-list-small li {
    border-bottom: 1px solid #fff;
    padding: 15px 15px 15px 55px;
}
#main .feature-list-small .icon {
    background-color: #ECAC00;
    color: #fff;
    font-size: 15px;
    margin-left: -40px;
    padding: 5px 0;
    width: 25px;
}

/* !PRODUCT-FINDER */
#main .product-finder {
    background: url(../img/dots-dark-bg.png) #efefef;
    padding: 15px 0;
    width: 100%;
}
#main .product-finder form {
    margin: 0;
}
#main .product-finder .container {
    position: relative;
}
#main .product-finder .preloader {
    background-color: #efefef;
    display: none;
    height: 20px;
    left: 50%;
    line-height: 20px;
    margin-left: -20px;
    padding: 5px;
    position: absolute;
    top: -30px;
    width: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
#main .product-finder.loading .preloader {
    display: block;
}
#main .product-finder .dropdown {
    background-color: #fff;
    border: 1px solid #ddd;
    cursor: pointer;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 4px;
    outline: none;
    padding: 9px 15px;
    position: relative;
    z-index: 8;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
@media (min-width: 750px) {
    #main .product-finder .dropdown {
        margin-bottom: 0;
    }
}
#main .product-finder .dropdown.selected-children {
    background: #fdf7e5;
    color: #ECAC00;
}
#main .product-finder .dropdown:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -4px;
    border-width: 8px 6px 0 6px;
    border-style: solid;
    border-color: #ECAC00 transparent;
}
#main .product-finder .dropdown ul {
    border: 1px solid #ddd;
    border-top: none;
    display: none;
    font-size: 15px;
    font-weight: 400;
    left: -1px;
    list-style: none;
    padding-top: 40px;
    position: absolute;
    pointer-events: none;
    right: -1px;
    text-transform: none;
    top: -1px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.05);
}
#main .product-finder .dropdown ul li {
    position: relative;
}
#main .product-finder .dropdown ul li label {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    color: #272B2E;
    cursor: pointer;
    display: block;
    margin-bottom: 0;
    padding: 10px 15px 9px;
}
#main .product-finder .dropdown ul li:last-of-type label {
    border: none;
    padding-bottom: 10px;
    -webkit-border-radius: 0 0 7px 7px;
    -moz-border-radius: 0 0 7px 7px;
    border-radius: 0 0 7px 7px;
}
#main .product-finder .dropdown ul li input {
    display: block;
    margin-top: -8px;
    position: absolute;
    right: 10px;
    top: 50%;
}
#main .product-finder .dropdown ul li input[type=radio] {
    display: block;
    margin-top: -8px;
    position: absolute;
    top: -999em;
}
#main .product-finder .dropdown ul li:hover label {
    background: #efefef;
}
#main .product-finder .dropdown ul .selected label,
#main .product-finder .dropdown ul .selected:hover label {
    background: #fdf7e5;
    color: #ECAC00;
}
#main .product-finder .dropdown ul .preselected input {
    display: none;
}
#main .product-finder .dropdown ul .preselected label,
#main .product-finder .dropdown ul .preselected:hover label {
    background: #fdf7e5;
    color: #ECAC00;
    cursor: default;
}
#main .product-finder .dropdown.active {
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
    z-index: 9;
}
#main .product-finder .dropdown.active:after {
    border-width: 0 6px 8px 6px;
}
#main .product-finder .dropdown.active ul {
    display: block;
    pointer-events: auto;
}
#main .product-finder .overview {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    display: block;
    line-height: 20px;
    margin-bottom: 4px;
    outline: none;
    padding: 9px 15px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
@media (min-width: 750px) {
    #main .product-finder .overview {
        margin-bottom: 0;
    }
}
#main .product-finder .compare {
    display: none;
}
#main .product-finder .compare .btn {
    display: block;
    text-align: center;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#main .product-finder .compare .btn span {
    background: #f1c140;
    background: rgba(255, 255, 255, 0.25);
    display: inline-block;
    margin-right: 4px;
    text-align: center;
    width: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

/* !PRODUCT-LIST */
#main .product-list {
    background: url(../img/dots-bg.png) #f8f8f8;
    padding-top: 30px;
}
#main .product-list.product-list-seperated {
    border-top: 1px solid #efefef;
}
#main .main-header .product-list {
    background: none;
    padding: 60px 0 0;
}
#main .product-list h2,
#main .product-list .h2 {
    color: #272B2E;
}
#main .product-list-header {
    color: #272B2E;
    margin-bottom: 6px;
    position: relative;
    text-align: center;
}
#main .product-item {
    margin-bottom: 30px;
    text-align: center;
}
@media (min-width: 500px) {
    /*#main .product-item {
        width: 50%;
    }
    #main .product-item:nth-child(2n+1) {
        clear: left;
    }*/
}
@media (min-width: 750px) {
    #main .product-list .product-item {
        width: 33.333333333%;
    }
    #main .product-list .product-item:nth-child(2n+1) {
        clear: none;
    }
    #main .product-list .product-item:nth-child(3n+1) {
        clear: left;
    }
}
@media (min-width: 1000px) {
    #main .product-list .product-item {
        width: 25%;
    }
    #main .product-list .product-item:nth-child(2n+1),
    #main .product-list .product-item:nth-child(3n+1) {
        clear: none;
    }
    #main .product-list .product-item:nth-child(4n+1) {
        clear: left;
    }
}
@media (min-width: 1200px) {
    #main .product-list .product-item {
        width: 20%;
    }
    #main .product-list .product-item:nth-child(2n+1),
    #main .product-list .product-item:nth-child(3n+1),
    #main .product-list .product-item:nth-child(4n+1) {
        clear: none;
    }
    #main .product-list .product-item:nth-child(5n+1) {
        clear: left;
    }
}
#main .product-item .inner {
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
#main .main-header .inner {
    border: none;
}
/*#main .product-list .product-item .inner {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}*/
#main .product-item p {
    margin-bottom: 0;
}
#main .product-item-image {
    border-bottom: 1px solid #ddd;
    padding: 15px;
}
#main .product-item-image img {
    vertical-align: top;
}
#main .product-image img {
    max-height: 40px;
    margin: 40px 0 30px 0;
}
#main .virtual .product-image img {
    max-height: 100px;
    margin: 20px 0 10px 0;
}
#main .product-item-rating {
    color: #f1c40f;
    margin-bottom: -5px;
    padding-top: 15px;
}
#main .content .product-item-rating {
    font-size: 20px;
}
#main .product-item-rating .icon-star-empty {
    color: #f1c40f;
    color: rgba(241, 196, 15, 0.4);
}
#main .product-item-desc {
    font-size: 13px;
    line-height: 22px;
    padding: 15px;
}
@media (min-width: 750px) {
    #main .product-item-desc {
        min-height: 125px;
    }
}
#main .content .product-item-desc {
    min-height: 0;
}
#main .product-item-desc h2 {
    color: #272B2E;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 15px;
}
#main .product-item-features {
}
#main .product-item-features li {
    background-color: #ebedee;
    color: #b5b7b8;
    display: block;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 1px;
    padding: 8px 11px;
    text-decoration: line-through;
    text-transform: uppercase;
}
#main .product-item-features li:last-child {
    margin-bottom: 0;
}
#main .product-item-features .supported {
    background-color: #e9f7ef;
    color: #27ae60;
    font-weight: 700;
    text-decoration: none;
}
#main .product-item-features .text {
    background-color: #F5F5F5;
    color: #000000;
    text-decoration: none;
}
#main .product-item-features .text img {
    margin: 0 5px;
}
#main .product-item-more {
    font-size: 13px;
    line-height: 22px;
    padding: 0 15px 15px;
}
#main .product-item h3 {
    color: #272B2E;
    margin-bottom: 1em;
}

#main .product-item-price-scale {
    padding-bottom: 15px;
}
@media (min-width: 750px) {
    #main .product-item-price-scale.span6 {
        width: 62%;
    }
}
.detail #main .product-item-price-scale {
    margin-bottom: 1.7em;
    padding-bottom: 25px;
    padding-top: 45px;
}
.detail #main .product-item-price-scale .labels {
    float: left;
    width: 80px;
}
.detail #main .product-item-price-scale .label {
    color: #003B6A;
    font-weight: 700;
    line-height: 21px;
}
.detail #main .product-item-price-scale .label-duration {
    border-bottom: 1px solid #ddd;
    margin-top: 100px;
    padding-bottom: 4px;
}
.detail #main .product-item-price-scale .label-savings {
    color: #27ae60;
    padding-top: 4px;
}
.detail #main .product-item-price-scale ul {
    margin-left: 80px;
}
#main .product-item-price-scale li {
    color: #003b6a;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    margin-bottom: 1px;
    text-align: left;
}
.detail #main .product-item-price-scale li {
    float: left;
    font-size: 15px;
    line-height: 1.4em;
    margin-bottom: 0;
    text-align: center;
    width: 20%;
}
.detail #main .product-item-price-scale .bars-count-2 li {
    width: 50%;
}
.detail #main .product-item-price-scale .bars-count-3 li {
    width: 33.33333%;
}
.detail #main .product-item-price-scale .bars-count-4 li {
    width: 25%;
}
.detail #main .product-item-price-scale .bars-count-5 li {
    width: 20%;
}
.detail #main .product-item-price-scale .bar-wrapper {
    border-bottom: 1px solid #ddd;
    height: 125px;
    position: relative;
    width: 100%;
}
.detail #main .product-item-price-scale .bar-savings-wrapper {
    border-bottom: 0;
    height: auto;
}
#main .product-item-price-scale .bar {
    background-color: #e5ebf0;
    float: left;
}
.detail #main .product-item-price-scale .bar {
    bottom: 0;
    float: none;
    height: 0;
    left: 0;
    position: absolute;
    width: 80%;
}
.detail #main .product-item-price-scale .bar-savings {
    background-color: #003b6a;
    bottom: auto;
    top: 0;
}
#main .product-item-price-scale .last .bar {
    background-color: #e9f7ef;
    color: #27ae60;
}
.detail #main .product-item-price-scale .last .bar-savings {
    background-color: #27ae60;
}
#main .product-item-price-scale label.bar {
    cursor: pointer;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin-bottom: 0;
}
#main .product-item-price-scale input {
    margin: 0 8px 0 0;
}
#main .product-item-price-scale .caption {
    float: left;
    padding: 8px 0 8px 15px;
}
.detail #main .product-item-price-scale .caption {
    bottom: 0;
    float: none;
    font-size: 18px;
    left: 0;
    padding: 0 0 8px;
    position: absolute;
    width: 100%;
}
#main .product-item-price-scale .value {
    float: right;
    padding: 8px 15px 8px 0;
}
.detail #main .product-item-price-scale .value {
    float: none;
    left: 0;
    padding: 0;
    position: absolute;
    top: -45px;
    width: 100%;
}
.detail #main .product-item-price-scale .bar-savings .value {
    bottom: -25px;
    top: auto;
}
#main .product-item-price-scale .savings {
    float: left;
    font-weight: 400;
    padding: 8px 15px 8px 15px;
}
#main .product-item-price-scale .last .savings {
    color: #27ae60;
}
#main .product-item-price {
    color: #525252;
    height: 55px;
    padding: 15px 10px;
}
#main .product-item-price p {
    color: #b5b7b8;
}
#main .product-item-price .value {
    color: #272B2E;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
}
#main .product-item-price-regular .value {
    font-size: 18px;
    text-decoration: line-through;
}
#main .product-item-price-discount .value {
    color: #c0392b;
}
.home #main .product-item-price b {
    color: #c0392b;
    font-size: 30px;
    font-weight: 700;
}
#main .product-item-action {
    padding: 0 15px 20px;
}
#main .product-item-compare {
    font-size: 13px;
    line-height: 22px;
    padding: 0 15px 5px;
}
#main .product-item-compare .icon {
    opacity: 0.25;
}
#main .product-item-compare.active .icon {
    opacity: 1;
}
#main .product-list .small-print {
    color: #959798;
    font-size: 11px;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: -20px;
    text-align: right;
}
#main .product-item-promo {
    position: relative;
}
#main .product-item-promo-type-1 .inner, #main tr.product-item-promo-type-1 {
    border-color: rgba(241, 196, 15, 0.4);
    -webkit-box-shadow: 0 0 0 5px rgba(241, 196, 15, 0.2);
    -moz-box-shadow: 0 0 0 5px rgba(241, 196, 15, 0.1);
    box-shadow: 0 0 0 5px rgba(241, 196, 15, 0.1);
}
#main .product-item-promo-type-2 .inner {
    border-color: rgba(155, 89, 182, 0.4);
    -webkit-box-shadow: 0 0 0 5px rgba(155, 89, 182, 0.2);
    -moz-box-shadow: 0 0 0 5px rgba(155, 89, 182, 0.1);
    box-shadow: 0 0 0 5px rgba(155, 89, 182, 0.1);
}
#main .product-item-promo-type-3 .inner {
    border-color: rgba(231, 76, 60, 0.4);
    -webkit-box-shadow: 0 0 0 5px rgba(231, 76, 60, 0.2);
    -moz-box-shadow: 0 0 0 5px rgba(231, 76, 60, 0.1);
    box-shadow: 0 0 0 5px rgba(231, 76, 60, 0.1);
}
#main .product-item-promo-label {
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    padding: 5px 8px;
    position: absolute;
    right: -12px;
    top: -12px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
}

#main .product-item-promo-label-table {
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    padding: 5px 8px;
    position: relative;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    width: 40%;
}

#main .product-item-promo-type-1 .product-item-promo-label, #main .product-item-promo-type-1 .product-item-promo-label-table {
    background-color: #f1c40f;
    -webkit-box-shadow: 0 0 0 3px rgba(241, 196, 15, 0.2);
    -moz-box-shadow: 0 0 0 3px rgba(241, 196, 15, 0.1);
    box-shadow: 0 0 0 3px rgba(241, 196, 15, 0.1);
}

#main .product-item-promo-type-2 .product-item-promo-label, #main .product-item-promo-type-2 .product-item-promo-label-table {
    background-color: #9b59b6;
    -webkit-box-shadow: 0 0 0 3px rgba(155, 89, 182, 0.2);
    -moz-box-shadow: 0 0 0 3px rgba(155, 89, 182, 0.1);
    box-shadow: 0 0 0 3px rgba(155, 89, 182, 0.1);
}

#main .product-item-promo-type-3 .product-item-promo-label, #main .product-item-promo-type-3 .product-item-promo-label-table {
    background-color: #e74c3c;
    -webkit-box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.2);
    -moz-box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.1);
    box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.1);
}
#main .product-item-close {
    background-color: #3288CA;
    color: white;
    display: block;
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -12px;
    width: 24px;
    z-index: 8;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
#main .noRemove .product-item-close {
    display: none;
}
/* !PRODUCT-TABLE */
#main .product-table {
    margin-bottom: 30px;
}
#main .product-table .inner {
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
#main .product-table .table {
    margin-bottom: 0;
}
#main .product-table th {
    font-weight: bold;
    padding: 10px;
    vertical-align: middle;
}
#main .product-table thead th {
    border-bottom: 1px solid #ddd;
}
#main .product-table td {
    font-size: 15px;
    padding: 10px;
    vertical-align: middle;
}
#main .product-table tbody tr:first-child th,
#main .product-table tbody tr:first-child td {
    border-top: 0;
}
#main .product-table .highlight td {
    background-color: #fce6f5;
}
#main .product-table .highlight .btn {
    background-color: #d936a3;
}
#main .product-table thead .title {
    padding-left: 15px;
    width: 310px;
}
#main .product-table tbody .title {
    padding-left: 0;
    width: 263px;
}
#main .product-table .title img {
    vertical-align: bottom;
}
#main .product-table .more {
    padding-right: 5px;
    width: 21px;
}
#main .product-table .price {
    border-left: 1px solid #ddd;
    text-align: right;
}
#main .product-table .action {
    text-align: right;
}
#main .product-table thead .icon {
    display: inline-block;
    font-size: 18px;
    margin-bottom: 5px;
}
#main .product-table thead .price {
    text-align: center;
}
#main .product-table tbody .price {
    width: 110px;
}
#main .product-table thead .feature {
    border-left: 1px solid #ddd;
    font-size: 12px;
    line-height: 15px;
    width: 100px;
    text-align: center;
}
#main .product-table tbody .feature {
    border-left: 1px solid #ddd;
    text-align: center;
}
#main .product-table tbody .icon {
    padding: 1px 0;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
}
#main .product-table tbody .icon-check {
    background-color: #e9f7ef;
    border: 1px solid #27ae60;
    color: #27ae60;
    display: inline-block;
    height: 20px;
    padding: 3px 0;
    width: 26px;
}
#main .product-table tbody .icon-minus {
    color: #b5b7b8;
}
#main .product-table .product-item-image {
    border-bottom: none;
    margin-bottom: 8px;
    padding: 0;
}
#main .product-table .product-item-rating {
    margin-bottom: 0;
    padding-top: 0;
}
#main .product-table .product-item-title {
    color: #272B2E;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
}
#main .product-table .product-item-title a {
    color: #272B2E;
}
#main .product-table .product-item-desc {
    min-height: 0;
    padding: 0;
}
#main .product-table .product-item-price {
    height: auto;
    padding: 0;
    white-space: nowrap;
}
#main .product-table .product-item-price .value {
    font-size: 18px;
    line-height: 22px;
}
#main .product-table .product-item-action {
    padding: 0;
}
#main .product-table .product-feature-detail-toggle.active {
    position: relative;
    z-index: 8;
}
#main .product-table .product-feature-detail {
    background-color: #fff;
    float: none;
    font-size: 13px;
    left: 50%;
    margin-left: 0;
    padding: 15px;
    position: absolute;
    top: 50%;
    width: 240px;
    z-index: 7;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.05);
}

/* !PRODUCT-UPGRADE */
#main .product-upgrade-icon {
    background: rgba(0,0,0,0.05);
    color: rgba(0,0,0,0.15);
    display: block;
    font-size: 60px;
    height: 90px;
    line-height: 90px;
    margin: 237px auto 0;
    text-align: center;
    width: 90px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

/* !BUTTON */
#main .btn {
    background-color: #ecac00;
    border: 0;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 20px;
    outline: none;
    padding: 10px 30px;
    text-decoration: none !important;
    text-transform: uppercase;
    vertical-align: middle;
    /*white-space: nowrap;*/
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-font-smoothing: antialiased;
    -webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.05);
}
#main .btn:hover {
    background-color: #ba8b00;
}
#main .btn-large {
    padding: 20px 40px;
}
#main .btn-small {
    padding: 5px 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-font-smoothing: antialiased;
    -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
}
#main .btn + .btn {
    margin-left: 20px;
}
#main .btn-group .btn {
    margin-left: 0;
    padding: 5px 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#main .product-item .btn {
    margin: 0 0 10px;
}
#main .btn.renew {
    background-color: #5dc288;
}
#main .btn.renew:hover {
    background-color: #549b72;
}

/* !FORM */
#main .content form {
    margin-bottom: 3.4em;
}
#main .content textarea.csr-input {
    font-size: 0.8em;
    font-family: monospace;
}

/* !TABS-NAV */
#main .tabs-nav {
    border-bottom: 1px solid #ddd;
    margin-bottom: 1.7em;
}
#main .tabs-nav li {
    float: left;
    margin-right: 2px;
}
#main .tabs-nav a {
    border: 1px solid #fff;
    border-bottom: 0;
    display: block;
    line-height: 20px;
    padding: 9px 15px;
    text-decoration: none;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
}
#main .tabs-nav a:hover,
#main .tabs-nav .active a {
    background-color: #fff;
    border-color: #ddd;
    color: #272B2E;
    position: relative;
}
#main .tabs-nav .active a {
    margin-bottom: -1px;
    padding-bottom: 10px;
}

/* !APPLIANCE */
#main .appliance-device {
    border-radius: 10px;
    padding-bottom: 40px;
}
#main .appliance-device p {
    display: block;
    width: 400px;
}
#main .appliance-device .preis {
    font-size: 1.5em;
}
#main .appliances {

}
#main .appliances .appliance-group-block {
    border-radius: 10px;
    margin: .5em;
    padding: 1em 15px 0 15px;
}
#main .appliances .appliance-group-block.fill-white {
    background: #fff;
    border: 1px solid #efefef;
}
#main .appliances .appliance-group-block h2 {
    margin-left: .5em;
}
#main .appliances .appliance-block {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    cursor: pointer;
    padding: 15px 15px;
    margin: 15px 0;
    position: relative;
    transition: background 0.3s ease-in-out;
}
#main .appliances .appliance-block.active {
    background: #ddffdd;
    padding: 15px 15px 0px 15px;
}
#main .appliances .double {
    border-top: none;
    margin-top: -22px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
}
#main .appliances .double .appliance-block {
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
#main .appliances .double .appliance-checkbox {
    display: none;
}
#main .appliances .appliance-block .appliance-image {
    display: block;
    height: 150px;
    margin: 30px auto;
}
#main .appliances .appliance-block .preis {
    position: absolute;
    bottom: 5px;
    right: 15px;
    font-size: 1.25em;
    color: #000;
    font-weight: 400;
    width: 50%;
    text-align: right;
}
#main .appliances .list .span4:nth-child(2n+1),
#main .appliances .span6:nth-child(2n+1) {
    clear: left;
}
#main .appliances .bucket-container {
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #efefef;
    border-radius: 10px;
    margin-top: 7px;
    padding: 1em;
    position: relative;
    width: 100%;
}
#main .appliance-block .preis {
    display: none;
}
#main .appliance-block.active .preis {
    display: block;
}
#main .appliances .bucket-container.stuck {
    margin-top: 7px;
    position: fixed;
    width: 380px;
}
@media (min-width: 1200px) {
    #main .appliances .bucket-container.stuck {
        width: 470px;
    }
}
#main .appliances .bucket-container #preis-total {
    border-top: 1px solid #ccc;
    font-size: 1.5em;
    text-align: right;
}
#main .appliances .bucket-container div>span {
    float: right;
}
#main .appliances .bucket-container .bucket-title {
    float: left;
    margin-bottom: 10px;
}
#main .appliances .bucket-container .bucket-image {
    max-height: 50px;
    max-width: 200px;
    position: absolute;
    top: 15px;
    right: 20px;
}
#main .appliances .bucket-container .bucket-device {
    clear: both;
    border-bottom: 1px solid #ccc;
}
#main .appliances .bucket-container .bucket-device .change-appliance {
    display: inline-block;
    float: right;
}
#main .appliances .icon {
    position: absolute;
    right: 5px;
    top: 2px;
    font-size: 1.25em;
}
#main .appliances .icon-cancel-circled {
    cursor: pointer;
    width: 26px;
}
#main .appliances .appliance-checkbox {
    position: absolute;
    margin-top: 20px;
    margin-left: 15px;
    z-index: 10;
}
#main .appliances .options {
    margin-left: 20px;
}
#main .appliances .inkl {
    display: none;
}
#main .appliances .double .inkl {
    display: inline;
}
#main .appliances .double .description {
    margin-left: 62px;
}
#main .help-window {
    background: #fff;
    border: 1px solid #efefef;
    border-radius: 10px;
    cursor: default;
    display: none;
    height: 250px;
    left: 0;
    margin: 0 auto;
    padding: 25px;
    position: fixed;
    right: 0;
    top: 25%;
    width: 800px;
    z-index: 10000;
    -moz-box-shadow:    6px 6px 10px 0px #333;
    -webkit-box-shadow: 6px 6px 10px 0px #333;
    box-shadow:         6px 6px 10px 0px #333;
}
#main  .help-window .close-btn {
    position: absolute;
    font-size: 2em;
    color: #000;
    top: -27px;
    right: -6px;
    text-decoration: none;
}
#main  .help-window .close-btn:before {
    background: #fff;
    border-radius: 50%;
    padding: 1px;
}
#main .overlay {
    background: rgba(0,0,0,0.5);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
#main .appliance-block h3,
#main .appliance-block p {
    margin-left: 20px;
}

/* !BRANDS */
#main .brands {
    background-color: #e5e5e5;
    padding: 30px 0 15px;
}
@media (min-width: 750px) {
    #main .brands {
        padding-bottom: 30px;
    }
}
#main .brands .row {
    margin-left: -20px;
}
#main .brands .span1of8 {
    float: left;
    margin-bottom: 15px;
    padding-left: 20px;
    width: 50%;
}
#main .brands .brand-flex-item {
    width: 120px;
    padding: 12px;
}
@media (min-width: 1280px) {
    #main .brands .brand-flex-item {
        flex: 1;
    }
}
@media (min-width: 750px) {
    #main .brands .span1of8 {
        margin-bottom: 0;
        width: 8.3333333333333332%;
    }
}
#main .brands h3 {
    line-height: 20px;
    padding: 2px 0;
}
#main .brands a {
    display: block;
}
#main .brands a img {
    display: block;
    margin: 0 auto;
    max-height: 24px;
    max-width: 100%;
    opacity: 0.66;
    -webkit-transition: opacity 150ms ease-in-out;
    -moz-transition: opacity 150ms ease-in-out;
    -ms-transition: opacity 150ms ease-in-out;
    -o-transition: opacity 150ms ease-in-out;
    transition: opacity 150ms ease-in-out;
}
#main .brands a:hover img {
    opacity: 1;
}
#main .children h2 {
    margin-bottom: .5em;
}

/* !HELP */
#main .help {
    background-color: #efefef;
    padding: 40px 0 30px;
    text-align: center;
}
#main .help .icon {
    background: rgba(0,0,0,0.05);
    display: block;
    font-size: 36px;
    height: 100px;
    line-height: 100px;
    margin: 0 auto 12px;
    width: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

/* !FOOTER */
#footer {
    background-color: #021e2f;
    color: #657A8B;
    font-size: 13px;
    padding: 40px 0;
    -webkit-font-smoothing: antialiased;
}
#footer h3 {
    color: #fff;
    margin-bottom: 10px;
}
#footer a {
    color: #657A8B;
}
#footer a:hover {
    color: #fff;
}
#footer address {
    font-style: normal;
    margin-bottom: 20px;
}
#footer ul {
    margin-bottom: 20px;
}


/* !addions */
.printFooterLinks {
    display: none;
}


/* !BOOTSTRAP */
#main .alert {
    margin-bottom: 1.7em;
}

#main .form-horizontal .control-group {
    margin-bottom: 1.7em;
}

#main .form-horizontal input+.help-block,
#main .form-horizontal select+.help-block,
#main .form-horizontal textarea+.help-block,
#main .form-horizontal .uneditable-input+.help-block,
#main .form-horizontal .input-prepend+.help-block,
#main .form-horizontal .input-append+.help-block {
    font-size: 13px;
    line-height: 1.5;
    margin-top: 5px;
}

/* !RESELLER */
.site.reseller #main .main-header {
    background-color: #efefef;
}
.site.reseller #main .main-header h1,
.site.reseller #main .main-header .h1 {
    color: #878787;
}
.site.reseller #header .meta-nav .phone {
    padding: 5px 0;
}
.site.reseller #main .table p {
    margin-bottom: 0;
}
.site.reseller #main .table p.success,
.site.reseller #main .table p.error {
    font-weight: 700;
    border: none;
    background: none;
    display: inline;
    font-size: 15px;
    padding: 0;
}
.site.reseller #main .table tr:last-child td {
    -webkit-border-radius: 0px 0px 5px 0px;
    border-radius: 0px 0px 5px 0px;
}
.site.reseller #main .table td.success {
    background-color: #e9f7ef;
}
.site.reseller #main .table td.process {
    background-color: #f9e79f;
}
.site.reseller #main .table td.error {
    background-color: #f2dede;
}
.site.reseller #main .table p.success {
    color: #27AE5D;
}
.site.reseller #main .table p.error {
    color: #c0392b;
}
.site.reseller #main .table p.none {
    display: none;
}
.site.reseller #main .table .title {
    font-size: 14px;
    padding-left: 10px;
    text-align: center;
    width: 40px;
}
.site.reseller #main .product-table thead .feature {
    font-size: 14px;
}
.site.reseller #main .product-table {
    margin-bottom: 50px;
}
.site.reseller #main .reseller-icon-nav {
    margin: 40px 0;
}
.site.reseller #main .reseller-icon-nav figure {
    background: url(../img/dots-bg.png) #f8f8f8;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #c4c4c4;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    float: left;
    height: 160px;
    margin-right: 20px;
    padding-top: 20px;
    text-shadow: none;
    border-radius: 10px;
    -webkit-box-shadow: 0px -1px 0px 0px rgba(25, 25, 25, 0.1);
    box-shadow: 0px -1px 0px 0px rgba(25, 25, 25, 0.1);
}
.site.reseller #main .reseller-icon-nav figure:last-child,
.site.reseller #main .reseller-icon-nav .icon-nav:last-child {
    margin-right: 0;
}
.site.reseller #main .reseller-icon-nav .icon-nav {
    display: block;
    margin: 0 30px 10px 30px;
    padding: 20px 0 18px 0;
}
.site.reseller #main .reseller-icon-nav .icon-nav,
.site.reseller #main .reseller-icon-nav .icon,
.site.reseller #main .table-icon {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.site.reseller #main .reseller-icon-nav .icon-nav a:hover {
    opacity: 1;
    -webkit-box-shadow:  0px 0px 0px 10px rgba(255, 255, 255, 1);
    box-shadow:  0px 0px 0px 10px rgba(255, 255, 255, 1);
}
.site.reseller #main .reseller-icon-nav .icon-nav .icon {
    background-color: #ECAC00;
    color: #fff;
    font-size: 30px;
    font-size: 50px;
    line-height: 1;
    opacity: 0.75;
    padding: 10px;
    position: relative;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow:  0px 0px 0px 0px rgba(255, 215, 110, 1);
    box-shadow:  0px 0px 0px 0px rgba(255, 215, 110, 1);
}
.site.reseller #main .reseller-icon-nav .icon-nav .icon:hover {
    opacity: 1;
    -webkit-box-shadow:  0px 0px 0px 5px rgba(255, 215, 110, 1);
    box-shadow:  0px 0px 0px 5px rgba(255, 215, 110, 1);
}
.site.reseller #main .reseller-icon-nav p {
    line-height: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.site.reseller #main .reseller-icon-nav p a {
    text-decoration: none;
}
.site.reseller #main #orderform .control-group {
    margin-bottom: 0;
}
.site.reseller #main #peronaldata .control-group,
.site.reseller #main #orderform.form-horizontal .control-group {
    margin-bottom: 14px;
}
.site.reseller #main #orderform .control-group label {
    font-weight: 600;
}
.site.reseller #main #orderform fieldset {
    margin-top: 30px;
}
.site.reseller #main #orderform fieldset h2.section {
    width: 160px;
    text-align: right;
}
.site.reseller #main .pagination {
    display: block;
    margin-bottom: 20px;
    text-align: center;
}
.site.reseller #main .pagination .pagination-centerer {
    float: none;
    display: inline-block;
}
.site.reseller #main .pagination li {
    float: left;
    list-style-type: none;
    margin-right: 10px;
    text-align: center;
    width: 40px;
}
.site.reseller #main .pagination li a {
    background-color: #d9edf7;
    border: 1px solid #bce8f1;
    color: #3a87ad;
    display: block;
    padding: 2px 4px;
    text-decoration: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.site.reseller #main .yearprices tr {
    border-top: 1px solid #dddddd;
}
.site.reseller #main .yearprices tr:first-child {
    border-top: none;
}
.site.reseller #main .yearprices th,
.site.reseller #main .yearprices td {
    border-top: none;
}
.site.reseller #main .product-table tr td:last-child {
    padding: 4px 0 0 5px;
}
.site.reseller #main .table-icon {
    border-radius: 50%;
    display: block;
    margin-bottom: 8px;
    opacity: 0.75;
    padding: 5px;
    width: 21px;
}
.site.reseller #main .table-icon:hover {
    opacity: 1;
}
.site.reseller #main .product-table tbody .icon {
    color: #fff;
}
.site.reseller #main .table-icon.remove {
    background-color: #ff4d4d;
}
.site.reseller #main .table-icon.edit {
    background-color: #ECAC00;
}
.site.reseller #main .control-group.error .help-block,
.site.reseller #main form p.error,
.site.reseller #main #csrResult,
.site.reseller #main p.error {
    background-color: #ffcbcb;
    border: 2px solid #ff7f7f;
    color: #cc0000;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4em;
    padding: 4px 13px;
    text-align: center;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.site.reseller #main .control-group.error .help-block,
.site.reseller #main form p.error,
.site.reseller #main #csrResult {
    max-width: 270px;
    min-width: 270px;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
    background-color: #ffcbcb;
    border: 2px solid;
    border-color: #ff7f7f !important;
}
.site.reseller #main .control-group.error .help-block {
    margin: 5px 0;
}
.site.reseller #main .loginFPForm.form-horizontal.cmxform p.error {
    margin-left: 180px;
}
.site.reseller #main .margin-bottom {
    margin-bottom: 10px;
}
.site.reseller #main select,
.site.reseller #main .info {
    width: 300px;
}
.site.reseller #main .form-horizontal textarea {
    width: 286px;
}
.site.reseller #main .form-horizontal textarea.csr {
    font-size: 0.6em;
    line-height: 1.25em;
    padding-top: 4px;
}
.site.reseller #main .checkbox-container {
    display: inline-block;
    line-height: 48px;
    vertical-align: bottom;
    margin-right: 4px;
    margin-left: 180px;
}
.site.reseller #main .agb-label {
    line-height: 32px;
    display: inline-block;
    margin-bottom: 5px;
}
.site.reseller #main #recaptcha_widget_div.recaptcha_nothad_incorrect_sol.recaptcha_isnot_showing_audio {
    display: inline-block;
    margin-left: 180px;
}
.site.reseller #main .btn.submit {
    margin-top: 5px;
}

@media (min-width: 1200px) {
    .site.reseller #main select,
    .site.reseller #main .info{
        width: 370px;
    }
    .site.reseller #main .form-horizontal textarea {
        width: 356px;
    }
    .site.reseller #main .control-group.error .help-block,
    .site.reseller #main form p.error,
    .site.reseller #main #csrResult {
        min-width: 340px;
    }
    .site.reseller #main .loginFPForm.form-horizontal.cmxform p.error {
        max-width: 340px;
    }
    .site.reseller #main .table-icon {
        display: inline-block;
    }
    .site.reseller #main .table-icon:first-child {
        margin-right: 8px;
    }
}

/** CONTENT BLUE */
#main .content-blue {
    background: #003B6A;
    color: #fff;
}
#main .content-blue h1 {
    color: #fff;
}
#main .content-blue p {
    color: #fff;
}
#main .content-blue p.intro {
    color: #ccc;
}
#main .content-blue .btn {
    -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5);
}
#main .content-big h1 {
    font-size: 72px;
    font-weight: 100;
    margin-bottom: .25em;
}
#main .content-big p {
    font-size: 18px;
    margin-bottom: 20px 0;
}
#main .content-big p.intro {
    font-size: 24px;
}
#main .content-big .btn {
    font-size: 24px;
    padding: 20px 60px;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media (min-width: 1200px) {
    #header .global-nav li {
        margin-left: 30px;
    }
    #header .global-nav a {
        padding-left: 30px;
        padding-right: 30px;
    }
    #header .global-nav .last > a {
        padding-left: 29px;
        padding-right: 29px;
    }
    #header .global-nav .open > a {
        padding-left: 30px;
        padding-right: 30px;
    }
    #header .global-nav .mega .span3 {
        width: 255px;
    }
    /*.home #main .main-header {
        background-position: 50% 20%;
    }*/

    /*#main .content .primary {
        padding-left: 29px;
    }*/

    form input.span4,
    form textarea.span4,
    form .uneditable-input.span4 {
        width: 356px;
    }

    #main .product-item:nth-child(4n+5) {
        clear: none;
    }
    #main .product-item:nth-child(5n+6) {
        clear: both;
    }

    #main .product-list .product-upgrade-icon {
        font-size: 90px;
        height: 140px;
        line-height: 140px;
        margin-top: 212px;
        width: 140px;
    }

}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}
/*!NEW */
#main .otherCertificats {
    text-align: left;
    padding: 20px 25px;
}
#main .otherCertificats a {
    text-decoration: none;
}

/* !BOOTSTRAP */
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: auto !important;
    max-width: 100%;
}
#main .form-vertical .form-control {
    width: 100%;
}
#main .form-vertical fieldset {
    margin-bottom: 30px;
}
#main .form-vertical .form-group.has-error label {
    color: #d33;
}
#main .form-vertical .form-group.has-error .form-control {
    border-color: #d33;
}
#main .form-vertical .form-group textarea.form-control {
    min-height: 200px;
}

/* BANNER */
.content-banner {
    margin-bottom: 50px
}

.content-banner a {
    display: block;
}
