/* Minification failed. Returning unminified contents.
(2902,38): run-time error CSS1062: Expected semicolon or closing curly-brace, found '.'
(2903,38): run-time error CSS1062: Expected semicolon or closing curly-brace, found '.'
(2923,40): run-time error CSS1062: Expected semicolon or closing curly-brace, found '.'
(2924,40): run-time error CSS1062: Expected semicolon or closing curly-brace, found '.'
(6595,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '!important'
 */
/* Minification failed. Returning unminified contents.
(2895,38): run-time error CSS1062: Expected semicolon or closing curly-brace, found '.'
(2896,38): run-time error CSS1062: Expected semicolon or closing curly-brace, found '.'
(2916,40): run-time error CSS1062: Expected semicolon or closing curly-brace, found '.'
(2917,40): run-time error CSS1062: Expected semicolon or closing curly-brace, found '.'
(6588,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '!important'
 */
/*! jQuery UI - v1.10.4 - 2014-03-13
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.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; /* support: IE7 */
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

.ui-front {
    z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
    cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-resizable {
    position: relative;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
    display: none;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}

.ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible; /* removes extra width in IE */
}

    .ui-button,
    .ui-button:link,
    .ui-button:visited,
    .ui-button:hover,
    .ui-button:active {
        text-decoration: none;
    }
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
    width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
    width: 2.4em;
}

.ui-button-icons-only {
    width: 3.4em;
}

button.ui-button-icons-only {
    width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
    display: block;
    line-height: normal;
}

.ui-button-text-only .ui-button-text {
    padding: .4em 1em;
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 1em .4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 2.1em .4em 1em;
}

.ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
    padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
    left: .5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
    right: .5em;
}

/* button sets */
.ui-buttonset {
    margin-right: 7px;
}

    .ui-buttonset .ui-button {
        margin-left: 0;
        margin-right: -.3em;
    }

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.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;
            }

    /* with multiple calendars */
    .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;
}

/* RTL support */
.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-dialog {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0;
}

    .ui-dialog .ui-dialog-titlebar {
        padding: .4em 1em;
        position: relative;
    }

    .ui-dialog .ui-dialog-title {
        float: left;
        margin: .1em 0;
        white-space: nowrap;
        width: 90%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .ui-dialog .ui-dialog-titlebar-close {
        position: absolute;
        right: .3em;
        top: 50%;
        width: 20px;
        margin: -10px 0 0 0;
        padding: 1px;
        height: 20px;
    }

    .ui-dialog .ui-dialog-content {
        position: relative;
        border: 0;
        padding: .5em 1em;
        background: none;
        overflow: auto;
    }

    .ui-dialog .ui-dialog-buttonpane {
        text-align: left;
        border-width: 1px 0 0 0;
        background-image: none;
        margin-top: .5em;
        padding: .3em 1em .5em .4em;
    }

        .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
            float: right;
        }

        .ui-dialog .ui-dialog-buttonpane button {
            margin: .5em .4em .5em 0;
            cursor: pointer;
        }

    .ui-dialog .ui-resizable-se {
        width: 12px;
        height: 12px;
        right: -5px;
        bottom: -5px;
        background-position: 16px 16px;
    }

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    outline: none;
}

    .ui-menu .ui-menu {
        margin-top: -3px;
        position: absolute;
    }

    .ui-menu .ui-menu-item {
        margin: 0;
        padding: 0;
        width: 100%;
        /* support: IE10, see #8844 */
        list-style-image: url(/Static/styles/data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP/yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
    }

    .ui-menu .ui-menu-divider {
        margin: 5px -2px 5px -2px;
        height: 0;
        font-size: 0;
        line-height: 0;
        border-width: 1px 0 0 0;
    }

    .ui-menu .ui-menu-item a {
        text-decoration: none;
        display: block;
        padding: 2px .4em;
        line-height: 1.5;
        min-height: 0; /* support: IE7 */
        font-weight: normal;
    }

        .ui-menu .ui-menu-item a.ui-state-focus,
        .ui-menu .ui-menu-item a.ui-state-active {
            font-weight: normal;
            margin: -1px;
        }

    .ui-menu .ui-state-disabled {
        font-weight: normal;
        margin: .4em 0 .2em;
        line-height: 1.5;
    }

        .ui-menu .ui-state-disabled a {
            cursor: default;
        }

/* icon support */
.ui-menu-icons {
    position: relative;
}

    .ui-menu-icons .ui-menu-item a {
        position: relative;
        padding-left: 2em;
    }

/* left-aligned */
.ui-menu .ui-icon {
    position: absolute;
    top: .2em;
    left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
    position: static;
    float: right;
}

/* Component containers
----------------------------------*/
.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(/Static/styles/images/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(/Static/styles/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
    color: #222222;
    font-weight: bold;
}

    .ui-widget-header a {
        color: #222222;
    }

    /* Interaction states
----------------------------------*/
    .ui-state-default,
    .ui-widget-content .ui-state-default,
    .ui-widget-header .ui-state-default {
        border: 1px solid #d3d3d3;
        background: #e6e6e6 url(/Static/styles/images/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(/Static/styles/images/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(/Static/styles/images/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;
        }

    /* Interaction Cues
----------------------------------*/
    .ui-state-highlight,
    .ui-widget-content .ui-state-highlight,
    .ui-widget-header .ui-state-highlight {
        border: 1px solid #fcefa1;
        background: #fbf9ee url(/Static/styles/images/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(/Static/styles/images/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); /* For IE8 - See #6059 */
        }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url(/Static/styles/images/ui-icons_222222_256x240.png);
}

.ui-widget-header .ui-icon {
    background-image: url(/Static/styles/images/ui-icons_222222_256x240.png);
}

.ui-state-default .ui-icon {
    background-image: url(/Static/styles/images/ui-icons_888888_256x240.png);
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
    background-image: url(/Static/styles/images/ui-icons_454545_256x240.png);
}

.ui-state-active .ui-icon {
    background-image: url(/Static/styles/images/ui-icons_454545_256x240.png);
}

.ui-state-highlight .ui-icon {
    background-image: url(/Static/styles/images/ui-icons_2e83ff_256x240.png);
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url(/Static/styles/images/ui-icons_cd0a0a_256x240.png);
}

/* positioning */
.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 is deprecated, use ui-icon-seek-start instead */
.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;
}


/* Misc visuals
----------------------------------*/

/* Corner radius */
.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;
}

/* Overlays */
.ui-widget-overlay {
    background: #aaaaaa url(/Static/styles/images/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(/Static/styles/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30);
    border-radius: 8px;
}

/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-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{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}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{padding:0;border: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-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid #c0c0c0}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}@media print{*{color:#000 !important;text-shadow:none !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:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#428bca;text-decoration:none}a:hover,a:focus{color:#2a6496;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive,.thumbnail>img,.thumbnail a>img,.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;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:500;line-height:1.1;color:inherit}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{font-weight:normal;line-height:1;color:#999}h1,.h1,h2,.h2,h3,.h3{margin-top:20px;margin-bottom:10px}h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small{font-size:65%}h4,.h4,h5,.h5,h6,.h6{margin-top:10px;margin-bottom:10px}h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small{font-size:75%}h1,.h1{font-size:36px}h2,.h2{font-size:30px}h3,.h3{font-size:24px}h4,.h4{font-size:18px}h5,.h5{font-size:14px}h6,.h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:200;line-height:1.4}@media(min-width:768px){.lead{font-size:21px}}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:#999}.text-primary{color:#428bca}a.text-primary:hover{color:#3071a9}.text-success{color:#3c763d}a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#428bca}a.bg-primary:hover{background-color:#3071a9}.bg-success{background-color:#dff0d8}a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ul,ol{margin-top:0;margin-bottom:10px}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;margin-left:-5px;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dt,dd{line-height:1.42857143}dt{font-weight:bold}dd{margin-left:0}@media(min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #999}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}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.42857143;color:#999}blockquote footer:before,blockquote small:before,blockquote .small:before{content:'— '}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before{content:''}.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after{content:' —'}blockquote:before,blockquote:after{content:""}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;white-space:nowrap;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media(min-width:768px){.container{width:750px}}@media(min-width:992px){.container{width:970px}}@media(min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:0}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:0}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media(min-width:768px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:0}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:0}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media(min-width:992px){.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:0}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:0}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media(min-width:1200px){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:0}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:0}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{max-width:100%;background-color:transparent}th{text-align:left}.table{width:100%;margin-bottom:20px}.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}.table-striped>tbody>tr:nth-child(odd)>td,.table-striped>tbody>tr:nth-child(odd)>th{background-color:#f9f9f9}.table-hover>tbody>tr:hover>td,.table-hover>tbody>tr:hover>th{background-color:#f5f5f5}table col[class*="col-"]{position:static;display:table-column;float:none}table td[class*="col-"],table th[class*="col-"]{position:static;display:table-cell;float:none}.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th{background-color:#f5f5f5}.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th{background-color:#e8e8e8}.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th{background-color:#dff0d8}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th{background-color:#d0e9c6}.table>thead>tr>td.info,.table>tbody>tr>td.info,.table>tfoot>tr>td.info,.table>thead>tr>th.info,.table>tbody>tr>th.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>tbody>tr.info>td,.table>tfoot>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr.info>th,.table>tfoot>tr.info>th{background-color:#d9edf7}.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th{background-color:#c4e3f3}.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th{background-color:#fcf8e3}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th{background-color:#faf2cc}.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th{background-color:#f2dede}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th{background-color:#ebcccc}@media(max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-x:scroll;overflow-y:hidden;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;margin-bottom:5px;font-weight:bold}input[type="search"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type="radio"],input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type="file"]{display:block}input[type="range"]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{cursor:not-allowed;background-color:#eee;opacity:1}textarea.form-control{height:auto}input[type="search"]{-webkit-appearance:none}input[type="date"]{line-height:34px}.form-group{margin-bottom:15px}.radio,.checkbox{display:block;min-height:20px;padding-left:20px;margin-top:10px;margin-bottom:10px}.radio label,.checkbox label{display:inline;font-weight:normal;cursor:pointer}.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"]{float:left;margin-left:-20px}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{display:inline-block;padding-left:20px;margin-bottom:0;font-weight:normal;vertical-align:middle;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}input[type="radio"][disabled],input[type="checkbox"][disabled],.radio[disabled],.radio-inline[disabled],.checkbox[disabled],.checkbox-inline[disabled],fieldset[disabled] input[type="radio"],fieldset[disabled] input[type="checkbox"],fieldset[disabled] .radio,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}textarea.input-sm,select[multiple].input-sm{height:auto}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-lg{height:46px;line-height:46px}textarea.input-lg,select[multiple].input-lg{height:auto}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.has-feedback .form-control-feedback{position:absolute;top:25px;right:0;display:block;width:34px;height:34px;line-height:34px;text-align:center}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.form-control-static{margin-bottom:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media(min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .radio,.form-inline .checkbox{display:inline-block;padding-left:0;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{float:none;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .control-label,.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .radio,.form-horizontal .checkbox{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}.form-horizontal .form-control-static{padding-top:7px}@media(min-width:768px){.form-horizontal .control-label{text-align:right}}.form-horizontal .has-feedback .form-control-feedback{top:0;right:15px}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:normal;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.btn:focus,.btn:active:focus,.btn.active: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{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{pointer-events:none;cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default:hover,.btn-default:focus,.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default{color:#333;background-color:#ebebeb;border-color:#adadad}.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].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:#428bca;border-color:#357ebd}.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{color:#fff;background-color:#3276b1;border-color:#285e8e}.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active{background-color:#428bca;border-color:#357ebd}.btn-primary .badge{color:#428bca;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,.open .dropdown-toggle.btn-success{color:#fff;background-color:#47a447;border-color:#398439}.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].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,.open .dropdown-toggle.btn-info{color:#fff;background-color:#39b3d7;border-color:#269abc}.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].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,.open .dropdown-toggle.btn-warning{color:#fff;background-color:#ed9c28;border-color:#d58512}.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].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,.open .dropdown-toggle.btn-danger{color:#fff;background-color:#d2322d;border-color:#ac2925}.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:normal;color:#428bca;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:#2a6496;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#999;text-decoration:none}.btn-lg,.btn-group-lg>.btn{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.btn-sm,.btn-group-sm>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs,.btn-group-xs>.btn{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%;padding-right:0;padding-left: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%}.fade{opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height .35s ease;transition:height .35s ease}@font-face{font-family:'Glyphicons Halflings';src:url('/Static/fonts/glyphicons-halflings-regular.eot');src:url('/Static/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('/Static/fonts/glyphicons-halflings-regular.woff') format('woff'),url('/Static/fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('/Static/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"*"}.glyphicon-plus:before{content:"+"}.glyphicon-euro:before{content:"€"}.glyphicon-minus:before{content:"−"}.glyphicon-cloud:before{content:"☁"}.glyphicon-envelope:before{content:"✉"}.glyphicon-pencil:before{content:"✏"}.glyphicon-glass:before{content:""}.glyphicon-music:before{content:""}.glyphicon-search:before{content:""}.glyphicon-heart:before{content:""}.glyphicon-star:before{content:""}.glyphicon-star-empty:before{content:""}.glyphicon-user:before{content:""}.glyphicon-film:before{content:""}.glyphicon-th-large:before{content:""}.glyphicon-th:before{content:""}.glyphicon-th-list:before{content:""}.glyphicon-ok:before{content:""}.glyphicon-remove:before{content:""}.glyphicon-zoom-in:before{content:""}.glyphicon-zoom-out:before{content:""}.glyphicon-off:before{content:""}.glyphicon-signal:before{content:""}.glyphicon-cog:before{content:""}.glyphicon-trash:before{content:""}.glyphicon-home:before{content:""}.glyphicon-file:before{content:""}.glyphicon-time:before{content:""}.glyphicon-road:before{content:""}.glyphicon-download-alt:before{content:""}.glyphicon-download:before{content:""}.glyphicon-upload:before{content:""}.glyphicon-inbox:before{content:""}.glyphicon-play-circle:before{content:""}.glyphicon-repeat:before{content:""}.glyphicon-refresh:before{content:""}.glyphicon-list-alt:before{content:""}.glyphicon-lock:before{content:""}.glyphicon-flag:before{content:""}.glyphicon-headphones:before{content:""}.glyphicon-volume-off:before{content:""}.glyphicon-volume-down:before{content:""}.glyphicon-volume-up:before{content:""}.glyphicon-qrcode:before{content:""}.glyphicon-barcode:before{content:""}.glyphicon-tag:before{content:""}.glyphicon-tags:before{content:""}.glyphicon-book:before{content:""}.glyphicon-bookmark:before{content:""}.glyphicon-print:before{content:""}.glyphicon-camera:before{content:""}.glyphicon-font:before{content:""}.glyphicon-bold:before{content:""}.glyphicon-italic:before{content:""}.glyphicon-text-height:before{content:""}.glyphicon-text-width:before{content:""}.glyphicon-align-left:before{content:""}.glyphicon-align-center:before{content:""}.glyphicon-align-right:before{content:""}.glyphicon-align-justify:before{content:""}.glyphicon-list:before{content:""}.glyphicon-indent-left:before{content:""}.glyphicon-indent-right:before{content:""}.glyphicon-facetime-video:before{content:""}.glyphicon-picture:before{content:""}.glyphicon-map-marker:before{content:""}.glyphicon-adjust:before{content:""}.glyphicon-tint:before{content:""}.glyphicon-edit:before{content:""}.glyphicon-share:before{content:""}.glyphicon-check:before{content:""}.glyphicon-move:before{content:""}.glyphicon-step-backward:before{content:""}.glyphicon-fast-backward:before{content:""}.glyphicon-backward:before{content:""}.glyphicon-play:before{content:""}.glyphicon-pause:before{content:""}.glyphicon-stop:before{content:""}.glyphicon-forward:before{content:""}.glyphicon-fast-forward:before{content:""}.glyphicon-step-forward:before{content:""}.glyphicon-eject:before{content:""}.glyphicon-chevron-left:before{content:""}.glyphicon-chevron-right:before{content:""}.glyphicon-plus-sign:before{content:""}.glyphicon-minus-sign:before{content:""}.glyphicon-remove-sign:before{content:""}.glyphicon-ok-sign:before{content:""}.glyphicon-question-sign:before{content:""}.glyphicon-info-sign:before{content:""}.glyphicon-screenshot:before{content:""}.glyphicon-remove-circle:before{content:""}.glyphicon-ok-circle:before{content:""}.glyphicon-ban-circle:before{content:""}.glyphicon-arrow-left:before{content:""}.glyphicon-arrow-right:before{content:""}.glyphicon-arrow-up:before{content:""}.glyphicon-arrow-down:before{content:""}.glyphicon-share-alt:before{content:""}.glyphicon-resize-full:before{content:""}.glyphicon-resize-small:before{content:""}.glyphicon-exclamation-sign:before{content:""}.glyphicon-gift:before{content:""}.glyphicon-leaf:before{content:""}.glyphicon-fire:before{content:""}.glyphicon-eye-open:before{content:""}.glyphicon-eye-close:before{content:""}.glyphicon-warning-sign:before{content:""}.glyphicon-plane:before{content:""}.glyphicon-calendar:before{content:""}.glyphicon-random:before{content:""}.glyphicon-comment:before{content:""}.glyphicon-magnet:before{content:""}.glyphicon-chevron-up:before{content:""}.glyphicon-chevron-down:before{content:""}.glyphicon-retweet:before{content:""}.glyphicon-shopping-cart:before{content:""}.glyphicon-folder-close:before{content:""}.glyphicon-folder-open:before{content:""}.glyphicon-resize-vertical:before{content:""}.glyphicon-resize-horizontal:before{content:""}.glyphicon-hdd:before{content:""}.glyphicon-bullhorn:before{content:""}.glyphicon-bell:before{content:""}.glyphicon-certificate:before{content:""}.glyphicon-thumbs-up:before{content:""}.glyphicon-thumbs-down:before{content:""}.glyphicon-hand-right:before{content:""}.glyphicon-hand-left:before{content:""}.glyphicon-hand-up:before{content:""}.glyphicon-hand-down:before{content:""}.glyphicon-circle-arrow-right:before{content:""}.glyphicon-circle-arrow-left:before{content:""}.glyphicon-circle-arrow-up:before{content:""}.glyphicon-circle-arrow-down:before{content:""}.glyphicon-globe:before{content:""}.glyphicon-wrench:before{content:""}.glyphicon-tasks:before{content:""}.glyphicon-filter:before{content:""}.glyphicon-briefcase:before{content:""}.glyphicon-fullscreen:before{content:""}.glyphicon-dashboard:before{content:""}.glyphicon-paperclip:before{content:""}.glyphicon-heart-empty:before{content:""}.glyphicon-link:before{content:""}.glyphicon-phone:before{content:""}.glyphicon-pushpin:before{content:""}.glyphicon-usd:before{content:""}.glyphicon-gbp:before{content:""}.glyphicon-sort:before{content:""}.glyphicon-sort-by-alphabet:before{content:""}.glyphicon-sort-by-alphabet-alt:before{content:""}.glyphicon-sort-by-order:before{content:""}.glyphicon-sort-by-order-alt:before{content:""}.glyphicon-sort-by-attributes:before{content:""}.glyphicon-sort-by-attributes-alt:before{content:""}.glyphicon-unchecked:before{content:""}.glyphicon-expand:before{content:""}.glyphicon-collapse-down:before{content:""}.glyphicon-collapse-up:before{content:""}.glyphicon-log-in:before{content:""}.glyphicon-flash:before{content:""}.glyphicon-log-out:before{content:""}.glyphicon-new-window:before{content:""}.glyphicon-record:before{content:""}.glyphicon-save:before{content:""}.glyphicon-open:before{content:""}.glyphicon-saved:before{content:""}.glyphicon-import:before{content:""}.glyphicon-export:before{content:""}.glyphicon-send:before{content:""}.glyphicon-floppy-disk:before{content:""}.glyphicon-floppy-saved:before{content:""}.glyphicon-floppy-remove:before{content:""}.glyphicon-floppy-save:before{content:""}.glyphicon-floppy-open:before{content:""}.glyphicon-credit-card:before{content:""}.glyphicon-transfer:before{content:""}.glyphicon-cutlery:before{content:""}.glyphicon-header:before{content:""}.glyphicon-compressed:before{content:""}.glyphicon-earphone:before{content:""}.glyphicon-phone-alt:before{content:""}.glyphicon-tower:before{content:""}.glyphicon-stats:before{content:""}.glyphicon-sd-video:before{content:""}.glyphicon-hd-video:before{content:""}.glyphicon-subtitles:before{content:""}.glyphicon-sound-stereo:before{content:""}.glyphicon-sound-dolby:before{content:""}.glyphicon-sound-5-1:before{content:""}.glyphicon-sound-6-1:before{content:""}.glyphicon-sound-7-1:before{content:""}.glyphicon-copyright-mark:before{content:""}.glyphicon-registration-mark:before{content:""}.glyphicon-cloud-download:before{content:""}.glyphicon-cloud-upload:before{content:""}.glyphicon-tree-conifer:before{content:""}.glyphicon-tree-deciduous:before{content:""}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;background-color:#428bca;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#999}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#999}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px solid}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px}@media(min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;float:left}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active{z-index:2}.btn-group>.btn:focus,.btn-group-vertical>.btn:focus{outline:none}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child>.btn:last-child,.btn-group>.btn-group:first-child>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}[data-toggle="buttons"]>.btn>input[type="radio"],[data-toggle="buttons"]>.btn>input[type="checkbox"]{display:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*="col-"]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn,select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn,select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn{height:auto}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:normal;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type="radio"],.input-group-addon input[type="checkbox"]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:hover,.input-group-btn>.btn:focus,.input-group-btn>.btn:active{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#999}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#999;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#eee;border-color:#428bca}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media(min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border:1px solid #ddd}@media(min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#fff;background-color:#428bca}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media(min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border:1px solid #ddd}@media(min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media(min-width:768px){.navbar{border-radius:4px}}@media(min-width:768px){.navbar-header{float:left}}.navbar-collapse{max-height:340px;padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.navbar-collapse.in{overflow-y:auto}@media(min-width:768px){.navbar-collapse{width:auto;border-top:0;box-shadow:none}.navbar-collapse.collapse{display:block !important;height:auto !important;padding-bottom:0;overflow:visible !important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{padding-right:0;padding-left:0}}.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media(min-width:768px){.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media(min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030}@media(min-width:768px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}@media(min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:none}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media(min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media(max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;box-shadow:none}.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus{background-image:none}}@media(min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}.navbar-nav.navbar-right:last-child{margin-right:-15px}}@media(min-width:768px){.navbar-left{float:left !important}.navbar-right{float:right !important}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)}@media(min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;padding-left:0;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"]{float:none;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media(max-width:767px){.navbar-form .form-group{margin-bottom:5px}}@media(min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-form.navbar-right:last-child{margin-right:-15px}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media(min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}.navbar-text.navbar-right:last-child{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{color:#555;background-color:#e7e7e7}@media(max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#999}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#999}.navbar-inverse .navbar-nav>li>a{color:#999}.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{color:#fff;background-color:#080808}@media(max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#999}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#999}.navbar-inverse .navbar-link:hover{color:#fff}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/ "}.breadcrumb>.active{color:#999}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#428bca;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{color:#2a6496;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:2;color:#fff;cursor:default;background-color:#428bca;border-color:#428bca}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#999;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#999;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:bold;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}.label[href]:hover,.label[href]:focus{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#999}.label-default[href]:hover,.label-default[href]:focus{background-color:#808080}.label-primary{background-color:#428bca}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#3071a9}.label-success{background-color:#5cb85c}.label-success[href]:hover,.label-success[href]:focus{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:hover,.label-info[href]:focus{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:bold;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;background-color:#999;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-xs .badge{top:0;padding:1px 5px}a.badge:hover,a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}a.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#428bca;background-color:#fff}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron h1,.jumbotron .h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.container .jumbotron{border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron{padding-right:60px;padding-left:60px}.jumbotron h1,.jumbotron .h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.thumbnail>img,.thumbnail a>img{margin-right:auto;margin-left:auto}a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active{border-color:#428bca}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:bold}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable{padding-right:35px}.alert-dismissable .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#428bca;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;transition:width .6s ease}.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:40px 40px}.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media,.media-body{overflow:hidden;zoom:1}.media,.media .media{margin-top:15px}.media:first-child{margin-top:0}.media-object{display:block}.media-heading{margin:0 0 5px}.media>.pull-left{margin-right:10px}.media>.pull-right{margin-left:10px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}a.list-group-item{color:#555}a.list-group-item .list-group-item-heading{color:#333}a.list-group-item:hover,a.list-group-item:focus{text-decoration:none;background-color:#f5f5f5}a.list-group-item.active,a.list-group-item.active:hover,a.list-group-item.active:focus{z-index:2;color:#fff;background-color:#428bca;border-color:#428bca}a.list-group-item.active .list-group-item-heading,a.list-group-item.active:hover .list-group-item-heading,a.list-group-item.active:focus .list-group-item-heading{color:inherit}a.list-group-item.active .list-group-item-text,a.list-group-item.active:hover .list-group-item-text,a.list-group-item.active:focus .list-group-item-text{color:#e1edf7}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:hover,a.list-group-item-success:focus{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:hover,a.list-group-item-success.active:focus{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:hover,a.list-group-item-info:focus{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:hover,a.list-group-item-info.active:focus{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:hover,a.list-group-item-warning:focus{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:hover,a.list-group-item-danger:focus{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group{margin-bottom:0}.panel>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;overflow:hidden;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse .panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse .panel-body{border-top-color:#ddd}.panel-default>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#428bca}.panel-primary>.panel-heading{color:#fff;background-color:#428bca;border-color:#428bca}.panel-primary>.panel-heading+.panel-collapse .panel-body{border-top-color:#428bca}.panel-primary>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#428bca}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse .panel-body{border-top-color:#d6e9c6}.panel-success>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse .panel-body{border-top-color:#bce8f1}.panel-info>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse .panel-body{border-top-color:#faebcc}.panel-warning>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse .panel-body{border-top-color:#ebccd1}.panel-danger>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#ebccd1}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:bold;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:transparent;border:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:auto;overflow-y:scroll;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:none;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{min-height:16.42857143px;padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:20px}.modal-footer{padding:19px 20px 20px;margin-top:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}@media(min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media(min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1030;display:block;font-size:12px;line-height:1.4;visibility:visible;filter:alpha(opacity=0);opacity:0}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{bottom:0;left:5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{right:5px;bottom:0;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;left:5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;right:5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1010;display:none;max-width:276px;padding:1px;text-align:left;white-space:normal;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2)}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;font-weight:normal;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{line-height:1}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,.5) 0%),color-stop(rgba(0,0,0,.0001) 100%));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0%,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,.0001) 0%),color-stop(rgba(0,0,0,.5) 100%));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0%,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1);background-repeat:repeat-x}.carousel-control:hover,.carousel-control:focus{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:none;opacity:.9}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;z-index:5;display:inline-block}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;margin-top:-10px;margin-left:-10px;font-family:serif}.carousel-control .icon-prev:before{content:'‹'}.carousel-control .icon-next:before{content:'›'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-15px;margin-left:-15px;font-size:30px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-footer:before,.modal-footer:after{display:table;content:" "}.clearfix:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical>.btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-footer:after{clear:both}.center-block{display:block;margin-right:auto;margin-left: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,.visible-sm,.visible-md,.visible-lg{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}}@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}}@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}}@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{display:none !important}}@media(min-width:768px) and (max-width:991px){.hidden-sm{display:none !important}}@media(min-width:992px) and (max-width:1199px){.hidden-md{display:none !important}}@media(min-width:1200px){.hidden-lg{display:none !important}}.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{display:none !important}}
/*
 * Style tweaks
 * --------------------------------------------------
 */
html,
body {
    /*overflow-x: hidden;*/ /* Prevent scroll on narrow devices */
}

body {
    padding-top: 70px;
}

footer {
    padding: 30px 0;
}

/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 767px) {
    .row-offcanvas {
        position: relative;
        -webkit-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
    }

    .row-offcanvas-right .sidebar-offcanvas {
        right: -50%; /* 6 columns */
    }

    .row-offcanvas-left .sidebar-offcanvas {
        left: -50%; /* 6 columns */
    }

    .row-offcanvas-right.active {
        right: 50%; /* 6 columns */
    }

    .row-offcanvas-left.active {
        left: 50%; /* 6 columns */
    }

    .sidebar-offcanvas {
        position: absolute;
        top: 0;
        width: 50%; /* 6 columns */
    }
}

