/* Minification failed. Returning unminified contents.
: run-time error CSS1036: Expected expression, found ''
: run-time error CSS1036: Expected expression, found ''
: run-time error CSS1036: Expected expression, found ''
(2395,44): run-time error CSS1031: Expected selector, found '/'
(2395,44): run-time error CSS1025: Expected comma or open brace, found '/'
(2401,44): run-time error CSS1031: Expected selector, found '/'
(2401,44): run-time error CSS1025: Expected comma or open brace, found '/'
: run-time error CSS1036: Expected expression, found ''
(5358,1): run-time error CSS1019: Unexpected token, found '}'
 */
@import "https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,700,500italic,700italic,900,900italic&subset=latin,cyrillic-ext,latin-ext,cyrillic";
@import "https://fonts.googleapis.com/css?family=Roboto+Condensed:300i,400,400i,700,700i&subset=cyrillic,cyrillic-ext,latin-ext";
@import "https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic,cyrillic-ext,latin-ext";
@import "/css/bootstrap.min.css";
@import "/css/fancybox/jquery.fancybox.min.css";
@import "https://fonts.googleapis.com/css?family=Lobster&display=swap&subset=cyrillic,cyrillic-ext,latin-ext";
@import "/css/rte.css";
@import "/css/lightbox.min.css";
@import "/css/flexslider.min.css";
@import "/css/full.min.css";
@import "/css/components.min.css";
@import "/css/responsee.min.css";
@import "/css/template-style.min.css";
@import "/css/li-scroller.min.css";
@import "/js/google-code-prettify/prettify.css";
@import "/fonts/font-awesome-4.5.0/css/font-awesome.min.css";
@import "/css/custom-fonts.min.css";



















html {
    width: 100%;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    background-repeat: no-repeat;
    line-height: 1.6em;
    padding: 0;
    margin: 0;
    color: #333;
    background: rgba(150, 147, 147, 0.40);
    background-size: cover;
    background-position: center center;
    text-align: left
}

a:active {
    outline: 0;
    text-decoration: none
}

a,
a:hover {
    text-decoration: none
}

.clear {
    clear: both
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    line-height: 1.1em;
    color: #333;
    margin-bottom: 20px
}

p {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    text-align: left
}

ul,
li {
    font-weight: 400
}

#wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: rgba(255, 255, 255, .8)
}

.video-container,
.map-container,
.embed-container {
    position: relative;
    margin: 0 0 15px;
    padding-bottom: 51%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    border: none
}

    .embed-container iframe,
    .embed-container object,
    .embed-container embed,
    .video-container iframe,
    .map-container iframe,
    .map-container object,
    .map-container embed,
    .video-container object,
    .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

iframe {
    border: none
}

img.img-polaroid {
    margin: 0 0 20px
}

.img-box {
    max-width: 100%
}

header {
    margin-bottom: 0;
    padding-bottom: 2px;
    background: #fff
}

#login li {
    list-style-type: none
}

.donate {
    background: #aa111b;
    margin: 5px auto 5px;
    padding: 2px 5px 15px;
    width: 120px;
    height: 65px;
    float: left
}

    .donate h3 {
        color: #fff;
        text-align: center;
        font-family: 'Roboto', sans-serif;
        padding: 18px 0 0;
        margin-top: 5px
    }

.blink {
    -webkit-animation: blink 1.75s linear infinite;
    -moz-animation: blink 1.75s linear infinite;
    -ms-animation: blink 1.75s linear infinite;
    -o-animation: blink 1.75s linear infinite;
    animation: blink 1.75s linear infinite;
    font-family: 'Roboto', sans-serif;
    font-style: oblique;
    font-weight: 700;
    font-size: 13px
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
        color: #333
    }

    50% {
        opacity: 1;
        color: #aa111b
    }

    50.01% {
        opacity: 1;
        color: #333
    }

    100% {
        opacity: 1;
        color: #aa111b
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 1
    }

    50.01% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@-ms-keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 1
    }

    50.01% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@-o-keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 1
    }

    50.01% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@keyframes blink {
    0% {
        opacity: 1;
        color: #333
    }

    50% {
        opacity: 1;
        color: #aa111b
    }

    50.01% {
        opacity: 1;
        color: #333
    }

    100% {
        opacity: 1;
        color: #aa111b
    }
}

#blink {
    -webkit-animation: blink 1.75s linear infinite;
    -moz-animation: blink 1.75s linear infinite;
    -ms-animation: blink 1.75s linear infinite;
    -o-animation: blink 1.75s linear infinite;
    animation: blink 1.75s linear infinite;
    font-family: 'Roboto', sans-serif;
    font-style: oblique;
    font-weight: 700;
    font-size: 13px
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
        font-size: 13px
    }

    50% {
        opacity: 1;
        font-size: 16px
    }

    50.01% {
        opacity: 1;
        font-size: 13px
    }

    100% {
        opacity: 1;
        font-size: 16px
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
        font-size: 13px
    }

    50% {
        opacity: 1;
        font-size: 16px
    }

    50.01% {
        opacity: 1;
        font-size: 13px
    }

    100% {
        opacity: 1;
        font-size: 16px
    }
}

@-ms-keyframes blink {
    0% {
        opacity: 1;
        font-size: 13px
    }

    50% {
        opacity: 1;
        font-size: 16px
    }

    50.01% {
        opacity: 1;
        font-size: 13px
    }

    100% {
        opacity: 1;
        font-size: 16px
    }
}

@-o-keyframes blink {
    0% {
        opacity: 1;
        font-size: 13px
    }

    50% {
        opacity: 1;
        font-size: 16px
    }

    50.01% {
        opacity: 1;
        font-size: 13px
    }

    100% {
        opacity: 1;
        font-size: 16px
    }
}

@keyframes blink {
    0% {
        opacity: 1;
        font-size: 13px
    }

    50% {
        opacity: 1;
        font-size: 16px
    }

    50.01% {
        opacity: 1;
        font-size: 13px
    }

    100% {
        opacity: 1;
        font-size: 16px
    }
}

.socialRight .fa {
    line-height: 1.8em;
    font-size: 16px
}

    .socialRight .fa:hover {
        color: #d93d0b
    }

.socialRight .fa-facebook {
    color: #3b5998
}

.socialRight .fa-twitter {
    color: #55acee
}

.socialRight .fa-flickr {
    color: #ff0084
}

.socialRight .fa-youtube {
    color: #b00
}

.navbar-default {
    border: none;
    background-color: #aa111b;
    font-family: 'Roboto', sans-serif;
    z-index: 999
}

.navbar-collapse ul.navbar-nav {
    float: left;
    margin-right: 0
}

.nav .navbar-nav {
    width: 100%;
    height: auto
}

    .nav .navbar-nav > li {
        padding: 0 5px;
        position: relative;
        color: #fff
    }

.navbar .nav > li > a {
    color: #fff;
    text-shadow: none;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600
}

    .navbar .nav > li > a:hover {
        color: #fff;
        text-shadow: none;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 600
    }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color: rgba(0, 0, 0, .7);
    color: #fff
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background-color: rgba(0, 0, 0, .7);
    text-transform: uppercase;
    padding: 15px;
    color: #fff
}

.navbar .nav li .dropdown-menu {
    background-color: rgba(0, 0, 0, .8);
    color: #fff
}

    .navbar .nav li .dropdown-menu > li > a {
        font-size: 11px;
        text-transform: uppercase;
        padding: 10px 15px;
        margin: 0;
        text-shadow: none;
        background-color: rgba(0, 0, 0, .5);
        border-bottom: 1px solid #333;
        color: #fff
    }

        .navbar .nav li .dropdown-menu > li > a:hover {
            background-color: rgba(170, 17, 27, .7);
            color: #fff
        }

a.btn,
.btn:focus {
    outline: 0
}

.btn-theme {
    color: #fff !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 13px;
    background-color: #aa111b
}

    .btn-theme:hover {
        color: #fff;
        background-color: #e2851f
    }

.select.selectmenu {
    display: none
}

.post-image img {
    display: block;
    margin: 0;
    opacity: 1;
    transition: opacity .2s linear 0;
    -o-transition: opacity .2s linear 0;
    -ms-transition: opacity .2s linear 0;
    -moz-transition: opacity .2s linear 0;
    -webkit-transition: opacity .2s linear 0
}

#home-section {
    margin: 2px 2px 10px -6px;
    padding-left: 2px;
    padding-right: 2px
}

    #home-section .post-image img:hover,
    #article-section.archive .post-image img:hover,
    #article-section .post-image img:hover,
    #page-gallery .post-image img:hover {
        opacity: .5
    }

    #home-section .post-text {
        color: #fff;
        padding: 2.5em 2em .5em 1.5em
    }

    #home-section .red-text {
        color: #aa111b !important;
        padding: 2.5em 2em .5em 1.5em
    }

    #home-section .post-text h2 {
        color: #fff;
        font-size: 3.2em;
        font-weight: 900;
        line-height: 1em;
        margin: 0 0 .3125em;
        opacity: 1;
        padding: 0 0 .2em;
        transition: opacity .2s linear 0;
        -o-transition: opacity .2s linear 0;
        -ms-transition: opacity .2s linear 0;
        -moz-transition: opacity .2s linear 0;
        -webkit-transition: opacity .2s linear 0
    }

        #home-section .post-text h2:hover {
            opacity: .6;
            text-decoration: none
        }

    #home-section .post-text p {
        font-size: .95em;
        opacity: 1
    }

    #home-section .text-box {
        height: 150px;
        background: #fff;
        padding: 1em;
        margin-bottom: .5em
    }

        #home-section .text-box a:hover {
            color: #aa111b
        }

        #home-section .text-box p {
            color: #333
        }

    #home-section .activity {
        font-weight: 900
    }

.post-date .date {
    font-size: 3em
}

.post-date .month {
    font-size: 1.6em;
    margin-bottom: 1em;
    margin-top: -.7em
}

.post-date {
    font-weight: 100;
    opacity: 1;
    text-align: center
}

#calendar {
    position: absolute;
    right: 2px;
    width: 90px;
    height: 116px;
    background: url(/images/calendar-icon-small2.png);
    background-position: center;
    background-size: cover;
    z-index: 1
}

#year {
    font-size: 1.1em;
    margin-top: .2em;
    margin-bottom: .2em;
    font-weight: 600;
    text-align: center;
    color: #fff
}

#year-front {
    font-size: 1.1em;
    margin-top: .2em;
    margin-bottom: .2em;
    font-weight: 600;
    text-align: center
}

#day {
    color: #aa111b !important;
    font-size: 2.8em;
    margin-top: -10px;
    margin-bottom: 0;
    font-weight: 900 !important;
    text-align: center
}

#day-front {
    font-size: 2.8em;
    margin-top: -10px;
    margin-bottom: 0;
    font-weight: 900;
    text-align: center
}

#month {
    font-size: .95em;
    color: #aa111b !important;
    text-align: center;
    font-weight: 600 !important;
    text-transform: uppercase;
    letter-spacing: .075em;
    font-family: Roboto, sans-serif !important
}

#month-front {
    font-size: .9em;
    margin-bottom: 1.1em;
    text-align: center;
    font-weight: 600 !important;
    text-transform: uppercase;
    letter-spacing: .075em;
    font-family: Roboto, sans-serif !important
}

.right-align .post-image {
    float: right
}

.right-align .post-text {
    float: right;
    text-align: right
}

.right-align .post-date {
    float: right;
    text-align: right
}

.post-1 {
    background: none repeat scroll 0 0 #aa111b
}

.post-2 {
    background: none repeat scroll 0 0 #fff;
    color: #aa111b
}
.post-3 {
    background: none repeat scroll 0 0 #fff;
    color: #aa111b
}

/*.post-3 {
    background: none repeat scroll 0 0 #aa111b
}*/

.post-4 {
    background: none repeat scroll 0 0 #fff
}

