/* New first head section */

.container {
	margin-top: 105px;
}
.first-heading {
	padding-top: 40px;
}
.page-header > .content-feature {
	min-height: 400px;
	background: url(../images/footer.jpg) no-repeat center center;
	background-size: cover;
}
.menu-container {
	border-bottom: 0 !important;
	border-bottom: rgba(1,1,1,0);
}
.page-header .row {
	margin-bottom: 0;
}
#header .site-title {
	float: none;
	position: absolute;
	top: 5px;
	right: 0;
}
#alpha {
	height: 400px;
	width: 100%;
	margin: 0;
	padding: 0;
}
#alpha > .feature-box-container {
	height: 400px;
	width: 100%;
	margin: auto;
	transition: all 350ms ease;
}
#alpha > .feature-box-container > div {
	padding: 80px 0;/*min-width: 950px;*/
}
#alpha > .feature-box-container > div .feature-box {
	width: 470px;
	height: 250px;
	/*background: #fff;*/

	display: inline-block;
	transition: all 350ms ease;
	background-size: cover !important;
}
#alpha > .feature-box-container > div .feature-box:hover {
	opacity: .85;
}
#alpha > .feature-box-container > div .feature-box.video-budget {
	float: left;
	background: url(../images/alpha/budget_video.jpg) no-repeat center center;
}
#alpha > .feature-box-container > div .feature-box.video-business {
	float: left;
	background: url(../images/video_stills/jobs.jpg) no-repeat center center;
}
#alpha > .feature-box-container > div .feature-box.link-challenge {
	float: right;
	background: url(../images/alpha/challenge_link.png) no-repeat center center;
}
#alpha > .feature-box-container > div .feature-box label {
/*t*/
}
/* youtube */

.content_lightbox {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	z-index: 1000000000;
	background: rgba(255,255,255,0.8);
	display: none;
	top: 0;
}
.content_lightbox .content_lightbox_player {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 50vw;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	height: 50vh;
	margin-top: -25vh;
	/*min-width: 500px;*/

	transition: all 350ms ease;
}
.content_lightbox .content_lightbox_player > div {
	position: relative;
	width: 100%;
	height: 100%;
}
.content_lightbox .content_lightbox_player > div .content_lightbox_close {
	position: absolute;
	right: -43px;
	top: -43px;
	width: 43px;
	height: 43px;
	background: url("../images/alpha/lightbox_close.png") no-repeat center center;
	z-index: 11;
	cursor: pointer;
}
.content_lightbox iframe {
	position: relative;
	width: 100%;
	height: 100%;
}
html.youtube-ready .icon_play {
	opacity: 1;
}
.content_under .youtube-resume, .content_lightbox .youtube-resume {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	display: none;
	z-index: 10;
}
html.youtube-ready .content_overlay:hover > * {
	opacity: 0.6;
}
.content_button:hover {
	opacity: 0.6;
}
iframe.youtube-state-stopped {
	display: none;
}
.content_under iframe.youtube-state-playing, .content_lightbox iframe.youtube-state-playing {
	transition-delay: 400ms;
	opacity: 1;
}
/* new  */




#alpha > .feature-box-container > div .feature-box .feature-half-vert {
	width: 100%;
	height: 50%;
	display: block;
	background-color: none;
	text-align: left;
	margin-bottom: 10px;
}
#alpha > .feature-box-container > div .feature-box .feature-half-vert img {
	width: auto;
	height: 90%;
	position: relative;
	top: 0;
 p
}
#alpha > .feature-box-container > div .feature-box .feature-half-vert .text-box-feat {
	width: 45%;
	display: inline-block;
	height: 100%;
	position: relative;
	left: 5%;
	top: -30%;
	transition: all 750ms ease;
}
#alpha > .feature-box-container > div .feature-box .feature-half-vert .text-box-feat h6 {
	margin: 0;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 20px;
	width: 300px;
}
#alpha > .feature-box-container > div .feature-box .feature-half-vert .text-box-feat label {
	font-weight: 100;
	font-size: 14px;
	width: 200px;
}
#alpha > .feature-box-container > div .feature-box .feature-half-vert a{
/*	color: rgba(0,0,0,0) !important;*/
text-decoration:none!important;
}

#alpha > .feature-box-container > div .feature-box .feature-half-vert .text-box-feat a:hover {
text-decoration:underline!important;
}



/* Feature boxes responsive */
@media (max-width: 1200px) {
#alpha > .feature-box-container > div .feature-box {
	width: 370px;
	height: 193px;
}
.page-header > .content-feature {
	min-height: 120px;
}
#alpha > .feature-box-container {
	max-width: 840px;
	padding-top: 50px;
}
#alpha > .feature-box-container > div .feature-box .feature-half-vert:nth-child(1) .text-box-feat {
	top: -15%;
}
}
 @media (max-width: 955px) {
#alpha > .feature-box-container > div .feature-box {
	width: 300px;
	height: 153px;
}
#alpha > .feature-box-container {
	max-width: 660px;
}
#alpha > .feature-box-container > div .feature-box .feature-half-vert:nth-child(1) .text-box-feat {
	top: -10%;
}
#alpha > .feature-box-container > div .feature-box .feature-half-vert .text-box-feat h6 {
	font-size: 16px;
	width: 300px;
}
}
 @media (max-width: 760px) {
#alpha > .feature-box-container > div .feature-box {
	/*	width: 470px;
		height: 250px;*/
	margin: 30px 0;
	float: none !important;
}
.page-header > .content-feature {
	min-height: 540px;
}
#alpha > .feature-box-container {
	padding-top: 0px;
}
.content_lightbox .content_lightbox_player {
	width: 350px;
}
}


/* Budget logo fix */

@media (max-width: 649px) {
#header .site-title {
	float: none;
	position: inherit;
	top: none;
	right: none;
}
body .mobile-nav-wrap h3 {
	top: -9px;
}
.banner {
	height: 150px;
	text-align: center;
}
.mobile-nav ul li {
	margin: 0;
}
.container {
	margin-top: 155px;
}
.mobile-nav-wrap {
	padding-top: 15px;
}
#alpha > .feature-box-container > div .feature-box {
	width: 300px;
	height: 153px;
}
.page-header img {
	width: auto;
}
.page-header > .content-feature {
	min-height: 520px;
}
/* font fix */
.page-content .feature-subtitle {
	font-size: 20px;
}
.page-content .first-heading {
	font-size: 28px;
}
/*.content_lightbox .content_lightbox_player {
		width: 200px;
		height: 200px;
	}*/

	
}
 @media (max-width: 378px) {
#alpha > .feature-box-container > div .feature-box {
	width: 285px;
	height: 150px;
}
.site-title img {
	height: 40px;
}
/*
	.content_lightbox .content_lightbox_player{

			left: 50%;
	top: 70%;
	width: 80vw;

	height: 30vh;
/* margin-top: -25vh; 
	}*/

.content_lightbox .content_lightbox_player {
	width: 300px;
}
.content_lightbox .content_lightbox_player > div .content_lightbox_close {
	right: -5px;
	top: -50px;
}
#alpha > .feature-box-container > div .feature-box .feature-half-vert .text-box-feat label {
	width: 160px;
}
#alpha > .feature-box-container > div .feature-box .feature-half-vert .text-box-feat h6 {
	width: 160px;
}
#alpha > .feature-box-container > div .feature-box .feature-half-vert:nth-child(2) .text-box-feat {
	top: -7%;
}
}