/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: solid #fff 5px;
	left: -5px;
	background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(/Static/Scripts/bxSlider/images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(/Static/scripts/bxSlider/images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(/Static/scripts/bxSlider/images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(/Static/scripts/bxSlider/images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(/Static/scripts/bxSlider/images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
.adpos-topbanner1,.adpos-topbanner2,.adpos-middlerbanner{width:100%;border:0;text-align:center}.adform-adbox,.adpos-topbanner1 div,.adpos-topbanner2 div,.adpos-middlerbanner div,.adpos-topbanner1 object,.adpos-topbanner1 object embed,.adpos-topbanner2 object,.adpos-topbanner2 object embed,.adpos-middlerbanner object,.adpos-middlerbanner object embed,.top-adv img,.top-ad img,.bottom-ad img,.left-adv img,.adv-block img,.adpos-articlebanner embed,.adpos-articlebanner object{width:100% !important}.adpos-leftoutsider,.adpos-rightoutsider,.adpos-leftstickyoutsider,.adpos-rightstickyoutsider{width:auto !important;border:0;text-align:center}.adpos-articlebanner,.adpos-rectanglebanner,.adpos-blockbanner,.adpos-topbanner2mobile{width:100%;border:0;text-align:center}.iframe-adv{border:0}div.adpos-leftoutsider,div.adpos-leftstickyoutsider{float:right}div.adpos-rightoutsider,div.adpos-rightstickyoutsider{float:left}#articlebanner img{width:auto !important}#sticky_left .adv-wrapper,#catcher_left .adv-wrapper{width:auto !important}.overlayAds_background{background:rgba(0,0,0,.7);position:fixed;z-index:888888888;top:0;left:0;zoom:1;width:100%;height:100%;margin:0;padding:0;display:block;overflow:auto}.overlayAds_bound{background:#fff;min-height:175px;max-width:980px;max-height:600px;display:block;height:100%;width:100%;margin-left:auto;margin-right:auto;margin-top:150px;margin-bottom:0;z-index:777777777}.overlayAds_body{padding:0}.overlayAds_close{cursor:pointer;position:absolute;margin-left:945px;text-decoration:none!important;display:block;width:35px;height:35px;z-index:321}.overlayAds_close .fa-times-circle{font-size:30px}@media only screen and (min-width:481px) and (max-width:767px){.adpos-blockbanner img,.adpos-rectanglebanner img,.adpos-topbanner2mobile img{width:auto !important}}@media only screen and (max-width:767px){.advertisementblock{padding-bottom:10px}}@media only screen and (min-device-width:320px) and (max-device-width:767px){.pano-adv{padding-bottom:10px;padding-left:0;padding-right:0}.top-adv img,.adv-block img{width:initial !important;max-width:100% !important}.adv-wrapper,div.adv-wrapper div{margin-left:auto;margin-right:auto}}@media only screen and (max-width:320px){.adpos-blockbanner object,.adpos-blockbanner object embed,.adpos-rectanglebanner object,.adpos-rectanglebanner object embed,.adpos-topbanner2mobile object,.adpos-topbanner2mobile object embed{width:100% !important}.adpos-blockbanner img,.adpos-rectanglebanner img{width:100% !important}.advertisementblock,.articlebanner,.pano-adv,.list-ads{position:relative;width:100vw;left:calc(-50vw + 50%)}}@media only screen and (min-width:768px) and (max-width:1024px){.adv-wrapper,div.adv-wrapper div{overflow:hidden}.adv-wrapper iframe{-ms-zoom:.75;-moz-transform:scale(.75);-moz-transform-origin:0 0;-o-transform:scale(.75);-o-transform-origin:0 0;-webkit-transform:scale(.75);-webkit-transform-origin:0 0}}@media only screen and (min-width:768px) and (max-width:1280px){.adv-wrapper-bcm-left-right,.adv-wrapper-bcm-left-right div,.adv-wrapper-bcm-left-right iframe{opacity:0}.overlayAds_bound{max-width:320px;max-height:320px;margin-top:150px}.overlayAds_close{margin-left:290px;width:30px;height:30px}.overlayAds_close .fa-times-circle{font-size:28px}}@media only screen and (max-width:767px){.overlayAds_bound{max-width:320px;max-height:320px;margin-top:100px}.overlayAds_close{margin-left:295px;width:25px;height:25px}.overlayAds_close .fa-times-circle{font-size:25px}}
.photo-container {
    display: block;
    padding: 0;
}

.article-photo-container {
    position: relative;
}

    .article-photo-container img {
        width: 100%;
    }

.image-adaptive {
    max-width: 100%;
}

.news-block .pagelist-artikel, .relate_article .pagelist-artikel {
    background: #e6e6e6;
}

.news-block .pagelist-artikel .photo-container img, .relate_article .pagelist-artikel .photo-container img {
    width: 110px;
    height: 70px;
}

/*
.relate_article #relatedArticle {
    background: #e6e6e6;
    padding: 5px;
}
*/

.pagelist-artikel .photo-container {
    width: 40%;
    padding: 0;
}

.social-buttons {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 5px 0 0 0;
}
.colum{
    float: left;
}
.remember-login label, .remember-login-header label {
    font: 14px 'roboto_slabregular';
}

.remember-login {
    margin: 5px 0;
}

.remember-login-header {
    margin: 8px 0 0;
}

[class*="span"] {
    float: left;
}

.social-sharing {
    border-bottom: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    width: 100%;
    height: 40px;
    margin-top: 15px;
}

    .social-sharing .comment {
        font-size: 12px;
        float: left;
        width: 10%;
    }

    .social-sharing .left-and-rating {
        width: 66%;
        border-right: 1px solid #DDDDDD;
        margin: 5px 0;
        clear: both;
        float: left;
    }

    .social-sharing .comment:before {
        content: url(/Static/img/comment-icon.png);
        margin-right: 7px;
        position: relative;
        top: 2px;
    }

.cmt-skriv {
    border: none;
    border-radius: 4px;
    background-color: #6eafab;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    padding: 3px 15px;
    outline: none;
    text-shadow: none;
    float: right;
}

.marked-text {
    font-family: Arial, 'Helvetica Neue LT Std-Bd';
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: #f1f1f1;
    padding: 3px 20px;
    margin-right: 10px;
    float: left;
}

.uppertext {
    text-transform: uppercase;
}

.article-bg {
    background: #ef3f44;
}

.quiz-bg {
    background: #d4af4c;
}

.contest-bg {
    background: #ff9600;
}

.photoevent-bg {
    background: #444;
}

.author {
    padding: 10px 10px 10px 0px;
    margin-bottom: 15px;
}

.author-noimage {
    padding: 10px 0;
    margin-bottom: 15px;
}

.articleprintwrap .author {
    border-top: 1px solid #dddddd;
}

.author .avatar-author {
    float: left;
    width: auto;
    padding-right: 6px;
}

.hide-authorimg {
    float: left;
    margin-top: 10px;
}

    .hide-authorimg span {
        display: block;
    }

.author-info {
    float: left;
    margin-left: 0px;
    margin-top: 10px;
    margin-bottom: 15px;
}

    .author-info span {
        display: block;
    }

.date-publish {
    font-family: Arial;
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
}

.name-author {
    font-family: 'roboto_slabregular', Arial;
    font-size: 18px;
    line-height: 25px;
}

.email-author {
    font-family: Arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
}

.list-ads {
    display: inline-block;
    width: 100%;
    padding-bottom: 10px;
}

.search-result .list-ads {
    margin: 15px 0 0;
}

.digital_bilag_wrapper_vertical .native-ad-md img {
    width: 300px !important;
    max-height: 200px !important;
}

.two-col-left .teaserblockdata .media .mediaImg img {
    width: 100%;
    height: auto;
}

.teaserblockdata .media .mediaImg img {
    width: 300px;
    height: 200px;
}

.media .mediaImg img {
    width: 100%;
    height: auto;
}
.navbar-collapse.collapse {
    padding: 0;
}

.menu-item {
    cursor: pointer;
}

.nav_container {
    border-bottom: 1px solid #CCCCCC;
    padding: 0 15px;
    background: #eee;
}

.dk_nav_container {
    border-bottom: 1px solid #CCCCCC;
    padding: 0 15px;
    background: #fff;
}

.sub-menu {
    text-align: left;
    float: left;
}

.sub-menu-mobile {
    list-style: none;
    margin: 0;
    width: 100%;
    max-width: none;
    padding: 0 10px;
}

    .sub-menu-mobile li {
        background: url(/Static/styles/images/m_right_arrow.png) no-repeat 10px center #fff !important;
        color: #333 !important;
        border-right: 10px solid transparent;
        margin-top: 10px;
        padding: 15px 20px 15px 15px;
    }

        .sub-menu-mobile li a {
            margin-left: 20px;
            font: bold 13px 'Arial';
            color: #000;
            padding: 0;
            display: inline-block;
            text-decoration: none;
        }

.sub-menu-mobile-hide, .hide-item {
    display: none;
}

.sub-menu li {
    display: inline-block;
    padding: 5px 10px;
}

.breadcrumb {
    background: transparent;
    border-radius: 0;
    padding: 15px 15px;
    margin: 0;
    padding-left: 10px;
}

    .breadcrumb li + li:before {

        content: ">";
        color: #EE262C;
        font-size: 14px;
    }

    .breadcrumb a {
        color: #666;
        font-size: 12px;
        font-family: Arial;
        line-height: 18px;
    }

        .breadcrumb a:active, .breadcrumb a:hover {
            color: #333;
            text-decoration: none;
        }

    .breadcrumb .current span {
        color: #333;
        font-size: 12px;
        font-family: Arial;
        line-height: 18px;
    }

    .breadcrumb > li {
        line-height: 18px;
    }

.bx-wrapper {
    max-width: 100% !important;
}

.slider_thumb_container .bx-wrapper .bx-viewport {
    height: 70px !important;
}

.bx-wrapper .bx-viewport {
    border: 0;
    box-shadow: none;
    left: 0;
}

.border-thumb-container {
    margin-top: 10px;
    padding: 0 24px;
}

.border-thumb {
    height: 4px;
    background: url(/Static/img/flex-viewport-bg.png) repeat-x 0 bottom;
}

.slider_thumb_container {
    margin: 10px 0 20px;
}

    .slider_thumb_container .bx-controls-direction a {
        height: 64px;
        width: 24px;
        top: 0;
        margin-top: 0;
    }

        .slider_thumb_container .bx-controls-direction a.bx-prev {
            background-image: url(/Static/img/viivilla.png);
            background-position: -10px -325px;
            left: 0;
        }

        .slider_thumb_container .bx-controls-direction a.bx-next {
            background-image: url(/Static/img/viivilla.png);
            background-position: -10px -411px;
            right: 0;
        }

.current_slider_thumb {
    position: absolute;
    left: 0;
    bottom: -6px;
    background: transparent;
    height: 4px;
    width: 100%;
}


li.has-sub-menu .sub-menu {
    width: 100%;
    background: url(/Static/img/sub_menu_level2.png) no-repeat center 0;
    text-align: left;
}

li.active .sub-menu {
    display: block;
}

.down_arrow {
    background: url(/Static/img/down_arrow.png) no-repeat;
    top: 0;
}

.up_arrow {
    background: url(/Static/img/up_arrow.png) no-repeat;
    z-index: 999;
    bottom: -2px;
}

li.has-sub-menu .up_arrow, li.has-sub-menu .sub-menu li.active .down_arrow {
    display: block;
}

.top-banner {
    /*min-height: 110px;*/
}

.dk_top-banner {
    /*min-height: 110px;*/
}

.sub-menu li a:hover, .sub-menu li.active a, .sub-menu li.has-sub-menu > a {
    color: #EE262C;
    text-decoration: none;
}

.sub-menu {
    padding: 0 20px;
    margin-bottom: 0;
    width: 100%;
        margin-top: 0;
    background-color: #f5f5f5;

}

    .sub-menu > li > a {
        background: none;
        color: #000;
        font-size: 13px;
        font-family: Arial;
    }

.container {
    max-width: 1000px;
    padding-right: 0px;
    padding-left: 0px;
}

h1 {
    font-size: 18px;
}

#container_header {
    
}

#dk_container_header {
    padding-top: 20px;
    /*min-height: 90px;*/
}

/*style for top search*/
.top-search {
    float: left;
    -moz-min-width: 250px;
    -ms-min-width: 250px;
    -o-min-width: 250px;
    -webkit-min-width: 250px;
    min-width: 250px;
    min-height: 37px;
    margin-top: 4%;
    margin-right: 30px;
}

    .top-search input {
        -ms-border-radius: 20px;
        border-radius: 20px;
        background-color: #eee;
        color: #000;
    }


/* for DK site */
.dk_top-search {
    float: left;
    -moz-min-width: 350px;
    -ms-min-width: 350px;
    -o-min-width: 350px;
    -webkit-min-width: 350px;
    margin-left: 30px;
    min-width: 350px;
    min-height: 37px;
    margin-top: 0;
    margin-right: 30px;
}

    .dk_top-search input {
        background-color: #fff;
        color: #000;
        border-top: 0;
        border-left: 0;
        border-right: 0;
        border-bottom-color: #cdcdcd;
        border-radius: 2px;
        height: 45px;   
        width: 400px;
        font-family: Calibri;
        font-size: 18px;
    }

/*log in section*/
.login_container {
    float: right;
    margin-top: 2%;
    position: relative; /*width: 260px;*/
}

    .login_container .user, .login_container .log-in {
        display: inline-block;
        height: 55px;
        color: #fff;
        padding-top: 23px;
    }

    .login_container .user {
        width: 145px;
        text-align: right;
        padding-right: 10px;
        background-image: url(/Static/img/viivilla.png);
        background-position: -10px -10px;
    }

    .login_container .log-in {
        width: 114px;
        margin-left: -4px;
        padding-left: 10px;
        background-image: url(/Static/img/viivilla.png);
        background-position: -10px -85px;
    }

    .login_container .active .log-in {
        width: 120px;
    }

    .login_container .login.active .user {
        background: url(/Static/img/logout-mypage.png) no-repeat;
    }

    .login_container .login.active .log-in {
        background: url(/Static/img/logout-logout.png) no-repeat 1px;
    }

/* for DK site */
.dk_login_container {
    float: right;
    margin-top: 0;
    position: relative; 
    width: 325px;

    display: none;
}

    .dk_login_container .club, .dk_login_container .user, .dk_login_container .log-in {
        display: inline-block;
        height: 55px;
        color: #fff;
        padding-top: 23px;
        background-color: #E40116;
    }

    .dk_login_container a:hover {
        text-decoration: none;
    }

    .dk_login_container .club:hover, .dk_login_container .user:hover, .dk_login_container .log-in:hover {
        background: #B81938; /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        background: -webkit-linear-gradient(left,#B81938,#B81938,#B81938,#B81938,#B81938,#B81938,#A01531);
        /* For Opera 11.1 to 12.0 */
        background: -o-linear-gradient(left,#B81938,#B81938,#B81938,#B81938,#B81938,#B81938,#A01531);
        /* For Fx 3.6 to 15 */
        background: -moz-linear-gradient(left,#B81938,#B81938,#B81938,#B81938,#B81938,#B81938,#A01531);
        /* Standard syntax */
        background: linear-gradient(to right, #B81938,#B81938,#B81938,#B81938,#B81938,#B81938,#A01531); 
    }

    .dk_login_container .club, .dk_login_container .user {
        border-right: 1px solid #B91938;
    }

    .dk_login_container .club {
        width: 120px;
        margin-right: -3px;
    }

    .dk_login_container .user {
        width: 115px;
        vertical-align: top;
        text-align: center;
        margin-right: -3px;
        /* background-image: url(/Static/img/viivilla.png); */
        /* background-position: -10px -10px;*/
    }

    .dk_login_container .log-in {
        position: absolute;
        text-align: center;
        width: 90px;
        margin-left: 3px;
        /* background-image: url(/Static/img/viivilla.png); */
        /* background-position: -10px -85px; */
    }

    .dk_login_container form {
        display: inline-block;
    }

    .dk_login_container .club span {
        
    }

    .dk_login_container .club .topText {
        top: 4px;
        left: 45px;
        font-size: 13px;
        position: absolute;
        font-family: Tahoma;
        font-weight: bold;
    }

    .dk_login_container .club .bottomText {
        left: 21px;
        top: 0;
        font-size: 23px;
        position: relative;
        font-family: Elephant;
    }

    .dk_login_container .active .log-in {
        /*width: 120px;*/
    }

    .dk_login_container .dk_login.active .club .user .log-in {
        /*background: url(/Static/img/logout-mypage.png) no-repeat;*/
    }

    .dk_login_container .dk_login.active .log-in {
        /*background: url(/Static/img/logout-logout.png) no-repeat 1px;*/
    }


/*style for search bar*/
.form-group {
    position: relative;
}

.search-bar input {
    min-height: 40px;
    font-size: 18px;
    padding: 0 50px 0 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    background-color: #eee;
    border: 2px solid #fff;
    font-family: sans-serif;
}

.top-search img, .search-bar img {
    position: absolute;
    right: 0px;
    top: 0px;
}

.dk_top-search img, .search-bar img {
    position: absolute;
    right: 0px;
    top: 0px;
}

/*news blog right column*/
.news-block {
    margin-bottom: 20px; /*width: 298px;*/
    padding: 4px;
}

.annontext {
    font-size: 15px;
    font-family: Arial;
    color: #969696;
    text-transform: uppercase;
}

.news-block h1 {
    border-bottom: 1px solid #ccc;
    margin: 0; /*      padding-bottom: 10px;*/
    padding: 10px 0;
}

.news-block h2 {
    margin: 0;
    padding: 5px 0;
}

.news-block h6.caption {
    margin-top: 0;
    margin-bottom: 5px;
}

    .news-block h6.caption a {
        color: #844097;
        font: bold 15px 'Arial';
        font-weight: bold;
    }

.news-block ul li {
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 2px solid white;
}

.news-block .more-link a {
    float: right;
    margin-right: 10px;
    font: 12px 'roboto_slabbold';
}

.news-block .related {
    padding-bottom: 5px;
}

.related .preamble-text {
    font-family: Helvetica Neue LT Std, sans-serif;
    font-size: 16px;
    margin: 0;
}

.related h2.related-link {
    margin: 0;
    padding: 0;
}

.related h2.related-link a {
    color: #000;
    font-size: 20px;
    font-family: 'Chivo, sans-serif';
}

.freetext-block {
    background-color: #FFF;
    border: 1px solid #EEE;
    margin-bottom: 20px;
    padding: 10px 16px;
    width: 96.6%;
    font-family: sans-serif;
}

.htmlblockdata {
    margin-bottom: 20px;
}

#contents_container div.wrapper {
    background-color: #e6e6e6 !important;
}

.wrapper {
    padding: 0px 15px 0 15px !important;
    position: relative;
}
    .wrapper img {
        float: left;
        margin-right: 10px;
    }

.violet {
    background: url(/Static/img/violet-corner.jpg) no-repeat bottom right;
}

    .violet a {
        color: #844097;
    }

.yellow {
    background: url(/Static/img/yellow-corner.jpg) no-repeat bottom right;
}

.vinare {
    background: url(/Static/img/vinare.png) no-repeat bottom right;
    position: relative;
}

.yellow a {
    color: #b39036;
}

.vinare a {
    color: #ff9600;
}

.red {
    background: url(/Static/img/red-corner.jpg) no-repeat bottom right;
}

    .red a {
        color: #db5e62;
    }


/*style for middle blocks*/

.startpagearticlerepetitionblock .row .how-to-block {
    min-height: 330px !important;
}

.how-to-block {
    margin-bottom: 20px;
    min-height: 365px;
}

    .how-to-block h1 {
        color: #2877ae;
        line-height: 24px;
        margin-top: 10px;
    }

.image-caption {
    display: block;
    -moz-min-width: 137px;
    -ms-min-width: 137px;
    -o-min-width: 137px;
    -webkit-min-width: 137px;
    min-width: 137px;
    font-size: 12px;
    color: #fff;
    margin-left: -5px;
    padding: 5px 12px;
}

.comment-count {
    font-size: 10px;
    font-weight: bold;
    color: #aaa;
}

   .comment-count span.comment_home {
        background-image: url(/Static/img/comment_home.png);
        padding-left: 18px;
        color: #fff;
       background-repeat: no-repeat;
           background-position: 0px 2px;
    }

    .comment-count span.comment_number {
        background-image: url(/Static/img/comment.png);
        padding-left: 18px;
        background-repeat: no-repeat;
        background-position: left center;
        color: #aaaaaa;
        float:right;
        padding-right:10px;
    }

.list-unstyled .comment-count .comment_number {
    float: right;
}
/*style for anything is beneath an ad*/
.ad + .news-block {
    margin-top: 20px;
}

/*style for footer*/
footer {
    color: #FFF;
    font-size: 12px;
    background-color: #666;
}

    footer ul {
        margin-bottom: 100%;
    }

        footer ul li {
            margin: 10px 0;
        }

footer .col-lg-offset-1 {
    margin-left: 4%;
}

.cookie-message {
    background-color: #e0e4e7;
    bottom: 0;
    font-size: 13px;
    padding: 6px;
    position: fixed;
    width: 100%;
    z-index: 99999;
    font-family: 'Arial';
}

.cookie-message img {
    width: 30px;
}

.cookie-message p {
    margin: 0;
}

.cookie-message-accept {
    margin-top: 5px;
}

.cookie-message .btn-info {
    background-color: #002645;
    color: #fff;
}

.cookie-message .btn-info:active, .cookie-message .btn-info:active:focus, .cookie-message .btn-info:focus, .cookie-message .btn-info:hover {
    background-color: #004680;
    color: #fff;
}

/* New Cookie Bar Css */
.afubar-top {
    /*fix on top*/
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 9999;
}
#CookieInformationDialog .cookie-message {
    /*fix on top*/
    top: 0;
    bottom: auto;
    padding: 6px 0 7px 0;
}

.afubar-top {
    background: #F0F0F0;
    border-bottom: 1px solid #E7E7E7;
    font-size: 11px;
    line-height: 14px;
    padding: .3em 10px;
    min-height: 22px;
}
    .afubar-top ul {
        height: auto;
        margin: 0;
        padding: 0;
        list-style: none;
        text-align: left;
    }
        .afubar-top ul li {
            padding-right: 10px;
            display: inline;
        }
    .afubar-top a {
        color: #555555;
    }
    .afubar-top img {
        margin: -3px 3px 0;
    }
.pull-right {
    float: right !important;
}

/************************************************************Edit by NgocTN****************************************************************/
@font-face {
    font-family: 'roboto_slabbold';
    src: url(/Static/fonts/robotoslab-bold-webfont.eot);
    src: url(/Static/fonts/robotoslab-bold-webfont.eot?#iefix) format('embedded-opentype'), url(/Static/fonts/robotoslab-bold-webfont.woff) format('woff'), url(/Static/fonts/robotoslab-bold-webfont.ttf) format('truetype'), url(/Static/fonts/robotoslab-bold-webfont.svg#roboto_slabbold) format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto_slablight';
    src: url(/Static/fonts/RobotoSlab-Light.ttf);
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'roboto_slabregular';
    src: url(/Static/fonts/robotoslab-regular-webfont.eot);
    src: url(/Static/fonts/robotoslab-regular-webfont.eot?#iefix) format('embedded-opentype'), url(/Static/fonts/robotoslab-regular-webfont.woff) format('woff'), url(/Static/fonts/robotoslab-regular-webfont.ttf) format('truetype'), url(/Static/fonts/robotoslab-regular-webfont.svg#roboto_slabregular) format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helveticaneuelt_com_55_romaRg';
    src: url(/Static/fonts/neue_helvetica_55_roman-webfont.eot);
    src: url(/Static/fonts/neue_helvetica_55_roman-webfont.eot?#iefix) format('embedded-opentype'), url(/Static/fonts/neue_helvetica_55_roman-webfont.woff) format('woff'), url(/Static/fonts/neue_helvetica_55_roman-webfont.ttf) format('truetype'), url(/Static/fonts/neue_helvetica_55_roman-webfont.svg#helveticaneuelt_com_55_romaRg) format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ericsson_ga628regular';
    src: url(/Static/fonts/ericsson-webfont.eot);
    src: url(/Static/fonts/ericsson-webfont.eot?#iefix) format('embedded-opentype'), url(/Static/fonts/ericsson-webfont.woff) format('woff'), url(/Static/fonts/ericsson-webfont.ttf) format('truetype'), url(/Static/fonts/ericsson-webfont.svg#ericsson_ga628regular) format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helveticabold';
    src: url(/Static/fonts/helvetica_bold-webfont.eot);
    src: url(/Static/fonts/helvetica_bold-webfont.eot?#iefix) format('embedded-opentype'), url(/Static/fonts/helvetica_bold-webfont.woff) format('woff'), url(/Static/fonts/helvetica_bold-webfont.ttf) format('truetype'), url(/Static/fonts/helvetica_bold-webfont.svg#helveticabold) format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica';
    src: url(/Static/fonts/Helvetica.ttf);
    src: url(/Static/fonts/Helvetica.ttf?#iefix) format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica Neue LT Std-Bd';
    src: url(/Static/fonts/HelveticaNeueLTStd-Bd.otf);
    src: url(/Static/fonts/HelveticaNeueLTStd-Bd.otf?#iefix) format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica Neue LT Std-It';
    src: url(/Static/fonts/HelveticaNeueLTStd-It.otf);
    src: url(/Static/fonts/HelveticaNeueLTStd-It.otf?#iefix) format('embedded-opentype') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica Neue LT Std-Roman';
    src: url(/Static/fonts/HelveticaNeueLTStd-Roman.otf);
    src: url(/Static/fonts/HelveticaNeueLTStd-Roman.otf?#iefix) format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MinionPro-Regular';
    src: url(/Static/fonts/MinionPro-Regular.otf);
    src: url(/Static/fonts/MinionPro-Regular.otf?#iefix) format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Arial Bold';
    src: url(/Static/fonts/Arial Bold.ttf);
    src: url(/Static/fonts/Arial Bold.ttf?#iefix) format('embedded-opentype') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Chivo-Black';
    src: url(/Static/fonts/Chivo-Black.ttf);
    src: url(/Static/fonts/Chivo-Black.ttf?#iefix) format('embedded-opentype') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Chivo-Regular';
    src: url(/Static/fonts/Chivo-Regular.ttf);
    src: url(/Static/fonts/Chivo-Regular.ttf?#iefix) format('embedded-opentype') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Verdana Bold';
    src: url(/Static/fonts/Verdana Bold.ttf);
    src: url(/Static/fonts/Verdana Bold.ttf?#iefix) format('embedded-opentype') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url(/Static/fonts/Raleway-Regular.ttf);
    src: url(/Static/fonts/Raleway-Regular.ttf?#iefix) format('embedded-opentype') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Raleway-Medium';
    src: url(/Static/fonts/Raleway-Medium.ttf);
    src: url(/Static/fonts/Raleway-Medium.ttf?#iefix) format('embedded-opentype') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Raleway-Bold';
    src: url(/Static/fonts/Raleway-Bold.ttf);
    src: url(/Static/fonts/Raleway-Bold.ttf?#iefix) format('embedded-opentype') format('truetype');
    font-weight: normal;
    font-style: normal;
}

#main_container {
    position: relative;
    padding: 0;
}

#contents_container .jumbotron {
    padding: 0;
    max-width: 100%;
    background: #fff;
    margin-bottom: 10px;
    line-height: 0;
}

.jumbotron .slider li div.comment-count {
    font: 12px 'roboto_slabbold';
    color: #f7f7f7;
    padding: 4px 5px;
    overflow: hidden;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    background-color: #666;
    border: none;
    position: absolute;
    /*width: 100%;*/
    top: 0;
    opacity: 0.6;
}

.slides li {
    position: relative;
}

.sider_caption {
    position: absolute;
    left: 0 !important;
    bottom: 15px !important;
    background: #fff;
    -ms-opacity: 0.6;
    opacity: 0.6;
    padding: 5px 25px;
    max-width: 100%;
}

.top_caption {
    top: 15px !important;
    bottom: auto !important;
}

.sider_caption h3 {
    font-family: Chivo-Black, Arial, 'Helvetica Neue LT Std-Bd';
    font-size: 30px;
    line-height: 40px;    
    color: #000;
    margin: 0;
}

.flexslider {
    border: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0;
}

body {
    padding-top: 0;
    font-family: 'roboto_slabregular';
    font-size: 14px;
    line-height: 20px;
    background-color: #fff;
    position: relative;
    overflow-x: hidden; /* fix bug "Infinity-scroll to the right on articles" */
}

.top-adv .container {
    padding: 0;
}

.top-adv {
    z-index: 998;
}

.top-adv-internal {
    /*max-width: 100%;*/
    margin: 0 auto;
    text-align: center;
    padding: 0;
    z-index: 999;
}

.left-adv {
    position: absolute;
    left: -310px;
    top: 0;
    z-index: 999;
    text-align: right;
    width: 300px;
}
.left-adv .fusion-ad-wrapper {
    float: right;
}
    .left-adv .ad-item {
        text-align: right;
    }

        .left-adv .ad-item small {
            text-align: right;
        }

.right-adv {
    position: absolute;
    left: 1000px;
    margin-left: 10px;
    top: 0;
    z-index: 999;
    text-align: left;
}

    .right-adv .ad-item {
        text-align: left;
    }

.ad-item img {
    max-width: 1000px;
}

.rectangle-banner, .ads-block {
    margin-bottom: 20px;
    padding: 0;
}

    .rectangle-banner img {
        max-width: 300px;
    }

.adv-wrapper, div.adv-wrapper div {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
#catcher_right .adv-wrapper,
#sticky_right .adv-wrapper {
    text-align: left;
}

#catcher_right .adv-wrapper, #sticky_right .adv-wrapper,
#catcher_right div.adv-wrapper div, #sticky_right div.adv-wrapper div,
#catcher_left .adv-wrapper, #sticky_left .adv-wrapper,
#catcher_left div.adv-wrapper div, #sticky_left div.adv-wrapper div {
    margin-left: initial;
    margin-right: initial;
}

/*#sticky_left {
    position: absolute;
    top: 800px;
}

#sticky_right {
    position: absolute;
    top: 800px;
    left: auto !important;
}*/

.sticky_left_top {
    position: absolute;
    top: 800px;
}

.sticky_right_top {
    position: absolute;
    top: 800px;
    left: auto !important;
}
.sticky_left_top_hw {
    position: absolute;
    top: 1250px;
}

.sticky_right_top_hw {
    position: absolute;
    top: 1250px;
    left: auto !important;
}
.top-search .form-group input[type="submit"] {
    position: absolute;
    right: 2px;
    top: 2px;
    background-image: url(/Static/img/viivilla.png);
    background-position: -10px -160px;
    width: 31px;
    height: 31px;
    border: 0;
    cursor: pointer;
}

.top-search input[type="search"] {
    padding-right: 35px;
    height: 36px;
}

/* for DK site */
.dk_top-search .form-group input[type="submit"] {
    position: absolute;
    right: 2px;
    top: 2px;
    background-image: url(/Static/img/viivilla.png);
    background-position: -10px -160px;
    width: 31px;
    height: 31px;
    border: 0;
    cursor: pointer;
}

.dk_top-search input[type="search"] {
    padding-right: 35px;
    height: 36px;
}

.dk_top-search .form-group .fa {
    position: absolute;
    top: 12px;
    right: 10px;
    color: #EF3F44;
    font-size: 20px;
}

.search-bar .form-group input[type="submit"] {
    position: absolute;
    right: 4px;
    top: 3px;
    background-image: url(/Static/img/viivilla.png);
    background-position: -10px -264px;
    width: 41px;
    height: 41px;
    border: 0;
    cursor: pointer;
    padding: 0;
}

.search-bar input[type="search"] {
    padding: 0 45px 0 28px;
    height: 48px;
}

/* for DK site */
.dk_navbar {
    background: transparent !important;
    padding-top: 0 !important;
    /*border-top: 4px solid #E40116 !important;*/
}

.dk_nav_container ul li {
    padding: 15px 12px 15px 10px !important;
}

.dk_nav_container ul li:hover, .dk_nav_container ul li:active, .dk_nav_container ul li.active {
    /*background: #E40116 !important;*/ /* For browsers that do not support gradients */
    /* For Safari 5.1 to 6.0 */
    /*background: -webkit-linear-gradient(bottom, #E40116,#E40116,#E40116,#E40116,#C40012);*/
    /* For Opera 11.1 to 12.0 */
    /*background: -o-linear-gradient(bottom, #E40116,#E40116,#E40116,#E40116,#C40012);*/
    /* For Fx 3.6 to 15 */
    /*background: -moz-linear-gradient(bottom, #E40116,#E40116,#E40116,#E40116,#C40012);*/
    /* Standard syntax */
    /*background: linear-gradient(to top, #E40116,#E40116,#E40116,#E40116,#C40012);*/
}

.dk_nav_container ul li a:hover {
    /*background-color: #E40116;*/
} 

.dk_nav_container ul li .top_arrow {
    bottom: 4px !important;
    height: 0 !important;
}

    .dk_nav_container ul li .top_arrow .top_arrow_container span {
        top: 1px !important;
        height: 4px !important;
    }
/*-------------*/

#main_nav {
    background: url(/Static/img/main-menu-bg.png) repeat-x #fff;
    -ms-border-radius: 0;
    border-radius: 0;
    border: 0;
    padding-top: 4px;
    margin-bottom: 0;
}

    #main_nav .container {
        padding: 0;
        background: #fff;
    }

.main {
    background: #FAFAFA;
}

.navbar-nav li {
    position: relative;
    padding: 15px;
}

    .navbar-nav li a {
        font: bold 13px 'Arial';
        color: #000;
        padding: 0px;
        display: inline-block;
    }

    .navbar-nav li:hover, .navbar-nav li:active, .navbar-nav li.active {
        background: #EE262C;
    }

    .navbar-nav li a:hover {
        background-color: #EE262C;
    }

.navbar-nav > li > .top_arrow {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    display: none;
    height: 5px;
    background: url(/Static/img/top_arrow_content_bg.png) repeat-x;
    text-align: center;
}

.navbar-nav li.image-menu {
    padding: 5px 10px 5px 20px !important;
}

.navbar-nav li.image-menu a img {
    /*width: 60px;*/ 
    height: 40px;
}

.navbar-nav li.image-menu:hover, .navbar-nav li.image-menu:active, .navbar-nav li.image-menu.active {
    background: none !important;
}

.navbar-nav li.image-menu a:hover {
    background-color: transparent !important;
}

#mainnavbar div.image-menu {
    float: left;
    padding: 8px 10px 7px 20px !important;
}

#mainnavbar div.image-menu a img {
    /*width: 60px;*/ 
    height: 34px;
}

.top_arrow_container {
    position: relative;
    width: 7px;
    margin: auto;
}

    .top_arrow_container span {
        position: absolute;
        top: -2px;
        left: 0;
        background-image: url(/Static/img/viivilla.png);
        background-position: -10px -211px;
        width: 7px;
        height: 4px;
        display: block;
    }

.navbar-nav > li > a:hover, .navbar-nav > li.active a, .navbar-nav > li:hover a {
    color: #fff; /*background: #EE262C;*/
}

.navbar-nav > li:hover .top_arrow, .navbar-nav > li.active .top_arrow {
    display: block;
}

#main_nav .btn-group {
    float: right;
    margin-top: 7px;
}

#main_nav .btn.dropdown-toggle {
    border: 0;
    -ms-border-radius: 13px;
    border-radius: 13px;
    padding: 6px 17px;
    background: #fff;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

    #main_nav .btn.dropdown-toggle:hover {
        background: #fff;
        color: #E41921;
    }

#main_nav .btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    background: #fff;
    border-left: 1px solid #D0D0D0;
    border-right: 1px solid #D0D0D0;
    z-index: 888;
    border-radius: 13px 13px 0 0 !important;
}

#main_nav .btn.dropdown-toggle .caret {
    margin-left: 18px;
    border: 0;
    background-image: url(/Static/img/viivilla.png);
    background-position: -10px -235px;
    width: 13px;
    height: 9px;
}

.newpost .bgcg {
    margin-right: 10px;
    color: #000;
    font-weight: bold;
}
.news-caption{
    color: #ef3f44;
}
h1.news-caption, div.news-caption {
    position: relative;
    margin-top: 10px;
}

    h1.news-caption .smalltitle, div.news-caption .smalltitle {
        font-family: roboto_slablight;
        font-size: 30px;
        color: #000000;
    }

div.news-caption {
    margin-bottom: 10px;
}

.title_outside_border {
    width: 3px;
    display: block;
    position: absolute;
    left: -4px;
    top: 5px;
    height: 29px;
}

.bloglanding .quote-wrap .title {
    border-left: 3px solid #b384c0;
}

.violet .title_outside_border {
    background: #C9A2D4;
}

.yellow .title_outside_border {
    background: #b39036;
}

.red .title_outside_border {
    background: #d62d34;
}

.red .more-link a {
    color: #d62d34;
}

.red h1.news-caption, .yellow h1.news-caption {
    border-bottom: 0;
}

.recommend_read_title { width: 83%;
    float: left;
}

.red .comment-count { /*width: 37px;*/
    float: right;
    text-align: center;
    border-bottom: 0;
}

/*.news-block ul li:first-child {
    border-top: 1px solid #CCCCCC;
}*/

.red ul li {
    border: 0;
    padding: 0;
    border-bottom: 1px dotted #CCCCCC;
}

    .red ul li .recommend_read_title {
        padding: 12px 2px;
    }

        .red ul li .recommend_read_title a {
               background: url(/Static/img/rec_arrow.png) no-repeat 4px 2px;
            padding-left: 25px;
            font: 14px 'Arial';
            color: #333333;
            display: block;
        }

    .red ul li .comment-count {
        padding-top: 10px;
        padding-bottom: 10px;
    }

.yellow ul li {
    padding: 0;
}

.tree-house {
    background-position: 518px -1128px;
    margin-bottom: -15px;
    height: 57px;
    background-repeat: no-repeat;
    margin-top: 100px;
    background-image: url(/Static/img/viivilla.png);
    background-position-x: right;
}

.bottom-ad, .bottom-ad-internal {
    padding: 0;
    margin-top: 10px;
    max-width: 1000px;
    text-align: center;
}

    .bottom-ad img {
        max-width: 1000px;
    }

.login .user, .login .log-in {
    padding-top: 25px;
    height: 55px;
}

.dk_login .club, .dk_login .user, .dk_login .log-in {
    padding-top: 15px;
    height: 100%;
    font-family: Calibri;
    font-size: 17px;
}

.dk_login_container .dk_login .user, .dk_login_container .dk_login .log-in {
    padding-top: 4px;
}

.news-block p.content {
    font: 14px/17px 'Arial';
    overflow: hidden;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

footer .list-unstyled li:first-child {
    margin-top: 0;
}

footer .list-unstyled li a {
    color: #fff;
    font: 13px 'helveticaneuelt_com_55_romaRg';
}

    footer .list-unstyled li a img {
        margin-right: 10px;
        width: 24px;
        height: 24px;
    }

.login .user a, .login .log-in a {
    color: #fff;
}

.how-to-block h1 a {
    color: #2877ae;
}

.image-container { /*overflow: hidden;
    padding: 3%;
    position: relative;*/
    height: auto;
    position: relative;
    overflow: hidden;
    padding-bottom: 56.25%;
}

    .image-container a .image-caption {
        position: absolute;
        left: -3px;
        top: 6px;
        margin-left: 0;
    }

.bloglanding {
    border: 1px solid #eee;
}

.image-container a img {
    width: 100%;
    height: auto;
    top: 0;
    position: absolute;
    display: block;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.bloggstart .image-container a img {
    width: auto;
    margin: 0 auto;
    position: relative;
    vertical-align: middle;
    /* padding-top: 5%; */
    height: 140px;
    padding: 5px;
    background: #fff;
}

.bottom-ad, .top-ad, .bottom-ad-internal {
    /*border-bottom: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;*/
    border-bottom: none;
    border-top: none;
    padding: 7px 0;
}

    .bottom-ad small, .top-ad small {
        font: 9px Verdana, Arial, sans-serif;
        color: #ccc;
        padding: 3px 0;
        text-transform: uppercase;
        display: block;
        letter-spacing: 3px;
    }

.top-ad {
    margin: 12px 0;
}

.comment_number { /*width: 20%;*/
    float: left;
}

.ratting {
    float: right;
    width: 50%;
    text-align: right;
}

    .ratting span {
        display: inline-block;
        vertical-align: middle;
        font: 10px 'helveticabold';
        color: #999;
        margin-top: 3px;
        text-transform: uppercase;
    }

.stars {
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
}

.readonly-rating.ratting {
    width: auto;
    padding: 0;
    margin: 0;
    float: none;
    height: 7px;
}

.login_popup {
    width: 395px;
    -webkit-box-shadow: 1px 2px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 1px 2px 5px 0px rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 1px 2px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 1px 2px 5px 0px rgba(50, 50, 50, 0.75);
    border-top: 23px solid #EF3F44;
    border-bottom: 3px solid #EF3F44;
    border-left: 3px solid #EF3F44;
    border-right: 3px solid #EF3F44;
    -webkit-border-radius: 7px;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius: 7px;
    -moz-border-radius-topright: 0;
    -ms-border-radius: 7px;
    border-radius: 7px;
    -ms-border-top-right-radius: 0;
    border-top-right-radius: 0;
    position: absolute;
    right: 1px;
    top: 34px;
    z-index: 10;
    background: #EF3F44;
    display: none;
}

.mblogincontainer .login_contents {
    padding: 0;
}

.login_contents {
    padding: 10px 15px;
    -webkit-border-radius: 7px;
    -webkit-border-top-right-radius: 0;
    -ms-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    background: #fff;
}

    .login_contents .leftform {
        float: left;
        width: 162px;
    }

.product-slider-wrap ul.product-slider, .product-slider-wrap ul.offer-slider {
    padding: 0;
}

.product-slider-wrap .product-slider li, .product-slider-wrap .offer-slider li {
    width: 298px;
    padding: 0;
}

.login_contents .login-title {
    font: 15px 'roboto_slabbold';
    color: #000;
    margin-bottom: 5px;
    margin-top: 0;
}

.login_contents .leftform input[type="text"], .login_contents .leftform input[type="password"] {
    width: 138px;
    padding: 0 10px;
    height: 34px;
    font: 14px 'Arial';
    color: #666666;
    border: 1px solid #cbcbcb;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin-top: 8px;
}

.pokalinn {
    background: #ff9600;
    position: absolute;
    color: #fff;
    padding: 3px 7px 3px 41px;
    top: 10px;
}

.login_contents .leftform input[type="button"] {
    width: 140px;
    height: 35px;
    background: #75b751;
    -ms-border-radius: 20px;
    border-radius: 20px;
    cursor: pointer;
    text-align: center;
    font: bold 13px/35px 'Arial';
    color: #fff;
    margin-top: 8px;
    border: 0;
}

.submitLink {
    background-color: transparent;
    border: none;
    cursor: pointer;
    color: #FFFFFF;
    padding: 0;
}

.login_single form {
    width: 100%;
}

.login_single .site-name {
    margin-top: 50px;
    margin-bottom: 20px;
    padding-left: 15px;
}

.login_single .alert {
    margin-bottom: 10px;
    padding: 10px;
}

.login_single .title-desc {
    font-family: Arial;
    font-size: 15px;
    padding-left: 15px;
}

.login_single .upp {
    border-radius: 5px;
}

.login_single .title-desc .domain-name {
    font-weight: bold;
}

.login_single .submitLink {
    color: #000;
}

.login_single .name-row {
    clear: both;
}

.login_single .name-row.textbox {
    line-height: 50px;
}

.login_single .name-row .name-label {
    width: 25%;
    font-weight: bold;
    font-family: Arial;
}

.login_single .name-row .ctrl {
    width: 72%;
    margin-top: 10px;
}

.linkbutton {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
}

.seemorecolor {
    color: #000;
    font-family: Chivo-Black;
}

.forumcategorycolor {
    color: #428bca;
}

.forum .create-new-forum .skapa input {
    color: #fff;
    font: bold 13px 'Arial';
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
}

input.submitLink:hover {
    text-decoration: underline;
}

input.linkbutton:hover {
    text-decoration: underline;
}

.login_sep {
    background-image: url(/Static/img/viivilla.png);
    background-position: -10px -582px;
    width: 33px;
    height: 153px;
    float: left;
    margin: 5px 0;
}

#overlayStep {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
        top: 0;
    text-align: center;
    z-index: 10000;
        background: rgba(0, 0, 0, 0.6);
}
#overlayStep #imgStep a.jp-next {
    text-indent: -9999px;
    position: absolute;
    top: 50%;
       background: url(/Static/img/short-slide-next.png) no-repeat center center !important;
       width: 40px;
    height: 40px;
}

#overlayStep #imgStep a.jp-prev {
    text-indent: -9999px;
    position: absolute;
    top: 50%;
     background: url(/Static/img/short-slide-prev.png) no-repeat center center !important;
     width: 40px;
    height: 40px;
}

.short_article_container {
    clear: both;
    position: relative;
}

.short_article_container h3 {
    font: 18px/24px sans-serif;
}

.short_article_container h2 {
    font: 20px/24px sans-serif;
}

.short_article_container h1 {
    font: 24px sans-serif;
}

.short_article_container p {
    font-family: sans-serif;
}

.short_article_container .holder a:hover, .short_article_container .holder a.jp-current {
    background: url(/Static/img/page_active_bg.png) no-repeat;
    color: #fff;
    text-decoration: none;
}
.short_article_container .article_illustration {
    min-height: 540px;
    display: block;
    overflow: hidden;
    text-align: center;
    width: 100%;
}
.short_article_container .article_illustration .article_contents img {
    height: 360px;
    width: auto;
    max-width: 100%;
}
.short_article_container .article_illustration .article_contents h1 {
    float: left;
    position: relative;
    top: 360px;
    left: 0px;
    font-size: 18px;
    font-weight: bold;
    font-family: Chivo-Black !important;
}
.short_article_container .article_illustration .article_contents div {
    float: left;
    top: 410px;
    left: 0px;
    position: relative;
    text-align: left;
    font-family: Arial !important;
}

.short_article_container .article_illustration .article_contents.higher_header div {
    top: 450px;
}

.short_article_container .article_slider .holder a:hover, .short_article_container .article_slider .holder a.jp-current {
    background: url(/Static/img/active_step.png) center center no-repeat;
    color: #fff;
    text-decoration: none;
}

.short_article_container .article_slider ul li {
    display: none;
}
.short_article_container .article_slider ul li.current {
    display: inline-block;
}

.short_article_container .holder a.jp-next {
    text-indent: -9999px;
    margin-left: 0;
    background-image: url(/Static/Images/memberclub/arrow-icon-1.svg);
    background-repeat: no-repeat;
    background-position: center; 
           
}

.short_article_container .article_slider .holder a.jp-next {
    text-indent: -9999px;
    margin-left: 0;
    background-image: url(/Static/Images/memberclub/arrow-icon-1.svg);
    background-repeat: no-repeat;
    background-position: center;    
    background-size: 18px;    
}

.short_article_container .article_slider a.step-next {
    text-indent: -9999px;
    margin-left: 0;
    background-image: url(/Static/Images/memberclub/arrow-icon-1.svg);
    background-repeat: no-repeat;
    background-position: center;        
    background-size: 18px;
    width: 25px;
    height: 25px;
    border-radius: 0;
    display: inline-block;
    right: 0;
    /*top: 270px;*/
    margin-top: 250px;
    position: absolute;
     z-index: 99;
}

.short_article_container .holder a {
    width: 41px;
    height: 41px;
    border-radius: 0;
    text-indent: 0;
    font: 15px/41px 'roboto_slabbold' !important;
    color: #999999;
    background: url(/Static/img/page_bg.png) no-repeat center center;
    display: inline-block;
}
.short_article_container .article_slider .holder a {
    width: 41px;
    height: 41px;
    border-radius: 0;
    text-indent: 0;
    font: 15px/41px 'roboto_slabbold' !important;
    color: #000;
    background: url(/Static/img/step_bg.png) no-repeat center center;
    display: inline-block;
}

    .short_article_container .holder a.jp-previous {
        text-indent: -9999px;
        margin-left: 0;
        background-image: url(/Static/Images/memberclub/arrow-icon-1.svg);
        background-repeat: no-repeat;
        background-position: center;
        transform: rotate(180deg);
        background-size: 25px 25px;            
    }
    
    .short_article_container .article_slider .holder a.jp-previous {
        text-indent: -9999px;
        margin-left: 0;
        background-image: url(/Static/Images/memberclub/arrow-icon-1.svg);
        background-repeat: no-repeat;
        background-position: center;
        transform: rotate(180deg);
        background-size: 18px;    
    }
.short_article_container .article_slider a.step-previous {
    text-indent: -9999px;
    margin-left: 0;
    background-image: url(/Static/Images/memberclub/arrow-icon-1.svg);  /*url(/Static/img/left_arrow.png)*/
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(180deg);
    background-size: 18px;    
    width: 25px;
    height: 25px;
    border-radius: 0;
    left: 0;
    /*top: 270px;*/
    margin-top: 250px;
    position: absolute;
    z-index: 99;
}

.stepwise_arrow_img {
    height: 100%; 
    position: inherit !important;
}

.stepwise_arrow_img a {
    color: transparent;
}

.social_login {
    float: right;
    width: 140px;
    text-align: right;
}

.short_article_container .holder {
    text-align: center;
    margin: 15px 0;
}

.short_article_container #step-pager {
    padding-bottom: 5px;
    padding-top: 5px;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}

    .short_article_container .holder a:hover {
        cursor: pointer;
    }

.social_login .left-title-login {
    text-align: left;
}

.social_login .tw_login, .social_login .fb_login, .social_login .g_login,
.social-login .tw_login, .social-login .fb_login, .social-login .g_login {
    display: block;
    height: 34px;
    margin-top: 8px;
    font: bold 13px/34px 'Arial';
    color: #fff;
    text-align: center;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.mblogincontainer .social_login .tw_login, .mblogincontainer .social_login .fb_login, .mblogincontainer .social_login .g_login, .mblogincontainer .social_login input[type="submit"].tw_login {
    margin-top: 13px;
}

.social_login a:hover {
    text-decoration: none;
}

.social_login .fb_login, .social-login .fb_login {
    background-image: url(/Static/img/viivilla.png);
    background-position: 0 -1051.5px;
    background-color: #3A599D;
    background-repeat: no-repeat;
}

.social_login .tw_login, .social-login .tw_login {
    background-image: url(/Static/img/viivilla.png);
    background-color: #00B3F4;
    background-repeat: no-repeat;
    background-position: 0 -745.5px;
    width: 100%;
    border: none;
}

.social_login .tw_login {
    width: 140px;
}

.social_login .g_login, .social-login .g_login {
    background-image: url(/Static/img/viivilla.png);
    background-color: #D84821;
    background-repeat: no-repeat;
    background-position: 0 -894.5px;
}

.login.active {
    width: 265px;
}

.login {
    position: absolute;
    top: 0;
    right: 0;
    width: 260px;
    height: 55px;
    z-index: 11;
}

/* for DK site */
.dk_login.active {
    width: 100%;
}

.dk_login {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 45px;
    z-index: 11;
    border-radius: 3px;
    overflow: hidden;
}

.btn-group .dropdown-menu {
    top: 47%;
    -ms-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -ms-border-top-left-radius: 0;
    border-top-left-radius: 0;
    border-top: 0;
    width: 100%;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    -moz-min-width: 150px;
    -ms-min-width: 150px;
    -o-min-width: 150px;
    -webkit-min-width: 150px;
    min-width: 150px;
    padding: 10px;
    z-index: 2;
}

    .btn-group .dropdown-menu li {
        border-top: 1px dotted #CCCCCC;
    }

        .btn-group .dropdown-menu li:first-child {
            border-top: 1px solid #CCCCCC;
        }

    .btn-group .dropdown-menu > li > a:hover {
        background: none;
        color: #E41921;
    }

    .btn-group .dropdown-menu > li > a {
        font: 13px 'Arial';
        color: #000;
        padding: 8px 20px 8px 5px;
    }

        .btn-group .dropdown-menu > li > a > span {
            padding-left: 10px;
        }

        .btn-group .dropdown-menu > li > a > img {
            width: 5px;
            height: 9px;
        }

.navbar-collapse.collapse {
    padding: 0;
}

.navbar-nav .sub-menu > li > a {
    padding: 10px 20px;
    background: none;
    color: #000;
}

.bx-wrapper .bx-viewport {
    border: 0;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    left: 0; 
    min-height: auto;
}

.border-thumb-container {
    margin-top: 10px;
    padding: 0 24px;
}

.border-thumb {
    height: 4px;
    background: url(/Static/img/flex-viewport-bg.png) repeat-x 0 bottom;
}

.slider_thumb_container {
    margin: 10px 0 20px;
}

    .slider_thumb_container .bx-controls-direction a {
        height: 64px;
        width: 24px;
        top: 0;
        margin-top: 0;
    }

        .slider_thumb_container .bx-controls-direction a.bx-prev {
            background-image: url(/Static/img/viivilla.png);
            background-position: -10px -325px;
            left: 0;
        }

    .slider_thumb_container .bx-wrapper .bx-viewport {
        background: url(/Static/img/flex-viewport-bg.png) repeat-x 0 bottom;
    }

li.has-sub-menu .sub-menu {
    width: 100%;
    background: url(/Static/img/sub_menu_level2.png) no-repeat center 0;
    text-align: left; /*padding:;*/
}

li.active .sub-menu {
    display: block;
}

.down_arrow, .up_arrow {
    width: 11px;
    height: 6px;
    position: absolute;
    display: none;
}

.down_arrow {
    background: url(/Static/img/down_arrow.png) no-repeat;
    top: 0;
}

.up_arrow {
    background: url(/Static/img/up_arrow.png) no-repeat;
    z-index: 999;
    bottom: 0;
}

li.has-sub-menu .up_arrow, li.has-sub-menu .sub-menu li.active .down_arrow {
    display: block;
}

.top-banner .container {
    /*min-height: 110px;*/
}

.dk_top-banner .container {
    /*min-height: 110px;*/
}
.categories_menu .nav.navbar-nav {
    max-width: 83%;
}

.slider_thumb_container .bx-wrapper .bx-pager.bx-default-pager a.bx-pager-link {
    width: 95px;
    height: 4px;
    background: none;
    text-indent: -9999px;
    margin: 0 0 0 5px;
}

.slider_thumb_container .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:first-child a.bx-pager-link {
    margin-left: 0;
}

.slider_thumb_container .bx-wrapper .bx-pager {
    left: 7px;
    height: 4px;
    bottom: 0;
    padding: 0;
}

.slider_thumb_container .bx-wrapper .bx-controls.bx-has-pager {
    height: 4px;
    background: #eee;
    overflow: hidden;
}

.slider_thumb_container .bx-wrapper .bx-pager.bx-default-pager a.bx-pager-link.active {
    background: #EF3F44;
}

.slider_thumb_container .bx-wrapper .bx-viewport {
    padding: 0 24px;
}

.rating {
    margin-right: 15px;
    margin-left: 15px;
    display: inline-block;
    vertical-align: middle;
}

.total-rated {
    font-size: 12px;
    float: none;
    display: inline-block;
}

.rating span {
    position: relative;
    float: right;
}

    .rating span input {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
    }

    .rating span label {
        display: inline-block;
        width: 16px;
        height: 16px;
        text-align: center;
        color: #FFF;
        background: url(/Static/img/star-rating.png) center center no-repeat;
        background-position: 0px -16px;
        font-size: 30px;
        margin-right: 2px;
        line-height: 30px;
        cursor: pointer;
        margin-bottom: 0px;
    }

    .rating span:hover ~ span label,
    .rating span:hover label,
    .rating span.checked label,
    .rating span.checked ~ span label {
        background-position: 0 1px;
        color: #FFF;
    }

.star-rating { /*float: right;*/
    text-align: right; /*width: 50%;*/
    display: inline-block;
}

.product-slider-wrap .bx-pager.bx-default-pager {
    display: none;
}

.product-slider-wrap .bx-wrapper {
    margin-bottom: 0 !important;
}

    .product-slider-wrap .bx-wrapper .bx-viewport {
        background: #f6f6f6;
    }

    .product-slider-wrap .bx-wrapper .bx-prev {
        background-image: url(/Static/Images/memberclub/arrow-icon-1.svg);
        transform: rotate(180deg) !important;
        background-repeat: no-repeat;            
        background-size: 25px 25px;
        background-position: center;
        left: -30px;
    }

    .product-slider-wrap .bx-wrapper .bx-next {
        background-image: url(/Static/Images/memberclub/arrow-icon-1.svg);
        background-repeat: no-repeat;            
        background-size: 25px 25px;
        background-position: center;
        right: -30px;
    }

    .product-slider-wrap .bx-wrapper .bx-controls-direction a {
        width: 30px;
        height: 51px;
        top: 100px;
        transform: translate(0, -50%);
    }

.search-result .search-result-item .image { /*width: 80px;*/
    padding: 0;
    text-align: center;

        /*height: 0;
    overflow: hidden;
    position: relative;
    padding-bottom: 56.25%;*/
}

    .search-result .search-result-item .image img {
     
        height: auto;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        max-width: 100%;
    }

.search-result .search-result-item .content {
    display: inline-block;
    vertical-align: top;
    padding-right: 0;
    padding-left: 0;
}

.search-result .search-result-item .title {
    font-family: sans-serif;
    font-size: 20px;
    color: #000;
    padding-top: 5px;
    padding-bottom: 0 !important;
}

.search-result .search-result-item .title a {
    padding: 10px 0;
    margin: 0;
    color: #000;
    font-family: Chivo-Black;
    font-weight: bold;
}

.search-result .search-result-item .content .link {
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    color: #2877ae;
}

.search-result .search-result-item .content .short-desc {
    font-family: Arial;
    font-size: 14px;
    color: #000;
    margin-bottom: 20px;
}

.search-result .search-result-item .content .short-desc .type-name {
    color: #ef3f44;
    text-transform: uppercase;
    font-family: sans-serif;
    font-weight: bold;
    font-family: Chivo-Black;
}

.supplier-wrap .title h1 {
    font-family: Chivo-Black, Arial;
    font-size: 40px;
    color: #000;
}

.supplier-wrap .short-desc {
    font-family: Arial;
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 30px;
}

.supplier-wrap .col-1 { /*width: 63%;*/
    display: inline-block; /*margin-right: 30px;*/
    position: relative;
}

.supplier-wrap .content {
    font-size: 15px;
    font-family: Arial;
    margin-bottom: 30px;
}

.supplier-wrap .block {
    font-family: Arial;
}

.supplier-wrap .main-image {
    margin-bottom: 10px;
    max-width: 100%;
}

.supplier-wrap .supplier-info {
    width: 100%;
    border: 1px solid #ccc;
    background: #fff;
    margin-bottom: 10px;
}

    .supplier-wrap .supplier-info .content .address {
        float: left;
    }

    .supplier-wrap .supplier-info .content .web {
        float: right;
    }

    .supplier-wrap .supplier-info .content .address, .supplier-wrap .supplier-info .content .web { /*padding: 10px 30px 10px 0; width: 40%;*/
        padding: 10px 0;
    }

    .supplier-wrap .supplier-info .title {
        font-family: Arial;
        font-size: 18px;
        padding: 10px 15px 10px 15px;
    }

    .supplier-wrap .supplier-info .content {
        border-top: 1px solid #ccc;
        border-bottom: 1px dotted #ccc;
        margin: 0 15px 15px 15px;
    }

.bold {
    font-weight: bold;
}

.blue {
    color: #3982b4;
}

.supplier-wrap .supplier-info .content table {
    width: 100%;
}

    .supplier-wrap .supplier-info .content table tr td {
        width: 50%;
        padding-top: 5px;
    }

.bli-med {
    margin-top: 45px;
    background: url(/Static/img/bli-med.png) no-repeat;
    color: #fff;
    font-family: Arial;
    font-size: 15px;
    padding: 20px 0 20px 160px;
    margin-bottom: 25px;
}

.supplier-wrap .col-2 { /*width: 298px;*/
    display: inline-block;
    vertical-align: top;
}

.mgt {
    margin-top: 25px;
}

.teaser .title {
    font-family: roboto_slabregular;
    font-size: 18px;
    color: #000;
}

.teaser {
    border: 1px solid #ccc;
}

    .teaser img {
        width: 100%;
    }

    .teaser .content {
        font-family: Arial;
        font-size: 15px;
    }

    .teaser .title {
        padding: 15px 15px 0 15px;
    }

    .teaser .content {
        padding: 0px 15px 15px 15px;
    }

.lasock-wrap {
    padding: 10px;
    border: 1px solid #ccc;
    border: 1px solid #ccc;
    margin-top: 10px;
}

    .lasock-wrap .title {
        font-size: 18px;
        font-family: roboto_slabregular;
        border-bottom: 1px dotted #ccc;
    }

    .lasock-wrap .lasock-item img {
        width: 115px;
        padding-right: 5px;
        padding-bottom: 5px;
        float: left;
        display: inline-block;
    }

    .lasock-wrap .lasock-item {
        font-family: Arial;
        margin-top: 10px;
        border-bottom: 1px dotted #ccc;
    }

        .lasock-wrap .lasock-item .title {
            color: #3982b4;
            font-size: 11px;
            font-weight: bold;
            border: none;
            line-height: 11px;
        }

        .lasock-wrap .lasock-item .content {
            font-size: 14px;
            float: inherit;
            margin-bottom: 16px;
        }

span.stars14, span.stars14 span {
    display: block;
    background: url(/Static/img/star-rating.png) 0 -16px repeat-x;
    width: 80px;
    height: 16px;
    text-align: left;
}

    span.stars14 span {
        background-position: 0 0;
    }

span.stars14 {
    margin-top: 4px;
}

span.stars11, span.stars11 span {
    display: block;
    background: url(/Static/img/star-rating11.png) 0 -11px repeat-x;
    width: 55px;
    height: 11px;
    text-align: left;
}

    span.stars11 span {
        background-position: 0 0;
    }

span.stars11 {
    margin-top: 2px;
}

.star-wrap {
    margin-top: 1px !important;
    float: right;
}

.forum .maintitle {
    font-size: 30px;
    color: #000000;
    font-family: roboto_slabbold;
    float: left;
    padding-left: 15px;
    margin-top: 0;
}

.forum .create-new-forum {
    float: right;
}

.forum .title-wrap {
    height: auto;
    border-left: 1px solid #EEE;
}

span.stars11 {
    margin-top: 2px;
}

.star-wrap {
    margin-top: 1px !important;
    float: right;
}

.forum .maintitle {
    font-size: 30px;
    color: #000000;
    font-family: roboto_slabbold;
    float: left;
    padding-left: 15px;
    margin-top: 0;
}

.star-wrap {
    margin-top: -2px !important;
}

.forum .maintitle, .showmember .maintitle, .picturewrap .maintitle, .bloggstart .maintitle {
    font-size: 30px;
    color: #000000;
    font-family: roboto_slabbold;
    float: left;
    padding-left: 15px;
    margin-top: 0;
    padding-top: 10px;
}

.member .maintitle {
    font-family: roboto_slablight;
    float: none;
    position: relative;
}

.maintitle {
    font-family: Chivo-Black, Arial;
    float: none;
    position: relative;
}

.forum .create-new-forum {
    float: right;
}

.title-wrap {
    height: auto;
    border-left: 1px solid #EEE;
    margin-top: 5px;
}

.forum .create-new-forum .skapa {
    background: #ef3f44 url(/Static/img/create-new-topic.png) no-repeat right;
    color: #fff;
    border-radius: 30px;
    font-family: Arial;
    font-size: 15px;
    padding: 0px 40px 0px 13px;
    /* min-width: 180px; */
    line-height: 34px;
}

.forum .create-new-forum .bli {
    background: url(/Static/img/bli.png) no-repeat;
    color: #fff;
    font-family: Arial;
    font-size: 15px;
    padding: 8px 58px 8px 20px;
    min-width: 151px;
}

.forum .svara-wrap {
    padding-left: 10px;
}

.forum .svara {
    background: #6eafab url(/Static/img/svara.png) no-repeat right 0px;
    color: #fff;
    display: inline-block;
    font-family: Arial;
    font-size: 15px;
    padding: 10px 49px 12px 17px;
    border-radius: 30px;
    line-height: 12px;
    vertical-align: middle;
}

.forum .title .title_outside_border {
    background-color: #6eafab;
    left: -4px;
}

.forum .filter-wrap .title {
    font-size: 14px;
    color: #000000;
    font-family: roboto_slabregular;
}

.forum .filter-wrap input[type="checkbox"] {
    display: none;
}

.forum .filter-wrap label {
    margin-bottom: 8px;
}

    .forum .filter-wrap label .filter-name {
        color: #4a8884;
        font-family: Arial;
        font-weight: bold;
        font-size: 13px;
        padding: 4px 9px;
        border: 1px solid #ccc;
        margin-bottom: 2px;
        border-radius: 4px;
        cursor: pointer;
    }

.forum .filter-wrap .title {
    float: left; /*width: 75px;*/
    line-height: 23px;
}


.forum .maintitle .title_outside_border {
    background: #6eafab;
    left: -4px;
}

.blogg .maintitle .title_outside_border, .picturewrap .maintitle .title_outside_border {
    background: #c9a2d4;
    left: -4px;
}

.member .maintitle .title_outside_border, .bloggstart .maintitle .title_outside_border {
    background: #c9a2d4;
}

.bloggstart .title {
    display: inline-block;
}

.bloggstart .sort {
    padding-right: 15px;
    margin-bottom: 15px;
}

.forum .filter-wrap input[type="checkbox"]:checked + label,
.forum .filter-wrap input[type="checkbox"]:checked + label .filter-name {
    background: #6eafab;
    color: #ffffff;
}

.forum .forum-table {
    margin-top: 16px;
    border: 1px solid #eee; /*margin-left: 15px;*/
    padding: 0px;
    width: 100%;
}

    .forum .forum-table div {
        display: inline-block;
    }

    .forum .forum-table .header {
        color: #4a8884;
        font-size: 12px;
        font-weight: bold;
        font-family: Arial;
        padding-bottom: 8px;
        border-bottom: 1px solid #cccccc;
        width: 100%;
    }

    .forum .forum-table .svar { /*width: 45px;*/
        text-align: right;
    }

    .forum .forum-table .last { /*width: 45px;*/
        text-align: right;
    }

    .forum .forum-table .av { /*width: 120px;*/
        text-align: right;
    }

    .forum .forum-table .row-item {
        vertical-align: middle;
        border-bottom: 1px dotted #ccc; /*height: 45px;*/
        width: 100%;
    }

.forum table tr td {
    padding: 10px;
}

.forum table tr.row-item td {
    padding: 0 10px;
}

.forum table tr th {
    padding: 10px;
}

.forum .forum-table .row-item .rubrik {
    font-size: 14px;
    color: #000;
    font-family: roboto_slabregular;
    line-height: normal;
}

.forum .forum-table .row-item div {
    display: table-cell;
}

.forum .forum-table .row-item .avdelning, .forum .forum-table .row-item .av .username {
    font-size: 12px;
    font-family: Arial;
    color: #4a8884;
}

.forum .forum-table .row-item .av .datetime, .forum .forum-table .row-item .svar, .forum .forum-table .row-item .last {
    font-size: 12px;
    font-family: Arial;
    color: #000;
}

.supplier-wrap .col-1 .content {
    line-height: 22px;
    margin-top: 10px;
}

.seemore {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #EEEEEE;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    color: #2877AE;
    font-family: RobotoSlab-Bold;
    font-size: 15px;
    margin-right: 15px;
    margin-top: 15px;
    padding-bottom: 10px;
    padding-right: 15px;
    padding-top: 10px;
    text-align: center;
    margin-bottom: 20px;
}

.supplier-wrap .col-1 .supplier-info .content {
    margin-top: 0px;
}

.eoa {
    margin-top: 10px;
}

.product-slider-wrap {
    background: #f6f6f6;
    padding: 15px;
    margin: 10px 15px 20px;
}   
    .product-slider-wrap .new-product-title {
        font-weight: bold;
        color: #ef3f44;
        font-family: roboto_slabregular, sans-serif;
        font-size: 18px;
        margin-top: 0;
    }
    .product-slider-wrap .product-slider li .title, .product-slider-wrap .offer-slider li .title > a{
        color: #2877ae;
        font-family: Chivo-Black, Arial, 'Helvetica Neue LT Std-Bd';
        font-size: 18px;
        padding-top: 16px;
        overflow: hidden;
    }

    .product-slider-wrap .product-slider li .content, .product-slider-wrap .offer-slider li .content {
        font-size: 14px;
        font-family: Arial, sans-serif;
        color: #000000;
        padding-top: 16px;
        overflow: hidden;
    }

.news-block .star-wrap .stars11 {
    line-height: 35px;
    height: 35px;
}

.star-wrap.block11 {
    margin-top: 10px !important;
    float: left;
    width: 9%;
}
.news-block .star-wrap.block11 .stars11 {
    line-height: 25px;
    height: 25px;
}

.how-to-block .star-wrap {
    margin-left: 3px;
}

.how-to-block span.stars11 {
    margin-top: 6px !important;
}

.how-to-block > h2 {
    margin: 0;
    padding: 10px 0;
}

.how-to-block > h2 a {
    color: #000;
    font-weight: bold;
}

.how-to-block > p span  {
    color: #ff0000;
    font-weight: bold;
   text-transform: uppercase;
}

.share {
    display: inline-block;
    float: right;
    height: 34px; /*margin-right: 26px;*/
}

.stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices {
    height: 30px !important;
}

.forum .topic {
    padding: 15px;
    float: left;
    border-bottom: 1px dotted #ccc;
    width: 100%;
}

.forum .main-topic-wrap {
    background: #f1f1f1;
    border-left: 3px solid #6eafab;
    margin-top: 15px;
}

    .forum .main-topic-wrap .title {
        font-size: 24px;
        font-family: roboto_slabbold;
        color: #000;
    }

        .forum .main-topic-wrap .title h1 {
            display: inline;
        }

    .forum .main-topic-wrap .comment {
        margin-top: 12px;
    }

.forum .comment .avatar {
    float: left;
    padding-left: 0;
    padding-right: 9px;
}

.fw {
    width: 100%;
}

.forum .comment .user {
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #4a8884;
    margin-top: 5px;
    text-align: center;
}

    .forum .comment .user a {
        color: #4a8884;
    }

.forum .comment .comment-content {
    float: right; /*width: 79%;*/
    padding-right: 0;
    /*padding-left: 0;*/
}

    .forum .comment .comment-content .datetime-number {
        width: 100%;
    }

        .forum .comment .comment-content .datetime-number .anmal {
            color: #2877ae;
            font-size: 12px;
            float: right;
        }

        .forum .comment .comment-content .datetime-number .number {
            color: #000;
            font-family: Arial;
            font-weight: bold;
            font-size: 12px;
            float: right;
            margin-left: 15px;
        }

    .forum .comment .comment-content .datetime {
        font-size: 12px;
        font-weight: bold;
        font-family: Arial;
        color: #000;
        float: left;
    }

    .forum .comment .comment-content .content {
        font-size: 14px;
        font-family: Arial;
        color: #000;
        margin-top: 15px;
    }

.forum .comment .citera {
    font-family: Arial;
    font-weight: bold;
    font-size: 2px;
    color: #2877ae;
    background: #fff url(/Static/img/topic/citera.png) no-repeat 14px 8px;
    float: right;
    padding: 3px 23px 3px 33px;
    border-radius: 19px;
}

.forum .topic.main-topic-wrap .comment .citera {
    background-color: #fff;
}

.forum .topic .comment .citera {
    background-color: #eeeeee;
}

.forum .create-new-forum .skapa.nytt {
    padding: 8px 50px 8px 20px;
}

.quote-wrap {
    border-left: 3px solid #cccccc;
    padding-left: 5px;
    margin-top: 10px;
    padding-top: 5px;
}

    .quote-wrap .title {
        font-family: Arial;
        font-weight: bold;
        font-size: 12px;
        color: #000;
        border-left: 3px solid #6eafab;
        margin-left: -8px;
        background: url(/Static/img/topic/citera.png) no-repeat 6px 4px;
        padding-left: 26px;
    }

    .quote-wrap .quote {
        font-family: Arial;
        color: #555555;
        font-size: 14px;
    }

.svara-bottom {
    margin-top: 20px;
}

.member-wrap .preamble {
    font-size: 15px;
    font-family: Arial;
    color: #000000;
    display: block;
}

.member.registerwrap .gatua-wrap {
    border: none;
    padding: 0;
}

.member .avatar-name, .member .gatua-wrap {
    padding: 15px 20px;
    border: 1px solid #ccc;
}

.member .gatua-wrap {
    border-top: 0;
}
/*.registerwrap .member-content { border: 1px solid #ccc; }*/
.member-content {
    background: #ffffff;
    margin-bottom: 10px;
    width: 100%;
}

.avatar-name .name-wrap .name-row .name-label, .gatua-wrap .name-wrap .name-row .name-label {
    font-size: 15px;
    color: #000000;
    font-family: roboto_slabregular;
    font-weight: normal;
    display: block;
    /*width: 100px;*/
    text-align: right;
    padding-right: 10px;
    margin-top: 8px;
    /*margin-left: -55px;*/
}

.gatua-wrap .name-wrap .name-row .name-label { /*margin-left: 10px;*/
}

.avatar-name .avatar {
    float: left;
    margin-bottom: 10px;
    /*padding-left: 26px;*/
}

.quote-wrap .quote {
    font-family: Arial;
    color: #555555;
    font-size: 14px;
}

.svara-bottom {
    margin-top: 20px;
}

.supplierEdit-dialog-table {
    width: 100%;
}

    .supplierEdit-dialog-table input {
        font: 14px 'Arial';
        color: #666666;
        border: 1px solid #cbcbcb;
        -ms-border-radius: 5px;
        border-radius: 3px;
        margin-top: 8px;
        line-height: 20px;
        padding-left: 5px;
    }

    .supplierEdit-dialog-table label {
        font: 14px 'Arial';
        color: #666666;
        font-weight: normal;
        text-align: left;
        padding-top: 10px;
    }

.input-long {
    width: 100%;
}

.input-submit {
    margin-top: 10px;
}

.supplierEdit-dialog-table {
    width: 100%;
}

    .supplierEdit-dialog-table input {
        font: 14px 'Arial';
        color: #666666;
        border: 1px solid #cbcbcb;
        -ms-border-radius: 5px;
        border-radius: 3px;
        margin-top: 8px;
        line-height: 20px;
        padding-left: 5px;
    }

    .supplierEdit-dialog-table label {
        font: 14px 'Arial';
        color: #666666;
        font-weight: normal;
        text-align: left;
        padding-top: 10px;
    }

    .supplierEdit-dialog-table .input-textarea {
        padding-top: 10px;
        padding-bottom: 10px;
    }

.mce-menubar .mce-menubtn button span {
    color: #666666 !important;
}

.mce-ico {
    font-size: 14px !important;
    color: #666666 !important;
}

.input-long {
    width: 100%;
}

.input-submit {
    margin-top: 10px;
}

.comment .preamble {
    font-family: Arial;
    font-size: 15px;
    color: #000;
    padding-left: 15px;
}

.comment-block {
    padding: 17px 23px;
    background: #fff;
    border: 1px solid #eeeeee;
}

    .comment-block .skirv {
        float: left;
    }

    .comment-block .sign {
        float: right; /*width: 50%;*/
        text-align: right;
    }

    .comment-block .skirv input[type="radio"], .nradio input[type="radio"] {
        margin-right: 15px;
        margin-bottom: 25px;
    }

    .comment-block .skirv input[type=radio], .nradio input[type=radio] {
        display: none;
    }

    .comment-block.new2 .topicheader { /*margin-left: 50px;*/
        width: 60%;
    }

    .comment-block .skirv label:before, .nradio label:before {
        content: "";
        display: inline-block;
        width: 16px;
        height: 16px;
        margin-right: 10px;
        position: absolute;
        left: 0; /*bottom: 1px;*/
        background-color: #ddd;
        box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
    }

    .comment-block .skirv input[type=radio]:checked + label:before, .nradio input[type=radio]:checked + label:before {
        content: "\2022";
        color: #60ab6c;
        font-size: 44px;
        text-align: center;
        line-height: 19px;
    }

    .comment-block .skirv label:before, .nradio label:before {
        border-radius: 8px;
    }

    .comment-block .skirv label, .nradio label {
        font-weight: normal;
        display: inline-block;
        cursor: pointer;
        position: relative;
        padding-left: 25px; /*margin-right: 15px;*/
        font-size: 15px;
        margin-bottom: 20px;
    }

    .comment-block .sign .ctrow {
        margin-bottom: 8px;
    }

    .comment-block .sign .lb { /*width: 89px;*/
        display: inline-block;
        text-align: center;
        float: left;
        line-height: 28px;
    }

    .comment-block .sign input[type="text"] {
        background: #eeeeee;
        border-radius: 3px;
        border: 1px solid #cbcbcb; /*width: 100%;*/
        padding: 3px 5px;
    }

    .comment-block input[type="submit"] {
        background: #6eafab;
        color: #ffffff;
        font-family: Arial;
        font-size: 15px;
        font-weight: bold;
        padding: 8px 29px;
        border: none;
        border-radius: 24px;
    }

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
    padding: 1px 5px 1px 5px;
}

    .fileUpload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }

.sp-text {
    padding: 10px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    background-color: #eee;
    color: #000;
    text-transform: uppercase;
    font-family: "Helvetica", sans-serif;
}

.focused-text {
    position: absolute;
    background: #78A096;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    padding: 4px 8px;
    font-family: Arial;
    right: 0;
    top: 0;
}

.sp-article-grey-border {
    padding: 4px !important;
    background-color: #fff !important;
    border: 3px solid #ddd !important;
}

.sp-article {
    padding: 4px;
}

    .sp-article .comment-count {
        font: 11px 'roboto_slabbold';
        color: #f7f7f7;
        padding: 5px;
        overflow: hidden;
        -ms-word-wrap: break-word;
        word-wrap: break-word;
        background-color: #666;
        border: none;
    }

.category-item .sp-article {
    min-height: 430px;
}

.forum .holder {
    display: inline-block;
    margin-top: 0;
    vertical-align: top;
}

.forum .short_article_container {
    float: right;
}

.pagingtitle {
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    line-height: 42px;
}

.articleheadline { /*font-size: 30px;*/
    color: #000;
    font-family: roboto_slablight;
}

.new2 {
    padding: 15px;
}

.messbt {
    text-align: right;
    margin-top: 15px;
}

select#vali {
    width: 195px;
    height: 40px;
    overflow: hidden;
    background: url(/static/img/selectarrow.png) no-repeat 162px 48% #eee;
    -webkit-appearance: none;
    border: none;
    padding: 10px;
    font-size: 15px;
    font-family: Arial;
    font-weight: bold;
    color: #000;
    vertical-align: middle;
    -moz-appearance: none;
    -ms-text-overflow: '';
    -o-text-overflow: '';
    text-overflow: '';
    text-indent: 0.1px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.styled-select {
    border: none;
    box-sizing: border-box;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    background: url(/static/img/selectarrow.png) no-repeat 162px 48% #eee;
    font: bold 15px 'Arial';
}

    .styled-select, .styled-select select {
        width: 195px;
    }

        .styled-select select:focus {
            outline: none;
        }

        .styled-select select {
            height: 40px;
            padding: 5px 0 5px 5px;
            background: transparent;
            border: none;
            -webkit-appearance: none;
        }

.mesrow .styled-select {
    display: inline-block;
    vertical-align: middle;
}

@-moz-document url-prefix() {
    .styled-select select {
        width: 110%;
    }
}

.styled-select select::-ms-expand {
    display: none;
}

select#vali::-ms-expand, select#vali::-moz-expand {
    display: none;
    text-indent: 0.01px;
    -moz-appearance: none;
    text-overflow: '';
}

.custom-dropdown--large {
    font-size: 1.5em;
}

.custom-dropdown--small {
    font-size: 0.7em;
}

.custom-dropdown__select {
    font-size: inherit;
    margin: 0;
    padding: 0.5em;
}

.custom-dropdown__select--white {
    background-color: #fff;
    color: #444;
}

.custom-dropdown__select--emerald {
    background-color: #20b390;
    color: #fff;
}

.custom-dropdown__select--red {
    background-color: #d53a22;
    color: #fff;
}

@supports (pointer-events: none) and ((-webkit-appearance: none) or (-moz-appearance: none) or (appearance: none)) {
    .custom-dropdown {
        display: inline-block;
        position: relative;
        vertical-align: middle;
    }

    .custom-dropdown__select {
        border: 0 none;
        border-radius: 3px;
    }

    .custom-dropdown:before, .custom-dropdown:after {
        content: "";
        pointer-events: none;
        position: absolute;
    }

    .custom-dropdown:after {
        /*content: "▼";*/
        font-size: 0.625em;
        height: 1em;
        line-height: 1;
        margin-top: -0.5em;
        right: 1.2em;
        top: 50%;
    }

    .custom-dropdown:before {
        border-radius: 0 3px 3px 0;
        bottom: 0;
        right: 0;
        top: 0;
        width: 2em;
    }

    .custom-dropdown__select[disabled] {
        color: rgba(0, 0, 0, 0.3);
    }

    .custom-dropdown.custom-dropdown--disabled:after {
        color: rgba(0, 0, 0, 0.1);
    }

    .custom-dropdown--white:before {
        background-color: #fff;
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        bottom: 0.5em;
        top: 0.5em;
    }

    .custom-dropdown--white:after {
        color: rgba(0, 0, 0, 0.9);
    }

    .custom-dropdown--emerald:before {
        /*background-color: #1aa181;*/
        background: url(/static/img/selectarrow.png) no-repeat scroll 9px 50% #eee;
    }

    .custom-dropdown--emerald:after {
        color: rgba(0, 0, 0, 0.4);
    }

    .custom-dropdown--red:before {
        background-color: #d53a22;
    }

    .custom-dropdown--red:after {
        color: rgba(0, 0, 0, 0.4);
    }

    @-moz-document url-prefix("") {
        .custom-dropdown__select {
        }

        .custom-dropdown--large .custom-dropdown__select {
        }

        .custom-dropdown--small .custom-dropdown__select {
            padding-right: 0.5em;
        }
    }
}

.custom-dropdown {
    display: inline-block;
    margin: 10px;
}

.mesrow {
    margin-top: 15px;
}

    .mesrow .lb {
        display: inline-block;
        vertical-align: middle;
        vertical-align: middle;
    }

        .mesrow .lb label {
            display: inherit;
            margin: 0 6px 0 0;
            font-weight: normal;
        }

.laddaupp {
    font-size: 15px;
    font-family: Arial;
    font-weight: bold;
    color: #000;
    background: #eee;
    padding: 10px 20px;
    border-radius: 30px;
    display: inline-block;
}

.villk {
    color: #6da7a3;
    font-weight: bold;
}

.squaredFour {
    width: 20px;
    display: inline-block;
    height: 20px;
    vertical-align: middle;
}

    .squaredFour label:after {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0;
        content: '';
        position: absolute;
        width: 12px;
        height: 8px;
        background: transparent;
        top: 4px;
        left: 4px;
        border: 3px solid #333;
        border-top: none;
        border-right: none;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

input[type="checkbox"].squaredFour {
    margin-top: 0;
}

.squaredFour label:hover::after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.5;
}

.squaredFour input[type=checkbox]:checked + label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}


.topic-quote {
    font-family: Arial;
    font-weight: bold;
    font-size: 13px;
    color: #2877ae;
}

.report-post {
    color: #2877ae;
    font-weight: bold;
    float: right;
}

.topic.expert {
    border-left: 3px solid #ff441a;
}

.topic .expertimg, .topic .experttext {
    display: none;
}

.topic.expert .experttext {
    display: block;
    font-size: 14px;
    color: #ff441a;
    font-family: roboto_slabbold;
    text-align: center;
}

.topic.expert .expertimg {
    position: absolute;
    left: 10px;
    display: block;
    max-width: 20px;
}

.showmember .maintitle .title_outside_border {
    background: #c9a2d4;
    left: -4px;
}

.showmember .memberimg {
    float: left;
}

.showmember .memberinfo {
    float: left;
}

.memberinfo {
    font-size: 15px;
    color: #000;
}

    .memberinfo .lb {
        font-family: roboto_slabregular;
        display: inline-block;
        width: 100px;
        text-align: right;
    }

    .memberinfo .vl {
        font-family: roboto_slabbold;
        display: inline-block;
        padding-left: 18px;
    }

.mbtop {
    padding-bottom: 15px;
    border-bottom: 1px dotted #ccc;
}

.mbrow {
    margin-top: 9px;
}

.mbcontent {
    color: #000;
    padding: 15px 0;
    font-size: 15px;
}

.komrow {
    border-bottom: 1px dotted #ccc;
    padding: 8px 0;
}

    .komrow .tit { /*width: 81%;*/
        display: inline-block;
        min-width: 497px;
        font-family: roboto_slabregular;
        font-size: 14px;
        color: #000;
        float: left;
    }

    .komrow .dat {
        display: inline-block;
        font-size: 12px;
        font-family: Arial;
        color: #000000;
        float: right;
    }
.psimg {
    height: 0;
    overflow: hidden;
    position: relative;
    padding-bottom: 56.25%;
}

    .psimg img {
        width: 100%;
        height: auto;
        top: 0;
        left: 0;
        position: absolute;
        display: block;
    }

.logo {
    float: left;
    margin: 20px 30px 0 0;
}

    .logo img {
        width: 100%;
    }

/* for DK site */
.dk_logo {
    float: left;
    margin: 20px 30px 0 0;
}

    .dk_logo img {
        width: 100%;
    }

.mb .mbmenu {
    margin: 0;
    width: 45px;
    margin-left: 5px;
    height: 45px;
    top: 20px;
    background: #ef3f44;
    border-radius: 33px;
    padding: 5px;
    z-index: 11;
    position: absolute;
    right: 13px;
}

.mb .mblogin {
    margin: 0;
    width: 45px;
    margin-left: 5px;
    height: 45px;
    top: 20px;
    background: #ef3f44;
    border-radius: 33px;
    padding: 5px;
    z-index: 11;
    position: absolute;
    right: 63px;
}

.col-xs-8.logo {
    margin-right: 15px;
    margin-top: 20px;
    margin-left: 0;
    padding-left: 15px;
}

.col-xs-8.dk_logo {
    margin-right: 0;
    margin-top: 5px;
    margin-left: 0;
    padding-left: 0;
    max-width: 215px;
    padding-right: 0;
}

.mblogincontainer .social_login, .mblogincontainer .social_login .tw_login {
    width: 100%;
}

.mblogincontainer .login_contents h2 {
    font-family: roboto_slabregular;
    color: #000;
    font-size: 30px;
    margin-top: 15px;
}

.mblogincontainer .lg .social_login input[type="submit"] {
    border-radius: 5px;
    margin-top: 13px;
}

.mblogincontainer .lg input[type="submit"] {
    width: 100%;
    height: 35px;
    background: #75b751;
    -ms-border-radius: 20px;
    border-radius: 20px;
    cursor: pointer;
    text-align: center;
    font: bold 13px/35px 'Arial';
    color: #fff;
    margin-top: 8px;
    border: 0;
}

.lg input {
    margin-top: 8px;
}

.mblogincontainer {
    padding-bottom: 33px;
    border-bottom: 30px solid #ef3f44;
    margin-bottom: 22px;
}

.topred {
    background: #ef3f44;
    height: 29px;
    right: 63px;
    position: absolute;
    width: 45px;
    top: 38px;
}

.member-content .gatua-wrap .alias.ort input[type="text"] {
    width: 100%;
}

.registerwrap form { /*width: 40%;*/
    margin-top: 10px;
    float: left;
}

.member-content input[type="text"], .member-content input[type="password"] {
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 6px 17px;
    width: 100%;
    /*width: 290px;*/
    font-weight: bold;
    color: #000000;
}

.member-content .has-error .form-control {
    border: 2px solid #a94442;
}

.member-content .ctrl {
    display: inline-block; /*width: 100%;*/
}

.registerwrap .member-content .ctrl {
    display: inline-block; /*width: 100%;*/
}

.member-content ::-webkit-input-placeholder { /* WebKit browsers */
    color: #000000;
}

.member-content :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #000000;
}

.member-content ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #000000;
}

.member-content :-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #000000;
}

.name-row {
    margin-bottom: 5px;
}

.bytbild {
    background: #ffffff url(/Static/img/pencil.png) no-repeat 13px 10px;
    border-radius: 24px;
    border: 1px;
    padding: 8px 20px;
    /* position: absolute; */
    /* top: -9px; */
    color: #2877ae;
    font-weight: bold;
    font-size: 13px;
    font-family: Arial;
    margin-left: 146px;
    display: block;
    margin-top: -36px;
    z-index: 1;
    position: relative;
    padding-left: 45px;
}

.commentart {
    margin-top: 10px;
    margin-bottom: 7px;
}

.bytbild:hover { /*background: #2877ae;*/
    color: #6eafab;
}

.member .col-1 {
    padding: 0;
    margin-top: 0; /*width: 63%;*/
}

.ctrl.alias.port input {
    width: 100%;
}

.gatua-wrap .name-wrap .name-row .name-label.sr {
    width: 24px;
}

.alias.ort input {
    width: 100%;
}

.nb label {
    font-weight: normal;
}

.pdt7 {
    padding-top: 7px;
}

.nb ::-webkit-input-placeholder, .nb :-moz-placeholder, .nb ::-moz-placeholder, .nb :-ms-input-placeholder {
    color: #cccccc;
    font-weight: normal;
}

.nb input[type="text"] {
    font-weight: normal;
}

.byt {
    border: none;
    color: #2877ae;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    background: #eeeeee;
    padding: 4px 10px;
    border-radius: 27px;
}

    .byt:hover {
        background: #2877ae;
        color: #eeeeee;
    }

.upp {
    cursor: pointer;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
    background: #60ab6c;
    border: none;
    border-radius: 27px;
    padding: 4px 10px;
}

    .upp:hover {
        color: #fff;
        background: #2877ae;
        text-decoration: none;
    }

#frmSubmitContest .upp {
    margin-left: 15px;
}

.flr {
    float: right;
}

.jatask .tt {
    font-family: roboto_slablight;
    font-size: 22px;
    color: #000;
    margin-top: 20px;
}

.member .ext-wrap {
    padding: 0 23px;
    background: #fff;
    border: 1px solid #ccc;
}

.jatask label {
    font-weight: normal;
    margin-top: 15px;
}

.chb {
    display: block;
}

.fyll {
    text-decoration: underline;
    margin-top: 20px;
    display: block;
}

.registerwrap .social_login { /*width: 40%;margin-left: 23px;*/
    float: left;
}

    .registerwrap .social_login input[type="submit"] {
        display: block;
        height: 34px;
        margin-top: 8px;
        font: bold 13px/34px 'Arial';
        color: #fff;
        text-align: center;
        -ms-border-radius: 5px;
        border-radius: 5px;
        width: 100%;
    }

.mbbli {
    background: #ef3f44;
    height: 50px;
    width: 100%;
    margin-top: 7px;
}

.blime {
    background-image: url(/Static/img/viivilla.png);
    background-position: -9px -527px;
    font-size: 18px;
    font-family: roboto_slabbold;
    color: #ef3f44;
    float: left;
    /* width: 165px; */
    margin-top: 8px;
    height: 35px;
    border-radius: 50px;
    padding-left: 46px;
    padding-top: 7px;
    margin-left: 15px;
    padding-right: 10px;
}

    .blime a {
        color: #ef3f44;
    }

    .blime.sta {
        background: #fff;
        padding-left: 10px;
        float: right;
        margin-right: 15px;
    }

        .blime.sta a span {
            font-size: 14px;
            padding-left: 15px;
        }

/*************************************************Edit by NgocTN***************************************************/

.mb .mbmenu, .mb .mblogin {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.75) inset;
    cursor: pointer;
}

