@charset "utf-8";
/*  
	CSS Document
	Project : Badass Programmers
	File 	: home.css
	Date 	: 01/06/13 (dd-mm-yy)
	Author  : DBG (info@digitalbrandgroup.com)
*/
#homeBlockOuter{
	overflow: hidden;
}
#content .homeBlockLeft{
	color:#fff;
	float: left;
	width:38%;
}
#content .homeBlockLeft .homeBlockLeftContent{
	position: relative;
	top:20%;
	width: 80%;
}
#content .homeBlockLeft h2.title{
	font-size: 3em;
	height: 42px;
	line-height: 1;
	margin: 0;
}
#content .homeBlockLeft h3.subtitle{
	font-size: 1.5em;
	margin: 0;
}
#content .homeBlockLeft h3.txtAdjective{
	font-size: .9em;
	margin: .5em 0 0 0;
}
#content .homeBlockLeft ol{
	font-size: .8em;
	line-height: 1.7;
	margin: .5em 0 0 1.5em;
	padding: 0;
}
#content .homeBlockLeft p{
	font-size: .8em;
	line-height: 1.9;
	margin: 2em 0;
}
#fakeBg{
	position: absolute;
	top: 0;
	background: #f26522;
	bottom: 0;
	width: 0;
	right:0;
}
.homeBlockRight{
	background: #f26522;
	float: right;
	position: relative;
    padding-right: 3000px;
    margin-right: -3000px;        
	width: 62%;
}
.homeBlockRight .homeBlockRightContent{
	float: right;
	position:relative;
	top:20%;
	width:90%;
}
.homeBlockRight .homeBlockRightContent h1.mainTxt{
	color: #fff;
	font-size: 4.5em;
	margin: 0;
}
.homeBlockRight .homeBlockRightContent h1.mainTxt{
	line-height: .8;
	margin-top:.15em;
}
.homeBlockRight .homeBlockRightContent h1.mainTxt.lineTwo{
	line-height: 1.1;
	margin-top:.5em;
}
.homeBlockRight .homeBlockRightContent .btnContainer{
	overflow: hidden;
	margin: 2em 0;
}
.homeBlockRight .homeBlockRightContent .btnContainer .actionBtns{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	float: left;
	font-family: 'LatoBold';
	padding: 15px 25px;
	text-decoration: none;
}
.homeBlockRight .homeBlockRightContent .btnContainer .btnLearnMore{
	border:1px solid rgba(255,255,255,0.5);
}
.homeBlockRight .homeBlockRightContent .btnContainer .btnLearnMore:hover{
	border:1px solid #fff;
	color: #fff;
}
.homeBlockRight .homeBlockRightContent .btnContainer .btnFreeBeer,
.homeBlockRight .homeBlockRightContent .btnContainer .btnFreeBeermob{
	background: #303030 url(../images/home/btnBg.jpg) repeat-x top left;
	float: left;
	font-family: 'LatoBold';
	margin-left: 30px;
	padding: 16px 40px;
}
.homeBlockRight .homeBlockRightContent .btnContainer .btnFreeBeer:hover,
.homeBlockRight .homeBlockRightContent .btnContainer .btnFreeBeermob:hover{
	background-position: bottom left;
}
.btnFreeBeermob{
	display: none;
}
.homeBlockRight .bgAdjuster{
	background: #f26522;
	bottom: 0;
	display: block;
	left: 0;
	position: absolute;
	top:0;
}



#blockOne{
	background: #e5e5e5;
}
#blockOne .contentMain{
	padding: 70px 0;
	position: relative;
}
#blockOne p{
	color: #2f2f2f;
	float: right;
	font-family: 'Open Sans', sans-serif;
    font-weight: 300;
	font-size: 1.1em;
	line-height: 1.6;
	margin: 0;
	width:58%;
}
#blockOne .blockOneImg{
	bottom: -52px;
	left: -50px;
	max-width: 100%;
	position: absolute;
	z-index:1000;
}

#blockTwo{
	background: url(../images/home/badass-image-1.jpg)50% 0 no-repeat fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#blockTwoDummy {
	position:absolute;
	overflow:hidden;
	width:100%;
}
#blockTwo p{
	color: #fff;
	float: right;
	font-family: 'Open Sans', sans-serif;
    font-weight: 700;
	font-size: 1.1em;
	padding: 70px 0;
	text-align: right;
}

