/* Minification failed. Returning unminified contents.
(1185,28): run-time error CSS1034: 
(1185,28): run-time error CSS1042: Expected function, found '%'
(1185,28): run-time error CSS1062: Expected semicolon or closing curly-brace, found '%'
 */
/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

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

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

/*
 * A better looking default horizontal rule
 */

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

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

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

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

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

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






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

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

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

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

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

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

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

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

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

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

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

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

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    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;
    }
}

/* --------------------------------- */
/* Sezione Header                   */
/* --------------------------------*/
body header#main-header {
    position: fixed;
    height: 105px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    background: white;
    z-index: 9999;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
}

    body header#main-header ul,
    body header#main-header ul li {
        display: block;
        border: none;
        margin: 0;
        padding: 0;
    }

        body header#main-header ul li {
            float: left;
        }

    body header#main-header .pull-left {
        position: absolute;
        float: left;
    }

        body header#main-header .pull-left ul li {
            margin-right: 40px;
        }

            body header#main-header .pull-left ul li .logo {
                margin-top: 13px;
                width: 180px;
                height: auto;
                display: block;
            }

                body header#main-header .pull-left ul li .logo img {
                    width: 100%;
                    height: auto;
                }

            body header#main-header .pull-left ul li .toggle {
                background: #278388;
                display: block;
                width: 105px;
                height: 105px;
                color: white;
                position: relative;
            }

                body header#main-header .pull-left ul li .toggle:hover {
                    opacity: 1;
                    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
                }

                body header#main-header .pull-left ul li .toggle .bars {
                    position: absolute;
                    width: 22px;
                    height: 22px;
                    top: 50%;
                    left: 50%;
                    -ms-transform: translate(-50%, -50%) rotate(0);
                    /* IE 9 */
                    -webkit-transform: translate(-50%, -50%) rotate(0);
                    /* Safari */
                    -moz-transform: translate(-50%, -50%) rotate(0);
                    transform: translate(-50%, -50%) rotate(0);
                    -webkit-transform-origin: center center;
                    -moz-transform-origin: center center;
                    -ms-transform-origin: center center;
                    transform-origin: center center;
                    -webkit-transition: all 0.3s ease;
                    -moz-transition: all 0.3s ease;
                    transition: all 0.3s ease;
                }

                    body header#main-header .pull-left ul li .toggle .bars:before, body header#main-header .pull-left ul li .toggle .bars:after {
                        content: " ";
                        display: block;
                        width: 100%;
                        height: 2px;
                        background: white;
                        margin-top: 3px;
                    }

                    body header#main-header .pull-left ul li .toggle .bars .bar {
                        width: 100%;
                        height: 2px;
                        background: white;
                        margin-top: 3px;
                    }

    body header#main-header .pull-right > ul > li {
        margin-left: 15px;
        padding-left: 15px;
        border-left: 1px solid #e5e5e5;
    }

    body header#main-header .pull-right > ul {
        float: right;
        margin-top: 42px;
        margin-right: 45px;
    }

        body header#main-header .pull-right > ul li:first-child {
            border-left: none;
        }

        body header#main-header .pull-right > ul > li {
            margin-left: 15px;
            padding-left: 15px;
            border-left: 1px solid #e5e5e5;
        }

    body header#main-header .pull-right a {
        text-decoration: none;
    }

        body header#main-header .pull-right a.logo {
            float: right;
            margin-top: 20px;
            margin-right: 45px;
            max-width: 177px;
            height: auto;
        }

    body header#main-header .pull-right ul li a i {
        font-size: 20px;
    }

    body header#main-header .pull-right a.logo img {
        width: 100%;
        height: auto;
    }

    body header#main-header .pull-right ul li a.user i {
        margin-left: 18px;
        vertical-align: bottom;
    }

    body header#main-header .pull-right ul li a.user strong {
        color: #278388;
    }

body.not-front header#main-header {
    height: 60px;
}

    body.not-front header#main-header .pull-left {
        position: absolute;
        float: left;
    }

        body.not-front header#main-header .pull-left ul li {
            margin-right: 40px;
        }

            body.not-front header#main-header .pull-left ul li .logo {
                margin-top: 20px;
                max-width: 130px;
            }

            body.not-front header#main-header .pull-left ul li .toggle {
                width: 60px;
                height: 60px;
            }

    body.not-front header#main-header .pull-right > ul {
        margin-top: 20px;
    }

    body.not-front header#main-header .pull-right a.logo {
        margin-top: 12px;
        max-width: 35px;
        height: auto;
    }