.mbmenu .icon-bar {
    height: 5px;
    border-radius: 5px;
    display: block;
    margin: 5px auto 0;
    background: #fff;
}

    .mbmenu .icon-bar:first-child {
        margin-top: 0;
    }

.mb .mbmenu {
    padding: 5px 10px;
}

footer .block:first-child img {
    width: 107px;
}

.member-content .name-wrap {
    padding-left: 0;
    padding-right: 0; /*float: left;*/
}

.clcol {
    padding-left: 0;
    padding-right: 0;
}

.bx-wrapper img {
    width: 100%;
}

    .bx-wrapper img.thumb-img {
        height: 64px;
    }

.slider .bx-wrapper img {
    min-height: 100px;
}

.mb .mblogin {
    background-image: url(/Static/img/viivilla.png);
    background-position: -6.5px -790px;
}

.dk_login_container .mblogin {
    background: none !important;
    box-shadow: none !important;
}

#contents_container .top-search {
    width: 100%;
    margin: 5px 0;
    float: none;
}

#contents_container .dk_top-search {
    width: 100%;
    margin: 5px 0;
    float: none;
}

.forum .svara {
    height: 34px;
    padding: 0 49px 0 17px;
    line-height: 34px;
}

.anmal input.report-post {
    font-weight: normal;
}

