﻿/*! danfoss-multiside v1.0.0 | 11-02-2016-01:16:14
 * Copyright (c) 2016 [object Object] | Licensed 
 */
@charset "UTF-8";

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden], template {
    display: none;
}

a {
    background: transparent;
}

    a:active, a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type="checkbox"], input[type="radio"] {
        box-sizing: border-box;
        padding: 0;
    }

    input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

        input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

@media print {
    * {
        text-shadow: none !important;
        color: #000 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    select {
        background: #fff !important;
    }

    .navbar {
        display: none;
    }

    .table td, .table th {
        background-color: #fff !important;
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table-bordered th, .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before, *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: "myriad-pro",sans-serif;
    font-size: 13px;
    line-height: 1.428571429;
    color: #9DA7AF;
    background-color: #fff;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #e2000f;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #96000a;
        text-decoration: none;
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 18px;
    margin-bottom: 18px;
    border: 0;
    border-top: 1px solid #E5E8EB;
}

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

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 700;
    line-height: 1.1;
    color: inherit;
}

    h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small, .h1 small, .h1 .small, .h2 small, .h2 .small, .h3 small, .h3 .small, .h4 small, .h4 .small, .h5 small, .h5 .small, .h6 small, .h6 .small {
        font-weight: normal;
        line-height: 1;
        color: #CCD3D8;
    }

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 18px;
    margin-bottom: 9px;
}

    h1 small, h1 .small, .h1 small, .h1 .small, h2 small, h2 .small, .h2 small, .h2 .small, h3 small, h3 .small, .h3 small, .h3 .small {
        font-size: 65%;
    }

h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 9px;
    margin-bottom: 9px;
}

    h4 small, h4 .small, .h4 small, .h4 .small, h5 small, h5 .small, .h5 small, .h5 .small, h6 small, h6 .small, .h6 small, .h6 .small {
        font-size: 75%;
    }

h1, .h1 {
    font-size: 35px;
}

h2, .h2 {
    font-size: 25px;
}

h3, .h3 {
    font-size: 20px;
    font-weight: 400;
}

h4, .h4 {
    font-size: 18px;
    font-weight: 400;
}

h5, .h5 {
    font-size: 16px;
}

h6, .h6 {
    font-size: 14px;
}

p {
    margin: 0 0 9px;
}

.lead {
    margin-bottom: 18px;
    font-size: 14px;
    font-weight: 200;
    line-height: 1.4;
}

@media (min-width:768px) {
    .lead {
        font-size: 19.5px;
    }
}

small, .small {
    font-size: 85%;
}

cite {
    font-style: normal;
}

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

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

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

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

.text-muted {
    color: #CCD3D8;
}

.text-primary {
    color: #e2000f;
}

    .text-primary a:hover {
        color: #af000c;
    }

.text-success {
    color: #3c763d;
}

    .text-success a:hover {
        color: #2b542c;
    }

.text-info {
    color: #31708f;
}

    .text-info a:hover {
        color: #245269;
    }

.text-warning {
    color: #8a6d3b;
}

    .text-warning a:hover {
        color: #66512c;
    }

.text-danger {
    color: #a94442;
}

    .text-danger a:hover {
        color: #843534;
    }

.bg-primary {
    color: #fff;
    background-color: #e2000f;
}

    .bg-primary a:hover {
        background-color: #af000c;
    }

.bg-success {
    background-color: #dff0d8;
}

    .bg-success a:hover {
        background-color: #c1e2b3;
    }

.bg-info {
    background-color: #d9edf7;
}

    .bg-info a:hover {
        background-color: #afd9ee;
    }

.bg-warning {
    background-color: #fcf8e3;
}

    .bg-warning a:hover {
        background-color: #f7ecb5;
    }

.bg-danger {
    background-color: #f2dede;
}

    .bg-danger a:hover {
        background-color: #e4b9b9;
    }

.page-header {
    padding-bottom: 8px;
    margin: 36px 0 18px;
    border-bottom: 1px solid #E5E8EB;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 9px;
}

    ul ul, ul ol, ol ul, ol ol {
        margin-bottom: 0;
    }

.list-unstyled, .list-inline {
    padding-left: 0;
    list-style: none;
}

    .list-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
    }

        .list-inline > li:first-child {
            padding-left: 0;
        }

dl {
    margin-top: 0;
    margin-bottom: 18px;
}

dt, dd {
    line-height: 1.428571429;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }

        .dl-horizontal dd:before, .dl-horizontal dd:after {
            content: " ";
            display: table;
        }

        .dl-horizontal dd:after {
            clear: both;
        }
}

abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #CCD3D8;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 9px 18px;
    margin: 0 0 18px;
    font-size: 16.25px;
    border-left: 5px solid #E5E8EB;
}

    blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
        margin-bottom: 0;
    }

    blockquote footer, blockquote small, blockquote .small {
        display: block;
        font-size: 80%;
        line-height: 1.428571429;
        color: #CCD3D8;
    }

        blockquote footer:before, blockquote small:before, blockquote .small:before {
            content: '\2014 \00A0';
        }

    .blockquote-reverse, blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        border-right: 5px solid #E5E8EB;
        border-left: 0;
        text-align: right;
    }

        .blockquote-reverse footer:before, .blockquote-reverse small:before, .blockquote-reverse .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before, blockquote.pull-right .small:before {
            content: '';
        }

        .blockquote-reverse footer:after, .blockquote-reverse small:after, .blockquote-reverse .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after, blockquote.pull-right .small:after {
            content: '\00A0 \2014';
        }

    blockquote:before, blockquote:after {
        content: "";
    }

