/* Main CSS. */

html, body {}

body {
	background:#D6D8C8;
}

.box-wrapper {
	margin: 0 auto;
	background: #F5F7EB;
	position:relative;
	max-width:1500px;
}

img {
	border:0;
}
 









.box-full.footer-icons a {border-bottom:0;}
.box-full.packages-container li, ul.list-on-cream li {
	color:#707980;
	font-size:1em;
}

.box-full h2.packages-title {
	text-align: center;
	color:#5B6268;
}
.box-full.footer-icons{
	background:#5B6268;
}

.box-full.footer-icons img {
	padding:10px;
	width:70px;
	margin:10px;
}
.box-full.footer-icons img:hover {
	background:#A6BF40;
	border-radius:50%;
	cursor: pointer;
}
.portfolio-thumbnails img {
	width:33.33%;
	height:auto;
	border:0;
	padding:0;
	margin:0;
	float:left;
}