.post-5 {
    background: none repeat scroll 0 0 #aa111b
}

.red-text span {
    color: #aa111b
}

.aside-block {
    background: none repeat scroll 0 0 #fff;
    margin-bottom: 1.25em;
    padding: 2em .8em
}

aside img {
    display: block;
    margin: 0
}

aside h3 {
    color: #333;
    font-size: 2em;
    font-weight: 300;
    line-height: 1em;
    margin: 0 0 .625em
}

aside p {
    color: #656565;
    font-size: .85em
}

.advertising {
    background: none repeat scroll 0 0 #fff
}

    .advertising.horizontal {
        padding: 1em 0
    }

.asideLink a {
    color: #333;
    font-weight: 900
}

    .asideLink a:hover {
        color: #aa111b
    }

#article-section article {
    background: none repeat scroll 0 0 #fff
}

#article-section {
    margin: 2px 2px 2px -4px;
    padding: 0
}

    #article-section p {
        color: #333;
        font-weight: 400
    }

    #article-section h1,
    #article-section h3,
    #article-section h4,
    #article-section h5,
    #article-section h6 {
        color: #333;
        font-weight: 900
    }

    #article-section h2 {
        color: #333;
        font-weight: 900
    }

    #article-section h1 {
        font-size: 3em;
        font-weight: 900;
        margin-top: 0
    }

    #article-section h3,
    #article-section h4,
    #article-section h5,
    #article-section h6 {
        font-weight: 900
    }

    #article-section .post-text {
        padding: .5em 1em 1em
    }

    #article-section .post-date p {
        color: #fff
    }

    #article-section blockquote {
        border-left: 2px solid #656565;
        color: #333;
        font-family: georgia;
        font-size: 1.1em;
        font-style: italic;
        font-weight: 600;
        line-height: 1.4em;
        margin-left: .625em;
        padding-left: .625em
    }

    #article-section .post-text img {
        margin: 1.25em 0;
        max-width: 100%;
        width: auto
    }

#full-main {
    background: #fff;
    margin-top: -20px;
    padding-top: 10px
}

.full {
    margin: 0;
    padding: 0 !important;
    overflow: hidden
}

    .full * {
        max-width: 100%;
        width: 100%;
        height: auto;
        margin: 0 !important;
        padding: 0 !important;
        line-height: 0;
        background-size: full-screen;
        background-repeat: no-repeat
    }

    .full .wide {
        width: 100%;
        height: auto;
        background-repeat: no-repeat
    }

.dark .row div[class^="col-"],
.light .row div[class^="col-"],
.red .row div[class^="col-"],
.blue .row div[class^="col-"],
.purple .row div[class^="col-"] {
    margin-bottom: 20px
}

.triangle {
    position: relative
}

    .triangle img {
        position: relative;
        z-index: 100
    }

    .triangle:before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 150px 100vw;
        border-color: inherit;
        position: absolute;
        z-index: 120
    }

    .triangle + .light,
    .triangle + .dark,
    .triangle + .blue,
    .triangle + .red,
    .triangle + .purple {
        position: relative
    }

        .triangle + .light:before,
        .triangle + .dark:before,
        .triangle + .blue:before,
        .triangle + .red:before,
        .triangle + .purple:before {
            content: "";
            display: block;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 150px 0 0 100vw;
            border-color: none;
            position: absolute;
            z-index: 120;
            top: -150px
        }

.video-wrapper {
    margin: 60px auto
}

.no-padding {
    padding: 0
}

.grey {
    background: #2e3842
}

    .grey * {
        color: #fff
    }

    .grey a,
    .grey a:visited {
        color: #ae92a5
    }

        .grey a:hover,
        .grey a:visited:hover {
            text-decoration: underline
        }

        .grey a.button {
            border: 1px solid #fff;
            background: rgba(255, 255, 255, 0);
            color: #fff
        }

            .grey a.button:hover {
                background: #fff;
                color: #dd8e11
            }

            .grey a.button.fill {
                background: #fff;
                color: #dd8914
            }

                .grey a.button.fill:hover {
                    background: rgba(255, 255, 255, .5);
                    color: #fff
                }

    .grey code,
    .grey pre {
        background-color: rgba(248, 248, 248, .1)
    }

    .grey + .triangle:before {
        border-color: transparent transparent transparent #1c1c1e
    }

.dark {
    background: #1c1c1e
}

    .dark * {
        color: #fff
    }

    .dark a,
    .dark a:visited {
        color: #f45376
    }

        .dark a:hover,
        .dark a:visited:hover {
            text-decoration: underline
        }

        .dark a.button {
            border: 1px solid #fff;
            background: rgba(255, 255, 255, 0);
            color: #fff
        }

            .dark a.button:hover {
                background: #fff;
                color: #000
            }

            .dark a.button.fill {
                background: #fff;
                color: #000
            }

                .dark a.button.fill:hover {
                    background: rgba(255, 255, 255, .5);
                    color: #fff
                }

    .dark code,
    .dark pre {
        background-color: rgba(248, 248, 248, .1)
    }

    .dark + .triangle:before {
        border-color: transparent transparent transparent #1c1c1e
    }

.light {
    background: #fff
}

    .light * {
        color: #000
    }

    .light a,
    .light a:visited {
        color: #f45376 !important
    }

        .light a:hover,
        .light a:visited:hover {
            text-decoration: underline
        }

        .light a.button {
            border: 1px solid #000;
            background: transparent;
            color: #000
        }

            .light a.button:hover {
                background: #000;
                color: #fff
            }

            .light a.button.fill {
                background: #000;
                color: #fff
            }

                .light a.button.fill:hover {
                    background: rgba(0, 0, 0, .2);
                    color: #000
                }

    .light code,
    .light pre {
        background-color: #f8f8f8
    }

    .light + .triangle:before {
        border-color: transparent transparent transparent #fff
    }

.red {
    background: #aa111b;
    color: #fff;

}

    .red a {
        color: #fff
    }

.none {
    background: none
}

.yellow * {
    color: #000
}

.yellow a,
.yellow a:visited {
    color: #f42146
}

    .yellow a.button {
        border: 1px solid #000;
        background: transparent;
        color: #000
    }

        .yellow a.button:hover {
            background: #000;
            color: #fff
        }

        .yellow a.button.fill {
            background: #000;
            color: #fff
        }

            .yellow a.button.fill:hover {
                background: rgba(0, 0, 0, .2);
                color: #000
            }

.yellow + .triangle:before {
    border-color: transparent transparent transparent #aa111b
}

.blue {
    background: #51c1f5
}

    .blue * {
        color: #fff
    }

    .blue a,
    .blue a:visited {
        text-decoration: underline
    }

        .blue a:hover,
        .blue a:visited:hover {
            text-decoration: none
        }

        .blue a.button {
            border: 1px solid #fff;
            background: rgba(255, 255, 255, 0);
            text-decoration: none
        }

            .blue a.button:hover {
                background: #fff;
                color: #51c1f5
            }

            .blue a.button.fill {
                background: #fff;
                color: #51c1f5
            }

                .blue a.button.fill:hover {
                    background: rgba(255, 255, 255, .5);
                    color: #fff
                }

    .blue + .triangle:before {
        border-color: transparent transparent transparent #51c1f5
    }

.purple {
    background: #c2357b
}

    .purple * {
        color: #fff
    }

    .purple a,
    .purple a:visited {
        text-decoration: underline
    }

        .purple a:hover,
        .purple a:visited:hover {
            text-decoration: none
        }

        .purple a.button {
            border: 1px solid #fff;
            background: rgba(255, 255, 255, 0);
            text-decoration: none
        }

            .purple a.button:hover {
                background: #fff;
                color: #c2357b
            }

            .purple a.button.fill {
                background: #fff;
                color: #c2357b
            }

                .purple a.button.fill:hover {
                    background: rgba(255, 255, 255, .5);
                    color: #fff
                }

    .purple + .triangle:before {
        border-color: transparent transparent transparent #c2357b
    }

.round {
    border-radius: 50%
}

.blockDiv {
    padding-left: 5px;
    margin-bottom: 20px;
    /*animation: animate 2s linear infinite;*/
}

    .blockDiv a {
        color: #fff !important;
    }

.blockHead:after {
    color: #aa111b;
    border-left: 20px solid;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    display: inline-block;
    content: '';
    position: absolute;
    right: -20px;
}

.blockHead {
    background-color: #aa111b;
    /*width: 150px; */
    height: 40px;
    display: inline-block;
    position: relative;
}

.blocktext {
    color: white;
    font-weight: bold;
    padding-left: 10px;
    /*font-family: Arial;*/
    font-size: 14px;
    line-height: 40px;
    vertical-align: middle;
}

.blockHead:hover {
    opacity: 0.6;
}

.text-pulse {
    font-size: 14px;
    font-weight: bold;
    /*text-align:center;*/
    margin-left: 10px;
}

.pulse {
    /*width: 130px;
    height: 130px;*/
    width: 150px;
    height: 150px;
    background: rgb(170, 17, 27);
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    line-height: 20px;
    white-space: nowrap;
    padding: 45px 20px 20px 20px;
    animation: animate 2s linear infinite;
    margin-bottom: 30px;
    /*margin-left: 30%;
    margin-top: 50px;*/
    margin-top: 20px;
    margin-left: 23%;
}

@keyframes animate {
    0% {
        box-shadow: 0 0 0 0 rgba(170, 17, 27, 0.7), 0 0 0 0 rgba(170, 17, 27, 0.7);
    }

    40% {
        box-shadow: 0 0 0 50px rgba(170, 17, 27, 0), 0 0 0 0 rgba(170, 17, 27, 0.7);
    }

    80% {
        box-shadow: 0 0 0 50px rgba(170, 17, 27, 0), 0 0 0 30px rgba(170, 17, 27, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(170, 17, 27, 0), 0 0 0 30px rgba(170, 17, 27, 0);
    }
}


/*====drugi text==========*/

div.bg-arrow,
div.arrow {
    position: absolute;
    top: 100px;
    left: 100px;
    width: 0px;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid #BDC3C7;
}

div.arrow {
    -webkit-animation: av_pulsate 1.5s infinite;
    animation: av_pulsate 1.5s infinite;
}

div.bg-arrow {
    position: absolute;
    top: 110px;
    left: 104px;
    width: 0px;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #BDC3C7;
}

@-webkit-keyframes av_pulsate {
    0% {
        -webkit-transform: scale(0.1);
        opacity: 0.0;
    }

    50% {
        opacity: 0.7;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0.0;
    }
}

@keyframes av_pulsate {
    0% {
        transform: scale(0.1);
        opacity: 0.0;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        transform: scale(1.3);
        opacity: 0.0;
    }
}


/*sonar effect*/

@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.5);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

/*widget-links*/

.ddk-covid {
    margin-top:25px;
}
    .ddk-covid p {
        font-size:18px;
        font-weight:900;
        color: #333;
      
    }
    .ddk-covid p a {
        color:#333;
    }
        .ddk-covid p a:hover {
            color: #aa111b;
        }

.ddk-links-box {
    border: 1px solid #b92020;
    border-radius: 2px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 24px 16px 12px 14px;
    font-weight: bold;
}
    .ddk-links-box p {
        position: absolute;
        top: -10px;
        left: 10px;
        padding: 0 4px;
        color:#aa111b;
        background: #fff;
        font-weight: 700;
    }
ul.ddk-links {
    padding-left: 0;
    list-style-type: none;
}

.ddk-links li {
    color:#333;
    font-weight:700;
}
    .ddk-links li:hover {
        color: #aa111b;
        font-weight: 700;
    }
    .ddk-links li a {
        color: #333;
        font-weight: 700;
    }
    .ddk-links li a:hover {
        color: #aa111b;
        font-weight: 700;
    }




/*wrapper blink*/