/* End Header --------------*/
section#slideshow ul,
section#slideshow ul li {
    display: block;
    margin: 0;
    padding: 0;
}

section#slideshow article {
    position: relative;
}

    section#slideshow article header {
        position: absolute;
        bottom: 90px;
        left: 90px;
    }

        section#slideshow article header h1 {
            font-size: 60px;
            font-weight: 700;
            color: #ffffff;
            margin: 0 auto;
        }

        section#slideshow article header h2 {
            font-size: 30px;
            font-weight: 300;
            color: #ffffff;
            margin: 0 auto;
        }

    section#slideshow article img.background {
        width: 100%;
        height: auto;
    }

/* --------------------------------- */
/* Sezione Warnings                 */
/* --------------------------------*/
section#warnings {
    padding: 10px 0;
    *zoom: 1;

}

    section#warnings:before {
        content: '';
        display: table;
    }

    section#warnings:after {
        content: '';
        display: table;
        clear: both;
    }

    section#warnings article {
        display: block;
        min-height: 250px;
        background: #fff;
        margin-right: auto;
        margin-left: auto;
        /*width: -webkit-calc(50% - (10px - 0px * 1/2));
        width: -moz-calc(50% - (10px - 0px * 1/2));
        width: calc(50% - (10px - 0px * 1/2));*/
        width: 550px;

        margin-bottom: 10px;
    }

        section#warnings article:nth-child(6n) {
            margin-right: 0;
        }

        section#warnings article > div {
            padding: 20px;
        }

        section#warnings article header h1 {
            position: relative;
            font-size: 17px;
            font-weight: 700;
            color: #278388;
            margin: 0;
            margin-top: -24px;
            margin-left: 45px;
            font-family: 'Open Sans', sans-serif;
            text-rendering: optimizeLegibility
        }

        section#warnings article header img {
           
            width: 36px;
            height: 30px;
            margin: auto;
            right: -148px;
        }



        section#warnings article .pull-left {
            position: relative;
            float: left;
            display: block;
            text-align: center;
            border-right: 1px solid #eee;
            margin: 40px 0 0 0;
            padding-right: 5px;
            padding-left: 5px;
            width: -webkit-calc(16.6%);
            width: -moz-calc(16.6%);
            width: calc(16.6%);
        }



            section#warnings article .pull-left:first-of-type {
                position: relative;
                float: left;
                display: block;
                text-align: center;
                border-right: 1px solid #eee;
                margin: 40px 0 0 0;
                padding-right: 5px;
                padding-left: 0px;
                width: -webkit-calc(16.6%);
                width: -moz-calc(16.6% );
                width: calc(16.6% );
            }


            section#warnings article .pull-left:last-child {
                border-right: 0;
                padding-left: 5px;
                padding-right: 0;
                width: -webkit-calc(16.6% - 10px);
                width: -moz-calc(16.6% - 10px);
                width: calc(16.6% - 10px);
            }

            section#warnings article .pull-left h1 {
                font-size: 12px;
                font-weight: 300;
                color: #278388;
                margin: 0;
                font-family: 'Open Sans', sans-serif !important;
                text-rendering: optimizeLegibility
            }

            section#warnings article .pull-left p {
                font-size: 20px;
                font-weight: 400;
                color: #9BCF5F;
                margin: 0;
                font-family: 'Open Sans', sans-serif !important;
                text-rendering: optimizeLegibility
            }

            section#warnings article .pull-left .bar {
                position: relative;
                width: 50%;
                height: 4px;
                *zoom: 1;
                width: 100%;
            }

                section#warnings article .pull-left .bar:before {
                    content: '';
                    display: table;
                }

                section#warnings article .pull-left .bar:after {
                    content: '';
                    display: table;
                    clear: both;
                }

                section#warnings article .pull-left .bar .progress {
                    width: 100%;
                    height: 4px;
                    background: #EAF1F7;
                    float: left;
                    -webkit-border-radius: 2px;
                    -moz-border-radius: 2px;
                    border-radius: 2px;
                    margin-top: 10px;
                    overflow: hidden;
                    position: relative;
                }

                    section#warnings article .pull-left .bar .progress > .value {
                        position: absolute;
                        top: 0;
                        left: 0;
                        bottom: 0;
                        width: 80%;
                        background: #9bcf5f;
                    }

                section#warnings article .pull-left .bar span {
                    font-size: 12px;
                    font-weight: 300;
                    color: #278388;
                    margin: 0;
                    font-family: 'Open Sans', sans-serif!important;
                    text-rendering: optimizeLegibility
                }

                section#warnings article .pull-left .bar .pull-left {
                    border-right: 0;
                    float: left;
                    padding: 0;
                    text-align: left;
                }

                section#warnings article .pull-left .bar .pull-right {
                    text-align: right;
                }

        section#warnings article .pull-right {
            position: relative;
            float: right;
            display: block;
            padding-left: 0px;
            padding-right: 0px;
            width: -webkit-calc(30% );
            width: -moz-calc(30% );
            width: calc(30%);
        }

            section#warnings article .pull-right h1 {
                font-size: 12px;
                font-weight: 300;
                color: #278388;
                margin: 0;
                margin-top: 24px;
            }

            section#warnings article .pull-right p {
                font-size: 40px;
                font-weight: 700;
                color: #9BCF5F;
                margin: 0;
            }

            section#warnings article .pull-right div.bar {
                position: relative;
                width: 50%;
                height: 4px;
            }

                section#warnings article .pull-right div.bar span {
                    font-size: 12px;
                    font-weight: 300;
                    color: #278388;
                    margin: 0;
                }

                    section#warnings article .pull-right div.bar span .progress {
                        color: #EAF1F7;
                    }