input.topic-quote.linkbutton {
    margin-top: 2px;
}

.filter-sort .sort .ui-btn {
    display: inline-block;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: block;
}

.ctrl.nb {
    padding-top: 7px;
}

.nivo-lightbox-theme-default .nivo-lightbox-ajax, .nivo-lightbox-theme-default .nivo-lightbox-inline {
    max-width: 60%;
    margin: auto;
}

.npd {
    padding-left: 0;
    padding-right: 0;
}

.regis .ctrl {
    width: 100%;
}

.image-text {
    position: relative;
}

img.avatar-user {
    width: 120px;
    height: 120px;
}

.fll {
    float: left;
}

.imagecorecaption {
    left: 0 !important;
    color: #333;
    margin: 10px 0 0;
    min-height: 20px;
    font-family: sans-serif
}

.article-image-textline, .article-photographer {
    font: 13px/15px, sans-serif;
}

.article-image-textline {
    float: left;
    width: 100%;
    padding-right: 10px;
    text-align: left;
}

.article-photographer {
    float: left;
    width: 100%;
    text-align: left;
    font-style: italic;
}

.hide-photographer, .hide-adv {
    display: none;
}

.show-photographer {
    display: block;
}
/**/
.tar {
    text-align: right;
}

.hbb {
    border-bottom: 1px dotted #DDDDDD;
    float: left;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.hbt h3 {
    margin-top: 10px;
}

.main-topic-wrap .title .hd {
    float: left;
    font-size: 20px;
    max-width: 70%;
}

.simb .user {
    text-align: left !important;
}

.alias {
    padding-bottom: 10px;
}

.picture {
    height: 174px;
    overflow: hidden;
}

.first {
    border-top: 1px dotted #DDDDDD;
}

.article-teaser {
    text-align: left;
}

.article-teaser-image img {
    width: 100%;
    height: 200px;
}

.article-teaser .article-teaser-intro {
    margin: 0;
    padding: 0 6px;
    text-align: justify;
    font: 14px 'Arial';
}

.article-teaser-border{
    margin-bottom: 10px;
    overflow: hidden;
}
.article-teaser-border a, .offer-teaser-border a {
    text-decoration: none;
    color: #333;
}
.offer-teaser-border {
    background-color: #FFF;
    border: 1px solid #EEE;
    margin-bottom: 20px;
    padding: 10px 16px;
    font-family: sans-serif;
    overflow: hidden;
}

.article-teaser h4 {
    margin: 0;
    font-weight: 500;
    padding: 10px 6px;
    font-size: 18px;
}

.related-article-title {
    padding-bottom: 5px;
}

div.sponsored {
    background-color: rgb(240, 240, 240);
}

.related-article-title span {
    font-size: 28px;
    font-family: "Chivo";
    color: red;
    
}

h1.related-article-title {
    font-size: 28px;
    font-family: Chivo-Black, Arial, 'Helvetica Neue LT Std-Bd';
    color: red;
    text-align: left;
    padding: 0;
}

.news-title.related {
    margin-bottom: 5px;
}

.forumrcp .red .title_outside_border {
    background: #fff;
}

.forumrcp .red .more-link a {
    color: #6eafab;
}

.forumrcp .red {
    background: #eee;
}
.forumrcp .red h3{
    margin: 0;
    padding: 10px;
    background: #ddd;
    color: rgb(221, 46, 46);
    font-weight: bold;
}
.forumrcp .red ul{
    margin: 0;
}

.forumrcp .red ul li {
    border-bottom: 0px;
}

.rightarrow {
    width: 0px;
    height: 0px;
    border-left: 20px solid transparent;
    border-bottom: 20px solid #6eafab;
    right: 0;
    position: absolute;
}

img#unispring-tp {
    display: none;
}

.create-new-blogg a {
    color: #fff;
    background-color: #c9a2d4;
    font-size: 13px;
    font-family: Arial;
    font-weight: bold;
    padding: 8px 30px;
    float: right;
    border-radius: 39px;
}

.blogg .title-wrap {
    margin-bottom: 35px;
}

.blogg-name {
    font-family: Arial;
    font-size: 40px;
    color: #282828;
    line-height: 45px;
    margin-bottom: 10px;
}

.catedate .cate {
    float: left;
    color: #fff;
    background-color: #ef3f44;
    padding: 5px 10px;
    margin-bottom: 15px;
}

.catedate .blog-cate {
    float: left;
    color: #fff;
    background-color: #c9a2d4;
    padding: 5px 10px;
    margin-bottom: 15px;
}

.catedate .date {
    float: right;
    font-size: 12px;
    font-family: Arial;
    font-weight: bold;
    color: #000;
}

    .catedate .date .address, .blog-link, .blog-link:hover {
        color: #b384c0;
        !important;
    }

.blog-btn, .blog-btn:hover, .blog-btn:focus, .blog-btn:active, [disabled].blog-btn, [disabled].btn-primary:hover, [disabled].blog-btn:focus, [disabled].blog-btn:active {
    border-color: #c9a2d4;
    background-color: #c9a2d4;
}

.blogg-detail {
    color: #282828;
    font-size: 15px;
    font-family: Arial;
    margin-bottom: 25px;
}


.commentwrap .comment .comment_number {
    background-image: url(/Static/img/viivilla.png);
    background-position: -10px -492px;
    padding-left: 20px;
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    color: #666;
}