#blockThree{
	background: #e5e5e5;
	color: #858585;
}
#blockThree .contentMain{
	padding: 45px 0;
	position: relative;
}
#blockThree .infoBlock{
	float: left;
	width:58%;
}
#blockThree p{
	font-family: 'Open Sans', sans-serif;
    font-weight: 300;
	font-size: .9em;
	line-height: 1.8;
	margin: 0;
}
#blockThree .blockThreeImg{
	bottom: 0;
	max-width: 100%;
	position: absolute;
	right: -50px;
}



#blockFour{
	background: url(../images/home/badass-image-2.jpg) 50% 0 no-repeat fixed;
	background-size: cover;
	color: #fff;
	background-attachment: fixed !important;
}
#blockFourDummy {
	position:absolute;
	overflow:hidden;
	width:100%;
}
#blockFour .contentMain{
	padding: 110px 0;
	position: relative;
}
#blockFour .infoBlock{
	float: right;
	width:58%;
}
#blockFour p{
	font-family: 'Open Sans', sans-serif;
    font-weight: 300;
	font-size: .9em;
	line-height: 1.8;
	margin: 0;
}
#blockFour .blockFourImg{
	left: -50px;
	max-width: 100%;
	position: absolute;
	top: -25px;
}

#blockFive{
	background: #e5e5e5;
	color: #858585;
}
#blockFive .contentMain{
	padding: 65px 0;
	position: relative;
}
#blockFive .infoBlock{
	float: left;
	width:59%;
}
#blockFive p{
	font-family: 'Open Sans', sans-serif;
    font-weight: 300;
	font-size: .9em;
	line-height: 1.8;
	margin: 0;
}
#blockFive .blockFiveImg{
	max-width: 100%;
	position: absolute;
	right: -50px;
	top: -25px;
}
#blockSix{
	background: url(../images/home/badass-image-3.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#blockSixDummy {
	position:absolute;
	overflow:hidden;
	width:100%;
}
#blockSixDummy img {
	position:absolute;
	top:0px;
	width: 100%;
  	height: auto;
}
#blockSix .contentMain{
	color: #ccc;
	padding: 75px 0;
}
#blockSix .flexslider{
	background: none !important;
	border:none !important;
	font-family: 'Open Sans';
	font-weight: 400;
	font-size: .9em;
	margin: 0;
}
#blockSix .contentMain .introTxt,
#blockSix .contentMain .projectSlideWrap{
	float:right;
	margin-right: 20px;
	width:59%;
}
#blockSix .contentMain .testimonialSlideWrap{
	float: left;
	line-height: 1.8;
	position: relative;
	width: 33%;
}
#blockSix .contentMain .testimonialSlides .flex-viewport{
	padding-top: 50px;
}
#blockSix .contentMain .testimonialSlides .slides{
	background: url(../images/home/testimonialBg.png);
	border-radius: 5px;
}
#blockSix .contentMain .testimonialSlideWrap .slideContent{
	margin: 30px 15px;
	position: relative;
}
#blockSix .contentMain .testimonialSlideWrap .slideContent .clientImg{
	border:1px solid #7f4124;
	padding: 7px;
	width: 74px;
	height: 74px;
	position: absolute;
	top:-80px;
	left:50%;
	margin-left: -44px;
	border-radius: 74px;
}
#blockSix .contentMain .testimonialSlideWrap .slideContent .clientImg img{
	-moz-border-radius: 74px;
	-webkit-border-radius: 74px;
	-o-border-radius: 74px;
		 border-radius: 74px;
}
#blockSix .contentMain .testimonialSlideWrap .slideContent .apostropheOpen{
	background: url(../images/home/apostrophe.png) no-repeat;
	display: block;
	height: 21px;
	position: absolute;
	width: 24px;
	top:30px;
}
#blockSix .contentMain .testimonialSlideWrap .slideContent img.apostropheClose{
	display: inline;
	height: 21px;
	margin:5px 0 0 10px;
	width: 24px;
}
#blockSix .contentMain .testimonialSlideWrap .slideContent p{
	float: left;
	margin: 35px 0 20px 0;
	text-indent: 35px;
	width: 100%;
}
#blockSix .contentMain .testimonialSlideWrap .slideContent address{
	font-size: .85em;
	font-style: normal;
	margin-top: 10px;
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

