@import 'https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i';
body {
padding-top: 25px !important;
}
.spinner-master {
    display: none;
}
.headerpart .nav_wrapper {
position: inherit !important;
}
.headerpart {
    margin: auto;
    position: relative;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.headerpart .toplink {
    background: #513b84;
    padding: 0;
    float: left;
    width: 100%;
}

   .headerpart .toplink ul {
        float: right;
        margin: 0;
        padding: 0;
    }

        .headerpart .toplink ul li {
            list-style: none;
            float: left;
            color: #fff;
            border-left: 1px solid #fff;
            padding: 12px 10px;
            transition: all 0.3s ease 0s;
        }

          .headerpart  .toplink ul li a {
                color: #fff;
                font-size: 12px;
                text-decoration: none;
            }

   .headerpart .toplink .sm-menu {
        display: none;
        position: absolute;
        top: 44px;
        right: 0;
        width: 100px;
        background: #fff;
        border: 1px solid #ccc;
        transition: all 0.3s ease 0s;
        z-index: 99999;
    }

        .headerpart .toplink .sm-menu li {
            border-bottom: 1px solid #ccc;
            box-sizing: border-box;
            float: left;
            padding: 5px 8px;
            width: 100%;
        }

            .headerpart .toplink .sm-menu li:hover {
                background: #f5f5f5;
            }

            .headerpart .toplink .sm-menu li a {
                font-size: 12px;
                color: #333333;
                float: left;
                width: 100%;
            }

    .headerpart .toplink ul li:hover .sm-menu {
        display: block;
        transition: all 0.3s ease 0s;
    }

.headerpart .logo {
    float: left;
    margin-top: 27px;
}



.headerpart nav {
    width: 100%;
}

.headerpart .nav_wrapper {
    /*position: fixed;*/
    left: 0;
    top: 0;
    transition: top .5s ease-out;
    /*background: #2f3b3f;*/
    float: right;
    margin-top: 1px;
    /*width:100%;*/
}

.headerpart .scroll {
    top: -90px;
}

.headerpart .no-scroll {
    top: 0;
    z-index: 9999;
}

.headerpart .btn {
    padding: 10px 1%;
    margin: 5px;
    color: #fff;
    text-decoration: none;
    font-family: sans-serif;
    transition: all 0.1s ease;
}

   .headerpart .btn:hover {
        transition: all 0.1s ease;
    }

.headerpart main {
    max-width: 800px;
    margin: 0 auto;
}

.headerpart .menu-link {
    display: none;
}

.headerpart .spinner-master input[type=checkbox] {
    display: none;
}

.headerpart .menu {
    width: 100%;
    height: auto;
    transition: all 0.3s ease;
}

    .headerpart .menu ul {
        padding: 0px;
        margin: 0px;
        list-style: none;
        position: relative;
        display: inline-block;
    }

    .headerpart .menu > li > ul.sub_menu {
        min-width: 10em;
        padding: 4px 0;
        background-color: #f2efef;
    }

    .headerpart .menu ul li {
        padding: 0px;
    }

    .headerpart .menu > ul > li {
        display: inline-block;
    }

    .headerpart .menu ul li a {
        display: block;
        text-decoration: none;
        color: #848b8e;
        font-size: 15px;
        border-top: 2px solid transparent;
    }

        .headerpart .menu ul li a:hover {
            border-top: 2px solid #513b84;
            color: #513b84;
        }

    .headerpart .menu ul li.hover > a {
        border-top: 2px solid #513b84;
        color: #513b84;
    }

   .headerpart .menu ul li > a {
        padding: 35px 11px;
    }

   .headerpart .menu ul ul {
        background: #39484d none repeat scroll 0 0;
        border-top: 3px solid #513b84;
        display: none;
        position: absolute;
        top: 100%;
        width: 170px;
        z-index: 9;
    }


    .headerpart .menu ul li:hover > ul {
        display: block;
    }

   .headerpart .menu ul ul > li {
        position: relative;
    }

       .headerpart .menu ul ul > li a {
            padding: 10px 15px;
            height: auto;
            background: #f2efef;
            border-bottom: 1px solid #dcdadb;
            color: #333333;
            border-top: 0px !important;
            font-size: 14px;
        }

            .menu ul ul > li a:hover {
                background: #fff;
                border-top: 0px;
            }

    .headerpart .menu ul ul ul {
        position: absolute;
        left: 100%;
        top: 0;
    }

@media all and (max-width: 1074px) {
    .headerpart .headerpart {
        width: 100%;
    }
}

@media all and (max-width: 991px) {
  body {
    padding-top: 37px !important;
}
    .headerpart .menu ul li > a {
        border-bottom: 1px solid #e8e8e8;
        padding: 14px 13px;
        border-top: 0 none;
    }

    .headerpart .spinner-master * {
        transition: all 0.3s;
        box-sizing: border-box;
    }

    .headerpart .spinner-master {
        position: relative;
        margin: 6px;
        float: right;
    }

        .headerpart .spinner-master label {
            cursor: pointer;
            height: 35px;
            position: absolute;
            right: 10px;
            top: -50px;
            width: 22px;
            z-index: 99;
        }

        .headerpart .spinner-master .spinner {
            position: absolute;
            height: 4px;
            width: 100%;
            padding: 0;
            background-color: #3b4251;
        }

        .headerpart .spinner-master .diagonal.part-1 {
            position: relative;
            float: left;
        }

        .headerpart .spinner-master .horizontal {
            position: relative;
            float: left;
            margin-top: 4px;
        }

        .headerpart .spinner-master .diagonal.part-2 {
            position: relative;
            float: left;
            margin-top: 4px;
        }

        .headerpart .spinner-master input[type=checkbox]:checked ~ .spinner-spin > .horizontal {
            opacity: 0;
        }

        .headerpart .spinner-master input[type=checkbox]:checked ~ .spinner-spin > .diagonal.part-1 {
            transform: rotate(135deg);
            -webkit-transform: rotate(135deg);
            margin-top: 10px;
        }

        .headerpart .spinner-master input[type=checkbox]:checked ~ .spinner-spin > .diagonal.part-2 {
            transform: rotate(-135deg);
            -webkit-transform: rotate(-135deg);
            margin-top: -12px;
        }

    .headerpart a.menu-link {
        display: block;
        color: #fff;
        float: left;
        text-decoration: none;
        padding: 10px 16px;
        font-size: 1.5em;
    }

        .headerpart a.menu-link:hover {
            color: #efa666;
        }

        .headerpart a.menu-link:after {
            content: "\2630";
            font-weight: normal;
        }

        .headerpart a.menu-link.active:after {
            content: "\2715";
        }

    .headerpart .menu {
        clear: both;
        min-width: inherit;
        float: none;
    }

        .headerpart .menu,
        .headerpart .menu > ul ul {
            overflow: hidden;
            max-height: 0;
            background-color: #fff;
        }

            .headerpart .menu > li > ul.sub-menu {
                padding: 0px;
                border: none;
                transition: opacity 0.2s ease-in 0s;
            }

            .headerpart .menu.active,
            .headerpart .menu > ul ul.active {
                max-height: 55em;
            }

            .headerpart .menu ul {
                display: inline;
            }

           .headerpart .menu li,
           .headerpart .menu > ul > li {
                display: block;
            }

                .headerpart .menu > ul > li:last-of-type a {
                    border: none;
                }

                .headerpart .menu li a {
                    color: #fff;
                    display: block;
                    padding: 0.8em;
                    position: relative;
                    border-top: none;
                }

                .headerpart .menu li.has-submenu > a:after {
                    content: '+';
                    position: absolute;
                    top: 0;
                    right: 0;
                    display: block;
                    font-size: 1.5em;
                    padding: 0.55em 0.5em;
                }

                .headerpart .menu li.has-submenu > a.active:after {
                    content: "-";
                }

            .headerpart .menu ul ul > li a {
                background-color: #39484d;
                padding: 10px 18px 10px 30px;
            }

            .headerpart .menu ul li a:hover {
                background: #f5f5f5;
                color: #333333;
            }

            .headerpart .menu ul li.hover > a {
                background: #f5f5f5;
                color: #333333;
                border-top: none;
            }

            .headerpart .menu ul ul,
            .headerpart .menu ul ul ul {
                display: inherit;
                position: relative;
                left: auto;
                top: auto;
                border: none;
            }

            .headerpart .menu ul ul {
                width: 100%;
            }

                .headerpart .menu ul ul > li a {
                    background-color: #fff;
                    border-bottom: 1px solid #edebec;
                }

                .headerpart .menu ul ul > li:hover a {
                    background-color: #f5f5f5;
                }

    .headerpart .nav_wrapper {
        width: 100%;
    }
}
.event_1{background-color: #83b9eb !important;color:white !important;}.event_icon_1{color: #83b9eb !important;font-size:20px;}.event_icon_1:hover,.event_icon_1:focus{text-decoration:none;}.productTypeTagColor1,.productTypeTagColor1:hover { background-color:#83b9eb;color:white !important; }.event_10{background-color: #8e7cc3 !important;color:white !important;}.event_icon_10{color: #8e7cc3 !important;font-size:20px;}.event_icon_10:hover,.event_icon_10:focus{text-decoration:none;}.productTypeTagColor10,.productTypeTagColor10:hover { background-color:#8e7cc3;color:white !important; }.event_11{background-color: #6aa84f !important;color:white !important;}.event_icon_11{color: #6aa84f !important;font-size:20px;}.event_icon_11:hover,.event_icon_11:focus{text-decoration:none;}.productTypeTagColor11,.productTypeTagColor11:hover { background-color:#6aa84f;color:white !important; }.event_-11{background-color: #7474d9 !important;color:black !important;}.event_icon_-11{color: #7474d9 !important;font-size:20px;}.event_icon_-11:hover,.event_icon_-11:focus{text-decoration:none;}.productTypeTagColor-11,.productTypeTagColor-11:hover { background-color:#7474d9;color:black !important; }.event_12{background-color: #f1c232 !important;color:white !important;}.event_icon_12{color: #f1c232 !important;font-size:20px;}.event_icon_12:hover,.event_icon_12:focus{text-decoration:none;}.productTypeTagColor12,.productTypeTagColor12:hover { background-color:#f1c232;color:white !important; }.event_-12{background-color: #bb93d5 !important;color:black !important;}.event_icon_-12{color: #bb93d5 !important;font-size:20px;}.event_icon_-12:hover,.event_icon_-12:focus{text-decoration:none;}.productTypeTagColor-12,.productTypeTagColor-12:hover { background-color:#bb93d5;color:black !important; }.event_13{background-color: #315178 !important;color:white !important;}.event_icon_13{color: #315178 !important;font-size:20px;}.event_icon_13:hover,.event_icon_13:focus{text-decoration:none;}.productTypeTagColor13,.productTypeTagColor13:hover { background-color:#315178;color:white !important; }.event_-13{background-color: #91d773 !important;color:black !important;}.event_icon_-13{color: #91d773 !important;font-size:20px;}.event_icon_-13:hover,.event_icon_-13:focus{text-decoration:none;}.productTypeTagColor-13,.productTypeTagColor-13:hover { background-color:#91d773;color:black !important; }.event_14{background-color: #6aa84f !important;color:black !important;}.event_icon_14{color: #6aa84f !important;font-size:20px;}.event_icon_14:hover,.event_icon_14:focus{text-decoration:none;}.productTypeTagColor14,.productTypeTagColor14:hover { background-color:#6aa84f;color:black !important; }.event_-14{background-color: #bb93d5 !important;color:black !important;}.event_icon_-14{color: #bb93d5 !important;font-size:20px;}.event_icon_-14:hover,.event_icon_-14:focus{text-decoration:none;}.productTypeTagColor-14,.productTypeTagColor-14:hover { background-color:#bb93d5;color:black !important; }.event_15{background-color: #bf9000 !important;color:black !important;}.event_icon_15{color: #bf9000 !important;font-size:20px;}.event_icon_15:hover,.event_icon_15:focus{text-decoration:none;}.productTypeTagColor15,.productTypeTagColor15:hover { background-color:#bf9000;color:black !important; }.event_-15{background-color: #FF8633 !important;color:black !important;}.event_icon_-15{color: #FF8633 !important;font-size:20px;}.event_icon_-15:hover,.event_icon_-15:focus{text-decoration:none;}.productTypeTagColor-15,.productTypeTagColor-15:hover { background-color:#FF8633;color:black !important; }.event_16{background-color: #bf9000 !important;color:black !important;}.event_icon_16{color: #bf9000 !important;font-size:20px;}.event_icon_16:hover,.event_icon_16:focus{text-decoration:none;}.productTypeTagColor16,.productTypeTagColor16:hover { background-color:#bf9000;color:black !important; }.event_-16{background-color: #e8eae7 !important;color:black !important;}.event_icon_-16{color: #e8eae7 !important;font-size:20px;}.event_icon_-16:hover,.event_icon_-16:focus{text-decoration:none;}.productTypeTagColor-16,.productTypeTagColor-16:hover { background-color:#e8eae7;color:black !important; }.event_2{background-color: #6aa84f !important;color:white !important;}.event_icon_2{color: #6aa84f !important;font-size:20px;}.event_icon_2:hover,.event_icon_2:focus{text-decoration:none;}.productTypeTagColor2,.productTypeTagColor2:hover { background-color:#6aa84f;color:white !important; }.event_3{background-color: #dd9d5a !important;color:white !important;}.event_icon_3{color: #dd9d5a !important;font-size:20px;}.event_icon_3:hover,.event_icon_3:focus{text-decoration:none;}.productTypeTagColor3,.productTypeTagColor3:hover { background-color:#dd9d5a;color:white !important; }.event_4{background-color: #3181cb !important;color:white !important;}.event_icon_4{color: #3181cb !important;font-size:20px;}.event_icon_4:hover,.event_icon_4:focus{text-decoration:none;}.productTypeTagColor4,.productTypeTagColor4:hover { background-color:#3181cb;color:white !important; }.event_5{background-color: #e06666 !important;color:white !important;}.event_icon_5{color: #e06666 !important;font-size:20px;}.event_icon_5:hover,.event_icon_5:focus{text-decoration:none;}.productTypeTagColor5,.productTypeTagColor5:hover { background-color:#e06666;color:white !important; }.event_6{background-color: #ffe599 !important;color:white !important;}.event_icon_6{color: #ffe599 !important;font-size:20px;}.event_icon_6:hover,.event_icon_6:focus{text-decoration:none;}.productTypeTagColor6,.productTypeTagColor6:hover { background-color:#ffe599;color:white !important; }.event_7{background-color: #c27ba0 !important;color:white !important;}.event_icon_7{color: #c27ba0 !important;font-size:20px;}.event_icon_7:hover,.event_icon_7:focus{text-decoration:none;}.productTypeTagColor7,.productTypeTagColor7:hover { background-color:#c27ba0;color:white !important; }.event_8{background-color: #45818e !important;color:white !important;}.event_icon_8{color: #45818e !important;font-size:20px;}.event_icon_8:hover,.event_icon_8:focus{text-decoration:none;}.productTypeTagColor8,.productTypeTagColor8:hover { background-color:#45818e;color:white !important; }.event_9{background-color: #bf9000 !important;color:white !important;}.event_icon_9{color: #bf9000 !important;font-size:20px;}.event_icon_9:hover,.event_icon_9:focus{text-decoration:none;}.productTypeTagColor9,.productTypeTagColor9:hover { background-color:#bf9000;color:white !important; }