.accordion-design {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#609ddb+0,7db9e8+100 */
    background: #609ddb; /* Old browsers */
    background: -moz-linear-gradient(45deg,  #609ddb 0%, #7db9e8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#609ddb), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(45deg,  #609ddb 0%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg,  #609ddb 0%,#7db9e8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(45deg,  #609ddb 0%,#7db9e8 100%); /* IE10+ */
    background: linear-gradient(45deg,  #609ddb 0%,#7db9e8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#609ddb', endColorstr='#7db9e8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    background-color: #609ddb;
    color: white !important;
}

.animated {
    -webkit-transition: all 500ms ease-in-out;  -moz-transition: all 500ms ease-in-out;  -o-transition: all 500ms ease-in-out;  transition: all 500ms ease-in-out;
}

.animatedSlow {
    -webkit-transition: all 1s ease-in-out;  -moz-transition: all 1s ease-in-out;  -o-transition: all 1s ease-in-out;  transition: all 1s ease-in-out;
}

.homeSlide {
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
    .homeSlide .slideTitle {
        color: #fff;
        font-size: 5rem;
        line-height: 1.1;
        font-weight: bolder;
        transform: translateX(-5000px);
    }

    .homeSlide .slideSubtitle {
        padding: 30px 0;
        color: #fff;
        font-size: 2.4rem;
        font-weight: bold;
        transform: translateX(-3000px);
    }

    .cycle-slide-active .slideTitle,
    .cycle-slide-active .slideSubtitle {
        transform: translateX(0px);
    }

    .cycle-prev {
        position: absolute;
        top: 50%;
        left: -10px;
        transform: translateY(-40px);
        width: 80px;
        height: 80px;
        z-index: 130;
        cursor: pointer;
    }
        .cycle-prev:before {
            content: "";
            display: block;
            width: 80px;
            height: 80px;
            background: rgba(255,255,255,.5);
            transform: skew(10deg);
            box-shadow: 0 0 5px 0 #101010;

            -webkit-transition: all 500ms ease-in-out;  -moz-transition: all 500ms ease-in-out;  -o-transition: all 500ms ease-in-out;  transition: all 500ms ease-in-out;
        }

        .cycle-prev:after {
            content: "";
            display: block;
            width: 0px;
            height: 0px;
            border-right: 15px solid #21252b;
            border-top: 15px solid transparent;
            border-bottom: 15px solid transparent;
            position: absolute;
            top: 25px;
            left: 30px;

            -webkit-transition: all 500ms ease-in-out;  -moz-transition: all 500ms ease-in-out;  -o-transition: all 500ms ease-in-out;  transition: all 500ms ease-in-out;
        }

        .cycle-prev:hover:before {
            background:  rgba(255,255,255,1);
            width: 120px;
        }

        .cycle-prev:hover:after {
            left: 70px;
        }



    .cycle-next {
        position: absolute;
        top: 50%;
        right: -10px;
        transform: translateY(-40px);
        width: 80px;
        height: 80px;
        z-index: 130;
        cursor: pointer;

        -webkit-transition: all 500ms ease-in-out;  -moz-transition: all 500ms ease-in-out;  -o-transition: all 500ms ease-in-out;  transition: all 500ms ease-in-out;
    }
        .cycle-next:before {
            content: "";
            display: block;
            width: 120px;
            height: 80px;
            background: rgba(255,255,255,.5);
            transform: skew(-10deg);
            box-shadow: 0 0 5px 0 #101010;

            -webkit-transition: all 500ms ease-in-out;  -moz-transition: all 500ms ease-in-out;  -o-transition: all 500ms ease-in-out;  transition: all 500ms ease-in-out;
        }

        .cycle-next:after {
            content: "";
            display: block;
            width: 0px;
            height: 0px;
            border-left: 15px solid #21252b;
            border-top: 15px solid transparent;
            border-bottom: 15px solid transparent;
            position: absolute;
            top: 25px;
            right: 30px;

            -webkit-transition: all 500ms ease-in-out;  -moz-transition: all 500ms ease-in-out;  -o-transition: all 500ms ease-in-out;  transition: all 500ms ease-in-out;
        }

        .cycle-next:hover {
            width: 120px;
        }

        .cycle-next:hover:before {
            background:  rgba(255,255,255,1);
            width: 120px;
        }

        .cycle-next:hover:after {
            right: 70px;
        }

    .homeSlide .row {
        min-height: 600px;
    }

.headerMenuHolder {
    background-color: white;
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
}

.headerMenuHolder .headerLogo img {
    width: 257px;
    -webkit-transition: all 500ms ease-in-out;  -moz-transition: all 500ms ease-in-out;  -o-transition: all 500ms ease-in-out;  transition: all 500ms ease-in-out;
}

.scrolled.headerMenuHolder .headerLogo img {
    width: 150px;
}

.scrolled.headerMenuHolder nav > ul > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.HeaderTopBarHolder {
    background-color: #21252b;
    color: #858d91;
}
    .HeaderTopBarHolder a {
        color: #609ddb;
    }

.social-icons-header a {
    border-left:1px solid #2e343a;
    border-right:1px solid #2e343a;
    margin-left: -1px;
    background: transparent;
    color: #b0bac2;
    padding: 10px;
    display: inline-block;
}
    .social-icons-header a:hover {
        background: #395793;
        color: #fff;
    }

.height100 {
    height: 100%;
}

nav,
nav > ul,
nav > ul > li {
    height: 100%;
    position: relative;
    margin: 0px;
}

nav > ul > li > a {
    min-height: 100%;
    display: inline-block;
    padding: 30px 10px;
    line-height: 36px;
    color: #21252b;
    position: relative;
}
    nav > ul > li > a:hover {
        color: #609ddb;
    }

nav > ul > li.has-dropdown > a {
    padding-right: 20px;
    margin-right: 10px;

}
    nav > ul > li.has-dropdown > a:after {
        content: "";
        position: absolute;
        right: 10px;
        top: 50%;
        width: 0px;
        height: 0px;
        border-left: 4px solid #21252b99;
        border-top: 3px solid transparent;
        border-bottom: 3px solid transparent;
        transform: translateY(-3px);
        -webkit-transform: translateY(-3px);

        -webkit-transition: all 500ms ease-in-out;  -moz-transition: all 500ms ease-in-out;  -o-transition: all 500ms ease-in-out;  transition: all 500ms ease-in-out;
    }

        nav > ul > li.has-dropdown:hover > a:after {
            transform: rotate(90deg) translateX(-2px);
            -webkit-transform: rotate(90deg) translateX(-2px);
            border-left-color: #609ddb99;
        }

nav > ul > li.has-dropdown:hover ul {
    -webkit-transform: translateY(-3px);
    max-height: 1000px;
    opacity: 1;
    overflow: unset;
    border-top: 3px solid #609ddb;
}

nav > ul > li.has-dropdown:last-child .submenu {
    right: 0px;
    left: auto;
    
}

nav .submenu {
    position: absolute;
    top: 100%;
    left: 0px;
    list-style: none;
    border-top: 0px solid #609ddb;
    background: #1e2127;
    width: 200px;
    padding-left: 0px;
    transform: translateY(-3px);
    -webkit-transform: translateY(100px);
    max-height: 0px;
    opacity: 0;
    overflow: hidden;
}
    nav .submenu li {
        border-bottom: 1px solid #262c33;
    }
        nav .submenu a {
            color: #abb3b9;
            padding: 5px;
            display: inline-block;
        }


.backgroundWhite {
    background: #fff;
}

.boxShadow {
    box-shadow: 0 0 5px 0 #999;
}

.pi-section-menu-mobile-w {
    left: auto;
    min-width: 250px;
}

.newsListBlock {
    background: #fff;
    box-shadow: 0 0 5px 0 #b5b5b5;
}
    .newsDate {
        color: #fff;
        background: #609ddb;
        padding: 5px 10px;
        display: inline-block;
        border-radius: 5px;
    }

.newsImageLink {
    margin-bottom: 10px;
    display: block;
}

@media (max-width: 768px) {
    .hide-day {display: none !important;
    }

    .headerLogo img {
        width: 150px !important;
    }
}

@media (max-width: 768px) {
    .image-partner {margin-bottom: 10px;
    }
}

@media (max-width: 768px) {
    .titlebar-md {
    font-size: 18px;
    }
}

@media (min-width: 769px) and (max-width: 1120px) {
    .titlebar-md {
        font-size: 25px;
    }
}

@media (min-width: 1121px) {
    .titlebar-lg {
        font-size: 30px;
    }
}