@charset "utf-8";
/* CSS Document */

html, body {
	text-align: center; /* IE centering */
	margin: 0px auto;
	padding: 0px;
	font-family: 'Lato', sans-serif;
	font-size: 100%;
	font-weight: 400;
	line-height: 150%;
	color: #7c8c95;
	background: #eee;
}
.ie7 body, .ie8 body {
	background: #d6d6d6;
}

/* Text styles */

h1, h2, h3, h4 {
	margin: 0 0 30px 0;
	padding: 0px;
	font-size: 2em;
	line-height: 1.2em;
	font-weight: normal;
	color: #fff;
}
h2 {
	font-size: 2em;
	color: #2a3585;
}
h3 {
	margin: 0 0 15px 0;
	font-size: 1.6em;
	color: #2a3585;
}
h4 {
	margin: 0 0 1% 0;
	font-size: 1.3em;
	color: #2a3585;
}
h5 {
	margin: 0 0 1% 0;
	font-size: 1.3em;
	font-weight: 400;
	line-height: 1.5em;
	color: #7c8c95;
}
em {
	font-style: italic;
}
strong {
	font-weight: 600;
}
.orange {
	color: #f7bd1f;
}
.bullets {
	margin: 0 0 0 15px;/*line-height: 1.2em;*/
}
.bullets li {
	margin: 5px 0 0 10px;
	list-style: disc;
}
ol.bullets li {
	list-style: decimal
}
ul.bullets li {
	list-style: disc;
}

/* Link styles */

a {
	font-weight: 400;
	text-decoration: none;
	color: #f49422;
	-webkit-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
}
a:hover {
	text-decoration: underline;
	-webkit-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
}
h3 a, h4 a {
	color: #2a3585;
}
a.img {
	border: none;
}
.arrow {
	padding-right: 12px;
	background: url(../../../images/btn-arrow.png) right 5px no-repeat;
}
.arrow:hover {
	padding-right: 15px;
}
a.button {
	position: relative;
	display: inline-block;
	padding: 12px 30px 14px;
	color: #fff;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1em;
	text-align: center;
	background-color: #f49422;
	border: 4px solid #f49422;
	border-radius: 3px;
	cursor: pointer;
	-webkit-transition: background-color 0.15s linear;
	-o-transition: background-color 0.15s linear;
	transition: background-color 0.15s linear;
}
a.button:hover {
	color: #f49422;
	background-color: transparent;
	text-decoration: none;
	-webkit-transition: background-color 0.15s linear;
	-o-transition: background-color 0.15s linear;
	transition: background-color 0.15s linear;
}
a.reverseBtn {
	color: #fff;
	background-color: transparent;
	border: 4px solid #2d7fff;
}
.ie7 a.reverseBtn, .ie8 a.reverseBtn {
	background-color: #2B3382;
}
a.reverseBtn:hover, a.reverseBtn:active {
	color: #fff;
	background-color: #2d7fff;
}
a.blue-btn {
	color: #fff;
	background-color: #2d7fff;
	border: 4px solid #2d7fff;
}
a.blue-btn:hover {
	color: #2d7fff;
	background-color: transparent;
}
a.button.small {
	margin: 10px 0;
	padding: 10px 16px 12px;
	font-size: inherit;
}

/* Animation styles */

img, .animate-size {
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.content.bg-move {
	-webkit-transition: all 0.75s ease-out;
	-o-transition: all 0.75s ease-out;
	transition: all 0.75s ease-out;
}

/* Universal div styles */

div {
	overflow: hidden;
}
#wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background: #fff;
}
.ie7 #wrapper, .ie8 #wrapper {
	max-width: 1280px;
	min-width: 1000px;
}
.content {
	position: relative;
	padding: 120px 0;
	overflow: hidden;
}
.gray {
	background: #eee;
}
.darkGray {
	color: #fff;
	background: #7C8C95;
}
.blue {
	color: #fff;
	background-color: #2d7fe1;
}
.darkGray h2, .blue h2 {
	color: #fff;
}
.darkGray a, .blue a {
	color: #f7bd1f;
}
.container {
	width: 92%;
	max-width: 1280px;
	text-align: left; /* fix for IE centering */
	margin: 0px auto; /* none-IE centering */
	padding: 0 4%;
}
.clear {
	width: 100%;
	clear: both;
}
.spacer {
	height: 80px
}
.half {
	width: 46%;
}
.twoThird {
	width: 60%;
}
.third {
	float: left;
	width: 45%;
	margin: 0 5% 0 0;
}
.fourth {
	float: left;
	width: 20%;
	margin: 0 5% 0 0;
	font-size: .8em;
}
.fifth {
	float: left;
	width: 15%;
	margin: 0 5% 0 0;
	font-size: .8em;
}
.third .icon, .fourth .icon, .fifth .icon {
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
}
.third .icon img {
	width: 180px;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.third .icon .animate-size {
	width: 120px;
}
.fifth .icon {
	margin-bottom: 10px;
}
.third h4 {
	margin-bottom: 10px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	text-align: center
}

/* Header styles */

.header {
	position: fixed;
	width: 100%;
	height: 52px;
	margin: 0;
	top: 0;
	left: 0;
	background: rgba(43,51,130,0);
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	z-index: 10;
}
.ie7 .header, .ie8 .header {
	background: #2B3382;
}
.header .container {
	width: 96%;
	padding: 0 0 0 4%;
	max-width: none;
}
.header-fixed {
	background: rgba(43,51,130,0.8);
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#logo {
	display: block;
	position: relative;
	float: left;
	width: 140px;
	height: 41px;
	margin: 5px 0;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#logo img {
	width: 140px;
}
#logo a {
	display: block;
	width: 159px;
	height: 46px;
}
.header-fixed #logo {
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#showRight {
	float: right;
	position: relative;
	display: block;
	height: 36px;
	width: auto;
	padding: 16px 24px 0 24px;
	background: none;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.ie7 #showRight, .ie8 #showRight {
	background: #1e2b76;
}
.header-fixed #showRight {
	background: #1e2b76;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#showRight img {
	width: 70px
}
#nav {
	display: none;
	width: 200px;
	margin: 0;
}
#nav a {
	display: block;
	float: none;
	width: 160px;
	height: auto;
	margin: 0;
	padding: 8px 20px;
	font-size: 0.85em;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
}
#nav a:hover {
	background: #2db1f1;
}
#nav ul {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: left;
}
#nav li {
	display: inline-block;
}

/* Newsletter Signup Popup styles */