/* End Warnings --------------*/
.not-front .off-canvas.left {
    top: 60px;
}

.off-canvas.left, .off-canvas.right {
    position: fixed;
    top: 105px;
    width: 245px;
    left: -245px;
    bottom: 0;
    background: #278388;
    z-index: 100;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 10001;
}

.off-canvas.right {
    background: #002244;
    left: auto;
    top: 0;
    right: -245px;
    z-index: 101;
}

.off-canvas > .container {
    padding: 20px;
}

    .off-canvas > .container > ul {
        padding: 0;
        margin: 0;
    }

        .off-canvas > .container > ul > li {
            padding: 12px 0;
            cursor: pointer;
        }

            .off-canvas > .container > ul > li a, .off-canvas > .container > ul > li i {
                text-decoration: none;
                color: #fff;
                font-weight: 300;
            }

            .off-canvas > .container > ul > li i {
                opacity: .4;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
                margin-right: 8px;
                font-size: 17px;
            }

            .off-canvas > .container > ul > li.menu-parent {
                position: relative;
            }

                .off-canvas > .container > ul > li.menu-parent:after {
                    content: '\f104';
                    font-family: 'FontAwesome';
                    position: absolute;
                    right: 0;
                    top: 10px;
                    font-size: 19px;
                    color: #fff;
                    opacity: .4;
                    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
                    -webkit-transition: all .2s ease-in;
                    -moz-transition: all .2s ease-in;
                    transition: all .2s ease-in;
                }

                .off-canvas > .container > ul > li.menu-parent.active:after {
                    -webkit-transform: rotate(-90deg);
                    -moz-transform: rotate(-90deg);
                    -ms-transform: rotate(-90deg);
                    transform: rotate(-90deg);
                }

                .off-canvas > .container > ul > li.menu-parent ul.sub-menu {
                    background: #58abd1;
                    margin-left: -20px;
                    margin-right: -20px;
                    margin-top: 10px;
                    padding: 10px 20px;
                    list-style: none;
                }

                    .off-canvas > .container > ul > li.menu-parent ul.sub-menu li {
                        margin-top: 10px;
                        margin-bottom: 10px;
                        margin-left: 24px;
                    }

    .off-canvas > .container > ul, .off-canvas > .container > li {
        list-style: none;
    }

.off-canvas-left #main-header .pull-left .toggle .bars {
    -ms-transform: translate(-50%, -50%) rotate(-90deg);
    /* IE 9 */
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    /* Safari */
    -moz-transform: translate(-50%, -50%) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg);
}

.off-canvas-left .off-canvas.left {
    left: 0;
}

.off-canvas-right {
    position: relative;
    right: 245px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .off-canvas-right header#main-header {
        right: 245px;
        width: auto;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .off-canvas-right .off-canvas.right {
        right: 0;
    }

#login-page #login-logo {
    text-align: center;
    margin-bottom: 30px;
}

    #login-page #login-logo img {
        max-width: 250px;
    }