.wrapper-blink {
    margin: -50px 0 20px 0;
    width: 100%;
    height: 100px;
    position: relative;
    top: 50%;
    left: 0;
    /*margin-left: 0;
    margin-top: -50px;*/
}

    .wrapper-blink a {
        position: relative;
        background: #aa111b;
        bottom: 0;
        color: #fff;
        height: 45px;
        line-height: 45px;
        position: absolute;
        width: 100%;
        padding: 0 0 0 20px;
        font-size: 12px;
        font-weight: 700;
        /*font-family: 'Arial';*/
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        text-transform: uppercase;
        transition: 0.1s all ease-in;
    }

        .wrapper-blink a span {
            display: block;
            width: 8px;
            top: 0;
            bottom: 0;
            margin: auto;
            right: 10px;
            height: 10px;
            position: absolute;
        }

            .wrapper-blink a span span {
                /*background: url(http://thomaspodgro.com/source/arrow.png);*/
                background-image: url('/images/arrow.png');
                display: block;
                width: 8px;
                top: 0;
                bottom: 0;
                margin: auto;
                right: 0px;
                height: 10px;
                opacity: 1;
                position: absolute;
            }

        .wrapper-blink a .arrow:before {
            content: "";
            /*background: url(http://thomaspodgro.com/source/arrow.png);*/
            background-image: url('/images/arrow.png');
            display: block;
            width: 8px;
            top: 0;
            bottom: 0;
            margin: auto;
            right: 10px;
            height: 10px;
            position: absolute;
            opacity: 0.5;
        }

        .wrapper-blink a .arrow:after {
            content: "";
            /*background: url(http://thomaspodgro.com/source/arrow.png);*/
            background-image: url('/images/arrow.png');
            display: block;
            width: 8px;
            top: 0;
            bottom: 0;
            margin: auto;
            right: 20px;
            height: 10px;
            position: absolute;
            opacity: 0.3;
        }

        .wrapper-blink a .arrow:before {
            animation: animate-arrow-2 1s ease-in-out infinite 0.1s;
        }

        .wrapper-blink a .arrow:after {
            animation: animate-arrow-3 1s ease-in-out infinite 0.2s;
        }

        .wrapper-blink a .arrow span {
            animation: animate-arrow-1 1s ease-in-out infinite;
        }


/*=============
red
==============*/

.wrapper-blink-red {
    margin: -50px 0 20px 0;
    width: 100%;
    height: 100px;
    position: relative;
    top: 50%;
    left: 0;
    /*margin-left: 0;
    margin-top: -50px;*/
}

    .wrapper-blink-red a {
        position: relative;
        /*background: #aa111b;*/
        background: #fff;
        border: 1px solid #aa111b;
        bottom: 0;
        color: #aa111b;
        height: 45px;
        line-height: 45px;
        position: absolute;
        width: 100%;
        padding: 0 0 0 20px;
        font-size: 12px;
        font-weight: 700;
        /*font-family: 'Arial';*/
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        text-transform: uppercase;
        transition: 0.1s all ease-in;
    }

        .wrapper-blink-red a span {
            display: block;
            width: 8px;
            top: 0;
            bottom: 0;
            margin: auto;
            right: 10px;
            height: 10px;
            position: absolute;
        }

            .wrapper-blink-red a span span {
                /*background: url(http://thomaspodgro.com/source/arrow.png);*/
                background-image: url('/images/crvena/arrow.png');
                display: block;
                width: 8px;
                top: 0;
                bottom: 0;
                margin: auto;
                right: 0px;
                height: 10px;
                opacity: 1;
                position: absolute;
            }

        .wrapper-blink-red a .arrow:before {
            content: "";
            /*background: url(http://thomaspodgro.com/source/arrow.png);*/
            background-image: url('/images/crvena/arrow.png');
            display: block;
            width: 8px;
            top: 0;
            bottom: 0;
            margin: auto;
            right: 10px;
            height: 10px;
            position: absolute;
            opacity: 0.5;
        }

        .wrapper-blink-red a .arrow:after {
            content: "";
            /*background: url(http://thomaspodgro.com/source/arrow.png);*/
            background-image: url('/images/crvena/arrow.png');
            display: block;
            width: 8px;
            top: 0;
            bottom: 0;
            margin: auto;
            right: 20px;
            height: 10px;
            position: absolute;
            opacity: 0.3;
        }

        .wrapper-blink-red a .arrow:before {
            animation: animate-arrow-2 1s ease-in-out infinite 0.1s;
        }

.wrapper-blink a .arrow:after {
    animation: animate-arrow-3 1s ease-in-out infinite 0.2s;
}

.wrapper-blink-red a .arrow span {
    animation: animate-arrow-1 1s ease-in-out infinite;
}

@keyframes animate-arrow-1 {
    0% {
        transform: translateX(-40px);
        opacity: 0;
    }

    70%, 100% {
        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes animate-arrow-2 {
    0% {
        transform: translateX(-20px);
        opacity: 0;
    }

    70%, 100% {
        transform: translateX(0px);
        opacity: 0.5;
    }
}

@keyframes animate-arrow-3 {
    0% {
        transform: translateX(-10px);
        opacity: 0;
    }

    70%, 100% {
        transform: translateX(0px);
        opacity: 0.3;
    }
}

.contact-border {
    border: 1px solid #d09498;
    padding: 8px;
    height: 150px;
}

.iskljuci-stil {
}

.umb-grid {
    padding-top: 10px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat !important
}

.grid-section {
    background-repeat: no-repeat;
    width: 100%
}

.umb-grid .column {
    background-repeat: no-repeat;
    padding: 2px 4px
}

.umb-grid .container {
    width: 100%
}

.no-repeat {
    background-repeat: no-repeat;
    background-size: cover
}

#videoPhoto .umb-grid .column {
    margin-top: 25px
}

#videoPhoto .umb-grid {
    padding-top: 10px
}

#videoPhoto .thumbnails li {
    list-style-type: none;
    padding: 0 15px;
    margin-bottom: 0;
    margin-top: 0
}

#sidebar .umb-grid {
    padding: 0
}

    #sidebar .umb-grid .column {
        margin: 0;
        padding: 0 5px
    }

/**umb_name:whiteText*/
.whiteText{color: #fff;}
.whiteText a {color: #fff !important;}
.whiteText a:hover{opacity:0.9;}
/**umb_name:paddingText*/
.paddingText{padding:10px 25px;}

.umb-grid.red{
padding:5px 20px !important;
}

.ddk-container {
    padding: 0;
    margin-bottom: 20px;
}

.ddk-text {
    padding-bottom: 4px;
    color: #333;
    font-size: 13px;
    text-align: center !important;
}

.ddk-title {
    font-size: 25px;
    font-weight: 900;
    text-transform: uppercase;
    color: #aa111b;
    text-align: center !important;
}

.umb-grid p {
    font-family: 'Roboto', sans-serif;
    text-align: left
}

.umb-grid a:hover {
    color: #d5661c
}

.umb-grid img {
    width: 100%;
    height: auto;
    margin: 0
}

#search {
    display: inline-block !important;
    padding: 3px 5px;
}

.search-icon {
    position: absolute;
    margin-left: -30px;
    top: 5px;
    bottom: 5px;
}

#search-results a {
    color: #aa111b
}

    #search-results a:hover {
        color: #eb600f
    }

.search-list li {
    list-style-type: none;
    width: 80%;
    line-height: 1.8em;
}

.search-list h4 {
    color: #aa111b;
    margin-bottom: 2px !important;
}

.search-list li a {
    color: #aa111b
}

    .search-list li a:hover {
        color: #eb600f
    }

.search-list p {
    margin-bottom: 20px !important;
}

#page-gallery .umb-grid .container {
    padding: 0;
    margin: 0
}

#page-gallery .umb-grid {
    margin: 0;
    padding-top: 0
}

#page-gallery .post-text {
    padding: 5.5em 1em 1em
}

#page-gallery .widget {
    margin: 0
}

#page-gallery .flickr_badge {
    margin: 0 9px 20px;
    width: 100%
}

    #page-gallery .flickr_badge img {
        width: 50px;
        height: 50px;
        float: left;
        margin: .5em
    }

#page-gallery h1 {
    font-size: 5em;
    color: #fff;
    text-align: center
}

#white {
    background: #fff;
    color: #aa111b
}

    #white .umb-grid .container {
        padding: 0;
        margin: 0
    }

    #white .umb-grid {
        margin: 0;
        padding-top: 0
    }

    #white .post-text {
        padding: 5.5em 2.3em 1em 1.2em
    }

    #white h1 {
        font-size: 5em;
        color: #aa111b;
        text-align: center
    }

    #white .fa {
        color: #aa111b;
        text-align: center
    }

    #white .post-text:hover,
    #page-gallery .post-text:hover {
        opacity: .5
    }

#foto {
    padding-right: 0;
    background: #fff
}

    #foto h1 {
        color: #aa111b
    }

    #foto span {
        font-size: 1em;
        font-weight: 700;
        margin-left: 1em
    }

    #foto .widget {
        margin: 0
    }

    #foto .flickr_badge {
        margin: 5px 9px 20px;
        width: 100%
    }

        #foto .flickr_badge img {
            width: 50px;
            height: 50px;
            float: left;
            margin: .5em
        }

    #foto .fa-facebook {
        color: #3b5998
    }

    #foto .fa-twitter {
        color: #55acee
    }

    #foto .fa-flickr {
        color: #ff0084
    }

.white-title {
    height: auto;
    overflow: hidden;
    margin-bottom: 1px;
    font-weight: 900;
    padding: 1% 0 2px 2%
}

#video {
    background: #fff
}

    #video .fa-facebook {
        color: #3b5998
    }

    #video .fa-twitter {
        color: #55acee
    }

    #video .fa-youtube {
        color: #b00
    }

#top-padd {
    padding-top: 5px !important
}

.logo {
    width:256px;
    padding: 0;
    float: left;
    cursor: pointer;
    z-index: 1
}

header button {
    background: #fff;
    color: #aa111b;
    padding: 6px 2px 0 0;
    border-width: 0;
    line-height: 1.5em;
    margin-top: 5px
}

#languages {
    width: 100%;
    padding: 0;
    position: relative;
    margin: 25px 0 0 70px;
    display: inline-block;
    right: 0;
    padding-left: 10px;
    font-size: 12px;
    font-family: 'Roboto', sans-serif
}

    #languages li {
        display: inline-block;
        list-style-type: none;
        float: left;
        padding: 5px 0 5px 4px;
        font-weight: 600;
        margin-right: 0;
        text-align: right
    }

        #languages li a {
            display: inline-block;
            list-style-type: none;
            float: right;
            font-family: 'Roboto', sans-serif;
            color: #333;
            text-transform: uppercase;
            text-decoration: none;
            margin-right: 0;
            text-align: right
        }

            #languages li a span.redLine {
                color: #aa111b;
                font-size: 12px
            }

            #languages li a:hover {
                color: #aa111b;
                text-decoration: none
            }

header p {
    font-family: 'Roboto', sans-serif;
    font-weight: 600
}

#login {
    width: 200px;
    position: relative;
    margin: 3px 0;
    display: inline-block
}

    #login li {
        color: #333;
        font-weight: 600
    }

    #login a,
    #login .fa {
        color: #333
    }

        #login a:hover,
        #login .fa:hover {
            color: #aa111b
        }

header .search {
    position: relative;
    margin: 20px 10px 0 50px;
    width: 100%
}

    header .search form {
        margin: 5px 0
    }

    header .search input {
        width: 79%
    }

.header .search button {
    width: 21%
}

header .search .fa {
    font-size: 20px;
    width: 21%;
    color: #aa111b
}

.featured {
    width: 100%;
    background: #fcfcfc;
    position: relative;
    margin: 0;
    padding: 0;
    top: -20px;
    bottom: 0
}

#featured .flexslider {
    padding: 0;
    margin: 50px 0 30px;
    background: #fff;
    position: relative;
    zoom: 1
}