#blockSix .contentMain .projectSlideWrap .projectSlides .projectImg{
	float: left;
	width: auto !important;
	margin-right: 15px;
}
#blockSix .contentMain .projectSlideWrap .projectSlides a.projectLink{
	color: #f26522;
	text-decoration: none;
}
#blockSix .contentMain .projectSlideWrap .projectSlides a:hover{
	color: #fff;
}
#blockSix .contentMain .projectSlideWrap .projectSlides .projectIntro{
	line-height: 1.5;
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
#blockSix .contentMain .introTxt .title{
	font-size: 1.3em;
	color: #fff;
	margin:12px 0 20px 0;
}
#blockSix .contentMain .introTxt .break{
	display: none;
}
#blockSix .contentMain .introTxt .introTxtContent{
	font-size: .9em;
	line-height: 1.8;
	margin: 0 0 30px 0;
	float: left;
	width: 100%;
}


.engagementBlock{
	background: #f26522;
}
.topBand, .engagementModelBlock {
	background: #f26522;
}
.topBand h3 {
	color: #fff;
	padding-top: 20px;
	line-height: 1;
	margin-bottom: 0;
}
.topBandBg {
	min-height: 150px;
}
h3.font36px span.font18px {
	font-size: .5em;
}
.topBandBg {
	min-height: 150px;
}
.engagementModelBlock {
	
}
.animationWrap {
	min-height: 682px;
	width: 850px;
	margin: 0 auto;
}
.modelsWrap, .modelsWrapBig {
	display: none;
}
.animationWrap .blurredLeft,
.animationWrap .blurredRight{
	-webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
}
.animationWrap .blurredLeft:hover,
.animationWrap .blurredRight:hover{
	opacity: 0.5 !important;
}
.animationWrap .blurredLeft {
	width: 185px;
  	z-index: 1001;
}
.animationWrap .active, .modelsWrapBig .active {
	width: 425px;
	position: relative;
}
.animationWrap .blurredRight {
	width: 210px;
	z-index: 1000;
}
.blurredRight img,
.blurredLeft img{
	height: 501px;
	/*opacity: 0.5;*/
	cursor: pointer;
}
.blurredLeft, .blurredRight {
	padding-top:60px;
}
.animationWrap .active .activeImage, 
.modelsWrapBig .active .activeImage {
	position: relative;
	z-index: 1000;
}
.animationWrap .active .virtualClicker,
.modelsWrapBig .active .virtualClicker{
	display: block; 
	height:220px;
	left:10px;
	position: absolute;
	text-indent: -999em;
	top:285px; 
	width:155px;
	z-index: 11111;
	background: #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
.animationWrap .contentsWrap, .modelsWrapBig .contentsWrap {
	width: 225px;
	padding: 0px 20px 50px 90px;
	background: #252525;
	margin-left: 90px;
	position: absolute;
	right: 0;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	bottom: 70px;
	font-size: 12px; 
}
.contentsWrap.faded h3,
.contentsWrap.faded p,
.contentsWrap.faded .specList{
	opacity: 0.2;
}
.contentsWrap.faded .planSpecifications{
	border-bottom: 1px solid #4e3224;
}
.contentsWrap.faded .planSpecifications li{
	background: url(../images/engagementModels/tick.png) 0 -56px no-repeat;
}
.contentsWrap h3,
.contentsWrap p,
.contentsWrap .planSpecifications,
.contentsWrap .specList{
	-webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
}
.normalFixedTime {
	background: url(../images/engagementModels/normal-fixedTime.png) 0 0 no-repeat;
}
.normalFullTime {
	background: url(../images/engagementModels/normal-fullTime.png) 0 0 no-repeat;
}
.normalTimeNmaterial {
	background: url(../images/engagementModels/normalTimeNmaterial.png) 0 0 no-repeat;
}
.normalFixedTimeSmall {
	background: url(../images/engagementModels/normal-fixedTime.png) 0 -810px no-repeat;
}
.normalFullTimeSmall {
	background: url(../images/engagementModels/normal-fullTime.png) 0 -810px no-repeat;
}
.normalTimeNmaterialSmall {
	background: url(../images/engagementModels/normalTimeNmaterial.png) 0 -810px no-repeat;
}
.normalFixedTimeSmall, .normalFullTimeSmall, .normalTimeNmaterialSmall {
	height: 520px;
	display: block;
}
.normalFixedTime, .normalFullTime, .normalTimeNmaterial {
	display: block;
	height: 615px;
}
.planSpecifications {
	margin: 0;
	padding: 0 0 20px 0;
	list-style-type: none;
}
.planSpecifications li {
	background: url(../images/engagementModels/tick.png) 0 10px no-repeat;
	padding: 10px 0 0 25px;
	font-family:  'Open Sans';
	font-weight: 400;
}
.planSpecifications a, .contactBtnWrap a {
	position: relative;
	z-index: 1001;
}
.orangeColor {
	color: #f26522;
}
.orangeBtmLine {
	border-bottom: 1px solid #f26522;
}
.contactBtnWrap {
	position: absolute;
	bottom: -60px;
	background: url(../images/engagementModels/contactBtnShadow.png) center bottom no-repeat;
	width: 225px;
}
.contactBtnWrap a{
	width: 225px;
	display: block;
	background: #fff;
	color: #000;
	border-radius: 6px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
	padding: 17px 0;
}
.contactBtnWrap a:hover{
	background: #ddd;
	color: #f26522;
}

/* CheapAss Disclaimer */

.disclaimerWrap {
	background: url(../images/common/dark_geometric.png) 0 0 repeat;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 1000005;
	width: 0px;
	position: fixed;
}
.disclaimerWrapControls a {
	background: url(../images/engagementModels/closeTheWind.png) right center no-repeat #252525;
	width: 19px;
	border-left: 2px solid #fff;
	position: absolute;
	right: -37px;
	top: 0;
	bottom:0;
	display: block;
	padding: 0 8px;
}
.disclaimerWrapControls a.close{
	background: url(../images/engagementModels/closeTheWind.png) left center no-repeat #252525;
}
.disclaimerWrapControls .slideBtn {
	background: url(../images/engagementModels/slideBtn.png) 0 0 no-repeat;
	width:37px;
	height:71px;
	position:absolute;
	left:32px;
	top:50%;
}
.disclaimerWrapControls a.close .slideBtn {
	display: none;
}

.disclaimerWrap p {
	margin: 1.8em 0;
}
.disclaimerWrap p.marginBtm10 {
	margin-bottom: 10px;
}
.disclaimerContent{
	color: #fff;
	margin: 0 auto;
	position: relative;
	right: -20px;
	width: 910px;
}
.separator {
	background: url(../images/engagementModels/separator.png) 0 0 repeat-x;
	height: 2px;
	width: 100%;
	visibility: visible;
	margin: 10px 0 30px 0;
}
.disclaimerContentBlock{
	display:none;
}


/* Large desktop */
@media (min-width: 1200px) { ... }

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	#content .homeBlockLeft{
		width: 28%;
	}
	#content .homeBlockLeft .homeBlockLeftContent{
		top:10%;
		width:90%;
        /*-webkit-transition: width .5s ease-in-out 0s;
        -moz-transition: v .5s ease-in-out 0s;
        -o-transition: v .5s ease-in-out 0s;
        transition: width .5s ease-in-out 0s;*/        
	}
    #content .homeBlockLeft p {
        line-height: 1.4;
    }
	#content .homeBlockLeft h2.title{
		font-size: 2em;
		height: 30px;
	}
	#content .homeBlockRight{
		width: 72%;
	}
	.homeBlockRight .homeBlockRightContent{
		top:10%;
	}
	.homeBlockRight .homeBlockRightContent h1.mainTxt{
		font-size: 4em;
	}
	#blockOne .contentMain{
		padding: 50px 0;
	}
	#blockOne .blockOneImg{
		left: 0;
		bottom:-52px;
		width: 300px;
	}
	#blockOne p{
		font-size: .9em;
	}
	#blockThree .infoBlock{
		width:50%;
		margin-left: 10px;
	}
	#blockThree p{
		font-size: .85em;
		line-height: 1.5;
	}
	#blockThree .infoBlock h2{
		font-size: 1.1em;
		margin-bottom: 1.5em;
	}
	#blockThree .blockThreeImg{
		right:0px;
	}
	#blockFour .contentMain{
		padding: 50px 0;
	}
	#blockFour .infoBlock{
		margin-right: 10px;
	}
	#blockFour .infoBlock h2{
		font-size: 1.1em;
		margin-bottom: 1.5em;
	}
	#blockFour .blockFourImg{
		left: 0px;
		max-width: 300px;
		position: absolute;
		top: -25px;
	}
	#blockFive .contentMain{
		padding: 40px 0;
	}
	#blockFive .infoBlock{
		margin-left: 10px;
	}
	#blockFive .infoBlock h2{
		font-size: 1.1em;
		margin-bottom: 1.5em;
	}
	#blockFive .blockFiveImg{
		max-width: 300px;
		position: absolute;
		right: 0px;
		top: -25px;
	}
	#blockSix .contentMain .testimonialSlideWrap{
		margin-left: 10px;
	}
	#blockSix .flexslider{
		font-size: .8em;
	}
	.disclaimerContent {
		width: 710px;
		right: 0px;
	}
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	.bgAdjuster, .btnFreeBeer{
		display: none;
	}
	.btnFreeBeermob {
		display: block;
		background: #303030 url(../images/home/btnBg.jpg) repeat-x top left;
		float: left;
		font-family: 'LatoBold';
		margin-left: 30px;
		padding: 16px 40px;
	}
	#content .homeBlockLeft{
		height:auto !important;
		width:100%;
	}
	#content .homeBlockLeft .homeBlockLeftContent{
		float: right;
		padding: 20px 10px 0 10px;
		width: auto;
	}
	#content .homeBlockRight{
		float: left;
		height: auto !important;
		padding: 20px 0;
		width: 100%;
		margin-right: 0;
	}
	.homeBlockRight .homeBlockRightContent{
		float: left;
		padding: 0 10px;
		width:auto;
	}
	.homeBlockRight .homeBlockRightContent h1.mainTxt{
		font-size: 4.2em;
	}
	#blockOne .contentMain{
		padding: 10px 0;
	}
	#blockOne p{
		float: right;
		padding: 25px 10px 160px 10px;
		width:auto;
	}
	#blockOne .blockOneImg{
		left: 50% !important;
		margin-left: -125px;
		width: 250px;
	}
	#blockTwo p{
		float: left;
		padding:50px 10px 300px 10px;
		text-align: left;
	}
	#blockThree .blockThreeImg {
		left:50% !important;
		margin-left: -150px;
		max-width: 300px;
		top:-302px;
	}
	#blockThree .infoBlock{
		padding-left: 10px;
		width:95%;
	}
	#blockFour .contentMain{
		padding: 400px 0 250px 0;
	}
	#blockFour .infoBlock{
		float: left;
		padding-left: 10px;
		width: 95%;
	}
	#blockFour .blockFourImg{
		left: 50% !important;
		margin-left: -150px;
		max-width: 300px;
		position: absolute;
		top: -23px;
	}
	#blockFive .contentMain{
		padding: 130px 0 50px 0;
	}
	#blockFive .infoBlock{
		float: left;
		padding-left: 10px;
		width: 95%;
	}
	#blockFive .blockFiveImg{
		left: 50% !important;
		margin-left: -150px;
		max-width: 300px;
		position: absolute;
		top: -200px;
	}
	#blockSix .contentMain{
		color: #fff;
		padding: 25px 10px;
	}
	#blockSix .contentMain .introTxt,
	#blockSix .contentMain .projectSlideWrap,
	#blockSix .contentMain .testimonialSlideWrap{
		float:left;
		width:100%;
	}
	#blockSix .contentMain .introTxt{
		margin-bottom: 60px;
	}
	#blockSix .contentMain .introTxt .title{
		margin:10px 0;
	}
	#blockSix .contentMain .introTxt .introTxtContent{
		margin:0 0 20px 0;
	}
	#blockSix .contentMain .testimonialSlideWrap{
		margin:0 0 25px 0;
	}
	.engagementBlock {height: auto !important;}
	#blockFour,
	#blockSix{
		background-position: 0 0 !important;
	}
	#blockTwo{
		background-position: -200 0 !important;
	}
}