#newsletter-signup-popup {
	display:none;
	position:fixed;
	width:96%;
	max-width:400px;
	margin-left:-200px;
	padding:20px 20px 30px;
	top:15%;
	left:50%;
	bottom:auto;
	text-align:left;
	box-sizing:border-box;
	background-color: #fff;
	box-shadow:0 10px 10px rgba(0,0,0,0.4);
	z-index:100;
}
.menu-header h6, .menu-header a {
	font-size:1.8em;
	font-weight:600;	
	line-height:1em;
}
#hide-newsletter-popup {
	float:right;
	width:20px;
	height:20px;
	cursor:pointer;
}
#hide-newsletter-popup img {
	width:20px;
	height:20px;
}
#mc_embed_signup .description {
	display:block;
	margin:10px 0 20px 0;
	font-style:italic;	
}
#mc_embed_signup label {
	font-weight:600;	
}
#mc_embed_signup .mc-field-group input {
    width: 100%;
    min-height: 40px;
    margin: 10px 0px;
    padding: 0px 10px;
    color: #666;
    font-family: "Lato",sans-serif;
    font-size: 1em;
    line-height: 40px;
    background: #EEE;
    border: 0px none;
	box-sizing:border-box;
	-webkit-appearance:none;
}
#mc_embed_signup .button {
	position: relative;
	display: inline-block;
	margin-top:10px;
	padding: 10px 20px 12px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	background-color: #f49422;
	border:none;
	border-radius: 3px;
	cursor: pointer;
	-webkit-transition: background-color 0.15s linear;
	-o-transition: background-color 0.15s linear;
	transition: background-color 0.15s linear;	
	-webkit-appearance:none;
}
#blackout {
	display:none;
	position:fixed;
	top:0;
	bottom:0;
	width:100%;
	background-color: rgba(0,0,0,0.5);
	z-index:99;
}

/* Content styles */