.kommentbtn {
    float: right;
    background: #eeeeee url(/Static/styles/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OUEwMjA0QzBCODlCMTFFM0I4RkVEODA5NTZBRjBFMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OUEwMjA0QzFCODlCMTFFM0I4RkVEODA5NTZBRjBFMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5QTAyMDRCRUI4OUIxMUUzQjhGRUQ4MDk1NkFGMEUyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5QTAyMDRCRkI4OUIxMUUzQjhGRUQ4MDk1NkFGMEUyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PhajjuIAAAQbSURBVHjatJb9T1NXGMe/ty+UVqDv5UVABUrXtFB8icNNOt2i4pAt/rZs+2H+un9g/gV7yX5cZpb94MyWLVsyF2I1KIjT1bjE6IISoybIIO1YYba3L/T1ctud56aXUC9UwO1Jnp7n9p6eT89zzvc5h8NzrFQq9bLmOPMB5j3Mm5nnmf/FfJp5kPkox3H3sRVjgAHmgdLGjfr61xuPWwdyljWnKM4sZXD75h1M/fEA4dl5JONJqDVqmK0mOJrt6Nnjwf6D+2CoM8g/P8dmd6oqiAFMrPmBUiUIAsYvXMOVkXGIhSI6W51oa2qHpcEGQ60BYlFEOruEZDqBxcQCOve24/Wh16Ct0dJQo8zfZcD4eqALrBmOLkbxxcdfIRJeQE+XD77u3ajR6qqmuiDkEUrM4uj7h2C1W+irAAO9pQDJ6eKjcXxy+nMsZ0UcOzAEc4NlU2ubLabhG3bBZDFWpFFVhhwkCKXrzGdfo5ARMOw/uWkImV61DU9uhCAUBHr8gDbVCojZafq4GvgVoZkwjrx8HNv0ddiqiUsc5u7Py48fSSBG9LF2KL2UxugvY/B29cJuduBFLTGdRS5DcsMQMWhGx+jpdvAOikIRfd178F+YKIjg55Ly46CmrHg8mHyIrjanYndpazVwuCwwt9ZDb9KBU3EoFUvIxvPgwyksPo5ByC2vCUtFsmh2S+EAgfooCv0Zxr6uAxUd6x0GOA+3Q1OjrhQfgxkstZLbnEY8nJhBgRcVoAyfk0MpdY0UJeMpWI22io4dr25XQJ41nb4GbfsdiDydV7wTsiszbVSVCyQ0Wo2k+NVWY9BuaD2M5gbcuHutah8C/S13Xi5W5jryKLoh0MSl60jn0orvtXqNHC4Q6DFFTdsbkc1lKjqG7i4gGPgdCT6x9mInUvjp7M84/90IvJ29ivcGc60c3tOUz5MTnj43nk7FYawzVaaPr8fIl5fx9oeDUll58mgGNyduYT4Uwez0HHRsl/Z7X4FnDZCxZUX0Qa4s2EkS7Lef/oi9rv7K3Ko57Oxvkbb2lYvjGAtchc1oh2unG+Z6C2xmO1ScSgFRa9XwnXRCo5M2Ux9XrnUXScFjIxMwxMwKLYmiiODkdcQSUbh2vAT3Li9UKlXVdWvd3YgWr7SLL7HCekIGkWh/o0J4/kwAHVbXC1UFmr3nzQ6WDenP+BkoKEUUUEmnQ+uNd/xIL6e2DCFJOA+1y5Bz5bEVB98Ya47E/uFZqQ+jlFVteibdh3dAVyfpb5xBjq53wtIB9D0VQUpjaCoCfjrNjnKxKkDNqkezx4omt1WeCR3l7zEQ/7zLyTd0aFGcz+YRm01KBZJql1xWSIykE9rC1l3G1aVqzctJteuW/3+/bj0DJJ0NrrpAtpRfURWdKgv+MpvFvWrj/CvAAMEu38dGKU5NAAAAAElFTkSuQmCC) /*/Static/img/kommentbtn.png*/ no-repeat left;
    color: #2877ae;
    font: bold 12px 'Arial';
    padding: 4px 15px 4px 30px;
    -ms-border-radius: 40px;
    border-radius: 40px;
    margin-bottom: 8px;
}

.commentwrap {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 0px;
}

.blogg .main-topic-wrap {
    background: none;
    border-left: none;
    margin-top: 0;
    border-top: 1px solid #eee;
}

.blogg .comment .user {
    color: #b384c0;
}

.blogg .main-topic-wrap .comment {
    margin-top: 0;
}

.blogg .svara {
    font-size: 13px;
    font-weight: bold;
    font-family: Arial;
    color: #2877ae;
    background: #eeeeee;
    padding: 13px 15px;
    height: auto;
    line-height: 0px;
    float: right;
}

.ansto {
    font-size: 12px;
    font-family: Arial;
    font-weight: bold;
    color: #999;
}

.blogg .comment .comment-content .datetime {
    padding-right: 5px;
}

.quote-wrap .datetime-number {
    border-left: 3px solid #b384c0;
    padding-left: 5px;
    margin-left: -8px;
}

.blogg .topic {
    border-bottom: none;
}

.blogg .quote {
    margin-top: 15px;
}

.subcomment {
    border-left: 3px solid #cccccc;
}

    .subcomment .quote-wrap {
        margin-left: 10px;
    }

.latestcm {
    background-color: #fff;
    border: 1px solid #eee;
}

    .latestcm .news-caption {
        font-size: 18px;
        color: #333;
        font-family: roboto_slabregular;
    }

    .latestcm ul {
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }

    .latestcm a {
        color: #b384c0;
        font-family: Arial;
        font-weight: bold;
        font-size: 14px;
    }

    .latestcm ul li {
        border-bottom: 1px dotted #ccc;
        padding-bottom: 5px;
        padding-top: 5px;
    }

        .latestcm ul li:last-child {
            border-bottom: none;
        }

.lashela a {
    color: #b384c0;
    float: right;
    margin-right: 15px;
    font: 13px 'roboto_slabbold';
}

.landing .commentwrap {
    background: url(/Static/img/violet-corner.jpg) no-repeat bottom right;
    background-size: contain;
}

.blit {
    margin-top: 40px;
}

.blogg.landing .title-wrap {
    margin-bottom: 0;
}

.landing .news-block h3 {
    margin-top: 0;
}

.landing .news-block .subheading {
    margin: 10px 15px;
    border-bottom: 1px solid #ccc;
}

.blogg .bloggavt .avt {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dotted #ccc;
}

.blogg .bloggavt .desc {
    padding: 15px 25px;
}

.blogg.landing .violet {
    background: none;
}

.tit {
    float: left;
}

.button {
    float: right;
    font-family: Arial;
    font-weight: bold;
    font-size: 13px;
}

.bgcg, .bpcw {
    padding: 9px 15px;
    -ms-border-radius: 40px;
    border-radius: 40px;
    font: bold 15px 'Arial';
}

    .bgcg, .bgcg:hover {
        color: #2877ae;
        background: #eeeeee;
        text-decoration: none;
    }

    .bpcw, .bpcw:hover {
        color: #ffffff;
        background: #b384c0;
        text-decoration: none;
    }

.picturewrap .sort {
    padding-top: 12px;
}

.category-wrap.picturewrap .filter-wrap input[type="checkbox"]:checked + label {
    background: #c97794;
}

    .category-wrap.picturewrap .filter-wrap input[type="checkbox"]:checked + label .filter-name {
        color: #fff;
    }

.category-wrap.picturewrap .filter-wrap input[type="checkbox"] + label .filter-name {
    color: #000;
}

.category-wrap.picturewrap .filter-wrap input[type="checkbox"] + label {
    border: 1px solid #eee;
}

.category-wrap.picturewrap .category-item .stripe.avslutad {
    background: #e3c166;
    margin-right: 13px;
    right: 0;
}

.category-wrap.picturewrap .category-item .stripe.miljo {
    background: #c97794;
}

.category-wrap.picturewrap .category-item .comment-rating .comment {
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    color: #000;
}

.category-list {
    padding-right: 0;
    padding-left: 0;
}

.category-wrap .category-item .stripe {
    display: none;
}

.audate {
    font-size: 12px;
    color: #000;
}

    .audate span {
        font-weight: bold;
    }

.quizcontent .status {
    margin-bottom: 20px;
}
.quizcontent .status h2 {
    margin-top: 0;
    font-size: 20px;
    font-family: Arial;
}
.quizcontent .share-button {
    margin-bottom: 10px;
}
.fragorwrap {
    border: 1px solid #ccc;
}

.fl {
    float: left;
}

.fragorhead {
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    color: #000;
    border-bottom: #cccccc;
    padding: 10px 20px;
    border-bottom: 1px solid #cccccc;
}

.fr {
    float: right;
}

.qnum {
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    border: 1px solid #CCC;
    background: #FFF;
    padding: 5px 14px;
    margin-left: -15px;
}

.bgr {
    background: #60ab6c;
    color: #fff;
    border: none;
}

.qcontent {
    font-size: 14px;
    font-family: Arial;
    color: #000;
    display: inline-block;
}

.qcate, .r1 {
    padding-bottom: 10px;
    padding-top: 10px;
}

.r1, .quizques {
    border-bottom: 1px dotted #ccc;
}

.question {
    border-right: 1px solid #ccc;
    padding-right: 10px;
}

.perc {
    padding: 15px;
}

.quizlist {
    padding-bottom: 15px;
    padding-left: 10px;
    border-top: none;
    padding-right: 10px;
}

.br {
    background: #db5e62;
    color: #fff;
    border: none;
}

.quizques {
    padding-top: 7px;
    padding-bottom: 7px;
}

.quiz-marked-text {
    background: #d4af4c;
    color: #fff;
}

.ques-header {
    font-size: 13px;
    font-weight: bold;
}

.quizwrap .title {
    font-size: 26px;
    color: #000;
    margin-top: 25px;
    margin-bottom: 10px;
}

.answer-content label {
    display: inline;
}

.answer-content .answer {
    margin-top: 10px;
}

.answer-content .btn {
    font-family: Arial;
    font-weight: bold;
    color: #428BCA;
    background: #eee;
    float: right;
    /*padding: 10px 25px;*/
    border-radius: 19px;
}

.ques {
    color: #000000;
    font-size: 20px;
    margin-bottom: 20px;
}

.answer-content .btn:hover {
    background: #428BCA;
    color: #ffffff;
}

.prev, .next {
    display: inline-block;
    float: right;
}

.answer-content label {
    font-weight: normal;
    margin-top: 8px;
    margin-bottom: 0;
}

.pokal {
    font-family: RobotoSlab-Regular;
    color: #fefefe;
    font-size: 12px;
    position: absolute;
    margin-top: 3px;
    margin-left: 0px;
    padding: 13px 31px 27px 35px;
    z-index: 9;
    background: url(/Static/img/pokal.png) no-repeat;
}

.vinare .news-caption a {
    font-size: 18px;
    color: #2877ae;
}

.vinare .num {
    font-weight: bold;
    color: #333333;
}

.vinare .list-unstyled a {
    color: #2877ae;
}

.vinare .list-unstyled li {
    padding: 10px 0;
    background-color: #e6e6e6;
}

.bloggstart .image-container {
    background: url(/static/img/wood.png);
    padding-top: 5%;
    padding-bottom: 51.25%;
}

.bloggstart .sort .sortitem.active {
    color: #000;
}

.sortitem:hover {
    cursor: pointer;
}

.quiz-detail {
    clear: both;
    margin-left: 15px;
    margin-right: 15px;
}

.quiz-wrapper .question {
    border-right: none;
}

.your-option, .correct-option {
    float: left;
}

.your-option {
    margin-right: 10px;
}

.expertpi {
    max-width: 20px;
    position: absolute;
    left: -8px;
    top: 31%;
}

.richtextblock img {
    max-width: 100%;
    height: auto;
}

.xformblockdata {
    margin-bottom: 15px;
}

.mgb15 {
    margin-bottom: 15px;
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

div.forum-list-user {
    display: inline !important;
}

.expert-icon {
    max-width: 20px;
    padding-right: 5px;
}

.blogg-name .blog-header-link {
    color: #333;
    text-decoration: none;
}

    .blogg-name .blog-header-link:hover {
        color: #c9a2d4;
    }

.articleheadline input {
    width: 100%;
}

.onepicwrap .imgmaster {
    max-width: 100%;
}

.onepicwrap .title {
    font-family: roboto_slabregular;
    font-size: 40px;
    color: #000;
}

.onepicwrap .sub-text {
    font-family: 'sans-serif';
    font-size: 20px;
    color: #333333;
    line-height: 30px;
}
.subheadingText > p{
    color: black;
    font-family: Arial;
}
.onepicwrap .marked-text {
    background: #444444;
    font-family: 'sans-serif';
}

.onepicwrap .votewrap {
    font-family: roboto_slabregular;
    font-size: 24px;
    color: #000;
    line-height: 36px;
    margin-bottom: 20px;
}

.onepicwrap .btnvote {
    border-radius: 15px;
    border: 1px solid #60ab6c;
    color: #fff;
    background: #60ab6c;
    padding: 5px 25px;
    font-family: roboto_slabbold;
    font-size: 24px;
    line-height: 24px;
}

.btnvote:hover {
    cursor: pointer;
}

.onepicwrap .social-sharing {
    margin-bottom: 0;
}

.onepicwrap .cmt-skriv {
    background: #333;
}

.onepicwrap .green {
    background: none;
}

    .onepicwrap .green .title_outside_border {
        background: #333;
    }

.vote {
    background: #333;
    color: #fff;
    padding: 2px 8px;
    border-radius: 10px;
    margin-left: 5px;
    cursor: pointer;
}

    .vote:hover {
        background: #333;
        color: #fff;
        text-decoration: none;
    }

.by {
    font-size: 11px;
    font-family: Arial;
    color: #444;
    display: inline-block;
    font-weight: normal;
    text-transform: uppercase;
    max-width: 50%;
}

.photo-vote-count {
    margin-right: 3px;
}

.date-separator {
    color: #555;
    margin: 0 6px;
}

.wfmallwrap .headline, .upload-form .headline {
    font-size: 40px;
    font-family: Chivo-Black, Arial;
    color: #000;
    line-height: 40px;
    margin: 30px 0 15px;
}

.wfmallwrap .desc, .upload-form .desc {
    font-family: Arial;
    font-size: 15px;
    color: #000;
    margin-bottom: 20px;
}

.wfmallwrap .w80p, .upload-form .w80p {
    width: 90%;
}

.wfmallwrap .lab, .upload-form .uploadcontrols .lab {
    font: 23px 'roboto_slabregular';
    color: #000;
    line-height: 30px;
    margin: 15px 0 5px;
}

.wfmallwrap input[type="text"], .wfmallwrap textarea,
.upload-form .uploadcontrols input[type="text"], .upload-form .uploadcontrols textarea {
    width: 100%;
    background: #eeeeee;
    border: 1px solid #e2e2e2;
    padding: 10px;
    border-radius: 5px;
}

.wfmallwrap .fileUpload, .upload-form .fileUpload {
    margin: 10px 0;
}

.wfmallwrap .upp, .upload-form .upp {
    padding: 10px;
    -moz-min-width: 100px;
    -ms-min-width: 100px;
    -o-min-width: 100px;
    -webkit-min-width: 100px;
    min-width: 100px;
}

    .wfmallwrap .upp[disabled], .upload-form .upp[disabled] {
        background-color: #e2e2e2;
    }

.wfmallwrap .disabled, .wfmallwrap .disabled:hover,
.upload-form .disabled, .upload-form .disabled:hover {
    background-color: #ccc;
}

.wfmallwrap .ulp, .upload-form .ulp {
    font-size: 15px;
    font-family: Arial;
    font-weight: bold;
    color: #000;
    line-height: 28px;
    background: #eeeeee;
    border-radius: 23px;
    padding: 4px 23px;
    margin-top: 10px;
}

.wfmallwrap .mesrow, .upload-form .mesrow {
    margin-bottom: 10px;
}

.mrb40 {
    margin-bottom: 40px;
}

.noteex {
    text-align: right;
    font-size: 10px;
    font-family: Arial;
    color: #000;
}

    .noteex img {
        padding-left: 10px;
    }

.pagelist-product a {
    color: #659694 !important;
}

.pagelist-product .title_outside_border {
    background: #659694;
}

.pagelist-artikel a {
    color: #ef3f44 !important;
}

.pagelist-artikel .title_outside_border {
    /*background: #ef3f44;*/
}

.pagelist-bilder a {
    color: #d4af4c !important;
}

.pagelist-bilder .title_outside_border {
    background: #d4af4c;
}

.pagelist-forum a {
    color: #6eafab !important;
}

.pagelist-forum .title_outside_border {
    background: #6eafab;
}

.pagelist-blogg a {
    color: #844097 !important;
}

.pagelist-blogg .title_outside_border {
    background: #844097;
}

.pagelist-supplier a {
    color: #98a150 !important;
}

.pagelist-supplier .title_outside_border {
    background: #98a150;
}

.pagelist-expert a {
    color: #ff441a !important;
}

.pagelist-expert .title_outside_border {
    background: #ff441a;
}

.pagelist-tavling a {
    color: #ff9600 !important;
}

.pagelist-tavling .title_outside_border {
    background: #ff9600;
}

.pagelist-photoevent a, .pagelist-photo a {
    color: #444 !important;
}

.pagelist-photoevent .title_outside_border, .pagelist-photo .title_outside_border {
    background: #444;
}

.pagelist-offer a {
    color: #e60082 !important;
}

.pagelist-offer .title_outside_border {
    background: #e60082;
}

.pagelist-services a {
    color: #00aac8 !important;
}

.pagelist-services .title_outside_border {
    background: #00aac8;
}

.alert.alert-danger.profile-warning {
    margin-top: 10px;
    margin-bottom: 0;
}

.lead-text {
    font-weight: bold;
}

.bottom-content {
    margin-top: 10px;
}

.xform .form-group {
    margin-bottom: 5px !important;
}

.xform .xform-alert {
    padding: 10px;
}

.file-thumb {
    width: 200px;
    height: 150px;
}

.new-file-thumb {
    max-width: 200px;
    max-height: 150px;
}


/*classes for offer page*/

.offer-sponsored-text {
    padding-left: 15px; 
    padding-right: 15px;
}

.offer-wrap {
    font-family: 'arial';
}
.offer-wrap .content {
    margin-bottom: 0;
}
.more-offers .product-slider-wrap {
    margin: 10px 15px;
}
.offer-image {
    margin-top: 20px;
}

.maintitle h2 {
    font-weight: bold;
}

.readmoresupp {
    float: right;
}

.belong-text {
    font-family: Arial;
    font-size: 24px;
}

.offer-wrap hr {
    border-top: 1px solid #ccc;
}
.btn-xlarge {
    padding: 18px;
    font: 22px 'arial';
    line-height: normal;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 3px 3px 2px 0 #ccc;
    -webkit-box-shadow: 3px 3px 2px 0 rgba(204,204,204,1);
    -moz-box-shadow: 3px 3px 2px 0 #ccc;
    -moz-box-shadow: 3px 3px 2px 0 rgba(204,204,204,1);
    -ms-box-shadow: 3px 3px 2px 0 #ccc;
    -ms-box-shadow: 3px 3px 2px 0 rgba(204,204,204,1);
    box-shadow: 3px 3px 2px 0 #ccc;
    box-shadow: 3px 3px 2px 0 rgba(204,204,204,1);
    /*background-color: #60ab6c;*/
    margin-top: 5px;
    white-space: normal;
}
.membercard-info {
    border: solid 7px #ed1c24;
    margin-bottom: 0;
}
.membercard-content {
    margin-top: 10px;
}
.membercard-info h3, .membercard-info h4, .print-membercard {
    font-weight: bold;
}
#usingSocialAccountModal {
    text-align: left;
}
#login-msg {
    margin-top: 10px;
}
.btn-readmoresocial {
    padding-left: 0;
    margin-top: 20px;
}
.registerwrap h1 {
    font: 30px roboto_slablight;
}
.registerwrap .maintitle {
    font-size: 22px;
}
.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}
.region-inline-block {
    display: inline-block;
}
.region-filter {
    margin-bottom: 10px;
}
span.region-inline-block.title {
    margin-right: 8px;
}
.productnews-header {
    text-align: center;
}
.productnew-readmore {
    padding-top: 10px;
}
.productnews-headline {
    color: #ef3f44;
}
.productnew-readmore > a {
    color: #0088C6;
    font: 14px/20px Arial;
    padding: 5px;
}
.product-area .content {
    margin-bottom: 10px;
}
.productnews-item {
    text-align: center;
}
.product-slider-wrap .productslider-header {
    background-color: #EE262C;
    color: #fefefe;
    text-align: center;
    padding: 5px;
}
/* enable absolute positioning */
.inner-addon { 
    position: relative; 
}

/* style icon */
.inner-addon .fa {
  position: absolute;
  padding: 10px;
  pointer-events: none;
}
.inner-addon .required {
    color: #ef3f44;
}

/* align icon */
.left-addon .fa  { left:  0;}
.right-addon .fa { right: 0;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }
h4.partial-reg {
    font-size: 15px;
}
a.partial-reg {
    padding: 4px 2px;
}

.search-result .search-result-item {
    margin-top: 10px;
    display: inline-block;
    min-height: 350px;
    vertical-align: top;
    width: 313px;
    margin-right: 15px;
    padding-right: 0;
    padding-left: 0;
}

.search-result .sp-item .sp-text {
    position: absolute;
    top: 0;
    background-color: #eee;
    width: 100%;
    color: #000;
    text-align: center;
    font-family: "Helvetica", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    padding-bottom: 2px;
    border-bottom: none;
    padding: 0;
}
a.email-sharing {
    color: #333;
    padding-left: 10px;
}
.email-share-modal .share-link {
    margin-bottom: 20px;
}
.email-share-modal .share-link p {
    margin-bottom: 0;
}
.email-share-modal label {
    cursor: pointer;
}
i.requiredField {
    color: #a94442;
}
.email_2 {
    position: absolute;
    left: -5000px;
}
.leadform-title {
    margin: 0;
    padding: 0;
}
.page-name-item{
    padding-right: 0;
}
.page-name-item > a, comment_number{
    color: #141414;
}
.recommend-item {
    border-bottom: 1px solid white !important;
}
.recommend-item:nth-last-child(1){
    border-bottom: none !important;
}
.recommend-item-manual:nth-last-child(1){
    border-bottom: 1px solid white !important;
    margin-bottom: 5px;
}
.recommend-item-manual {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.recommend-item-manual .page-name-item a {
    padding-top: 5px;
    padding-bottom: 5px;
}
.more-item-link-manual a{
    padding-bottom: 5px;
    color: #db5e62;
    margin-right: 15px !important;
}
.product-area .bx-viewport .product-slider li div a {
    color: #ef3f44;
    font-weight: bold;
}
.product-area .bx-viewport .product-slider li .content div p {
    color: black;
}
.product-area .new-product-inner {
    border: 1px solid #dbdbdb;
    background: #f6f6f6;
    margin-bottom: 20px;
}

.overlay-bottom {
    width: 100%;
}

.overlay-items {
    width: 100%;
    background-color: rgb(230, 230, 230);
    transition: all 1s;
    border-top: 3px solid rgb(239, 63, 68);
    padding: 0;
    position: fixed;
    bottom: 0;
    height: 10%;
    z-index: 99999;
    left: 0;
    right: 0;
    text-align: center;
}

.overlay-items .wrapper {
    width: 100%;
    margin: 0 auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.overlay-items .overlay-sponsor {
    position: absolute;
    top: 0;
    width: 92%;
    max-width: 165px;
    background-color: rgb(97, 97, 97);
    color: #fff;
    text-align: center;
    float: left;
    display: block;
    text-transform: uppercase;
}

.overlay-bottom img.close-img {
    position: absolute;
    top: 5px;
    right: 15%;
}

.overlay-items.close {
    top: 100vh;
    height: 0;
}

.overlay-items .hidden {
    display: none;
}

.overlay-items .item {
    /*margin-right: 60px;*/
    width: 330px;
}

.overlay-items .text {
    margin-top: 5px;
    margin-left: 5px;
    text-align: left;
}

.overlay-items .row .close-btn {
    margin-right: 15px;
    width: 0;
    position: absolute;
    right: 0;
}

.overlay-items .body {
    padding-left: 0;
}

.overlay-items .block {
    margin-left: 0px;
    margin-right: 130px;
}

.overlay-items .image-container {
    height: 0;
    width: 165px;
    position: relative;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-right: 0;
}

.overlay-items .image-container img {
    /*height: 90px;*/
    width: 165px;
}

.close-overlay-mobile {
    display: none;
}

.teaserblockdata .border{
    border: none;
}
.read-also {
    font-weight: 800;
    font-size: 16px;
    color: rgb(221, 46, 46);
    font-family: Chivo-Black, Arial, 'Helvetica Neue LT Std-Bd';
}
.media .mediaText p:nth-child(1){
    font-family: Chivo-Black, sans-serif !important;
    font-size: 18px;
    color: black;
    font-weight: bold;
    padding-top: 10px;
}
.media .mediaText p:nth-child(2){
    font-family: Arial, sans-serif !important;
}
.fb-comments{
    padding-left: 0 !important;
}
#resultItemContainer .category-item .cate-title {
    padding-top: 0;
    padding-bottom: 0;
}
.search-result-item .content .short-desc .type-name {
    padding-left: 0;
}

@media(max-width: 1200px) and (min-width: 1010px) {
    .overlay-items {
        height: 8%;
    }
    .overlay-bottom img.close-img {
        right: 2%;
    }
}

@media(max-width: 1009px) and (min-width: 768px){
    .overlay-items .image-container {
        padding-bottom: 100px;
        padding-left: 260px;
        padding-right: 10px;
        width: 50%;
        height: 100%;
        float: left;
    }
    .slick-next {
        right: 20px !important;
        z-index: 9999;
    }
    .slick-prev {
        left: 20px !important;
        z-index: 9999;
    }
    .media .mediaImg {
        width: 45%;
        float:left;
    }
    .teaserblockdata .border{
        width: 100%;
        padding-right: 0;
    }
   .media .mediaText {
      width: 55%;
      float:right;
      display: -webkit-box;
      -webkit-line-clamp: 8;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      padding-left: 15px;
    }
   .media .mediaText p:nth-child(1){
        padding-top: 0;
        margin-top: 0;
        font-family: Chivo-Black, sans-serif;
        font-size: 18px;
        color: black;
        font-weight: bold;
    }
    .block-container .teaserblockdata .media .mediaImg {
        width: 100% !important;
    }
    .block-container .teaserblockdata .media .mediaText {
        width: 100% !important;
        padding-left:0;
    }
    .search-result-item {
        width: 100% !important;
    }

    .overlay-items {
        height: 11%;
    }

    .overlay-items .wrapper {
        width: 85%;
        height: 100%;
        padding: 0 !important;
        border-bottom: 0;
    }

    .overlay-items .block {
        margin-left: 20px;
        margin-right: 0;
        padding-bottom: 50px;
        padding: 0;
        width: 19% !important;
    }

    .overlay-items .body {
        padding: 0;
        width: 100%;
    }

    .overlay-items .img-responsive {
        width: 100%;
        padding-bottom: 10px;
    }
    
    .row .item {
        margin-left: 0;
        width: 100%;
    }

    .overlay-items .teaser_name {
        margin-right: 10px;
        font-family: "Chivo", sans-serif;
    }

    .close-overlay-mobile {
        display: block;
        position: absolute;
        top: 0;
        right: 15px;
    }

    .close-overlay-mobile img {
        width: 18px;
        height: 18px;
    }

    img.close-img {
        display: none !important;
    }

    .slick-next::before {
        background: url(/Static/img/right_arrow.png) no-repeat;
        background-size: 18px 18px;
        content: "";
        display: block;
        height: 26px;
        width: 26px;
    }
    .slick-prev::before {
        background: url(/Static/img/left_arrow.png) no-repeat;
        background-size: 18px 18px;
        content: "";
        display: block;
        height: 26px;
        width: 26px;
    }

    .teaserblockdata .media .mediaImg img {
        width: 100%;
        height: auto;
    }

}

@media(max-width: 992px) and (min-width: 415px){
    .search-result .search-result-item {
        width: 33%;
        padding-right: 5px;
        padding-left: 5px;
        margin-right: 0;
    }
}

@media(max-width: 767px) {
   .media .mediaImg {
        width: 45%;
        float:left;
    }
   .teaser-sponsored-text {
       max-width: 45%;
   }

    .teaserblockdata .border{
        width: 100%;
        padding-right: 0;
    }
   .media .mediaText {
      width: 55%;
      float:right;
      display: -webkit-box;
      -webkit-line-clamp: 8;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      padding-left: 15px;
    }
   .media .mediaText p:nth-child(1){
        padding-top: 0;
        margin-top: 0;
        font-family: Chivo-Black, sans-serif;
        font-size: 18px;
        color: black;
        font-weight: bold;
    }
    .block-container .teaserblockdata .media .mediaImg {
        width: 100% !important;
    }
    .block-container .teaserblockdata .media .mediaText {
        width: 100% !important;
        padding-left:0;
    }
    .search-result-item {
        width: 100% !important;
    }

    .overlay-items {
        height: 20%;
    }

    .overlay-items .wrapper {
        width: 85%; /* 97% */
        height: 100%;
        padding: 0 !important;
        border-bottom: 0;
    }

    .overlay-items .block {
        margin-left: 20px;
        margin-right: 0;
        padding-bottom: 50px;
        padding: 0;
        width: 19% !important;
    }

    .overlay-items .body {
        padding: 0;
        width: 100%;
    }

    .overlay-items .img-responsive {
        width: 100%;
        padding-bottom: 10px;
    }

    .overlay-items .image-container {
        padding-bottom: 50px !important;
        padding-left: 0;
        padding-right: 10px;
        width: 30%;
        height: 100%;
        float: left;
    }

    .row .item {
        margin-left: 0;
        width: 100%;
    }

    .overlay-items .teaser_name {
        margin-right: 10px;
        font-family: "Chivo", sans-serif;
    }

    .close-overlay-mobile {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
    }

    .close-overlay-mobile img {
        width: 18px;
        height: 18px;
    }

    img.close-img {
        display: none !important;
    }

    .slick-next::before {
        background: url(/Static/img/right_arrow.png) no-repeat;
        background-size: 18px 18px;
        content: "";
        display: block;
        height: 26px;
        width: 26px;
    }
    .slick-prev::before {
        background: url(/Static/img/left_arrow.png) no-repeat;
        background-size: 18px 18px;
        content: "";
        display: block;
        height: 26px;
        width: 26px;
    }

    .wrapper_horizontal_container .ul_wrapper_horizontal .advertisementblock.span4 {
        width: 32% !important;
    }
    .wrapper_horizontal_container .ul_wrapper_horizontal .advertisementblock.span6 {
        width: 47% !important;
    }

}

@media(max-width: 767px) and (min-width: 376px){
    .overlay-items .block {
        width: 19% !important;
    }
}

@media(max-width: 736px) {
    .overlay-items .block {
        width: 19% !important;
    }
}

@media(max-width: 425px) {
    .close-overlay-mobile {
    }
}
@media(max-width: 320px) {
    .close-overlay-mobile {
    }
    .overlay-items {
        height: 20%;
    }
}
@media(min-width: 360px) and (max-width: 374px){
    .overlay-items .block {
        margin-left: 5px !important;
    }
}
@media(max-width: 580px) {
    .media .mediaText .preamble, .media .mediaText .teaser_text {
        display: -webkit-box;
        -webkit-line-clamp: 8;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        overflow:hidden;
    }
    .overlay-items .block {
        width: 470px;
    }
}
@media(max-width: 667px) {
    .overlay-items .block {
        width: 547px;
    }
}
@media(max-width: 414px) {
    .close-overlay-mobile {
    }

    .overlay-items {
        height: 15%;
    }

    .overlay-items .block {
        margin-left: 18px;
    }

    .overlay-items .image-container {
        width: 50%;
    }

    .media .mediaText p:nth-child(1) span{
        padding-top: 0;
        margin-top: 0;
        font-family: Chivo, sans-serif;
        font-size: 16px;
        color: black;
        font-weight: bold;
    }
     .media .mediaText .preamble, .media .mediaText .teaser_text {
      display: -webkit-box;
      -webkit-line-clamp: 5;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      overflow:hidden;
      padding-bottom: 0;
      font-size: 13px;
      padding-right: 0;
    }
     .search-result-item {
         min-height: 300px;
         padding-left: 0;
         padding-right: 0;
     }
}
@media(max-width: 375px) {
    .close-overlay-mobile {
    }    

    .product-slider-wrap .bx-wrapper .bx-controls-direction a {
        top: 90px;
        transform: translate(0, -50%);
    }
    .overlay-items .image-container {
        width: 55% !important;
    }
    .overlay-items .block {
        margin-left: 15px;
        width: 304px !important;
    }
    .overlay-items {
        /* max-height: 100px; */
        height: 15%;
    }

    .overlay-items .overlay-sponsor {
        top: 0;
        width: 95%;
    }
    
}
@media(max-width: 320px) {
    .overlay-items .block {
        width: 260px !important;
    }
    .overlay-items .img-responsive {
        padding-top: 0;
    }
    .overlay-items .text {
        padding-top: 0;
    }
    .overlay-items .image-container {
        width: 50% !important;
    }
    .overlay-items .block {
        margin-left: 15px;
    }
}
@media(min-width: 480px){
    .product-slider-wrap .bx-wrapper .bx-controls-direction a {
        top: 35%;
        transform: translate(0, -50%);
    }
    .dk_nav_container ul li a {
        font: bold 16px 'Raleway-Bold';
    }
}
@media(max-width: 1080px) and (min-width: 768px){
    .product-slider-wrap .bx-wrapper .bx-controls-direction a {
        top: 90px;
        transform: translate(0, -50%);
    }
    .overlay-items .wrapper {
        width: 100%;
    }
}
@media(min-width: 768px){
    .overlay-items .wrapper {
        max-width: 1000px;
    }
    .repetion-article-image .image-container a img {
        width: 300px;
        height: 200px;
    }
    .registerwrap .login_area {
        margin-top: -270px;
    }
    .registerwrap.login_single .login_area {
        margin-top: 0;
    }
}
@media (min-width: 992px) {
    .container {
        width: 1000px;
    }

    .repetion-article-image .commercial-label {
        max-width: 300px;
    }

    .bx-wrapper .bx-viewport .photo-container .big {
        height: 445px;
    }

    .teaserblockdata .media .teaser-sponsored-text {
        width: 300px;
    }

    /*
    .category-list {
        padding-left: 15px !important;
    }

    .category-list .product-slider-wrap {
        margin-left: -5px;
        padding-top: 8px;
    }
    */
}
.mediaImg {
    position: relative;
}
/* For Wrapper Horizontal Block */
.wrapper_horizontal_container {
    display:block;
    clear:both;
    margin:1em 0px;
    text-align:center;
}

.wrapper_horizontal_container .ul_wrapper_horizontal {
    padding-left: 5px;
}

.wrapper_horizontal_container .ul_wrapper_horizontal .span4 {
    max-width: 33%; 
    width: 33% !important; 
    overflow: hidden;
    margin-right: 2px;
}

.wrapper_horizontal_container .ul_wrapper_horizontal .span6 {
    max-width: 50%; 
    width: 48% !important; 
    /*overflow: hidden;*/
    margin-right: 8px;
}

.wrapper_horizontal_container .fusion_article-description .fusion_text {
    font-family: sans-serif !important;
}

.wrapper_horizontal_container .native-ad-md {
    display:inline-block;
    vertical-align:top;
    background-color:#fff;
    color:#000;
    padding:10px;
    margin:0px -1px;
    max-width:33%;
    text-align:left;
    overflow: hidden;
    word-wrap: break-word;
    min-height:270px;
}
.wrapper_horizontal_container .native-ad-md a {
    color:inherit;
    text-decoration:none;
    border:none;
}
.wrapper_horizontal_container .native-ad-md a:hover {
    text-decoration:underline;
}
.wrapper_horizontal_container .native-ad-md .content-label {
    color:gray;
    font-size:0.8em;
    padding: 0 0 10px;
}

.wrapper_horizontal_container .native-ad-md img {
    max-width:100%;
}
.wrapper_horizontal_container .native-ad-md .article-description h3 {
    font-size:18px;

}
.wrapper_horizontal_container .native-ad-md .article-description h3:hover {
    text-decoration: underline !important;
}

.wrapper_horizontal_container .native-ad-md .article-description .text {
    -webkit-hyphens: auto !important;
    -moz-hyphens: auto !important;
    -ms-hyphens: auto !important;
    -o-hyphens: auto !important;
    hyphens: auto !important;
    word-break: break-word !important;
}

@media only screen and (max-device-width: 480px) {
    .wrapper_horizontal_container .native-ad-md {
        padding:5px;
    }
    .wrapper_horizontal_container .native-ad-md .article-description .text {
        display: none;
    }
    .repetion-article-image .image-container a img, .teaserblockdata .media .mediaImg img {
        width: 100% !important;
        height: auto !important;
    }
}

.hyphenate .native-ad-md .article-description h3,
.hyphenate .native-ad-md .article-description .text {
    -webkit-hyphens: auto !important;
    -moz-hyphens: auto !important;
    -ms-hyphens: auto !important;
    -o-hyphens: auto !important;
    hyphens: auto !important;
    word-break: break-word !important;
}
.top_caption {
    top: 15px !important;
    bottom: auto !important;
}

.carousel-img-preview {
    max-width: 617px;
}

.carousel-ul-preview {
    list-style-type: none;
}

.thumb-img {
    cursor: pointer;
    width: 95px;
    height: 64px;
}

/***/
.ad-item {
    text-align: center;
}

    .ad-item small, .ad-item .mark-text {
        color: #CCCCCC;
        display: block;
        font: 9px Verdana,Arial,sans-serif;
        letter-spacing: 3px;
        padding: 3px 0;
        text-transform: uppercase;
        text-align: left;
    }
    .ad-item .mark-text {
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
    }

#catcher_left .ad-item .mark-text {
    margin-left: 50px;
}

