/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1920px) {
    #primary-menu > ul > li.current {
        font-weight: 800;
        text-decoration: underline;
    }

    #page-menu .menu-title {
        display: none
    }

    #page-menu nav {
        position: relative;
        float: right;
        left: -50%
    }

    #page-menu nav ul {
        position: relative;
        height: 44px;
        left: 50%;
        margin-bottom: 0
    }

    #page-menu nav li:hover a,
    #page-menu nav li.current a {
        font-weight: bold;
        background-color: none;
        color: #fff
    }

    .rightborder {
    	border-right: solid 1px #cbe0ff
    /*	border-radius: 14px; */
    }
}

@media (max-width: 1200px) {
    #top-slogan {
        display: none;
    }
}