.banner {
	padding: 120px 0 100px 0;
	color: #fff;
	background-attachment: fixed;
	background-color: #eee;
	background-position: top center;
	background-size: cover;
}
.banner .container {
	text-align: center;
	font-size: 1.5em;
	line-height: 1.5em;
}
.banner h2 {
	color:#fff;
}
.banner img {
	max-width: 90%;
}
.banner .button {
	margin-top: 20px;
	padding: 16px 30px 18px;
	font-size: .85em;
}
#breadcrumb {
	max-width: 200px;
	margin: 0px auto 35px auto;
	padding: 0 0 15px 0;
	line-height: 1em;
	text-align: center;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
}
#breadcrumb h1 {
	margin:0;
	font-size:1em;
	font-weight:400;
}
.content img {
	max-width: 100%;
}
.content a img {
	-webkit-transition: opacity 0.3s ease-in;
	-o-transition: opacity 0.3s ease-in;
	transition: opacity 0.3s ease-in;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	transform: rotate(0);
	-webkit-backface-visibility: hidden;
}
.content a img:hover, .footer a img:hover {
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	-webkit-transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	transform: rotate(0);
	-webkit-backface-visibility: hidden;
}
.headerBox {
	/*max-width: 550px;*/
	margin: 0 auto 60px auto;
	padding: 20px 40px;
	border-top: 1px solid #d7dcdf;
	border-bottom: 1px solid #d7dcdf;
	text-align: center;
}
.blue .headerBox {
	border-top: 1px solid #2c68c4;
	border-bottom: 1px solid #2c68c4;
}
.headerBox h2 {
	margin: 0;
}
.boxShadow {
	margin-bottom: 8px;
	-webkit-box-shadow: 3px 5px 8px rgba(0,0,0,.35);
	box-shadow: 3px 5px 8px rgba(0,0,0,.35);
}
.bg-fixed-cover {
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.gallery {
	padding: 0 1%;
}
.gallery div {
	float: left;
	width: 20%;
	text-align: center;
}
.gallery.videoGallery div {
	text-align: left;
	margin-bottom: 20px;
}
.gallery a, .gallery img {
	width: 98%;
	height: auto;
}


/* Specific page styles */

.home-banner1 {
	height: 300px;
	background-color: #05264a;
	background-image: url(../../../images/home-banner-2.jpg);
	background-size: auto;
	background-repeat: no-repeat;
}
.home-banner2 {
	padding: 140px 0 0 0;
	background-image: url(../../../images/home-banner-4.jpg);
}
.home-banner2 .small, .home-video-banner .small {
	font-size: 0.8em;
	font-weight: 400;
	letter-spacing: 2px
}
.home-banner2 .large, .home-video-banner .large {
	font-size: 1.6em;
}
.home-video-banner {
	height: 100vh;
	padding-top: 30vh !important;
	overflow: hidden;	
	box-sizing: border-box;
	background-image: url(../../../images/home-banner-4.jpg);
}
.home-video-banner .container {
	position: relative;
    text-align: center;
    z-index: 2;
}
.home-video-banner video {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
    z-index: 1;
}
.home2b {
	background-color: #fff;
    z-index: 2;
}
.home2b img {
	width: 75px;
	padding-right: 40px;
}
.home3 {
	background-image: url(../../../images/home-banner-5.jpg);
}
.home3 h2 {
	margin: 0;
}
.services1 {
	background-image: url(../../../images/services/services-banner.jpg);
}
.services1 img {
	width: 90%;
	max-width: 450px;
	margin-left: 20px;
	vertical-align: middle;
}
.marketingFusion1 {
	background-color: #05264a;
	background-attachment: fixed !important;
	background-image: url(../../../images/icon-bg-2.gif);
	background-repeat: repeat;
	background-size: auto;
	background-color: #2a3585;
}
.marketingFusion1 h1 {
	font-size: 1.4em;
	font-weight: 700;
	letter-spacing: 5px;
	line-height: 1.1em;
}
.marketingFusion1 span {
	font-weight: 400;
}
.marketingFusion1 img {
	max-width: 90%;
	margin-bottom: 40px;
}
.marketingFusion3 {
	background-image: url(../../../images/services/marketing-fusion-banner-2.jpg);
}
.marketingFusion3 h5 {
	color: #fff;
}
.marketingFusion5 img {
	margin: 20px;
}
.marketingFusion6 {
	background-color: #05264a;
	background-image: url(../../../images/home-banner-3.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
.marketingFusion6 h2 {
	margin: 0;
}
.marketingFusion8 {
	background-image: url(../../../images/services/marketing-fusion-2.gif);
	background-attachment: fixed;
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #2b3382;
}
.marketing-fusion-1 {
	background-attachment: fixed !important;
	background-image: url(../../../images/icon-bg-2.gif);
	background-repeat: repeat;
	background-size: auto;
	background-color: #2a3585;
	padding: 160px 0 140px 0;
}
.marketing-fusion-1 .title {
	font-size: 34px;
	font-weight: 700;
	line-height: 38px;
	color: #f7bd1f;
}
.marketing-fusion-1 .sub-title {
	margin-top: 14px;
	font-size: 22px;
	font-style: italic;
	line-height: 24px;
}
.marketing-fusion-1 img {
	width: 450px;
	max-width: 80%;
}
.marketing-fusion-2 {
	background-attachment: fixed;
	background-image: url(../../../images/services/marketing-fusion-banner-4.jpg);
	background-position: 50% 50%;	
	background-size: cover;
}
.marketing-fusion-2  .container {
	max-width: 1500px;
	overflow: visible;
}
.marketing-fusion-2 .half {
    width: 32%;
	min-width: 500px;
    padding: 60px 5%;
	color: #fff;
    background: rgba(43,51,130,0.8);
}
.marketing-fusion-2 h4 {
	font-size:26px;
	font-weight:700;
	line-height:34px;
	margin-bottom:20px;
	color: #f7bd1f;
}
.marketing-fusion-3 h3, .marketing-fusion-6 h3 {
	max-width: 96%;
	margin: 0 auto;
	font-size:22px;
	font-weight:700;
	letter-spacing: 4px;
	text-align:center;
	text-transform: uppercase;
}
.marketing-fusion-3 .container {
	margin: 60px auto;
	max-width: 1000px;
}

.marketing-fusion-3 .container div {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	line-height: 26px;
}
.marketing-fusion-3 .photo {
	width: 25%;
	max-width: 216px;
	margin-right: 5%;
	box-sizing:border-box;
}
.marketing-fusion-3 .photo img {
	width: 200px;
	max-width: 90%;
	height: auto;
	border-radius: 50%;
	border: 8px solid #eee;
}
.marketing-fusion-3 .testimonial {
	width: 69%;
}
.marketing-fusion-3 .testimonial .author, .marketing-fusion-3 .testimonial .author-position {
	display: block;	
	font-size: 16px;
	line-height: 22px;
}
.marketing-fusion-3 .testimonial .author {
	margin-top: 20px;
	font-weight: 600;
}
.marketing-fusion-4 {
	background-attachment: fixed;
	background-image: url(../../../images/icon-bg-2.gif);
	background-repeat: repeat;
	background-size: auto;
	background-color: #2a3585;
	border: none;
}
.marketing-fusion-4 h3 {
	font-size:26px;
	font-weight:700;
	color: #fff;
}
.marketing-fusion-4 a.button:hover {
	color: #fff;
	background: transparent;
}
.marketing-fusion-5.case-studies > div {
    width: 50%;
    height: 380px;
    padding: 40px 60px;
    font-weight: 400;
	color: #fff;
	box-sizing: border-box;
	/*border: 2px solid #fff;*/
}
.marketing-fusion-5.case-studies > .camerons {
	border-top: 0;
	border-left: 0;
}
.marketing-fusion-5.case-studies > .gaughan {
	border-top: 0;
	border-right: 0;
}
.marketing-fusion-5.case-studies > .bluebird {
	border-bottom: 0;
	border-left: 0;
}
.marketing-fusion-5.case-studies > .fortis {
	border-right: 0;
	border-bottom: 0;
}
.marketing-fusion-5.case-studies div div {
	float: none;
	display: block;
	margin: 30px auto 15px;
	max-width: 700px;
}
.marketing-fusion-5.case-studies .button {
	letter-spacing: 0;
}
.marketing-fusion-5.case-studies .button:hover {
	color: #fff;
}
.marketing-fusion-6 h4 {
	color: #2d7fff;
}
.marketing1 {
	background-image: url(../../../images/services/marketing-banner.jpg);
}
.marketing2 {
	background-color: #d1d6d7;
	background-image: url(../../../images/services/marketing-1.gif);
	background-size: auto;
}
.websiteDesign1 {
	padding-bottom: 280px;
	background-color: #2d7fe1;
	background-image: url(../../../images/services/website-design-banner-3.jpg);
	background-position: center 360px;
	background-repeat: no-repeat;
	background-size: auto;
}
.websiteDesign2 {
	background-image: url(../../../images/services/social-media-banner.jpg);
}
.websiteDesign2 h2 {
	color: #fff;
}
.websiteDesign4 {
	padding-bottom: 80px;
}
.websiteDesign4 img {
	width: 90%;
	max-width: 800px;
	margin: 40px auto 0 auto;
}
.websiteDesign4 img.animate-size {
	max-width: 300px;
}
.content.websiteDesign5 {
	padding-bottom: 420px;
	background-image: url(../../../images/services/website-design-1.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: auto;
	-webkit-transition: all 0.75s ease-out;
	-o-transition: all 0.75s ease-out;
	transition: all 0.75s ease-out;
}
.content.websiteDesign5.bg-move {
	background-position: center 600px;
}
.websiteDesign6 .third .icon {
	width: 100% !important;
	margin-bottom: 20px;
	text-align: center;
}
.websiteDesign6 .third .text {
	width: 100% !important;
}
.socialMedia1 {
	background-image: url(../../../images/services/social-media-banner.jpg);
}
.socialMedia2 {
	background-image: url(../../../images/services/social-media-1.jpg);
}
.socialMedia3 img {
	width: 66px;
	max-width: 66px;
	padding-right: 40px;
}
.contentMarketing1 {
	background-image: url(../../../images/services/content-marketing-4.jpg);
}
.contentMarketing2 {
	background-image: url(../../../images/services/content-marketing-3.gif);
	background-repeat: repeat;
	background-size: auto;
}
.searchEngineMarketing1 {
	background-image: url(../../../images/services/search-engine-marketing-banner.jpg);
}
.searchEngineMarketing3 img {
	width: 90%;
	max-width: 400px;
	margin: 30px 0;
	border: 5px solid #fff;
	box-shadow: 15px 30px 10px rgba(0,0,0,0.15)
}
.searchEngineMarketing3 img.animate-size {
	max-width: 300px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.25)
}
.branding1 {
	background-image: url(../../../images/services/content-marketing-4.jpg);
}
.branding2 {
	background-image: url(../../../images/services/content-marketing-3.gif);
	background-repeat: repeat;
	background-size: auto;
}
.brand-development-1 {
	background-image: url(../../../images/services/branding-banner.gif);
}
.software1 {
	background-color: #2d7fe1;
}
.software2 table img {
	width: 66px;
	max-width: 66px;
	padding-right: 40px;
}
.content.software4 {
	color: #fff;
	padding-bottom: 420px;
	background-color: #2d7fe1;
	background-image: url(../../../images/services/software-development-1.jpg);
	background-position: center 600px;
	background-repeat: no-repeat;
	background-size: auto;
	-webkit-transition: background-position 0.75s ease-out;
	-o-transition: background-position 0.75s ease-out;
	transition: background-position 0.75s ease-out;
}
.content.software4.bg-move {
	background-position: center bottom;
}
.printDesign1 {
	background-image: url(../../../images/services/print-design-banner-2.gif);
}
.printDesign2 {
	background-image: url(../../../images/services/print-design-banner-3.jpg);
}
.eCommerce1 {
	background-image: url(../../../images/services/ecommerce-banner.jpg);
}
.eCommerce2 table img {
	width: 66px;
	max-width: 66px;
	padding-right: 40px;
}
.eCommerce4 .left, .eCommerce5 .right, .eCommerce6 .left, .eCommerce7 .right, .eCommerce8 .right, .eCommerce9 .left, .eCommerce10 .right {
	overflow:visible;
}
.eCommerce4 img, .eCommerce5 img, .eCommerce6 img, .eCommerce7 img, .eCommerce8 img, .eCommerce9 img, .eCommerce10 img {
	float: inherit;
	margin-bottom:20px;
	box-shadow:10px 10px 10px rgba(0,0,0,0.2);	
}
.eCommerce4 {
	background-image: url(../../../images/services/ecommerce-1-bg.jpg);
}
.eCommerce5 {
	background-image: url(../../../images/services/ecommerce-2-bg.jpg);
}
.eCommerce6 {
	color:#fff;
	background-image: url(../../../images/services/ecommerce-3-bg.jpg);
}
.eCommerce6 h2, .eCommerce6 h5 {
	color:#fff;
}
.eCommerce7 {
	color:#fff;
	background-image: url(../../../images/services/ecommerce-4-bg.jpg);
}
.eCommerce7 h2, .eCommerce7 h5 {
	color:#fff;
}
.eCommerce8 {
	background-image: url(../../../images/services/ecommerce-5-bg.jpg);
}
.eCommerce9 {
	background-image: url(../../../images/services/ecommerce-6-bg.jpg);
}
.eCommerce9 h2, .eCommerce9 h5 {
	color:#fff;
}
.eCommerce10 {
	background-image: url(../../../images/services/ecommerce-7-bg.jpg);
}
.video1 {
	background-image: url(../../../images/services/video-banner-3.jpg);
}
.video2 {
	background-image: url(../../../images/services/video-banner-2.jpg);
}
.propertyManagement1 {
	background-image: url(../../../images/property-management/property-management-banner-1.jpg);
}
.propertyManagement2 {
	background-image: url(../../../images/property-management/property-management-banner-2.jpg);
}
.propertyManagement2 h2 {
	color: #fff;
}
.floorPlan1 {
	background-image: url(../../../images/property-management/3d-floor-plan-banner.jpg);
}
.propertyGallery img {
	margin: 0 10px 10px 0;
}
.propertyTemplate1 {
	background-color: #2d7fe1;
}
.propertyTemplate2 .spacer {
	height: 40px;
}
.propertyTemplate2 .price {
	font-size: 1.5em;
	line-height: 1.2em;
}
.instant-inquiry1 {
	background-color: #2d7fe1;
}
.landing-ecommerce-1 {
	padding-bottom: 280px;
	background-color: #2d7fe1;
	background-image: url(../../../images/services/ecommerce-banner-2.jpg);
	background-position: center 380px;
	background-repeat: no-repeat;
	background-size: auto;
}
.landing-ecommerce-2 {
	background-image: url(../../../images/services/ecommerce-banner-3.jpg);
}
.landing-ecommerce-2 h2 {
	color: #fff;
}
.landing-health-1 {
	padding-bottom: 280px;
	background-color: #2d7fe1;
	background-image: url(../../../images/services/health-websites-banner-1.jpg);
	background-position: center 360px;
	background-repeat: no-repeat;
	background-size: auto;
}

.about1 {
	background-image: url(../../../images/about/team-banner.jpg);
}
.about2 {
	background-image: url(../../../images/about/about-7.jpg);
}
.about2 h5 {
	color: #fff;
}
.about3 img {
	float: left;
	width: 25%
}
.history1 {
	background-image: url(../../../images/about/history-banner.jpg);
}
.history2 .twoThird {
	margin: 0 auto 100px auto
}
.vision1 {
	background-image: url(../../../images/about/about-banner.jpg);
}
.team1 {
	background-image: url(../../../images/about/core-values-banner.jpg);
}
.team2 .icon {
	float: left;
	width: 25%;
	height: 100%;
	margin: 0 5% 0 0;
}
.team2 .icon img {
	max-width: 100%;
}
.team2 .text {
	float: left;
	width: 70%;
}
.cazVideo1 {
	background-image: url(../../../images/about/about-banner.jpg);
}
.cazVideo2 .third {
	margin-bottom: 40px;
}
.work1 {
	background-image: url(../../../images/services/work-banner.jpg);
}
.work2 {
	padding: 80px 0;
}
.work2 .headerBox {
	margin: 0 auto;
}
.work3 {
	background-image: url(../../../images/about/about-banner.jpg);
}
.work3 h5 {
	color: #fff;
}
.client-list {
	-webkit-column-count: 4;
	-moz-column-count: 4;
	column-count: 4
}
.contact1 {
	background-image: url(../../../images/about/contact-banner-2.jpg);
}


.contact3 {
	background-image: url(../../../images/about/contact-banner-3.jpg);
}
.contact3 .half {
    width: 40%;
    padding: 120px 5%;
	background-color:#fff;
}
.contact3 .half div {
	max-width:250px;
	margin:0 auto;
	text-align:left;
}
.helpdesk1 {
	background-image: url(../../../images/about/contact-banner.jpg);
}
.helpdesk-default {
	background-image: url(../../../images/services/search-engine-marketing-banner.jpg);
}
.sitemap1 {
	background-image: url(../../../images/home-banner-5.jpg);
}
.privacy1 {
	background-image: url(../../../images/services/search-engine-marketing-banner.jpg);
}
.easy1 {
	padding: 100px 0;
	background-color: #2d7fe2;
	background-image: url(../../../images/campaigns/easy-1.png);
	background-repeat: no-repeat;
}
.easy1 .container {
	text-align: left;
}
.easy2 {
	background-attachment: fixed;
	background-image: url(../../../images/campaigns/easy-5.png);
	background-repeat: no-repeat;
	background-position: 35% -200px;
}
.easy3 {
	padding-top: 0;
	color: #fff;
}
.easy3 h2 {
	color: #fff;
}
.callouts {
	border-top: 2px solid #eee;
}
.callouts .left table img, .callouts .right table img {
	width: 80px;
	max-width: 80px;
}
.ie7 .callouts .left table img, .ie7 .callouts .right table img, .ie8 .callouts .left table img, .ie8 .callouts .right table img {
	display: none;
}
.blogCallout h3 {
	margin-bottom: 30px;
}
.blogCallout img {
	margin-right: 10px;
	vertical-align: middle;
	border: 1px solid #ccc;
}
.blogCallout a img:hover {
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.blogCallout a {
	display: block;
	width: auto;
	margin: 0 0 6px 0;
	padding: 6px 2%;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 4px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-transition: background-color 0.15s linear;
	-o-transition: background-color 0.15s linear;
	transition: background-color 0.15s linear;
}
.blogCallout a:hover {
	text-decoration: none;
	background: #eee;
	-webkit-transition: background-color 0.15s linear;
	-o-transition: background-color 0.15s linear;
	transition: background-color 0.15s linear;
}
.callToAction {
	border-top: 2px solid #eee;
}
.callToAction .left {
	border-right: 2px solid #eee;
}
.callToAction .twoThird {
	width: 60%;
	padding-right: 2%;
}
.callToAction h3 {
	margin-bottom: 35px;
}
/* 404 page styles */
.errorPage {
	width: 100%;
	background-color: #2d7fe1;
}
.errorPage .banner {
	padding:100px 0;
}
.errorPage a {
	color: #F7BD1F;
}
/* Case study button styles */

.case-studies > a, .case-studies > div {
	float: left;
	width: 33%;
	height: 180px;
	padding-top: 60px;
	font-weight: 400;
	letter-spacing: 1px;
	text-align: center;
	color: #cecece;
	background-color: #9eb0c9;
	background-size: cover;
	/*background-blend-mode: multiply;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	font-size: 0;*/
}
.case-studies > a img {
	width: 170px;
}
.case-studies > a:hover img {
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.case-studies .bluebird {
	background-image: url(../../../images/case-studies/bluebird-button.jpg);
}
.case-studies .bluebird img {
	width: 240px;
	max-width:90%;
}
.case-studies .camerons {
	background-image: url(../../../images/case-studies/camerons-button.jpg);
}
.case-studies .gaughan {
	background-image: url(../../../images/case-studies/gaughan-button.jpg);
}
.case-studies .bauer {
	background-image: url(../../../images/case-studies/bauer-button.jpg);
}
.case-studies .aaa {
	background-image: url(../../../images/case-studies/aaa-button.jpg);
}
.case-studies .abc {
	background-image: url(../../../images/case-studies/abc-button.jpg);
}
.case-studies .bone-foam {
	background-image: url(../../../images/case-studies/bone-foam-button.jpg);
}
.case-studies .fortis {
	background-image: url(../../../images/case-studies/fortis-button.jpg);
}
.case-studies .fortis img {
	width: 240px;
	max-width:90%;
}
.case-studies .gaughan, .case-studies .bone-foam {
	width: 34%;
}

.case-studies-version-b .camerons, .case-studies-version-b .gaughan, .case-studies-version-b .bauer, .case-studies-version-b .aaa, .case-studies-version-b .abc, .case-studies-version-b .bone-foam, .case-studies-version-b .bluebird, .case-studies-version-b .fortis {
	width: 80%;
	padding:100px 10%;
	font-weight: 400;
	text-align:left;
	color: #cecece;
	background-color: #999;
	background-size: cover;
	/*background-blend-mode: multiply;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;*/
}
.case-studies-version-b .camerons:hover, .case-studies-version-b .gaughan:hover, .case-studies-version-b .bauer:hover, .case-studies-version-b .aaa:hover, .case-studies-version-b .abc:hover, .case-studies-version-b .bone-foam:hover, .case-studies-version-b .bluebird:hover, .case-studies-version-b .fortis:hover {
	background-color:#fff;
}
.case-studies-version-b .left, .case-studies-version-b .right {
	width:88%;
	max-width:400px;
	padding: 50px 6%;
	text-align:center;
	/*border-radius:0 20px 0 20px;*/
	box-shadow:0px 15px 15px rgba(0,0,0,0.35);
}
.case-studies-version-b img {
	padding-bottom:20px
}
.case-studies-version-b .button {
	margin-top:30px
}
.case-studies-version-b .camerons {
	background-image:url(../../../images/case-studies/camerons-banner-2.jpg);
}
.case-studies-version-b h4 {
	margin-bottom:15px;
	letter-spacing:3px;
}
.case-studies-version-b .camerons .left {
	background: #473729;
}
.case-studies-version-b .camerons h4 {
    color: #FF8200;
}
.case-studies-version-b .gaughan {
	background-image:url(../../../images/case-studies/gaughan-banner-2.jpg);
}
.case-studies-version-b .gaughan .right {
	background: #126433;
}
.case-studies-version-b .gaughan h4 {
	color:#EFBA4C
}
.case-studies-version-b .bauer {
	background-image:url(../../../images/case-studies/bauer-banner-2.jpg);
}
.case-studies-version-b .bauer .left {
	background: #3E3B36;
}
.case-studies-version-b .bauer h4 {
	color:#D4A955;
}
.case-studies-version-b .aaa {
	background-image:url(../../../images/case-studies/aaa-banner-3.jpg);
}
.case-studies-version-b .aaa .right {
	color:#fff;
	background: #52a297;
}
.case-studies-version-b .aaa h4 {
	color:#fff;
}
.case-studies-version-b .abc {
	background-image:url(../../../images/case-studies/abc-accent-2.jpg);
}
.case-studies-version-b .abc .left {
	background: #B63B41;
}
.case-studies-version-b .abc h4 {
	color:#fff;
}
.case-studies-version-b .bone-foam {
	background-image:url(../../../images/case-studies/bone-foam-banner-2.jpg);
}
.case-studies-version-b .bone-foam .right {
	color:#fff;
	background: #00BEAF;
}
.case-studies-version-b .bone-foam h4 {
	color:#fff
}
.case-studies-version-b .bluebird {
	background-image:url(../../../images/case-studies/bluebird-banner-2.jpg);
}
.case-studies-version-b .bluebird .right {
	background: #12355b;
}
.case-studies-version-b .bluebird h4 {
	color:#fff;
}
.case-studies-version-b .bluebird img {
	margin:20px auto;
}


/* Case Study styles 
------------------------------------------------------ */

.case-study .banner {
	padding-bottom: 120px;
}
.case-study .banner .container {
	font-size: 1.3em;
}
.case-study .banner img {
	margin-bottom: 50px;
}
.case-study h3 {
	letter-spacing: 3px;
	color: #fff;
	margin-bottom: 40px;
}
.case-study-nav {
	padding: 20px 0;
}
.case-study-nav .container {
	max-width: 800px;
}
.case-study-nav a {
	display: inline-block;
	width: 33%;
	height: 70px;
	color: #7c8c95;
	font-size: 0.8em;
	letter-spacing: 1px;
	line-height: 70px;
	text-align: center;
	border-radius: 4px;
}
.case-study-nav a:hover {
	background-color: #e2e2e2;
	text-decoration: none;
}
.aaa .banner {
	background-image: url(../../../images/case-studies/aaa-banner.jpg);
}
.aaa .banner .twoThird {
	color: #7c8c95;
}
.aaa .banner h3 {
	color: #48746E;
}
.aaa .one {
	background-color: #c91b22;
}
.aaa .one img {
	float: left;
	width: 25%;
}
.aaa .two {
	background-color: #c91b22;
}
.aaa .three {
	background-image: url(../../../images/case-studies/aaa-banner-2.jpg);
}
.aaa h5 {
	color: #fff;
}
.aaa .four {
	background-color: #acbbc1;
}
.aaa .four img {
	margin: 0 15px
}
.aaa .five {
	background-color: #48746e;
}
.aaa .six img {
	float: left;
	width: 50%;
}
.aaa .seven {
	padding-bottom: 0;
	background-color: #c91b22;
}
.bauer .banner {
	background-image: url(../../../images/case-studies/bauer-banner.jpg);
}
.bauer .banner h3 {
	color: #D4A955;
}
.bauer .one img {
	float: left;
	width: 50%;
}
.bauer .two {
	background-color: #8c9bb6;
}
.bauer .three {
	background-color: #3e3b36;/*background-image: url(/images/case-studies/bauer-banner.jpg);*/
}
.bauer .three h5 {
	color: #D4A955;
}
.bauer .four img {
	float: left;
	width: 50%;
}
.bauer .five h3 {
	color: #D4A955;
}
.bauer .six {
	background-color: #8c9bb6;
}
.bauer .six img {
	margin: 0 15px
}
.bauer .seven {
	background-color: #8c9bb6;
}
.bauer .seven img {
	float: left;
	width: 25%
}
.camerons .banner {
	background-image: url(../../../images/case-studies/camerons-banner.jpg);
}
.camerons .banner h3 {
	color: #ff8200
}
.camerons .two {
	background-color: #ff8200;
}
.camerons .three {
	background-color: #473729;
}
.camerons .three h5 {
	color: #bfa793;
}
.camerons .four {
	height: 150px;
	background-image: url(../../../images/case-studies/camerons-accent-bg.gif);
	background-attachment: fixed;
}
.camerons .five {
	background-color: #55c8e1;
	background-color: #42c5cf;
	background-color: #bfa793;
}
.camerons .five .left {
	margin-top: 60px;
}
.camerons .five h5 {
	color: #fff;
}
.camerons .six {
	background-color: #473729;
}
.camerons .six img {
	margin: 0 30px 20px;
	width: 400px;
	box-shadow: 4px 4px 10px rgba(0,0,0,0.4);
}
.camerons .seven {
	background-color: #2DCCD3;
}
.camerons .seven h5 {
	color: #fff;
}
.abc #breadcrumb {
	border-bottom: 1px solid #7C8C95;
}
.abc .banner {
	color: #7C8C95;
	background-image: url(../../../images/case-studies/abc-banner.jpg);
}
.abc .banner h3 {
	color: #1b84be;
}
.abc .one {
	background-color: #b63b41;
}
.abc .one img {
	float: left;
	width: 25%
}
.abc .two {
	background-color: #b63b41;
}
.abc .three {
	background-color: #646c6f;
}
.abc .three h5 {
	color: #fff;
}
.abc .four {
	padding-bottom: 0;
}
.abc .four h3 {
	color: #1b84be;
}
.abc .four img {
	max-width: 90%;
}
.abc .five {
	padding-bottom: 0;
	background-color: #b63b41;
}
.abc .five h5 {
	color: #fff;
}
.abc .six {
	background-color: #1b84be;
}
.abc .seven {
	background-color: #16387c;
}
.abc .seven h5 {
	color: #fff;
}
.gaughan .banner {
	background-image: url(../../../images/case-studies/gaughan-banner.jpg);
}
.gaughan .banner h3 {
	color: #EFBA4C;
}
.gaughan .one {
	background-color: #c79525;
}
.gaughan .one h5 {
	color: #fff;
}
.gaughan .two {
	background-color: #126433;
}
.gaughan .three {
	background-color: #c79525;
}
.gaughan .three h5 {
	color: #fff;
}
.gaughan .four img {
	float: left;
	width: 50%;
}
.gaughan .five .left {
	margin-top: 60px;
}
.gaughan .five h3 {
	color: #126433;
}
.gaughan .six {
	padding-bottom: 0;
	background-color: #126433;
	vertical-align: middle;
}
.bone-foam .banner {
	background-image: url(../../../images/case-studies/bone-foam-banner.jpg);
}
.bone-foam .one {
	background-color: #333;
}
.bone-foam .two {
	background-color: #00beaf;
}
.bone-foam .two h5 {
	color: #fff;
}
.bone-foam .three {
	padding-bottom: 0;
	background-color: #0c62ad;
}
.bone-foam .three img {
	max-width: 90%
}
.bone-foam .four {
	background-color: #333;
}
.bone-foam .five img {
	float: left;
	width: 50%;
}
.bone-foam .six {
	background-color: #0c62ad;
}
.bone-foam .six img {
	margin: 0 15px
}
.bluebird .banner {
	color:inherit;
	background-image: url(../../../images/case-studies/bluebird-banner.jpg);
}
.bluebird #breadcrumb {
	border-bottom:1px solid #7C8C95;	
}
.bluebird .banner h1 {
	color:#7C8C95;
}
.bluebird .banner h3 {
	color:#12355B
}
.bluebird .two {
	background-color:#e7e6e0;
}
.bluebird .two h3 {
	color:#12355B
}
.bluebird .three {
	background-color: #46739e;
}
.bluebird .three img {
	border:1px solid #e7e6e0;
}
.bluebird .four {
	background-color:#12355B;
}
.bluebird .four h5 {
	color:#fff;
}
.bluebird .six {
	padding-bottom: 0;
	background-color:#919086;
}
.bluebird .seven {
	background-color:#e7e6e0;
}
.fortis .banner {
	background-image: url(../../../images/case-studies/fortis-banner.jpg);
}
.fortis .banner h3 {
	color: #f7941e;
}
.fortis .two h3 {
	color: #007bc4;
}
.fortis .two h5 {
	color: #939288;
}
.fortis .three {
	background-color: #007bc4;	
}
.fortis .four img {
	float: left;
	width: 50%;
}
.fortis .five {
	padding-bottom: 0;
	background-color: #939288;
	vertical-align: middle;
}





/* Footer styles
------------------------------------------------------ */

.footer {
	padding: 40px 0;
	background: #eee;
}
.footer img {
	max-width: 100%;
}
.footer .newsletter-signup {
	margin-bottom:40px;
	padding-bottom:40px;
	text-align:center;
	border-bottom:1px solid #cecece;	
}
.footer .newsletter-signup span {
	font-style:italic;
	font-weight:600;
}
.footer .newsletter-signup .button {
	margin:0 10px;
	padding:10px 20px 12px;
	font-size:inherit;
	font-weight:600;
	border:none;
	background-image:none;
}
.footer .fourth {
	font-size: inherit;
}
.footer .fourth a {
	color: #7c8c95;
}
.footer .half.features {
	float: right;
}
.footer .half.features a {
	display: inline-block;
	margin: 0 0 20px 60px;
}
.footer .half.features img {
	width: 170px;
	max-width: 100%;
}
.footer .social {
	margin-top: 20px;
}
.footer .social a {
	display: inline-block;
	margin: 10px 20px 0 0;
}
.footer .social img {
	width: auto;
	height: 30px;
	box-sizing: border-box;
}
.footer .copyright {
	margin-top: 20px;
	font-size: .75em
}


/* Case study popup styles 
------------------------------------------------------ */

.case-study-popup {
	position: fixed;
	right: 2%;
	bottom: -170px;
	width: 250px;
	color: #fff;
	z-index: 100;
	overflow: visible;
	-webkit-transition: all 0.75s ease-out;
	-o-transition: all 0.75s ease-out;
	transition: all 0.75s ease-out;
}
.case-study-popup img {
	position: relative;
	width: 150px;
	bottom: 0;
}
.case-study-popup .close {
	position: relative;
	width: 100%;
	color: #fff;
	text-align: right;
	font-weight: 700;
	cursor: pointer;
	text-shadow: 0 0 4px #000;
	overflow: visible;
}
.case-study-popup a {
	position: relative;
	padding: 16px 30px 18px;
	background: #2a3585;
	bottom: 30px;
	color: #fff;
	border: 4px solid #2a3585;
	border-radius: 3px;
	box-shadow: 4px 4px 1px rgba(0,0,0,0.2);
}
.case-study-popup a:hover {
	text-decoration: none;
	background: #2d7fff;
	border: 4px solid #2d7fff;
}

@media only screen and (max-width: 1200px) {

.footer .fourth, .footer .half {
	width: 30%;
	box-sizing: border-box;	
}
.footer .fourth {
	margin: 0 5% 0 0;	
}

}

@media only screen and (width: 1024px) {
.header {
	background: rgba(43,51,130,1);
}
#showRight {
	background: #1e2b76;
}
.banner, .bg-fixed-cover {
	background-attachment: scroll;
	background-position: top center;
	background-size: auto;
}
.websiteDesign1, .landing-ecommerce-1, .landing-health-1 {
	background-position:bottom center;	
}
.marketing2 {
	background-size: 800px;
}
.socialMedia2 {
	background-position: bottom center;
	background-size: 100%;
}
.video2 {
	background-position: center;
	background-size: 100%;
}
.contentMarketing2 {
	background-size: 100%;
}
.printDesign2 {
	background-size: 100%;
}
.camerons .banner, .gaughan .banner, .bauer .banner, .aaa .banner, .abc .banner, .bone-foam .banner, .bluebird .banner {
	background-size: auto 100%
}
.footer .fourth {
	font-size: inherit;
}
}

@media only screen and (max-width: 980px) {
.header {
	background: rgba(43,51,130,1);
}
#showRight {
	background: #1e2b76;
}
.fourth {
	width: 46%;
	margin: 14px 4% 30px 0;
}
.third {
	margin-bottom: 40px;
}
.linebreak {
	display: none;
}
.client-list {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3
}
.sitemap2 .third {
	margin-bottom: 0;
}
}

@media only screen and (max-width: 770px) {
.content {
	padding: 60px 0;
}
.spacer {
	height: 60px;
}
.right {
	float: left;
}
.half, .twoThird, .third, .fourth, .intro .left, .intro .right {
	width: 100%;
}
.third .icon {
	float: left;
	width: 25%;
	height: 100%;
	margin: 0 5% 0 0;
}
.third .icon img {
	max-width: 100%;
}
.third .text {
	float: left;
	width: 70%;
}
.banner {
	padding: 100px 0px 60px;
	background-attachment: scroll;
	background-position: top center;
	background-size: auto;
}
.banner .button {
	margin-top: 10px;
}
.bg-fixed-cover {
	background-attachment: scroll;
	background-position: top center;
	background-size: auto;
}
.headerBox {
	max-width: none;
}
.gallery div {
	width: 33%;
}
.home-banner2 {
	padding-bottom: 0;
}
.home-banner2 h1, .home-video-banner h1 {
	line-height:0.9em;
}
.home-banner2 .small, .home-video-banner .small {
	font-size: 0.6em;
	font-weight: 400;
	letter-spacing: 0;
}
.home-banner2 .large, .home-video-banner .large {
	font-size: 1em;
}
.home2 .spacer, .home2 .fifth {
	display: none;
}
.cazVideo2 .third {
	text-align: center;
}
.marketingFusion1 .container {
	line-height: 1em;
}
.marketingFusion1 h1 {
	font-size: 1em;
}
.marketingFusion2 .center, .marketingFusion5 .center {
	text-align:left;	
}
.marketingFusion2 .spacer {
	height:40px;
}
.marketingFusion5 .spacer {
	display:none;
}
.services2 .spacer {
	display: none;
}
.marketing2 {
	background-size: 800px;
}
.websiteDesign1, .landing-ecommerce-1, .landing-health-1 {
	padding-bottom: 44%;
	background-position: center bottom;
	background-size: 200% auto;
}
.websiteDesign3 .spacer.hide {
	display:none;
}
.content.websiteDesign5 {
	padding-bottom: 45%;
	background-size: 90% auto;
}
.websiteDesign2 {
	background-size: auto 100%;
}
.eCommerce2 table img {
	padding-right: 20px;
}
.eCommerce4, .eCommerce5, .eCommerce6, .eCommerce7, .eCommerce8, .eCommerce9, .eCommerce10 {
	background-size:cover;
}
.eCommerce4 img, .eCommerce5 img, .eCommerce6 img, .eCommerce7 img, .eCommerce8 img, .eCommerce9 img, .eCommerce10 img {
	margin:40px 0 20px 0;
}
.content.software4 {
	padding-bottom: 45%;
	background-size: 90% auto;
}
.socialMedia2 {
	background-position: bottom center;
	background-size: 100%;
}
.socialMedia3 img {
	padding-right: 20px;
}
.video2 {
	background-position: center;
	background-size: 100%;
}
.contentMarketing2 {
	background-size: 100%;
}
.printDesign2 {
	background-size: 100%;
}
.landing-ecommerce-2 {
	background-size: auto 100%;
}
.printDesign3 .spacer {
	display: none;
}
.client-list {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2
}
.case-study-nav {
	padding: 20px 0;
}
.case-study-nav a span {
	display: none;
}
.camerons .six img, .bauer .six img, .aaa .four img, .bone-foam .six img {
	margin: 0 0 20px 0;
}
.camerons .banner, .gaughan .banner, .bauer .banner, .aaa .banner, .abc .banner, .bone-foam .banner, .bluebird .banner {
	background-size: auto 100%
}
.bone-foam .two .third, .fortis .two .third {
	margin-bottom: 0;
}
.errorPage .banner {
	padding:40px 0;
}
.errorPage .container {
	font-size:1em;
}
.case-studies > a, .case-studies .gaughan, .case-studies .bone-foam {
	width: 50%;
	height: 115px;
	padding: 30px 0;
}
.case-studies .bone-foam {
	background-color: #eee;
}
.case-studies-version-b .left, .case-studies-version-b .right {
	float:none;
	margin:0 auto;
}
.floorPlan2 .left, .floorPlan3 .right, .floorPlan4 .left {
	margin-bottom: 30px
}
.callouts .left {
	margin-bottom: 50px;
}
.callouts .left table img, .callouts .right table img {
	display: none;
}
.footer .newsletter-signup span {
	display:block;
}
.footer .newsletter-signup .button {
	margin:10px;
}
.footer .fourth, .footer .half.features {
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
	text-align: left;
}
.footer .half.features a {
	margin: 0 60px 20px 0;
}
.marketing-fusion-1 .title, .marketing-fusion-1 .sub-title {
	text-align: center !important;
}
.marketing-fusion-1 .title {
	font-size: 22px;
	line-height: 26px;
}
.marketing-fusion-1 .sub-title {
	font-size: 16px;
	line-height: 18px;
}
.marketing-fusion-2 {
	padding-bottom: 200px;	
}
.marketing-fusion-2 .half {
    width: 80%;
	min-width: 0;
	margin: 0 auto;
}
.marketing-fusion-3 .photo {
    width: 100%;
	max-width: none;
	margin: 0 0 20px;
	text-align: center;
}
.marketing-fusion-3 .testimonial {
    width: 100%;
}
.marketing-fusion-5.case-studies > div {
    width: 100%;
    height: auto;
    padding: 60px 30px;
	border: none;
}
}

@media screen and (device-width: 768px){

.home-video-banner {
	height: auto;
	padding: 100px 0px 60px !important;
}
.home-video-banner video {
	display:none;
}	
}


@media only screen and (max-width: 480px) {
#showRight {
	width: auto;
}
h1, h2 {
	font-size: 1.4em;
	line-height: 1em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: inherit;
}
a.button {
	font-size: 1em;
}
.banner .button {
	font-size: 0.65em;
}
.third h4 {
	margin-bottom: 0;
}
.headerBox {
	margin: 0 auto 30px auto;
	padding: 10px 30px;
}
.gallery div {
	width: 50%;
}
.gallery .hide {
	display: none;
}
/*.home-banner2 h1, .home-video-banner h1 {
	line-height:1.2em;
}
.home-banner2 h1 br, .home-video-banner h1 br {
	display:none;
}
.home-banner2 .small, .home-video-banner .small {
	font-size: 1em;
	letter-spacing: 0;
}
.home-banner2 .large, .home-video-banner .large {
	font-size: 1em;
}*/
.home-banner2 h1 .hide, .home-video-banner h1 .hide {
	display:none;
}
.home-video-banner {
	height: auto;
	padding: 100px 0px 60px !important;
}
.home-video-banner video {
	display:none;
}
.client-list {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	text-align: center;
}
.history2 .twoThird {
	margin: 0 auto 60px auto
}
.propertyTemplate2 .bullets {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1
}
.errorPage {
	background-position: center 400px;
}
.case-studies-version-b .left, .case-studies-version-b .right {
	border-radius:0;
}
.case-studies > a, .case-studies .gaughan, .case-studies .bone-foam {
	width: 100%;
}
.case-studies-version-b .camerons, .case-studies-version-b .gaughan, .case-studies-version-b .bauer, .case-studies-version-b .aaa, .case-studies-version-b .abc, .case-studies-version-b .bone-foam, .case-studies-version-b .bluebird {
	width: 100%;
	padding:0;
}
.about3 .hide, .bauer .seven .hide, .aaa .one .hide, .abc .one .hide {
	display: none;
}
.about3 img, .bauer .seven img, .aaa .one img, .abc .one img {
	width: 50%;
}
.contact3 {
	/*background-blend-mode:multiply;
	background-color:#999;*/
}
.contact3 .half {
    width: 90%;
    padding: 60px 5%;
	color:#fff;
	background-color:transparent;
}
.contact3 .half div {
	max-width:none;
	text-align:center;
}
.contact3 h3 {
	color:#fff;
}

.case-studies .abc {
	width: 100%; /* Fix for five case studies layout */
}
#newsletter-signup-popup {
	width:300px;
	margin-left:-150px;
	padding:20px 20px 30px;
}
#newsletter-signup-popup img {
	max-width:200px;
}
.marketing-fusion-2 .half {
    padding: 30px 20px;
}
.marketing-fusion-2 h4 {
	font-size: 18px;
	line-height: 22px;
}
.marketing-fusion-3 .container div {
    font-size: 16px;
    line-height:20px;
}
.case-study-popup {
	display: none;
}
}
