/*!
 * 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 */

#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-left: 320px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 0px;
    width: 0;
    height: 100%;
  /*  overflow-y: auto;*/
  overflow-y: hidden ;
    background-color: #000;
	background-image:url(../img/sidebar-bg-4.jpg);  background-position: right;
	top:0;
	
 
}

#sidebar-wrapper {transform: translateX(-40px);}


#sidebar-wrapper{
background-image:url(../img/sidebar-bg-7.jpg);  background-position: right bottom;}
@media only screen and (max-width : 992px) {
body.home #sidebar-wrapper{
background-image:url(../img/sidebar-bg-7.jpg);  background-position: right bottom;} }

@media only screen and (min-width : 1000px) {
body.home #sidebar-wrapper{
background-image:url(../img/sidebar-bg-7.jpg);  background-position: left 40px bottom;} }

@media only screen and (min-width : 1100px) {
body.home #sidebar-wrapper{
background-image:url(../img/sidebar-bg-7.pg);  background-position: left 40px bottom;} }

@media only screen and (min-width : 1200px) {
body.home #sidebar-wrapper{
background-image:url(../img/sidebar-bg-7.jpg);  background-position: left 40px bottom;} }

@media only screen and (min-width : 1300px) {
body.home #sidebar-wrapper{
background-image:url(../img/sidebar-bg-7.jpg);  background-position: left 40px bottom;} }


@media only screen and (min-width : 1400px) {
body.home #sidebar-wrapper{
background-image:url(../img/sidebar-bg-7.jpg);  background-position: left 40px bottom;} }

@media only screen and (min-width : 1500px) {
body.home #sidebar-wrapper{
background-image:url(../img/sidebar-bg-7.jpg);  background-position: left 40px bottom;} }

@media only screen and (min-width : 1600px) {
body.home #sidebar-wrapper{
background-image:url(../img/sidebar-bg-7.jpg);  background-position: left 40px bottom;} }

@media only screen and (min-width : 1700px) {
body.home #sidebar-wrapper{
background-image:url(../img/sidebar-bg-7jpg);  background-position: left 40px bottom;} }

@media only screen and (min-width : 1800px) {
body.home #sidebar-wrapper{
background-image:url(../img/sidebar-bg-7.jpg);  background-position: left 40px bottom;} }


/*@media only screen and (min-width : 900px) {
#sidebar-wrapper{
background-image:url(../img/sidebar-bg-3.jpg);  background-position: right -1490px bottom -15px;} }

@media only screen and (min-width : 1000px) {
#sidebar-wrapper{
background-image:url(../img/sidebar-bg-3.jpg);  background-position: right -1390px bottom -15px;} }

@media only screen and (min-width : 1100px) {
#sidebar-wrapper{
background-image:url(../img/sidebar-bg-3.jpg);  background-position: right -1290px bottom -15px;} }

@media only screen and (min-width : 1200px) {
#sidebar-wrapper{
background-image:url(../img/sidebar-bg-3.jpg); background-position: right -1190px bottom -15px;} }

@media only screen and (min-width : 1300px) {
#sidebar-wrapper{
background-image:url(../img/sidebar-bg-3.jpg); background-position: right -1090px bottom -15px;} }


@media only screen and (min-width : 1400px) {
#sidebar-wrapper{
background-image:url(../img/sidebar-bg-3.jpg);  background-position: right -990px bottom -15px;} }

@media only screen and (min-width : 1500px) {
#sidebar-wrapper{
background-image:url(../img/sidebar-bg-3.jpg);  background-position: right -890px bottom -15px;} }

@media only screen and (min-width : 1600px) {
#sidebar-wrapper{
background-image:url(../img/sidebar-bg-3.jpg);  background-position: right -790px bottom -15px;} }

@media only screen and (min-width : 1700px) {
#sidebar-wrapper{
background-image:url(../img/sidebar-bg-3.jpg); background-position: right -690px bottom -15px;} }

@media only screen and (min-width : 1800px) {
#sidebar-wrapper{
background-image:url(../img/sidebar-bg-3.jpg); background-position: right -590px bottom -15px;} }*/



#wrapper.toggled #sidebar-wrapper {
    width: 320px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 0px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -320px;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    right: 0;
    width: 320px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
 
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.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;
}
#menu-toggle { display:none;}


@media(min-width:992px) {
    #wrapper {
        padding-left: 320px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }
	
	body.home #wrapper {
        padding-left: 280px;
    }

     body.home #sidebar-wrapper {
        min-width: 280px;
        width: 100%;
    }
	
#sidebar-wrapper {
        min-width: 320px;
        
    }

body.home #sidebar-wrapper {
        min-width:280px;
        
    }


    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        padding: 0px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}

@media(max-width:992px) {
    #menu-toggle {
        display:block;
        position:static;
        left:20px; border-radius:0;
        margin-right:0px; 
		position:fixed; z-index:9999; border:0; text-align:left; width:100%; background-color:transparent; top:20px; 
    }
    #sidebar-wrapper {
        transform : translateX(0px) !important;
		  -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    }
	
	#menu-toggle i { font-size:24px; color:#4b4a4d; }
	
}