.flex-caption {
    background: none;
    -ms-filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);
    zoom: 1;
    bottom: 35px;
    background-color: rgba(0, 0, 0, .8);
    color: #fff;
    margin: 0;
    padding: 25px 25px 25px 30px;
    position: absolute;
    right: 0;
    width: 495px
}

    .flex-caption h3 {
        color: #fff;
        letter-spacing: 1px;
        margin-bottom: 8px;
        text-transform: uppercase
    }

    .flex-caption p {
        margin: 0 0 15px
    }

section.callaction {
    background: #f9f9f9;
    padding: 50px 0 0
}

.section-image {
    height: 100%;
    position: relative;
    top: -20px;
    background-size: cover;
    background-position: center
}

.section-image-overlay {
    min-height: 450px;
    overflow: hidden;
    padding-top: 80px;
    background-attachment: fixed
}

.section-image-overlay-simple {
    background: rgba(0, 0, 0, .3);
    height: 150px;
    overflow: hidden;
    padding-top: 5px;
    background-attachment: fixed
}

#article-section .section-image-overlay h1 {
    padding: 25% 0 5% 2%;
    color: #fff;
    font-size: 5em;
    font-weight: 300
}

#article-section .section-image-overlay-simple h1 {
    padding: 5% 0 5% 2%;
    color: #fff;
    font-size: 5em;
    font-weight: 300
}

#article-section .text-title {
    height: auto;
    overflow: hidden;
    padding-top: 1px;
    margin-bottom: 1px
}

    #article-section .text-title h1 {
        padding: 1% 0 2px 2%;
        font-size: 3.5em;
        font-weight: 900;
        color: #aa111b
    }

    #article-section .text-title h2 {
        padding: 1% 0 2% 2%;
        font-size: 3em;
        font-weight: 900;
        color: #aa111b
    }

    #article-section .text-title h3 {
        padding: 1% 0 2% 2%;
        font-size: 30px;
        font-weight: 900;
        color: #aa111b
    }

    #article-section .text-title p {
        font-weight: 400
    }

.section-main {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%
}

.section-front {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%
}

.section-video {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%
}

    .section-video h1 {
        color: #aa111b;
        font-family: 'Roboto', sans-serif;
        text-transform: uppercase
    }

img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0
}

.front-left-1 {
    width: 50%;
    height: auto;
    background: no-repeat
}

.front-left-overlay {
    width: 100%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, .73) 17%, rgba(0, 0, 0, .66) 35%, rgba(0, 0, 0, .55) 62%, rgba(0, 0, 0, .4) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, .8)), color-stop(17%, rgba(0, 0, 0, .73)), color-stop(35%, rgba(0, 0, 0, .66)), color-stop(62%, rgba(0, 0, 0, .55)), color-stop(100%, rgba(0, 0, 0, .4)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, .73) 17%, rgba(0, 0, 0, .66) 35%, rgba(0, 0, 0, .55) 62%, rgba(0, 0, 0, .4) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, .73) 17%, rgba(0, 0, 0, .66) 35%, rgba(0, 0, 0, .55) 62%, rgba(0, 0, 0, .4) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, .73) 17%, rgba(0, 0, 0, .66) 35%, rgba(0, 0, 0, .55) 62%, rgba(0, 0, 0, .4) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, .73) 17%, rgba(0, 0, 0, .66) 35%, rgba(0, 0, 0, .55) 62%, rgba(0, 0, 0, .4) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#cc000000', endColorstr='#66000000', GradientType=0);
    min-height: 250px;
    overflow: hidden;
    background-attachment: fixed
}

.front-medium-1 {
    width: 50%;
    height: auto;
    background: no-repeat
}

.front-little {
    width: 100%;
    min-height: 320px;
    position: relative;
    margin: 0 auto;
    display: inline-block
}

.no-padding {
    padding: 0
}

.no-margin {
    margin: 0
}

.banner-main {
    text-align: center;
    padding-top: 6em
}

@media(min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px
    }
}

.text-muted {
    color: #656565;
    line-height: 1.75
}

.timeline .timeline-body > p,
.timeline .timeline-body > ul {
    margin-bottom: 0
}

.timeline {
    position: relative;
    padding: 0;
    list-style: none
}

    .timeline:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 40px;
        width: 2px;
        margin-left: -1.5px;
        background-color: #f1f1f1
    }

    .timeline > li {
        position: relative;
        margin-bottom: 50px;
        min-height: 50px
    }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table
        }

        .timeline > li:after {
            clear: both
        }

        .timeline > li .timeline-panel {
            float: right;
            position: relative;
            width: 100%;
            padding: 0 20px 0 100px;
            text-align: left
        }

            .timeline > li .timeline-panel:before {
                right: auto;
                left: -15px;
                border-right-width: 15px;
                border-left-width: 0
            }

            .timeline > li .timeline-panel:after {
                right: auto;
                left: -14px;
                border-right-width: 14px;
                border-left-width: 0
            }

        .timeline > li .timeline-image {
            z-index: 100;
            position: absolute;
            left: 0;
            width: 80px;
            height: 80px;
            margin-left: 0;
            border: 7px solid #f1f1f1;
            border-radius: 100%;
            text-align: center;
            color: #fff;
            background-color: #aa111b
        }

            .timeline > li .timeline-image h4 {
                margin-top: 12px;
                font-size: 10px;
                line-height: 14px
            }

            .timeline > li .timeline-image /.red-post*/ h4 a {
                margin-top: 12px;
                font-size: 10px;
                line-height: 14px
            }

            .timeline > li .timeline-image /.red-post*/ h4:hover {
                margin-top: 12px;
                font-size: 10px;
                line-height: 14px
            }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
            padding: 0 20px 0 100px;
            text-align: left
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                right: auto;
                left: -15px;
                border-right-width: 15px;
                border-left-width: 0
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                right: auto;
                left: -14px;
                border-right-width: 14px;
                border-left-width: 0
            }

        .timeline > li:last-child {
            margin-bottom: 0
        }

    .timeline .timeline-heading h4 {
        margin-top: 0;
        color: inherit
    }

        .timeline .timeline-heading h4.subheading {
            text-transform: none
        }

    .timeline .timeline-body > p,
    .timeline .timeline-body > ul {
        margin-bottom: 0
    }

@media(min-width:768px) {
    .timeline:before {
        left: 50%
    }

    .timeline > li {
        margin-bottom: 100px;
        min-height: 100px
    }

        .timeline > li .timeline-panel {
            float: left;
            width: 41%;
            padding: 0 20px 20px 30px;
            text-align: right
        }

        .timeline > li .timeline-image {
            left: 50%;
            width: 100px;
            height: 100px;
            margin-left: -50px
        }

            .timeline > li .timeline-image h4 {
                margin-top: 16px;
                font-size: 13px;
                line-height: 18px
            }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
            padding: 0 30px 20px 20px;
            text-align: left
        }
}

@media(min-width:992px) {
    .timeline > li {
        min-height: 150px
    }

        .timeline > li .timeline-panel {
            padding: 0 20px 20px
        }

        .timeline > li .timeline-image {
            width: 150px;
            height: 150px;
            margin-left: -75px
        }

            .timeline > li .timeline-image h4 {
                margin-top: 30px;
                font-size: 18px;
                line-height: 26px
            }

        .timeline > li.timeline-inverted > .timeline-panel {
            padding: 0 20px 20px
        }
}

@media(min-width:1200px) {
    .timeline > li {
        min-height: 170px
    }

    .text-box {
        height: 200px
    }

    .timeline > li .timeline-panel {
        padding: 0 20px 20px 100px
    }

    .timeline > li .timeline-image {
        width: 170px;
        height: 170px;
        margin-left: -85px
    }

        .timeline > li .timeline-image h4 {
            margin-top: 40px
        }

    .timeline > li.timeline-inverted > .timeline-panel {
        padding: 0 100px 20px 20px
    }

    .container {
        width: 1280px
    }
}

@media(min-width:1600px) {
    .container {
        width: 1280px
    }
}

.scrollup {
    position: fixed;
    width: 32px;
    height: 32px;
    bottom: 0;
    right: 20px;
    background-color: rgba(0, 0, 0, .8);
    z-index: 1;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

a.scrollup {
    outline: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, .8)
}

    a.scrollup:hover,
    a.scrollup:active,
    a.scrollup:focus {
        opacity: 1;
        text-decoration: none;
        background-color: rgba(0, 0, 0, .8)
    }

    a.scrollup i {
        margin-top: 10px;
        color: #fff
    }

        a.scrollup i:hover {
            text-decoration: none
        }

.new-course-grids {
    position: relative;
    margin-top: 1em
}

.new-course {
    text-align: center;
    padding: 0
}

.new-course-grids1 {
    position: relative;
    margin-top: 2em
}

.new-course-grid {
    display: inline-block;
    margin: 0;
    padding: .5em 1em
}

.new-course-grids img {
    margin: 0;
    padding: 0
}

#article-section .new-course .course-info h4 {
    font-size: 1.8em;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    text-align: left;
    margin-bottom: .5em;
    font-weight: 600
}

.new-course .course-info {
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, .75);
    padding: 2.15em .5em 2.15em 1em;
    width: 50%;
    left: 2.5%;
    bottom: 0;
    margin: 0
}

    .new-course .course-info p {
        font-size: 1em;
        line-height: 1.8em;
        color: #eee !important;
        text-align: left;
        padding-bottom: 2px
    }

.new-course-left {
    width: 20%;
    padding: 3px;
    spaleft: 5px;
    height: auto
}

    .new-course-left img {
        height: auto
    }

.new-course-right {
    width: 78%;
    text-align: left;
    padding: 0
}

#article-section .new-course-right h2 {
    color: #fff;
    font-weight: 600
}

#article-section .new-course-right p {
    color: #fff
}

.new-jn-grids {
    position: relative;
    margin-top: 3em
}

.new-jn {
    text-align: left;
    padding: 1em 0
}

.new-jn-grids1 {
    position: relative;
    margin-top: 2em
}

new-jn-overview {
    width: 100%;
    text-align: left;
    padding: 5px
}

.new-jn-grid {
    border: 1px solid #aa111b;
    background: #fff
}

#article-section .new-jn-grid h2 {
    color: #aa111b;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Roboto", sans-serif
}

#article-section .new-jn-grid h4 {
    color: #aa111b;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.6em;
    font-family: "Roboto", sans-serif
}

.new-menu-node {
    text-align: center;
    padding: 1em 0;
    background: #aa111b
}

.new-menu-node-grids {
    position: relative;
    margin-top: 2em
}

new-menu-node-overview {
    width: 100%;
    text-align: left;
    padding: 5px;
    border: 1px solid #fff
}

.new-menu-node-grid {
    background: #aa111b;
    padding: 0
}

.new-menu-node-left {
    width: 20%;
    padding: 3px;
    left: 5px;
    height: auto;
    margin-right: 3px
}

.new-menu-node img {
    height: auto
}

.new-menu-node-right {
    width: 78%;
    text-align: left;
    padding: 0;
    margin-left: 3px
}

#article-section .new-menu-node-right h4 {
    color: #fff;
    font-weight: 600;
    font-size: 1.6em;
    padding-left: 5px
}

#article-section .new-course-left .img-thumbnail {
    background-color: #000
}

.news {
    margin: 3em 0
}

.news-grid-left h3 {
    font-size: 1.1em;
    color: #fff;
    margin: 0;
    background: #000;
    padding: .8em 1em;
    text-transform: uppercase;
    font-weight: 400
}

.news-grid-left ul li {
    list-style-type: none;
    padding: 1.5em 0;
    display: block;
    padding-left: 0;
    border-bottom: 1px solid #d2d2d2
}

.news-grid-left1 {
    float: left;
    width: 25%
}

