@charset "utf-8";
/*  
	CSS Document
	Project : Badass Programmers
	File 	: engagementModels.css
	Date 	: 01/06/13 (dd-mm-yy)
	Author  : DBG (info@digitalbrandgroup.com)
*/

.topBand, .engagementModelBlock, .engagementModelPage {
	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;
}
.animationWrap {
	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: .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', sans-serif;
    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: 910px;
	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;
}


@media (max-width: 979px) {
	.disclaimerContent {
		width: 710px;
		right: 0px;
	}
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {}


/* 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, .disclaimerWrap  {
		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;
	}
}

/* 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;
	}
    /*.engagementModelBlock { height: 580px;}*/
}