/* Landscape phones and down */
@media (max-width: 480px) {
	.bgAdjuster{
		display: none;
	}
	.homeBlockRight .homeBlockRightContent .btnContainer .actionBtns{
		font-size: 14px;
		padding: 10px 15px;
	}
	.homeBlockRightContent .btnContainer .btnFreeBeermob{
		margin-top: 2px;
	}
	#content .homeBlockLeft{
		height:auto !important;
		width:100%;
	}
	#content .homeBlockLeft .homeBlockLeftContent{
		float: right;
		padding: 20px 10px 0 10px;
		width: auto;
	}
	#content .homeBlockLeft h2.title{
		font-size: 2em;
		height: 36px;
	}
	#content .homeBlockLeft p{
		margin: 1.2em 0;
	}
	#content .homeBlockRight{
		float: left;
		height: auto !important;
		padding: 25px 0;
		width: 100%;
	}
	.homeBlockRight .homeBlockRightContent{
		width:95%;
	}
	.homeBlockRight .homeBlockRightContent h1.mainTxt{
		font-size: 2.5em;
	}
	#blockOne .contentMain{
		padding: 10px 0;
	}
	#blockOne p{
		float: right;
		padding: 25px 10px 160px 10px;
		width:auto;
	}
	#blockOne .blockOneImg{
		left: 50%;
		margin-left: -125px;
		width: 250px;
	}
	#blockTwo p{
		float: left;
		padding:50px 10px 300px 10px;
		text-align: left;
	}
	#blockThree .contentMain{
		padding: 0 0 45px 0;
	}
	#blockThree .blockOneImg {
		left:50%;
		margin-left: -150px;
		max-width: 300px;
		top:-302px;
	}
	#blockThree .infoBlock{
		padding-left: 10px;
		width:95%;
	}
	#blockFour .contentMain{
		padding: 400px 0px 230px
	}
	#blockFive .contentMain{
		padding: 120px 0px 50px
	}
	#blockSix .contentMain{
		color: #fff;
		padding: 25px 10px;
	}
	#blockSix .contentMain .introTxt .break{
		display: inline;
	}
	#blockSix .contentMain .introTxt,
	#blockSix .contentMain .projectSlideWrap,
	#blockSix .contentMain .testimonialSlideWrap{
		float:left;
		width:100%;
	}
	#blockSix .contentMain .introTxt .title{
		margin:10px 0;
	}
	#blockSix .contentMain .introTxt .introTxtContent{
		margin:0 0 20px 0;
	}
	#blockSix .contentMain .testimonialSlideWrap{
		margin:0 0 25px 0;
	}
	#blockSix .contentMain .projectSlideWrap .projectSlides a.projectLink{
		float: left;
		margin-top: 10px;
		width:100%;
	}
	#blockSix .contentMain .projectSlideWrap .projectSlides .projectIntro{
		float: left;
		margin:.5em 0;
		width: 100%;
	}
}