.news-grid-right1 {
    float: right;
    width: 70%;
    margin: 1.2em 0 0
}

    .news-grid-right1 h4 {
        text-transform: uppercase;
        font-weight: 900;
        color: #333;
        margin: 0;
        font-size: 1.1em
    }

        .news-grid-right1 h4 a {
            color: #333;
            text-decoration: none;
            font-weight: 900
        }

            .news-grid-right1 h4 a:hover {
                color: #aa111b
            }

    .news-grid-right1 h5 {
        color: #000;
        font-size: .8em;
        margin: .8em 0 1em;
        font-weight: 400
    }

        .news-grid-right1 h5 a {
            color: #aa111b;
            text-transform: uppercase;
            text-decoration: none;
            font-weight: 400
        }

            .news-grid-right1 h5 a:hover {
                color: #000
            }

        .news-grid-right1 h5 label {
            color: rgba(0, 0, 0, .66);
            padding: 0 .5em
        }

        .news-grid-right1 h5 i {
            font-style: normal;
            color: rgba(0, 0, 0, .66)
        }

    .news-grid-right1 p {
        color: #000;
        margin: 0;
        font-size: .9em;
        line-height: 1.8em
    }

.news-all-right1 {
    float: right;
    width: 100%;
    margin: 1em 0 0;
    padding: 1.5em 0;
    display: block;
    padding-left: 0;
    border-bottom: 1px solid #d2d2d2
}

    .news-all-right1 h4 {
        text-transform: uppercase;
        font-weight: 900;
        color: #333;
        margin: 0;
        font-size: 1.1em
    }

        .news-all-right1 h4 a {
            color: #333;
            text-decoration: none;
            font-weight: 900
        }

            .news-all-right1 h4 a:hover {
                color: #aa111b
            }

    .news-all-right1 h5 {
        color: #333;
        font-size: .95em;
        margin: .8em 0 1em;
        font-weight: 900
    }

        .news-all-right1 h5 a {
            color: #aa111b;
            text-transform: uppercase;
            text-decoration: none;
            font-weight: 900
        }

            .news-all-right1 h5 a:hover {
                color: #333
            }

        .news-all-right1 h5 label {
            color: #333;
            padding: 0 .8em;
            font-weight: 900
        }

        .news-all-right1 h5 i {
            font-style: normal;
            color: #333;
            font-weight: 900;
            font-family: 'Roboto', sans-serif
        }

    .news-all-right1 p {
        color: #333;
        margin: 0;
        font-size: .9em;
        line-height: 1.8em
    }

.news-grid-rght2 {
    margin: 2.4em 0;
    position: relative;
    background: #f8f8f8;
    padding: 2em 1.5em
}

    .news-grid-rght2:before {
        position: absolute;
        top: 0;
        left: 0;
        background: url(/images/1.png) no-repeat 0 0;
        width: 350px;
        height: 6px;
        display: block;
        content: ''
    }

    .news-grid-rght2:after {
        position: absolute;
        bottom: 0;
        left: 0;
        background: url(/images/1.png) no-repeat 0 0;
        width: 350px;
        height: 6px;
        display: block;
        content: ''
    }

    .news-grid-rght2 h3,
    .news-grid-rght2 h5 {
        font-size: 1.1em;
        color: #000;
        margin: 0;
        text-transform: uppercase;
        font-weight: 400
    }

    .news-grid-rght2 p {
        font-size: .85em;
        color: #000;
        margin: 1em 0 2em;
        line-height: 1.7em
    }

    .news-grid-rght2 input[type="text"] {
        outline: none;
        border: 1px solid #ccc;
        padding: 10px;
        background: #fff;
        text-transform: uppercase;
        font-size: .8em;
        text-align: center;
        color: #999;
        width: 100%;
        margin: 0 0 2em;
        font-weight: 400
    }

    .news-grid-rght2 input[type="submit"] {
        outline: none;
        border: none;
        background: #aa111b;
        padding: 9px 0;
        width: 40%;
        font-size: 1em;
        color: #fff;
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -o-border-radius: 7px;
        -ms-border-radius: 7px;
        transition: .5s all;
        -webkit-transition: .5s all;
        -moz-transition: .5s all;
        -o-transition: .5s all;
        -ms-transition: .5s all
    }

        .news-grid-rght2 input[type="submit"]:hover {
            background: #aa111b
        }

.news-grid-rght3 {
    border: 1px solid #d7d7d7
}

.item img,
.tab_list img,
.news-grid-left1 img {
    padding: .15em;
    background: #fff;
    border: 1px dotted #919191
}

@media(min-width:768px) and (max-width:979px) {
    a.detail {
        background: none;
        width: 100%
    }

    footer .widget form input#appendedInputButton {
        display: block;
        width: 91%;
        -webkit-border-radius: 4px 4px 4px 4px;
        -moz-border-radius: 4px;
        border-radius: 4px 4px 4px 4px
    }

    footer .widget form .input-append .btn {
        display: block;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-top: 10px
    }

    ul.related-folio li {
        width: 156px;
        margin: 0 20px 0 0
    }
}

@media(min-width:980px) and (max-width:1024px) {
    .container {
        width: 1024px
    }

    .navbar-left,
    .navbar-right {
        float: none !important
    }

    .navbar-toggle {
        display: block
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px
    }

    .navbar-collapse.collapse {
        display: none !important
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px
    }

        .navbar-nav > li {
            float: none;
            display: inline-block;
            width: 31.3%
        }

            .navbar-nav > li > a {
                padding-top: 20px;
                padding-bottom: 20px;
                display: inline-block
            }

    .collapse.in {
        display: block !important
    }

    header ul {
        margin: 25px 0 0
    }

    .flex-caption {
        bottom: 15px
    }

    .widg-soc {
        margin-left: 5px
    }

    #home-section .post-text h2 {
        font-size: 2em;
        margin: 0
    }

    #home-section .post-text {
        padding: 2px
    }

    #home-section .post-1 .post-text,
    #home-section .post-3 .post-text {
        padding: 5px 2px 2px 10px
    }

    p {
        font-size: 12px;
        margin: 0
    }

    span {
        font-size: 12px;
        margin: 0
    }

    #home-section div.breaking-news-grid-right-gridl {
        width: 40px;
        float: left;
        padding: 4px
    }

    #home-section .breaking-news-grid-right-gridl img {
        width: 40px
    }

    #home-section div.breaking-news-grid-right-gridr {
        width: 79%;
        margin: 2px;
        font-size: 11px;
        float: none
    }

    #home-section .breaking-news-grid-right-gridr h4 a {
        font-size: 11px;
        text-transform: lowercase
    }

    #home-section div.breaking-news-grid-right-grids {
        padding: 0
    }

    #home-section .breaking-news-grid-right ul li {
        list-style-type: none;
        margin: 0;
        padding-left: 0
    }

    div.thumbnail {
        width: 50px;
        height: 50px
    }

    .blogarchive a {
        padding: 12px 18px 18px;
        background: #fff;
        display: block;
        height: 400px;
        text-decoration: none
    }

    .blogarchive p {
        line-height: 1.2em
    }

    .blogarchive .equlizer {
        width: 100%;
        padding: 0;
        padding-left: 38px
    }

    div.thumbnail-vertical {
        margin: 0;
        margin-right: 5px;
        width: 60px;
        height: 90px
    }
}

@media(max-width:991px) {
    .navbar-header {
        float: none
    }

    .navbar-left,
    .navbar-right {
        float: none !important
    }

    .navbar-toggle {
        display: block
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px
    }

    .navbar-collapse.collapse {
        display: none !important
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px
    }

        .navbar-nav > li {
            float: none
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px
            }

    .collapse.in {
        display: block !important
    }

    header .search {
        position: relative;
        margin: 20px 10px 0 0;
        width: 70%
    }

    header button {
        width: 30%
    }

    header ul {
        margin: 25px 0 0
    }

    .flex-caption {
        bottom: 15px
    }

    .widg-soc {
        margin-left: 5px
    }

    .new-course-grid {
        margin-bottom: 1em
    }

    .new-course-grids1 {
        margin-top: 0
    }
    .text-pulse {
        margin-left:0;
        text-align:center;

    }
    .pulse {
        margin-left: 40%;
    }
	#login {
        padding-left:0 !important;
    }
}

@media(max-width:767px) {
    body {
        padding-right: 0;
        padding-left: 0
    }

    .navbar .nav {
        width: 100%;
        height: auto
    }

    .dropdown-menu {
        margin-left: 20px;
        color: #fff;
        height: 100%;
        font-size: 2px
    }

    .navbar-collapse {
        height: auto
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
        text-transform: uppercase;
        font-size: 11px;
        font-weight: 400;
        white-space: normal;
        background: rgba(0, 0, 0, .5)
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
            color: #fff;
            font-weight: 400;
            word-break: break-all
        }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #fff;
            font-size: 12px;
            font-weight: 400;
            word-break: break-all
        }

    .dropdown-menu li a {
        font-size: 12px;
        padding: 10px 15px;
        margin: 0;
        text-shadow: none;
        border-bottom: 1px solid #303030
    }

    .box {
        border-bottom: 1px solid #e9e9e9;
        padding-bottom: 20px
    }

    #featured .flexslider .slide-caption {
        width: 90%;
        padding: 2%;
        position: absolute;
        left: 0;
        bottom: -40px
    }

    #inner-headline .breadcrumb {
        float: left;
        clear: both;
        width: 100%
    }

    .breadcrumb > li {
        font-size: 13px
    }

    ul.portfolio li article a i.icon-48 {
        width: 20px;
        height: 20px;
        font-size: 16px;
        line-height: 20px
    }

    .left-sidebar {
        border-right: none;
        padding: 0;
        border-bottom: 1px dotted #e6e6e6;
        padding-bottom: 10px;
        margin-bottom: 40px
    }

    .right-sidebar {
        margin-top: 30px;
        border-left: none;
        padding: 0
    }

    footer .col-lg-1,
    footer .col-lg-2,
    footer .col-lg-3,
    footer .col-lg-4,
    footer .col-lg-5,
    footer .col-lg-6,
    footer .col-lg-7,
    footer .col-lg-8,
    footer .col-lg-9,
    footer .col-lg-10,
    footer .col-lg-11,
    footer .col-lg-12 {
        margin-bottom: 20px
    }

    #sub-footer ul.social-network {
        float: left
    }

    [class*="span"] {
        margin-bottom: 20px
    }

    .flexslider .flex-caption {
        display:block;
        width:100%;
    }

    header .search {
        position: relative;
        margin: 20px 10px 0 0;
        width: 70%
    }

    header button {
        width: 30%
    }

    .header .search form {
        margin-left: 0
    }

    header .search input {
        width: 59%;
        float: none;
        margin-left: 0;
        padding-left: 0
    }

    header .search button {
        width: 61%
    }

    header .menu-lang {
        padding-left: 0
    }

    header ul {
        margin: 25px 0 0
    }

    header .menu-lang a {
        color: #333 !important
    }
}

@media(max-width:480px) {
    .bottom-article a.pull-right {
        float: left;
        margin-top: 20px
    }

    .new-course .container-fluid {
        padding: 0
    }

    .new-course-grid {
        margin-bottom: 1em
    }

    .new-course-grids1 {
        margin-top: 0
    }

    .new-course-left {
        width: 50%;
        height: auto
    }

    .new-course-right {
        width: 50%;
        text-align: left;
        padding-left: 5%
    }

        .new-course-right h2 {
            font-size: 1.5em
        }

    .header .search {
        width: 60%
    }

    header .search input {
        width: 59%;
        float: none;
        margin-left: 0;
        padding-left: 0
    }

    .header .search button {
        width: 61%
    }

    .flexslider .flex-caption {
        display: block;
        width: 100%;
        padding: 2px 5px 5px 15px;
    }

    .cta-text {
        margin: 0 auto;
        text-align: center
    }

    ul.portfolio li article a i {
        width: 20px;
        height: 20px;
        font-size: 14px
    }

    #article-section .section-image-overlay h1 {
        padding: 35% 0 1% 2%;
        color: #fff;
        font-size: 3.5em;
        font-weight: 300
    }

    #article-section .new-course .course-info h4 {
        font-size: 1em;
        font-family: 'Roboto', sans-serif;
        color: #fff;
        text-align: left;
        margin-bottom: .5em;
        font-weight: 600
    }

    #article-section #description {
        font-size: 1.2em
    }

    div.description {
        overflow-y: auto
    }

    .description img {
        width: 50px
    }

    #article-section .text-title h1 {
        padding: 1% 0 2px 2%;
        font-size: 2em;
        font-weight: 900;
        color: #aa111b
    }

    #space-top {
        padding-top: 10px;
        margin-top: 20px
    }
}

