/* clearfix */
.clearfix {
	clear:both;
	}


body#p-single #containerTwo{
	-moz-box-sizing: border-box!important;
	-webkit-box-sizing: border-box!important;
	-o-box-sizing: border-box!important;
	box-sizing: border-box!important;
	margin:0px;
	padding:0px;
	float:left;
	height:auto;
	position:relative;
	width:100%;
	}

body#p-single #containerTwo{
	margin-top:15px;
	}



body#p-single #conta{
	position:relative!important;
	top:auto!important;
	left:auto!important;
	right:auto!important;
	bottom:auto!important;
	margin-left:10px!important;
	width:-moz-calc(100% - 10px);
	width:-o-calc(100% - 10px);
	width:-webkit-calc(100% - 10px);
	width: calc(100% - 10px);
	}



.gridTwo{
	background-color:#222222;
	background-color:#000;
	box-sizing:border-box;
	margin:0px;
	margin-right:0px;
	height: auto;
	float: left;
	overflow: hidden;
	width:0%;
	-webkit-transition: top 1s ease, left 1s ease;
	-moz-transition: top 1s ease, left 1s ease;
	-o-transition: top 1s ease, left 1s ease;
	-ms-transition: top 1s ease, left 1s ease;
	}
	@media only screen and (max-width:620px){
	.gridTwo{
	background-color:#222222;
	background-color:#000;
	}}


.gridTwo .imgholderTwo{
	background-color:#000;
	float: left;
	height: auto;
	display:block;
	width:100%;
	}


.gridTwo .imgholderTwo img{
	float: left;
	height: auto;
	display:block;
	margin:0px;
	padding:0px;
	max-width:100%;
	width:100%
	}


.gridTwo .imgholderTwo a,
.gridTwo .imgholderTwo a:visited{
	float: left;
	margin-bottom:10px;
	/**/
	height:auto;
	width:100%;
	}


.gridTwo p{
	box-sizing: border-box;
	float: left;
	font-weight:300; 
	height: auto;
	margin:-10px 0px 0px 0px;
	padding:15px 5px 5px 5px;
	width:100%;
	}

.gridTwo p b{
	font-size:0.8em;
	font-weight: normal;
	}