#login-page fieldset {
    max-width: 480px;
    background: #fff;
    margin: 0 auto;
    padding: 45px 30px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

    #login-page fieldset > h4 {
        text-align: center;
    }

    #login-page fieldset .submit {
        *zoom: 1;
    }

        #login-page fieldset .submit:before {
            content: '';
            display: table;
        }

        #login-page fieldset .submit:after {
            content: '';
            display: table;
            clear: both;
        }

        #login-page fieldset .submit input[type="submit"] {
            float: right;
        }

.dropdown-parent {
    position: relative;
}

    .dropdown-parent ul.dropdown {
        position: absolute;
        width: 200%;
        top: 200%;
        right: 0;
        background: #f7f7f7;
        margin: 0;
        float: none;
        -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

        .dropdown-parent ul.dropdown > li {
            width: auto;
            padding: 0;
            margin: 0;
            display: block;
            font-size: 14px;
            padding: 7px 15px !important;
            width: -webkit-calc(100% - 30px);
            width: -moz-calc(100% - 30px);
            width: calc(100% - 30px);
        }

            .dropdown-parent ul.dropdown > li:first-child {
                padding-top: 10px !important;
            }

            .dropdown-parent ul.dropdown > li:last-child {
                padding-bottom: 10px !important;
            }

            .dropdown-parent ul.dropdown > li:hover {
                background: #eaeaea;
                cursor: pointer;
            }

            .dropdown-parent ul.dropdown > li.alert {
                border-top: 1px solid #eee !important;
            }

                .dropdown-parent ul.dropdown > li.alert:hover {
                    background: #d0021b;
                }

                    .dropdown-parent ul.dropdown > li.alert:hover > a {
                        color: #fff;
                    }

                .dropdown-parent ul.dropdown > li.alert > a {
                    color: #d0021b;
                }

                    .dropdown-parent ul.dropdown > li.alert > a i:before {
                        font-size: 14px;
                        margin-left: 5px;
                    }

:placeholder-shown {
    font-size: 13px;
}

fieldset > h4 {
    font-size: 24px;
    font-weight: 400;
    margin-top: 0;
}

fieldset label {
    width: 100%;
    display: block;
    color: #777;
    font-size: 13px;
    margin-bottom: 5px;
}

fieldset input[type="email"],
fieldset input[type="password"] {
    width: -webkit-calc(100% - 12px*2);
    width: -moz-calc(100% - 12px*2);
    width: calc(100% - 12px*2);
    padding: 12px 12px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    font-size: 13px;
}



fieldset .loginFormField {
    width: -webkit-calc(100% - 12px*2);
    width: -moz-calc(100% - 12px*2);
    width: calc(100% - 12px*2);
    padding: 12px 12px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    font-size: 13px;
}




fieldset input[type="submit"] {
    padding: 12px 18px;
    display: block;
    background: #278388;
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    margin-top: 10px;
    min-width: 120px;
}

.reset-password {
    width: 100%;
    display: block;
    margin-top: 45px;
    font-size: 12px;
    text-align: center;
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    background: #eaf1f7;
    text-rendering: optimizeLegibility;
}

body {
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    right: 0;
    min-width: 1000px;
}

a {
    color: #707680;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

    a:hover {
        opacity: 0.7;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    }

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.front main .container {
    max-width: 950px;
    margin: 150px auto 50px auto;
}

.not-front main .container {
    max-width: 950px;
    margin: 90px auto 90px auto;
}

section {
    clear: both;
}

    section:after {
        content: " ";
        display: table;
        clear: both;
    }

#main-footer {
    background: #134144;
    position: fixed;
    bottom: 0;
    height: 30px;
    color: white;
    font-size: 10px;
    left: 0;
    right: 0;
}

    #main-footer .container {
        padding: 7px 30px 0 30px;
    }

/*# sourceMappingURL=maps/style.css.map */