address {
    margin-bottom: 18px;
    font-style: normal;
    line-height: 1.428571429;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

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

    .container:after {
        clear: both;
    }

@media (min-width:768px) {
    .container {
        width: 750px;
    }
}

@media (min-width:992px) {
    .container {
        width: 970px;
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

    .container-fluid:before, .container-fluid:after {
        content: " ";
        display: table;
    }

    .container-fluid:after {
        clear: both;
    }

.row {
    margin-left: -15px;
    margin-right: -15px;
}

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

    .row:after {
        clear: both;
    }

.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1 {
    float: left;
}

.col-xs-1 {
    width: 8.333333333333332%;
}

.col-xs-2 {
    width: 16.666666666666664%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.33333333333333%;
}

.col-xs-5 {
    width: 41.66666666666667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.333333333333336%;
}

.col-xs-8 {
    width: 66.66666666666666%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.33333333333334%;
}

.col-xs-11 {
    width: 91.66666666666666%;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-pull-0 {
    right: 0%;
}

.col-xs-pull-1 {
    right: 8.333333333333332%;
}

.col-xs-pull-2 {
    right: 16.666666666666664%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-4 {
    right: 33.33333333333333%;
}

.col-xs-pull-5 {
    right: 41.66666666666667%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-7 {
    right: 58.333333333333336%;
}

.col-xs-pull-8 {
    right: 66.66666666666666%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-10 {
    right: 83.33333333333334%;
}

.col-xs-pull-11 {
    right: 91.66666666666666%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-push-0 {
    left: 0%;
}

.col-xs-push-1 {
    left: 8.333333333333332%;
}

.col-xs-push-2 {
    left: 16.666666666666664%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-4 {
    left: 33.33333333333333%;
}

.col-xs-push-5 {
    left: 41.66666666666667%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-7 {
    left: 58.333333333333336%;
}

.col-xs-push-8 {
    left: 66.66666666666666%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-10 {
    left: 83.33333333333334%;
}

.col-xs-push-11 {
    left: 91.66666666666666%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

.col-xs-offset-1 {
    margin-left: 8.333333333333332%;
}

.col-xs-offset-2 {
    margin-left: 16.666666666666664%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333333333%;
}

.col-xs-offset-5 {
    margin-left: 41.66666666666667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.333333333333336%;
}

.col-xs-offset-8 {
    margin-left: 66.66666666666666%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333333334%;
}

.col-xs-offset-11 {
    margin-left: 91.66666666666666%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

@media (min-width:768px) {
    .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1 {
        float: left;
    }

    .col-sm-1 {
        width: 8.333333333333332%;
    }

    .col-sm-2 {
        width: 16.666666666666664%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.33333333333333%;
    }

    .col-sm-5 {
        width: 41.66666666666667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.333333333333336%;
    }

    .col-sm-8 {
        width: 66.66666666666666%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.33333333333334%;
    }

    .col-sm-11 {
        width: 91.66666666666666%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-pull-0 {
        right: 0%;
    }

    .col-sm-pull-1 {
        right: 8.333333333333332%;
    }

    .col-sm-pull-2 {
        right: 16.666666666666664%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-4 {
        right: 33.33333333333333%;
    }

    .col-sm-pull-5 {
        right: 41.66666666666667%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-7 {
        right: 58.333333333333336%;
    }

    .col-sm-pull-8 {
        right: 66.66666666666666%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-10 {
        right: 83.33333333333334%;
    }

    .col-sm-pull-11 {
        right: 91.66666666666666%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-push-0 {
        left: 0%;
    }

    .col-sm-push-1 {
        left: 8.333333333333332%;
    }

    .col-sm-push-2 {
        left: 16.666666666666664%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-4 {
        left: 33.33333333333333%;
    }

    .col-sm-push-5 {
        left: 41.66666666666667%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-7 {
        left: 58.333333333333336%;
    }

    .col-sm-push-8 {
        left: 66.66666666666666%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-10 {
        left: 83.33333333333334%;
    }

    .col-sm-push-11 {
        left: 91.66666666666666%;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }

    .col-sm-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .col-sm-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333333333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666666666666%;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width:992px) {
    .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1 {
        float: left;
    }

    .col-md-1 {
        width: 8.333333333333332%;
    }

    .col-md-2 {
        width: 16.666666666666664%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.33333333333333%;
    }

    .col-md-5 {
        width: 41.66666666666667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.333333333333336%;
    }

    .col-md-8 {
        width: 66.66666666666666%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.33333333333334%;
    }

    .col-md-11 {
        width: 91.66666666666666%;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-pull-0 {
        right: 0%;
    }

    .col-md-pull-1 {
        right: 8.333333333333332%;
    }

    .col-md-pull-2 {
        right: 16.666666666666664%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-4 {
        right: 33.33333333333333%;
    }

    .col-md-pull-5 {
        right: 41.66666666666667%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-7 {
        right: 58.333333333333336%;
    }

    .col-md-pull-8 {
        right: 66.66666666666666%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-10 {
        right: 83.33333333333334%;
    }

    .col-md-pull-11 {
        right: 91.66666666666666%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-push-0 {
        left: 0%;
    }

    .col-md-push-1 {
        left: 8.333333333333332%;
    }

    .col-md-push-2 {
        left: 16.666666666666664%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-4 {
        left: 33.33333333333333%;
    }

    .col-md-push-5 {
        left: 41.66666666666667%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-7 {
        left: 58.333333333333336%;
    }

    .col-md-push-8 {
        left: 66.66666666666666%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-10 {
        left: 83.33333333333334%;
    }

    .col-md-push-11 {
        left: 91.66666666666666%;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }

    .col-md-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .col-md-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333333333%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666666666666%;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width:1200px) {
    .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1 {
        float: left;
    }

    .col-lg-1 {
        width: 8.333333333333332%;
    }

    .col-lg-2 {
        width: 16.666666666666664%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.33333333333333%;
    }

    .col-lg-5 {
        width: 41.66666666666667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.333333333333336%;
    }

    .col-lg-8 {
        width: 66.66666666666666%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.33333333333334%;
    }

    .col-lg-11 {
        width: 91.66666666666666%;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-pull-0 {
        right: 0%;
    }

    .col-lg-pull-1 {
        right: 8.333333333333332%;
    }

    .col-lg-pull-2 {
        right: 16.666666666666664%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-4 {
        right: 33.33333333333333%;
    }

    .col-lg-pull-5 {
        right: 41.66666666666667%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-7 {
        right: 58.333333333333336%;
    }

    .col-lg-pull-8 {
        right: 66.66666666666666%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-10 {
        right: 83.33333333333334%;
    }

    .col-lg-pull-11 {
        right: 91.66666666666666%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-push-0 {
        left: 0%;
    }

    .col-lg-push-1 {
        left: 8.333333333333332%;
    }

    .col-lg-push-2 {
        left: 16.666666666666664%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-4 {
        left: 33.33333333333333%;
    }

    .col-lg-push-5 {
        left: 41.66666666666667%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-7 {
        left: 58.333333333333336%;
    }

    .col-lg-push-8 {
        left: 66.66666666666666%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-10 {
        left: 83.33333333333334%;
    }

    .col-lg-push-11 {
        left: 91.66666666666666%;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }

    .col-lg-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .col-lg-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333333333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666666666666%;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.428571429;
    border-radius: 4px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.428571429;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    .btn:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:hover, .btn:focus {
        color: #333;
        text-decoration: none;
    }

    .btn:active, .btn.active {
        outline: 0;
        background-image: none;
        -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
        box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        cursor: not-allowed;
        pointer-events: none;
        opacity: 0.65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: 1;
    }

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
        color: #333;
        background-color: #ebebeb;
        border-color: #adadad;
    }

.open .btn-default.dropdown-toggle {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad;
}

.btn-default:active, .btn-default.active {
    background-image: none;
}

.open .btn-default.dropdown-toggle {
    background-image: none;
}

.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc;
}

.btn-default .badge {
    color: #fff;
    background-color: #333;
}

.btn-primary {
    color: #fff;
    background-color: #e2000f;
    border-color: #c9000d;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
        color: #fff;
        background-color: #b9000c;
        border-color: #8b0009;
    }

.open .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #b9000c;
    border-color: #8b0009;
}

.btn-primary:active, .btn-primary.active {
    background-image: none;
}

.open .btn-primary.dropdown-toggle {
    background-image: none;
}

.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
    background-color: #e2000f;
    border-color: #c9000d;
}

.btn-primary .badge {
    color: #e2000f;
    background-color: #fff;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
        color: #fff;
        background-color: #47a447;
        border-color: #398439;
    }

.open .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #47a447;
    border-color: #398439;
}

.btn-success:active, .btn-success.active {
    background-image: none;
}

.open .btn-success.dropdown-toggle {
    background-image: none;
}

.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
        color: #fff;
        background-color: #39b3d7;
        border-color: #269abc;
    }

.open .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc;
}

.btn-info:active, .btn-info.active {
    background-image: none;
}

.open .btn-info.dropdown-toggle {
    background-image: none;
}

.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
        color: #fff;
        background-color: #ed9c28;
        border-color: #d58512;
    }

.open .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512;
}

.btn-warning:active, .btn-warning.active {
    background-image: none;
}

.open .btn-warning.dropdown-toggle {
    background-image: none;
}

.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
        color: #fff;
        background-color: #d2322d;
        border-color: #ac2925;
    }

.open .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925;
}

.btn-danger:active, .btn-danger.active {
    background-image: none;
}

.open .btn-danger.dropdown-toggle {
    background-image: none;
}

.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}

.btn-link {
    color: #e2000f;
    font-weight: normal;
    cursor: pointer;
    border-radius: 0;
}

    .btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
            border-color: transparent;
        }

            .btn-link:hover, .btn-link:focus {
                color: #96000a;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
                color: #CCD3D8;
                text-decoration: none;
            }

.btn-lg {
    padding: 10px 16px;
    font-size: 17px;
    line-height: 1.33;
    border-radius: 6px;
}

.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width: 100%;
}

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

.clearfix:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

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

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs, tr.visible-xs, th.visible-xs, td.visible-xs {
    display: none !important;
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs, td.visible-xs {
        display: table-cell !important;
    }
}

.visible-sm, tr.visible-sm, th.visible-sm, td.visible-sm {
    display: none !important;
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm, td.visible-sm {
        display: table-cell !important;
    }
}

.visible-md, tr.visible-md, th.visible-md, td.visible-md {
    display: none !important;
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md, td.visible-md {
        display: table-cell !important;
    }
}

.visible-lg, tr.visible-lg, th.visible-lg, td.visible-lg {
    display: none !important;
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg, td.visible-lg {
        display: table-cell !important;
    }
}

@media (max-width:767px) {
    .hidden-xs, tr.hidden-xs, th.hidden-xs, td.hidden-xs {
        display: none !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm, tr.hidden-sm, th.hidden-sm, td.hidden-sm {
        display: none !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md, tr.hidden-md, th.hidden-md, td.hidden-md {
        display: none !important;
    }
}

@media (min-width:1200px) {
    .hidden-lg, tr.hidden-lg, th.hidden-lg, td.hidden-lg {
        display: none !important;
    }
}

.visible-print, tr.visible-print, th.visible-print, td.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print, td.visible-print {
        display: table-cell !important;
    }
}

@media print {
    .hidden-print, tr.hidden-print, th.hidden-print, td.hidden-print {
        display: none !important;
    }
}

html {
    font-size: 62.5%;
}

body {
    padding-bottom: 69px;
    -webkit-font-smoothing: antialiased;
    color: #000;
}

@media only screen and (max-width:991px) {
    body {
        padding-bottom: 0px;
    }
}

body .content-wrapper > .container > .row > .col-md-6 > h1, body .content-wrapper > .container > .row > .col-md-9 > h1 {
    margin-top: -6px;
}

a:focus {
    outline: none;
}

.container {
    min-width: 975px;
    width: 90%;
    padding: auto;
    text-align: left;
    position: relative;
}

@media only screen and (max-width:991px) {
    .container {
        width: 100%;
        min-width: 0px;
    }
}

@media only screen and (min-width:1200px) {
    .container {
        width: 1180px;
    }
}

.ie8 .container {
    min-width: 90%;
    width: 90%;
}

.state-indicator {
    position: absolute;
    top: -999em;
    left: -999em;
    z-index: 0;
}

@media only screen and (max-width:991px) {
    .state-indicator {
        z-index: 1;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .state-indicator {
        z-index: 2;
    }
}

@media only screen and (min-width:1200px) {
    .state-indicator {
        z-index: 3;
    }
}

.content-wrapper {
    overflow: auto;
}

    .content-wrapper > .spacer-top {
        margin-top: 60px;
    }

.spacer-top {
    margin-top: 30px;
}

.spacer-big-top {
    margin-top: 60px;
}

.spacer-bottom {
    margin-bottom: 30px;
}

.spacer-big-bottom {
    margin-bottom: 60px;
}

.clearfloat, .clearfix {
    clear: both;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.wf {
    background: #ccc;
    margin-bottom: 30px;
}

@media only screen and (max-width:991px) {
    body {
        margin-top: 0px !important;
    }

    .corporate-global-container {
        height: auto !important;
    }
}

body > ul {
    margin: 0;
    padding: 0;
    list-style: 0;
}

body > li {
    list-style: none;
}

@font-face {
    font-family: 'danfoss';
    src: url("../fonts/danfoss.eot?-joq9s1");
    src: url("../fonts/danfoss.eot?#iefix-joq9s1") format("embedded-opentype"),url("../fonts/danfoss.woff?-joq9s1") format("woff"),url("../fonts/danfoss.ttf?-joq9s1") format("truetype"),url("../fonts/danfoss.svg?-joq9s1#danfoss") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"], .icon {
    font-family: 'danfoss';
    speak: none;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-compare:before {
    content: "\e641";
}

.icon-document:before {
    content: "\e642";
}

.icon-link:before {
    content: "\e643";
}

.icon-list:before {
    content: "\e644";
}

.icon-visual:before {
    content: "\e645";
}

.icon-az-sort-reverse:before {
    content: "\e640";
}

.icon-retweet2:before {
    content: "\e63f";
}

.icon-twitter2:before {
    content: "\e63d";
}

.icon-calculator:before {
    content: "\e63e";
}

.icon-rss:before {
    content: "\e63c";
}

.icon-quote:before {
    content: "\e62d";
}

.icon-favorite:before {
    content: "\e62e";
}

.icon-faq:before {
    content: "\e62f";
}

.icon-doc_file_zip:before {
    content: "\e630";
}

.icon-doc_file_xls:before {
    content: "\e631";
}

.icon-doc_file_ppt:before {
    content: "\e632";
}

.icon-doc_file_pdf:before {
    content: "\e633";
}

.icon-doc_file_ipaper:before {
    content: "\e634";
}

.icon-doc_file_file:before {
    content: "\e635";
}

.icon-doc_file_exe:before {
    content: "\e636";
}

.icon-doc_file_doc:before {
    content: "\e637";
}

.icon-co2:before {
    content: "\e638";
}

.icon-battery:before {
    content: "\e639";
}

.icon-plus:before {
    content: "\e63a";
}

.icon-minus:before {
    content: "\e63b";
}

.icon-warning:before {
    content: "\e62c";
}

.icon-vote:before {
    content: "\e613";
}

.icon-square:before {
    content: "\e614";
}

.icon-send:before {
    content: "\e615";
}

.icon-save:before {
    content: "\e616";
}

.icon-retweet:before {
    content: "\e617";
}

.icon-reset:before {
    content: "\e618";
}

.icon-print:before {
    content: "\e619";
}

.icon-poll:before {
    content: "\e61a";
}

.icon-news:before {
    content: "\e61b";
}

.icon-maps:before {
    content: "\e61c";
}

.icon-logo-text-oneline:before {
    content: "\e61d";
}

.icon-list-select-dropdown:before {
    content: "\e61e";
}

.icon-list-item:before {
    content: "\e61f";
}

.icon-favorite2:before {
    content: "\e620";
}

.icon-export-excel:before {
    content: "\e621";
}

.icon-edit:before {
    content: "\e622";
}

.icon-document-list:before {
    content: "\e623";
}

.icon-delete:before {
    content: "\e624";
}

.icon-content-list-open:before {
    content: "\e625";
}

.icon-content-list-close:before {
    content: "\e626";
}

.icon-calendar:before {
    content: "\e627";
}

.icon-calendar-cvs:before {
    content: "\e628";
}

.icon-calendar-archive:before {
    content: "\e629";
}

.icon-bin:before {
    content: "\e62a";
}

.icon-az-sort:before {
    content: "\e62b";
}

.icon-facebook:before {
    content: "\e60f";
}

.icon-twitter:before {
    content: "\e610";
}

.icon-linkedin:before {
    content: "\e611";
}

.icon-youtube:before {
    content: "\e612";
}

.icon-sina-weibo:before {
    content: "\e646";
}

.icon-search:before {
    content: "\e600";
}

.icon-mobile-menu:before {
    content: "\e601";
}

.icon-mobile-menu-global:before {
    content: "\e602";
}

.icon-logo:before {
    content: "\e603";
}

.icon-logo-text:before {
    content: "\e604";
}

.icon-dot:before {
    content: "\e605";
}

.icon-close:before {
    content: "\e606";
}

.icon-arrow2-up:before {
    content: "\e607";
}

.icon-arrow2-right:before {
    content: "\e608";
}

.icon-arrow2-left:before {
    content: "\e609";
}

.icon-arrow2-down:before {
    content: "\e60a";
}

.icon-arrow1-up:before {
    content: "\e60b";
}

.icon-arrow1-right:before {
    content: "\e60c";
}

.icon-arrow1-left:before {
    content: "\e60d";
}

.icon-arrow1-down:before {
    content: "\e60e";
}

.clear-boxes-2 > :nth-child(2n+3) {
    clear: both;
}

.clear-boxes-3 > :nth-child(3n+4) {
    clear: both;
}

.clear-boxes-4 > :nth-child(4n+5) {
    clear: both;
}

.clear-boxes-5 > :nth-child(5n+6) {
    clear: both;
}

.clear-boxes-6 > :nth-child(6n+7) {
    clear: both;
}

.image-crop {
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
}

    .image-crop > img {
        display: none;
        width: 100%;
        height: auto;
        margin: auto auto;
    }

@media only screen and (max-width:991px) {
    .image-crop {
        height: 300px !important;
    }
}

.img-text {
    margin-bottom: 30px;
}

    .img-text .image-crop {
        margin-bottom: 15px;
    }

.footer-links {
    list-style-type: none;
    text-align: center;
    bottom: -5px;
    left: 0;
    right: 0;
    position: fixed;
    background: #ff0000;
    z-index: 22;
}

@media only screen and (max-width:991px) {
    .footer-links {
        position: static;
    }
}

.footer-links li {
    border-right: solid 1px white;
    display: inline-block;
    margin: 5px 0 0 0;
    padding: 0 10px 0 7px;
}

    .footer-links li:last-child {
        border: none;
    }

.footer-links a {
    letter-spacing: 1px;
    font-weight: bold;
    color: white;
    display: block;
    font-size: 10px;
    font-size: 1rem;
    line-height: 10px;
    line-height: 1.25rem;
    text-transform: uppercase;
}

    .footer-links a:hover {
        color: #000;
    }

.author {
    font-size: 13px;
    color: #e2000f;
    text-transform: uppercase;
}

.breadcrumb {
    line-height: 1;
    text-transform: uppercase;
}

.col-sm-4 h2, .col-md-4 h2 {
    font-size: 24px;
    font-size: 2.4rem;
}

.col-sm-6 h2, .col-sm-8 h2, .col-md-6 h2, .col-md-8 h2 {
    font-size: 34px;
    font-size: 3.4rem;
    font-size: 34px;
    font-size: 3.4rem;
}

h1, .h1 {
    font-size: 30px;
    font-size: 3rem;
}

h1, h2, h3, h4, h5, h6 {
    padding-top: 0;
    margin-top: 0;
}

ul.left-menu {
    list-style: none !important;
    margin: 0 !important;
    padding: 0;
    border-top: 1px solid #e2000f;
    font-weight: 700;
}

    ul.left-menu a {
        display: block;
        padding: 15px 0;
        text-transform: initial;
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 1.2;
    }

    ul.left-menu li a {
        position: relative;
        border-bottom: 1px solid #e2000f;
        color: #e2000f;
        padding-right: 25px;
    }

        ul.left-menu li a:after {
            font-family: 'danfoss';
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            position: absolute;
            content: "\e60c";
            right: 0px;
            top: 50%;
            margin-top: -6px;
            width: 20px;
            height: 20px;
            font-size: 13px;
            font-size: 1.3rem;
            display: block;
            pointer-events: none;
        }

    ul.left-menu li.active > a {
        color: #9DA7AF;
    }

        ul.left-menu li.active > a:after {
            color: #e2000f;
            content: "\e60e";
        }

    ul.left-menu li.active--no-submenu > a {
        color: #9DA7AF;
    }

        ul.left-menu li.active--no-submenu > a:after {
            color: #9DA7AF;
            content: "\e60c";
        }

    ul.left-menu ul {
        list-style: none;
        margin: 0 !important;
        padding: 0;
    }

        ul.left-menu ul li a {
            position: relative;
            padding: 15px;
            padding-right: 25px;
            color: #575756;
            font-size: 14px;
            font-size: 1.4rem;
            border-bottom: 1px solid #83929b;
            background: #f3f3f5;
        }

            ul.left-menu ul li a:after {
                font-family: 'danfoss';
                speak: none;
                font-style: normal;
                font-weight: normal;
                font-variant: normal;
                text-transform: none;
                line-height: 1;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                position: absolute;
                content: "\e60c";
                right: 0px;
                top: 50%;
                margin-top: -5px;
                width: 20px;
                height: 20px;
                font-size: 10px;
                font-size: 1rem;
                display: block;
                pointer-events: none;
                color: #e2000f;
            }

        ul.left-menu ul li.active a {
            color: #9DA7AF;
        }

            ul.left-menu ul li.active a:after {
                content: "\e60c";
            }

        ul.left-menu ul li:last-child a {
            border-bottom: 1px solid #e2000f;
        }

@media only screen and (max-width:991px) {
    ul.left-menu {
        display: none;
    }
}

.basic-content.show-border, .homepage-main .content > .basic-content {
    border: solid 1px gainsboro;
    padding: 30px;
}

.basic-content {
    clear: both;
    margin-bottom: 30px;
}

    .basic-content table {
        border: 1px solid #CCD3D8;
        margin-bottom: 30px;
    }

        .basic-content table td {
            border: 1px solid #CCD3D8;
            padding: 15px;
        }

        .basic-content table th {
            padding: 15px;
            color: #e2000f;
            text-transform: uppercase;
        }

    .basic-content h1, .basic-content h2, .basic-content h3, .basic-content h4, .basic-content h5 {
        font-weight: 700;
    }

    .basic-content p, .basic-content h1, .basic-content h2, .basic-content h3, .basic-content h4, .basic-content h5 {
        color: #000;
    }

    .basic-content h1 {
        font-size: 35px;
    }

    .basic-content h2 {
        font-size: 25px;
    }

    .basic-content h3 {
        font-size: 20px;
    }

    .basic-content h4 {
        font-size: 18px;
    }

    .basic-content h5 {
        font-size: 16px;
    }

    .basic-content p {
        font-family: "myriad-pro",sans-serif;
        font-size: 13px;
    }

    .basic-content .content-links {
        margin-bottom: 15px;
    }

        .basic-content .content-links a.arrow {
            font-size: 15px;
            font-size: 1.5rem;
            padding: 10px 0 10px 17px;
            border-top: solid 1px #e2000f;
        }

            .basic-content .content-links a.arrow:before {
                padding-right: 15px;
                padding-top: 10px;
            }

    .basic-content a {
        color: #e2000f;
        font-weight: 700;
    }

        .basic-content a:hover {
            color: #96000a;
        }

        .basic-content a.arrow {
            display: block;
        }

    .basic-content img {
        display: block;
        max-width: 100%;
        height: auto;
        margin: 0 0 9px;
    }

    .basic-content .breadcrumb {
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 1;
        text-transform: uppercase;
    }

    .basic-content .author {
        font-size: 13px;
        font-size: 1.3rem;
        color: #e2000f;
        text-transform: uppercase;
    }

.table-list {
    position: relative;
    margin-bottom: 30px;
}

    .table-list .tl-top .tl-top-icon {
        position: absolute;
        left: 0;
        top: 0;
        width: 50px;
        height: 50px;
        line-height: 52px;
        background: #e2000f;
        color: white;
        text-align: center;
        font-size: 29px;
        font-size: 2.9rem;
        float: left;
        border-right: 1px solid white;
    }

    .table-list .tl-top .tl-top-title {
        width: 100%;
        display: table;
        position: relative;
        padding-left: 55px;
        height: 54px;
        background: #869098;
        color: white;
        box-sizing: border-box;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border-bottom: 4px solid rgba(0,0,0,0.1);
    }

        .table-list .tl-top .tl-top-title h2 {
            font-size: 22px;
            font-size: 2.2rem;
            line-height: 18px;
            line-height: 2.25rem;
            padding: 0 180px 0 10px;
            display: table-cell;
            vertical-align: middle;
        }

    .table-list .tl-top .right-cta {
        height: 50px;
        line-height: 50px;
        position: absolute;
        top: 0;
        border: none;
        border-left: 1px solid white;
        right: 0;
        text-transform: none;
        font-size: 18px;
        font-size: 1.8rem;
    }

    .table-list .tl-top div.right-cta {
        background: #e2000f;
        color: white;
        right: 0;
        padding: 0 15px;
    }

        .table-list .tl-top div.right-cta span {
            margin-right: 15px;
        }

        .table-list .tl-top div.right-cta select {
            background-color: #e2000f;
            padding-right: 15px;
            font-weight: bold;
            text-align: right;
            max-height: 50px;
        }

@media only screen and (max-width:767px) {
    .table-list .tl-top div.right-cta {
        display: inline-block;
        padding: 0 6px !important;
        height: 51px !important;
    }
}

.ie8 .table-list .tl-top .tl-top-title {
    height: 50px;
}

body.in-ektron-editor .table-list .tl-top {
    position: relative;
}

body.in-ektron-editor .table-list .right-cta┬á {
    top: inherit !important;
}

.table-list .tl-filter {
    clear: left;
}

.table-list .tl-filter, .table-list .tl-buttons {
    margin-right: -3px;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: auto;
}

    .table-list .tl-filter .tl-checkbox, .table-list .tl-filter .tl-button, .table-list .tl-buttons .tl-checkbox, .table-list .tl-buttons .tl-button {
        float: left;
        border-top: 1px solid white;
        border-right: 1px solid white;
        background: #F1F3F5;
        width: 20%;
        box-sizing: border-box;
        height: 40px;
        font-size: 13px;
        font-size: 1.3rem;
        text-transform: uppercase;
        position: relative;
        padding-left: 40px;
        padding-right: 6px;
        line-height: 1.1;
        display: table;
        color: #000;
        overflow: hidden;
        margin-top: -2px;
        border-bottom: 2px solid #e4e4e4;
    }

        .table-list .tl-filter .tl-checkbox span, .table-list .tl-filter .tl-button span, .table-list .tl-buttons .tl-checkbox span, .table-list .tl-buttons .tl-button span {
            display: table-cell;
            vertical-align: middle;
        }

        .table-list .tl-filter .tl-checkbox i, .table-list .tl-filter .tl-button i, .table-list .tl-buttons .tl-checkbox i, .table-list .tl-buttons .tl-button i {
            position: absolute;
            top: 10px;
            left: 10px;
            font-size: 18px;
            font-size: 1.8rem;
            color: #e2000f;
        }

        .table-list .tl-filter .tl-checkbox.last, .table-list .tl-filter .tl-button.last, .table-list .tl-buttons .tl-checkbox.last, .table-list .tl-buttons .tl-button.last {
            margin-right: 0;
        }

    .table-list .tl-filter .tl-button, .table-list .tl-buttons .tl-button {
    }

        .table-list .tl-filter .tl-button span, .table-list .tl-buttons .tl-button span {
            vertical-align: top;
            padding-top: 5px;
            padding-bottom: 5px;
        }

    .table-list .tl-filter .tl-checkbox.selected i:before, .table-list .tl-buttons .tl-checkbox.selected i:before {
        content: "\e624";
    }

    .table-list .tl-filter .tl-checkbox i:before, .table-list .tl-buttons .tl-checkbox i:before {
        content: "\e614";
    }

.table-list .tl-table {
    margin: 0 -1px;
    overflow: hidden;
}

    .table-list .tl-table .col0, .table-list .tl-table .col0-0, .table-list .tl-table .col0-1, .table-list .tl-table .col1, .table-list .tl-table .col2, .table-list .tl-table .col3, .table-list .tl-table .col4, .table-list .tl-table .col5, .table-list .tl-table .col6, .table-list .tl-table .col7, .table-list .tl-table .col8 {
        float: left;
        position: relative;
        padding: 7.5px 7.5px 7.5px 9.5px;
    }

        .table-list .tl-table .col0:before, .table-list .tl-table .col0-0:before, .table-list .tl-table .col0-1:before, .table-list .tl-table .col1:before, .table-list .tl-table .col2:before, .table-list .tl-table .col3:before, .table-list .tl-table .col4:before, .table-list .tl-table .col5:before, .table-list .tl-table .col6:before, .table-list .tl-table .col7:before, .table-list .tl-table .col8:before {
            content: '';
            position: absolute;
            background: white;
            width: 1px;
            right: -2px;
            top: 0;
            height: 1000px;
        }

    .table-list .tl-table .tl-row {
        background: #F1F3F5;
        clear: both;
        overflow: hidden;
        float: left;
        width: 100%;
        border-top: 1px solid white;
    }

        .table-list .tl-table .tl-row .type {
            text-transform: uppercase;
            color: #869098;
            font-size: 13px;
            font-size: 1.3rem;
            font-weight: 700;
        }

        .table-list .tl-table .tl-row .col1 a {
        }

@media only screen and (max-width:991px) {
    .table-list .tl-table .tl-row:hover {
        background-color: #F1F3F5;
    }
}

.table-list .tl-table .tl-header {
    background: #869098;
    clear: both;
    overflow: hidden;
    line-height: 15px;
}

    .table-list .tl-table .tl-header a {
        color: white;
        margin-right: 30px;
    }

        .table-list .tl-table .tl-header a i {
            margin-left: 10.5px;
            vertical-align: middle;
        }

.table-list .tl-table .tl-header-col {
    color: white;
    text-transform: uppercase;
    font-weight: 700;
}

.table-list .tl-table .col0.date {
    text-align: center;
    padding: 0 0 6px 0;
    line-height: 1.1;
}

.table-list .tl-table .date-year {
    background: #b4bdc3;
    color: #fff;
    font-size: 13px;
    font-size: 1.3rem;
    display: block;
    padding: 0px 6px;
    font-weight: 700;
}

.table-list .tl-table .date-number {
    color: #e2000f;
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 700;
}

.table-list .tl-table .date-month {
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.8rem;
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .table-list .tl-filter {
        border-bottom: 0;
    }

        .table-list .tl-filter .tl-checkbox {
            width: 25%;
            word-break: break-word;
        }

    .table-list .tl-top .tl-top-title h2 {
        font-size: 23px;
        font-size: 2.3rem;
    }
}

@media only screen and (min-width:1200px) {
    .table-list .tl-top .tl-top-title h2 {
        font-size: 25px;
        font-size: 2.5rem;
    }
}

@media only screen and (max-width:767px) {
    .table-list .tl-filter .tl-checkbox {
        width: 50%;
        word-break: break-word;
    }

    .table-list .tl-top .tl-top-title h2 {
        font-size: 17px;
        font-size: 1.7rem;
        padding: 0 15px;
        margin: 0;
    }

    .table-list .tl-top i {
        font-size: 29px;
        font-size: 2.9rem;
        margin-right: 6px;
    }

    .table-list .tl-top .right-cta {
        position: relative;
        left: auto;
        top: auto;
        right: auto;
        margin: 15px 0 15px 0;
    }

    .table-list .tl-top a.right-cta {
        font-size: 12px;
        font-size: 1.2rem;
    }

        .table-list .tl-top a.right-cta i {
            font-size: 14px;
            font-size: 1.4rem;
        }

    .table-list .tl-top div.right-cta {
        padding: 6px;
    }

        .table-list .tl-top div.right-cta span {
            font-size: 11px;
            font-size: 1.1rem;
        }

        .table-list .tl-top div.right-cta select {
            font-size: 15px;
            font-size: 1.5rem;
        }
}

a.arrow {
    position: relative;
    display: inline-block;
    font-weight: 700;
    padding-left: 15px;
    color: #e2000f;
    font-size: 13px;
    font-size: 1.3rem;
}

.ui-widget-content a.arrow {
    color: #c20016;
}

a.arrow:before {
    font-family: 'danfoss';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    content: "\e60c";
    left: 0px;
    top: 5px;
    width: 20px;
    height: 20px;
    padding-right: 15px;
    font-size: 70%;
    display: block;
    pointer-events: none;
}

a.arrow:hover {
    color: #000;
}

a.arrow.white {
    color: #fff;
}

    a.arrow.white:hover {
        color: #000;
    }

a.arrow:white:before {
    color: #fff;
}

a.arrow.large {
    font-size: 15px;
    font-size: 1.5rem;
    padding-left: 17px;
}

    a.arrow.large:before {
        padding-right: 15px;
    }

.btn, .ui-widget-content .btn {
    cursor: pointer;
    background: #e2000f;
    color: #FFF;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 18px;
    padding: 10px 25px;
    text-transform: uppercase;
}

    .btn:before, .ui-widget-content .btn:before {
        content: '\e60c';
        font-family: "danfoss";
        font-size: 70%;
        line-height: 12px;
        padding-right: 7px;
    }

    .btn:hover, .ui-widget-content .btn:hover {
        color: #e2000f;
        background-color: #ccd3d8;
    }

@media only screen and (max-width:991px) {
    .btn, .ui-widget-content .btn {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 12px;
    }
}

.btn-icon {
    cursor: pointer;
    background: #e2000f;
    color: white;
    text-align: left;
    display: inline-block;
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 20px 0 15px;
    height: 50px;
    line-height: 46px;
    border: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-bottom: 4px solid rgba(0,0,0,0.1);
}

    .btn-icon:hover {
        color: #e2000f;
        background-color: #ccd3d8;
    }

@media only screen and (max-width:767px) {
    .btn-icon {
        padding-right: 15px;
    }

        .btn-icon > i {
            display: none;
        }
}

.btn-icon > i {
    line-height: 46px;
    vertical-align: middle;
    font-size: 25px;
    font-size: 2.5rem;
    margin-right: 15px;
}

    .btn-icon > i:before {
        position: relative;
        top: -2px;
    }

@media only screen and (min-width:992px) {
    .col-md-1 .btn-icon, .col-md-2 .btn-icon, .col-md-3 .btn-icon {
        padding: 0;
        text-align: center;
    }
}

@media only screen and (min-width:992px) {
    .col-md-1 .btn-icon > span, .col-md-2 .btn-icon > span, .col-md-3 .btn-icon > span {
        display: none;
    }
}

@media only screen and (min-width:992px) {
    .col-md-1 .btn-icon > i, .col-md-2 .btn-icon > i, .col-md-3 .btn-icon > i {
        margin-right: 0;
    }
}

.btn-icon.dark-bg {
}

a.close-site {
    position: absolute;
    z-index: 22;
    top: 0px;
    right: 15px;
    color: white;
    background: #e2000f;
    display: block;
    padding: 0 12px;
    line-height: 26px;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-bottom: 4px solid rgba(0,0,0,0.1);
    padding-top: 3px;
}

    a.close-site:after {
        background: rgba(0,0,0,0.1);
        content: '';
        height: 4px;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

    a.close-site:hover {
        background-color: #B4BCC3;
        color: #e2000f;
    }

    a.close-site i {
        font-size: 14px;
        font-size: 1.4rem;
    }

@media only screen and (max-width:991px) {
    a.close-site {
        display: none;
    }
}

select {
    border: 0;
    outline: none;
    box-shadow: none !important;
    -webkit-appearance: none;
    font-size: 18px;
    font-size: 1.8rem;
    background: none;
    border-radius: 0;
    background-image: url(../img/table-list_dropdown-arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    padding-right: 15px;
}

    select::-ms-expand {
        display: none;
    }

.ie8 select, .ie9 select {
    background: none;
    padding-right: 0;
}

.danfoss-form fieldset {
    float: left;
    border: none;
    margin: 0;
    padding: 0;
}

    .danfoss-form fieldset.left {
        width: 53%;
    }

    .danfoss-form fieldset.right {
        width: 47%;
        padding-left: 15px;
    }

.danfoss-form h1 {
    color: #c20016;
    margin-bottom: 20px;
    margin-top: 0px;
    text-transform: uppercase;
}

.danfoss-form .input-row.no-background {
    background-color: transparent;
    border-bottom: none;
}

.danfoss-form .input-row {
    background-color: white;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-bottom: 4px solid rgba(0,0,0,0.1);
    margin-bottom: 9px;
}

    .danfoss-form .input-row > div.input-group {
        position: relative;
        padding: 9px 9px 9px 9px;
        border: solid 1px #d4d4d4;
    }

    .danfoss-form .input-row > div.validation {
        padding: 9px 9px 9px 9px;
        display: none;
        border: none;
        background-color: #df000e;
        color: white;
        font-size: 13px;
        font-size: 1.3rem;
        font-weight: bold;
    }

        .danfoss-form .input-row > div.validation > span {
            display: inline-block;
            width: 95%;
        }

    .danfoss-form .input-row label {
        color: #869098;
        width: 29%;
        display: inline-block;
        font-size: 13px;
        font-size: 1.3rem;
        font-weight: bold;
    }

        .danfoss-form .input-row label > span.required {
            color: #c20016;
        }

        .danfoss-form .input-row label.valign-top {
            vertical-align: top;
        }

    .danfoss-form .input-row input {
        width: 68%;
        border: none;
        font-size: 16px;
        font-size: 1.6rem;
    }

    .danfoss-form .input-row select {
        width: 69%;
        color: #869098;
        font-size: 15px;
        font-size: 1.5rem;
    }

@media only screen and (max-width:991px) {
    .danfoss-form .input-row input, .danfoss-form .input-row label {
        width: 100%;
        min-width: 0px;
    }
}

.danfoss-form .input-row input:focus, .danfoss-form .input-row select:focus, .danfoss-form .input-row textarea:focus, .danfoss-form .input-row button:focus {
    outline: none;
}

    .danfoss-form .input-row textarea:focus::-webkit-input-placeholder {
        color: transparent;
    }

    .danfoss-form .input-row textarea:focus:-moz-placeholder {
        color: transparent;
    }

    .danfoss-form .input-row textarea:focus::-moz-placeholder {
        color: transparent;
    }

.danfoss-form .input-row input::-webkit-input-placeholder {
    color: #CCD3D8;
}

.danfoss-form .input-row input:-moz-placeholder {
    color: #CCD3D8;
}

.danfoss-form .input-row input::-moz-placeholder {
    color: #CCD3D8;
}

.danfoss-form .input-row input:-ms-input-placeholder {
    color: #CCD3D8;
}

.danfoss-form .input-row textarea::-webkit-input-placeholder {
    color: #CCD3D8;
}

.danfoss-form .input-row textarea:-moz-placeholder {
    color: #CCD3D8;
}

.danfoss-form .input-row textarea::-moz-placeholder {
    color: #CCD3D8;
}

.danfoss-form .input-row textarea:-ms-input-placeholder {
    color: #CCD3D8;
}

.danfoss-form .input-row input:focus::-webkit-input-placeholder {
    color: transparent;
}

.danfoss-form .input-row input:focus:-moz-placeholder {
    color: transparent;
}

.danfoss-form .input-row input:focus::-moz-placeholder {
    color: transparent;
}

.danfoss-form .input-row input:required {
    box-shadow: none;
}

.danfoss-form .input-row input:invalid {
    box-shadow: none;
}

.danfoss-form .input-row .placeholder {
    color: #b2b2b2;
}

.danfoss-form .input-row ::-webkit-input-placeholder {
    color: #b2b2b2;
}

.danfoss-form .input-row :-moz-placeholder {
    color: #b2b2b2;
}

.danfoss-form .input-row ::-moz-placeholder {
    color: #b2b2b2;
}

.danfoss-form .input-row :-ms-input-placeholder {
    color: #b2b2b2;
}

.danfoss-form .input-row h4, .danfoss-form .input-row textarea {
    width: 68%;
}

.danfoss-form .input-row textarea {
    border: none;
    font-size: 16px;
    font-size: 1.6rem;
    height: 265px;
}

@media only screen and (max-width:767px) {
    .danfoss-form .input-row textarea {
        width: 100%;
    }
}

.danfoss-form .input-row h4 {
    display: inline-block;
}

.danfoss-form .input-row hr {
    border-color: black;
    margin: 8px 0 8px 0;
}

.danfoss-form .input-row .icon {
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    right: 5px;
    top: 13px;
    font-style: normal;
    color: #CCD3D8;
}

.danfoss-form .input-row.input {
    -webkit-box-shadow: inset 0 3px 2px 0px #e1e1e1;
    box-shadow: inset 0 3px 2px 0px #e1e1e1;
    border-bottom: solid 1px #E5E8EB;
}

.danfoss-form .input-row.error > div.validation {
    display: block;
}

.danfoss-form .input-row.error > div.input-group {
    border-color: #df000e;
}

.danfoss-form .input-row.last {
    margin-bottom: 50px;
}

.danfoss-form .form-actions {
    width: 53%;
}

    .danfoss-form .form-actions .button-reset, .danfoss-form .form-actions .button-send, .danfoss-form .form-actions .button-save {
        float: left;
        width: 48%;
    }

    .danfoss-form .form-actions .button-send, .danfoss-form .form-actions .button-save {
        float: right;
    }

.danfoss-form .response-text h1 {
    color: #df000e;
    font-weight: normal;
    font-size: 35px;
    font-size: 3.5rem;
}

    .danfoss-form .response-text h1 > em {
        font-style: normal;
        font-weight: bold;
    }

.danfoss-form .response-text hr {
    border-color: #df000e;
}

    .danfoss-form .response-text hr.thin {
        margin-bottom: 4px;
    }

    .danfoss-form .response-text hr.thick {
        border-top-width: 4px;
    }

.danfoss-form .response-text p {
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 40px;
}

    .danfoss-form .response-text p.strong {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: bold;
        margin-bottom: 20px;
    }

.danfoss-form .response-text a {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
}

:not(#foo) .danfoss-form input[type=radio] {
    display: none;
}

    :not(#foo) .danfoss-form input[type=radio] + label {
        padding: 0 0 5px 40px;
        display: inline-block;
        background: url(../img/radiobutton.png) no-repeat;
    }

    :not(#foo) .danfoss-form input[type=radio]:checked + label {
        background: url(../img/radiobutton-checked.png) no-repeat;
    }

:not(#foo) .danfoss-form .checkbox label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 55px;
    margin-right: 15px;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: normal;
    color: #000;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    :not(#foo) .danfoss-form .checkbox label > b {
        font-weight: bold;
    }

:not(#foo) .danfoss-form .checkbox input[type=checkbox] {
    display: none;
}

:not(#foo) .danfoss-form .checkbox label:before {
    content: "";
    display: inline-block;
    width: 45px;
    height: 50px;
    margin-right: 20px;
    position: absolute;
    left: 0;
    top: 0px;
    background-color: #ffffff;
    border: solid 1px #d4d4d4;
    border-bottom: solid 5px #d4d4d4;
}

:not(#foo) .danfoss-form .checkbox input[type=checkbox]:checked + label:before {
    content: "\e606";
    font-family: 'danfoss';
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: normal;
    color: #ff0000;
    text-align: center;
    line-height: 1em;
    padding-top: 10px;
}

:not(#foo) .danfoss-form .checkbox-small label {
    padding-left: 31px;
}

    :not(#foo) .danfoss-form .checkbox-small label:before {
        width: 20px;
        height: 25px;
        font-size: 10px;
        font-size: 1rem;
    }

:not(#foo) .danfoss-form .checkbox-small input[type=checkbox]:checked + label:before {
    padding-top: 5px;
    font-size: 10px;
    font-size: 1rem;
}

:not(#foo) .danfoss-form .checkbox-medium label {
    padding-left: 0px;
}

    :not(#foo) .danfoss-form .checkbox-medium label:before {
        width: 29px;
        height: 33px;
        margin-top: -2px;
        font-size: 11px;
        font-size: 1.1rem;
    }

:not(#foo) .danfoss-form .checkbox-medium input[type=checkbox]:checked + label:before {
    padding-top: 9px;
    font-size: 11px;
    font-size: 1.1rem;
}

@media only screen and (max-width:991px) {
    .danfoss-form .input-row select {
        width: 100%;
    }
}

.basic-content, .show_and_hide, .promo-widget, .promo-smartform, .long-list {
    background-color: white;
}

    .basic-content ul li, .show_and_hide ul li, .promo-widget ul li, .promo-smartform ul li, .long-list ul li {
        display: block;
        float: left;
        width: 100%;
    }

    .basic-content ul, .basic-content ol, .show_and_hide ul, .show_and_hide ol, .promo-widget ul, .promo-widget ol, .promo-smartform ul, .promo-smartform ol, .long-list ul, .long-list ol {
        padding-left: 20px;
        padding-bottom: 15px;
        list-style-type: none;
        overflow: auto;
    }

        .basic-content ul li, .basic-content ol li, .show_and_hide ul li, .show_and_hide ol li, .promo-widget ul li, .promo-widget ol li, .promo-smartform ul li, .promo-smartform ol li, .long-list ul li, .long-list ol li {
            color: #000;
            font-weight: 700;
            position: relative;
        }

            .basic-content ul li:before, .basic-content ol li:before, .show_and_hide ul li:before, .show_and_hide ol li:before, .promo-widget ul li:before, .promo-widget ol li:before, .promo-smartform ul li:before, .promo-smartform ol li:before, .long-list ul li:before, .long-list ol li:before {
                color: #e2000f;
                display: inline-block;
                margin-left: -20px;
                width: 20px;
            }

            .basic-content ul li li, .basic-content ol li li, .show_and_hide ul li li, .show_and_hide ol li li, .promo-widget ul li li, .promo-widget ol li li, .promo-smartform ul li li, .promo-smartform ol li li, .long-list ul li li, .long-list ol li li {
                text-transform: none;
            }

                .basic-content ul li li li, .basic-content ol li li li, .show_and_hide ul li li li, .show_and_hide ol li li li, .promo-widget ul li li li, .promo-widget ol li li li, .promo-smartform ul li li li, .promo-smartform ol li li li, .long-list ul li li li, .long-list ol li li li {
                    font-weight: normal;
                }

    .basic-content.ui-accordion-content ul li:before, .show_and_hide.ui-accordion-content ul li:before, .promo-widget.ui-accordion-content ul li:before, .promo-smartform.ui-accordion-content ul li:before, .long-list.ui-accordion-content ul li:before {
        width: 20px;
    }

    .basic-content ul li:before, .show_and_hide ul li:before, .promo-widget ul li:before, .promo-smartform ul li:before, .long-list ul li:before {
        content: '\2022';
    }

    .basic-content ol, .show_and_hide ol, .promo-widget ol, .promo-smartform ol, .long-list ol {
        counter-reset: list-numeric-counter;
    }

        .basic-content ol li:before, .show_and_hide ol li:before, .promo-widget ol li:before, .promo-smartform ol li:before, .long-list ol li:before {
            content: counter(list-numeric-counter) ".";
            counter-increment: list-numeric-counter;
        }

        .basic-content ol[type="A"], .show_and_hide ol[type="A"], .promo-widget ol[type="A"], .promo-smartform ol[type="A"], .long-list ol[type="A"] {
            counter-reset: list-alpha-counter;
        }

            .basic-content ol[type="A"] li:before, .show_and_hide ol[type="A"] li:before, .promo-widget ol[type="A"] li:before, .promo-smartform ol[type="A"] li:before, .long-list ol[type="A"] li:before {
                content: counter(list-alpha-counter,upper-alpha) ".";
                counter-increment: list-alpha-counter;
            }

.tl-pagination {
    background: #869098;
    text-align: center;
    margin-top: 15px;
    padding: 7.5px 0;
    color: #fff;
}

    .tl-pagination .btn-back, .tl-pagination .btn-next {
        color: #000;
        font-size: 20px;
        font-size: 2rem;
    }

        .tl-pagination .btn-back:hover, .tl-pagination .btn-next:hover {
            color: #e2000f;
        }

    .tl-pagination .btn-back {
        margin-right: 45px;
    }

    .tl-pagination .btn-next {
        margin-left: 45px;
    }

    .tl-pagination a.page-nr {
        font-weight: 700;
        font-size: 18px;
        font-size: 1.8rem;
        color: #fff;
        padding: 0 3px;
    }

        .tl-pagination a.page-nr.selected {
            color: #010400;
        }

    .tl-pagination .page-dots {
        font-weight: 700;
    }

@media only screen and (max-width:767px) {
    .tl-pagination .tl-pagination .btn-back {
        margin-right: 7.5px;
    }

    .tl-pagination .tl-pagination .btn-next {
        margin-left: 7.5px;
    }
}

#at4m-mobile-container {
    display: none !important;
}

.modal {
    position: relative;
    background: white;
    max-width: 900px;
    margin: 60px auto;
    border: 1px solid #e2000f;
    padding: 20px;
}

    .modal .close-site {
        display: block !important;
    }

@media only screen and (max-width:767px) {
    .modal {
        margin-top: 0;
    }
}

.top-slim a.close-site {
    display: block !important;
}

.top-slim > .top-slim-upper {
    border: solid 1px #ff0000;
    border: 1px 0 1px 0;
    height: 44px;
    width: 100%;
    background: #c00708;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MwMDcwOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIzJSIgc3RvcC1jb2xvcj0iI2Q2MDMwYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iI2RkMDEwZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iI2UwMDEwZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iI2RjMDEwZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZjA1MGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,#c00708 0%,#d6030c 23%,#dd010d 35%,#e0010e 49%,#dc010d 70%,#cf050b 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#c00708),color-stop(23%,#d6030c),color-stop(35%,#dd010d),color-stop(49%,#e0010e),color-stop(70%,#dc010d),color-stop(100%,#cf050b));
    background: -webkit-linear-gradient(top,#c00708 0%,#d6030c 23%,#dd010d 35%,#e0010e 49%,#dc010d 70%,#cf050b 100%);
    background: -o-linear-gradient(top,#c00708 0%,#d6030c 23%,#dd010d 35%,#e0010e 49%,#dc010d 70%,#cf050b 100%);
    background: -ms-linear-gradient(top,#c00708 0%,#d6030c 23%,#dd010d 35%,#e0010e 49%,#dc010d 70%,#cf050b 100%);
    background: linear-gradient(to bottom,#c00708 0%,#d6030c 23%,#dd010d 35%,#e0010e 49%,#dc010d 70%,#cf050b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c00708',endColorstr='#cf050b',GradientType=0 );
}

    .top-slim > .top-slim-upper .top-container {
        position: relative;
        max-width: 750px;
        min-width: auto;
        margin: 0 auto;
        padding-left: 15px;
        padding-right: 15px;
    }

        .top-slim > .top-slim-upper .top-container .close-site {
            top: 52px;
            right: 0;
        }

    .top-slim > .top-slim-upper .logo {
        position: absolute;
        top: 12px;
        left: 14px;
        display: block;
        width: 75px;
        height: 30px;
        background: url(../img/logo-bg-contact-popup.png) no-repeat;
        background-size: 100% auto;
        text-align: center;
    }

    .top-slim > .top-slim-upper a > i {
        color: #fff;
        margin-top: -15px;
        display: inline-block;
        font-size: 60px;
        font-size: 6rem;
    }

    .top-slim > .top-slim-upper .logo-text {
        position: absolute;
        left: 99px;
        font-size: 75px;
        font-size: 7.5rem;
        top: -9px;
        line-height: 1;
        color: white;
    }

        .top-slim > .top-slim-upper .logo-text > i {
            font-family: 'danfoss';
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

.top-slim > .top-slim-lower {
    height: 13px;
    background-color: #df000e;
    border-bottom: solid 4px #d9d9db;
}
/* * jQuery FlexSlider v2.2.0 * http://www.woothemes.com/flexslider/ * * Copyright 2012 WooThemes * Free to use under the GPLv2 license. * http://www.gnu.org/licenses/gpl-2.0.html * * Contributing author:Tyler Smith (@mbmufffin) */

.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
    outline: none;
}

.slides, .flex-control-nav, .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flexslider {
    margin: 0;
    padding: 0;
}

    .flexslider .slides > li {
        display: none;
        -webkit-backface-visibility: hidden;
    }

    .flexslider .slides img {
        width: 100%;
        display: block;
    }

.flex-pauseplay span {
    text-transform: capitalize;
}

.slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

.no-js .slides > li:first-child {
    display: block;
}

.flexslider {
    margin: 0 0 0;
    background: #fff;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.2);
    -o-box-shadow: 0 1px 4px rgba(0,0,0,0.2);
    box-shadow: 0 1px 4px rgba(0,0,0,0.2);
    zoom: 1;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.flexslider .slides {
    zoom: 1;
}

.carousel li {
    margin-right: 5px;
}

.flex-direction-nav {
    *height: 0;
}

    .flex-direction-nav a {
        text-decoration: none;
        display: block;
        width: 40px;
        height: 30px;
        margin: -20px 0 0;
        position: absolute;
        top: 50%;
        z-index: 10;
        overflow: hidden;
        opacity: 1;
        cursor: pointer;
        color: white;
    }

    .flex-direction-nav .flex-prev {
        left: 10px;
    }

    .flex-direction-nav .flex-next {
        right: 10px;
        text-align: right;
    }

    .flex-direction-nav .flex-disabled {
        opacity: 0 !important;
        filter: alpha(opacity=0);
        cursor: default;
    }

    .flex-direction-nav a:before {
        font-family: "danfoss";
        font-size: 17px;
        display: inline-block;
        content: '\e609';
        margin-top: 2px;
    }

    .flex-direction-nav a.flex-next:before {
        content: '\e608';
    }

    .flex-direction-nav a:hover {
        color: #e2000f;
    }

.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}

    .flex-pauseplay a:before {
        font-family: "danfoss";
        font-size: 20px;
        display: inline-block;
        content: '\e605';
    }

    .flex-pauseplay a:hover {
        opacity: 1;
    }

    .flex-pauseplay a.flex-play:before {
        content: '\f003';
    }

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 20px;
    text-align: center;
}

    .flex-control-nav li {
        margin: 0 6px;
        display: inline-block;
        zoom: 1;
        *display: inline;
    }

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #fff;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}

    .flex-control-paging li a:hover {
        background: #e2000f;
    }

    .flex-control-paging li a.flex-active {
        background: #000;
        background: #e2000f;
        cursor: default;
    }

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

    .flex-control-thumbs li {
        width: 25%;
        float: left;
        margin: 0;
    }

    .flex-control-thumbs img {
        width: 100%;
        display: block;
        opacity: .7;
        cursor: pointer;
    }

        .flex-control-thumbs img:hover {
            opacity: 1;
        }

    .flex-control-thumbs .flex-active {
        opacity: 1;
        cursor: default;
    }

@media screen and (max-width:860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px;
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px;
    }
}

.mejs-container {
    position: relative;
    background: #000;
    font-family: Helvetica,Arial;
    text-align: left;
    vertical-align: top;
    text-indent: 0;
}

.mejs-embed, .mejs-embed body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #000;
    overflow: hidden;
}

.mejs-fullscreen {
    overflow: hidden !important;
}

.mejs-container-fullscreen {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 1000;
}

    .mejs-container-fullscreen .mejs-mediaelement, .mejs-container-fullscreen video {
        width: 100%;
        height: 100%;
    }

video {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
}

.mejs-clear {
    clear: both;
}

.mejs-background {
    position: absolute;
    top: 0;
    left: 0;
}

.mejs-mediaelement {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mejs-poster {
    position: absolute;
    top: 0;
    left: 0;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

:root .mejs-poster img {
    display: none;
}

.mejs-poster img {
    border: 0;
    padding: 0;
    border: 0;
}

.mejs-overlay {
}

.mejs-overlay-play {
    cursor: pointer;
}

.mejs-overlay-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px !important;
    background: url(../img/mediael_bigplay.svg) no-repeat;
}

.no-svg .mejs-overlay-button {
    background-image: url(../img/mediael_bigplay.png);
}

.mejs-overlay:hover .mejs-overlay-button {
    background-position: 0 -100px;
}

.mejs-overlay-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
    background: #333;
    background: url(../img/mediael_background.png);
    background: rgba(0,0,0,0.9);
    background: -webkit-gradient(linear,0% 0%,0% 100%,from(rgba(50,50,50,0.9)),to(rgba(0,0,0,0.9)));
    background: -webkit-linear-gradient(top,rgba(50,50,50,0.9),rgba(0,0,0,0.9));
    background: -moz-linear-gradient(top,rgba(50,50,50,0.9),rgba(0,0,0,0.9));
    background: -o-linear-gradient(top,rgba(50,50,50,0.9),rgba(0,0,0,0.9));
    background: -ms-linear-gradient(top,rgba(50,50,50,0.9),rgba(0,0,0,0.9));
    background: linear-gradient(rgba(50,50,50,0.9),rgba(0,0,0,0.9));
}

    .mejs-overlay-loading span {
        display: block;
        width: 80px;
        height: 80px;
        background: transparent url(loading.gif) 50% 50% no-repeat;
    }

.mejs-container .mejs-controls {
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0;
    bottom: 0;
    left: 0;
    background: #ccd2d5;
    height: 30px;
    width: 100%;
}

    .mejs-container .mejs-controls div {
        list-style-type: none;
        background-image: none;
        display: block;
        float: left;
        margin: 0;
        padding: 0;
        width: 26px;
        height: 26px;
        font-size: 11px;
        line-height: 11px;
        font-family: Helvetica,Arial;
        border: 0;
    }

.mejs-controls .mejs-button button {
    cursor: pointer;
    display: block;
    font-size: 0;
    line-height: 0;
    text-decoration: none;
    margin: 7px 5px;
    padding: 0;
    position: absolute;
    height: 16px;
    width: 16px;
    border: 0;
    background: transparent url(../img/mediael_controls.svg) no-repeat;
}

.no-svg .mejs-controls .mejs-button button {
    background-image: url(controls.png);
}

.ie8 .mejs-controls .mejs-button button {
    background-image: url(../img/mediael_controls.png);
}

.mejs-controls .mejs-button button:focus {
    outline: none;
}

.mejs-container .mejs-controls .mejs-time {
    color: #fff;
    display: block;
    height: 17px;
    width: auto;
    padding: 8px 3px 0 3px;
    overflow: hidden;
    text-align: center;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

    .mejs-container .mejs-controls .mejs-time span {
        color: black;
        font-size: 11px;
        line-height: 12px;
        display: block;
        float: left;
        margin: 1px 2px 0 0;
        width: auto;
    }

.mejs-controls .mejs-play button {
    background-position: 0 0;
}

.mejs-controls .mejs-pause button {
    background-position: 0 -16px;
}

.mejs-controls .mejs-stop button {
    background-position: -112px 0;
}

.mejs-controls div.mejs-time-rail {
    direction: ltr;
    width: 200px;
    padding-top: 5px;
}

.mejs-controls .mejs-time-rail span {
    display: block;
    position: absolute;
    width: 180px;
    height: 10px;
    cursor: pointer;
}

.mejs-controls .mejs-time-rail .mejs-time-total {
    margin: 5px;
    background-color: #b4bcc3;
}

.mejs-controls .mejs-time-rail .mejs-time-buffering {
    width: 100%;
    background-image: -o-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));
    background-image: -webkit-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-image: -moz-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-image: -ms-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,rgba(0,0,0,0) 25%,rgba(0,0,0,0) 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,rgba(0,0,0,0) 75%,rgba(0,0,0,0));
    -webkit-background-size: 15px 15px;
    -moz-background-size: 15px 15px;
    -o-background-size: 15px 15px;
    background-size: 15px 15px;
    -webkit-animation: buffering-stripes 2s linear infinite;
    -moz-animation: buffering-stripes 2s linear infinite;
    -ms-animation: buffering-stripes 2s linear infinite;
    -o-animation: buffering-stripes 2s linear infinite;
    animation: buffering-stripes 2s linear infinite;
}

@-webkit-keyframes buffering-stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 30px 0;
    }
}

@-moz-keyframes buffering-stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 30px 0;
    }
}

@-ms-keyframes buffering-stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 30px 0;
    }
}

@-o-keyframes buffering-stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 30px 0;
    }
}

@keyframes buffering-stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 30px 0;
    }
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
    background-color: #9ca8ad;
    width: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
    background-color: #e2000f;
    width: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-handle {
    display: none;
    position: absolute;
    margin: 0;
    width: 10px;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    border: solid 2px #333;
    top: -2px;
    text-align: center;
}

.mejs-controls .mejs-time-rail .mejs-time-float {
    position: absolute;
    display: none;
    background: #eee;
    width: 36px;
    height: 17px;
    border: solid 1px #333;
    top: -26px;
    margin-left: -18px;
    text-align: center;
    color: #111;
}

.mejs-controls .mejs-time-rail .mejs-time-float-current {
    margin: 2px;
    width: 30px;
    display: block;
    text-align: center;
    left: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-float-corner {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    line-height: 0;
    border: solid 5px #eee;
    border-color: #eee transparent transparent transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    top: 15px;
    left: 13px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float {
    width: 48px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current {
    width: 44px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner {
    left: 18px;
}

.mejs-controls .mejs-fullscreen-button button {
    background-position: -32px 0;
}

.mejs-controls .mejs-unfullscreen button {
    background-position: -32px -16px;
}

.mejs-controls .mejs-mute button {
    background-position: -16px -16px;
}

.mejs-controls .mejs-unmute button {
    background-position: -16px 0;
}

.mejs-controls .mejs-volume-button {
    position: relative;
}

    .mejs-controls .mejs-volume-button .mejs-volume-slider {
        display: none;
        height: 115px;
        width: 25px;
        background: url(../img/mediael_background.png);
        background: rgba(50,50,50,0.7);
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        top: -115px;
        left: 0;
        z-index: 1;
        position: absolute;
        margin: 0;
    }

    .mejs-controls .mejs-volume-button:hover {
        -webkit-border-radius: 0 0 4px 4px;
        -moz-border-radius: 0 0 4px 4px;
        border-radius: 0 0 4px 4px;
    }

    .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
        position: absolute;
        left: 11px;
        top: 8px;
        width: 2px;
        height: 100px;
        background: #ddd;
        background: rgba(255,255,255,0.5);
        margin: 0;
    }

    .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
        position: absolute;
        left: 11px;
        top: 8px;
        width: 2px;
        height: 100px;
        background: #ddd;
        background: rgba(255,255,255,0.9);
        margin: 0;
    }

    .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
        position: absolute;
        left: 4px;
        top: -3px;
        width: 16px;
        height: 6px;
        background: #ddd;
        background: rgba(255,255,255,0.9);
        cursor: N-resize;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 1px;
        margin: 0;
    }

.mejs-controls div.mejs-horizontal-volume-slider {
    height: 26px;
    width: 60px;
    position: relative;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    position: absolute;
    left: 0;
    top: 11px;
    width: 50px;
    height: 8px;
    margin: 0;
    padding: 0;
    font-size: 1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #333;
    background: rgba(50,50,50,0.8);
    background: -webkit-gradient(linear,0% 0%,0% 100%,from(rgba(30,30,30,0.8)),to(rgba(60,60,60,0.8)));
    background: -webkit-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));
    background: -moz-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));
    background: -o-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));
    background: -ms-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));
    background: linear-gradient(rgba(30,30,30,0.8),rgba(60,60,60,0.8));
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    position: absolute;
    left: 0;
    top: 11px;
    width: 50px;
    height: 8px;
    margin: 0;
    padding: 0;
    font-size: 1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    background: rgba(255,255,255,0.8);
    background: -webkit-gradient(linear,0% 0%,0% 100%,from(rgba(255,255,255,0.9)),to(rgba(200,200,200,0.8)));
    background: -webkit-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));
    background: -moz-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));
    background: -o-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));
    background: -ms-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));
    background: linear-gradient(rgba(255,255,255,0.9),rgba(200,200,200,0.8));
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
    display: none;
}

.mejs-controls .mejs-captions-button {
    position: relative;
}

    .mejs-controls .mejs-captions-button button {
        background-position: -48px 0;
    }

    .mejs-controls .mejs-captions-button .mejs-captions-selector {
        visibility: hidden;
        position: absolute;
        bottom: 26px;
        right: -10px;
        width: 130px;
        height: 100px;
        background: url(../img/mediael_background.png);
        background: rgba(50,50,50,0.7);
        border: solid 1px transparent;
        padding: 10px;
        overflow: hidden;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

        .mejs-controls .mejs-captions-button .mejs-captions-selector ul {
            margin: 0;
            padding: 0;
            display: block;
            list-style-type: none !important;
            overflow: hidden;
        }

            .mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
                margin: 0 0 6px 0;
                padding: 0;
                list-style-type: none !important;
                display: block;
                color: #fff;
                overflow: hidden;
            }

                .mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
                    clear: both;
                    float: left;
                    margin: 3px 3px 0 5px;
                }

                .mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
                    width: 100px;
                    float: left;
                    padding: 4px 0 0 0;
                    line-height: 15px;
                    font-family: helvetica,arial;
                    font-size: 10px;
                }

    .mejs-controls .mejs-captions-button .mejs-captions-translations {
        font-size: 10px;
        margin: 0 0 5px 0;
    }

.mejs-chapters {
    position: absolute;
    top: 0;
    left: 0;
    -xborder-right: solid 1px #fff;
    width: 10000px;
    z-index: 1;
}

    .mejs-chapters .mejs-chapter {
        position: absolute;
        float: left;
        background: #222;
        background: rgba(0,0,0,0.7);
        background: -webkit-gradient(linear,0% 0%,0% 100%,from(rgba(50,50,50,0.7)),to(rgba(0,0,0,0.7)));
        background: -webkit-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));
        background: -moz-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));
        background: -o-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));
        background: -ms-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));
        background: linear-gradient(rgba(50,50,50,0.7),rgba(0,0,0,0.7));
        filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,startColorstr=#323232,endColorstr=#000000);
        overflow: hidden;
        border: 0;
    }

        .mejs-chapters .mejs-chapter .mejs-chapter-block {
            font-size: 11px;
            color: #fff;
            padding: 5px;
            display: block;
            border-right: solid 1px #333;
            border-bottom: solid 1px #333;
            cursor: pointer;
        }

        .mejs-chapters .mejs-chapter .mejs-chapter-block-last {
            border-right: none;
        }

        .mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
            background: #666;
            background: rgba(102,102,102,0.7);
            background: -webkit-gradient(linear,0% 0%,0% 100%,from(rgba(102,102,102,0.7)),to(rgba(50,50,50,0.6)));
            background: -webkit-linear-gradient(top,rgba(102,102,102,0.7),rgba(50,50,50,0.6));
            background: -moz-linear-gradient(top,rgba(102,102,102,0.7),rgba(50,50,50,0.6));
            background: -o-linear-gradient(top,rgba(102,102,102,0.7),rgba(50,50,50,0.6));
            background: -ms-linear-gradient(top,rgba(102,102,102,0.7),rgba(50,50,50,0.6));
            background: linear-gradient(rgba(102,102,102,0.7),rgba(50,50,50,0.6));
            filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,startColorstr=#666666,endColorstr=#323232);
        }

        .mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
            font-size: 12px;
            font-weight: bold;
            display: block;
            white-space: nowrap;
            text-overflow: ellipsis;
            margin: 0 0 3px 0;
            line-height: 12px;
        }

        .mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
            font-size: 12px;
            line-height: 12px;
            margin: 3px 0 4px 0;
            display: block;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