/* For tablet portrait and mobile with 428px resolution (428px to 767px) */
@media (min-width: 428px) and (max-width: 767px) {
	.modelsWrapBig {
		display: block;
	}
	.modelsWrapBig .active {
		margin: 0 auto;
	}
	.animationWrap, .modelsWrap {
		display: none;
	}
	.disclaimerWrap{
		display: none;
	}
	.diclaimerSmallBtn{
		overflow: hidden;
	}
	.diclaimerSmallBtn a{
		display: block;
		height: 35px;
		text-indent: -999em;
		background: #252525 url(../images/engagementModels/disclaimerBtn.png) top center no-repeat;
	}
	.diclaimerSmallBtn a.close{
		background: #252525 url(../images/engagementModels/disclaimerBtn.png) bottom center no-repeat;
	}
	.smallDisclaimerWrap {
		background: url(../images/common/dark_geometric.png) 0 0 repeat;
		top: 100px;
		left: 0;
		z-index: 10005;
		width: 100%;
	}
	.smallDisclaimerWrap .disclaimerContentBlock{
		display:none;
		padding: 0 10px;
	}
	.smallDisclaimerWrapControls a {
		background: url(../images/engagementModels/disclaimerBtn.png) top center no-repeat #252525;
		width: 100%;
		height: 40px;
		position: absolute;
		left: 0;
		display: block;
	}
	.smallDisclaimerWrapControls a.close{
		background: url(../images/engagementModels/disclaimerBtn.png) bottom center no-repeat;
	}
	.smallDisclaimerWrapControls.controlTop a{
		top: 60px;
		z-index: 10006;
	}
	.smallDisclaimerWrapControls.controlBtm a{
		bottom: -40px;
	}
	.topBand h3{
		padding-top: 50px;
		padding-right: 20px;
	}
}


