#navigation a:hover {color:#AFC2D2;}
.home_title
{
	font-size: 72px;
	font-weight: 300;
	    color: white;
    line-height: 1.1;
}
ul, li, h3, h2, h1, p{
	padding:0;
	margin:0;
	list-style:none;
}

.sidebar{

	right:5px;
	top:15px;
}

#links{
	border:1px solid black;
	/*width:210px;*/
	padding:10px;
	background-color:white;
}
	#links h3{
		color:#933;
	}
	#links ul{
		padding: 8px 0 3px 20px;
	}
	#links li{
		list-style-type:circle;
	}
	#links a{
		color:#69C;
	}

h1{
	margin:20px 0;
	color:#5B739C;
}
	h1 strong{
		font-size:13px;
		color:#777;
	}
h2.title{
	color:#933;
	margin-bottom:10px;
	text-align:right;
}
.clear{
	clear:left;
}
#content {
    overflow: hidden;
    width: 84%;
    background-color: white;
    position: relative;
    float: left;
height: 1465px;


}

	#content h2{
	    color: #50748e;
    margin: 20px 0pt;
    font-size: 26px;
	}

	
	#content .loading{
		font-size:1.2em;
		margin:190px 0pt 0pt 265px;
		color:#933;
	}
#navigation {
    /* display: inline-block; */
    border-right: 0px !important;
    border-right: 1px;
    float: left;
    width: 16%;
    background-color: #50748e;
    /* height: 400px; */
}
	#navigation li{
    
padding: 3px 4px 4px 3px;
    border-top: 3px solid white;
	}
		#navigation a{
			color:white;
			font-weight:bolder;
			text-decoration:none;
			font-size: 13px;
		}
		#content a{
			color:#777;
			font-weight:bolder;
			text-decoration:none;
		}
		#navigation a.scrolling{
			color:#FF0000;
		}
.section{
	margin:-1px 0 0 -1px;
    width: 100%;

	position:relative;
	z-index:1;
            height: 1665px;
}

	.section .sub{
        background-color: #fafafa;
		    margin: 0 auto;
padding: 5px 21px 42px 20px;
    width: 83%;
	
	}
		.section .sub p{
	    margin: 16px 0;
    font-size: 14px;
    line-height: 20px;
		}
		.section .next, .section .prev{
			font-size:18px;
			bottom:15px;
			letter-spacing:-2px;
		}
		.section .next{
			right:30px;
		}
		.section .prev{
			left:30px;
		}

.sub-sections{
	position:absolute;
	right:20px;
	top:5px;	
	z-index:2;
}
	.sub-sections li{
		margin:0 10px;
		padding:0;
		float:left;
	}
	.sub-sections a{
		font-size:85%;
	}


@media (max-width: 992px), handheld and (orientation: landscape) { 
    
    
.videos-size{
    width: 100%
    }
.home_title
{
	font-size: 45px;
	font-weight: 300;
	    color: white;
    line-height: 1.1;
}
ul, li, h3, h2, h1, p{
	padding:0;
	margin:0;
	list-style:none;
}

.sidebar{
	position:absolute;
	right:5px;
	top:15px;
}

#links{
	border:1px solid black;
	/*width:210px;*/
	padding:10px;
	background-color:white;
}
	#links h3{
		color:#933;
	}
	#links ul{
		padding: 8px 0 3px 20px;
	}
	#links li{
		list-style-type:circle;
	}
	#links a{
		color:#69C;
	}

h1{
	margin:20px 0;
	color:#5B739C;
}
	h1 strong{
		font-size:13px;
		color:#777;
	}
h2.title{
	color:#933;
	margin-bottom:10px;
	text-align:right;
}
.clear{
	clear:left;
}
#content{
	overflow:hidden;
	    width: 100%;
	background-color:white;
	position:relative;
	float:left;
background-color:#fafafa;
    height: 2400px;
}
	#content h2{

		margin:20px 0pt;
	}

	
	#content .loading{
		font-size:1.2em;
		margin:190px 0pt 0pt 265px;
		color:#933;
	}
#navigation {
    display: inline-block;
    border-right: 0px !important;
    border-right: 1px;
    float: left;
    width: 100%;

    /* height: 400px; */
}
	#navigation li{
display: block;
  
	}
		#navigation a{
			color:white;
			font-weight:bolder;
			text-decoration:none;
			font-size: 85%;
		}
		#content a{
			color:#777;
			font-weight:bolder;
			text-decoration:none;
		}
		#navigation a.scrolling{
			color:#FF0000;
		}
    
.section {
    margin: -1px 0 0 -1px;
    width: 100%;
    border-bottom: 1px solid black;
    position: relative;
    z-index: 1;
      height:  2400px;
}
    
    #content #section2{
        height: 800px;
    }  
    
    
	.section .sub{
		
		padding:45px 21px 42px 16px;
	   width: 100%;
	
	}
		.section .sub p{
	
			margin:16px 0;
			font-size:85%;
			line-height:1.4em;
		}
		.section .next, .section .prev{
			font-size:18px;
			bottom:15px;
			letter-spacing:-2px;
		}
		.section .next{
			right:30px;
		}
		.section .prev{
			left:30px;
		}

.sub-sections{
	position:absolute;
	right:20px;
	top:5px;	
	z-index:2;
          height: 2000px;
}
	.sub-sections li{
		margin:0 10px;
		padding:0;
		float:left;
	}
	.sub-sections a{
		font-size:85%;
	}
    
   }