﻿h2, h3,{
    color: rgb(154,31,107)
}
h4{
    color:white
}

body {
    font-family: 'Lucida Sans Unicode', 'Lucida Console', sans-serif;
    padding: 0px;
    width: 100%;
}

a, a:active {
    text-decoration: none
}

.auto-style1 {
    width: 100%;
    height: 85px;
}

.btn {
    background-color: rgb(157, 17, 104);
    border: none;
    color: white;
    padding: 16px 20px;
    font-size: 20px;
    cursor: pointer;
}

    /* Darker background on mouse-over */
    .btn:hover {
        background-color: RoyalBlue;
    }

.hover-underline-animation {
    display: inline-block;
    position: relative;
    color: #201c1d;
}

    .hover-underline-animation:after {
        content: '';
        position: absolute;
        width: 100%;
        transform: scaleX(0);
        height: 2px;
        bottom: 0;
        left: 0;
        background-color: rgb(157, 17, 104);
        transform-origin: bottom right;
        transition: transform 0.25s ease-out;
    }

    .hover-underline-animation:hover:after {
        transform: scaleX(1);
        transform-origin: bottom left;
    }




h1 {
    xxlarge;
}

.menu-collapser {
    position: relative;
    width: 100%;
    height: 48px;
    padding: 0 8px;
    color: #FFF;
    font-size: 16px;
    line-height: 48px;
    background-color: rgb(154,31,107);
    -webkit-box-sizing: border-box
}

.collapse-button {
    position: absolute;
    right: 8px;
    top: 50%;
    width: 40px;
    padding: 7px 10px;
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
    background-color: #0E0E0E;
    border-radius: 2px;
    cursor: pointer;
    float: right;
    -webkit-box-sizing: border-box;
}

    .collapse-button:hover, .collapse-button:focus {
        color: #FFF;
        background-color: #040404
    }

    .collapse-button .icon-bar {
        display: inline-block;
        height: 2px;
        width: 22px;
        margin: 3px 0;
        background-color: #F5F5F5;
        border-radius: 1px;
        float: right;
    }


ul.slimmenu {
    display: table;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}

    ul.slimmenu:before,
    ul.slimmenu:after {
        content: '';
        display: table
    }

    ul.slimmenu:after {
        clear: both
    }

    ul.slimmenu.collapsed li {
        display: block;
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box
    }

        ul.slimmenu.collapsed li > ul {
            position: static;
            display: none;
            width: 100%;
        }

        ul.slimmenu.collapsed li a {
            display: block;
            padding: 12px 15px;
            border-bottom: 1px solid rgba(0,0,0,0.075);
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box
        }

        ul.slimmenu.collapsed li .sub-toggle {
            background-color: #59903F;
            height: 40px;
            text-align: center;
            width: 40px;
        }

    ul.slimmenu li {
        display: table-cell;
        position: relative;
        border-left: 2px solid #fff;
        width: 25%;
        color: rgb(154,31,107);
    }

        ul.slimmenu li ul {
            margin: 0;
            list-style-type: none
        }

            ul.slimmenu li ul li {
                float: none;
                display: block;
                margin: 0;
                border: none;
            }

                ul.slimmenu li ul li a {
                    padding: 5px 20px;
                    text-decoration: none;
                }

        ul.slimmenu li > ul {
            position: absolute;
            left: -1px;
            top: 100%;
            z-index: 999;
            display: inline-block;
            width: 100%;
            padding: 0;
            background: rgb(154,31,107);
            text-align: left;
        }

            ul.slimmenu li > ul > li ul {
                position: absolute;
                left: 100%;
                top: 0;
                z-index: 999;
                display: none;
                width: 100%
            }

    ul.slimmenu .dropdown-menu {
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
    }

.nav {
    margin-left: 0;
}

ul.slimmenu li a {
    color: #fff;
    display: inline-block;
    font-size: 26px;
    padding: 17px 7px;
    width: 100%;
    font-family: "swis721_btroman";
}

ul.slimmenu li:hover a {
    color: rgb(154,31,107);
}

ul.slimmenu li:hover {
    color: #201c1d;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(211,210,207,1) 51%, rgba(211,210,207,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(211,210,207,1) 51%, rgba(211,210,207,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(211,210,207,1) 51%, rgba(211,210,207,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d3d2cf', GradientType=0 ); /* IE6-9 */
}

ul.slimmenu li.active a {
    color: #201c1d;
}

a.is-active {
}

