/*!
 * Start Bootstrap - Simple Sidebar HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Toggle Styles */
:root{
    --leftmenuwidth: 80px;
    --rightcontentwidth: 460px;
    --rightcontentml: -460px;
}

#wrapper {
	padding-left: 0;
	/*background-color:#fff;*/
	/*border:solid 1px #cccccc;
	border-radius: 10px;*/
	position:relative;
	min-height:100%;
	/*margin:15px auto;*/
	/*margin-bottom:65px;*/
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#wrapper.toggled {
    padding-left: 250px;
}

#sidebar-wrapper {
	z-index: 400;
    position: absolute;
    left: calc(var(--rightcontentwidth));
	/*border-right:solid 1px #e6e6e6;*/
    width: 0; /* disini agar ketika di kecilkan tidak hilang semua default 0*/
    margin-left: calc(var(--rightcontentml));
    /*overflow: hidden;*/
    /*background: #f7f7f7;*/
	
	/*clear:both;*/
	height:100%;
    height:auto;
    min-height:100%;	
	
	/* 圓角*/
	border-radius: 10px;
	border-top-right-radius:0;
	border-bottom-right-radius:0;
	/*-----*/
	
	/* 速度*/
	
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	/*-----*/
	
	/* 陰影*/
	/*-webkit-box-shadow: 5px 0 7px -5px rgba(0,0,0,.3);
    -moz-box-shadow: 5px 0 7px -5px rgba(0,0,0,.3);
    box-shadow: 5px 0 7px -5px rgba(0,0,0,.3);*/
}

#sidebar-wrapper::-webkit-scrollbar {
    display: none;
}
#page-content-wrapper {
	/*border-top-right-radius:10px;
	border-bottom-right-radius:10px;
	background:#fff;*/
    /*width: 100%;*/
    position: absolute;
    /*padding: 15px;*/
	clear:both;
    /*z-index: 500;*/
	/*display:table;*/
	height:100%;
    height:auto;
    min-height:100%;
}
#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}


.page-breadcrumbs {
    position: relative;
    min-height: 40px;
    line-height: 39px;
    padding: 0;
    display: block;
    z-index: 1;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.15);
    -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,.15);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.15);
}
#wrapper.toggled .page-breadcrumbs {
    position: absolute;
    margin-right: -250px;
}
.fixed-brand{
    width: auto;
}
/* Sidebar Styles */


.sidebar-nav li {
	border-bottom: 2px solid #fff;
    /*text-indent: 15px;*/
    line-height: 37px;
}

.sidebar-nav li a {
    display: block;
    color: #161616;
    text-decoration: none;
    padding: 20px 15px 20px 60px;
}

/*.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: #2d5dc9;
	    border-left: 0px;
}*/

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}
                .sidebar-nav li:hover:before,
                .sidebar-nav li.open:hover:before {
                    width: 100%;
                    -webkit-transition: width .2s ease-in;
                    -moz-transition: width .2s ease-in;
                    -ms-transition: width .2s ease-in;
                    transition: width .2s ease-in;
                }


                    .sidebar-nav li a:hover,
                    .sidebar-nav li a:active,
                    .sidebar-nav li a:focus,
                    .sidebar-nav li.open a:hover,
                    .sidebar-nav li.open a:active,
                    .sidebar-nav li.open a:focus {
                        /*color: #fff;*/
                        text-decoration: none;
                        /*background-color: #0DB2A7;*/
                    }
.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}
.no-margin{
    margin:0;
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 250px;
    }
    .fixed-brand{
    width: 250px;
}
    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 250px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 250px;
    }
    #wrapper.toggled-2 #sidebar-wrapper {
        width: 50px;
    }



    #page-content-wrapper {
        padding: 0;       
        /*padding-left: calc(var(--leftmenuwidth));*/

        position: relative;
         -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
        padding-left: 0;

    }
        #wrapper.toggled-2 #page-content-wrapper {

        position: relative;
        margin-right: 0;
        margin-left: -200px;
         -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    
	
	.page-breadcrumbs {

        position: relative;
         -webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
		}	
		#wrapper.toggled .page-breadcrumbs{
		        position: relative;
        margin-right: 0;
        padding-left: 250px;
		}
        #wrapper.toggled-2 .page-breadcrumbs{

        position: relative;
        margin-right: 0;
        margin-left: -200px;
         -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

}

        .sidebarWidth {
            /*width: calc(var(--leftmenuwidth))!important;*/
        }