/*Teaser Block*/
.span4 {
    width: 32%;
}

.span8 {
    width: 64%;
}

.span12 {
    width: 100%;
    display: inline-block;
}

.two-col-right .span4, .two-col-right .span8,
.article-second-col .span4, .article-second-col .span8,
.three-col-right .span4, .three-col-right .span8,
.three-col-left .span4, .three-col-left .span8,
.three-col-mid .span4, .three-col-mid .span8 {
    width: 100%;
}

.border {
    border: 1px solid #eee;
    overflow: hidden;
    text-align: left;
    margin-bottom: 20px;
    font-family: sans-serif;
    width: 96.6%;
}

    .border a {
        text-decoration: none;
        color: #000;
    }

    .border img {
        max-width: 100%;
    }

    .border .teaser_text {
        padding: 0 16px;
    }

.image-teaser-block {
    width: 600px;
}

.teaser-sponsored-text {
    font: 11px 'roboto_slabbold';
    color: #f7f7f7;
    padding: 5px;
    overflow: hidden;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    background-color: #666;
    border: none;
}

.ad-container {
    margin-bottom: 3px;
}

.adv-block {
    text-align: initial;
}

.fusionDivAdv_mobile {
    text-align: center;
}

/*rss feed*/
.red ul li:first-child .rss_title {
    width: 100%;
}

.red ul li .rss_title {
    padding: 12px 0;
    width: 100%;
}

.rss_title {
    float: left;
}

.red ul li .rss_title a {
    font: 14px 'Arial';
    color: #333333;
}

.red ul li .rss_title .arrow-icon {
    background: url(/Static/img/recommend_arrow.png) no-repeat 10px center;
    width: 20px;
    display: table-cell;
}

.red ul li .rss_title .tablecell {
    display: table-cell;
    padding-left: 8px;
}

.red ul li .rss_title .pub-date {
    font-size: 12px;
    font-style: italic;
}
/*.login_contents .leftform {
    width: 160px;
}*/
.right-adv img {
    max-width: 300px;
}

.left-adv img {
    max-width: 300px;
}

.middle-banner {
    text-align: center;
    margin: 15px;
    clear: both;
}

.article-banner {
    text-align: center;
    clear: both;
}

    .article-banner .ad-item {
        border-bottom: 1px solid #DDDDDD;
        border-top: 1px solid #DDDDDD;
        padding: 5px 3px;
    }

.top-ad .ad-item {
    text-align: center;
    z-index: 5;
}

.validatorborder {
    border-right: 3px solid red !important;
}

.validationddlborder {
    border: 1px solid red !important;
}

.redcolor {
    color: red;
    display: inline-block;
}

.redb ::-webkit-input-placeholder { /* WebKit browsers */
    color: red !important;
}

.redb :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: red !important;
}

.redb ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: red !important;
}

.redb :-ms-input-placeholder { /* Internet Explorer 10+ */
    color: red !important;
}

.no-out-line {
    outline: none;
}

.postbtn {
    display: block;
    float: right;
}

.invalidemail {
    background-color: #c04848;
    color: rgb(255, 255, 255);
    margin-bottom: 5px;
    padding: 5px;
    font-family: Arial;
    font-weight: bold;
    display: inline-block;
}

.reset-password {
    margin-top: 5px;
}

#disablescreen {
    z-index: 999;
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url(/Static/Scripts/bxSlider/Images/bx_loader.gif);
    background-repeat: no-repeat;
    background-position: center;
    /*background-color: #333;
        opacity: 0.2;*/
}

.processloading {
    background-image: url(/Static/Scripts/bxSlider/Images/bx_loader.gif);
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    background-position: center;
    display: inline-block;
    margin-right: 5px;
}

.seemoreloading {
    background-image: url(/Static/Scripts/bxSlider/Images/bx_loader.gif);
    background-repeat: no-repeat;
    width: 100%;
    height: 32px;
    background-position: center;
    margin-right: 5px;
}

/*profile page*/
.member-content .gatua-wrap .ctrl { /*width: 75%;*/
}

.ctrl.alias.port {
    min-width: 130px;
    width: 22%;
}
/*.member-content .gatua-wrap .ctrl.ort { width: 25%;}*/
.bytbild {
    margin-left: 90px;
}

.gatua-wrap .name-wrap .name-row .name-label.sr {
    width: 50px;
}

.member-content .gatua-wrap .ctrl.ort {
    width: 25%;
}

.avatar-name .avatar {
    min-height: 120px;
}

.forum .svara input {
    color: #fff;
    font: bold 13px 'Arial';
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
}

.member-content .gatua-wrap select {
    width: 80%;
}

.member-content select {
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    color: #000000;
    font-weight: bold;
    width: 290px;
    padding-top: 3px;
    padding-left: 13px;
}

.alias select {
    background: none repeat scroll 0 0 #EEEEEE;
}

.forum .forum-table .header .active {
    color: #000000;
}

.forum .forum-table .header input {
    outline: none;
}

.av .username a {
    color: #4A8884;
    font-family: Arial;
    font-size: 12px;
}
/*catpcha*/
.comment-block input[type="button"] {
    background: none repeat scroll 0 0 #6eafab;
    border: medium none;
    border-radius: 24px;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    padding: 8px 29px;
    margin-top: 10px;
}

.captcha-reply .error {
    color: red;
}

.reportmessage {
    width: 100%;
    height: 100px;
}

.reportbutton {
    font-family: Arial !important;
    font-size: 15px !important;
    background-color: #6eafab;
    border: none;
    cursor: pointer;
    margin-top: 15px;
    color: #FFF;
}

    .reportbutton:hover {
        color: #FFF;
    }

.f-right {
    float: right;
}

a.removeunderline:hover {
    text-decoration: none;
}
/*override css of jquery ui on dialog pop up which remove the white background image*/
.ui-widget-overlay {
    background: #aaaaaa !important;
}
/*end*/
/*topic page*/
.topic-rate {
    display: inline-block;
    /*float: right;*/
}
/*register page*/
form.fullwidth-frm {
    float: none;
    margin-top: 0px;
    width: 100%;
}

.error {
    color: red;
}

.registerwrap .login_sep {
    margin: 5px 12px;
}
/*end*/

.overflow-hidden {
    overflow: hidden;
}

.msg-success {
    color: green;
}

.mediaText h2 {
    padding-left: 16px;
    font-family: sans-serif;
    color: rgb(221, 46, 46);
    font-weight: bold;

}
.mediaText > p {
    margin: 0 0 3px;
}

.SecondContent .mediaText p:nth-child(1) > span{
    color: #f00;
    font-weight: bold;
    font-size: 18px;
    font-family: Chivo-Black, sans-serif;
}
.mediaText p:nth-child(1) > span{
    color: #000;
    font-weight: bold;
    font-size: 18px;
    font-family: Chivo-Black, sans-serif;
}
.mediaText p:nth-child(2){
    padding-left: 0;
    font-family: Arial, sans-serif;
}
.MainContent .mediaText h2 span{
    font-size: 26px;
    color: #000000;
}

.tinymce-textarea {
    width: 100%;
    height: 250px;
}

table.mceLayout tr td {
    padding: 0;
}

.left-label {
    float: left;
    margin-right: 10px;
}

.left-div {
    float: left;
}

span.tagInformation {
    clear: both;
    display: block;
    font-style: italic;
    color: #606060;
    font-size: 0.9em;
}

a.link-notcolor {
    color: #282828;
}

/*tinymce responsive*/
.mceEditor table {
    max-width: none; /* Bug in computation of fullscreen */
}

    .mceEditor table.mceLayout {
        width: 100% !important;
        height: auto !important;
    }

table.mceToolbar {
    float: left;
}

body .mceToolbar div {
    white-space: normal;
}
/*end*/
.blogg-detail img {
    display: block;
    max-width: 100%;
    height: auto;
}

.edit-blog-table input[type=text] {
    width: 100%;
}

.forum .main-topic-wrap .quote-wrap .title {
    font-size: 12px;
}

.blogg .topic.expert {
    border-left: 3px solid #ff441a;
}

/*reponsive - tooltip*/
.edit-blog-table textarea {
    width: 100%;
}

#tooltip {
    text-align: center;
    color: #222222;
    background: #fff;
    /*border: 1px solid #111;*/
    position: absolute;
    z-index: 100;
    padding: 1px;
    -webkit-box-shadow: 0 0 5px #aaa;
    border: 1px solid #555555;
    font-size: 11px;
    font-weight: normal;
    font-family: Segoe UI;
}

    #tooltip:after /* triangle decoration */ {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #fff;
        content: '';
        position: absolute;
        left: 50%;
        margin-left: -10px;
    }

    #tooltip.top:after {
        border-top-color: transparent;
        border-bottom: 10px solid #fff;
        top: -20px;
        bottom: auto;
    }

    #tooltip.left:after {
        left: 10px;
        margin: 0;
    }

    #tooltip.right:after {
        right: 10px;
        left: auto;
        margin: 0;
    }

.expert-title {
    color: #ff441a;
    font-size: 9px;
    font-family: Arial;
}

.anonym-user {
    color: #000;
    font-family: Arial;
    font-size: 12px;
}

.forum .comment .anonym-user {
    font-weight: bold;
    margin-top: 5px;
    text-align: center;
}

/*quick poll*/
.quick-poll {
    background-color: #FFF;
    border: 1px solid #eee;
    margin-bottom: 20px;
    font-family: sans-serif;
    width: 96.6%;
}

.quick-poll-result {
    background: #60ab6c; /* Old browsers */
    height: 18px;
    line-height: 21px;
    margin-right: 5px;
    min-width: 1px;
}

.answer-content .answer .upp {
    float: right;
}

.quick-poll .news-caption {
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
}

    .quick-poll .news-caption .title_outside_border {
        background: #60ab6c;
    }

.answer:last-child {
    padding-bottom: 40px;
}

.article-second-col .quick-poll {
    width: 100%;
}

.quick-poll .answer-content {
    padding-top: 5px;
}

.poll-result {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
}

    .poll-result > li {
        margin-bottom: 8px;
    }

.viewresult-btn {
    margin-left: 5px;
}
/*end quick poll*/

.member-content .name-row textarea {
    width: 100%;
}

/* Start Member club */

@font-face {
    font-family: mc-chivo;
    src: url(/Static/fonts/memberclub/Chivo-Regular.ttf);    
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: mc-chivo;
    src: url(/Static/fonts/memberclub/Chivo-Black.ttf);    
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: mc-helvetica;
    src: url(/Static/fonts/memberclub/HelveticaNeueLTStd-Roman.otf);    
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: mc-helvetica;
    src: url(/Static/fonts/memberclub/HelveticaNeueLTStd-Bd.otf);    
    font-weight: bold;
    font-style: normal;
}

.mc-font-title {
    font-family: mc-chivo, mc-helvetica, Arial;
}

.mc-font-content {
    font-family: mc-helvetica, Arial;
}

.mc-image {
    height: 165px;
    min-width: 100%;
}

.mc-image-in-offer {
    min-width: 100%;
    height: 450px;
}

.mc-image-crop {
    overflow: hidden;    
}

.mc-wrapper h1, 
.mc-wrapper h2,
.mc-wrapper h3 {
    font-family: mc-chivo, mc-helvetica, Arial;
}

.mc-mgb35 {
    margin-bottom: 35px;
}

.mc-mgb10 {
    margin-bottom: 10px;
}

.mc-mgb5 {
    margin-bottom: 5px;
}

.mc-welcome {    
    overflow: hidden;
}

.mc-welcome a:hover {
    text-decoration: none;
    color: white;
    cursor: pointer;
}

.mc-welcome-first-part {
    position: relative;
}

.mc-welcome-main-wrapper h2{
    font-size: 40px;
}

.mc-welcome-mainbody {
    background-color: white;
    position: relative;
}

.mc-welcome-main-image {
    position: absolute;
    bottom: 0;
}

.mc-welcome-action {
    background-color: #ef3f44;
    color: white;
    font-size: 18px;
    font-weight: bold;    
    padding: 10px 15px;  
    display:inline-block;  
    cursor: pointer;
}

.mc-welcome-action-wrapper {
    text-align: center;
}

.mc-welcome-expand-content-area {
    margin: 0 15px;
}

.mc-welcome-expand-content-area .mc-mgb35 {
    margin-bottom: 15px;
}

.mc-welcome-expand-content-area .mc-teaser-container {
    background: white;
}

.mc-welcome-expand-content-area .mc-teaser-title,
.mc-welcome-expand-content-area .mc-teaser-description {
    padding-left: 10px;
}

.mc-welcome-expand-content-area .mc-teaser-description {
    font-weight: bold;
    padding-bottom: 10px;
}

.mc-welcome-expand-headline {
    color: white;
    background-color: #ef3f44;
    font-size: 26px;
    font-weight: bold;
    margin-left: 15px;
    margin-right: 15px;
    padding: 10px;
    display: inline-block;
}

.mc-welcome-expand-signin {
    color:white;
    padding: 10px 15px;
    background-color: #ef3f44;
    font-size: 18px;
    text-align: center;
    display: block;    
    position: relative;
    font-weight: bold;
}

.mc-welcome-expand-signin-prev {
    margin-left: 15px;
    margin-bottom: 15px;
}

.mc-welcome-expand-signin-prev img {
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -12.5px;
    transform: rotate(180deg);
}

.mc-welcome-expand-signin-next {
    margin-right: 15px;
    margin-bottom: 15px;
}

.mc-welcome-expand-signin-next img {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.mc-welcome-expand-signin:hover {
    color: white;    
}

.mc-sign-up-text {
    background-color: #ef3f44;
    color: white;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 15px;
    margin-bottom: 15px;
    display: inline-block;
}

.mc-slider-title {    
    font-size: 35px;
    font-weight: bold;
    line-height: 1;
    padding: 10px 45px;
}

.mc-title-with-border-bottom {
    color: #ef3f44;
    font-size: 35px;
    font-weight: bold;
    border-bottom: #ef3f44 5px solid;
    margin-bottom: 10px;
    padding: 10px 0;
    line-height: 1;
}

.mc-title-with-border-top {
    color: #333;
    font-size: 30px;
    font-weight: bold;
    border-top: #ef3f44 5px solid;    
    padding: 15px 0;
}

.mc-welcome-second-part {
    background-color: rgba(255,255,255,0.5);
    padding-top: 15px;
}

.mc-icon-container {
    position: relative;
}

.mc-status-icon {
    position: absolute;    
    right: 2px;
    top: 5px;
    z-index: 1;    
}

.mc-lock-icon-wrapper.mc-status-icon {
    right: 0px;
}

.mc-status-icon-enable {
    cursor: pointer;
}

.mc-lock-icon {
    width: 128px;
    height: 40px;
    background-size: 128px 40px;
    background-image: url(/Static/Images/memberclub/lock-icon.svg);
    color:white;    
    font-weight:bold;    
    text-align: center;
    padding: 5px 0 5px 40px;    
    line-height: 1.2;
}

.mc-like-icon {
    width: 40px;
    height: 40px;    
    background-size: 40px 40px;   
    background-image: url(/Static/Images/memberclub/like-icon.svg);    
}

.mc-unlike-icon {
    width: 40px;
    height: 40px;    
    background-size: 40px 40px;   
    background-image: url(/Static/Images/memberclub/unlike-icon.svg);
}

.mc-refunder-icon {
    position: absolute;    
    right: 2px;
    top: 5px;
    z-index: 1;
    width: 40px;
    height: 40px;
    background-size: 40px 40px;   
    background-image: url(/Static/Images/memberclub/refunder-icon.svg);
}

.mc-collapse-icon {
    transform: rotate(270deg);
}

.mc-expand-icon {
    transform: rotate(90deg);
}

.mc-prev-icon {
    transform: rotate(180deg);
}

.mc-slider-container {    
    border: #ef3f44 1px solid;     
    position: relative;
}

.mc-refunder-slider-container {
    border: #ef3f44 5px solid; 
}

.mc-slider-content {
    position: relative; 
}

.mc-offer-image-slider {
    position: relative;
}

.mc-status-refunder .mc-status-icon {
    right: 44px;
}

.mc-slider-content .bx-viewport {
    height: auto !important;
}

.mc-slider-prev {        
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
}

.mc-slider-next {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
}

.mc-slider-text {    
    font-size: 18px;
    font-weight: bold;
    margin: 15px 0;
    color: #ef3f44;
}

.mc-search-result-text {
    font-size: 18px;
    font-weight: bold;
    margin: 15px 0;
    color: #ef3f44;
}

.mc-slider-text:hover {
    text-decoration: none;        
}

a.mc-slider-link:hover,
a.mc-search-result-link:hover {
    text-decoration: none;        
}

.mc-refunder-caption {
    position: absolute;
    left: 0px;
    top: 10px;
    text-transform: uppercase;
    color: white;
    background-color: #ef3f44;
    line-height: 1.5;
    font-size: 18px;
    font-weight: bold;
    padding: 0 5px;
}

.mc-teaser-container {
    position: relative;
    margin-bottom: 15px;
}

.mc-teaser-container a {
    text-decoration: none;
}

.mc-teaser-container a .mc-teaser-description {
    color: #333;
}

.mc-teaser-title {
    font-size: 22px;
    font-weight: bold;
    color: #ef3f44;
    margin: 15px 0 8px 0;    
}

.mc-teaser-image {
    width: 100%;
}

.MemeberClubContent .twocolumnsblock .col-lg-8 .mc-teaser-container .mc-teaser-title {
    color: #333;
    font-size: 35px;
    line-height: 1;
}

.mc-user-title {
    font-size: 30px;
}

.mc-user-label {
    font-weight: bold;
}

.mc-user-value {
    word-wrap: break-word;
    height: 20px;
}

.mc-user-value .input-group-addon {
    padding: 5px 1px;
    background-color: transparent;
    border: 0;
}

.mc-user-avatar img{
    border-radius: 50%;
}

.mc-user-button {
    color: white;
    background-color: #1ab16a;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 20px;
    cursor: pointer;
}

.mc-user-link {
    font-size: 16px;
    font-weight: bold;
}

.mc-button-disabled {
    background-color: #ddd !important;
    cursor: not-allowed !important;
}

.mc-button-disabled img {
    filter: grayscale(100%);
}

.mc-user-input {
    width: 90%;
}

.mc-user-input-empty {
    border: 1px solid #ef3f44;
}

.mc-user-input-empty:focus {
    outline: none;
}

.mc-user-input-required::after {
    color: #ef3f44;
    font-weight: bold;
    content: "*";
}

.mc-locked-article {
    text-align: center;
}

.mc-locked-article-main-body {
    font-weight: bold;
}

.mc-locked-article-become-member-text {
    background-color: #ef3f44;
    padding: 10px 15px;
    text-transform: uppercase;
    display: inline-block;
    color: white;
    font-weight: bold;    
    cursor:pointer;
}

.mc-locked-aricle-login-text {
    color: #646464;
    text-decoration: underline;
    cursor:pointer;
}

.mc-modal-popup .modal-footer {
    border-top: 0px solid white;
}

.mc-modal-popup-content {
    text-align: center;
}

.mc-modal-popup-login-text {
    text-align: center;
    color: #646464;
    text-decoration: underline;
}

.mc-locked-article-overlay-content {
     background: -webkit-repeating-linear-gradient(top, #333, #e2e2e2) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.mc-offer-information {
    position: relative;
}

.mc-offer-image {
    position: relative;
}

.mc-offer-supplier-logo {
    position: absolute;
    bottom: 10px;
    right: 2px;
}

.mc-offer-supplier-logo img {
    width: 105px;
}

.mc-offer-content-percent {
    padding: 15px 10px;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    background-color: #ef3f44;
    color:white;
}

.mc-offer-content-title {
    font-weight: bold;
    font-size: 30px;
    line-height: 1.2;
}

.mc-offer-content-claim-button {
    position: relative;
    color:white;
    padding: 15px 10px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    background-color: #1ab16a;
}

.mc-offer-content-claim-button-cursor-pointer {
    cursor: pointer;
}

.mc-offer-content-claim-button-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -12.5px;
}

.mc-offer-content-supplier-title {
    color: #ef3f44;
    font-weight: bold;
    font-size: 18px;
}

.mc-offer-content-supplier-name {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1.2;
}

.mc-offer-content-total-text {
    text-align: center;
}

.mc-offer-content-accept-term-text {    
    color: #969696;
    display: block;    
    margin-top: 10px;   
}

.mc-offer-content-accept-term-text p {
    display: inline;
}

.mc-offer-content-accept-term-text input {    
    width: 20px;
    height: 20px;    
    vertical-align: bottom;    
}

.mc-menu-wrapper {
    position:relative;
    overflow: hidden;
}

.mc-sub-menu {
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #f7f7f7;
}

.mc-sub-menu-loggedin {
    padding-left: 80px;
    padding-right: 95px;
}

.mc-submenu-avatar {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);    
}

.mc-submenu-avatar img {
    border-radius: 50%;    
}

.mc-submenu-logo {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);    
}

.mc-search-filter-button-wrapper {
    background-color: #f0f0f0;    
    cursor: pointer;    
    height: 50px;
    border-radius: 5px;
}

.mc-search-filter-button-wrapper .dropdown-menu {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #f0f0f0;
    border-width: 0px;    
}

.mc-search-filter-button-wrapper img {
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -12.5px;    
}

.mc-search-filter-button-value {
    padding: 0px 5px;
}

.mc-search-filter-dropdown-item {
    cursor: pointer;
    padding: 5px;
}

.mc-search-filter-toggle-button {
    padding: 15px 0px;
}

.mc-search-filter-dropdown-item:hover {
    background-color: #ef3f44;
    color: white;
}

.mc-search-filter-selected-wrapper {
    background-color: #f0f0f0;    
    padding: 8px 10px;
    height: 50px;
    position: relative;
    border-radius: 5px;
}

.mc-search-filter-selected-item {
    position: relative;
    background-color: white;
    display: inline-block;
    padding: 7px 40px 8px 5px;
    font-size:15px;
    margin-right: 5px;
}

.mc-search-filter-selected-item img {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%)
}

.mc-search-filter-input {        
    height: 35px;
    width: 100%;
}

.mc-search-filter-search-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.mc-search-result {
    border: 1px solid #ef3f44;
    overflow: hidden;
    padding: 20px 30px;
}

.mc-search-result-item {
    position: relative;
}

.mc-search-result-title {
    font-weight: bold;
    font-size: 30px;
    line-height: 1.2;
}

.mc-search-filter-title {
    font-weight: bold;
    font-size: 18px;
}

.mc-search-result-load-more-wrapper {
    text-align: center;
    padding: 15px 10px;
    overflow: hidden;
}

.mc-search-result-load-more-title {    
    background-color: #f0f0f0;
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;    
    padding: 10px 40px;
    display: inline;
    border-radius: 5px;
}

.mc-sticky {
    width: 1px;
    height: 0px;
    overflow: hidden;
}

.mc-sticky.affix {    
    bottom: 0;
    z-index: 1000;
    background-color: rgba(239,63,68,0.9);
    width: 100%;
    height: auto;    
    padding: 3px;
}

.mc-sticky-avatar {    
    text-align: center;    
}

.mc-sticky-avatar img {
    border-radius: 50%;    
}

.mc-sticky-logo {
    text-align: right;
}

.mc-sticky-search img {
    position: absolute;
    top: 10px;
    left: 30px;
}

.mc-sticky-menu-icon img {
    position: absolute;
    top: 5px;
}

@media only screen and (min-width: 768px) {    
    .mc-welcome {
        position: relative;
    }

    .mc-welcome-main-wrapper {
        padding-left: 15px;    
        padding-bottom: 8px;
        margin-top: 30px;
    }

    .mc-welcome-action-wrapper {
        position: absolute;
        right: 5px;
        bottom: 8px;
    }        
    
    .mc-welcome-logo {
        padding-right: 30px;
    }

    .mc-welcome-logo img {
        max-width: 100%;
    }

    .mc-slider-content {
        padding: 0 45px;
    }

    .mc-slider-content .bx-viewport li{
        width: 290px !important;
        margin-right: 15px;
    }

    .mc-slider-preamble {
        border: none;
    }

    .mc-slider-preamble .mc-slider-title {
        color: #ef3f44;                
        border-bottom: #ef3f44 5px solid;
        margin-bottom: 10px;
        padding: 10px 0;
    }

    .mc-slider-preamble .mc-slider-content {
        padding: 0 30px;
    }

    .mc-slider-preamble .bx-viewport li {
        width: 465px !important;
    }

    .mc-slider-preamble .mc-slider-text {
        margin: 15px 0 8px 0;        
    }

    .mc-slider-preamble .mc-slider-text a {
        color: #333;
    }    

    .mc-slider-preamble .mc-slider-prev {
        left: 0px;
    }

    .mc-slider-preamble .mc-slider-next {
        right: 0px;
    }

    .mc-slider-preamble-text {
        margin: 0 0px 15px 0px;
        color: #333;
    }

    .mc-user {
        border: 1px solid #ef3f44;
        padding: 20px 25px;
    }

    .mc-search-filter-region-pd {
        padding-right: 1px;
    }

    .mc-search-filter-category-pd, .mc-search-filter-sort-pd {
        padding-left: 1px;
        padding-right: 1px;
    }

    .mc-search-filter-selected-pd {
        padding-left: 1px;
    }
}

@media only screen and (max-width: 767px) {
    .mc-welcome-main-wrapper {
        padding: 0 15px;
        margin-top: 15px;
    }

    .mc-welcome-mainbody {
        padding: 0 15px;
    }

    .mc-welcome-action {
        margin: 15px;
    }

    .mc-welcome-logo {
        text-align: center;
    }    

    .mc-welcome-expand-signin-prev, .mc-welcome-expand-signin-next {
        margin: 15px 15px;
    }

    .mc-slider-title {        
        padding: 15px 15px;
        line-height: 1.2;
    }       

    .mc-user-button {
        margin-bottom: 15px;
    }

    .mc-user-title {
        line-height: 1.5;
    }

    .mc-user-avatar {
        text-align: center;
    }

    .mc-slider-text {
        margin: 15px;
    }

    .mc-search-filter-search-icon {
        right: 0px;
    }

    .mc-user-value .input-group-addon {
        padding-right: 2px;
    }

    .mc-user.mgb15 {
        padding: 8px;
    }

    .mc-user-link {
        text-align: right;
        position: absolute;
        top: 20px;
        padding-right: 40px;
    }
}
/* End Member club */

.commercial {
    position: relative;
}

