/*!
 * 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: 0;
}

#sidebar-wrapper {
    z-index: 11000;
    position: fixed;
    left: 270px;
    width: 270px;
    height: 100%;
    margin-left: -270px;
    overflow-y: auto;
    background: #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	-webkit-box-shadow: 3px 0px 8px 0px rgba(0,0,0,0.6);
	-moz-box-shadow: 3px 0px 8px 0px rgba(0,0,0,0.6);
	box-shadow: 3px 0px 8px 0px rgba(0,0,0,0.6);
}

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

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

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

/* Sidebar Styles */

.sidebar-nav {
    top: 0;
    width: 245px;
    margin: 0 0 0 10px;
    padding: 20px 0 20px 0;
    list-style: none;
	border-top-color: #fff;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #fff;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.sidebar-nav li {
    line-height: 28px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    font-size: 1.4em;
   	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
    color: #FFF;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #999999;
    background: rgba(255,255,255,0.2);
}

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

.sidebar-info {
    top: 0;
    width: 245px;
    margin: 0 0 0 10px;
    padding: 20px 0 20px 0;
}

.sidebar-info li {
    display: block;    
    list-style: none;
    font-size: 1.4em;
    line-height: 28px;
   	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
    color: #FFF;
}

.sidebar-brand-nav {
    top: 0;
    width: 255px;
    margin: 0 0 0 0;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
    padding: 0;
    list-style: none;
}

.sidebar-brand-nav .logo {
	margin: 0 0 0 0;
}

.sidebar-brand-nav > .sidebar-brand {
    height: 65px;
    line-height: 60px;
}

.sidebar-brand-nav > .sidebar-brand a {
    color: #fff;
}

.sidebar-brand-nav > .sidebar-brand a:hover {
    color: #999999;
    background: none;
}

.button-sidebar {
	border: #fff solid 1px;
}

.button-sidebar a {
	color: #fff;
    display: block;
    font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
}

.sidebar-contact {
    top: 0;
    width: 245px;
    padding: 0 0 25px 0;
    margin: 0 0 0 10px;
    list-style: none;
}

.sidebar-contact .button-sidebar {
	border: #fff solid 1px;
	width: 240px;
}

.sidebar-contact .button-sidebar a {
	color: #fff;
	padding: 13px 0 13px 0;
    display: block;
    font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 1.4em;
	text-align: center;
}

.sidebar-social {
	top: 0;
    width: 245px;
    padding: 0 0 25px 0;
    margin: 0 0 50px 0;
}

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

    #wrapper.toggled {
        padding-left: 0;
    }
    
    .sidebar-nav {
	    top: 0;
	    width: 280px;
	    margin: 0 0 0 90px;
	    padding: 25px 0 25px 0;
	    list-style: none;
	}

    #sidebar-wrapper {
        width: 440px;
    }

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

    #page-content-wrapper {
        /*padding: 20px;*/
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
    
    .sidebar-info {
	    top: 0;
	    width: 280px;
	    padding: 25px 0 25px 0;
	    margin: 0 0 0 90px;
	    list-style: none;
	}
	
    .sidebar-brand-nav {
	    width: 320px;
	    margin: 0 0 0 90px;
	}
	
	.sidebar-brand-nav .logo {
		margin: 0 68px 0 0;
	}
	
    .sidebar-contact {
	    top: 0;
	    width: 280px;
	    padding: 0 0 25px 0;
	    margin: 0 0 0 90px;
	    list-style: none;
	}
	
	.sidebar-social {
		top: 0;
	    width: 280px;
	    padding: 0 0 25px 0;
	    margin: 0 0 50px 90px;
	}
	
	.sidebar-contact .button-sidebar {
		border: #fff solid 1px;
		width: 240px;
	}
	
	.sidebar-contact .button-sidebar a {
		color: #fff;
		padding: 13px 0 13px 0;
	    display: block;
	    font-family: 'Source Sans Pro', sans-serif;
		font-weight: 400;
		font-size: 1.4em;
		text-align: center;
	}
}

@media(min-width:1025px) {
	
		.sidebar-brand-nav .logo {
			margin: 0 20px 0 0;
		}
	
}