/*#wrapper,#page-content-wrapper{
    height: 100%;
    min-height: 800px;
}*/
#page-content-wrapper{
    min-height: 700px;
}
        #wrapper {
            padding-left: 0;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

            #wrapper.toggled {
                padding-top: calc(var(--rightcontentwidth));
            }



        #wrapper.toggled #sidebar-wrapper {
            width: calc(var(--rightcontentwidth));
        }

        #page-content-wrapper {
            width: 100%;
            /*padding-top: 85px;*/
            
        }

        #wrapper.toggled #page-content-wrapper {
            /*position: absolute;
            margin-right: -220px;*/
        }

        /*-------------------------------*/
        /*     Sidebar nav styles        */
        /*-------------------------------*/
        .navbar {
            padding: 0;
        }

        .sidebar-nav {
            position: absolute;
            top: 105px;
            width: calc(var(--rightcontentwidth));
            margin: 0;
            padding: 35px 0 15px 0;
            list-style: none;
            left: 20px;
            overflow: hidden;
            border-radius: 15px;
            background-color: #fff;
        }

            .sidebar-nav li {
                position: relative;
                line-height: 20px;
                display: inline-block;
                width: 100%;
                font-size: 1.25em;
                font-weight: bold;
            }

                /*.sidebar-nav li:before {
                    content: '';
                    position: absolute;
                    top: 0;
                    left: 0;
                    z-index: -1;
                    height: 100%;
                    width: 3px;
                    background-color: #1c1c1c;
                    -webkit-transition: width .2s ease-in;
                    -moz-transition: width .2s ease-in;
                    -ms-transition: width .2s ease-in;
                    transition: width .2s ease-in;
                }

                .sidebar-nav li:first-child a {
                    color: #fff;
                    background-color: #1a1a1a;
                }

                .sidebar-nav li:nth-child(5n+1):before {
                    background-color: #ec1b5a;
                }

                .sidebar-nav li:nth-child(5n+2):before {
                    background-color: #79aefe;
                }

                .sidebar-nav li:nth-child(5n+3):before {
                    background-color: #314190;
                }

                .sidebar-nav li:nth-child(5n+4):before {
                    background-color: #279636;
                }

                .sidebar-nav li:nth-child(5n+5):before {
                    background-color: #7d5d81;
                }*/



        .sidebar-header {
            text-align: center;
            font-size: 20px;
            position: absolute;
            top: 0;
            width: 100%;
            display: inline-block;

        }

        .sidebar-brand {
            height: 20px;
            position: relative;
            background: #35677b;
            background: linear-gradient(to right bottom, #35677b 50%, #13566f 50%);
            padding-top: 1em;
        }

            .sidebar-brand a {
                color: #ddd;
            }

                .sidebar-brand a:hover {
                    color: #fff;
                    text-decoration: none;
                }

        .dropdown-header {
            text-align: center;
            font-size: 1em;
            color: #ddd;
            background: #212531;
            background: linear-gradient(to right bottom, #2f3441 50%, #212531 50%);
        }

        .sidebar-nav .dropdown-menu {
            position: relative;
            width: 100%;
            padding: 0;
            margin: 0;
            border-radius: 0;
            border: none;
            background-color: #222;
            box-shadow: none;
        }

        .dropdown-menu.show {
            top: 0;
        }
        /*Fontawesome icons*/
        /*.nav.sidebar-nav li a::before {
            font-family: fontawesome;
            content: "\f12e";
            vertical-align: baseline;
            display: inline-block;
            padding-right: 5px;
        }

        a[href*="#home"]::before {
            content: "\f015" !important;
        }

        a[href*="#about"]::before {
            content: "\f129" !important;
        }

        a[href*="#events"]::before {
            content: "\f073" !important;
        }

        a[href*="#events"]::before {
            content: "\f073" !important;
        }

        a[href*="#team"]::before {
            content: "\f0c0" !important;
        }

        a[href*="#works"]::before {
            content: "\f0b1" !important;
        }

        a[href*="#pictures"]::before {
            content: "\f03e" !important;
        }

        a[href*="#videos"]::before {
            content: "\f03d" !important;
        }

        a[href*="#books"]::before {
            content: "\f02d" !important;
        }

        a[href*="#art"]::before {
            content: "\f1fc" !important;
        }

        a[href*="#awards"]::before {
            content: "\f02e" !important;
        }

        a[href*="#services"]::before {
            content: "\f013" !important;
        }

        a[href*="#contact"]::before {
            content: "\f086" !important;
        }

        a[href*="#followme"]::before {
            content: "\f099" !important;
            color: #0084b4;
        }*/


        /*-------------------------------*/
        /*       Hamburger-Cross         */
        /*-------------------------------*/

        .hamburger {
            /*position: fixed;
            top: 50%;
            z-index: 999;
            display: block;
            width: 32px;
            height: 32px;
            margin-left: 15px;
            background: transparent;
            border: none;*/
            width: 80px;
            /* height: 16px; */
            background-color: #2066b2;
            color: #ffffff;
            position: absolute;
            border: none;
            left: 0;
            right: 0;
            margin: auto;
            line-height: 1em;
            text-align: center;
            border-radius: 0px 0px 5px 5px;
            box-shadow: 0px 3px 5px #226ea3;
            z-index: 999;
        }

            .hamburger:hover,
            .hamburger:focus,
            .hamburger:active {
                outline: none;
            }

            .hamburger.is-closed:before {
                content: '';
                display: block;
                width: 100px;
                font-size: 14px;
                color: #fff;
                line-height: 32px;
                text-align: center;
                opacity: 0;
                -webkit-transform: translate3d(0,0,0);
                -webkit-transition: all .35s ease-in-out;
            }

            .hamburger.is-closed:hover:before {
                opacity: 1;
                display: block;
                -webkit-transform: translate3d(-100px,0,0);
                -webkit-transition: all .35s ease-in-out;
            }

            .hamburger.is-open .fa {
              transform: scaleX(-1);
            }
            .hamburger.is-closed .hamb-top,
            .hamburger.is-closed .hamb-middle,
            .hamburger.is-closed .hamb-bottom,
            .hamburger.is-open .hamb-top,
            .hamburger.is-open .hamb-middle,
            .hamburger.is-open .hamb-bottom {
                position: absolute;
                left: 0;
                height: 4px;
                width: 100%;
            }

            .hamburger.is-closed .hamb-top,
            .hamburger.is-closed .hamb-middle,
            .hamburger.is-closed .hamb-bottom {
                background-color: #1a1a1a;
            }

            .hamburger.is-closed .hamb-top {
                top: 5px;
                -webkit-transition: all .35s ease-in-out;
            }

            .hamburger.is-closed .hamb-middle {
                top: 50%;
                margin-top: -2px;
            }

            .hamburger.is-closed .hamb-bottom {
                bottom: 5px;
                -webkit-transition: all .35s ease-in-out;
            }

            .hamburger.is-closed:hover .hamb-top {
                top: 0;
                -webkit-transition: all .35s ease-in-out;
            }

            .hamburger.is-closed:hover .hamb-bottom {
                bottom: 0;
                -webkit-transition: all .35s ease-in-out;
            }

            .hamburger.is-open .hamb-top,
            .hamburger.is-open .hamb-middle,
            .hamburger.is-open .hamb-bottom {
                background-color: #1a1a1a;
            }

            .hamburger.is-open .hamb-top,
            .hamburger.is-open .hamb-bottom {
                top: 50%;
                margin-top: -2px;
            }

            .hamburger.is-open .hamb-top {
                -webkit-transform: rotate(45deg);
                -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
            }

            .hamburger.is-open .hamb-middle {
                display: none;
            }

            .hamburger.is-open .hamb-bottom {
                -webkit-transform: rotate(-45deg);
                -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
            }

            /*.hamburger.is-open:before {
                content: '';
                display: block;
                width: 100px;
                font-size: 14px;
                color: #fff;
                line-height: 32px;
                text-align: center;
                opacity: 0;
                -webkit-transform: translate3d(0,0,0);
                -webkit-transition: all .35s ease-in-out;
            }

            .hamburger.is-open:hover:before {
                opacity: 1;
                display: block;
                -webkit-transform: translate3d(-100px,0,0);
                -webkit-transition: all .35s ease-in-out;
            }*/

        /*-------------------------------*/
        /*            Overlay            */
        /*-------------------------------*/

        .overlay {
            position: absolute;
            /*display: none;*/
            width: 100%;
            height: 0;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: #ffffff;
            z-index: 888;
            transition: all 0.5s ease;
            overflow: hidden;
        }
        .overlay-open{
                height: calc(var(--rightcontentwidth));
                box-shadow: 0px 10px 10px #226ea3;
        }