*,
*:after,
*::before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body,
    .st-container,
    .st-pusher,
    .st-content {
    }

body {
    height: 100%;
    }

.st-content {
	/* overflow-y: scroll; */
    margin: 0px;
    /* padding-top: 190px; */
    padding-top: 20px;
    height: 100%; 
    }

.st-content,
.st-content-inner {
    position: relative; 
    }

.st-content-inner {
    }

.st-container {
    min-height: 100%;
    position: relative;
	overflow: hidden;
    }

.st-pusher {
	position: relative;
	left: 0;
	z-index: 9;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
    padding-bottom: 20px;
    min-height: 100%; 
    }

.st-pusher::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	background: rgba(0,0,0,0.3);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
	transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

.st-menu-open .st-pusher::after {
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.st-menu {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	visibility: hidden;
	width: 300px;
	height: 100%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
    padding-bottom: 220px;
    padding-top: 170px;
    background-color: #777;
    border-left-style: solid;
    border-left-width: 10px;  
    border-left-color: #555;
}

    .st-menu.header_big {

        }

.st-menu::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	content: '';
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.st-menu-open .st-menu::after {
	width: 0;
	height: 0;
	opacity: 0;
	-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
	transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}



/* Effect 2: Reveal */
.st-effect-2.st-menu-open .st-pusher {
	-webkit-transform: translate3d(300px, 0, 0);
	transform: translate3d(300px, 0, 0);
}

.st-effect-2.st-menu {
	z-index: 1;
}

.st-effect-2.st-menu-open .st-effect-2.st-menu {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.st-effect-2.st-menu::after {
	display: none;
}

/* Fallback example for browsers that don't support 3D transforms (and no JS fallback) */
.no-csstransforms3d .st-pusher,
.no-js .st-pusher {
	padding-left: 300px;
}

            /* HEADER - TOPICS AND BAR */
 
                    ul.header_bar_open {
                        list-style-type: none;
                        display: block;
                        z-index: 5;
                        padding: 0px;
                        margin: 0px 0px 0px -10px;
                        width: 300px;
                        }
 
                        ul.header_bar_open li {
                            color: white;
                            display: block; 
                            padding: 5px;
                            width: 300px;
                            background-color: #777;
                            position: relative; 
                            height: 50px;
                            list-style-type: none;
                            }  

                        ul.header_bar_open li:hover {
                            }

                            .catback {
                                position:absolute;
                                top: 0px;
                                left: 0px;
                                width: 300px;
                                height: 50px;
                                line-height: 50px;
                                border-left-style: solid;
                                border-left-width: 10px;   
                                transition: border-width 0.3s ease-in-out;}

                            ul.header_bar_open li:hover .catback {
                                border-left-width: 300px;
                                transition: border-width 0.3s ease-in-out;
                                }


                            ul.header_bar_open li a {
                                color: white; 
                                position: absolute; 
                                left: 0px;
                                top: 0px;
                                text-align: center;
                                text-transform: uppercase; 
                                z-index: 5;
                                }  

                                ul.header_bar_open li .genericon {							
                                    line-height: 50px;
                                    height: 50px;
                                    width: 50px;
                                    margin-left: 10px;
                                    text-align: center;
                                    }

                                ul.header_bar_open li .button_text {							
                                    line-height: 50px;
                                    height: 50px;
                                    font-weight: 800;
                                    font-size: 14px;
                                    display: inline;
                                    }

                        .animate {
                            -webkit-transition: all .1s;
                            -moz-transition: all .1s;
                            -ms-transition: all .1s;
                            -ms-transition: all .1s;
                            transition: all .3s;  
                            backface-visibility:hidden;
                            -webkit-backface-visibility:hidden; /* Chrome and Safari */
                            -moz-backface-visibility:hidden; /* Firefox */
                            -ms-backface-visibility:hidden; /* Internet Explorer */
                            }