.mejs-captions-layer {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    line-height: 22px;
    font-size: 12px;
    color: #fff;
}

    .mejs-captions-layer a {
        color: #fff;
        text-decoration: underline;
    }

    .mejs-captions-layer[lang=ar] {
        font-size: 20px;
        font-weight: normal;
    }

.mejs-captions-position {
    position: absolute;
    width: 100%;
    bottom: 15px;
    left: 0;
}

.mejs-captions-position-hover {
    bottom: 45px;
}

.mejs-captions-text {
    padding: 3px 5px;
    background: url(../img/mediael_background.png);
    background: rgba(20,20,20,0.8);
}

.me-cannotplay a {
    color: #fff;
    font-weight: bold;
}

.me-cannotplay span {
    padding: 15px;
    display: block;
}

.mejs-controls .mejs-loop-off button {
    background-position: -64px -16px;
}

.mejs-controls .mejs-loop-on button {
    background-position: -64px 0;
}

.mejs-controls .mejs-backlight-off button {
    background-position: -80px -16px;
}

.mejs-controls .mejs-backlight-on button {
    background-position: -80px 0;
}

.mejs-controls .mejs-picturecontrols-button {
    background-position: -96px 0;
}

.mejs-contextmenu {
    position: absolute;
    width: 150px;
    padding: 10px;
    border-radius: 4px;
    top: 0;
    left: 0;
    background: #fff;
    border: solid 1px #999;
    z-index: 1001;
}

    .mejs-contextmenu .mejs-contextmenu-separator {
        height: 1px;
        font-size: 0;
        margin: 5px 6px;
        background: #333;
    }

    .mejs-contextmenu .mejs-contextmenu-item {
        font-family: Helvetica,Arial;
        font-size: 12px;
        padding: 4px 6px;
        cursor: pointer;
        color: #333;
    }

        .mejs-contextmenu .mejs-contextmenu-item:hover {
            background: #2C7C91;
            color: #fff;
        }