/* mobile */
@media (max-width: 427px) {
	.animationWrap {
		display: none;
	}
	.modelsWrap {
		display: block;
		padding-top: 20px;
	}
	.modelsWrap .active {
		width: 305px;
		position: relative;
		margin: 0 auto;
	}
	.modelsWrap .active .activeImage {
		position: relative;
		z-index: 1000;
	}
	.animationWrap .active .virtualClicker,
	.modelsWrap .active .virtualClicker{
		display: block; 
		height:155px;
		left:4px;
		position: absolute;
		text-indent: -999em;
		top:195px; 
		width:110px;
		z-index: 11111;
		background: #000;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		-moz-opacity: 0;
		-khtml-opacity: 0;
		opacity: 0;
	}
	.modelsWrap .contentsWrap {
		width: 155px;
		padding: 0px 20px 10px 55px;
		background: #252525;
		margin-left: 90px;
		position: absolute;
		right: 0;
		border-radius: 6px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		-o-border-radius: 6px;
		bottom: 55px;
		font-size: 10px; 
	}
	.modelsWrap .planSpecifications li {
		padding: 5px 0 0 25px;
	}
	.modelsWrap .contactBtnWrap {
		position: absolute;
		bottom: -52px;
		background: url(../images/engagementModels/contactBtnShadowSmall.png) center bottom no-repeat;
		width: 158px;
	}
	.modelsWrap .contactBtnWrap a{
		width: 158px;
		display: block;
		background: #fff;
		color: #000;
		border-radius: 6px;
		text-align: center;
		text-decoration: none;
		-webkit-transition: all .5s ease-in-out 0s;
		-moz-transition: all .5s ease-in-out 0s;
		-o-transition: all .5s ease-in-out 0s;
		transition: all .5s ease-in-out 0s;
		padding: 8px 0;
	}
	.modelsWrap .contactBtnWrap a:hover{
		background: #ddd;
		color: #f26522;
	}
	.topBandBg {
		min-height: 75px;
	}
	.topBand h3 {
		padding-top: 50px;
		font-size: 1.188em;
		margin-right: 4%;
	}
	.topBand h3 span.font18px {
		font-size: 0.750em;
	}
		.diclaimerSmallBtn{
		overflow: hidden;
	}
	.diclaimerSmallBtn a{
		display: block;
		height: 35px;
		text-indent: -999em;
		background: #252525 url(../images/engagementModels/disclaimerBtn.png) top center no-repeat;
	}
	.diclaimerSmallBtn a.close{
		background: #252525 url(../images/engagementModels/disclaimerBtn.png) bottom center no-repeat;
	}
	.smallDisclaimerWrap {
		background: url(../images/common/dark_geometric.png) 0 0 repeat;
		top: 100px;
		left: 0;
		z-index: 10005;
		width:100%;
	}
	.smallDisclaimerWrap .disclaimerContentBlock{
		display:none;
		padding: 0 10px;
	}
	.smallDisclaimerWrapControls a {
		background: url(../images/engagementModels/disclaimerBtn.png) top center no-repeat #252525;
		width: 100%;
		height: 40px;
		position: absolute;
		display: block;
		left: 0;
	}
	.smallDisclaimerWrapControls a.close{
		background: url(../images/engagementModels/disclaimerBtn.png) bottom center no-repeat #252525;
	}
	.smallDisclaimerWrapControls.controlTop a{
		top: 60px;
		z-index: 10006;
	}
	.smallDisclaimerWrapControls.controlBtm a{
		bottom: -40px;
	}
	.disclaimerWrap,
	.disclaimerWrapControls a{
		display: none;
	}
	#blockTwo{
		background: url(../images/home/badass-image-1-mobile.jpg) center center no-repeat fixed;
		background-position:;
	}
}

/* bottle */
@media (max-height: 667px){
    .blurredRight img, .blurredLeft img {
        height: 428px;
    }
    .animationWrap .active .activeImage, .modelsWrapBig .active .activeImage {
        height: 518px;
    }
    .topBand h3{
        font-size: 22px;
    }
    .animationWrap .contentsWrap, 
    .modelsWrapBig .contentsWrap {
        margin-left: 70px;
        padding-bottom: 30px;
    }
    .animationWrap .active .virtualClicker,
	.modelsWrapBig .active .virtualClicker{
		display: block; 
		height:180px;
		left:9px;
		position: absolute;
		text-indent: -999em;
		top:240px; 
		width:135px;
		z-index: 11111;
		background: #000;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		-moz-opacity: 0;
		-khtml-opacity: 0;
		opacity: 0;
	}
}