/*#wrapperNew {
	float			: left;
	--border		: 1px solid red;
	z-index			: 100;
	margin-left		: 220px;
	width			: 1100px;
}*/

#wrapperNew {
	padding-left: 225px;
	/*margin-top: 46px;*/
}

#jumbotron-Small {
	background-color: white;
	width: 80%;
	margin-left: 10%;
	min-height: 300px;
	margin-top: 10%;
	--box-shadow: 10px 10px 5px #888888;
	--border: 1px solid red;
	padding-top: 240px;
}

#jumbotron-Big {
	--border: 1px solid green;
	float: left;
	background-color: white;
	width: 100%;
	margin-left: 0%;
	height: auto;
	margin-top: 20px;
	border: .05em solid #dfdbdb;
	box-shadow: 2px 2px 4px #dfdbdb;
	--box-shadow: 10px 10px 5px ##dfdbdb;
	margin-bottom: 50px;
	overflow: hidden;
	min-height: 500px;
}

#contents {
	margin-left: 20px;
	margin-right: 20px;
	padding: 20px;
	--border: 1px solid red;
}

#titleL {
	width: 25%;
	float: left;
	height: 30px;
	--border: 1px solid red;
}

#titleR {
	width: 75%;
	float: left;
	height: 30px;
	--border: 1px solid red;
}

.Row-jumbotron {
	float: left;
	width: 100%;
	--border: 1px solid red;
}

.containerNew {
	padding: 0;
}

#Afterjumbotron-Big {
	padding: 20px;
	padding-top: 0;
}

@media screen and (max-width: 799px) {
	@-ms-viewport {
		width: device-width;
	}
	.mobile_view {
		background-color: #FFFFFF;
		position: absolute;
		z-index: 2000;
		display: block;
		padding-top: 100px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		height: 200%;
	}
	.white-text {
		font-size: 14px;
		word-break: break-word;
		color: white;
	}
	.mob {
		padding-top: 30px !important;
		padding: 50px;
	}
	.imgm {
		width: 55%;
	}
	.mobile_view .-txt {
		font-size: 16px;
		line-height: 1.6;
		margin-top: 20px;
	}
	#wrapperNew {
		padding-left: 0;
	}
	.navbar-inverse .navbar-toggle {
		border-color: #333;
		background-color: #333;
	}
	.navbar-inverse .navbar-nav>li>a {
		color: #000;
	}
}

/*ZEUS AARON R MALVAR ADDITIONAL*/

/*#wrapperNew{
    margin-left: 18% !important;
    width: 80% !important;
}

#jumbotron-Big{
	margin-left: 0px !important;
	width: 100% !important;
}

#jumbotron-Big div.container{
	width: 100% !important;
}

ul.nav.navbar-nav.side-nav{
	margin-left: 0px !important;
	left: 0px  !important;
	width: 18% !important;
}*/