.mejs-controls .mejs-sourcechooser-button {
    position: relative;
}

    .mejs-controls .mejs-sourcechooser-button button {
        background-position: -128px 0;
    }

    .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
        visibility: hidden;
        position: absolute;
        bottom: 26px;
        right: -10px;
        width: 130px;
        height: 100px;
        background: url(../img/mediael_background.png);
        background: rgba(50,50,50,0.7);
        border: solid 1px transparent;
        padding: 10px;
        overflow: hidden;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

        .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
            margin: 0;
            padding: 0;
            display: block;
            list-style-type: none !important;
            overflow: hidden;
        }

            .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
                margin: 0 0 6px 0;
                padding: 0;
                list-style-type: none !important;
                display: block;
                color: #fff;
                overflow: hidden;
            }

                .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
                    clear: both;
                    float: left;
                    margin: 3px 3px 0 5px;
                }

                .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
                    width: 100px;
                    float: left;
                    padding: 4px 0 0 0;
                    line-height: 15px;
                    font-family: helvetica,arial;
                    font-size: 10px;
                }

.mejs-postroll-layer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/mediael_background.png);
    background: rgba(50,50,50,0.7);
    z-index: 1000;
    overflow: hidden;
}

.mejs-postroll-layer-content {
    width: 100%;
    height: 100%;
}