.commercial-label {
    position: absolute;
    top: 0;
    background-color: #eee;
    width: 100%;
    color: #000;
    text-align: center;
    font-family: "Helvetica", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    padding-top: 2px;
}
@media only screen and (min-width: 1092px) {
    .mbbli {
        display: none;
    }
    .hpdr {
        padding-right: 15px !important;
    }

    .hpdl {
        padding-left: 15px !important;
    }

    .showmember .memberinfo {
        padding-left: 26px;
    }

    .articleheadline {
        font-size: 30px;
    }

    .star-rating {
        float: right;
    }

    .social-sharing .left-and-rating {
        border-right: 1px solid #DDDDDD;
    }

    .av {
        padding-right: 15px;
    }

    .rubrik {
        padding-left: 15px;
    }

    .commentart {
        float: right;
    }

    .topic-rate {
        float: right;
        max-width: 30%;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1092px) {
    .mbbli {
        display: none;
    }
    .articleheadline {
        font-size: 30px;
    }
    /*.category-wrap .filter-wrap .title ,*/
    .share {
        width: auto;
    }

    .hpdr {
        padding-right: 15px !important;
    }

    .hpdl {
        padding-left: 15px !important;
    }

    .star-rating {
        float: right;
    }

    .commentart {
        float: right;
    }

    .social-sharing .star-rating {
        float: left;
    }

    .social-sharing .left-and-rating {
        border-right: 1px solid #DDDDDD;
    }

    .av {
        padding-right: 15px;
    }

    .rubrik {
        padding-left: 15px;
    }

    .topic-rate {
        float: right;
        max-width: 30%;
    }

    .showmember .memberinfo {
        padding-left: 26px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .mbbli {
        display: none;
    }
    .star-rating {
        float: right;
    }

    .categories_menu .nav.navbar-nav {
        max-width: 77%;
    }

    .hpdr {
        padding-right: 15px !important;
    }

    .hpdl {
        padding-left: 15px !important;
    }

    .showmember .memberinfo {
        padding-left: 26px;
    }
    /*body {background: red;}*/ .articleheadline {
        font-size: 30px;
    }

    footer .list-unstyled li a img {
        margin-right: 5px;
    }

    footer .block:last-child {
        padding: 0;
    }

    .mb .mblogin {
        display: none;
    }

    .commentart {
        float: right;
    }

    .top-search {
        min-width: 0;
    }

    .top-ad img {
        max-width: 100%;
    }

    .topic-rate {
        float: right;
        max-width: 30%;
    }

    .share {
        width: auto;
    }

    .social-sharing .left-and-rating {
        border-right: none;
    }

    .av {
        padding-right: 0 !important;
    }

    /* for DK site */
    .dk_top-search {
        /* clear: both; */
        width: 100%;
        margin: 0 auto;
        margin-top: 6px;
    }

    .dk_top-search input {
        width: 100%;
    }

}

@media only screen and (min-width:768px) {
    .internal-images-desktop {
        display: block !important;
    }

    .internal-images-desktop .internal-ads-img {
        max-width: 930px !important;
        max-height: 180px !important;
    }

    .article-banner .internal-images-desktop .internal-ads-img, .rectangle-banner .internal-images-desktop .internal-ads-img {
        max-width: 300px !important;
        max-height: 250px !important;
    }
}

@media only screen and (max-width: 767px) {
    .internal-images-mobile {
        display: block !important;
    }

    .internal-images-mobile .internal-ads-img {
        max-width: 300px !important;
        max-height: 250px !important;
    }

    footer .block:first-child img {
        margin: auto;
        display: block;
    }
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
    .nivo-lightbox-theme-default .nivo-lightbox-ajax, .nivo-lightbox-theme-default .nivo-lightbox-inline {
        max-width: 90%;
    }
    .bloggstart .image-container {
        padding-bottom: 0;
    }

    .categories_menu .nav.navbar-nav {
        max-width: 77%;
    }

    .showmember .memberinfo {
        padding-left: 0;
    }

    .avatar-name .name-wrap .name-row .name-label, .gatua-wrap .name-wrap .name-row .name-label {
        text-align: left !important;
    }

    .social-sharing .star-rating {
        float: left;
    }

    .articleheadline {
        font-size: 21px;
    }

    .star-rating {
        float: right;
    }

    .av {
        padding-right: 0 !important;
    }

    .social-sharing .left-and-rating {
        border-right: none;
    }

    .topic-rate {
        float: right;
        max-width: 30%;
    }

    h1.news-caption .smalltitle {
        font-size: 19px;
    }

    .forum .create-new-forum {
        float: left;
        padding-left: 15px;
    }

    .commentart {
        float: left;
        margin-top: 0;
        margin-bottom: 0;
    }
    /*body {background: blue;}*/
    .category-wrap .filter-wrap .title, .share {
        width: auto;
    }

    .logo img {
        width: auto;
    }

    .login {
        right: 10px;
    }

    .login_popup {
        right: 11px;
        top: 85px;
        z-index: 10;
        border-radius: 7px;
        z-index: 888;
        border: 0;
        border-bottom: 20px solid #EF3F44;
    }

    .top-search {
        float: right;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .categories_menu .nav_container .mbbli {
        display: block;
        margin-top: 0;
    }

    footer .block:last-child {
        padding: 0;
    }

    footer .list-unstyled li a img {
        margin-right: 5px;
    }

    footer .block:last-child {
        padding: 0;
    }

    .mb .mblogin {
        top: 35px;
        z-index: 999;
    }

    footer ul.list-unstyled {
        margin-bottom: 0;
        text-align: center;
    }

    footer .block:first-child ul.list-unstyled {
        margin-bottom: 30px;
    }

        footer .block:first-child ul.list-unstyled li:first-child {
            margin-left: 0;
        }

        footer .block:first-child ul.list-unstyled li {
            display: inline-block;
            margin-left: 20px;
        }

            footer .block:first-child ul.list-unstyled li a span {
                text-indent: -9999px;
                display: block;
            }

            footer .block:first-child ul.list-unstyled li a {
                width: 45px;
                height: 45px;
                display: block;
                padding: 8px 0;
            }

                footer .block:first-child ul.list-unstyled li a img {
                    width: 30px;
                    height: 30px;
                    margin: auto;
                }

    footer .block:last-child {
        padding: 65px 0 45px;
    }

        footer .block:last-child img {
            width: 70%;
            margin: auto;
            display: block;
            max-width: 310px;
        }

    #contents_container {
        padding: 0 20px;
        margin-top: 20px;
    }

    .filter-sort .sort {
        padding-left: 15px;
    }

        .filter-sort .sort .title {
            margin-right: 10px;
        }

    .category-wrap.search .filter-wrap .filter-sort .sort {
        padding-left: 0;
        padding-bottom: 15px;
    }

    #main_nav {
        background: #fff;
    }

    .top-banner {
        min-height: 0;
    }

    .categories_menu .navbar-header {
        position: relative;
    }

    .categories_menu .navbar-toggle.active {
        width: 45px;
        height: 62px;
        border-radius: 33px;
        border-radius: 0;
        -webkit-border-top-left-radius: 33px;
        -webkit-border-top-right-radius: 33px;
        -moz-border-radius-topleft: 33px;
        -moz-border-radius-topright: 33px;
        border-top-left-radius: 33px;
        border-top-right-radius: 33px;
    }

    .categories_menu .navbar-toggle {
        height: 45px;
        border-radius: 33px;
        width: 45px;
        background: url(/Static/img/mmenu_icon.png) no-repeat center 12px #EF3F44;
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.75) inset;
        position: absolute;
        right: 0;
        top: -69px;
    }

    #main_nav > div > div.navbar-header, #main_nav > div > div.navbar-collapse {
        margin-left: 0;
        margin-right: 0;
    }

    .top-ad {
        display: none;
    }

    .categories_menu .navbar {
        min-height: 0;
    }

    .categories_menu .nav_container {
        padding: 0 10px 30px;
    }

    .categories_menu .navbar-nav > li > .top_arrow, .categories_menu .navbar-nav > li:hover .top_arrow, .categories_menu .navbar-nav > li.active .top_arrow {
        display: none;
    }

    .categories_menu .navbar-nav li, .categories_menu .navbar-nav li:hover, .categories_menu .navbar-nav li:active, .categories_menu .navbar-nav li.active {
        background: url(/Static/styles/images/m_right_arrow.png) no-repeat right center #fff !important;
        color: #333 !important;
    }

    .categories_menu .navbar-nav > li > a:hover, .categories_menu .navbar-nav > li.active a, .categories_menu .navbar-nav > li:hover a {
        color: #333 !important;
        background-color: #fff !important;
    }

    .categories_menu .navbar-nav > li:hover a {
        background-color: #fff !important;
        color: #333 !important;
        text-decoration: none !important;
    }

    .categories_menu .nav.navbar-nav {
        width: 100%;
        margin: 0;
        max-width: none;
        padding: 0 10px;
    }

    .categories_menu .navbar-collapse {
        max-height: none;
        padding: 0;
    }

    .categories_menu .nav > li {
        background: #fff;
        margin-top: 10px;
        padding-right: 20px;
    }

    .categories_menu .nav > li {
        background: url(/Static/styles/images/m_right_arrow.png) no-repeat right center #fff;
        border-right: 10px solid transparent;
    }

    #main_nav .btn-group {
        float: none;
        padding: 0 10px;
        width: auto;
        display: block;
        margin-top: 20px;
    }

    #main_nav .btn.dropdown-toggle {
        padding: 15px 20px 15px 15px;
        border-radius: 0;
        text-align: left;
        float: none;
        width: 100%;
    }

        #main_nav .btn.dropdown-toggle .caret {
            position: absolute;
            right: 10px;
            top: 20px;
            background: url(/Static/styles/images/m_right_arrow.png) no-repeat right center #fff;
            height: 12px;
            width: 7px;
        }

    #main_nav .btn-group.open .dropdown-toggle {
        border: 0;
    }

    .btn-group .dropdown-menu {
        position: static;
        width: 100%;
        float: none;
        border: 0;
        border-radius: 0;
        padding: 0;
        background: none;
        margin: 0;
        z-index: 1;
    }

        .btn-group .dropdown-menu > li {
            background: #fff;
            margin-top: 10px;
        }

            .btn-group .dropdown-menu > li > a {
                padding: 15px;
            }

        .btn-group .dropdown-menu li {
            border: 0;
        }

            .btn-group .dropdown-menu li:first-child {
                border: 0;
            }

    .categories_menu .nav > li > a:hover, .categories_menu .nav > li > a:focus {
        background-color: #fff;
    }

    .bx-wrapper .bx-controls-direction a {
        z-index: 888;
    }

    #contents_container .jumbotron {
        max-width: 100%;
    }

    .tree-house {
        margin-top: 100px;
    }

    .blime.back_btn {
        background: url(/Static/styles/images/back_arrow.png) no-repeat 20px center #fff;
        padding: 0 30px 0 35px;
        line-height: 35px;
        display: none;
    }

    .sider_caption h3 {
        font-size: 20px;
        line-height: 24px;
    }

    .top-search input {
        padding: 0 12px;
    }

    .article-teaser .article-teaser-image {
        margin: 0 0 10px 0;
    }

    .media .mediaImg {
        margin: 0 0 10px 0;
    }
    .product-slider .psimg img {
        max-height: 430px;
    }
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width : 320px) and (max-width : 480px) {
    .nivo-lightbox-theme-default .nivo-lightbox-ajax, .nivo-lightbox-theme-default .nivo-lightbox-inline {
        max-width: 90%;
    }
    .npdxs {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .bloggstart .image-container {
        height: 174px;
        padding-bottom: 0 !important;
        padding-top: 17px !important;
    }

    .articleheadline {
        font-size: 21px;
    }

    .showmember .memberinfo {
        padding-left: 0;
    }

    .avatar-name .name-wrap .name-row .name-label, .gatua-wrap .name-wrap .name-row .name-label {
        text-align: left !important;
    }

    .av {
        padding-right: 0 !important;
    }

    .topic-rate {
        float: left;
    }

    .social-sharing .star-rating {
        float: left;
    }

    .star-rating {
        float: right;
    }

    .social-sharing .left-and-rating {
        border-right: none;
    }

    h1.news-caption .smalltitle {
        font-size: 19px;
    }

    .forum .create-new-forum {
        float: left;
        padding-left: 15px;
    }

    .commentart {
        float: left;
    }
    /*body {background: green;}*/
    .mbbli {
        display: block;
        margin-top: 0;
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.75) inset;
    }

    .login_container {
        width: 100%;
    }

    .mb .mblogin, .mb .mbmenu {
        top: -48px;
    }

    /* for DK site */
    .col-xs-8.dk_logo {
        margin-left: 15px !important;
        max-width: 125px !important;
    }

    .dk_login_container .mblogin {
        top: -32px !important;
        right: 50px !important;
        width: 35px !important;
        font-size: 28px !important;
        color: #E40116;
    }

    .mb .mblogin {
        z-index: 998;
    }

    .login_popup {
        background: #fff;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        right: 0;
        border-bottom: 20px solid #EF3F44;
        width: 100%;
        top: 0;
        z-index: 889;
    }

    .login_contents .leftform {
        width: 100% !important;
        float: none;
        padding: 0;
    }

    .login_sep {
        display: none;
    }

    .social_login {
        float: none;
        width: 100%;
        padding: 40px 0 20px;
    }
    .btn-readmoresocial {
        margin-top: 0;
    }
    .member-wrap .social_login {
        padding: 0;
    }
    .member-wrap .login_contents {
        margin-bottom: 10px;
    }

    .login_contents .leftform input[type="button"], .login_contents .leftform input[type="text"], .login_contents .leftform input[type="password"] {
        width: 100%;
    }

    .social_login .tw_login {
        width: 100%;
    }

    .login_contents h2 {
        font: 16px 'roboto_slabregular';
    }

    .top-search {
        float: right;
        margin-right: 10px;
        margin-bottom: 0;
    }

    .dk_top-search input {
        width: 100%;
    }

    footer ul.list-unstyled {
        margin-bottom: 0;
        text-align: center;
    }

    footer .block:first-child ul.list-unstyled {
        margin-bottom: 30px;
    }

        footer .block:first-child ul.list-unstyled li:first-child {
            margin-left: 0;
        }

        footer .block:first-child ul.list-unstyled li {
            display: inline-block;
            margin-left: 20px;
        }

            footer .block:first-child ul.list-unstyled li a span {
                text-indent: -9999px;
                display: block;
            }

            footer .block:first-child ul.list-unstyled li a {
                width: 45px;
                height: 45px;
                display: block;
                padding: 8px 0;
            }

                footer .block:first-child ul.list-unstyled li a img {
                    width: 30px;
                    height: 30px;
                    margin: auto;
                }

    footer .block:last-child {
        padding: 65px 0 45px;
    }

        footer .block:last-child img {
            width: 70%;
            margin: auto;
            display: block;
            max-width: 310px;
        }

    #contents_container {
        padding: 0 15px;
        margin-top: 0px;
    }

    .filter-sort .sort {
        padding-left: 15px;
    }

        .filter-sort .sort .title {
            margin-right: 10px;
        }

    .category-wrap.search .filter-wrap .filter-sort .sort {
        padding-left: 0;
        padding-bottom: 15px;
    }

    #main_nav {
        background: #fff;
    }

    .top-banner {
        min-height: 0;
    }

    /* for DK site */
    #dk_container_header {
        min-height: 68px !important;
    }

    .dk_navbar .navbar-toggle {
        height: 45px !important;
        width: 45px !important;
        font-size: 26px;
        color: #E40116;
        border: 0 !important;
        background: none !important;
        box-shadow: none !important;
        position: absolute;
        right: 0 !important;
        top: -69px !important;
        padding: 9px 2px 1px 4px !important;
        margin: 8px 1px 3px 3px !important;
    }

    .categories_menu .navbar-header {
        position: relative;
    }

    .categories_menu .navbar-toggle.active {
        width: 45px;
        height: 55px;
        border-radius: 33px;
        border-radius: 0;
        -webkit-border-top-left-radius: 33px;
        -webkit-border-top-right-radius: 33px;
        -moz-border-radius-topleft: 33px;
        -moz-border-radius-topright: 33px;
        border-top-left-radius: 33px;
        border-top-right-radius: 33px;
    }

    .categories_menu .navbar-toggle {
        height: 45px;
        border-radius: 33px;
        width: 45px;
        background: url(/Static/img/mmenu_icon.png) no-repeat center 12px #EF3F44;
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.75) inset;
        position: absolute;
        right: 0;
        top: -59px;
    }

    #main_nav > div > div.navbar-header, #main_nav > div > div.navbar-collapse {
        margin-left: 0;
        margin-right: 0;
    }

    .top-ad {
        display: none;
    }

    .categories_menu .navbar {
        min-height: 0;
    }

    .categories_menu .nav_container {
        padding: 0 10px 30px;
    }

    .categories_menu .navbar-nav > li > .top_arrow, .categories_menu .navbar-nav > li:hover .top_arrow, .categories_menu .navbar-nav > li.active .top_arrow {
        display: none;
    }

    .categories_menu .navbar-nav li, .categories_menu .navbar-nav li:hover, .categories_menu .navbar-nav li:active, .categories_menu .navbar-nav li.active {
        background: url(/Static/styles/images/m_right_arrow.png) no-repeat right center #fff !important;
        color: #333 !important;
    }

    .categories_menu .navbar-nav > li > a:hover, .categories_menu .navbar-nav > li.active a, .categories_menu .navbar-nav > li:hover a {
        color: #333 !important;
        background-color: #fff !important;
    }

    .categories_menu .navbar-nav > li:hover a {
        background-color: #fff !important;
        color: #333 !important;
        text-decoration: none !important;
    }

    .categories_menu .nav.navbar-nav {
        width: 100%;
        margin: 0;
        max-width: none;
        padding: 0 10px;
    }

    .categories_menu .navbar-collapse {
        max-height: none;
        padding: 0;
    }

    .categories_menu .nav > li {
        background: url(/Static/styles/images/m_right_arrow.png) no-repeat right center #fff;
        margin-top: 10px;
        padding-right: 20px;
        border-right: 10px solid transparent;
    }

    .categories_menu .navbar-nav li:hover, .categories_menu .navbar-nav li:active, .categories_menu .navbar-nav li.active {
        background-color: #FFF;
        color: #333;
    }

    .categories_menu .navbar-nav li a:hover {
        background-color: #FFF;
        color: #333;
    }

    .categories_menu .navbar-nav li, .categories_menu .navbar-nav li:hover, .categories_menu .navbar-nav li:active, .categories_menu .navbar-nav li.active {
        background: url(/Static/styles/images/m_right_arrow.png) no-repeat right center #fff !important;
        color: #333 !important;
    }

    .categories_menu .navbar-nav > li:hover a {
        background-color: #fff !important;
        color: #333 !important;
        text-decoration: none !important;
    }

    #main_nav .btn-group {
        float: none;
        padding: 0 10px;
        width: auto;
        display: block;
        margin-top: 20px;
    }

    #main_nav .btn.dropdown-toggle {
        padding: 15px 20px 15px 15px;
        border-radius: 0;
        text-align: left;
        float: none;
        width: 100%;
    }

        #main_nav .btn.dropdown-toggle .caret {
            position: absolute;
            right: 10px;
            top: 20px;
            background: url(/Static/styles/images/m_right_arrow.png) no-repeat right center #fff;
            height: 12px;
            width: 7px;
        }

    #main_nav .btn-group.open .dropdown-toggle {
        border: 0;
    }

    .btn-group .dropdown-menu {
        position: static;
        width: 100%;
        float: none;
        border: 0;
        border-radius: 0;
        padding: 0;
        background: none;
        margin: 0;
    }

        .btn-group .dropdown-menu > li {
            background: #fff;
            margin-top: 10px;
        }

            .btn-group .dropdown-menu > li > a {
                padding: 15px;
            }

        .btn-group .dropdown-menu li {
            border: 0;
        }

            .btn-group .dropdown-menu li:first-child {
                border: 0;
            }

    .bx-wrapper .bx-controls-direction a {
        z-index: 888;
    }

    .tree-house {
        margin-top: 100px;
    }

    .blime.back_btn {
        background: url(/Static/styles/images/back_arrow.png) no-repeat 20px center #fff;
        padding: 0 30px 0 35px;
        line-height: 35px;
        display: none;
    }

    .sider_caption h3 {
        font-size: 18px;
        line-height: 20px;
    }

    .top-search input {
        padding: 0 12px;
    }

    .article-teaser .article-teaser-image {
        margin: 0 0 10px 0;
    }

    .media .mediaImg {
        margin: 0 0 10px 0;
    }
    .btn-xlarge {
        font: 18px 'arial';
    }
    .product-slider .psimg img {
        max-height: 430px;
    }
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
    .nivo-lightbox-theme-default .nivo-lightbox-ajax, .nivo-lightbox-theme-default .nivo-lightbox-inline {
        max-width: 90%;
    }
    .bloggstart .image-container {
        height: 174px;
        padding-bottom: 0 !important;
        padding-top: 17px !important;
    }
}
/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 320px) {
    .nivo-lightbox-theme-default .nivo-lightbox-ajax, .nivo-lightbox-theme-default .nivo-lightbox-inline {
        max-width: 90%;
    }
    .commentart {
        float: left;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .av {
        padding-right: 0px !important;
    }

    .articleheadline {
        font-size: 21px;
    }

    .avatar-name .name-wrap .name-row .name-label, .gatua-wrap .name-wrap .name-row .name-label {
        text-align: left !important;
    }

    .showmember .memberinfo {
        padding-left: 0px;
    }

    h1.news-caption .smalltitle {
        font-size: 19px;
    }

    .forum .create-new-forum {
        float: right;
        padding-left: 15px;
    }

    .left-and-rating {
        border-right: none;
    }

    .star-rating {
        float: right;
    }

    .social-sharing .star-rating {
        float: left;
    }
    /*body {background: yellow;}*/
    .answer-content .btn {
        padding: 3px;
        font-size: 13px;
    }

    .mbbli {
        display: block;
        margin-top: 0;
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.75) inset;
    }

    .login_container {
        width: 100%;
    }

    .mb .mblogin, .mb .mbmenu {
        top: -48px;
    }

    .mb .mblogin {
        z-index: 998;
    }

    .login_popup {
        background: #fff;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        right: 0;
        border-bottom: 20px solid #EF3F44;
        width: 100%;
        top: 0;
        z-index: 889;
    }

    .login_contents .leftform {
        width: 100% !important;
        float: none;
        padding: 0;
    }

    .login_sep {
        display: none;
    }

    .social_login {
        float: none;
        width: 100%;
        padding: 40px 0 20px;
    }

    .login_contents .leftform input[type="button"], .login_contents .leftform input[type="text"], .login_contents .leftform input[type="password"] {
        width: 100%;
    }

    .social_login .tw_login {
        width: 100%;
    }

    .login_contents h2 {
        font: 16px 'roboto_slabregular';
    }

    .top-search {
        float: right;
        margin-right: 10px;
        margin-bottom: 0;
    }

    footer ul.list-unstyled {
        margin-bottom: 0;
        text-align: center;
    }

    footer .block:first-child ul.list-unstyled {
        margin-bottom: 30px;
    }

        footer .block:first-child ul.list-unstyled li:first-child {
            margin-left: 0;
        }

        footer .block:first-child ul.list-unstyled li {
            display: inline-block;
            margin-left: 20px;
        }

            footer .block:first-child ul.list-unstyled li a span {
                text-indent: -9999px;
                display: block;
            }

            footer .block:first-child ul.list-unstyled li a {
                width: 45px;
                height: 45px;
                display: block;
                padding: 8px 0;
            }

                footer .block:first-child ul.list-unstyled li a img {
                    width: 30px;
                    height: 30px;
                    margin: auto;
                }

    footer .block:last-child {
        padding: 65px 0 45px;
    }

        footer .block:last-child img {
            width: 70%;
            margin: auto;
            display: block;
            max-width: 310px;
        }

    #contents_container {
        padding: 0 10px;
        margin-top: 20px;
    }

    .filter-sort .sort {
        padding-left: 15px;
    }

        .filter-sort .sort .title {
            margin-right: 10px;
        }

    .category-wrap.search .filter-wrap .filter-sort .sort {
        padding-left: 0;
        padding-bottom: 15px;
    }

    #main_nav {
        background: #fff;
    }

    .top-banner {
        min-height: 0;
    }

    .categories_menu .navbar-header {
        position: relative;
    }

    .categories_menu .navbar-toggle.active {
        width: 45px;
        height: 54px;
        border-radius: 33px;
        border-radius: 0;
        -webkit-border-top-left-radius: 33px;
        -webkit-border-top-right-radius: 33px;
        -moz-border-radius-topleft: 33px;
        -moz-border-radius-topright: 33px;
        border-top-left-radius: 33px;
        border-top-right-radius: 33px;
    }

    .categories_menu .navbar-toggle {
        height: 45px;
        border-radius: 33px;
        width: 45px;
        background: url(/Static/img/mmenu_icon.png) no-repeat center 12px #EF3F44;
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.75) inset;
        position: absolute;
        right: 0;
        top: -59px;
    }

    #main_nav > div > div.navbar-header, #main_nav > div > div.navbar-collapse {
        margin-left: 0;
        margin-right: 0;
    }

    .top-ad {
        display: none;
    }

    .navbar {
        min-height: 0;
    }

    .categories_menu .nav_container {
        padding: 0 10px 30px;
    }

    .categories_menu .navbar-nav > li > .top_arrow, .categories_menu .navbar-nav > li:hover .top_arrow, .categories_menu .navbar-nav > li.active .top_arrow {
        display: none;
    }

    .categories_menu .navbar-nav li, .categories_menu .navbar-nav li:hover, .categories_menu .navbar-nav li:active, .categories_menu .navbar-nav li.active {
        background: url(/Static/styles/images/m_right_arrow.png) no-repeat right center #fff !important;
        color: #333 !important;
    }

    .categories_menu .navbar-nav > li > a:hover, .categories_menu .navbar-nav > li.active a, .categories_menu .navbar-nav > li:hover a {
        color: #333 !important;
        background-color: #fff !important;
    }

    .categories_menu .navbar-nav > li:hover a {
        background-color: #fff !important;
        color: #333 !important;
        text-decoration: none !important;
    }

    .categories_menu .nav.navbar-nav {
        width: 100%;
        margin: 0;
        max-width: none;
        padding: 0 10px;
    }

    .categories_menu .navbar-collapse {
        max-height: none;
        padding: 0;
    }

    .categories_menu .nav > li {
        background: url(/Static/styles/images/m_right_arrow.png) no-repeat right center #fff;
        border-right: 10px solid transparent;
        margin-top: 10px;
        padding-right: 20px;
    }

    #main_nav .btn-group {
        float: none;
        padding: 0 10px;
        width: auto;
        display: block;
        margin-top: 20px;
    }

    #main_nav .btn.dropdown-toggle {
        padding: 15px 20px 15px 15px;
        border-radius: 0;
        text-align: left;
        float: none;
        width: 100%;
    }

        #main_nav .btn.dropdown-toggle .caret {
            position: absolute;
            right: 10px;
            top: 20px;
            background: url(/Static/styles/images/m_right_arrow.png) no-repeat right center #fff;
            height: 12px;
            width: 7px;
        }

    #main_nav .btn-group.open .dropdown-toggle {
        border: 0;
    }

    .btn-group .dropdown-menu {
        position: static;
        width: 100%;
        float: none;
        border: 0;
        border-radius: 0;
        padding: 0;
        background: none;
        margin: 0;
    }

        .btn-group .dropdown-menu > li {
            background: #fff;
            margin-top: 10px;
        }

            .btn-group .dropdown-menu > li > a {
                padding: 15px;
            }

        .btn-group .dropdown-menu li {
            border: 0;
        }

            .btn-group .dropdown-menu li:first-child {
                border: 0;
            }
    /*.nav > li:hover > a, .nav > li:focus > a {background-color: #fff;}*/
    .bx-wrapper .bx-controls-direction a {
        z-index: 888;
    }

    .tree-house {
        margin-top: 100px;
    }

    .blime.back_btn {
        background: url(/Static/styles/images/back_arrow.png) no-repeat 20px center #fff;
        padding: 0 30px 0 35px;
        line-height: 35px;
        display: none;
    }

    .sider_caption h3 {
        font-size: 18px;
        line-height: 20px;
    }

    .top-search input {
        padding: 0 12px;
    }

    .article-teaser .article-teaser-image {
        margin: 0 0 10px 0;
    }

    .media .mediaImg {
        margin: 0 0 10px 0;
    }
    .btn-xlarge {
        font: 18px 'arial';
    }
    .product-slider .psimg img {
        max-height: 430px;
    }
}
@media (min-width: 440px) {
    .comment-blocks .news-caption {
        width: auto !Important;
    }

    .commentart {
        float: right !Important;
    }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 767px) {
    .categories_menu .navbar-toggle {
        /*top: -99px;*/
    }
    .navbar {
        min-height: 0;
    }
    .search-result .sp-item .sp-text {
        display: inherit;
    }
    .logo {
        max-height: 42px;
    }
    .how-to-block {
        min-height: 1px;
    }
}