ul.slimmenu li.active {
    color: #201c1d; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+50,d3d2cf+51,d3d2cf+100 */
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(211,210,207,1) 51%, rgba(211,210,207,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(211,210,207,1) 51%, rgba(211,210,207,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(211,210,207,1) 51%, rgba(211,210,207,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d3d2cf', GradientType=0 ); /* IE6-9 */
}

ul.slimmenu li:hover .sub-toggle > i {
    color: #fff;
}

ul.slimmenu li .sub-toggle {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    width: 20px;
    height: 100%;
    text-align: center;
    cursor: pointer
}

    ul.slimmenu li .sub-toggle:before {
        content: '';
        display: inline-block;
        height: 100%;
        margin-right: -0.25em;
        vertical-align: middle
    }

    ul.slimmenu li .sub-toggle > i {
        color: #fff;
        display: none;
        font-size: 21px;
        margin-left: 5px;
        padding-bottom: 6px;
        vertical-align: middle;
    }

ul.slimmenu li li:hover a {
    background: #fff;
    color: #000;
}

ul.slimmenu li:hover li a {
    background: #7F1A57;
    color: #fff;
}

ul.slimmenu li:last-child {
    border-right: 2px solid #fff;
}
/*ul.slimmenu>li:first-child { border: none; }*/
.home_banner {
    position: relative;
    text-align: center;
    max-height: 230px;
    overflow: hidden;
}

.banner_search {
    bottom: 50px;
    height: 60px;
    left: 50%;
    margin-left: -518px;
    position: absolute;
    width: 1038px;
}

    .banner_search input {
        color: #9ea0a2;
        font-size: 22px;
        height: 55px;
        padding: 27px 20px;
        width: 100%;
    }

    .banner_search button {
        background: #fff;
        border-left: 3px solid #9ea0a2;
        color: #9ea0a2;
        font-size: 30px;
        height: 56px;
        position: absolute;
        right: 0;
        width: 70px;
        top: 0;
    }

.category li a {
    color: #231f20;
    display: block;
    font-size: 16px;
    line-height: 15pt;
    margin: 0 0 5px;
    font-family: 'swis721_lt_btlight';
    margin-left: 20px;
}

@media only screen and (max-width: 1199px) {
    .a_z li {
        margin: 4px;
    }

    ul.slimmenu li a {
        font-size: 20px;
    }

    .news-in {
        min-height: 215px;
    }
}

@media only screen and (max-width: 1180px) {
    .category > li {
        width: 23.7%;
    }

    .user-profile li:first-child {
        float: none;
        margin-right: 0;
    }

    header .container {
        margin-bottom: 0px !important;
    }
}

@media only screen and (max-width: 1080px) {
    .logo img {
        display: block;
        margin: 0 auto;
    }

    ul.slimmenu li {
        float: none;
        padding: 0;
    }
}

.banner_search {
    bottom: 90px;
    margin: 0 auto;
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
}

}

@media only screen and (max-width: 991px) {
    .star-box-wrapper {
        display: table;
        margin: 0 auto;
    }

    .right_btn {
        text-align: center;
        margin-top: 10px;
    }

    .page-node-type-landing-page .rating > h4 {
        text-align: center;
    }

    .star-box {
        margin: 10px;
    }

    ul.slimmenu li a {
        padding: 20px 0;
    }

    ul.slimmenu li a, .category li a h3, #block-views-block-event-block-1 h3, #block-views-block-news-articles-block-1-2,
    .page-node-type-landing-page .news-in .twitter-handleh3, #block-twitterblock-2 h3, .page-node-type-landing-page .news-in .twitter-handle-name {
        font-size: 18px;
    }

    .sub-category li a, .home_slider1 .caption p, .news-in p, .page-node-type-landing-page .news-in a, time, footer ul li a, footer ul li span, footer ul li, .page-node-type-landing-page .news-in .twitter-row {
        font-size: 15px;
    }

    .news a, .page-node-type-landing-page .rating > h4, #block-aztoolblock h2, .a_z li {
        font-size: 13px;
    }

    .menu-arrow-landing-page {
        margin-top: -1px;
    }

        .menu-arrow-landing-page .fa-chevron-right {
            font-size: 15px;
        }
}

@media only screen and (max-width: 767px) {
    .rating .page-node-type-landing-page .rating > h4 {
        text-align: center;
    }

    .collapse-button {
        top: 0;
        right: 0;
        position: relative;
    }

    ul.slimmenu {
        margin-top: 30px;
    }

        ul.slimmenu li {
            border: none;
        }

            ul.slimmenu li:last-child {
                border: none;
            }

    .category > li {
        width: 32.9%;
    }