.mejs-postroll-close {
    position: absolute;
    right: 0;
    top: 0;
    background: url(../img/mediael_background.png);
    background: rgba(50,50,50,0.7);
    color: #fff;
    padding: 4px;
    z-index: 100;
    cursor: pointer;
}

.tooltipster-default {
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    background: #c20016;
    color: #fff;
}

    .tooltipster-default .tooltipster-content {
        font-weight: 700;
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 1.2;
        padding: 8px 10px;
        overflow: hidden;
    }

    .tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
    }

.tooltipster-icon {
    cursor: help;
    margin-left: 4px;
}

.tooltipster-base {
    padding: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999999;
    pointer-events: none;
    width: auto;
    overflow: visible;
}

    .tooltipster-base .tooltipster-content {
        overflow: hidden;
    }

.tooltipster-arrow {
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

    .tooltipster-arrow span, .tooltipster-arrow-border {
        display: block;
        width: 0;
        height: 0;
        position: absolute;
    }

.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-top: 8px solid;
    bottom: -7px;
}

.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
    border-left: 9px solid transparent !important;
    border-right: 9px solid transparent !important;
    border-top: 9px solid;
    bottom: -7px;
}

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-bottom: 8px solid;
    top: -7px;
}

.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
    border-left: 9px solid transparent !important;
    border-right: 9px solid transparent !important;
    border-bottom: 9px solid;
    top: -7px;
}

