@media screen and (max-width: 768px) {
	#main {
	display: block;
	width: 100%;
	height: 577px;
	background: url(../images/banner.jpg) no-repeat;
	background-size: 100% 100%;
	position: relative;
	margin: 0 auto;
}
header {
	display: block;
	width: 748px;
	height: auto;
	margin: 0 auto;
}
#topshadow {
	display: block;
	width: 340px;
	height: 23px;
	margin: 0 auto;
	background: url(../images/topShadow.png) no-repeat;
}
#logo {
	display: block;
	width: 134px;
	height: 75px;
	background: url(../images/logo.png) no-repeat;
	float: none;
	position: relative;
	left: 0;
	margin: 5px auto;
}
/***********navigation************/
nav {
	display: block;
	float: none;
	margin: 25px auto;
	width: 545px;
}
nav ul, nav li {
	display: inline;
	float: left;
}
nav ul li a {
	display: block;
	width: 97px;
	line-height: 46px;
	background: #fff;
	border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	float: left;
	margin: 0 6px;
	color: #484848;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 14px;
	font-weight: normal;
	transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
}
nav ul li a:hover,.active {
	background: #484848;
	color: #fff;
	box-shadow: inset 0 0 10px #000;
	-o-box-shadow: inset 0 0 10px #000;
	-moz-box-shadow: inset 0 0 10px #000;
	-webkit-box-shadow: inset 0 0 10px #000;
	-ms-box-shadow: inset 0 0 10px #000;
}
nav select {
	display: none;
}
#bottomShadow {
	display: block;
	width: 340px;
	height: 23px;
	background: url(../images/bottomShadow.png) no-repeat;
	margin: 8px auto;
}
section {
	display: block;
	width: 748px;
	height: auto;
	margin: -10px auto 0 auto;
}
#slideContainer {
	display: block;
	width: 482px;
	height: 396px;
	float: left;
	margin: 0 0 0 10px;
	background: url(../images/monitor.png) no-repeat;
}
#slideShow {
	display: block;
	width: 437px;
	height: 258px;
	margin: 20px auto 0 auto;
	background: url(../images/logo.png) no-repeat center;
}
section h1 {
	color: #fff;
	position: relative;
	top: 85px;
	left: 0px;
	font-size: 50px;
	text-shadow: 0 0 10px #484848;
	-o-text-shadow: 0 0 10px #484848;
	-moz-text-shadow: 0 0 10px #484848;
	-webkit-text-shadow: 0 0 10px #484848;
	-ms-text-shadow: 0 0 10px #484848;
	width: 220px;
	float: left;
	margin: 0 0 0 0px;
}
.ahead {
	color: #fff;
	font-size: 74px;
}
.buzrock {
	font-size: 60px;
	color: #fff;
}
/***********content*************/
.content {
	display: block;
	width: 748px;
	height: auto;
	margin: -17px auto 0 auto;
	position: relative;
	z-index: 1000;
}
/**********firstcol**********/
.firstCol {
	float: none;
	display: block;
	width: 710px;
	height: auto;
}
.box {
	display: block;
	width: 220px;
	float: left;
	height: auto;
}
.box img {
	transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	opacity: 0.8;
}
.box img:hover {
	opacity: 1;
}
.divider {
	float: left;
	display: block;
	width: 21px;
	height: 50px;
}
.uls1 {
	color: #484848;
	line-height: 18px;
}
.uls1 li a {
	text-decoration: underline;
	font-weight: normal;
}
.uls1 li a:hover {
	text-decoration: none;
}
.box:last-child {
	margin: 0 0 25px 0;
}
/**********siderbar*************/
.sideCol {
	display: block;
	float: none;
	clear: both;
	width: 748px;
	height: auto;
}
.sideCol h2 {
	margin: 0;
	line-height: 28px;
}
.sidespan {
	font-family: "League Gothic", Trebuchet MS, Verdana, Arial;
	font-size: 20px;
	text-transform: uppercase;
	margin: 0;
}
.featboxes {
	width: 186px;
	display: block;
	float: left;
	margin: 0 0 15px 10px;
}
.featboxes a {
	text-decoration: underline;
}
.numb {
	display: block;
	width: 32px;
	line-height: 25px;
	border: solid 1px #fff;
	background: #ff8315;
	border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	float: left;
	margin: 0;
}
.numb p {
	display: block;
	text-align: center;
	margin: 0;
	color: #fff;
	font-weight: bold;
}
/*************footer***********/
#footer {
	display: block;
	width: 100%;
	height: 187px;
	background: url(../images/wild_oliva.png);
	margin: 20px 0 0 0;
}
.inner {
	display: block;
	margin: 0 auto;
	width:748px;
	height: auto;
}
#getint {
	width: 400px;
	float: left;
	margin: 10px;
}
#getint h2, #getint p {
	color: #fff;
	font-weight: normal;
	-o-text-shadow: 1px 0px 1px #000;
	-moz-text-shadow: 1px 0px 1px #000;
	-webkit-text-shadow: 1px 0px 1px #000;
	-ms-text-shadow: 1px 0px 1px #000;
}
#getint a {
	color: #fff;
}
#socials {
	float: right;
	margin: 30px 10px 0 0px;
}
#socials ul, #socials li {
	display: inline;
}
#socials ul li a {
	display: block;
	width: 32px;
	height: 33px;
	float: left;
	margin: 0 3px;
	opacity: 0.5;
	transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
}
#socials ul li a:hover {
	opacity: 1;
}
#fb {
	background: url(../images/socials.png) no-repeat 0px 0px;
}
#behance {
	background: url(../images/socials.png) no-repeat -39px 0px;
}
#linkedin {
	background: url(../images/socials.png) no-repeat -79px 0px;
}
#rss {
	background: url(../images/socials.png) no-repeat -118px 0px;
}
#twitter {
	background: url(../images/socials.png) no-repeat -157px 0px;
}
#bottomlogo {
	float: right;
	display: block;
	width: 134px;
	height: 75px;
	background: url(../images/footerlogo.png) no-repeat;
	margin: -90px 10px 0 0;
	opacity: 1;
	opacity: 0.5;
	transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
}
#bottomlogo:hover {
	opacity: 1;
}
}
@media screen and (max-width: 480px) {
	body {
		overflow-x: hidden;
	}
	#main {
	display: block;
	width: 460px;
	height: 370px;
	background: url(../images/banner.jpg) no-repeat;
	position: relative;
	margin: 0 auto;
	background-size: 100% 100%;
}
header {
	display: block;
	width: 460px;
	height: auto;
	margin: 0 auto;
}
#topshadow {
	display: block;
	width: 340px;
	height: 23px;
	float: none;
	margin: 0 auto;
	background: url(../images/topShadow.png) no-repeat;
}
#logo {
	display: block;
	width: 134px;
	height: 75px;
	background: url(../images/logo.png) no-repeat;
	float: none;
	position: relative;
	left: 0;
	margin: 5px auto;
}
/***********navigation************/
nav {
	display: block;
	float: none;
	margin: 25px auto 0 auto;
	width: 430px;
}
nav ul, nav li {
	display: inline;
	float: left;
}
nav ul li a {
	display: block;
	width: 80px;
	line-height: 40px;
	background: #fff;
	border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	float: left;
	margin: 0 3px;
	color: #484848;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 14px;
	font-weight: normal;
	transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
}
nav ul li a:hover,.active {
	background: #484848;
	color: #fff;
	box-shadow: inset 0 0 10px #000;
	-o-box-shadow: inset 0 0 10px #000;
	-moz-box-shadow: inset 0 0 10px #000;
	-webkit-box-shadow: inset 0 0 10px #000;
	-ms-box-shadow: inset 0 0 10px #000;
}
nav select {
	display: none;
}
#bottomShadow {
	display: block;
	width: 340px;
	height: 23px;
	background: url(../images/bottomShadow.png) no-repeat;
	margin: 8px auto;
	float: none;
}
section {
	display: block;
	width: 460px;
	height: auto;
	margin: -10px auto 0 auto;
}
#slideContainer {
	display: block;
	width: 455px;
	height: 374px;
	float: left;
	margin: 0 auto;
	background: url(../images/monitor.png) no-repeat;
	background-size: 100% 100%;
}
#slideShow {
	display: block;
	width: 437px;
	height: 258px;
	margin: 15px auto 0 auto;
	background: url(../images/logo.png) no-repeat center;
}
section h1 {
	color: #fff;
	position: relative;
	top: 15px;
	display: block;
	margin: 0 auto;
	width: 100%;
	float: none;
	text-align: center;
	left: 0px;
	font-size: 45px;
	text-shadow: 0 0 10px #484848;
	-o-text-shadow: 0 0 10px #484848;
	-moz-text-shadow: 0 0 10px #484848;
	-webkit-text-shadow: 0 0 10px #484848;
	-ms-text-shadow: 0 0 10px #484848;
	border-bottom: solid 1px #ccc;
}
.ahead {
	color: #fff;
	font-size: 74px;
}
.buzrock {
	font-size: 60px;
	color: #fff;
}
/***********content*************/
.content {
	display: block;
	width: 460px;
	height: auto;
	margin: 150px auto 0 auto;
	position: relative;
	z-index: 1000;
}
/**********firstcol**********/
.firstCol {
	float: none;
	display: block;
	width: 460px;
	height: auto;
}
.firstCol h1 {
	text-align: center;
}
.firstCol p {
	text-align: center;
}
.box {
	display: block;
	width: 220px;
	float: left;
	height: auto;
}
.box h3 {
	text-align:center;
}
.box img {
	transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	opacity: 0.8;
}
.box img:hover {
	opacity: 1;
}