.widgetList li {
    margin-bottom: 3em;
    list-style-type: none
}

.widgetNews h4 {
    color: #aa111b;
    font-size: 14px;
    padding-bottom: 1px
}

.widgetNews a {
    color: #aa111b;
    font-size: 14px
}

    .widgetNews a:hover {
        color: #333
    }

.browse {
    color: #aa111b;
    font-weight: 600;
    font-size: 13px
}

    .browse .fa-angle-double-right {
        color: #aa111b
    }

    .browse:hover {
        color: #333
    }

.thumbnail {
    margin: 0;
    margin-right: 20px;
    padding: 0;
    position: relative;
    width: 90px;
    height: 90px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    overflow: hidden;
    float: left
}

    .thumbnail img {
        position: absolute;
        left: 50%;
        top: 50%;
        height: 100%;
        width: auto;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

        .thumbnail img.portrait {
            width: 100%;
            height: auto
        }

.thumbnail-vertical {
    margin: 0;
    margin-right: 20px;
    padding: 0;
    position: relative;
    width: 90px;
    height: 120px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    overflow: hidden;
    float: left
}

    .thumbnail-vertical img {
        position: absolute;
        left: 50%;
        top: 50%;
        height: 100%;
        width: auto;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

        .thumbnail-vertical img.portrait {
            width: 100%;
            height: auto
        }

.thumbs {
    width: 80px;
    height: auto;
    margin: 20px 0 0;
    padding-top: 8px;
    border-color: none
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    margin-right: 0;
    margin-left: 0;
    height: 0
}

    .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

#videoWrapper > div {
    margin: 0 auto
}

#background-video .umb-grid .container {
    padding: 0
}

.side {
    min-height: 700px;
    overflow: hidden;
    margin-left: -5px;
    margin-top: 10px
}

.blogarchive div[class^="col-"] {
    margin: 0 -5px 20px -5px !important
}

.blogarchive .equal {
    width: 100%;
    padding: 0
}

.blogarchive a {
    white-space: normal;
    transition: all 200ms ease;
    padding: 12px 18px 18px;
    background: #fff;
    display: block;
    height: 275px;
    text-decoration: none
}

    .blogarchive a:hover {
        text-decoration: none;
        background: rgba(217, 36, 36, .6);
        color: #fff
    }

        .blogarchive a:hover > p {
            color: #fff !important
        }

.blogarchive .date {
    font-size: 1rem;
    text-align: right;
    margin-bottom: 5px;
    color: #aa111b;
    font-weight: 400;
    font-size: 11px
}

.blogarchive a:hover > .date {
    color: #fff !important
}

.blogarchive h2 {
    color: rgba(0, 0, 0, .73);
    margin-bottom: 5px;
    font-family: "Roboto", sans-serif;
    transition: all 200ms ease;
    text-transform: none
}

#article-section .blogarchive h3 {
    font-size: 1.5rem;
    color: rgba(0, 0, 0, .73);
    margin-bottom: 5px;
    font-family: "Roboto", sans-serif;
    transition: all 200ms ease;
    text-transform: none;
    font-weight: 600;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px dotted rgba(0, 0, 0, .4)
}

#article-section .blogarchive a:hover > h3 {
    color: #fff !important;
    border-bottom: 1px dotted #fff !important
}

.blogarchive p {
    font-size: 12px;
    color: #7f7d7d;
    transition: all 200ms ease
}

.thumbnail2 {
    position: relative;
    overflow: hidden
}

.caption {
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(66, 139, 202, .75);
    width: 100%;
    height: 100%;
    padding: 2%;
    display: none;
    text-align: center;
    color: #fff !important;
    z-index: 2
}

.umb-grid .caption {
    background: rgba(0, 0, 0, .73) !important;
    color: #fff !important
}

.principi {
    position: relative;
    display: inline-block
}

.breadcrumbs {
    display: block;
    list-style: none;
    margin-left: 0;
    overflow: hidden;
    padding: .5rem .77778rem 0 .7rem;
    background-color: #fff;
    border-color: transparent;
    border-radius: 3px
}

.breadcrumbs-news {
    display: block;
    list-style: none;
    margin-left: 0;
    overflow: hidden;
    padding: .9rem .77778rem .7rem .7rem;
    margin-top: 7px;
    border-color: transparent;
    border-radius: 3px
}

    .breadcrumbs-news ul li {
        list-style-type: none;
        padding: 1.5em 0;
        display: block;
        padding-left: 0
    }

    .breadcrumbs-news ul {
        font-family: inherit;
        font-size: 1.2rem;
        line-height: 1.6;
        list-style-position: inside;
        margin-bottom: 1.1111rem
    }

.breadcrumbs ul {
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.6;
    list-style-position: outside;
    margin-bottom: 1.11111rem
}

.breadcrumbs > * {
    color: #aa111b;
    float: left;
    font-size: 1rem;
    font-weight: 400;
    line-height: .61111rem;
    margin: 0;
    text-transform: uppercase
}

.breadcrumbs a {
    color: #aa111b
}

.breadcrumbs > .unavailable {
    color: #999
}

.breadcrumbs > .current {
    color: #333;
    cursor: default
}

.breadcrumbs > :last-child:after {
    content: " ";
    margin: 0
}

.breadcrumbs > :after {
    color: #aaa;
    content: "/";
    margin: 0 .66667rem;
    position: relative;
    top: 1px
}

.breadcrumbs-news > * {
    color: #aaa;
    float: left;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: .61111rem;
    margin: 0;
    text-transform: uppercase
}

.breadcrumbs-news a {
    color: #aaa
}

.breadcrumbs-news > .unavailable {
    color: #999
}

.breadcrumbs-news > .current {
    color: #333;
    cursor: default
}

.breadcrumbs-news > :last-child:after {
    content: " ";
    margin: 0
}

.breadcrumbs-news > :after {
    color: #aaa;
    content: "/";
    margin: 0 .66667rem;
    position: relative;
    top: 1px
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style-type: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumbs-black {
    font-size: 1.4em;
    color: #fff;
    margin: 0;
    background: #000;
    padding: .2em 1em;
    text-transform: uppercase;
    font-weight: 400
}

.mail-list {
    float: right;
    clear: both;
    list-style-type: none
}

    .mail-list li {
        list-style-type: none
    }

        .mail-list li a {
            color: #aa111b
        }

            .mail-list li a:hover {
                color: #d14112
            }

.file-list ul {
    position: relative
}

    .file-list ul li {
        list-style-type: none
    }

.file-list li a {
    color: #aa111b
}

    .file-list li a:hover {
        color: #d14112
    }

.jm-newsitem {
    padding: 10px;
    display: inline-block;
    text-align: left
}

.jm-item-wrapper {
    position: relative;
    padding: 3px
}

.jm-item-image {
    position: relative;
    overflow: hidden
}

    .jm-item-image img {
        display: block
    }

.jm-item-title {
    position: absolute;
    left: -10px;
    bottom: 17px;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, .99) 1%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(1%, rgba(255, 255, 255, .99)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, .99) 1%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, .99) 1%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, .99) 1%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, .99) 1%, rgba(255, 255, 255, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
    line-height: 1.7em;
    font-weight: 900;
    padding: 7px 9px 6px;
    -webkit-box-shadow: -2px .5px 4px -2px rgba(184, 178, 179, 1);
    -moz-box-shadow: -2px .5px 4px -2px rgba(184, 178, 179, 1);
    box-shadow: -2px .5px 4px -2px rgba(184, 178, 179, 1);
    font-family: 'Roboto', sans-serif;
    color: #aa111b;
    font-size: 1.2em;
    width: 95%;
    overflow: hidden
}

    .jm-item-title a {
        /*color: #aa111b*/
	color:#000;
    }

        .jm-item-title a:hover {
            color: #eb600f;
        }

.jm-item-overlay {
    background: #000;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: opacity .5s ease-in 0;
    -moz-transition: opacity .5s ease-in 0;
    -o-transition: opacity .5s ease-in 0;
    transition: opacity .5s ease-in 0
}

.jm-item-wrapper:hover .jm-item-overlay {
    opacity: .5
}

.jm-item-button {
    height: 50px;
    width: 50px;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -25px
}

    .jm-item-button a {
        border-radius: 50%;
        -webkit-border-radius: 50%;
        text-transform: uppercase;
        font-family: 'Roboto', sans-serif;
        color: #fff;
        font-size: 2.5em;
        line-height: 50px;
        -webkit-transition: all .2s ease-in 0;
        -moz-transition: all .2s ease-in 0;
        -o-transition: all .2s ease-in 0;
        transition: all .2s ease-in 0;
        text-decoration: none !important;
        display: block
    }

.first .jm-item-button {
    -webkit-transition: all .5s ease-in .5s;
    -moz-transition: all .5s ease-in .5s;
    -o-transition: all .5s ease-in .5s;
    transition: all .5s ease-in .5s;
    top: -50px
}

.first .jm-item-wrapper:hover .jm-item-button {
    top: 20%
}

.item-title a .fa {
    color: #aa111b
}

#resursi .front {
    background: #fff;
    padding: 0
}

.front h2 {
    color: #aa111b;
    font-size: 3.2vw;
    font-size: 3.2em;
    font-weight: 900
}

    .front h2 a {
        color: #aa111b;
        z-index: 1
    }

.front ul {
    position: absolute;
    right: 5px;
    z-index: 1;
    top: 0;
    bottom: 15px;
    margin-top: 10px
}

    .front ul li {
        line-height: 1.8em;
        color: #fff;
        font-size: 1.2em;
        font-weight: 700
    }

.front h3 a {
    color: #fff
}

#banner-sidebar {
    margin-top: 3px
}

    #banner-sidebar .umb-grid .container {
        padding: 0
    }

    #banner-sidebar img {
        width: 100%;
        height: auto;
        margin: 0
    }

.seminari{
   display:block;
   position:relative;
   width:100%;
   min-height:100px;
   color:#fff;
   margin: 10px auto;
   background: #aa111b;
  background-size:cover;

}

.seminari h4{
position:relative;
width:100%;
font-size:2em;
text-align:center;
color:#fff;
padding:20px 15px;
}

.seminari:hover{
opacity:0.9;
}

#ad-image-text {
    margin: 0;
    padding: 0 5px
}

.ad-description {
    position: absolute;
    margin: 120px auto 16px;
    bottom: 0;
    left: 0;
    padding: 1em;
    padding-bottom: 5px;
    z-index: 1;
    font-size: 2.2em;
    font-weight: 900
}

#ad-image-text h2 {
    color: #fff
}

    #ad-image-text h2:hover {
        color: #e07a18
    }

#ad-black-text {
    padding: 10px;
    display: block;
    text-align: left;
    position: relative
}

.ad-black-wrapper {
    position: relative;
    padding: 3px
}

.ad-black-image {
    position: relative;
    overflow: hidden
}

    .ad-black-image img {
        display: block
    }

ad-black-description {
    position: absolute;
    left: -10px;
    bottom: 17px;
    line-height: 1.7em;
    font-weight: 900;
    padding: 7px 9px 6px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 1.2em;
    width: 95%;
    overflow: hidden
}

