@font-face {
    font-family: 'Raleway';
    src: url('fonts/Raleway/Static/Raleway-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}



body {
    /* 'Raleway', */
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 360;
    color: #666;
    overflow-x: hidden;
}

strong, b {
    font-weight: 600;
}

img {
    max-width: 100%;
    height: auto;
}

ul, ol {
    list-style: none;
}

ul {
    padding: 0;
    margin: 0;
}

a {
    transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
}

    a:hover {
        color: #444;
    }

    a, a:hover {
        text-decoration: none;
    }

i {
    font-size: 1.1em;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    color: #444;
}

h1 {
    font-size: 24px;
    line-height: 30px;
}

h2 {
    font-size: 22px;
    line-height: 28px;
}

h3 {
    font-size: 18px;
    line-height: 24px;
}

h4 {
    font-size: 16px;
    line-height: 22px;
}

h5 {
    font-size: 14px;
    line-height: 20px;
}

h6 {
    font-size: 12px;
    line-height: 18px;
}



.error {
    font-size: 80% !important;
    color: red !important;
}

.logoChiSiamo {
max-height:120px!important;
}

.innerVisual {
    min-height: 400px !important;
}


p {
    color: #666;
    /*font-size: 13px;*/
    font-family: 'Open Sans', sans-serif;
    line-height: 22px;
    margin: 0;
}

    p strong {
        font-weight: 600;
    }

.accent-color-bg {
    color: #fff;
}

.fittext {
    font-size: 38px;
    font-weight: 300;
    line-height: 1.6em;
    margin-bottom: 35px;
    color: rgba(0,0,0, 0.8);
}

    .fittext strong {
        font-weight: 700;
    }

.page-content p {
    margin-bottom: 15px;
}

.wite-text {
    color: #fff;
}

.uppercase {
    text-transform: uppercase;
}

.image-text {
    margin-right: 10px;
}

a.main-button, input[type="submit"] {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

    a.main-button:hover, input[type="submit"]:hover {
        background: #444;
        color: #fff;
    }

    a.main-button i {
        font-size: 1.2em;
    }

input[type="submit"] {
    border: none;
}

.tooltip .tooltip-inner {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
}

#content {
    padding: 60px 0;
}

    #content.full-sections {
        padding: 0;
    }

.section {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

    .section.repeat-bg {
        background-repeat: repeat;
        -webkit-background-size: auto !important;
        -moz-background-size: auto !important;
        -o-background-size: auto !important;
        background-size: auto !important;
    }

.bg-parallax {
    background-attachment: fixed;
    background-position: 50% 30%;
}



.tabServizi {
    background-color: #f2f2f2;
}

    .tabServizi ul {
        list-style: none;
        margin-left: 40px;
    }


        .tabServizi ul li::before {
            content: "\2022";
            color: #c0002b;
            font-weight: bold;
            display: inline-block;
            width: 1em;
            margin-left: -1em;
            margin-bottom: 10px;
        }


        .tabServizi ul li ol li::before {
            content: "\2212";
            color: #333333;
            font-weight: bold;
            display: inline-block;
            width: 1em;
            margin-left: -1em;
        }






































.section-video {
    position: absolute;
    z-index: 33;
    left: 0;
    top: -100px;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
}

    .section-video object {
        display: block;
        width: 100% !important;
        height: auto !important;
    }

    .section-video img {
        display: block;
        width: 100% !important;
        height: auto !important;
    }

.section-video-content {
    z-index: 35;
    position: relative;
    opacity: 0.98;
}

.section-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 34;
    opacity: 0.7;
}

.light-section {
    color: #fff;
}

    .light-section .testimonials {
        color: #666;
    }

        .light-section .testimonials .testimonial-content p {
            color: #c4c4c4;
        }

#container {
    background-color: #fff;
}

.bg-color1 {
    background: #F2F2F2;
}

.boxed-page {
    position: relative;
    width: 1220px;
    margin: 0 auto;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.3);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.3);
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

    .boxed-page header {
        width: 1220px;
    }

.space-bottom {
    height: 30px;
    display: block;
}

#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99999999999;
}

