#nav-2 li.active{
	background-color:#eee;
}
#nav-2 li.active a{
	color: #000;
}
.main-well{
	background:url("../images/bg.jp");
	-moz-box-shadow:0px 10px 10px #ddd !important;
	box-shadow:0px 10px 10px #ddd !important;
	-webkit-box-shadow:0px 10px 10px #ddd !important;
	-ms-box-shadow:0px 10px 10px #ddd !important;
	background-size: 100% 100%;
}
.line2-1, .line2-2, .line2-3 {
	color:#000;
	font-size: 18px;
	margin:3% auto;
}
.line1, .line3{
	margin:10% auto !important;
}

.home-desc {
	background:url("../images/back-1.jpg") no-repeat;
	background-size: 100% 100%;
	color: #fff;
	margin-bottom: 20px;
	border-radius:5px; 
}

.myfooter{
	background-color:#f5f5f5; 
	border-radius:0px 0px 8px 8px; 
	padding-top:5px;
	margin-top: 20px; 
	margin-bottom:10px;
	color:cornflowerblue;
}

#side-nav li.active{
	background-color: #ddd;
}

.code-desc{
	background: url("../images/code1.jpg");
	background-size: 100% 100%;
	font-size:18px;
	color: #222;
	padding:40px 20px;
	border-radius:8px; 
}

.code1 {
	position: relative;
	-webkit-animation: mymove 0.3s; /* Chrome, Safari, Opera */ 
    animation: mymove 0.3s;
}

@-webkit-keyframes mymove {
    from   {top: 100px; opacity: 0;}
    to {top: 0px; opacity: 1;}
}

/* Standard syntax */
@keyframes mymove {
	from   {top: 100px; opacity: 0;}
    to {top: 0px; opacity: 1;}
}

.code2 {
	position: relative;
	-webkit-animation: mymove 0.3s; /* Chrome, Safari, Opera */ 
    animation: mymove 0.3s;
    -webkit-animation-delay: 0.3s; /* Chrome, Safari, Opera */
    animation-delay: 0.3s;
}
.code3 {
	position: relative;
	-webkit-animation: mymove 0.3s; /* Chrome, Safari, Opera */ 
    animation: mymove 0.3s;
    -webkit-animation-delay: 0.6s; /* Chrome, Safari, Opera */
    animation-delay: 0.6s;
}

.code4 {
	position: relative;
	-webkit-animation: mymove 0.3s; /* Chrome, Safari, Opera */ 
    animation: mymove 0.3s;
    -webkit-animation-delay: 0.9s; /* Chrome, Safari, Opera */
    animation-delay: 0.9s;
}

.code5 {
	position: relative;
	-webkit-animation: mymove 0.3s; /* Chrome, Safari, Opera */ 
    animation: mymove 0.3s;
    -webkit-animation-delay: 1.2s; /* Chrome, Safari, Opera */
    animation-delay: 1.2s;
}

.code6 {
	position: relative;
	-webkit-animation: mymove 0.3s; /* Chrome, Safari, Opera */ 
    animation: mymove 0.3s;
    -webkit-animation-delay: 1.5s; /* Chrome, Safari, Opera */
    animation-delay: 1.5s;
}

.faq-desc{
	background: url('../images/faq.jpg') left fixed no-repeat;
}





div.panel:first-child {
    margin-top:20px;
}

div.treeview {
    min-width: 100px;
    min-height: 100px;
    
    max-height: 256px;
    overflow:auto;
	
	padding: 4px;
	
	margin-bottom: 20px;
	
	color: #369;
	
	border: solid 1px;
	border-radius: 4px;
}
div.treeview ul:first-child:before {
    display: none;
}
.treeview, .treeview ul {
    margin:0;
    padding:0;
    list-style:none;
    
	color: #369;
}
.treeview ul {
    margin-left:1em;
    position:relative
}
.treeview ul ul {
    margin-left:.5em
}
.treeview ul:before {
    content:"";
    display:block;
    width:0;
    position:absolute;
    top:0;
    left:0;
    border-left:1px solid;
    
    /* creates a more theme-ready standard for the bootstrap themes */
    bottom:15px;
}
.treeview li {
    margin:0;
    padding:0 1em;
    line-height:2em;
    font-weight:700;
    position:relative
}
.treeview ul li:before {
    content:"";
    display:block;
    width:10px;
    height:0;
    border-top:1px solid;
    margin-top:-1px;
    position:absolute;
    top:1em;
    left:0
}
.tree-indicator {
    margin-right:5px;
    
    cursor:pointer;
}
.treeview li a {
    text-decoration: none;
    color:inherit;
    
    cursor:pointer;
}
.treeview li button, .treeview li button:active, .treeview li button:focus {
    text-decoration: none;
    color:inherit;
    border:none;
    background:transparent;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    outline: 0;
}

.site-map-desc {
	background: url('../images/sitemap.png');
	background-attachment: fixed;
    background-position: right;
    background-repeat: no-repeat;
    height: 200px;
}

#carousel-example-generic {
    background: url("../images/slidr-bg.png") !important;
    background-size: 100% 100%;
}

.carousel-inner > .item > h1 {
    font-family: Open Sans;
    vertical-align: middle;
    margin-top: 200px;
    display: block;
max-width: 100%;
height: auto;
color: #f5f5f5;
text-align: center;
}