.viivilla-site__se .navbar-nav li{padding:9px}.viivilla-site__se #main_nav .btn.dropdown-toggle{margin-top:-4px}.viivilla-site__se .navbar-nav li:hover,.viivilla-site__se .navbar-nav li:active,.viivilla-site__se .navbar-nav li.active{background:#e40015}.viivilla-site__se h1.related-article-title{color:#e40015}.viivilla-site__se .category-name__more-items{color:#e40015}.viivilla-site__se .list-news-article{border-top:3px solid #e40015;border-bottom:3px solid #e40015}.viivilla-site__se .cat-heading h1{color:#e40015}.viivilla-site__se .author .avatar-author{max-width:100px}@media(max-width:767px){.viivilla-site__se .col-xs-8.logo{margin-right:5px}.viivilla-site__se .mb .mblogin{right:70px}.viivilla-site__se .navbar-toggle{margin-right:10px}.viivilla-site__se .social-sharing .left-and-rating{width:40%;margin:8px 0}.viivilla-site__se .social-buttons{width:50%;margin:8px 0 0 0}.viivilla-site__se .social-sharing .comment{width:30%}.viivilla-site__se .addthis_button_facebook_share{margin-right:20px}}.viivilla-site__no .logo img{max-height:66px;width:auto}.viivilla-site__no .red-orange .title_outside_border{background:#f00}.viivilla-site__no .login_container{display:none}.viivilla-site__no .hide-authorimg{text-align:left;float:left}.viivilla-site__no .article_contents .article_num{color:#f00}.viivilla-site__no .category-wrap .filter-wrap input[type="checkbox"]+label .filter-name{color:#f00}.viivilla-site__no .cbArtikel{border-left:3px solid #f00}.viivilla-site__no .category-wrap .stripe.artikel{background:#f00}.viivilla-site__no .btn-company-guide-non-bg{color:#f00;border-color:#f00}.viivilla-site__no .btn-company-guide-non-bg:hover,.viivilla-site__no .btn-company-guide-non-bg:focus,.viivilla-site__no .btn-company-guide-non-bg:active,.viivilla-site__no .btn-company-guide-non-bg.active,.viivilla-site__no .open .dropdown-toggle.btn-company-guide{color:#f00;border-color:#f00}.viivilla-site__no .btn-company-guide{background-color:#f00;border-color:#f00}.viivilla-site__no .btn-company-guide:hover,.viivilla-site__no .btn-company-guide:focus,.viivilla-site__no .btn-company-guide:active,.viivilla-site__no .btn-company-guide.active,.viivilla-site__no .open .dropdown-toggle.btn-company-guide{background-color:#f00;border-color:#f00}.viivilla-site__no .btn-company-guide.disabled,.viivilla-site__no .btn-company-guide[disabled],.viivilla-site__no fieldset[disabled] .btn-company-guide,.viivilla-site__no .btn-company-guide.disabled:hover,.viivilla-site__no .btn-company-guide[disabled]:hover,.viivilla-site__no fieldset[disabled] .btn-company-guide:hover,.viivilla-site__no .btn-company-guide.disabled:focus,.viivilla-site__no .btn-company-guide[disabled]:focus,.viivilla-site__no fieldset[disabled] .btn-company-guide:focus,.viivilla-site__no .btn-company-guide.disabled:active,.viivilla-site__no .btn-company-guide[disabled]:active,.viivilla-site__no fieldset[disabled] .btn-company-guide:active,.viivilla-site__no .btn-company-guide.disabled.active,.viivilla-site__no .btn-company-guide[disabled].active,.viivilla-site__no fieldset[disabled] .btn-company-guide.active{background-color:#f00;border-color:#f00}.viivilla-site__no .search-guide .stripe.artikel{background:#f00}.viivilla-site__no .login_popup{border-bottom:20px solid #f00}.viivilla-site__no .categories_menu .navbar-toggle{background:url('/Static/img/mmenu_icon.png') no-repeat center 12px #f00}.viivilla-site__no .article-bg{background:#f00}.viivilla-site__no .dk_top-search .form-group .fa{color:#f00}.viivilla-site__no .login_popup{border-top:23px solid #f00;border-bottom:3px solid #f00;border-left:3px solid #f00;border-right:3px solid #f00;background:#f00}.viivilla-site__no .slider_thumb_container .bx-wrapper .bx-pager.bx-default-pager a.bx-pager-link.active{background:#f00}.viivilla-site__no .forum .create-new-forum .skapa{background:#f00 url(/Static/img/create-new-topic.png) no-repeat right}.viivilla-site__no .mb .mbmenu{background:#f00}.viivilla-site__no .mb .mblogin{background:#f00}.viivilla-site__no .mblogincontainer{border-bottom:30px solid #f00}.viivilla-site__no .topred{background:#f00}.viivilla-site__no .mbbli{background:#f00}.viivilla-site__no .blime{color:#f00}.viivilla-site__no .blime a{color:#f00}.viivilla-site__no .catedate .cate{background-color:#f00}.viivilla-site__no .pagelist-artikel a{color:#000 !important}.viivilla-site__no .inner-addon .required{color:#f00}.viivilla-site__no .mc-welcome-action{background-color:#f00}.viivilla-site__no .mc-welcome-expand-headline{background-color:#f00}.viivilla-site__no .mc-welcome-expand-signin{background-color:#f00}.viivilla-site__no .mc-sign-up-text{background-color:#f00}.viivilla-site__no .mc-title-with-border-bottom{color:#f00;border-bottom:#f00 5px solid}.viivilla-site__no .mc-title-with-border-top{border-top:#f00 5px solid}.viivilla-site__no .mc-slider-container{border:#f00 1px solid}.viivilla-site__no .mc-refunder-slider-container{border:#f00 5px solid}.viivilla-site__no .mc-slider-text{color:#f00}.viivilla-site__no .mc-search-result-text{color:#f00}.viivilla-site__no .mc-refunder-caption{background-color:#f00}.viivilla-site__no .mc-teaser-title{color:#f00}.viivilla-site__no .mc-user-input-empty{border:1px solid #f00}.viivilla-site__no .mc-user-input-required::after{color:#f00}.viivilla-site__no .mc-locked-article-become-member-text{background-color:#f00}.viivilla-site__no .mc-offer-content-percent{background-color:#f00}.viivilla-site__no .mc-offer-content-supplier-title{color:#f00}.viivilla-site__no .mc-search-filter-dropdown-item:hover{background-color:#f00}.viivilla-site__no .mc-search-result{border:1px solid #f00}.viivilla-site__no .mc-slider-preamble .mc-slider-title{color:#f00;border-bottom:#f00 5px solid}.viivilla-site__no .mc-user{border:1px solid #f00}.viivilla-site__no .submitLink-color__red{color:#f00}.viivilla-site__no .flex-control-paging li a.flex-active{background:#f00}.viivilla-site__no .two-col-left .startpagearticlerepetitionblock .row .how-to-block .repetion-article-caption p>span{color:#f00}.viivilla-site__no .red-orange .title_outside_border{background:#f00}.viivilla-site__no .article_contents .article_num{color:#f00}.viivilla-site__no .short_order_number{color:#f00}.viivilla-site__no .category-wrap .cate-article{color:#f00}.viivilla-site__no .category-wrap .stripe.artikel{background:#f00}.viivilla-site__no .filter-sort .sort .sortitem{color:#f00}.viivilla-site__no .product-area .bx-viewport .product-slider li div a{color:#f00}.viivilla-site__no .marked-text{background-color:#f00 !important}.viivilla-site__no .news-caption{color:#f00}.viivilla-site__no .search-result .search-result-item .content .short-desc .type-name{color:#f00}.viivilla-site__no .product-slider-wrap .new-product-title{color:#f00}.viivilla-site__no .forumrcp .red h3{color:#f00}.viivilla-site__no .detailed span.read-also{color:#f00}.viivilla-site__no .read-also{color:#f00}.viivilla-site__no .mediaText h2{color:#f00}.viivilla-site__no .category-wrap .stripe.expert{background:#f00}.viivilla-site__no .topic.expert{border-left:3px solid #f00}.viivilla-site__no .topic.expert .experttext{color:#f00}.viivilla-site__no .pagelist-expert a{color:#f00 !important}.viivilla-site__no .pagelist-expert .title_outside_border{background:#f00}.viivilla-site__no .blogg .topic.expert{border-left:3px solid #f00}.viivilla-site__no .expert-title{color:#f00}.viivilla-site__no .breadcrumb li+li:before{color:#f00}.viivilla-site__no .sub-menu li a:hover,.viivilla-site__no .sub-menu li.active a,.viivilla-site__no .sub-menu li.has-sub-menu>a{color:#f00}.viivilla-site__no .navbar-nav li:hover,.viivilla-site__no .navbar-nav li:active,.viivilla-site__no .navbar-nav li.active{background:#f00}.viivilla-site__no .navbar-nav li a:hover{background-color:#f00}.viivilla-site__no .product-slider-wrap .productslider-header{background-color:#f00}.viivilla-site__no .detailed span.read-also{color:#f00}.viivilla-site__no .forumrcp .red h3{color:#f00}.viivilla-site__no .read-also{color:#f00}.viivilla-site__no .mediaText h2{color:#f00}.viivilla-site__no .SecondContent .mediaText p:nth-child(1)>span{color:#f00}.viivilla-site__no .lblWarning{color:#f00}.viivilla-site__no #adminPage .noentityerror{color:#f00}.viivilla-site__no div.valMessage{color:#f00}.viivilla-site__no #PopUp legend,.viivilla-site__no #MySettings legend{color:#f00}.viivilla-site__no .error{color:#f00}.viivilla-site__no del{color:#f00}.viivilla-site__no .preview-contest .active{color:#f00}.viivilla-site__no .SecondContent .mediaText p:nth-child(1)>span{color:#f00}.viivilla-site__no .search-guide .filter-section .filter-label{border-left:3px solid #f00}.viivilla-site__no .how-to-block>p span{color:#f00}.viivilla-site__no .view-door{border:3px solid #f00}.viivilla-site__no .related-article-title span{color:#f00}.viivilla-site__no .redcolor{color:#f00}.viivilla-site__no .redb ::-webkit-input-placeholder{color:#f00 !important}.viivilla-site__no .redb ::-webkit-input-placeholder{color:#f00 !important}.viivilla-site__no .redb :-moz-placeholder{color:#f00 !important}.viivilla-site__no .redb ::-moz-placeholder{color:#f00 !important}.viivilla-site__no .redb :-ms-input-placeholder{color:#f00 !important}.viivilla-site__no .captcha-reply .error{color:#f00}.viivilla-site__no .col-xs-8.logo{margin-top:-1px}.viivilla-site__no .navbar-nav li{padding:15px 12px 15px 10px}.viivilla-site__no .nav_container{background:#fff}@media(max-width:767px){.viivilla-site__no .logo img{max-height:50px}}.viivilla-site__no .product-slider-wrap{background:#fff;border:#2c6668 solid 10px}.viivilla-site__no .product-slider-wrap .bx-wrapper .bx-viewport{background:#fff;min-height:420px}.viivilla-site__no .productnews-header{font-family:'Raleway-Bold';font-size:18px;margin:10px 0 15px 0}.viivilla-site__no .product-slider-wrap .annontext{float:left;margin-top:-10px;font-size:14px}.viivilla-site__no .product-slider-wrap .product-slider li,.viivilla-site__no .product-slider-wrap .offer-slider li{min-width:280px;height:425px}.viivilla-site__no .product-slider-wrap .product-slider li .productnews-slideContent,.viivilla-site__no .product-slider-wrap .offer-slider li .productnews-slideContent{height:380px}.viivilla-site__no .product-slider-wrap .product-slider li .title,.viivilla-site__no .product-slider-wrap .offer-slider li .title>a{color:#000;font-family:'Raleway-Bold'}.viivilla-site__no .productnews-headline{color:#000}.viivilla-site__no .product-slider-wrap .product-slider li .content,.viivilla-site__no .product-slider-wrap .offer-slider li .content{font-family:"Raleway-Medium";font-size:15px;line-height:22px;padding-top:10px}.viivilla-site__no .productnew-readmore{padding-top:0}.viivilla-site__no .productnew-readmore>a{position:absolute;font-family:"Raleway-Medium";color:#fff;background-color:#2c6668;width:84%;left:8%;height:40px;padding-top:9px}.viivilla-site__no .productnew-readmore>a:hover,.viivilla-site__no .productnew-readmore>a:active,.viivilla-site__no .productnew-readmore>a.active{background:#fff !important;background-color:#fff !important;color:#2c6668 !important;border:1px solid #2c6668 !important;text-decoration:none}.viivilla-site__no .product-slider-wrap .bx-wrapper .bx-prev{background-image:url('/Static/Images/memberclub/arrow-icon-1-green.png');left:-35px}.viivilla-site__no .product-slider-wrap .bx-wrapper .bx-next{background-image:url('/Static/Images/memberclub/arrow-icon-1-green.png');right:-35px;top:42%}.viivilla-site__no .no-margin{margin:0 !important}.viivilla-site__no .bottom-ad,.viivilla-site__dk .bottom-ad,.viivilla-site__no .top-ad,.viivilla-site__dk .top-ad,.viivilla-site__no .bottom-ad-internal,.viivilla-site__dk .bottom-ad-internal{border-bottom:none;border-top:none}.viivilla-site__no .news-block .pagelist-artikel,.viivilla-site__dk .news-block .pagelist-artikel,.viivilla-site__no .news-block #pagelist-artikel,.viivilla-site__dk .news-block #pagelist-artikel{background:#80a3a4 !important;background-color:#80a3a4 !important}.viivilla-site__no .news-block .pagelist-artikel,.viivilla-site__dk .news-block .pagelist-artikel,.viivilla-site__no .news-block .pagelist-artikel a,.viivilla-site__dk .news-block .pagelist-artikel a,.viivilla-site__no .news-block .pagelist-artikel .news-caption,.viivilla-site__dk .news-block .pagelist-artikel .news-caption{color:#fff !important}.viivilla-site__no .news-block ul li,.viivilla-site__dk .news-block ul li{border-bottom:1px solid #fff}.viivilla-site__no #main_nav,.viivilla-site__dk #main_nav{border-top:4px solid #2c6668 !important;padding-top:0}.viivilla-site__no .navbar-nav li:hover,.viivilla-site__dk .navbar-nav li:hover,.viivilla-site__no .navbar-nav li:active,.viivilla-site__dk .navbar-nav li:active,.viivilla-site__no .navbar-nav li.active,.viivilla-site__dk .navbar-nav li.active{background:#80a3a4;background-color:#80a3a4}.viivilla-site__no ul.navbar-nav li:hover,.viivilla-site__dk ul.navbar-nav li:hover,.viivilla-site__no ul.navbar-nav li:active,.viivilla-site__dk ul.navbar-nav li:active,.viivilla-site__no ul.navbar-nav li.active,.viivilla-site__dk ul.navbar-nav li.active{background:#80a3a4 !important}.viivilla-site__no ul.navbar-nav li a:hover,.viivilla-site__dk ul.navbar-nav li a:hover{background-color:#80a3a4}.viivilla-site__no .top_arrow_container span,.viivilla-site__dk .top_arrow_container span{background-image:url(/Static/img/viivilla_green.png)}.viivilla-site__no .navbar-nav>li>.top_arrow,.viivilla-site__dk .navbar-nav>li>.top_arrow{background:url('/Static/img/top_arrow_content_bg_green.png') repeat-x}.viivilla-site__no footer,.viivilla-site__dk footer{background-color:#2c6668}.viivilla-site__no h1.related-article-title,.viivilla-site__dk h1.related-article-title{font-family:'Raleway-Bold';color:#2c6668;border-bottom:1px #2c6668 solid}.viivilla-site__no #dkarticlesprinklewidget .spklw-header,.viivilla-site__dk #dkarticlesprinklewidget .spklw-header{border-bottom:solid 1px #2c6668;color:#2c6668}.viivilla-site__no .category-name__more-items,.viivilla-site__dk .category-name__more-items{color:#2c6668}.viivilla-site__no .list-news-article,.viivilla-site__dk .list-news-article{border-top:3px solid #2c6668;border-bottom:3px solid #2c6668}.viivilla-site__no .navbar-nav li a,.viivilla-site__dk .navbar-nav li a{font:bold 14px 'Raleway-Bold'}.viivilla-site__no .sub-menu>li>a,.viivilla-site__dk .sub-menu>li>a{font-family:'Raleway-Medium'}.viivilla-site__no .sider_caption h3,.viivilla-site__dk .sider_caption h3{font-family:'Raleway-Medium';font-weight:500}.viivilla-site__no .repetion-article-caption h2 a,.viivilla-site__dk .repetion-article-caption h2 a{font-family:'Raleway-Bold'}.viivilla-site__no .how-to-block .preamble-text,.viivilla-site__dk .how-to-block .preamble-text{font-family:Raleway}.viivilla-site__no .news-block h6.caption a,.viivilla-site__dk .news-block h6.caption a{font:bold 15px 'Raleway-Bold'}.viivilla-site__no .news-block p.content,.viivilla-site__dk .news-block p.content{font:14px/17px 'Raleway'}.viivilla-site__no .title-article>span>h1,.viivilla-site__dk .title-article>span>h1{font-family:'Raleway-Bold'}.viivilla-site__no .subheadingText>p,.viivilla-site__dk .subheadingText>p{font-family:Raleway}.viivilla-site__no .detailed,.viivilla-site__dk .detailed{font-family:Raleway}.viivilla-site__no .tree-house,.viivilla-site__dk .tree-house{background:none;background-image:none}.viivilla-site__no .category-wrap .category-item .cate-title,.viivilla-site__dk .category-wrap .category-item .cate-title,.viivilla-site__no .category-wrap .category-item .cate-title h2,.viivilla-site__dk .category-wrap .category-item .cate-title h2{font-family:'Raleway-Bold';font-size:18px}.viivilla-site__no .category-wrap .category-list .category-item .cate-desc,.viivilla-site__dk .category-wrap .category-list .category-item .cate-desc{font-family:Raleway;font-size:14px}.viivilla-site__no .related_article_item .related-article-caption h2 a,.viivilla-site__dk .related_article_item .related-article-caption h2 a{font-family:'Raleway-Bold',Chivo-Black,sans-serif !important}.viivilla-site__no .related_article_item .related-article-caption .preamble-text,.viivilla-site__dk .related_article_item .related-article-caption .preamble-text{font-family:'Raleway-Medium' !important}.viivilla-site__no .cat-heading h1,.viivilla-site__dk .cat-heading h1{color:#2c6668;font-family:'Raleway-Bold'}.viivilla-site__no .cat-heading,.viivilla-site__dk .cat-heading,.viivilla-site__no .cat-heading p,.viivilla-site__dk .cat-heading p{font-family:'Raleway'}.viivilla-site__no #articlebanner .ad-item,.viivilla-site__dk #articlebanner .ad-item{border-bottom:0}.viivilla-site__no #articleTop1Block,.viivilla-site__dk #articleTop1Block{border-bottom:1px solid #ddd;margin-bottom:10px}@media(min-width:768px){.viivilla-site__no .menudk,.viivilla-site__dk .menudk{display:none !important}}.viivilla-site__dk .container-standalone,.viivilla-site__se .container-standalone{margin-left:0;margin-right:0}.viivilla-site__dk .red-orange .title_outside_border,.viivilla-site__se .red-orange .title_outside_border{background:#e40015}.viivilla-site__dk .article_contents .article_num,.viivilla-site__se .article_contents .article_num{color:#e40015}.viivilla-site__dk .category-wrap .filter-wrap input[type="checkbox"]+label .filter-name,.viivilla-site__se .category-wrap .filter-wrap input[type="checkbox"]+label .filter-name{color:#e40015}.viivilla-site__dk .cbArtikel,.viivilla-site__se .cbArtikel{border-left:3px solid #e40015}.viivilla-site__dk .category-wrap .stripe.artikel,.viivilla-site__se .category-wrap .stripe.artikel{background:#e40015}.viivilla-site__dk .btn-company-guide-non-bg,.viivilla-site__se .btn-company-guide-non-bg{color:#e40015;border-color:#e40015}.viivilla-site__dk .btn-company-guide-non-bg:hover,.viivilla-site__se .btn-company-guide-non-bg:hover,.viivilla-site__dk .btn-company-guide-non-bg:focus,.viivilla-site__se .btn-company-guide-non-bg:focus,.viivilla-site__dk .btn-company-guide-non-bg:active,.viivilla-site__se .btn-company-guide-non-bg:active,.viivilla-site__dk .btn-company-guide-non-bg.active,.viivilla-site__se .btn-company-guide-non-bg.active,.viivilla-site__dk .open .dropdown-toggle.btn-company-guide,.viivilla-site__se .open .dropdown-toggle.btn-company-guide{color:#e40015;border-color:#e40015}.viivilla-site__dk .btn-company-guide,.viivilla-site__se .btn-company-guide{background-color:#e40015;border-color:#e40015}.viivilla-site__dk .btn-company-guide:hover,.viivilla-site__se .btn-company-guide:hover,.viivilla-site__dk .btn-company-guide:focus,.viivilla-site__se .btn-company-guide:focus,.viivilla-site__dk .btn-company-guide:active,.viivilla-site__se .btn-company-guide:active,.viivilla-site__dk .btn-company-guide.active,.viivilla-site__se .btn-company-guide.active,.viivilla-site__dk .open .dropdown-toggle.btn-company-guide,.viivilla-site__se .open .dropdown-toggle.btn-company-guide{background-color:#e40015;border-color:#e40015}.viivilla-site__dk .btn-company-guide.disabled,.viivilla-site__se .btn-company-guide.disabled,.viivilla-site__dk .btn-company-guide[disabled],.viivilla-site__se .btn-company-guide[disabled],.viivilla-site__dk fieldset[disabled] .btn-company-guide,.viivilla-site__se fieldset[disabled] .btn-company-guide,.viivilla-site__dk .btn-company-guide.disabled:hover,.viivilla-site__se .btn-company-guide.disabled:hover,.viivilla-site__dk .btn-company-guide[disabled]:hover,.viivilla-site__se .btn-company-guide[disabled]:hover,.viivilla-site__dk fieldset[disabled] .btn-company-guide:hover,.viivilla-site__se fieldset[disabled] .btn-company-guide:hover,.viivilla-site__dk .btn-company-guide.disabled:focus,.viivilla-site__se .btn-company-guide.disabled:focus,.viivilla-site__dk .btn-company-guide[disabled]:focus,.viivilla-site__se .btn-company-guide[disabled]:focus,.viivilla-site__dk fieldset[disabled] .btn-company-guide:focus,.viivilla-site__se fieldset[disabled] .btn-company-guide:focus,.viivilla-site__dk .btn-company-guide.disabled:active,.viivilla-site__se .btn-company-guide.disabled:active,.viivilla-site__dk .btn-company-guide[disabled]:active,.viivilla-site__se .btn-company-guide[disabled]:active,.viivilla-site__dk fieldset[disabled] .btn-company-guide:active,.viivilla-site__se fieldset[disabled] .btn-company-guide:active,.viivilla-site__dk .btn-company-guide.disabled.active,.viivilla-site__se .btn-company-guide.disabled.active,.viivilla-site__dk .btn-company-guide[disabled].active,.viivilla-site__se .btn-company-guide[disabled].active,.viivilla-site__dk fieldset[disabled] .btn-company-guide.active,.viivilla-site__se fieldset[disabled] .btn-company-guide.active{background-color:#e40015;border-color:#e40015}.viivilla-site__dk .search-guide .stripe.artikel,.viivilla-site__se .search-guide .stripe.artikel{background:#e40015}.viivilla-site__dk .login_popup,.viivilla-site__se .login_popup{border-bottom:20px solid #e40015}.viivilla-site__dk .categories_menu .navbar-toggle,.viivilla-site__se .categories_menu .navbar-toggle{background:url('/Static/img/mmenu_icon.png') no-repeat center 12px #e40015}.viivilla-site__dk .article-bg,.viivilla-site__se .article-bg{background:#e40015}.viivilla-site__dk .dk_top-search .form-group .fa,.viivilla-site__se .dk_top-search .form-group .fa{color:#e40015}.viivilla-site__dk .login_popup,.viivilla-site__se .login_popup{border-top:23px solid #e40015;border-bottom:3px solid #e40015;border-left:3px solid #e40015;border-right:3px solid #e40015;background:#e40015}.viivilla-site__dk .slider_thumb_container .bx-wrapper .bx-pager.bx-default-pager a.bx-pager-link.active,.viivilla-site__se .slider_thumb_container .bx-wrapper .bx-pager.bx-default-pager a.bx-pager-link.active{background:#e40015}.viivilla-site__dk .forum .create-new-forum .skapa,.viivilla-site__se .forum .create-new-forum .skapa{background:#e40015 url(/Static/img/create-new-topic.png) no-repeat right}.viivilla-site__dk .mb .mbmenu,.viivilla-site__se .mb .mbmenu{background:#e40015}.viivilla-site__dk .mb .mblogin,.viivilla-site__se .mb .mblogin{background:#e40015}.viivilla-site__dk .mblogincontainer,.viivilla-site__se .mblogincontainer{border-bottom:30px solid #e40015}.viivilla-site__dk .topred,.viivilla-site__se .topred{background:#e40015}.viivilla-site__dk .mbbli,.viivilla-site__se .mbbli{background:#e40015}.viivilla-site__dk .blime,.viivilla-site__se .blime{color:#e40015}.viivilla-site__dk .blime a,.viivilla-site__se .blime a{color:#e40015}.viivilla-site__dk .catedate .cate,.viivilla-site__se .catedate .cate{background-color:#e40015}.viivilla-site__dk .pagelist-artikel a,.viivilla-site__se .pagelist-artikel a{color:#000 !important}.viivilla-site__dk .productnews-headline,.viivilla-site__se .productnews-headline{color:#e40015}.viivilla-site__dk .inner-addon .required,.viivilla-site__se .inner-addon .required{color:#e40015}.viivilla-site__dk .mc-welcome-action,.viivilla-site__se .mc-welcome-action{background-color:#e40015}.viivilla-site__dk .mc-welcome-expand-headline,.viivilla-site__se .mc-welcome-expand-headline{background-color:#e40015}.viivilla-site__dk .mc-welcome-expand-signin,.viivilla-site__se .mc-welcome-expand-signin{background-color:#e40015}.viivilla-site__dk .mc-sign-up-text,.viivilla-site__se .mc-sign-up-text{background-color:#e40015}.viivilla-site__dk .mc-title-with-border-bottom,.viivilla-site__se .mc-title-with-border-bottom{color:#e40015;border-bottom:#e40015 5px solid}.viivilla-site__dk .mc-title-with-border-top,.viivilla-site__se .mc-title-with-border-top{border-top:#e40015 5px solid}.viivilla-site__dk .mc-slider-container,.viivilla-site__se .mc-slider-container{border:#e40015 1px solid}.viivilla-site__dk .mc-refunder-slider-container,.viivilla-site__se .mc-refunder-slider-container{border:#e40015 5px solid}.viivilla-site__dk .mc-slider-text,.viivilla-site__se .mc-slider-text{color:#e40015}.viivilla-site__dk .mc-search-result-text,.viivilla-site__se .mc-search-result-text{color:#e40015}.viivilla-site__dk .mc-refunder-caption,.viivilla-site__se .mc-refunder-caption{background-color:#e40015}.viivilla-site__dk .mc-teaser-title,.viivilla-site__se .mc-teaser-title{color:#e40015}.viivilla-site__dk .mc-user-input-empty,.viivilla-site__se .mc-user-input-empty{border:1px solid #e40015}.viivilla-site__dk .mc-user-input-required::after,.viivilla-site__se .mc-user-input-required::after{color:#e40015}.viivilla-site__dk .mc-locked-article-become-member-text,.viivilla-site__se .mc-locked-article-become-member-text{background-color:#e40015}.viivilla-site__dk .mc-offer-content-percent,.viivilla-site__se .mc-offer-content-percent{background-color:#e40015}.viivilla-site__dk .mc-offer-content-supplier-title,.viivilla-site__se .mc-offer-content-supplier-title{color:#e40015}.viivilla-site__dk .mc-search-filter-dropdown-item:hover,.viivilla-site__se .mc-search-filter-dropdown-item:hover{background-color:#e40015}.viivilla-site__dk .mc-search-result,.viivilla-site__se .mc-search-result{border:1px solid #e40015}.viivilla-site__dk .mc-slider-preamble .mc-slider-title,.viivilla-site__se .mc-slider-preamble .mc-slider-title{color:#e40015;border-bottom:#e40015 5px solid}.viivilla-site__dk .mc-user,.viivilla-site__se .mc-user{border:1px solid #e40015}.viivilla-site__dk .submitLink-color__red,.viivilla-site__se .submitLink-color__red{color:#e40015}.viivilla-site__dk .flex-control-paging li a.flex-active,.viivilla-site__se .flex-control-paging li a.flex-active{background:#e40015}.viivilla-site__dk .two-col-left .startpagearticlerepetitionblock .row .how-to-block .repetion-article-caption p>span,.viivilla-site__se .two-col-left .startpagearticlerepetitionblock .row .how-to-block .repetion-article-caption p>span{color:#e40015}.viivilla-site__dk .red-orange .title_outside_border,.viivilla-site__se .red-orange .title_outside_border{background:#e40015}.viivilla-site__dk .article_contents .article_num,.viivilla-site__se .article_contents .article_num{color:#e40015}.viivilla-site__dk .short_order_number,.viivilla-site__se .short_order_number{color:#e40015}.viivilla-site__dk .category-wrap .cate-article,.viivilla-site__se .category-wrap .cate-article{color:#e40015}.viivilla-site__dk .category-wrap .stripe.artikel,.viivilla-site__se .category-wrap .stripe.artikel{background:#e40015}.viivilla-site__dk .filter-sort .sort .sortitem,.viivilla-site__se .filter-sort .sort .sortitem{color:#e40015}.viivilla-site__dk .product-area .bx-viewport .product-slider li div a,.viivilla-site__se .product-area .bx-viewport .product-slider li div a{color:#e40015}.viivilla-site__dk .marked-text,.viivilla-site__se .marked-text{background-color:#e40015 !important}.viivilla-site__dk .news-caption,.viivilla-site__se .news-caption{color:#e40015}.viivilla-site__dk .search-result .search-result-item .content .short-desc .type-name,.viivilla-site__se .search-result .search-result-item .content .short-desc .type-name{color:#e40015}.viivilla-site__dk .product-slider-wrap .new-product-title,.viivilla-site__se .product-slider-wrap .new-product-title{color:#e40015}.viivilla-site__dk .forumrcp .red h3,.viivilla-site__se .forumrcp .red h3{color:#e40015}.viivilla-site__dk .detailed span.read-also,.viivilla-site__se .detailed span.read-also{color:#e40015}.viivilla-site__dk .read-also,.viivilla-site__se .read-also{color:#e40015}.viivilla-site__dk .mediaText h2,.viivilla-site__se .mediaText h2{color:#e40015}.viivilla-site__dk .category-wrap .stripe.expert,.viivilla-site__se .category-wrap .stripe.expert{background:#e40015}.viivilla-site__dk .topic.expert,.viivilla-site__se .topic.expert{border-left:3px solid #e40015}.viivilla-site__dk .topic.expert .experttext,.viivilla-site__se .topic.expert .experttext{color:#e40015}.viivilla-site__dk .pagelist-expert a,.viivilla-site__se .pagelist-expert a{color:#e40015 !important}.viivilla-site__dk .pagelist-expert .title_outside_border,.viivilla-site__se .pagelist-expert .title_outside_border{background:#e40015}.viivilla-site__dk .blogg .topic.expert,.viivilla-site__se .blogg .topic.expert{border-left:3px solid #e40015}.viivilla-site__dk .expert-title,.viivilla-site__se .expert-title{color:#e40015}.viivilla-site__dk .breadcrumb li+li:before,.viivilla-site__se .breadcrumb li+li:before{color:#e40015}.viivilla-site__dk .sub-menu li a:hover,.viivilla-site__se .sub-menu li a:hover,.viivilla-site__dk .sub-menu li.active a,.viivilla-site__se .sub-menu li.active a,.viivilla-site__dk .sub-menu li.has-sub-menu>a,.viivilla-site__se .sub-menu li.has-sub-menu>a{color:#e40015}.viivilla-site__dk .navbar-nav li a:hover,.viivilla-site__se .navbar-nav li a:hover{background-color:#e40015}.viivilla-site__dk .product-slider-wrap .productslider-header,.viivilla-site__se .product-slider-wrap .productslider-header{background-color:#e40015}.viivilla-site__dk .detailed span.read-also,.viivilla-site__se .detailed span.read-also{color:#e40015}.viivilla-site__dk .forumrcp .red h3,.viivilla-site__se .forumrcp .red h3{color:#e40015}.viivilla-site__dk .read-also,.viivilla-site__se .read-also{color:#e40015}.viivilla-site__dk .mediaText h2,.viivilla-site__se .mediaText h2{color:#e40015}.viivilla-site__dk .SecondContent .mediaText p:nth-child(1)>span,.viivilla-site__se .SecondContent .mediaText p:nth-child(1)>span{color:#e40015}.viivilla-site__dk .lblWarning,.viivilla-site__se .lblWarning{color:#e40015}.viivilla-site__dk #adminPage .noentityerror,.viivilla-site__se #adminPage .noentityerror{color:#e40015}.viivilla-site__dk div.valMessage,.viivilla-site__se div.valMessage{color:#e40015}.viivilla-site__dk #PopUp legend,.viivilla-site__se #PopUp legend,.viivilla-site__dk #MySettings legend,.viivilla-site__se #MySettings legend{color:#e40015}.viivilla-site__dk .error,.viivilla-site__se .error{color:#e40015}.viivilla-site__dk del,.viivilla-site__se del{color:#e40015}.viivilla-site__dk .preview-contest .active,.viivilla-site__se .preview-contest .active{color:#e40015}.viivilla-site__dk .SecondContent .mediaText p:nth-child(1)>span,.viivilla-site__se .SecondContent .mediaText p:nth-child(1)>span{color:#e40015}.viivilla-site__dk .search-guide .filter-section .filter-label,.viivilla-site__se .search-guide .filter-section .filter-label{border-left:3px solid #e40015}.viivilla-site__dk .how-to-block>p span,.viivilla-site__se .how-to-block>p span{color:#e40015}.viivilla-site__dk .view-door,.viivilla-site__se .view-door{border:3px solid #e40015}.viivilla-site__dk .related-article-title span,.viivilla-site__se .related-article-title span{color:#e40015}.viivilla-site__dk .redcolor,.viivilla-site__se .redcolor{color:#e40015}.viivilla-site__dk .redb ::-webkit-input-placeholder,.viivilla-site__se .redb ::-webkit-input-placeholder{color:#e40015 !important}.viivilla-site__dk .redb ::-webkit-input-placeholder,.viivilla-site__se .redb ::-webkit-input-placeholder{color:#e40015 !important}.viivilla-site__dk .redb :-moz-placeholder,.viivilla-site__se .redb :-moz-placeholder{color:#e40015 !important}.viivilla-site__dk .redb ::-moz-placeholder,.viivilla-site__se .redb ::-moz-placeholder{color:#e40015 !important}.viivilla-site__dk .redb :-ms-input-placeholder,.viivilla-site__se .redb :-ms-input-placeholder{color:#e40015 !important}.viivilla-site__dk .captcha-reply .error,.viivilla-site__se .captcha-reply .error{color:#e40015}.viivilla-site__dk div.sponsored{background-color:transparent !important}@media(min-width:360px) and (max-width:374px){.viivilla-site__dk .overlay-items .block{margin-left:8px !important}}@media(max-width:414px){.viivilla-site__dk .left-article{padding-left:5px}}@media(max-width:767px){.viivilla-site__dk .close-overlay-mobile{right:8px}}@media(min-width:992px){.viivilla-site__dk .category-list{padding-left:15px !important}.viivilla-site__dk .category-list .product-slider-wrap{margin-left:-5px;padding-top:8px}}.viivilla-site__dk .article-image-textline{float:left;width:60%;text-align:left}.viivilla-site__dk .article-photographer{float:right;width:40%;text-align:right}
