#sidebar-toggle {
                color: #fff;
                padding: 5px 7px;
                margin: 5px 7px;
            }

            #sidebar-toggle i {
                font-size: 31px;
                color: #fff;
            }

            header .mk-topmenu .ico-search {
                padding: 5px 7px;
                margin: 5px 7px;
            }

            header .mk-topmenu .ico-search i {
                background: none;
                font-size: 31px;
                color: #fff;
            }

            .subtitle {
                color: #FAC609;
            }

            .desc a {
                color: #FAC609;
            }

            .police-california {
                color: #fff;
            }

            .dlinks a {
                float: left;
                width: 100%;
                min-height: 25px;
                position: relative;
                width: 274px;
                padding: 5px 0 5px 10px;
                height: 34px;
                font-size: 16px;
                font-weight: 100;
                color: #fff;
                text-decoration: none;
                display: block;
                border-bottom: 1px solid #196c96;
            }

            .dlinks a img {
                position: absolute;
            }

            .dlinks a span {
                position: absolute;
                margin: 9px 0 0 44px;
                width: 230px;
                line-height: 15px;
            }

            .subtitle {
                color: #FAC609;
            }

            .desc a {
                color: #FAC609;
            }

            .title-page {
                font-size: 31px;
                color: #FAC609;
                width: 100%;
                text-align: left;
                margin: 10px 0px;
                padding: 10px 0px;
                border-bottom: solid 5px #FAC609;
            }

            .btns-info {
                float: left;
                width: 98%;
                margin: 50px 1% 0px 1%;
                padding: 5px 0px;
                text-align: left;
            }

            .btns-info a {
                float: left;
                width: auto;
                padding: 10px 10px;
                margin: 4px;
                text-align: center;
                text-decoration: none;
                background: #17064B;
                color: #fff;
                border-radius: 4px;
            }

            .btns-info a:hover {
                background: #FAC609;
                color: #17064B;
            }

            .btns-info a.active {
                background: #FAC609;
                color: #17064B;
            }

            #sidebar {
                left: 0px;
                width: 100%;
            }

            #container-sidebar {
                opacity: 1;
            }

            #sidebar ul li a {
                border-bottom: none;
                width: 90%;
                padding: 5px 0 5px 10%;
            }

            .mk-titleother.subtitles {
                width: 86%;
                margin: 10px 2%;
                padding: 10px 0 10px 10%;
                text-align: left;
                background: #441774;
                border-radius: 6px;
            }

            .dlinks a {
                width: 90%;
                padding: 5px 0 5px 10%;
                border-bottom: none;
            }

            header .mk-topmenu .kiz10 {
                background: none;
                width: 240px;
                margin: 0 0 0 -120px;
            }

            header .mk-topmenu .kiz10 img {
                width: 100%;
            }

            header {
                border: none;
                background: #441774;
                -webkit-box-shadow: none;
                -moz-box-shadow: none;
                box-shadow: none;
            }

            .box-leftnav {
                position: relative;
                display: block;
                width: 100%;
                left: 0px;
                top: 0px;
                background: #280e5b;
                height: 100%;
                z-index: 99999;
                -webkit-box-shadow: 6px 0px 10px -4px rgba(0,0,0,0.75);
                -moz-box-shadow: 6px 0px 10px -4px rgba(0,0,0,0.75);
                box-shadow: 6px 0px 10px -4px rgba(0,0,0,0.75);
            }

            .box-leftnav .mainoptions {
                position: relative;
                width: 100%;
                height: 100%;
                overflow-y: scroll;
                overflow-x: hidden;
            }

            .box-leftnav .mainoptions .ccnav {
                position: absolute;
                right: 14px;
                top: 13px;
                font-size: 27px;
                color: #FAC609;
                cursor: pointer;
                opacity: 0.5;
            }

            .box-leftnav .mainoptions .ccnav:hover {
                opacity: 1;
            }

            .box-leftnav .mainoptions .btitle {
                float: left;
                display: block;
                position: relative;
                width: 95%;
                height: 23px;
                padding: 17px 0px 17px 5%;
                font-size: 25px;
                text-align: left;
                background: #441774;
                color: #fff;
            }

            .box-leftnav .mainoptions ul {
                float: left;
                display: block;
                list-style: none;
                position: relative;
                width: 100%;
                margin: 0px;
                padding: 0px;
                text-align: left;
            }

            .box-leftnav .mainoptions ul li {
                float: left;
                width: 96%;
                padding: 0px 0px 0px 4%;
            }

            .box-leftnav .mainoptions ul li a {
                display: block;
                width: 100%;
                padding: 13px 0px;
                height: 32px;
                font-size: 18px;
            }

            .box-leftnav .mainoptions ul li a i {
                float: left;
                width: 10%;
                text-align: center;
                margin: 5px;
                color: #773db5;
                -webkit-transform: perspective(1px) translateZ(0);
                transform: perspective(1px) translateZ(0);
                box-shadow: 0 0 1px rgba(0, 0, 0, 0);
            }

            .box-leftnav .mainoptions ul li a strong {
                float: left;
                width: 80%;
                text-align: center;
                margin: 5px;
                text-align: left;
                color: #FAC609;
            }

            .box-leftnav .mainoptions ul li:hover > a strong {
                color: #FAC609;
            }

            .box-leftnav .mainoptions ul li:hover > a i {
                color: #fff;
                -webkit-animation-name: hvr-bob-float, hvr-bob;
                animation-name: hvr-bob-float, hvr-bob;
                -webkit-animation-duration: .3s, 1.5s;
                animation-duration: .3s, 1.5s;
                -webkit-animation-delay: 0s, .3s;
                animation-delay: 0s, .3s;
                -webkit-animation-timing-function: ease-out, ease-in-out;
                animation-timing-function: ease-out, ease-in-out;
                -webkit-animation-iteration-count: 1, infinite;
                animation-iteration-count: 1, infinite;
                -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards;
                -webkit-animation-direction: normal, alternate;
                animation-direction: normal, alternate;
            }

            /* width */
            .box-leftnav .mainoptions::-webkit-scrollbar {
                width: 5px;
            }

            /* Track */
            .box-leftnav .mainoptions::-webkit-scrollbar-track {
                background: #280e5b;
                -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
            }

            /* Handle */
            .box-leftnav .mainoptions::-webkit-scrollbar-thumb {
                background: #dcd5ea;
            }

            /* width */
            ::-webkit-scrollbar {
                width: 10px;
            }

            /* Track */
            ::-webkit-scrollbar-track {
                background: #280e5b;
                background: #280e5b;
                -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
            }

            /* Handle */
            ::-webkit-scrollbar-thumb {
                background: #dcd5ea;
            }

            /* Handle on hover */
            ::-webkit-scrollbar-thumb:hover {
                background: #dcd5ea;
            }
            *{color:#fff;font-family:'PrettyFont';font-weight:regular;}
#content {float:left;width:70%;min-height:600px;margin:5px 10% 50px 10%;color:#fff;background:#17064B;padding:20px 5%;border-radius:6px;}
#content p{color:#fff;}
.content_with_padding {width:90%;padding:10px 0px;margin:0px auto;}
.content_with_padding h1{color:#FAC609;}
.content_with_padding p{color:#fff;}
.medium_gray_title{font-size:21px;}
.subtitle {color:#FAC609;}
.desc a {color:#FAC609;}
.title-page {font-size:31px;color:#FAC609;width:100%;text-align:left;margin:10px 0px;padding:10px 0px;border-bottom:solid 5px #FAC609;}

.btns-info {float:left;width:80%;margin:50px 10% 0px 10%;padding:5px 0px;text-align:left;}
.btns-info a {float:left;width:auto;padding:10px 10px;margin:4px;text-align:center;text-decoration:none;background:#17064B;color:#fff;border-radius:4px;}
.btns-info a:hover {background:#FAC609;color:#17064B;}
.btns-info a.active {background:#FAC609;color:#17064B;}