/* Minification failed. Returning unminified contents.
(423,19): run-time error CSS1036: Expected expression, found '|'
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

*:focus {
    outline: none;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}
input[type=button], input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
}

/* GENERAL */
h1 {
    font-size: 1.8rem;
    line-height: 1.8rem;
    color: #444;
    margin-bottom: 0px;
    padding-bottom: 5px;
    margin-bottom: 1rem;
    border-bottom: 1px solid #ccc;
    clear: both;
    text-transform: uppercase;
}

h2 {
    font-size: 1.8rem;
    line-height: 1.8rem;
    color: #444;
    margin-bottom: 1rem;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
    clear: both;
    text-transform: uppercase;
}

h3 {
    font-size: 26px;
    color: #444;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

h4 {
    font-size: 18px;
    color: #34495e;
    margin-bottom: 10px;
    padding-bottom: 2px;
    border-bottom: 1px solid #ccc;
}

h5 {
    font-size: 1rem;
    color: #023144;
    margin-bottom: 10px;
    padding-bottom: 2px;
    font-weight: 700;
    text-transform: uppercase;
}

p {
    font-size: 1rem;
    margin-bottom: 10px;
    font-weight: 300;
}

a {
    text-decoration: none;
    color: #023144;
}

    a:hover {
        text-decoration: underline;
    }

select {
    float: left;
    height: 34px;
    border-radius: 3px;
}

strong, b {
    font-weight: 700;
}

input {
    font-size: 1rem;
    font-family: 'Roboto', sans-serif;
}

/* GLOBAL CLASSES */
/*.Button { background: none; border: 0px; margin-top: 10px; padding: 10px; padding-left: 30px; padding-right: 30px; text-align: center; box-sizing: border-box; text-transform: uppercase; font-size: 1rem; font-weight: 700; border-radius: 0px; color: #FFE400; background-color: #009453; cursor: pointer; display: inline-block; line-height: normal; transition: background-color 200ms linear; }
    .Button:hover { background-color: #00aa60; text-decoration: none; }*/
.Relative {
    position: relative;
}

/* HIDE ADDTOCART */
.AddToCart {
    display: none !important;
}

.AddToCart {
    border: 2px solid #444;
    border-radius: 10px;
    padding-left: 40px;
    font-size: 1rem;
    background-color: #fff;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #444;
    text-decoration: none;
    transition: all linear 200ms;
    cursor: pointer;
}

    .AddToCart:hover {
        background: #444;
        color: #fff;
        text-decoration: none;
    }


.ProductLink {
    width: 35%;
    float: left;
    background-color: #023144;
    padding: 11px 0;
    box-sizing: border-box;
    margin-top: 10px;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    margin-right: 5%;
    text-transform: uppercase;
    display: inline-block;
}

    .ProductLink:hover {
        background-color: #03506f;
    }

.FrontProductsWrapper .ProductLink {
    font-size: 1.4rem;
    width: 40%;
    margin-right: 0;
    height: 54px;
    padding-top: 15px;
}

.Button {
    border: 2px solid #444;
    border-radius: 10px;
    padding-left: 40px;
    font-size: 1rem;
    background-color: #fff;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #444;
    text-decoration: none;
    transition: all linear 200ms;
    cursor: pointer;
}

    .Button:hover {
        background: #444;
        color: #fff;
        text-decoration: none;
    }

.Hidden {
    display: none;
}

.Grey {
    color: #aaa !important;
}

.Fullsize {
    width: 100%;
}

.ClearLeft {
    clear: left;
}

.ClearRight {
    clear: right;
}

.ClearNone {
    clear: none !important;
}

.UserMessage {
    padding: 10px;
    display: block;
    padding-left: 40px;
    margin-bottom: 20px;
    padding-right: 40px;
    position: relative;
}

    .UserMessage span.CloseIcon {
        position: absolute;
        right: 0px;
        top: 0px;
        bottom: 0px;
        width: 38px;
        cursor: pointer;
        color: #aaa;
        background-color: #fff;
    }

        .UserMessage span.CloseIcon:hover {
            color: #444;
        }

        .UserMessage span.CloseIcon:before {
            content: '\f057';
            font-family: 'FontAwesome';
            font-size: 24px;
            margin-top: -10px;
            position: absolute;
            top: 50%;
            left: 50%;
            margin-left: -12px;
        }

    .UserMessage:before {
        font-family: 'FontAwesome';
        float: left;
        font-size: 24px;
        margin-left: -30px;
        margin-right: 0px;
    }

    .UserMessage.Error {
        color: #C00000;
        background-color: #F7DDDD;
        border: 2px solid #F7DDDD;
    }

        .UserMessage.Error:before {
            content: '\f06a';
            color: #C00000;
        }

    .UserMessage.Success {
        color: #3c763d;
        background-color: #dff0d8;
        border: 2px solid #dff0d8;
    }

        .UserMessage.Success:before {
            content: '\f058';
            color: #3c763d;
        }

    .UserMessage.Info {
        color: #31708f;
        background-color: #d9edf7;
        border: 2px solid #d9edf7;
    }

        .UserMessage.Info:before {
            content: '\f05a';
            color: #31708f;
        }

.Center {
    text-align: center;
}

.Website {
    padding-left: 30px;
    position: relative;
}

    .Website:before {
        font-family: 'FontAwesome';
        content: '\f7a2';
        position: absolute;
        font-size: 24px;
        left: 0;
        top: 50%;
        margin-top: -12px;
    }

    .Website:hover:before {
        color: #444;
    }


.fa-standard:before {
    font-family: FontAwesome;
    font-size: 16px;
    line-height: 14px;
    padding-right: 5px;
}
.Home:before {
    content: '\f015';
}
.Storage:before {
    content: '\f495';
    
}
.Gdpr:before {
    content: '\f505';
}
.ClearTable {
    padding-right: 0px;
    padding: 8px;
    border-radius: 20px;
    
    background: #555;
}
.ClearTable:before {
    content: '\f0ce';
}
.Customergroup:before {
    content: '\f500';
}

.Userimport:before {
    content: '\f56f';
}

.CustomerRegister:before {
    content: '\f007';
    
}

.CustomerLogin:before {
    content: '\f090';
    font-family: FontAwesome;
    font-size: 16px;
    line-height: 14px;
    padding-right: 5px;
}

.CustomerLoggedIn:before {
    content: '\f007';
}

.CustomerLogout:before {
    content: '\f08b';
    font-family: FontAwesome;
    font-size: 16px;
    line-height: 14px;
    padding-right: 4px;
}

nav.WebPagesMenu ul.loginul {
    padding-top: 10px;
    padding-right: 20px;
    float: right;
}

.ForgotPassword {
    float: left;
    margin-left: 10px;
}



.Form .SingleCheckbox {
    float: left;
    clear: left;
    text-align: center;
    padding-left: |2px;
}

.RememberMe .CheckBoxLabel {
    white-space: nowrap;
    cursor: pointer;
    width: 0px;
}

.SingleCheckbox input[type=checkbox] {
    display: none;
}

.RememberMe .SingleCheckbox label {
    display: block;
    float: left;
}

.SingleCheckbox input[type=checkbox] + label::before {
    content: '\f0c8';
    font-family: FontAwesome;
    font-size: 16px;
    margin-right: 8px;
    color: #444;
}

.SingleCheckbox input[type=checkbox]:checked + label::before {
    content: '\f14a';
    font-family: FontAwesome;
    margin-right: 8px;
}

.SingleCheckbox.RememberMe {
    float: left;
    clear: none;
}

