/*!
 * 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 #menu-toggle{position:fixed; top:4px;left:6px;z-index:9999;}
#wrapper.toggled {
    padding-left: 250px;
	
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #F9F9F9;
    -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 #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
}

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

/* Sidebar Styles */

.sidebar-nav {
    position:relative;
	float:left;
	margin-top:50px!important;
	display:table;
    width: 250px;
    margin: 0;
    padding: 0;
	padding-left:30px;
    list-style: none;
}

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

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #555;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
}



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

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

.sidebar-nav li a.active {
	color: #e75012!important;
	font-weight:600;
}

#sidebar-wrapper .navbar-logo{
position:relative;
display:block;
border-bottom:1px solid #eee;
float:left;
height:140px;
width:100%;
}

.navbar-logo > .sidebar-brand {
    min-height: 65px;
	margin:0 20px 50px 30px;
	float: left;
    font-size: 18px;
    padding: 0;
	display:block;
}

.navbar-logo > a.sidebar-brand  {
    color: #333;
    font-family: 'Roboto Condensed',sans-serif;
    font-size: 44px;
    font-weight: 500;
    letter-spacing: 3px;
	padding:0;
	padding-left:0!important;
	margin-top:30px;
	float:left;
	text-align:left;
}

.sidebar-brand > img {
	background:none;
	display:table;
	margin:5px auto!important;
}

.sidebar-brand a span{float:left;margin:2px 0;padding:0;}

#sidebar-wrapper .social-circle {
   margin:60px 0 40px 35px!important;
   display:table;
   width:auto;
   float:left;
}
#sidebar-wrapper .social-circle li{
  margin:0 4px 0 0;
}
#sidebar-wrapper .social-circle li a {
    font-size: 14px;
    height: 30px;
    width: 30px;
}

#sidebar-wrapper .social-circle li i {
    line-height: 30px;
}


/*------------------Custom Skill Bars ----------------------------*/
.bar_bgcolor {background-color : #e75012;}
.bar_hover_bgcolor:hover {background-color : #555555;}

.progress_bar{
	float:left;
	width:100%;
	margin:0 0 25px 0;
	padding:0;
}

.progress_bar .title{margin:0 0 10px 0;padding:0;}
.progress_bar .title p{
	font-size: 15px;
	line-height: 10px;
	padding:0;
	margin:0;
	margin-top:25px;
	color:#444;
}

.progress_bar .title p span{font-weight:bold;float:right;}

.progress_custom_bar{
	height: 16px;
	margin:0;
	background-color: #EFEFEF;
}

.progress_custom{
	height: 16px;
	position: relative;
	width: 0;
	-webkit-transition: width ease-in-out 1s;
	-moz-transition: width ease-in-out 1s;
	-ms-transition: width ease-in-out 1s;
	-o-transition: width ease-in-out 1s;
}

#myslider {
	color: white;
	width: 100%;
	min-height: 100%;
	margin: 0 auto;
	padding: 0;
}

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

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 250px;
    }

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



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

@media(max-width:768px) {
section{padding-top:50px!important;}
}