/* --------------------------------- */
/* Sezione Warnings                 */
/* --------------------------------*/
section#warningsDanni {
    padding: 10px 0;
    *zoom: 1;
}

    section#warningsDanni:before {
        content: '';
        display: table;
    }

    section#warningsDanni:after {
        content: '';
        display: table;
        clear: both;
    }

    section#warningsDanni article {
        display: block;
        min-height: 250px;
        background: #fff;
        margin-right: auto;
        margin-left: auto;
        /*width: -webkit-calc(50% - (10px - 0px * 1/2));
        width: -moz-calc(50% - (10px - 0px * 1/2));
        width: calc(50% - (10px - 0px * 1/2));*/
        width: 550px;
        margin-bottom: 10px;
    }

        section#warningsDanni article:nth-child(6n) {
            margin-right: 0;
        }

        section#warningsDanni article > div {
            padding: 20px;
        }

        section#warningsDanni article header h1 {
            position: relative;
            font-size: 17px;
            font-weight: 700;
            color: #278388;
            margin: 0;
            margin-top: -24px;
            margin-left: 45px;
            font-family: 'Open Sans', sans-serif;
            text-rendering: optimizeLegibility
        }

        section#warningsDanni article header img {
            width: 36px;
            height: 30px;
            margin: auto;
            right: -148px;
        }



        section#warningsDanni article .pull-left {
            position: relative;
            float: left;
            display: block;
            text-align: center;
            border-right: 1px solid #eee;
            margin: 40px 0 0 0;
            padding-right: 5px;
            padding-left: 5px;
            width: -webkit-calc(25%);
            width: -moz-calc(25%);
            width: calc(25%%);
        }



            section#warningsDanni article .pull-left:first-of-type {
                position: relative;
                float: left;
                display: block;
                text-align: center;
                border-right: 1px solid #eee;
                margin: 40px 0 0 0;
                padding-right: 5px;
                padding-left: 0px;
                width: -webkit-calc(25%);
                width: -moz-calc(25%);
                width: calc(16.6% );
            }


            section#warningsDanni article .pull-left:last-child {
                border-right: 0;
                padding-left: 5px;
                padding-right: 0;
                width: -webkit-calc(25% - 10px);
                width: -moz-calc(25% - 10px);
                width: calc(25% - 10px);
            }

            section#warningsDanni article .pull-left h1 {
                font-size: 12px;
                font-weight: 300;
                color: #278388;
                margin: 0;
                font-family: 'Open Sans', sans-serif !important;
                text-rendering: optimizeLegibility
            }

            section#warningsDanni article .pull-left p {
                font-size: 20px;
                font-weight: 400;
                color: #9BCF5F;
                margin: 0;
                font-family: 'Open Sans', sans-serif !important;
                text-rendering: optimizeLegibility
            }

            section#warningsDanni article .pull-left .bar {
                position: relative;
                width: 50%;
                height: 4px;
                *zoom: 1;
                width: 100%;
            }

                section#warningsDanni article .pull-left .bar:before {
                    content: '';
                    display: table;
                }

                section#warningsDanni article .pull-left .bar:after {
                    content: '';
                    display: table;
                    clear: both;
                }

                section#warningsDanni article .pull-left .bar .progress {
                    width: 100%;
                    height: 4px;
                    background: #EAF1F7;
                    float: left;
                    -webkit-border-radius: 2px;
                    -moz-border-radius: 2px;
                    border-radius: 2px;
                    margin-top: 10px;
                    overflow: hidden;
                    position: relative;
                }

                    section#warningsDanni article .pull-left .bar .progress > .value {
                        position: absolute;
                        top: 0;
                        left: 0;
                        bottom: 0;
                        width: 80%;
                        background: #9bcf5f;
                    }

                section#warningsDanni article .pull-left .bar span {
                    font-size: 12px;
                    font-weight: 300;
                    color: #278388;
                    margin: 0;
                    font-family: 'Open Sans', sans-serif !important;
                    text-rendering: optimizeLegibility
                }

                section#warningsDanni article .pull-left .bar .pull-left {
                    border-right: 0;
                    float: left;
                    padding: 0;
                    text-align: left;
                }

                section#warningsDanni article .pull-left .bar .pull-right {
                    text-align: right;
                }

        section#warningsDanni article .pull-right {
            position: relative;
            float: right;
            display: block;
            padding-left: 0px;
            padding-right: 0px;
            width: -webkit-calc(30% );
            width: -moz-calc(30% );
            width: calc(30%);
        }

            section#warningsDanni article .pull-right h1 {
                font-size: 12px;
                font-weight: 300;
                color: #278388;
                margin: 0;
                margin-top: 24px;
            }

            section#warningsDanni article .pull-right p {
                font-size: 40px;
                font-weight: 700;
                color: #9BCF5F;
                margin: 0;
            }

            section#warningsDanni article .pull-right div.bar {
                position: relative;
                width: 50%;
                height: 4px;
            }

                section#warningsDanni article .pull-right div.bar span {
                    font-size: 12px;
                    font-weight: 300;
                    color: #278388;
                    margin: 0;
                }

                    section#warningsDanni article .pull-right div.bar span .progress {
                        color: #EAF1F7;
                    }

/* End Warnings --------------*/



