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

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

.info-box-dark {
	background-color: #e9e8e8;
	color: #FFFFFF;
	padding: 20px 20px 20px;
	text-align: right;
}


.col {
	width: 100%;
}

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

.row:after {
	clear: both;
}

/*Tablet View*/

@media (min-width: 1200px){
	
	body {
		max-width: 1024px;
	}
	
	.style-nav ul li {
		display: inline-block;
	}
	
	.style-nav ul {
		text-align: center;
	}
	
	h1 {
		font-size: 40px;
		margin-bottom: 90px;
	}
	
	h2 {
		margin-bottom: 16px;
	}
	
	.col-md-one-half {
		width: 50%;
	}
	
	.col {
		float: left;
		padding: 0px 7px 14px;
	}
}

/*Desktop View*/

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

