
p {
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 35px;
}

.info-box-tan {
	background-color: #ffffff;
	color: #333333;
	text-align: left;
	padding: 0px 0px 0px 0px;
}

.info-box-dark {
	background-color: #fffffff;
	color: #333333;
	padding: 0px 0px 0px 0px;
	text-align: right;
}


.col {
	width: 100%;
}

.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}

/*Tablet View*/

@media (min-width: 1024px){

	.style-nav ul li {
		display: inline-block;
	}
	
	.style-nav ul {
		text-align: center;
	}
	
	.col-md-one-half {
		width: 50%;
	}
	
	.col {
		float: left;
		padding: 0px 7px 14px;
	}

.info-box-tan {
	background-color: #ffffff;
	color: #333333;
	text-align: left;
	padding: 0px 30px 0px 0px;
}

.info-box-dark {
	background-color: #fffffff;
	color: #333333;
	padding: 0px 0px 0px 30px;
	text-align: right;
}


}

/*Desktop View*/

@media (min-width: 1025px){
	
	body {
		max-width: 100%;
	}
	
	.style-logo {
		float: center;
	}
	
	.style-nav {
		float: right;
	}
	
	.col-lg-one-fourth {
		width: 25%;
	}
}