.spinner {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px;
    -webkit-animation: rotatee 2.0s infinite linear;
    animation: rotatee 2.0s infinite linear;
}

.dot1, .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    border-radius: 100%;
    -webkit-animation: bouncee 2.0s infinite ease-in-out;
    animation: bouncee 2.0s infinite ease-in-out;
}

.dot2 {
    top: auto;
    bottom: 0px;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.line-separator {
    border-bottom: 2px solid #cccccc;
    padding: 10px;
}


@-webkit-keyframes rotatee {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes rotatee {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes bouncee {
    0%, 100% {
        -webkit-transform: scale(0.0)
    }

    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes bouncee {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}



.TitleFirstLetterBig {
    font-size: 164%!important;
}



.bgTitlePage {
    position: relative;
    top: -140px;
    background-color: rgba(255, 255, 255, 0.75);
    height: 100px;
    width: 75%;
}


.text-title {
    font-size: 26px;
    line-height: 46px;
}


.TitlePage {
    position: relative;
    top: -214px;
}


.redCOM {
    color: #c0002b !important;
}




.tabDoveOperiamoW {
    padding: 40px;
    background-color: #ffffff;
    text-align: justify;
}

    .tabDoveOperiamoW h6 {
        color: #c0002b !important;
        font-weight: bold;
        font-size: 18px;
        line-height: 32px;
    }

.tabDoveOperiamoG, .tabBgGrey {
    padding: 40px;
    background-color: #f2f2f2;
    text-align: justify;
}

    .tabDoveOperiamoG h6 {
        color: #999999 !important;
        font-weight: bold;
        font-size: 18px;
        line-height: 32px;
    }


.parallax {
    width: 100%;
    background-position: 50% 0%;
}

.parallax-text-container-1 .parallax-text-item {
    padding: 240px 0px;
    position: relative;
    opacity: 0.65;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.parallax-text-container-counter .parallax-text-item {
    padding: 46px 0px;
    text-align: center;
}


.parallax-mobile {
    background-position: 50% 0px;
    background-attachment: scroll !important;
}







a {
    color: #c0002b;
}

.btn-danger {
    background-color: #c0002b;
}


.colorRed {
    color: #c0002b !important;
}

.colorWhite {
    color: #ffffff !important;
}

.colorGrey {
    color: #656261 !important;
}

.text-title {
    font-size: 26px;
    line-height: 46px;
    font-weight: 600;
}

.text-large {
    font-size: 46px;
    line-height: 46px;
}

.text-extra-large {
    font-size: 68px;
    line-height: 60px;
}

.text-weight-normal {
    font-weight: normal;
}

.text-small {
    font-size: 10px;
    line-height: 9px;
}

.text-justified {
    text-align: justify !important;
}

.overimg {
    position: absolute;
    top: 600px;
    left: 15%;
    width: 100%;
    font-size: 52px;
    line-height: 60px;
    color: #c0002b !important;
}




.mtN100 {
    margin-top: 0px !important;
}

.mt40 {
    margin-top: 40px !important;
}


.mtb40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

.ptb40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}


.mtb60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
}


.rowTitle {
    display: table-cell;
    min-height: 120px;
    height: 120px !important;
    vertical-align: middle;
}




.linkWhite a, .linkWhite a:hover, .linkWhite a:active {
    color: white !important;
}
/* SEZIONI */




.bgGrey {
    background-color: #efefef !important;
}





/* SEZIONE 4 BLOCCHI HOME PAGE*/



.team-member.modern .member-info {
    padding: 14px 0;
}

.member-photo {
    position: relative;
    padding: 0px;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    background-color: #222222;
    opacity: 1;
}


    .member-photo img {
        width: 100%;
        transition: opacity 0.6s ease-in-out;
    }


    .member-photo:hover img {
        opacity: 0.3;
        transition: opacity 0.6s ease-in-out;
    }



.team-member .member-photo .member-name {
    display: table;
    position: absolute;
    top: 5%;
    left: 0px;
    width: 75%;
    height: 90px;
    max-height: 90px;
    vertical-align: central;
    padding: 20px;
    background-color: rgba(255,255,255,0.75);
    border-bottom: 3px solid #c0002b;
    z-index: 9994;
}

    .team-member .member-photo .member-name p {
        display: table-cell;
        vertical-align: middle;
        color: #c0002b;
        font-size: 18px;
        font-weight: bolder;
    }

.team-member .member-info {
    padding: 15px 6px 12px 6px;
}







/* 
################################################################################################
																										FOOTER 
################################################################################################
*/




.back-to-top {
    /*display: none;*/
    position: fixed;
    bottom: 18px;
    right: 15px;
}


    .back-to-top i {
        display: block;
        width: 36px;
        height: 36px;
        line-height: 36px;
        color: #fff;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -o-border-radius: 2px;
        text-align: center;
        background-color: #444;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
    }

        .back-to-top i:hover {
            background-color: #c0002b !important;
            transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
        }


footer {
    background-color: #222;
    padding-top: 20px;
    border-top: 4px solid #555;
    color: #ccc;
}

    footer p {
        color: #ccc;
    }

    footer a {
        color: #666;
    }

    footer . {
        color: #666;
    }

.img-footer {
    float: left;
    max-height: 120px !important;
    height: 120px !important;
    padding-right: 30px;
}


.logo-Footer {
    width: 50px !important;
}


.footer-widget {
    margin-bottom: 45px;
}


    .footer-widget h4 {
        color: #eee;
        text-transform: uppercase;
        padding-bottom: 0px !important;
        margin-bottom: 0px !important;
        font-size: 14px;
        font-weight: 700;
        position: relative;
    }

        .footer-widget h4 .head-line {
            position: absolute;
            bottom: 0;
            left: 0;
            display: block;
            width: 50px;
            height: 3px;
            background-color: #333;
            margin: 0;
        }


    .footer-widget ul li a, .footer-widget ul li a:hover, .footer-widget ul li a:active {
        color: White;
        font-size: 14px;
    }























ul.icons-list {
    margin-bottom: 6px;
}

    ul.icons-list li, ul.list-unstyled li {
        margin-bottom: 4px;
        margin-left: 12px;
    }

        ul.icons-list li i {
            font-size: 14px;
            margin-right: 4px;
        }





.colNoPadding {
    padding-right: 0px !important;
    padding-left: 0px !important;
}


/* CONTATORI */
.counter-item h3 {
    text-align: center;
    margin-bottom: 0px;
    color: #fff;
    text-transform: uppercase;
}

.timer {
    font-size: 96px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    line-height: 120px;
    color: #c0002b;
}




.service-icon a {
    display: inline-block;
    background-color: #c5c6c7 !important;
    width: 64px;
    height: 64px;
    margin-bottom: 20px;
    transition: all 1s;
}

    .service-icon a:hover {
        background-color: #c0002b !important;
        width: 64px;
        height: 64px;
        transition: all 1s;
        transform: rotate(-20deg);
        -ms-transform: rotate(-20deg);
        -moz-transform: rotate(-20deg);
        -webkit-transform: rotate(-20deg);
        -o-transform: rotate(-20deg);
    }







/* OVERWRITE CLASS */
.text-center {
    margin-bottom: 0px !important;
}



.container-fluid-90 {
    width: 90%;
    margin-left: 5%;
}

.container-fluid-80 {
    width: 80%;
    margin-left: 10%;
}

.container-fluid-70 {
    width: 70%;
    margin-left: 15%;
}



.contact-widget {
    background: url(../images/map.png) center bottom no-repeat;
}

    .contact-widget ul li {
        font-size: 15px;
    }




.parallax {
    width: 100%;
    background-position: 50% 0%;
}

.parallax-text-container-1 .parallax-text-item {
    padding: 240px 0px;
    position: relative;
    opacity: 0.65;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.parallax-text-container-counter .parallax-text-item {
    padding: 46px 0px;
    text-align: center;
}


.parallax-mobile {
    background-position: 50% 0px;
    background-attachment: scroll !important;
}





.active > div {
    /*display: none;*/
}

    .active > div:first-child {
        display: block;
    }





























ul.social-list {
    float: right;
}

    ul.social-list li {
        float: left;
    }

        ul.social-list li a {
            display: inline-block;
            transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
        }

            ul.social-list li a:hover {
                color: #fff;
            }

            ul.social-list li a.facebook:hover {
                background-color: #507CBE;
            }

            ul.social-list li a.twitter:hover {
                background-color: #63CDF1;
            }

            ul.social-list li a.google:hover {
                background-color: #F16261;
            }

            ul.social-list li a.dribbble:hover {
                background-color: #E46387;
            }

            ul.social-list li a.linkdin:hover {
                background-color: #90CADD;
            }

            ul.social-list li a.tumblr:hover {
                background-color: #4D7EA3;
            }

            ul.social-list li a.flickr:hover {
                background-color: #E474AF;
            }

            ul.social-list li a.instgram:hover {
                background-color: #4D4F54;
            }

            ul.social-list li a.vimeo:hover {
                background-color: #87D3E0;
            }

            ul.social-list li a.skype:hover {
                background-color: #36C4F3
            }

            ul.social-list li a i {
                font-size: 1em;
                display: block;
                width: 34px;
                height: 33px;
                line-height: 33px;
                text-align: center;
                border-left: 1px solid #f2f2f2;
            }

        ul.social-list li:last-child a i {
            border-right: 1px solid #f2f2f2;
        }

























































/*xs*/
@media (max-width: 767px) {
    .carousel-inner .active.left {
        left: -50%;
    }

    .carousel-inner .active.right {
        left: 50%;
    }

    .carousel-inner .next {
        left: 50%;
    }

    .carousel-inner .prev {
        left: -50%;
    }

    .carousel-col {
        width: 100%;
    }




    /* CONTATORI */
    .counter-item h3 {
        text-align: center;
        margin-bottom: 0px;
        color: #fff;
        text-transform: uppercase;
    }

    .timer {
        font-size: 32px;
        font-weight: 800;
        text-transform: uppercase;
        text-align: center;
        line-height: 42px;
    }
}

/*sm*/
@media (min-width: 768px) and (max-width: 991px) {

    .carousel-inner .active.left {
        left: -50%;
    }

    .carousel-inner .active.right {
        left: 50%;
    }

    .carousel-inner .next {
        left: 50%;
    }

    .carousel-inner .prev {
        left: -50%;
    }

    .carousel-col {
        width: 50%;
    }

    .active > div:first-child + div {
        display: block;
    }
}

/*md*/
@media (min-width: 992px) and (max-width: 1199px) {
    .carousel-inner .active.left {
        left: -33%;
    }

    .carousel-inner .active.right {
        left: 33%;
    }

    .carousel-inner .next {
        left: 33%;
    }

    .carousel-inner .prev {
        left: -33%;
    }

    .carousel-col {
        width: 33%;
    }

    .active > div:first-child + div {
        display: block;
    }

        .active > div:first-child + div + div {
            display: block;
        }
}

/*lg*/
@media (min-width: 1200px) {
    .carousel-inner .active.left {
        left: -25%;
    }

    .carousel-inner .active.right {
        left: 25%;
    }

    .carousel-inner .next {
        left: 25%;
    }

    .carousel-inner .prev {
        left: -25%;
    }

    .carousel-col {
        width: 25%;
    }

    .active > div:first-child + div {
        display: block;
    }

        .active > div:first-child + div + div {
            display: block;
        }

            .active > div:first-child + div + div + div {
                display: block;
            }
}

.block {
    width: 100%;
    height: auto;
}



/* USATO PER INCLUDERE LE MAPPE  */
.Flexible-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .Flexible-container iframe,
    .Flexible-container object,
    .Flexible-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
/* USATO PER INCLUDERE LE MAPPE  */


















.toast-title {
    font-weight: bold;
}

.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

    .toast-message a,
    .toast-message label {
        color: #FFFFFF;
    }

        .toast-message a:hover {
            color: #CCCCCC;
            text-decoration: none;
        }

.toast-close-button {
    position: relative;
    right: -0.3em;
    top: -0.3em;
    float: right;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    -webkit-text-shadow: 0 1px 0 #ffffff;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
    line-height: 1;
}

    .toast-close-button:hover,
    .toast-close-button:focus {
        color: #000000;
        text-decoration: none;
        cursor: pointer;
        opacity: 0.4;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
        filter: alpha(opacity=40);
    }

.rtl .toast-close-button {
    left: -0.3em;
    float: left;
    right: 0.3em;
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.toast-top-center {
    top: 0;
    right: 0;
    width: 100%;
}

.toast-bottom-center {
    bottom: 0;
    right: 0;
    width: 100%;
}

.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%;
}

.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%;
}

.toast-top-left {
    top: 12px;
    left: 12px;
}

.toast-top-right {
    top: 12px;
    right: 12px;
}

.toast-bottom-right {
    right: 12px;
    bottom: 12px;
}

.toast-bottom-left {
    bottom: 12px;
    left: 12px;
}

#toast-container {
    position: fixed;
    z-index: 999999;
    pointer-events: none;
    /*overrides*/
}

    #toast-container * {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #toast-container > div {
        position: relative;
        pointer-events: auto;
        overflow: hidden;
        margin: 0 0 6px;
        padding: 15px 15px 15px 50px;
        width: 300px;
        -moz-border-radius: 3px 3px 3px 3px;
        -webkit-border-radius: 3px 3px 3px 3px;
        border-radius: 3px 3px 3px 3px;
        background-position: 15px center;
        background-repeat: no-repeat;
        -moz-box-shadow: 0 0 12px #999999;
        -webkit-box-shadow: 0 0 12px #999999;
        box-shadow: 0 0 12px #999999;
        color: #FFFFFF;
        opacity: 0.8;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
        filter: alpha(opacity=80);
    }

        #toast-container > div.rtl {
            direction: rtl;
            padding: 15px 50px 15px 15px;
            background-position: right 15px center;
        }

        #toast-container > div:hover {
            -moz-box-shadow: 0 0 12px #000000;
            -webkit-box-shadow: 0 0 12px #000000;
            box-shadow: 0 0 12px #000000;
            opacity: 1;
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
            filter: alpha(opacity=100);
            cursor: pointer;
        }

    #toast-container > .toast-info {
        background-image: url("/icon/iconToastSuccess.png") !important;
        /*background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;*/
    }

    #toast-container > .toast-error {
        background-image: url("/icon/iconToastError.png") !important;
        /*
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
		*/
    }

    #toast-container > .toast-success {
        background-image: url("/icon/iconToastSuccess.png") !important;
        /*background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;*/
    }

    #toast-container > .toast-warning {
        background-image: url("/icon/iconToastError.png") !important;
        /*
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
		*/
    }

    #toast-container.toast-top-center > div,
    #toast-container.toast-bottom-center > div {
        width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    #toast-container.toast-top-full-width > div,
    #toast-container.toast-bottom-full-width > div {
        width: 96%;
        margin-left: auto;
        margin-right: auto;
    }

