body{
	overflow-x:hidden;
}
.street-overlay {
	background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(255,255,255,0.7));
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(255,255,255,0.7));
	background-image: -o-linear-gradient(top, rgba(0,0,0,0), rgba(255,255,255,0.7));
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(rgba(0,0,0,0)), color-stop(rgba(255,255,255,0.7)));
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(255,255,255,0.7));
	background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(255,255,255,0.7));
    bottom: 0;
    height: 70%;
    left: 0;
    position: absolute;
    width: 100%;
}
.hp-street-video{
	z-index:1;
}
.hp-street-bg{
	z-index:2;
	margin-top:-225px;
}
.hp-street-video video {
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
	-ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.media-title1 {
    font-size: 60px;
    line-height: 1;
}
.hp-street-video .media-desc1 {
    line-height: 27px;
}
._bold{
	font-weight:bold;
}
.media-desc1 ._bold{
	text-shadow:2px 2px 2px rgba(0, 0, 0, 0.7) !important;
}
.randbg-comment{
	width:750px;
	margin-left: -375px;
	z-index:10;
}
.street-map .media-title2 {
    margin: auto;
    padding: 15px 0 10px;
    position: relative;
    width: 355px;
}
.street-map h3.media-title2 {
    background-color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    margin-bottom: 5px;
    padding: 10px 0;
    position: relative;
	width:auto;
}
.search-content{
	position:relative;
	display:inline-block;
}
.search-content .street-search{
	box-shadow:0 10px 25px rgba(0, 0, 0, 0.3);
	width:386px;
	padding:0 42px 0 15px;	
	border:0;
	font-size:20px;
	font-weight:300;
	line-height:50px;
	height:50px;
}
.search-content .street-search:focus{
	box-shadow:0 10px 25px rgba(0, 0, 0, 0.3);
	border:0;
}
.search-content .fa-search {
    color: #999;
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    right: 15px;
    top: 15px;
}
.school-list,.street-login{
	background-color:#f2f2f2;
	margin:0;
	padding:85px 0;
}
.school-list{
	padding:85px 0 20px;
}
.school-list-container{
	width:100%;
}
.school-list-container ul{
	margin:0 0 0 40px;
}
.school-list-container ul li{
	text-align:left;
	font-size:14px;
	line-height:25px;
	float:left;
	width:50%;
}
.school-list-container ul li a{
	color:#454545;	
}
.school-list-container ul li a:hover,
.school-list-container ul li a:active,
.school-list-container ul li a:focus{
	color:#0980f3;
	text-decoration:underline;
}
.modal-login-container .content .control-content .control-group{
	margin-bottom:10px;
}

.modal-page #modalLogin {
    margin: 40px auto 0;
    position: static;
}
/*
	CONTROL CUSTOMIZATION
*/
.custom-radio,
.gender-container .error .custom-radio,
.icheckbox_square-green {
	border: 2px solid #ccc;
    border-radius: 500px;
    cursor: pointer;
    display: inline-block;
    height: 17px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 17px;
    z-index: 1;
}
.custom-radio.selected,
.icheckbox_square-green.checked {
	background: url(../images/icon/on-boarding.png) no-repeat scroll 0 -614px rgba(0, 0, 0, 0);
    border-style: none;
    height: 21px;
    top: 5px;
    width: 21px;
}
.custom-radio.selected {
	top: -1px;
}
.gender-container .error .custom-radio {
    border: 2px solid #e64139;
}
.custom-radio input[type="radio"] {
	margin: 1px;
	position: absolute;
	z-index: 2;            
	cursor: pointer;
	outline: none;
	opacity: 0;
	/* CSS hacks for older browsers */
	_noFocusLine: expression(this.hideFocus=true); 
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-khtml-opacity: 0;
	-moz-opacity: 0;
}
.street-map-content{
	position:absolute;
	right:0;
	top:0;
	background-color:#f5f6f8;
	width:355px;
	overflow-y:auto;
	z-index:2;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
	display:none;
	overflow-x:hidden;
}
.street-map-content-top{
	padding:60px 20px 20px 30px;
	background-color:#fff;
}
.street-map-content-top h3{
	color:#000;
	font-size:20px;
	margin-bottom:15px;
}
.street-map-content-top .media{
	margin-top:5px;
	color:#444;
}
.street-map-content-top .media-body{
	line-height:normal;
}
.street-map-content-top .media .fa{
	margin-top:4px;
}
.street-images{
	margin:20px 0 0;
	display:inline-block;
	width:355px;
	height:95px;
}
.street-images ul{
	margin:0;
	list-style:none;
}
.street-images .thumb100x100{
	float:left;
	width:95px;
	height:95px;
}
.street-images ul li{
	margin-right:7px;
	float:left;
}
.street-images ul li:last-child{
	margin:0;
}
.street-map-content-center{
	padding:25px 30px;
	background-color:#f5f6f8;
	border-top:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;	
}
.street-map-content-center .media .pull-left{
	font-size:55px;
	font-weight:100;
	color:#4c4c4d;
	text-align:right;
	width:60px;
}
.street-map-content-center .media-body {
    color: #4c4c4d;
    display: table-cell;
    font-size: 14px;
    font-weight: bold;
    height: 54px;
    text-transform: uppercase;
    vertical-align: middle;
	line-height:normal;
}
.facilitator{
	padding:25px 30px;
	background-color:#f5f6f8;	
}
.street-map-content-top .facilitator{
	padding:0;
	background-color:#fff;
}
.street-map-content-top .facilitator .media{
	margin-bottom:10px;
}
.facilitator p{
	color:#444;
	margin-bottom:3px;
	line-height:normal;
}
.facilitator p .name{
	font-weight:bold;
}
#street-map{
	position:absolute;
	top:0;
	left:0;
	width:100%;
}
.pac-container{
	z-index:9999 !important;
}
.close-content{
	width:30px;
	height:30px;
	cursor:pointer;
	position:absolute;
	left:0;
	top:0;
	text-align:center;
}
.close-content .modern-pictograms-{
	color:#000;
	font-size:30px;
}
.hp-status-street{
	background-color: rgba(247, 225, 108, 1);
	padding:8px 0;
}
.article-container-street .article{
	padding: 60px 0;
}
#testimonial .carousel-indicators{
	right:50%;
	bottom:-35px;
	top:auto;
}
#testimonial .carousel-indicators li{
	background-color:#333;
	cursor:pointer;
}
#testimonial .carousel-indicators .active {
    background-color: #0980f3;
}
.italic{
	font-style:italic;
}
.street-testimonial .wrapper{
	width:785px;
}
.quote-large{
	font-size:30px;
}