.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
    left: 0;
    right: 0;
    margin: 0 auto;
}

.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
    left: 6px;
}

.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
    left: 5px;
}

.tooltipster-arrow-top-right span, .tooltipster-arrow-bottom-right span {
    right: 6px;
}

.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
    right: 5px;
}

.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
    border-top: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important;
    border-left: 8px solid;
    top: 50%;
    margin-top: -7px;
    right: -7px;
}

.tooltipster-arrow-left .tooltipster-arrow-border {
    border-top: 9px solid transparent !important;
    border-bottom: 9px solid transparent !important;
    border-left: 9px solid;
    margin-top: -8px;
}

.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
    border-top: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important;
    border-right: 8px solid;
    top: 50%;
    margin-top: -7px;
    left: -7px;
}

.tooltipster-arrow-right .tooltipster-arrow-border {
    border-top: 9px solid transparent !important;
    border-bottom: 9px solid transparent !important;
    border-right: 9px solid;
    margin-top: -8px;
}

.tooltipster-fade {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}

.tooltipster-fade-show {
    opacity: 1;
}

.tooltipster-grow {
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -o-transform: scale(0,0);
    -ms-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-backface-visibility: hidden;
}

.tooltipster-grow-show {
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -o-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
    -webkit-transition-timing-function: cubic-bezier(0.175,0.885,0.32,1);
    -webkit-transition-timing-function: cubic-bezier(0.175,0.885,0.32,1.15);
    -moz-transition-timing-function: cubic-bezier(0.175,0.885,0.32,1.15);
    -ms-transition-timing-function: cubic-bezier(0.175,0.885,0.32,1.15);
    -o-transition-timing-function: cubic-bezier(0.175,0.885,0.32,1.15);
    transition-timing-function: cubic-bezier(0.175,0.885,0.32,1.15);
}

.tooltipster-swing {
    opacity: 0;
    -webkit-transform: rotateZ(4deg);
    -moz-transform: rotateZ(4deg);
    -o-transform: rotateZ(4deg);
    -ms-transform: rotateZ(4deg);
    transform: rotateZ(4deg);
    -webkit-transition-property: -webkit-transform,opacity;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
}

.tooltipster-swing-show {
    opacity: 1;
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    -webkit-transition-timing-function: cubic-bezier(0.23,0.635,0.495,1);
    -webkit-transition-timing-function: cubic-bezier(0.23,0.635,0.495,2.4);
    -moz-transition-timing-function: cubic-bezier(0.23,0.635,0.495,2.4);
    -ms-transition-timing-function: cubic-bezier(0.23,0.635,0.495,2.4);
    -o-transition-timing-function: cubic-bezier(0.23,0.635,0.495,2.4);
    transition-timing-function: cubic-bezier(0.23,0.635,0.495,2.4);
}

.tooltipster-fall {
    top: 0;
    -webkit-transition-property: top;
    -moz-transition-property: top;
    -o-transition-property: top;
    -ms-transition-property: top;
    transition-property: top;
    -webkit-transition-timing-function: cubic-bezier(0.175,0.885,0.32,1);
    -webkit-transition-timing-function: cubic-bezier(0.175,0.885,0.32,1.15);
    -moz-transition-timing-function: cubic-bezier(0.175,0.885,0.32,1.15);
    -ms-transition-timing-function: cubic-bezier(0.175,0.885,0.32,1.15);
    -o-transition-timing-function: cubic-bezier(0.175,0.885,0.32,1.15);
    transition-timing-function: cubic-bezier(0.175,0.885,0.32,1.15);
}

    .tooltipster-fall.tooltipster-dying {
        -webkit-transition-property: all;
        -moz-transition-property: all;
        -o-transition-property: all;
        -ms-transition-property: all;
        transition-property: all;
        top: 0px !important;
        opacity: 0;
    }

.tooltipster-slide {
    left: -40px;
    -webkit-transition-property: left;
    -moz-transition-property: left;
    -o-transition-property: left;
    -ms-transition-property: left;
    transition-property: left;
    -webkit-transition-timing-function: cubic-bezier(0.175,0.885,0.32,1);
    -webkit-transition-timing-function: cubic-bezier(0.175,0.885,0.32,1.15);
    -moz-transition-timing-function: cubic-bezier(0.175,0.885,0.32,1.15);
    -ms-transition-timing-function: cubic-bezier(0.175,0.885,0.32,1.15);
    -o-transition-timing-function: cubic-bezier(0.175,0.885,0.32,1.15);
    transition-timing-function: cubic-bezier(0.175,0.885,0.32,1.15);
}

    .tooltipster-slide.tooltipster-dying {
        -webkit-transition-property: all;
        -moz-transition-property: all;
        -o-transition-property: all;
        -ms-transition-property: all;
        transition-property: all;
        left: 0px !important;
        opacity: 0;
    }

.tooltipster-content-changing {
    opacity: 0.5;
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}
/*! jQuery UI - v1.10.4 - 2014-04-30 * http://jqueryui.com * Includes:jquery.ui.core.css,jquery.ui.accordion.css,jquery.ui.datepicker.css,jquery.ui.slider.css,jquery.ui.theme.css * To view and modify this theme,visit http://jqueryui.com/themeroller/ * Copyright 2014 jQuery Foundation and other contributors;Licensed MIT */

.ui-helper-hidden {
    display: none;
}

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

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-clearfix {
    min-height: 0;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

.ui-front {
    z-index: 100;
}

.ui-state-disabled {
    cursor: default !important;
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin-top: 2px;
    padding: .5em .5em .5em .7em;
    min-height: 0;
}

.ui-accordion .ui-accordion-icons {
    padding-left: 2.2em;
}

.ui-accordion .ui-accordion-noicons {
    padding-left: .7em;
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
    padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

    .ui-datepicker .ui-datepicker-header {
        position: relative;
        padding: .2em 0;
    }

    .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
        position: absolute;
        top: 2px;
        width: 1.8em;
        height: 1.8em;
    }

    .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
        top: 1px;
    }

    .ui-datepicker .ui-datepicker-prev {
        left: 2px;
    }

    .ui-datepicker .ui-datepicker-next {
        right: 2px;
    }

    .ui-datepicker .ui-datepicker-prev-hover {
        left: 1px;
    }

    .ui-datepicker .ui-datepicker-next-hover {
        right: 1px;
    }

    .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -8px;
        top: 50%;
        margin-top: -8px;
    }

    .ui-datepicker .ui-datepicker-title {
        margin: 0 2.3em;
        line-height: 1.8em;
        text-align: center;
    }

        .ui-datepicker .ui-datepicker-title select {
            font-size: 1em;
            margin: 1px 0;
        }

    .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
        width: 49%;
    }

    .ui-datepicker table {
        width: 100%;
        font-size: .9em;
        border-collapse: collapse;
        margin: 0 0 .4em;
    }

    .ui-datepicker th {
        padding: .7em .3em;
        text-align: center;
        font-weight: bold;
        border: 0;
    }

    .ui-datepicker td {
        border: 0;
        padding: 1px;
    }

        .ui-datepicker td span, .ui-datepicker td a {
            display: block;
            padding: .2em;
            text-align: right;
            text-decoration: none;
        }

    .ui-datepicker .ui-datepicker-buttonpane {
        background-image: none;
        margin: .7em 0 0 0;
        padding: 0 .2em;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }

        .ui-datepicker .ui-datepicker-buttonpane button {
            float: right;
            margin: .5em .2em .4em;
            cursor: pointer;
            padding: .2em .6em .3em .6em;
            width: auto;
            overflow: visible;
        }

            .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
                float: left;
            }

    .ui-datepicker.ui-datepicker-multi {
        width: auto;
    }

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

    .ui-datepicker-multi .ui-datepicker-group table {
        width: 95%;
        margin: 0 auto .4em;
    }

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

.ui-datepicker-rtl {
    direction: rtl;
}

    .ui-datepicker-rtl .ui-datepicker-prev {
        right: 2px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next {
        left: 2px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-prev:hover {
        right: 1px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next:hover {
        left: 1px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-buttonpane {
        clear: right;
    }

        .ui-datepicker-rtl .ui-datepicker-buttonpane button {
            float: left;
        }

            .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
                float: right;
            }

    .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
        border-right-width: 0;
        border-left-width: 1px;
    }

.ui-slider {
    position: relative;
    text-align: left;
}

    .ui-slider .ui-slider-handle {
        position: absolute;
        z-index: 2;
        width: 1.2em;
        height: 1.2em;
        cursor: default;
    }

    .ui-slider .ui-slider-range {
        position: absolute;
        z-index: 1;
        font-size: .7em;
        display: block;
        border: 0;
        background-position: 0 0;
    }

    .ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
        filter: inherit;
    }

.ui-slider-horizontal {
    height: .8em;
}

    .ui-slider-horizontal .ui-slider-handle {
        top: -.3em;
        margin-left: -.6em;
    }

    .ui-slider-horizontal .ui-slider-range {
        top: 0;
        height: 100%;
    }

    .ui-slider-horizontal .ui-slider-range-min {
        left: 0;
    }

    .ui-slider-horizontal .ui-slider-range-max {
        right: 0;
    }

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}

    .ui-slider-vertical .ui-slider-handle {
        left: -.3em;
        margin-left: 0;
        margin-bottom: -.6em;
    }

    .ui-slider-vertical .ui-slider-range {
        left: 0;
        width: 100%;
    }

    .ui-slider-vertical .ui-slider-range-min {
        bottom: 0;
    }

    .ui-slider-vertical .ui-slider-range-max {
        top: 0;
    }

.ui-widget {
    font-family: Verdana,Arial,sans-serif;
    font-size: 1.1em;
}

    .ui-widget .ui-widget {
        font-size: 1em;
    }

    .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
        font-family: Verdana,Arial,sans-serif;
        font-size: 1em;
    }

.ui-widget-content {
    border: 1px solid #aaaaaa;
    background: #ffffff url("../img/jqueryui/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
    color: #222222;
}

    .ui-widget-content a {
        color: #222222;
    }

.ui-widget-header {
    border: 1px solid #aaaaaa;
    background: #cccccc url("../img/jqueryui/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
    color: #222222;
    font-weight: bold;
}

    .ui-widget-header a {
        color: #222222;
    }

    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
        border: 1px solid #d3d3d3;
        background: #e6e6e6 url("../img/jqueryui/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
        font-weight: normal;
        color: #555555;
    }

        .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
            color: #555555;
            text-decoration: none;
        }

    .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
        border: 1px solid #999999;
        background: #dadada url("../img/jqueryui/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
        font-weight: normal;
        color: #212121;
    }

        .ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited {
            color: #212121;
            text-decoration: none;
        }

    .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
        border: 1px solid #aaaaaa;
        background: #ffffff url("../img/jqueryui/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
        font-weight: normal;
        color: #212121;
    }

        .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
            color: #212121;
            text-decoration: none;
        }

    .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
        border: 1px solid #fcefa1;
        background: #fbf9ee url("../img/jqueryui/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
        color: #363636;
    }

        .ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
            color: #363636;
        }

    .ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
        border: 1px solid #cd0a0a;
        background: #fef1ec url("../img/jqueryui/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
        color: #cd0a0a;
    }

        .ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
            color: #cd0a0a;
        }

    .ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
        color: #cd0a0a;
    }

    .ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
        font-weight: bold;
    }

    .ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
        opacity: .7;
        filter: Alpha(Opacity=70);
        font-weight: normal;
    }

    .ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
        opacity: .35;
        filter: Alpha(Opacity=35);
        background-image: none;
    }

        .ui-state-disabled .ui-icon {
            filter: Alpha(Opacity=35);
        }