.ad-black-overlay {
    background: #000;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .5
}

#home-section > .ad-image-text h2 {
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px 25px 20px 10%;
    z-index: 1;
    color: #fff;
    font-size: 2vw;
    font-size: 2em;
    font-weight: 900
}

video#videobg {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    background: url(/css/images/poster.jpg) no-repeat;
    background-size: cover;
    transition: 1s opacity
}

.groupThumbs {
    margin-left: 8px
}

.groupActivity {
    margin-left: 20px;
    border-left: 1px solid #808080 !important
}

.activity {
    font-weight: 600;
    width: 100%
}

#article-section .text-box {
    -webkit-box-shadow: inset 0 1px 9px 1px rgba(207, 207, 207, .7);
    -moz-box-shadow: inset 0 1px 9px 1px rgba(207, 207, 207, .7);
    box-shadow: inset 0 1px 9px 1px rgba(207, 207, 207, .7);
    height: 200px;
    padding: 1em .5em 1em 1em
}

.text-box:hover {
    opacity: .7
}

.donate-text-box {
    -webkit-box-shadow: inset 0 1px 9px 1px rgba(207, 207, 207, .7);
    -moz-box-shadow: inset 0 1px 9px 1px rgba(207, 207, 207, .7);
    box-shadow: inset 0 1px 9px 1px rgba(207, 207, 207, .7);
    height: 160px
}

    .donate-text-box:hover {
        opacity: .7
    }

.donate-right {
    background: url(/images/doniraj2.png);
    width: 95px;
    height: 65px;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 50px;
    right: 5px;
    border: 3px inset rgba(255, 255, 255, .7)
}

#ammadoGivingWidget {
    width: 100%
}

body.DonationWidget #aS_Page .aSc {
    top: 0;
    height: 400px;
    overflow: hidden;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 4px;
    position: absolute;
    width: 300px
}

.text-box-centered {
    -webkit-box-shadow: inset 0 1px 9px 1px rgba(170, 17, 21, .7);
    -moz-box-shadow: inset 0 1px 9px 1px rgba(170, 17, 21, .7);
    box-shadow: inset 0 1px 9px 1px rgba(170, 17, 21, .7);
    height: 200px;
    padding: 1em;
    color: #aa111b !important
}

    .text-box-centered:hover {
        opacity: .5
    }

.center-box {
    text-align: center;
    padding: 5%;
    font-weight: 600 !important;
    color: #aa111b !important;
    font-size: 2.8em
}

#dokumenti {
    margin-left: 15px
}

#dokumenti-preview {
    margin-right: 10px;
    margin-top: 10px
}

.group-documents {
    padding-top: 20px
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

    .pagination > li {
        display: inline
    }

        .pagination > li:first-child > a,
        .pagination > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px
        }

        .pagination > li > a,
        .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            line-height: 1.428571429;
            text-decoration: none;
            color: #333;
            background-color: #fff;
            border: 1px solid #ddd;
            margin-left: -1px
        }

        .pagination > li:last-child > a,
        .pagination > li:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px
        }

    .pagination li a:hover:not(.active) {
        background-color: #aa111b;
        color: #fff
    }

div.center {
    text-align: center
}

.galry-grid.galry-text {
    padding: 1em
}

.gallery p {
    font-size: 1.3em;
    color: #fff;
    font-family: 'Aref Ruqaa', serif
}

.galry-grid.galry-grid-right {
    padding-left: 1em
}

.galry-grid.glry-one {
    padding-bottom: 1em
}

.galry-text {
    padding: 2em 7.5em;
    background-color: #00ada6;
    margin-bottom: 1em;
    text-align: center
}

.galry-grid a {
    display: block;
    overflow: hidden;
    position: relative
}

.glry-two.glry-left {
    float: left;
    width: 65%;
    margin-right: 1em;
    overflow: hidden;
    padding-bottom: 0
}

.glry-two.glry-right {
    float: left;
    width: 33.1%;
    overflow: hidden
}

.gallery-grids:nth-child(1) {
    padding: 0
}

.gallery-grids:nth-child(2) {
    padding-right: 0
}

.glly-bottm .glry-two.glry-left {
    margin: 0 0 0 1em
}

.galry-grid.grid-top-rgt {
    margin-bottom: 1.1em
}

a.w3ls-bottom-img {
    margin-top: 1em;
    display: block
}

.w3agile-text {
    background: rgba(0, 0, 0, .58);
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -100%;
    left: 0;
    transition: .5s all
}

.galry-grid a:hover .w3agile-text {
    bottom: 0
}

.w3agile-text h5 {
    font-size: 2.5em;
    color: #fff !important;
    text-align: center;
    margin-top: 4em
}

.w3agile-text.w3agile-text-small h5 {
    margin-top: 2.2em;
    font-size: 2em
}

.w3agile-text.w3agile-text-small2 h5 {
    margin-top: 2.8em
}

img.zoom-img {
    width: 100%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -ms-transition-duration: .5s;
    -o-transition-duration: .5s
}

.galry-grid a:hover img.zoom-img {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    -moz-transform: scale(1.8);
    -ms-transform: scale(1.8);
    -o-transform: scale(1.8);
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 750ms;
    -moz-transition-duration: 750ms;
    -ms-transition-duration: 750ms;
    -o-transition-duration: 750ms;
    transition-duration: 750ms;
    overflow: hidden
}

footer ul.link-list li a {
    color: #fff;
    list-style-type: none
}

    footer ul.link-list li a:hover {
        color: #f2646d
    }

footer .widgetheading {
    position: relative;
    color: #f5f5f5;
    font-size: 18px
}

footer .widget .social-network {
    position: relative
}

#bottom .widget .widgetheading span,
aside .widget .widgetheading span,
footer .widget .widgetheading span {
    position: absolute;
    width: 60px;
    height: 1px;
    bottom: -1px;
    right: 0
}

footer {
    padding: 50px 0 0;
    color: #f8f8f8
}

    footer p {
        font-family: 'Roboto', sans-serif
    }

    footer a {
        color: #fff
    }

        footer a:hover {
            color: #eee
        }

    footer li {
        list-style-type: none
    }

    footer address {
        line-height: 1.6em;
        margin-bottom: 5px
    }

.widg-soc {
    padding-left: 10px
}

.social-grid {
    margin: 1em 0 0
}

.social {
    margin: 1em 0
}

    .social ul {
        padding: 0;
        margin: 0
    }

        .social ul li {
            display: inline-block;
            margin: 0 5px
        }

            .social ul li a {
                color: #333;
                text-align: center
            }

                .social ul li a i.fa.fa-facebook {
                    height: 40px;
                    width: 40px;
                    color: #333;
                    background: #fff;
                    line-height: 40px;
                    font-size: 1.5em;
                    border-radius: 50%;
                    -webkit-border-radius: 50%;
                    -moz-border-radius: 50%;
                    -o-border-radius: 50%;
                    -ms-border-radius: 50%;
                    transition: .5s all;
                    -webkit-transition: .5s all;
                    -moz-transition: .5s all;
                    -o-transition: .5s all;
                    -ms-transition: .5s all
                }

                    .social ul li a i.fa.fa-facebook:hover {
                        height: 40px;
                        width: 40px;
                        line-height: 40px;
                        background: #aa111b;
                        color: #fff
                    }

                .social ul li a i.fa.fa-youtube {
                    height: 40px;
                    width: 40px;
                    color: #333;
                    background: #fff;
                    line-height: 40px;
                    font-size: 1.5em;
                    border-radius: 50%;
                    -webkit-border-radius: 50%;
                    -moz-border-radius: 50%;
                    -o-border-radius: 50%;
                    -ms-border-radius: 50%;
                    transition: .5s all;
                    -webkit-transition: .5s all;
                    -moz-transition: .5s all;
                    -o-transition: .5s all;
                    -ms-transition: .5s all
                }

                    .social ul li a i.fa.fa-youtube:hover {
                        height: 40px;
                        width: 40px;
                        line-height: 40px;
                        background: #aa111b;
                        color: #fff
                    }

                .social ul li a i.fa.fa-twitter {
                    height: 40px;
                    width: 40px;
                    color: #333;
                    background: #fff;
                    line-height: 40px;
                    font-size: 1.5em;
                    border-radius: 50%;
                    -webkit-border-radius: 50%;
                    -moz-border-radius: 50%;
                    -o-border-radius: 50%;
                    -ms-border-radius: 50%;
                    transition: .5s all;
                    -webkit-transition: .5s all;
                    -moz-transition: .5s all;
                    -o-transition: .5s all;
                    -ms-transition: .5s all
                }

                    .social ul li a i.fa.fa-twitter:hover {
                        height: 40px;
                        width: 40px;
                        line-height: 40px;
                        background: #aa111b;
                        color: #fff
                    }

.Asfalto {
    font-family: Asfalto;
    font-weight: 400;
    font-style: normal
}

.Asfalto-Italic {
    font-family: Asfalto-Italic;
    font-weight: 400;
    font-style: normal
}

#iFeatures {
    position: absolute;
    width: 100%;
    padding: 8px;
    left: 0;
    bottom: 5px;
    background-color: #fff
}

.ticker {
    position: absolute;
    top: 20%;
    left: 40px;
    right: 10px;
    bottom: 10%;
    overflow: hidden
}

    .ticker p {
        position: relative;
        top: 0;
        white-space: nowrap;
        width: auto;
        color: #fff
    }

    .ticker a {
        color: #fff
    }

.widget .flickr_badge {
    width: 100%
}

    .widget .flickr_badge img {
        margin: 0 9px 20px 0
    }

footer .widget .flickr_badge {
    width: 100%
}

    footer .widget .flickr_badge img {
        margin: 0 9px 20px 0
    }

.flickr_badge img {
    width: 50px;
    height: 50px;
    float: left;
    margin: 0 9px 20px 0
}

.wmuSlider {
    position: relative;
    overflow: hidden
}

.wmuSliderPagination {
    z-index: 2;
    position: absolute;
    right: 4%;
    bottom: 0
}

ul.wmuSliderPagination {
    padding: 0
}

.wmuSliderPagination li {
    float: left;
    margin: 0 8px 0 0;
    list-style-type: none
}

.wmuSliderPagination a {
    display: block;
    text-indent: -9999px;
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px
}

    .wmuSliderPagination a.wmuActive {
        background: #aa111b
    }

.wmuGallery .wmuGalleryImage {
    margin-bottom: 10px
}

.text-image img {
    opacity: 1
}

    .text-image img:hover {
        opacity: 1
    }

.bold {
    font-weight: bold;
}

.search-title {
    color: #aa111b !important;
}

.search-top-title {
    font-weight: 600;
    margin-top: -20px;
    margin-bottom: 20px;
    margin-left: 6px;
}

.banner-wrap {
    padding: 0
}

.baner-beaking,
.baner-beaking1 {
    min-height: 426px;
    padding: 9em 2em 0
}

.baner-beaking {
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover
}

.baner-beaking1 {
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover
}

.baner-beaking h3 {
    padding: 1em;
    background: rgba(255, 255, 255, .22);
    font-size: 1.5em;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.5em;
    color: #aa111b;
    width: 80%
}

.baner-beaking p {
    margin: 2em 0 0 3em;
    width: 80%;
    padding: 1em;
    background: #fff;
    font-size: .8em;
    line-height: 1.8em
}

.breaking-news-grids {
    margin: 0
}

.breaking-news-grid-right {
    margin: 0;
    padding: 0
}

.breaking-news-grid-right-gridl {
    float: left;
    width: 35%
}

.breaking-news-grid-right-gridr {
    float: right;
    width: 60%
}

.breaking-news-grid-right ul {
    list-style-type: none;
    margin: .5em 0;
    padding-left: 5px
}

    .breaking-news-grid-right ul li {
        list-style-type: none;
        margin: 1.15em 0;
        padding-left: 0
    }

        .breaking-news-grid-right ul li:nth-child(3) {
            margin: 0
        }

