/*!
 * 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;
	width:90%;
	margin:auto;
}

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

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

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

/* Sidebar Styles */

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

.sidebar-nav li {
    text-indent: 90px;
    line-height: 140px;
}

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

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
	text-decoration:underline;
    background: rgba(0,0,0,0.1);
}

.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;
}

.sidebar-nav li#list1 {
 background-image:url('../images/side-bar-list-bg1.png');
 background-repeat:no-repeat;
}

.sidebar-nav li#list2 {
 background-image:url('../images/side-bar-list-bg2.png');
 background-repeat:no-repeat;
}

.sidebar-nav li#list3 {
 background-image:url('../images/side-bar-list-bg3.png');
 background-repeat:no-repeat;
}
.sidebar-nav li#list4 {
 background-image:url('../images/side-bar-list-bg4.png');
 background-repeat:no-repeat;
}

.sidebar-nav li#list5 {
 background-image:url('../images/side-bar-list-bg5.png');
 background-repeat:no-repeat;
}

.rightsidebar-nav li{
 background:#262f5a;
 background-repeat:no-repeat;
}
.rightsidebar-nav {
    top: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.rightsidebar-nav li {
   
    line-height: 140px;
	border-bottom:1px solid #fefefe;
}

.rightsidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #f6f6f6;
	text-align:center;
	margin-right:5%;
}


#pi-desc{
	background:#47485e;
	height:705px;
	margin-top:20px !important;
}

#pi-desc div.desc-text{
	width:80%;
	margin:auto;
	padding-top:15%;
	text-align:justify;
}

#pi-desc div.desc-text  h1{
	color:#dcdcdc;
	text-transform:uppercase;
	font-family:calibri;
	font-size:3em;
	letter-spacing:0.05em;
	transform : scale(1,1.5);
}
#pi-desc div.desc-text  h3{
	color:#dcdcdc;
	text-transform:uppercase;
	font-family:calibri;
	letter-spacing:0.14em;
}
#pi-desc div.desc-text  p{
	color:#dcdcdc;
	font-family:calibri;
	font-size:1.5em;
	line-height:1.5em;
}

#sourcing-pg
{
	 background-image:url('../images/Process2-bg.jpg');
	 background-repeat: no-repeat center center fixed;
	-webkit-background-size: 100% 100%;
	  -moz-background-size: 100% 100%;
	  -o-background-size: 100% 100%;
	  background-size: 100% 100%;
}


.sourcing-desc
{
	color: #515152;
    font-family: calibri;
    margin: 80px 0 0 8%;
	text-align:right;
}

.sourcing-desc h1{
	text-transform:uppercase;
	font-family:calibri;
	font-size:3em;
	letter-spacing:0.15em;
	transform : scale(1,1.5);
}

.sourcing-desc p
{
font-size:1.5em;
line-height:1.5em;
}

.sourcing-desc h2
{
	text-transform:uppercase;
	font-family:calibri;
	font-size:2.5em;
	letter-spacing:0.05em;
	transform : scale(1,1.1);
}

.sourcing-desc h3{
	color:#515152;
	font-family:calibri;
	letter-spacing:0em;
}


#nav-footer span
{
	color: #515152;
    font-family: calibri;
    font-size: 16px;
    letter-spacing: 0.05em;
}

#nav-footer span a
{
	text-decoration:none;
	color:#515152;
}

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

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

    #sidebar-wrapper {
        width: 250px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
		margin-left:373px;
    }

    #page-content-wrapper {
        padding: 20px;
    }

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