body {
	font-size: 14px;
	font-weight: 400;
}
.team-area .team-avatar {
}
.team-area .team-avatar a {
	width: 312px;
	height: 312px;
	overflow: hidden;
}
.team-area .team-avatar img {
	width: 100%;
	height: auto;
}

.entry-box img
{
  display: block;
  float: left;
  margin-right: 20px;
  width: 100%;
}
.entry-box img.alignright {
  float: right;
  margin-left: 20px;
}

.entry-box img.aligncenter, .entry-box img.alignnone {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

blockquote {
	margin-top: 20px;
	font-size: 16px;
}

.icon-newsletter-alt, .icon-persuasive-alt, .icon-website-dev-alt, .icon-sustainable-alt {
	width: 79px;
	height: 79px;
}

.icon-newsletter-alt {
	background: url(../img/whatwedo/newsletter-sm.gif) no-repeat;
}
.icon-persuasive-alt {
	background: url(../img/whatwedo/persuasive-design-sm.gif) no-repeat;
}
.icon-website-dev-alt {
	background: url(../img/whatwedo/website-development-sm.gif) no-repeat;
}
.icon-sustainable-alt {
	background: url(../img/whatwedo/sustainable-lifestyle-sm.gif) no-repeat;
}


.icon-newsletter, .icon-persuasive, .icon-website-dev, .icon-sustainable {
	width: 300px;
	height: 300px;
	display: block;
}
.icon-newsletter {
	background: url(../img/whatwedo/static/newsletter.gif) no-repeat;
}
.icon-persuasive {
	background: url(../img/whatwedo/static/persuasive-design.gif) no-repeat;
}
.icon-website-dev {
	background: url(../img/whatwedo/static/website-development.gif) no-repeat;
}
.icon-sustainable {
	background: url(../img/whatwedo/static/sustainable-lifestyle.gif) no-repeat;
}

@media only screen and (max-width: 600px) {
	.icon-newsletter, .icon-persuasive, .icon-website-dev, .icon-sustainable {
		width: 200px;
		height: 200px;
		display: block;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
	}
	.service-widget ul li {
		width:100%;
		height:500px;
		border-collapse: collapse;
		margin-right: -1px;
	}
	.icon-newsletter img, .icon-persuasive img, .icon-website-dev img, .icon-sustainable img {
		width: 100%;
		height: auto;
		transition: 0.25s;
	}
	.whatwedop {
		width: 90%;
		margin: 0 auto;
		padding:0;
	}
	#flx-slides-3 {
		padding-bottom: 10px;
	}
	h2 {
		line-height: 26px !important;
		margin: 10px 0 10px !important;
		padding-bottom: 0 !important;
		height: 36px !important;
	}

	.view {
		width: 90%;
	}

	.imgHolder {
		width: 100%;
		display: block;
		overflow: hidden;
		padding: 10px;
	}

	.imgHolder img {
		width: 80%;
		height: auto;
	}

	.my-head {
		width:100%;
		height:auto !important;
		margin:20px 0;
		display: block !important;
	}
	.my-head .hello {
		position:relative !important;
/*
		bottom:30px;
		left:30px;
*/
		color:#FFF;
		font-weight:normal;
		font-family: 'Source Sans Pro', sans-serif;
		-webkit-animation: move 2s linear infinite;
		-moz-animation: move 2s linear infinite;
		}
	.my-head .hello h2 {
		padding:10px;
		background:transparent;
		font-size:35px;
		color:#ff6850;
		margin-bottom:0px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.icon-newsletter, .icon-persuasive, .icon-website-dev, .icon-sustainable {
		width: 200px;
		height: 200px;
		display: block;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
	}
	.service-widget ul li {
		width:49.85%;
		height:490px;
		margin-bottom: -1px;
		/* margin-right: 1px; */
		border-collapse: collapse;
	}
	.icon-newsletter img, .icon-persuasive img, .icon-website-dev img, .icon-sustainable img {
		width: 100%;
		height: auto;
		transition: 0.25s;
	}
	.whatwedop {
		width: 90%;
		margin: 0 auto;
		padding:0;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
	.icon-newsletter, .icon-persuasive, .icon-website-dev, .icon-sustainable {
		width: 200px;
		height: 200px;
		display: block;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
	}
	.service-widget ul li {
		width:49.89%;
		height:490px;
		margin-bottom: -1px;
		/* margin-right: 1px; */
		border-collapse: collapse;
	}
	.icon-newsletter img, .icon-persuasive img, .icon-website-dev img, .icon-sustainable img {
		width: 100%;
		height: auto;
		transition: 0.25s;
	}
	.whatwedop {
		width: 90%;
		margin: 0 auto;
		padding:0;
	}
}

.icon-newsletter img, .icon-persuasive img, .icon-website-dev img, .icon-sustainable img {
	display: none;
	transition: 0.25s;
}

.service-widget ul li:hover .icon-newsletter img,
.service-widget ul li:hover .icon-persuasive img,
.service-widget ul li:hover .icon-website-dev img,
.service-widget ul li:hover .icon-sustainable img {
	display: block;
	transition: 0.25s;
}

@media only screen and (min-width: 768px) and (max-width: 899px) {
	.flx-service-3 {
		margin:10px 0;
	}
	.flx-service-3 li {
		min-height: 315px;
		padding:0 10px;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
	}
}
