/**
 *
 * -------------------------------------------
 * Small Tablet CSS file
 * -------------------------------------------
 * 
 **/
 
/*
 *
 * 12. Small Tablet code
 *
 *
------------------------------------ */
 
/* 12.1. Base elements
==================================== */ 

#dp-mainbody-columns > section {
	background-image: none!important;
} 

#dp-content-wrap {
	border-bottom: 1px solid #e5e5e5;
	width: 100%!important;
}

#dp-innercolumn {
	clear: both;
	width: 100%!important;
}

#dp-innercolumn .box{
	float: left;
	margin: 0 0 30px 0!important;
	width: 50%;
}

#dp-innercolumn .box:nth-child(2n+1) {
	clear: both!important;
}
#dp-innercolumn .box:nth-child(odd) {
	padding-right: 10px;	
}
#dp-innercolumn .box:nth-child(even) {
	padding-left: 10px;
}
.indicator {display:none}