.breaking-news-grid-right-gridr h4 {
    text-transform: uppercase;
    font-size: .8em;
    color: #000;
    line-height: 1.6em;
    margin: 0 0 1em
}

    .breaking-news-grid-right-gridr h4 a {
        font-weight: 600;
        color: #000;
        text-decoration: none
    }

        .breaking-news-grid-right-gridr h4 a:hover {
            color: #999
        }

.breaking-news-grid-right-gridr ul li {
    display: inline-block;
    margin: 0 0 0 1em !important
}

    .breaking-news-grid-right-gridr ul li a {
        font-size: .8em;
        color: #aa111b;
        text-decoration: none;
        font-weight: 400
    }

        .breaking-news-grid-right-gridr ul li a span {
            left: -1em;
            color: #999
        }

        .breaking-news-grid-right-gridr ul li a:hover {
            color: #999
        }

.breaking-news-grid-right h3 {
    margin: 0 !important;
    font-size: 1.1em;
    color: #fff;
    margin: 0;
    background: #333;
    padding: .8em 1em;
    text-transform: uppercase;
    font-weight: 400
}

.img-thumbnail {
    background-color: none;
    border: none;
    padding: 0;
    border-radius: 0;
    line-height: 1.428571429;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-thumbnails {
    background-color: none;
    border: none;
    padding: 0;
    border-radius: 0;
    line-height: 1.428571429;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.groupEvents {
    padding: 0 2px;
    position: relative;
    margin: 0 auto
}

.post-date .date .events-dates {
    font-size: 3em;
    font-family: Asfalto
}

#sub-footer {
    text-shadow: none;
    color: #f5f5f5;
    padding: 0;
    margin: 20px 0 0
}

    #sub-footer hr {
        width: 95%;
        color: #f5f5f5
    }

    #sub-footer p {
        margin: 0;
        padding: 0
    }

    #sub-footer span {
        color: #f5f5f5;
        font-size: 11px
    }

    #sub-footer a {
        color: #e45f1c;
        font-size: 11px;
        font-weight: 600
    }

        #sub-footer a:hover {
            color: #f18b34;
            font-size: 11px;
            font-weight: 600
        }

.copyright {
    text-align: left
}

@media(max-width:480px) {
    div.description {
        height: 50%;
        padding-bottom: 5px
    }

    .ad-description {
        font-size: 1.8em;
        text-transform: none
    }

    p.description_content {
        padding: 2px 2px 5px;
        font-size: 9px;
        margin: 0
    }

    #article-section h1 {
        padding: 2px;
        margin: 0;
        font-size: 2em
    }

    .groupThumbs {
        margin-left: 0
    }

    .groupEvents {
        padding: 0 2px;
        position: relative;
        margin: 0 auto
    }

    #dokumenti {
        margin-left: 0
    }

    .donate-right {
        top: 20px
    }
}

.crumbs {
    height: 2.3em;
    border: 1px solid rgba(220, 214, 214, .4);
    padding-left: 0;
    list-style-type: none
}

    .crumbs #crumbs li {
        list-style-type: none;
        padding: 0;
        margin: 0
    }

    .crumbs li {
        float: left;
        line-height: 2.3em;
        color: #aa111b;
        padding-left: .75em
    }

        .crumbs li a {
            background: url(/images/crumbs.gif) no-repeat right center;
            display: block;
            padding: 0 15px 2px 0;
            font-weight: 600;
            text-transform: uppercase;
            font-size: 11px
        }

            .crumbs li a:link {
                color: #aa111b;
                text-decoration: none
            }

    .crumbs ul li:first-child a {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px
    }

        .crumbs ul li:first-child a:before {
            display: none
        }

    .crumbs ul li:last-child a {
        padding-right: 80px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px
    }

        .crumbs ul li:last-child a:after {
            display: none
        }

    .crumbs a:link,
    .crumbs a:visited,
    .crumbs li a:focus {
        color: #aa111b
    }

    .crumbs li a:hover {
        color: #eb600f
    }

    .crumbs .current a {
        background: none
    }

#cks {
    text-transform: uppercase
}

#footer-row {
    padding-left: 40px
}

fieldset {
    border: 1px solid #ccc;
    padding: 15px;
    max-width: 345px;
    background-color: #fff;
    border-radius: 5px
}

section {
    padding: 0 15px
}

.CaptchaWrap {
    position: relative
}

.CaptchaTxtField {
    border-radius: 5px;
    border: 1px solid #ccc;
    display: block;
    box-sizing: border-box
}

#UserCaptchaCode {
    padding: 15px 10px;
    outline: none;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    width: 300px;
    height: 30px
}

#CaptchaImageCode {
    text-align: center;
    margin-top: 15px;
    padding: 0;
    width: 300px;
    overflow: hidden
}

.capcode {
    font-size: 46px;
    display: block;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
    letter-spacing: 1px;
    color: #ccc;
    font-family: 'Roboto Slab', serif;
    font-weight: 100;
    font-style: italic
}

.customform button.ReloadBtn,
.customform select.ReloadBtn {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAFGElEQVR4nOXbWaydUxQH8N+t1thUuTVUqmgbog81xhR1DUV4MSRKES+IIOGNFyIkhFQaQYQG8WQMoWoeW22NbUOHpKo11ViSUoTeaj2s86XN1++cs8+533fu7fVPVu7NPXuvvdb/7mHttfbp0hhdOAXn4DhMwO7YoUm//sK/WIdVeB/PYw42t6NsGlbUOm/PshxTW3F8L7wyAAwvW2aju5nzB4np09/GViUrcWA95/ca5M5vTULhTBiM076ezM47P20AGNVpuSBzvsvg2O1bleU13506AIzpL+kZKoKcqrFCBCSLxEb7Hf4Ugcsu2BvjMAkn4hidCbbOgQ9Vw+5XuKnmWKvoxpUV2pbJ+/BryUpX4RLl/QcnY25FBKyFjSUp+we3YMeSHM9jGn4umYDertovfcUqEW8vatKuW6zzsRiJIVgv9oRl+KZJ/33wuNi4S0NfWZyLPRvoPwR3CAeb6foWD4qNsB6G4qES7M6kT53fxM51DJ2EF7GpTd0f48wGRNzd3wR8jF0LDNsR05W3tzyLUXVIeLROn03orZKAHzG6wKD9asSUNT0zWYOjC8Ybhvm5totF8ubzKgk4o8CYg/B1Bc5nsh49BeOOxW81uc6W43d5VQQ8VmDEKJ25Sv+OwwrGPw375v72WRUE/CGOoq0xRGyGVTufyZfiCG2GRVUQcFfBQNd10PlMZiYQ8FHZBPRiTG6QbrH2Oun8c2LdN8OCsgl4tWCQ2zvo+Bc4K8HxDKn3h2QD7swNMExcJjrh/P3qB1z18HaK7iEtKMyfw1erH6CUjctwI4a30GdjasNW/xNnKzfSa0V+xLVi9jXDy4k6O+5EGfIFLlLL6dXBrBRdrSyBgYTxeAKfYEqdNklLYHslIMOReKMmR+Y++18QkGGKmA1PitlBIgFlZYQGEnpFpDhOQtyQSsAscdO7SnU5v35B6hJYJ2L+Q8XmM2hmTSoBQ2s/V+NiHIXXK7Gow2iVgAyLRb4u23y2W7RLQIa3RBnrQlF33y6REnm9kKBnqLgf/JCos0zZgFtFZui+FvsmNXopgYAMu4maYCfzBFfkbHinbAJea4GAjISZHXL+e9vWIWek9q+3tvNIbQfn4R5pWZsy8IAos2+NI1pRkMLUnAQ946VfQcuSXzAiZ8c4QUipS2B+AgGPdNj5zbi8wI57W9SR1OjDBAL2EI8iOuX8rAIb9sffVRCwMDfQGJxeYMDhooJTtfPLxJvlPJ5uQ1dSo09rAwzDDaJAsk4wnkdPxSR8LmqQeZzbpr5kxntsW+Ofpzg/d5So9Zft/HuKE7EHaP+pT1KjRqXmhwsMIoomz5Tk+Abcpvg4HoElfdBdioHT65BA7BUftKl3I57CwXV0D7dtebxfCNgsnq00CpiOFXH66iZ6/hU3zJvF1K6HfWrt+mR32Smxd0W+4Icm7UZjojhNhosXHetE1mmJ2EQb4QQxM/K1yrZQdoFjLS4tw7AC7CIq1KnPX5pJLxFOlklAJvPF943KwE7i5eiakm1cS/XPURfiGvEeuFVMFBXoqnIMC7rEze36NoxrFZvEq4354vnKavyEv8TmOVys6QmiyNGj8SZYBmbAyaqdAQNZJhO1gdQXVYNJltqquDp1ABjUaTlfDrMHgFGdksIkb7dIbfe3cVXLCg0edx84yElYIeFk6TY4l8MLGj/r3wZTDY7TYamCDS9Dozc22ecniW9XHS+ClJFaS5N3EhvFpWqlLV+fnyeIKMR/t+zEc+y7rhEAAAAASUVORK5CYII=) left top no-repeat;
    background-size: 100%;
    width: 32px;
    height: 32px;
    border: 0;
    position: absolute;
    bottom: 30px;
    left: 310px;
    outline: none;
    cursor: pointer
}

.btnSubmit {
    margin-top: 15px;
    border: 0;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 18px;
    background-color: #1285c4;
    color: #fff;
    cursor: pointer
}

.error {
    color: #f00;
    font-size: 12px;
    display: none
}

.success {
    color: #008000;
    font-size: 18px;
    margin-bottom: 15px;
    display: none
}

.white-text {
    color: #fff !important;
}

.red-text {
    color: #aa111b !important
}

.dark-text {
    color: #333 !important
}

.white {
    background: #fff
}

#news .fa-angle-double-right a {
    color: #aa111b
}

.statisticRow {
    background: #aa111b;
    color: #fff;
    height: 20px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 5px;
    font-weight: 900;
    float: left
}

.statisticName {
    display: inline-block;
    right: 0;
    color: #333;
    font-weight: 900;
    float: right
}

.statisticCol {
    background: #aa111b;
    color: #fff;
    width: 25px;
    display: block;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: 900
}

@media(max-width:480px) {
    .statisticRow {
        width: 100%;
        float: none
    }

    .statisticName {
        width: 100%;
        float: none
    }


.animated_bg {
    background: #ef008c;
    color: #fff
}

.animated_bg2 {
    background: #aa111b;
    color: #000
}

.animated_bg3 {
    background: #f92739;
    color: #fff
}
    .pulse {
        margin-left: 32%;
    }
}

@media(max-width:370px) {
    .flexslider .flex-caption {
        display: block;
        width: 100%;
        padding: 2px 5px 5px 15px;
    }
    .flexslider .flex-caption span.Header4 {
        display:none;
    }
    .btn-theme {
        font-size:11px;
    }
}

/* ERROR */
.page-error{
  min-height: 600px;
    overflow: hidden;
    padding-bottom: 80px;
    padding-top: 80px;
    margin-bottom: 50px;
    text-align: center !important;
}

.error404 {
    font-size: 8em;
    padding-bottom: 25px;
    font-weight:700;
    color:rgba(0, 0, 0, 0.22);

}
 .page-error h1 {
        color:#333;
        font-size:2.8em;
        font-weight:700;

    }

.page-error p{
 text-align: center !important;
}
.errorText {
    padding:30px;
    color:#333;
    font-weight:400;
}
.errorText a {
    color:#aa111b !important;
    font-weight:700;
    text-transform:uppercase;
    font-size:13px;
    text-decoration:dotted !important;
}
    .errorText a:hover {
        color: #333 !important;
        font-weight: 700;
        text-transform: uppercase;
    }


}

.customform textare #message{
 padding-bottom:20px;
}
