.responsive {max-width: 100%; height: auto;}

#contentbox-home
		{
		max-width: 100%;
		min-width: 700px;
		margin: 0 auto;
		}


/* INNER AND OUTER BACKGROUNDS */

.outer-background	{
			background-color: #000000;
	 		background-image: url(imgmeta/background-main.jpg);
			background-repeat: repeat-x;
			background-attachment: fixed;
			background-position: left top;
			border: #999999 0px solid;
			}


.inner-background	{
			background-color: transparent;
			border: #999999 0px solid;
			}


/* YOUTUBE VIDEO CODE */

.videodescription	{
			color: #698CCD;
			font-size: 12px;
			font-weight: bold;
			max-width: 642px;
			padding: 12px 0px 12px 0px;
			border: #3399FF 1px solid;
			border-width: 0px 0px 1px 0px;
			}

/* VIDEO PAGE (FOR RESPONSIVE VIDEO) */

.videobox	 {
		 max-width: 100%;
		 margin: 0 auto;
		 padding: 0px 0px 0px 0px;
		 }

.video-container {
		 min-width: 200px;
		 padding-top: 25px;
		 padding-bottom: 56.25%; /* 16:9 */
		 padding-top: 0px;
		 margin: 0px auto 0px auto;
		 height: 0;
		 overflow: hidden;
		 position: relative;
		 z-index: 10;
/*		 pointer-events: none;		 */
		 }

.video-container iframe,
.video-container object,
.video-container embed {
		 width: 100%;
		 height: 100%;
		 position: absolute;
		 top: 0;
		 left: 0;
		 z-index: 10;
		 }

.video-menu	 { max-width: 642px; }

.npe {
 		 pointer-events: none;
}



.banner-job {
	background-image: url(../images/search-background.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	position: relative;
	z-index: 1;
	padding: 110px 0 95px;
}

.banner-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: rgba(40, 45, 50, 0.3);
}

.banner-job h1 {
	font-size: 50px;
}

.banner-job h3 {
	font-size: 22px;
	font-weight: 300;
	margin: 25px 0 30px;
}

.banner-job .banner-form input {
	margin-left: 0;
	width: 60%;
}

.banner-job .category-dropdown {
	border-left: 1px solid #e6e6e6;
	border-right: 0;
	border-radius: 0;
	width: 20%;
	padding: 0 35px;
}

.banner-job .dropdown-menu {
	min-width: 192px;
}