.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon, .ui-widget-content .ui-icon {
    background-image: url("../img/jqueryui/ui-icons_222222_256x240.png");
}

.ui-widget-header .ui-icon {
    background-image: url("../img/jqueryui/ui-icons_222222_256x240.png");
}

.ui-state-default .ui-icon {
    background-image: url("../img/jqueryui/ui-icons_888888_256x240.png");
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
    background-image: url("../img/jqueryui/ui-icons_454545_256x240.png");
}

.ui-state-active .ui-icon {
    background-image: url("../img/jqueryui/ui-icons_454545_256x240.png");
}

.ui-state-highlight .ui-icon {
    background-image: url("../img/jqueryui/ui-icons_2e83ff_256x240.png");
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
    background-image: url("../img/jqueryui/ui-icons_cd0a0a_256x240.png");
}

.ui-icon-blank {
    background-position: 16px 16px;
}

.ui-icon-carat-1-n {
    background-position: 0 0;
}

.ui-icon-carat-1-ne {
    background-position: -16px 0;
}

.ui-icon-carat-1-e {
    background-position: -32px 0;
}

.ui-icon-carat-1-se {
    background-position: -48px 0;
}

.ui-icon-carat-1-s {
    background-position: -64px 0;
}

.ui-icon-carat-1-sw {
    background-position: -80px 0;
}

.ui-icon-carat-1-w {
    background-position: -96px 0;
}

.ui-icon-carat-1-nw {
    background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}

.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 4px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 4px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 4px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 4px;
}

.ui-widget-overlay {
    background: #aaaaaa url("../img/jqueryui/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    background: #aaaaaa url("../img/jqueryui/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30);
    border-radius: 8px;
}

table th {
    font-weight: bold;
}

table td, table th {
    padding: 9px 10px;
    text-align: left;
}

@media only screen and (max-width:991px) {
    table.responsive {
        margin-bottom: 0 !important;
    }

    .pinned {
        position: absolute;
        left: 0;
        top: 0;
        width: 35%;
        overflow: hidden;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        border-right: 2px solid #F1F3F5;
    }

        .pinned table {
            border-right: none;
            border-left: none;
            width: 100%;
        }

            .pinned table th, .pinned table td {
                white-space: nowrap;
            }

        .pinned td:last-child {
            border-bottom: 0;
        }

    div.table-wrapper {
        position: relative;
        margin-bottom: 20px;
        overflow: hidden;
        border-right: 1px solid #ccc;
    }

        div.table-wrapper div.scrollable {
            margin-left: 35%;
        }

        div.table-wrapper div.scrollable {
            overflow: scroll;
            -webkit-overflow-scrolling: touch;
            overflow-y: hidden;
        }

    table.responsive td, table.responsive th {
        position: relative;
        white-space: nowrap;
        overflow: hidden;
    }

        table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td {
            display: none;
        }
}

.themodal-lock {
    overflow: hidden;
}