.divider {
	float: left;
	display: none;
	width: 21px;
	height: 50px;
}
.uls1 {
	color: #484848;
	line-height: 18px;
	margin: 10px;
}
.uls1 li a {
	text-decoration: underline;
	font-weight: normal;
}
.uls1 li a:hover {
	text-decoration: none;
}
/**********siderbar*************/
.sideCol {
	display: block;
	float: none;
	clear: left;
	width: 460px;
	height: auto;
	position: relative;
	top: 20px;
}
.sideCol h2 {
	margin: 0;
	line-height: 28px;
	text-align: center;
}
.sidespan {
	font-family: "League Gothic", Trebuchet MS, Verdana, Arial;
	font-size: 20px;
	text-transform: uppercase;
	margin: 0;
	text-align: center;
}
.featboxes {
	width: 400px;
	display: block;
	float: left;
	margin: 0 0 15px 10px;
}
.featboxes a {
	text-decoration: underline;
}
.numb {
	display: block;
	width: 32px;
	line-height: 25px;
	border: solid 1px #fff;
	background: #ff8315;
	border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	float: left;
	margin: 0;
}
.numb p {
	display: block;
	text-align: center;
	margin: 0;
	color: #fff;
	font-weight: bold;
}
/*************footer***********/
#footer {
	display: block;
	width: 100%;
	height: 300px;
	background: url(../images/wild_oliva.png);
	margin: 20px 0 0 0;
}
.inner {
	display: block;
	margin: 0 auto;
	width: 460px;
	height: auto;
}
#getint {
	width: 400px;
	float: none;
	margin: 5px auto;
}
#getint h2, #getint p {
	color: #fff;
	font-weight: normal;
	-o-text-shadow: 1px 0px 1px #000;
	-moz-text-shadow: 1px 0px 1px #000;
	-webkit-text-shadow: 1px 0px 1px #000;
	-ms-text-shadow: 1px 0px 1px #000;
	text-align: center;
}
#getint p {
	text-align: center;
}
#getint a {
	color: #fff;
}
#socials {
	float: none;
	width: 220px;
	margin: 10px auto;
}
#socials ul, #socials li {
	display: inline;
}
#socials ul li a {
	display: block;
	width: 32px;
	height: 33px;
	float: left;
	margin: 0 3px;
	opacity: 0.5;
	transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
}
#socials ul li a:hover {
	opacity: 1;
}
#fb {
	background: url(../images/socials.png) no-repeat 0px 0px;
}
#behance {
	background: url(../images/socials.png) no-repeat -39px 0px;
}
#linkedin {
	background: url(../images/socials.png) no-repeat -79px 0px;
}
#rss {
	background: url(../images/socials.png) no-repeat -118px 0px;
}
#twitter {
	background: url(../images/socials.png) no-repeat -157px 0px;
}
#bottomlogo {
	float: none;
	display: block;
	width: 134px;
	height: 75px;
	background: url(../images/footerlogo.png) no-repeat;
	margin: 10px auto;
	opacity: 1;
	opacity: 0.5;
	transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
}
#bottomlogo:hover {
	opacity: 1;
}
}
@media screen and (max-width: 320px) {
	#main {
		width: 300px;
		display: block;
		height: 300px;
		background: url(../images/banner.jpg) no-repeat;
		position: relative;
		margin: 0 auto;
	}
	p {
		text-align: center;
	}
	header {
		width: 300px;
		margin: 0 auto;
	}
	#topshadow {
		display: none;
	}
	nav {
		float: none;
		margin: 20px auto 0 auto;
		width: 290px;
	}
	nav select {
		display: inline-block;
		width: 290px;
		line-height: 1;
		border: 0;
		margin: 0 auto;
		border-radius: 0;
		background: #484848;
		-webkit-appearance: none; //for Google Chrome
		-o-appearance: none;
		-moz-appearance: none;
		-ms-appearance: none;
		color: #fff;
		height: 32px;
		border-radius: 5px;
		-o-border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-ms-border-radius: 5px;
		box-shadow: inset 0 0 10px #000;
	}
	nav ul {
		display: none;
	}
	nav select option {
		color: #fff;
	}
	#logo {
	display: block;
	width: 134px;
	height: 75px;
	background: url(../images/logo.png) no-repeat;
	position: relative;
	left: 0;
	top: 10px;
	margin: 0px auto;
	float: none;
}
/***********navigation************/
#bottomShadow {
	display: none;
}
section {
	display: block;
	width: 300px;
	height: auto;
	margin: -10px auto 0 auto;
}
#slideContainer {
	display: none;
}
#slideShow {
	display: none;
}
section h1 {
	color: #484848;
	position: relative;
	top: 45px;
	display: block;
	text-align: center;
	left: 0px;
	font-size: 40px;
	text-shadow: none;
	-o-text-shadow: none;
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	-ms-text-shadow: none;
	line-height: 35px;
}
.ahead {
	color: #484848;
	font-size: 48px;
}
.buzrock {
	font-size: 38px;
	color: #484848;
}
/***********content*************/
.content {
	display: block;
	width: 300px;
	height: auto;
	margin: -17px auto 0 auto;
	position: relative;
	z-index: 1000;
}
.content h1, .content h2, .content h3 {
	text-align: center;
}
/**********firstcol**********/
.firstCol {
	display: block;
	width: 300px;
	height: auto;
	float: none;
}
.box {
	display: block;
	width: 300px;
	height: auto;
	float: none;
}
.box img {
	transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	opacity: 0.8;
	margin: 0 auto;
	float: none;
	width: 300px;
}
.divider {
	display: none;
}
.box h3 {
	font-size: 30px;
}
.box img:hover {
	opacity: 1;
}
.uls1 {
	color: #484848;
	line-height: 18px;
	float: none;
	margin: 10px;
}
.uls1 li a {
	text-decoration: underline;
	font-weight: normal;
}
.uls1 li a:hover {
	text-decoration: none;
}
/**********siderbar*************/
.sideCol {
	display: block;
	float: none;
	width: 300px;
	height: auto;
	margin: 10px 0;
	position: relative;
	top: 10px;
}
.sideCol h2 {
	margin: 0;
	line-height: 28px;
}
.sidespan {
	font-family: "League Gothic", Trebuchet MS, Verdana, Arial;
	font-size: 20px;
	text-transform: uppercase;
	margin: 0;
}
.featboxes {
	width: 230px;
	display: block;
	float: left;
	margin: 0 0 15px 10px;
	text-align: left;
}
.featboxes a {
	text-decoration: underline;
}
.numb {
	display: block;
	width: 32px;
	line-height: 25px;
	border: solid 1px #fff;
	background: #ff8315;
	border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	float: left;
	margin: 0;
}
.numb p {
	display: block;
	text-align: center;
	margin: 0;
	color: #fff;
	font-weight: bold;
}
/*************footer***********/
#footer {
	display: block;
	width: 300px;
	height: 360px;
	background: url(../images/wild_oliva.png);
	margin: 20px 0 0 0;
}
.inner {
	display: block;
	margin: 0 auto;
	width: 300px;
	height: auto;
}
#getint {
	width: 300px;
	float: none;
	margin: 10px 0 0 0;
}
#getint h2, #getint p {
	color: #fff;
	text-align: center;
	font-weight: normal;
	-o-text-shadow: 1px 0px 1px #000;
	-moz-text-shadow: 1px 0px 1px #000;
	-webkit-text-shadow: 1px 0px 1px #000;

	-ms-text-shadow: 1px 0px 1px #000;
}
#getint p {
	margin: 20px 0;
	text-align: center;
}
#getint a {
	color: #fff;
}
#socials {
	float: none;
	margin: 30px auto;
	width: 190px;
}
#socials ul, #socials li {
	display: inline;
}
#socials ul li a {
	display: block;
	width: 32px;
	height: 33px;
	float: left;
	margin: 0 3px;
	opacity: 0.5;
	transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
}
#socials ul li a:hover {
	opacity: 1;
}
#fb {
	background: url(../images/socials.png) no-repeat 0px 0px;
}
#behance {
	background: url(../images/socials.png) no-repeat -39px 0px;
}
#linkedin {
	background: url(../images/socials.png) no-repeat -79px 0px;
}
#rss {
	background: url(../images/socials.png) no-repeat -118px 0px;
}
#twitter {
	background: url(../images/socials.png) no-repeat -157px 0px;
}
#bottomlogo {
	display: block;
	width: 134px;
	height: 75px;
	background: url(../images/footerlogo.png) no-repeat;
	margin: 20px auto;
	float: none;
	opacity: 1;
	opacity: 0.5;
	transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
}
#bottomlogo:hover {
	opacity: 1;
}
}
@media screen and (max-width: 240px) {
	#main {
		width: 220px;
		display: block;
		height: 300px;
		background: url(../images/banner.jpg) no-repeat;
		position: relative;
		margin: 0 auto;
	}
	p {
		text-align: center;
	}
	header {
		width: 220px;
		margin: 0 auto;
	}
	#topshadow {
		display: none;
	}
	nav {
		float: none;
		margin: 20px auto 0 auto;
		width: 210px;
	}
	nav select {
		display: inline-block;
		width: 210px;
		line-height: 1;
		border: 0;
		margin: 0 auto;
		border-radius: 0;
		background: #484848;
		-webkit-appearance: none; //for Google Chrome
		-o-appearance: none;
		-moz-appearance: none;
		-ms-appearance: none;
		color: #fff;
		height: 32px;
		border-radius: 5px;
		-o-border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-ms-border-radius: 5px;
		box-shadow: inset 0 0 10px #000;
	}
	nav ul {
		display: none;
	}
	nav select option {
		color: #fff;
	}
	#logo {
	display: block;
	width: 134px;
	height: 75px;
	background: url(../images/logo.png) no-repeat;
	position: relative;
	left: 0;
	top: 10px;
	margin: 0px auto;
	float: none;
}
/***********navigation************/
#bottomShadow {
	display: none;
}
section {
	display: block;
	width: 220px;
	height: auto;
	margin: -10px auto 0 auto;
}
#slideContainer {
	display: none;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background: url(../images/monitor.png) no-repeat;
	background-size: 100% 100%;
}
#slideShow {
	display: block;
	width: 437px;
	height: 258px;
	margin: 20px auto 0 auto;
	background: url(../images/logo.png) no-repeat center;
}
section h1 {
	color: #484848;
	position: relative;
	top: 25px;
	display: block;
	text-align: center;
	left: 0px;
	font-size: 40px;
	text-shadow: none;
	-o-text-shadow: none;
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	-ms-text-shadow: none;
	line-height: 35px;
}
.ahead {
	color: #484848;
	font-size: 48px;
}
.buzrock {
	font-size: 38px;
	color: #484848;
}
/***********content*************/
.content {
	display: block;
	width: 220px;
	height: auto;
	margin: -17px auto 0 auto;
	position: relative;
	z-index: 1000;
}
.content h1, .content h2, .content h3 {
	text-align: center;
}
/**********firstcol**********/
.firstCol {
	display: block;
	width: 220px;
	height: auto;
	float: none;
}
.box {
	display: block;
	width: 220px;
	height: auto;
	float: none;
}
.box img {
	transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	opacity: 0.8;
	max-width: 220px;
}
.box h3 {
	font-size: 30px;
}
.box img:hover {
	opacity: 1;
}
.uls1 {
	color: #484848;
	line-height: 18px;
	float: none;
	margin: 10px;
}
.uls1 li a {
	text-decoration: underline;
	font-weight: normal;
}
.uls1 li a:hover {
	text-decoration: none;
}
/**********siderbar*************/
.sideCol {
	display: block;
	float: none;
	width: 220px;
	height: auto;
	margin: 10px 0;
	position: relative;
	top: 10px;
}
.sideCol h2 {
	margin: 0;
	line-height: 28px;
}
.sidespan {
	font-family: "League Gothic", Trebuchet MS, Verdana, Arial;
	font-size: 20px;
	text-transform: uppercase;
	margin: 0;
}
.featboxes {
	width: 170px;
	display: block;
	float: left;
	margin: 0 0 15px 10px;
	text-align: left;
}
.featboxes a {
	text-decoration: underline;
}
.numb {
	display: block;
	width: 32px;
	line-height: 25px;
	border: solid 1px #fff;
	background: #ff8315;
	border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	float: left;
	margin: 0;
}
.numb p {
	display: block;
	text-align: center;
	margin: 0;
	color: #fff;
	font-weight: bold;
}
/*************footer***********/
#footer {
	display: block;
	width: 220px;
	height: 360px;
	background: url(../images/wild_oliva.png);
	margin: 20px 0 0 0;
}
.inner {
	display: block;
	margin: 0 auto;
	width: 220px;
	height: auto;
}
#getint {
	width: 220px;
	float: none;
	margin: 10px 0 0 0;
}
#getint h2, #getint p {
	color: #fff;
	text-align: center;
	font-weight: normal;
	-o-text-shadow: 1px 0px 1px #000;
	-moz-text-shadow: 1px 0px 1px #000;
	-webkit-text-shadow: 1px 0px 1px #000;
	-ms-text-shadow: 1px 0px 1px #000;
}
#getint p {
	margin: 20px 0;
	text-align: center;
}
#getint a {
	color: #fff;
}
#socials {
	float: none;
	margin: 30px 0 0 15px;
}
#socials ul, #socials li {
	display: inline;
}
#socials ul li a {
	display: block;
	width: 32px;
	height: 33px;
	float: left;
	margin: 0 3px;
	opacity: 0.5;
	transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
}
#socials ul li a:hover {
	opacity: 1;
}
#fb {
	background: url(../images/socials.png) no-repeat 0px 0px;
}
#behance {
	background: url(../images/socials.png) no-repeat -39px 0px;
}
#linkedin {
	background: url(../images/socials.png) no-repeat -79px 0px;
}
#rss {
	background: url(../images/socials.png) no-repeat -118px 0px;
}
#twitter {
	background: url(../images/socials.png) no-repeat -157px 0px;
}
#bottomlogo {
	display: block;
	width: 134px;
	height: 75px;
	background: url(../images/footerlogo.png) no-repeat;
	margin: 20px auto;
	float: none;
	opacity: 1;
	opacity: 0.5;
	transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
}
#bottomlogo:hover {
	opacity: 1;
}
}