/*!
 * 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;
   	transition-duration: 0.1s;
    transition-timing-function: ease;
}

#wrapper.toggled {
    /*padding-left: 250px;*/
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 0;
    width: 220px;
    height: 100%;
    margin-left: -220px;
    overflow-y: auto;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    top : 0px
}

#wrapper.toggled #sidebar-wrapper {
    width: 220px;
    border-right: 1px solid #000000;
    margin-top:0px;
    left: 220px; 
}

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

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

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 75px;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 16px;
    max-width: 100%;
    margin: 0 auto;
    text-align: -webkit-center;
    text-align: center;
    padding:17px 20px 17px 0px;
    background:url('../images/dotted-menu.png') bottom center no-repeat;
}
.sidebar-nav li:last-child {
	background: none;
}
ul.sidebar-nav>li span{
    font-family: 'Lora', serif;
    font-size: 16px;
	display:block;
	font-style:italic;
}
.sidebar-nav li>a {
    display: block;
    font-family: 'Cinzel', serif;
    text-decoration: none;
    color: #000000;
    font-size: 14px;
    line-height: 15px;
}
.dotted-menu{
	background:url('../images/dotted-menu.png') bottom center no-repeat
}

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

.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{
    position: relative;
    float: left;
    padding: 15px;    
    width: 50px;
    height: 60px;
    background-color: transparent;
    background-image: none;    
    border: 0;
    border-radius: 0;
    border-right: 1px solid;
}
#menu-toggle {
	display: block;
    border-color: #4f4f4f;
}
#menu-toggle .icon-bar {
    background-color: #fc2a9b;
}
.navbar-default {
    background:url('../images/dotted-black-white.jpg') left bottom repeat-x;
    height:60px;
}
#menu-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
span.sh-togged{
	opacity:0;
    position: absolute;
	margin-left:-60px;
   	transition-duration: 0.1s;
    transition-timing-function: ease-in;
    margin:-20px 0 0px -60px;
    z-index:9999;
    padding:20px 30px 20px 45px;
    background-color: #fff
}
#wrapper.toggled span.sh-togged{
	opacity:1;
    margin-top: 5px;	
   	margin:-20px 0 0px 40px;
   	transition-duration: 0.1s;
    transition-timing-function: ease-in;	
    
}
span.icon-bar {
    position: absolute;
}
span.icon-bar.icon-two {
    left: 15px;
}
span.icon-bar.icon-one {
    top: 22px;
}
span.icon-bar.icon-two {
    top: 29px;
}
span.icon-bar.icon-three {
    top: 35px;
}
#wrapper.toggled span.icon-bar.icon-two {
    left: -40px;
    opacity: 0;
}
span.icon-bar.icon-one,
span.icon-bar.icon-two,
span.icon-bar.icon-three {	
   	transition-duration: 0.2s;
    transition-timing-function: ease-in;
    -moz-transition-property:transform, top, bottom, left, opacity;
    -o-transition-property:transform, top, bottom, left, opacity;
    -ms-transition-property:transform, top, bottom, left, opacity;
    -webkit-transition-property:transform, top, bottom, left, opacity;
    transition-property:transform, top, bottom, left, opacity;
}

#wrapper.toggled span.icon-bar.icon-one {
    -moz-transform: rotate(45deg );
    -o-transform: rotate(45deg );
    -ms-transform: rotate(45deg );
    -webkit-transform: rotate(45deg );
    		transform: rotate(45deg );
}
#wrapper.toggled span.icon-bar.icon-three {
    -moz-transform: rotate(-45deg );
    -o-transform: rotate(-45deg );
    -ms-transform: rotate(-45deg );
    -webkit-transform: rotate(-45deg );
			transform: rotate(-45deg );			
}
#wrapper.toggled span.icon-bar.icon-one,
#wrapper.toggled span.icon-bar.icon-two,
#wrapper.toggled span.icon-bar.icon-three {
    top: 29px;
}
#menu-toggle .icon-bar+.icon-bar {
   /* margin-top: 4px;*/
}
@media(min-width:768px) {

  
}