.toast {
    background-color: #030303;
}

.toast-success {
    background-color: #51A351;
}

.toast-error {
    background-color: #BD362F;
}

.toast-info {
    background-color: #2F96B4;
}

.toast-warning {
    background-color: #F89406;
}

.toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000000;
    opacity: 0.4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40);
}
/*Responsive Design*/
@media all and (max-width: 240px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 11em;
    }

        #toast-container > div.rtl {
            padding: 8px 50px 8px 8px;
        }

    #toast-container .toast-close-button {
        right: -0.2em;
        top: -0.2em;
    }

    #toast-container .rtl .toast-close-button {
        left: -0.2em;
        right: 0.2em;
    }
}

@media all and (min-width: 241px) and (max-width: 480px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 18em;
    }

        #toast-container > div.rtl {
            padding: 8px 50px 8px 8px;
        }

    #toast-container .toast-close-button {
        right: -0.2em;
        top: -0.2em;
    }

    #toast-container .rtl .toast-close-button {
        left: -0.2em;
        right: 0.2em;
    }
}

@media all and (min-width: 481px) and (max-width: 768px) {
    #toast-container > div {
        padding: 15px 15px 15px 50px;
        width: 25em;
    }

        #toast-container > div.rtl {
            padding: 15px 50px 15px 15px;
        }
}
