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


.topBand {
	background: #f26522;
}
.topBand h3 {
	color: #fff;
	padding-top: 20px;
	line-height: 1;
	margin-bottom: 0;
}
.topBandBg {
	background:  url(../images/manifesto/manifestoTop.png) no-repeat 1% bottom;
	min-height: 150px;
}
h3.font36px span.font18px {
	font-size: .5em;
}
#blockOne .contentMain {
	color: #FFF; 
	margin: auto;
	width: 100%;
	word-spacing: 2px;
	font-size: 100%;
}
#blockTwo {
	background: #e5e5e5;
}
#blockThree {
	background: url(../images/common/tex2res4.png) repeat;
	color: #FFF;
}
#blockThree .infoBlock {
	padding: 5% 20%;
}
.boxContainer {
	width: 32.4%;
	float: left;
	margin: 10px;
	border: 1px solid #666;
}
.boxTopBg {
	width: 100%;
	background: url(../images/manifesto/boxTopBg.png) repeat-y;
}
.boxMidBg {
	background: url(../images/manifesto/boxMidBg.png) repeat-x bottom;
}
.boxContainer .list {
	list-style: none;
	padding: 10px;
	text-align: center;
	margin: 0px !important;
}
.boxContainer .list h2 {
	text-shadow: 1px 1px #0f0f0f;
}
.boxContainer .list li.listItem {
	padding: 10px;
	color: #FFF;
}
.boxContainer .list li.listItem.last {
	padding-bottom: 50px;
}
.orangeBtn {
	background: url(../images/manifesto/orangeBtnBg.png) repeat-x;
	color:#FFF !important;
	text-decoration: none;
	float: left;
	font-family: 'LatoBold';
	padding: 15px 40px;
	border-radius: 5px;
}
.toolTip{
	cursor: pointer;
	text-decoration: underline;
}
p.manifestoTxt {
	text-align: justify;
}
p.manifestoTxt span{
	-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;
}
.contentMain.faded p.manifestoTxt span{
	opacity: 0.2;
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	.boxContainer {
		width: 32%;
	}
	#blockThree .infoBlock {
		padding: 5%;
	}
}

/* Portrait tablet */
@media (max-width: 768px)  {
	p {
		padding: 0 2% 0 0;
	}
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	.topBandBg {
		background:  url(../images/manifesto/manifestoTop.png) no-repeat 2% bottom;
	}
	.topBand h3 {
		margin-right: 2%;
	}
	p {
		padding: 0 2% 0 2%;
	}
	#blockTwo .contentMain {
		padding: 0 2%;
	}
	.boxContainer {
		width :31.7%;
	}
	#blockThree .infoBlock {
		padding: 5% 2%;
	}
	#tiptip_content {
		width: 250px !important;
		padding: 10px;
	}
}

/* Landscape phones and down */
@media (max-width: 568px) {
	.boxContainer {
		width: 100%;
	}
	#blockOne .contentMain {
		line-height: 1.3;
	}
	#blockOne .contentMain .font50px{
		font-size: 2.125em;
	}
	#blockOne .contentMain .lHt2p4, #blockOne .contentMain .lHt2 {
		line-height: 1.4;
	}
	.whatToDeliverTxt{
		display: none;
	}
	p.manifestoTxt {
		text-align: left;
	}
}
/* Landscape phones and down */
@media (max-width: 480px) {
	.topBandBg {
		background:  url(../images/manifesto/manifestoTopSmall.png) no-repeat 4% bottom;
		min-height: 75px;
	}
	.topBand h3 {
		padding-top: 10px;
		font-size: 1.188em;
		margin-right: 4%;
	}
	.topBand h3 span.font18px {
		font-size: 0.750em;
	}
	p {
		padding: 0 5%;
	}
	#blockTwo .contentMain {
		padding: 0 4%;
	}
	#blockTwo .contentMain p {
		padding: 0;
	}
	#blockThree .infoBlock {
		padding: 5%;
	}
	#tiptip_content {
		width: 200px !important;
		padding: 10px;
	}
	p.manifestoTxt {
		text-align: left;
	}
}