.themodal-overlay {
    position: fixed;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    z-index: 100;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

    .themodal-overlay > * {
        -webkit-transform: translateZ(0px);
    }

.themodal-overlay {
    background: rgba(0,0,0,0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = #7F000000,endColorstr = #7F000000);
    zoom: 1;
}

.mega-menu {
    position: relative;
    -webkit-transition-property: top;
    transition-property: top;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    z-index: 20;
    background: #c9060a;
    background-image: url(../img/mega-menu_top-bg.gif);
    background-position: top center;
    background-repeat: repeat-x;
    box-shadow: 0 5px 0 rgba(0,0,0,0.1);
    color: #fff;
}

    .mega-menu a {
        color: #fff;
    }

    .mega-menu .nav-top {
        height: 88px;
        -webkit-transition-property: height;
        transition-property: height;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }

        .mega-menu .nav-top .logo {
            -webkit-transition-property: height,width,top,left,font-size;
            transition-property: height,width,top,left,font-size;
            -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
            position: absolute;
            top: 21px;
            left: 5px;
            display: block;
            width: 162px;
            height: 65px;
            background: url(../img/logo-bg.png) no-repeat;
            background-size: 100% auto;
            text-align: center;
        }

            .mega-menu .nav-top .logo i {
                -webkit-transition-property: height,width,top,left,opacity;
                transition-property: height,width,top,left,opacity;
                -webkit-transition-duration: 0.3s;
                transition-duration: 0.3s;
                display: inline-block;
                margin-top: -28px;
                font-size: 121px;
                font-size: 12.1rem;
            }

        .mega-menu .nav-top .logo-title {
            float: right;
            margin-top: 34px;
            text-align: right;
            font-weight: bold;
            overflow: hidden;
            font-size: 16px;
            font-size: 1.6rem;
            line-height: 16px;
            line-height: 1.6rem;
            -webkit-transition-property: height,width,top,left,opacity,font-size;
            transition-property: height,width,top,left,opacity,font-size;
            -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
        }

        .mega-menu .nav-top .logo-text {
            -webkit-transition-property: height,width,top,left,opacity,font-size;
            transition-property: height,width,top,left,opacity,font-size;
            -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
            position: absolute;
            left: 177px;
            top: 17px;
            line-height: 1;
        }

            .mega-menu .nav-top .logo-text .icon-logo-text {
                display: block;
                font-size: 80px;
                font-size: 8rem;
            }

            .mega-menu .nav-top .logo-text .icon-logo-text-oneline {
                display: none;
                font-size: 142px;
                font-size: 14.2rem;
            }

@media only screen and (max-width:991px) {
    .mega-menu .nav-top {
        height: 50px;
    }

        .mega-menu .nav-top .logo {
            top: 14px;
            width: 97px;
            height: 36px;
        }

            .mega-menu .nav-top .logo i {
                margin-top: -18px;
                font-size: 70px;
                font-size: 7rem;
            }

        .mega-menu .nav-top .logo-title {
            top: 50px;
            float: none;
            position: absolute;
            margin-top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            height: 50px;
            text-align: left;
            background: #DF000E;
            border-top: solid 1px #ff0000;
            padding: 5px 15px 0 15px;
            width: 100%;
            display: none;
        }

        .mega-menu .nav-top .logo-text {
            display: none;
        }

        .mega-menu .nav-top.open {
            height: 100px;
        }

            .mega-menu .nav-top.open .logo-title {
                display: block;
            }
}

.mega-menu .main-nav {
    background: #DF000E;
    position: relative;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .mega-menu .main-nav a {
        font-size: 15px;
        font-size: 1.5rem;
        padding: 12px 25px 12px 0;
        display: inline-block;
        text-transform: uppercase;
    }

    .mega-menu .main-nav ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        color: white;
    }

        .mega-menu .main-nav ul li {
            position: relative;
            float: left;
        }

            .mega-menu .main-nav ul li.open:after {
                position: absolute;
                content: '';
                left: 50%;
                bottom: -19px;
                width: 0;
                height: 0;
                z-index: 4;
                border-left: 19px solid transparent;
                border-right: 19px solid transparent;
                border-top: 19px solid #df000e;
                margin-left: -29px;
            }

            .mega-menu .main-nav ul li.selected a {
                color: black;
            }

            .mega-menu .main-nav ul li.open a, .mega-menu .main-nav ul li:hover a {
                color: black;
            }

        .mega-menu .main-nav ul ul {
            display: none;
        }

@media only screen and (max-width:991px) {
    .mega-menu .main-nav {
        border-top: solid 5px #970516;
        display: none;
    }

        .mega-menu .main-nav a {
            display: block;
            margin-right: 0;
            padding: 13px 15px;
        }

        .mega-menu .main-nav ul li {
            float: none;
            position: relative;
        }

            .mega-menu .main-nav ul li a {
                background: #de010e;
                background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzAlIj48c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZGUwMTBlIi8+PHN0b3Agb2Zmc2V0PSI3MCUiIHN0b3AtY29sb3I9IiNiZjA3MDciLz48L3JhZGlhbEdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
                background: -moz-radial-gradient(#de010e,#bf0707 70%);
                background: -webkit-radial-gradient(#de010e,#bf0707 70%);
                background: radial-gradient(#de010e,#bf0707 70%);
                border-top: 1px solid #b21114;
                border-bottom: 2px solid #8d070d;
                padding: 15px;
                padding-right: 35px;
            }

            .mega-menu .main-nav ul li:hover a, .mega-menu .main-nav ul li.open a {
                color: inherit;
            }

            .mega-menu .main-nav ul li:hover:after, .mega-menu .main-nav ul li.open:after {
                display: none;
            }

            .mega-menu .main-nav ul li ul {
                display: block;
            }

                .mega-menu .main-nav ul li ul:before {
                    font-family: 'danfoss';
                    speak: none;
                    font-style: normal;
                    font-weight: normal;
                    font-variant: normal;
                    text-transform: none;
                    line-height: 1;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                    position: absolute;
                    content: "\e60e";
                    right: 15px;
                    top: 17px;
                    width: 20px;
                    height: 20px;
                    font-size: 15px;
                    display: block;
                    pointer-events: none;
                }

                .mega-menu .main-nav ul li ul li {
                    display: none;
                }

                    .mega-menu .main-nav ul li ul li a {
                        background: white;
                        color: #e2000f !important;
                        border-top: none;
                        border-bottom: 2px solid #bf0015;
                    }

                    .mega-menu .main-nav ul li ul li.level-link a {
                        font-weight: bold;
                    }

                    .mega-menu .main-nav ul li ul li ul {
                        background: #7c0008;
                    }

                        .mega-menu .main-nav ul li ul li ul:before {
                            font-family: 'danfoss';
                            speak: none;
                            font-style: normal;
                            font-weight: normal;
                            font-variant: normal;
                            text-transform: none;
                            line-height: 1;
                            -webkit-font-smoothing: antialiased;
                            -moz-osx-font-smoothing: grayscale;
                            position: absolute;
                            content: "\e60e";
                            right: 15px;
                            top: 17px;
                            width: 20px;
                            height: 20px;
                            font-size: 15px;
                            display: block;
                            color: #e2000f;
                            pointer-events: none;
                        }

                        .mega-menu .main-nav ul li ul li ul li {
                            display: none;
                        }

                            .mega-menu .main-nav ul li ul li ul li a {
                                color: #58595b !important;
                                font-size: 13px;
                                border-bottom: 2px solid #e6e6e6;
                                padding-left: 30px;
                            }

                            .mega-menu .main-nav ul li ul li ul li:last-child a {
                                border-bottom: 2px solid #bf0015;
                            }

                            .mega-menu .main-nav ul li ul li ul li.level-link a {
                                padding-left: 15px;
                            }

            .mega-menu .main-nav ul li.open > ul:before {
                content: "\e60b";
            }

            .mega-menu .main-nav ul li.open > ul > li {
                display: block;
            }

            .mega-menu .main-nav ul li li li {
                display: none;
            }

                .mega-menu .main-nav ul li li li li.open ul:before {
                    content: "\e60b";
                }

                .mega-menu .main-nav ul li li li li.open ul > li {
                    display: block;
                }

        .mega-menu .main-nav.open {
            display: block;
        }

        .mega-menu .main-nav .col-sm-12 {
            padding: 0;
        }
}

.mega-menu .mobile-btn {
    display: none;
    position: absolute;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-left: 2px solid #980516;
    z-index: 3;
}

    .mega-menu .mobile-btn i {
        font-size: 23px;
        font-size: 2.3rem;
        vertical-align: text-bottom;
    }

@media only screen and (max-width:991px) {
    .mega-menu .mobile-btn {
        display: block;
    }
}

.mega-menu .mobile-btn.open {
    background: #DF000E;
}

    .mega-menu .mobile-btn.open:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        height: 2px;
        bottom: -1px;
        z-index: 1;
        background: #DF000E;
    }

.mega-menu .menu-btn {
    right: 0;
}

.mega-menu .search-btn {
    right: 50px;
}

.mega-menu .global-menu-btn {
    right: 100px;
}

.mega-menu .sub-nav {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 3;
    visibility: hidden;
    opacity: 0;
    margin-top: -4px;
    background: #c00708;
    background-image: url(../img/mega-menu_sub-nav-bg.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    border-top: solid 6px #b10607;
    padding: 0 0 20px 0;
    width: 100%;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-bottom: solid 5px rgba(0,0,0,0.2);
}

    .mega-menu .sub-nav.show {
        visibility: visible;
    }

    .mega-menu .sub-nav h2 {
        margin-top: 15px;
        font-size: 20px;
        font-size: 2rem;
        display: block;
        text-transform: uppercase;
        padding-bottom: 15px;
        margin-bottom: 15px;
        font-weight: bold;
        border-bottom: 1px solid #a00308;
    }

    .mega-menu .sub-nav a {
        display: block;
        font-weight: 400;
    }

        .mega-menu .sub-nav a:hover, .mega-menu .sub-nav a:active, .mega-menu .sub-nav a:focus {
            font-weight: 700;
        }

@media only screen and (max-width:991px) {
    .mega-menu .sub-nav {
        display: none !important;
    }

        .mega-menu .sub-nav.show {
            display: none !important;
        }
}

.mega-menu .sub-nav .level-link {
    display: none;
}

.mega-menu .sub-nav .sub-nav-items ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .mega-menu .sub-nav .sub-nav-items ul li {
        width: 16.666666666666664%;
        float: left;
        margin-bottom: 15px;
        position: relative;
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
    }

        .mega-menu .sub-nav .sub-nav-items ul li:before {
            font-family: 'danfoss';
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            color: white;
            position: absolute;
            content: "\e60c";
            left: 0px;
            top: 4px;
            width: 10px;
            height: 10px;
            font-size: 10px;
            display: block;
            pointer-events: none;
        }

        .mega-menu .sub-nav .sub-nav-items ul li ul {
            display: none;
        }

        .mega-menu .sub-nav .sub-nav-items ul li:hover:before, .mega-menu .sub-nav .sub-nav-items ul li.selected:before {
            color: #000;
        }

        .mega-menu .sub-nav .sub-nav-items ul li:hover a, .mega-menu .sub-nav .sub-nav-items ul li.selected a {
            color: #000;
        }

.mega-menu .sub-nav .sub-nav-items a {
    font-weight: bold;
    line-height: 16px;
    line-height: 1.6rem;
    text-transform: none;
}

.mega-menu .search .inner {
    background: #e2000f;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#FFA90013',endColorstr='#FFC20016');
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E5MDAxMyIvPjxzdG9wIG9mZnNldD0iMTAlIiBzdG9wLWNvbG9yPSIjYzIwMDE2Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#a90013),color-stop(10%,#c20016));
    background: -moz-linear-gradient(#a90013,#c20016 10%);
    background: -webkit-linear-gradient(#a90013,#c20016 10%);
    background: linear-gradient(#a90013,#c20016 10%);
    position: absolute;
    right: 0;
    bottom: -28px;
    height: 28px;
    z-index: 2;
}

    .mega-menu .search .inner .icon-search {
    }

    .mega-menu .search .inner button {
        background: #c20016;
        *zoom: 1;
        filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#FFA90013',endColorstr='#FFC20016');
        background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E5MDAxMyIvPjxzdG9wIG9mZnNldD0iMTAlIiBzdG9wLWNvbG9yPSIjYzIwMDE2Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
        background: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#a90013),color-stop(10%,#c20016));
        background: -moz-linear-gradient(#a90013,#c20016 10%);
        background: -webkit-linear-gradient(#a90013,#c20016 10%);
        background: linear-gradient(#a90013,#c20016 10%);
        line-height: 0;
        width: 30px;
        height: 28px;
        border: none;
        border-right: 1px solid #a90013;
        display: block;
        float: left;
    }

    .mega-menu .search .inner input[type=submit] {
        width: 30px;
        height: 28px;
        position: absolute;
        z-index: 100;
        background: #c20016;
        border: none;
    }

    .mega-menu .search .inner input[type=text] {
        background: none;
        border: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        -webkit-font-smoothing: antialiased;
        text-align: right;
        line-height: 28px;
        height: 28px;
        outline: none;
        width: 162px;
        display: block;
        float: left;
        padding: 0 7.5px;
        padding-right: 15px;
        font-size: 12px;
        font-size: 1.2rem;
        font-weight: bold;
        -webkit-transition: width 0.3s ease-out;
        -moz-transition: width 0.3s ease-out;
        -ms-transition: width 0.3s ease-out;
        -o-transition: width 0.3s ease-out;
        transition: width 0.3s ease-out;
    }

        .mega-menu .search .inner input[type=text]::-webkit-input-placeholder {
            color: #fff;
            text-transform: uppercase;
        }

        .mega-menu .search .inner input[type=text]::-moz-input-placeholder {
            color: #fff;
            text-transform: uppercase;
        }

        .mega-menu .search .inner input[type=text]:-moz-input-placeholder {
            color: #fff;
            text-transform: uppercase;
        }

        .mega-menu .search .inner input[type=text]:-ms-input-placeholder {
            color: #fff;
            text-transform: uppercase;
        }

        .mega-menu .search .inner input[type=text].placeholdersjs {
            color: #fff;
            text-transform: uppercase;
        }

    .mega-menu .search .inner.active {
        background-color: #fff;
        *zoom: 1;
        filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#FFDDDDDD',endColorstr='#FFFFFFFF');
        background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk5OTk5OSIvPjxzdG9wIG9mZnNldD0iMjAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
        background: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#999999),color-stop(20%,#ffffff));
        background: -moz-linear-gradient(#999999,#ffffff 20%);
        background: -webkit-linear-gradient(#999999,#ffffff 20%);
        background: linear-gradient(#999999,#ffffff 20%);
    }

        .mega-menu .search .inner.active input[type=text] {
            width: 309px;
            color: #000;
            text-align: left;
            border-right: 1px solid #e2000f;
            border-bottom: 1px solid #e2000f;
        }

@media only screen and (min-width:1200px) {
    .mega-menu .search .inner.active input[type=text] {
        width: 359px;
    }
}

@media only screen and (max-width:991px) {
    .mega-menu .search {
        display: none;
        padding: 0;
        position: absolute;
        bottom: -50px;
    }

        .mega-menu .search .col-sm-12 {
            padding: 0;
        }

        .mega-menu .search .inner, .mega-menu .search .inner.active {
            background: #DF000E;
            border-top: solid 1px #ff0000;
            position: relative;
            width: 100%;
            height: 50px;
            bottom: auto;
            box-shadow: 0 3px 0 rgba(0,0,0,0.11);
        }

            .mega-menu .search .inner input[type=text], .mega-menu .search .inner.active input[type=text] {
                color: white;
                line-height: 50px;
                height: 50px;
                width: 100%;
                float: none;
                text-align: left;
                padding: 0 15px;
                font-size: 20px;
                font-size: 2rem;
                font-style: italic;
                font-weight: normal;
            }

            .mega-menu .search .inner .icon-search, .mega-menu .search .inner.active .icon-search {
                display: none;
            }

        .mega-menu .search.open {
            display: block;
        }
}

@media only screen and (min-width:1200px) {
    .mega-menu {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
    }

    body {
        margin-top: 157px;
    }
}

.mega-menu.shown {
    position: relative;
    top: 0px;
}

@media only screen and (min-width:992px) {
    body {
        margin-top: 157px;
    }

    .mega-menu {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
    }

        .mega-menu.fixed {
            box-shadow: 0 14px 0 rgba(0,0,0,0.1);
            position: fixed;
            left: 0;
            right: 0;
            width: 100%;
            top: 0;
        }

            .mega-menu.fixed:after {
                content: '';
                position: absolute;
                left: 0;
                right: 0;
                width: 100%;
                height: 9px;
                background: #df000e;
                border-top: 1px solid #ff0000;
            }

            .mega-menu.fixed .main-nav {
                height: 0;
                overflow: hidden;
            }

            .mega-menu.fixed .search {
                height: 0;
                overflow: hidden;
            }

            .mega-menu.fixed .nav-top {
                height: 45px;
            }

                .mega-menu.fixed .nav-top .logo {
                    width: 70px;
                    height: 32px;
                    top: 17px;
                }

                    .mega-menu.fixed .nav-top .logo i {
                        font-size: 54px;
                        font-size: 5.4rem;
                        margin-top: -14px;
                    }

                .mega-menu.fixed .nav-top .logo-text {
                    left: 79px;
                    top: -40px;
                }

                    .mega-menu.fixed .nav-top .logo-text .icon-logo-text {
                        display: none;
                    }

                    .mega-menu.fixed .nav-top .logo-text .icon-logo-text-oneline {
                        display: block;
                    }

                .mega-menu.fixed .nav-top .logo-title {
                    opacity: 0;
                    height: 0px;
                }

            .mega-menu.fixed.expanded {
                top: 0;
            }

                .mega-menu.fixed.expanded:after {
                    display: none;
                }

                .mega-menu.fixed.expanded .main-nav {
                    overflow: visible;
                    height: auto;
                }

                .mega-menu.fixed.expanded .search {
                    height: auto;
                    overflow: visible;
                }

                .mega-menu.fixed.expanded .nav-top {
                    height: 88px;
                }

                    .mega-menu.fixed.expanded .nav-top .logo {
                        top: 21px;
                        width: 180px;
                        height: 70px;
                    }

                        .mega-menu.fixed.expanded .nav-top .logo i {
                            margin-top: -34px;
                            font-size: 130px;
                            font-size: 13rem;
                        }

                    .mega-menu.fixed.expanded .nav-top .logo-title {
                        opacity: 1;
                        height: auto;
                    }

                    .mega-menu.fixed.expanded .nav-top .logo-text {
                        left: 192px;
                        top: 13px;
                        font-size: 80px;
                        font-size: 8rem;
                    }

                        .mega-menu.fixed.expanded .nav-top .logo-text .icon-logo-text {
                            display: block;
                        }

                        .mega-menu.fixed.expanded .nav-top .logo-text .icon-logo-text-oneline {
                            display: none;
                        }
}

.page-block {
    display: none;
    width: 100%;
    height: 1000%;
    position: absolute;
    -webkit-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    background: transparent;
}

    .page-block.show {
        display: block;
        background: rgba(0,0,0,0.7);
    }

body.corporate-global-visible .page-block, body.collection-farm-visible .page-block {
    z-index: 23;
    display: block;
    background: rgba(0,0,0,0.7);
}

@media only screen and (max-width:991px) {
    body.corporate-global-visible .page-block, body.collection-farm-visible .page-block {
        display: none !important;
    }
}

.ie8 body.corporate-global-visible .page-block, .ie8 body.collection-farm-visible .page-block {
    background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000,endColorstr=#B2000000)";
    zoom: 1;
}

body.collection-farm-visible .page-block {
    display: block;
    z-index: 21;
}

.show_and_hide {
    background-color: white;
    border: solid 1px #dcdcdc;
    margin-bottom: 20px;
    padding: 15px;
    clear: both;
}

    .show_and_hide > .accordion {
        margin: 26px 0 0;
        padding: 0;
        font-family: "myriad-pro",sans-serif;
    }

        .show_and_hide > .accordion a {
            color: #e2000f;
        }

        .show_and_hide > .accordion .basic-content {
            border: none;
            display: none;
        }

        .show_and_hide > .accordion .ui-accordion-content {
            overflow: hidden;
        }

        .show_and_hide > .accordion > a.accordion-headline {
            width: 100%;
            border: none;
            border-top: solid 1px #e2000f;
            background: none;
            border-radius: 0;
            padding-top: 13px;
            padding-bottom: 13px;
            padding-left: 20px;
            margin: 0;
        }

            .show_and_hide > .accordion > a.accordion-headline:before {
                content: '\e626';
                margin-top: 10px;
                font-size: 15px;
                font-size: 1.5rem;
            }

            .show_and_hide > .accordion > a.accordion-headline.ui-state-active:before {
                content: '\e625';
            }

            .show_and_hide > .accordion > a.accordion-headline:focus {
                outline: none;
            }

            .show_and_hide > .accordion > a.accordion-headline .ui-accordion-header-icon {
                display: none;
            }

        .show_and_hide > .accordion > div {
            padding: 0px 15px 30px;
        }

.comments-container {
    background: #F3F3F5;
    border: solid 1px #dcdcdc;
    color: #000;
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 15px;
    padding: 20px 20px 10px 20px;
}

    .comments-container h1 {
        color: #000;
        text-transform: uppercase;
    }

    .comments-container h3 {
        border-bottom: solid 5px #e2000f;
        margin-bottom: 20px;
        padding-bottom: 10px;
        text-transform: uppercase;
    }

    .comments-container .comment {
        background: #FFF;
        border: solid 1px #dcdcdc;
        margin-bottom: 10px;
        padding: 20px;
    }

    .comments-container .comment-text {
        min-height: 65px;
        padding: 0 0 20px 100px;
        position: relative;
    }

@media only screen and (max-width:767px) {
    .comments-container .comment-text {
        padding: 60px 0 20px 0;
    }
}

.comments-container .comment-text .icon {
    color: #E5E8EB;
    font-size: 75px;
    font-size: 7.5rem;
    line-height: 45px;
    line-height: 5.625rem;
    left: 0;
    position: absolute;
    top: 0;
}

.comments-container .comment-data {
    border-top: 1px solid #e2000f;
    color: #e2000f;
    padding: 7px 0 0 100px;
    text-transform: uppercase;
}

@media only screen and (max-width:767px) {
    .comments-container .comment-data {
        padding: 7px 0 0 0;
    }
}

.comments-container .comment-data span {
    display: inline-block;
}

.comments-container .comment-actions {
    width: 100%;
}

@media only screen and (max-width:991px) {
    .comments-container .danfoss-form label {
        border-bottom: solid 1px #dcdcdc;
        width: 100%;
    }
}

@media only screen and (max-width:767px) {
    .comments-container .danfoss-form input {
        width: 100%;
    }

        .comments-container .danfoss-form input input {
            font-size: 13px;
            font-size: 1.3rem;
        }
}

.comments-container .security-code-group label, .comments-container .security-code-group .RadCaptcha {
    float: left;
}

.ie8 .comments-container .security-code-group label, .ie8 .comments-container .security-code-group .RadCaptcha {
    float: none;
}

.col-md-9 .col-md-6 .comments-container .comment-text, .col-md-9 .col-md-5 .comments-container .comment-text, .col-md-9 .col-md-4 .comments-container .comment-text {
    padding: 60px 0 20px 0;
}

.col-md-9 .col-md-6 .comments-container .comment-data, .col-md-9 .col-md-5 .comments-container .comment-data, .col-md-9 .col-md-4 .comments-container .comment-data {
    padding: 7px 0 0 0;
}

.col-md-9 .col-md-6 .comments-container .danfoss-form label, .col-md-9 .col-md-6 .comments-container .danfoss-form input, .col-md-9 .col-md-6 .comments-container .danfoss-form textarea, .col-md-9 .col-md-5 .comments-container .danfoss-form label, .col-md-9 .col-md-5 .comments-container .danfoss-form input, .col-md-9 .col-md-5 .comments-container .danfoss-form textarea, .col-md-9 .col-md-4 .comments-container .danfoss-form label, .col-md-9 .col-md-4 .comments-container .danfoss-form input, .col-md-9 .col-md-4 .comments-container .danfoss-form textarea {
    width: 100%;
}

.col-md-9 .col-md-6 .comments-container .danfoss-form input, .col-md-9 .col-md-5 .comments-container .danfoss-form input, .col-md-9 .col-md-4 .comments-container .danfoss-form input {
    font-size: 13px;
    font-size: 1.3rem;
}

.col-md-9 .col-md-4 .comment-actions span, .col-md-9 .col-md-5 .comment-actions span {
    display: none;
}

.prodcat--associated-products {
    margin-top: 15px;
}

    .prodcat--associated-products p {
        margin: 0;
    }

    .prodcat--associated-products .accordion {
        border-top: solid 1px #e2000f;
        margin-bottom: 3px;
    }

        .prodcat--associated-products .accordion .basic-content {
            padding: 0;
        }

        .prodcat--associated-products .accordion a.arrow {
            font-weight: normal;
            margin-top: 13px;
        }

        .prodcat--associated-products .accordion a.accordion-headline {
            border: none;
            font-size: 13px;
            font-size: 1.3rem;
            font-weight: normal;
            padding-bottom: 0;
            margin-top: 0;
        }

        .prodcat--associated-products .accordion > a.accordion-link {
            margin-top: 10px;
        }

        .prodcat--associated-products .accordion .accordion {
            border: none;
            margin: 0;
            padding: 0 20px 0;
            font-family: "myriad-pro",sans-serif;
        }

            .prodcat--associated-products .accordion .accordion .basic-content {
                padding-left: 20px;
            }

            .prodcat--associated-products .accordion .accordion > a.accordion-headline {
                width: 100%;
                background: none;
                border-radius: 0;
                padding: 13px 0 1px 20px;
                margin-top: 0;
            }

                .prodcat--associated-products .accordion .accordion > a.accordion-headline:before {
                    content: '\e63a';
                    margin-top: 12px;
                }

                .prodcat--associated-products .accordion .accordion > a.accordion-headline h5 {
                    font-weight: normal;
                    font-size: 13px;
                    font-size: 1.3rem;
                    margin-bottom: 0;
                }

                .prodcat--associated-products .accordion .accordion > a.accordion-headline .ui-accordion-header-icon {
                    display: none;
                }
