body,p,td,li {
	color: #000000;
}
.footer,.footer a {
	color: #000000;
}
.nav,.nav a {
	background: #0A3363;
	color: #FFFFFF;
}
.nav a:hover {
	background: #072242;
	color: #FFFFFF;
}
.sidebar .item {
	background: #0A3363;
}
.cta-phone {
	background: #046AD0;
}
.sidebar .buttons .item h2,
.sidebar .buttons .item p,
.sidebar .buttons .item a {
	color: #FFFFFF;
}
.sidebar .item a {
	color: #FFFFFF;
}
h1,h2,h3,h4,h5,h6 {
	color: #0A3363;
}
a {
	color: #0A3363;
}



.nav,.nav-container {
	background: #0A3363;
}
.header-container {
	background: #DBDBDB url(../images/topbg.png) repeat-x;
}

.slideshow-container,
.page-container,
.footer-container {
	background: #fff;
}

.container {
	width: 1000px;
	margin: 0 auto;
}

body,td,li,p {
	font-family: arial;
	font-size: 13px;
}
body {
	margin:0px;
}


.sidebar {
	float: right;
	margin: 20px 10px 10px 30px;
	width: 240px;
}
.sidebar h1 {
	font-size: 16px;
}
.sidebar h1 {
	margin-top: 20px;
}
.sidebar h1:first-child {
	margin-top: 0px !important;
}
.sidebar .item ul {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.sidebar .buttons .item {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	cursor: pointer;			
}
.sidebar .buttons .item h1,
.sidebar .buttons .item h2,
.sidebar .buttons .item h3,
.sidebar .buttons .item h4,
.sidebar .buttons .item h5,
.sidebar .buttons .item h6 {
	margin-top: 0px;
	padding-top: 0px;
}
.sidebar .buttons .item h2 {
	position: relative;top: -3px;
	font-size: 15px;
}
.sidebar .buttons .item p {
	position: relative;top: -2px;
}
.sidebar .buttons .item h2,
.sidebar .buttons .item p,
.sidebar .buttons .item a {
	margin: 0px;
	padding: 0px;
}
.sidebar .buttons .item {
	padding: 10px 10px 8px 10px;
	margin-top: 15px;
	min-height: 50px;
}
.sidebar .buttons .item:first-child {
	margin-top: 0px !important;
}
.sidebar .buttons .item .icon {
	float: left;
	margin-right: 10px;
	width: 50px; height: 50px;
}
.sidebar .sidebar-form input[type="text"] {
	width: 130px;
	padding: 4px;
}
.sidebar .sidebar-form input[type="submit"] {
	width: 90px;
	padding: 4px;
}
.sidebar .testimonials .item p {
	font-style: italic;
	margin-bottom: 5px;
}
.sidebar .testimonials .item {
	margin-bottom: 10px;
}
.sidebar .testimonials .item {
	padding-bottom: 10px;
}
.sidebar .testimonials .item:last-child {
	border-bottom: 0px !important;
	padding-bottom: 0px;
}


.footer {
	text-align:center;
}
.footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.footer ul li {
	display: inline;
	padding: 0px;
	margin: 0px;
}
.footer {
	padding: 10px;
	line-height: 20px;
}

.contact-form {
	position: relative; left: -4px;
}
.contact-form input[type="text"] {
	padding: 5px;
	width: 230px;
}
.contact-form input[type="submit"] {
	padding: 5px;
}
.contact-form textarea {
	padding: 5px;
	width: 230px;
	height: 90px;
	font-family: arial;
}

.gallery-item {
	float: left;
	width: 185px;
	height: 185px;
	margin: 0 25px 10px 0;
}
.gallery-item img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.gallery-item .gallery-caption {
	padding: 7px;
	font-weight: bold;
	font-size: 12px;
	height: 26px;
	text-align:center;
	width: 171px;
	overflow: hidden;
	text-align:center;
}

.slideshow,
.slideshow-container,
.slideshow-overlay {
	width: 1000px;
	height: 300px;
}
.slideshow-overlay {
	position: absolute;
	z-index: 999;
}



.page-container {
	background: #fff;
	width: 960px;
	display: inline-block;
	padding: 10px 20px 0 20px;
}

.nav {
	text-align:center;
	text-transform: uppercase;
}
.nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.nav ul li {
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: 0px;
	margin: 0px;
}
.nav a {
	text-decoration: none;
	padding: 17px 15px 18px 15px;
	font-size: 16px;
	font-weight: bold;
}



.logo-feature {
	width: 131px;
	padding: 0 0 50px 46px;
	border: 0px;
}
.header {
	text-align: center;
}
.ribbons {
	background: url(../images/ribbons.png) no-repeat top left;
}



.sidebar .sidebar-nav-buttons {
	margin-bottom: 15px;
}
.sidebar .sidebar-nav-buttons .item {
	cursor: pointer;
	padding: 15px;
}
.sidebar .sidebar-nav-buttons a {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}
.sidebar .sidebar-nav-buttons .item:last-child {
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.sidebar .sidebar-nav-buttons .item:first-child {
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}





.ribbons {
	text-align: left;
}
.ribbons-container {
	height: 111px;
	width: 380px;
	overflow: visible;
	cursor: pointer;
}
.ribbons {
	z-index: 3999;
	position: relative;
}
.qualification {
	margin-left: 14px;
}

.cta h2 {
	font-size: 20px;
	font-weight: bold;
	margin:0;
	padding: 0px;
}
.cta {
	position: relative;
	top: -5px;
}
.cta img {
	position: relative;
	top: 4px;
}
.cta h1 {
	color: #212121;
	font-size: 28px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.cta {
	margin-right: 10px;
}

.nav li {
}

.footer-container {
	height: 300px;
	margin-top: 50px;
	background: #303030 ;
	position: relative; top: 1px;
}
.footer,
.footer a,
.footer li {
	color: #FFFFFF;
}
.footer ul a {
	font-weight: bold;
}
.footer {
	padding: 15px 0 15px 0;
}
.slideshow-container {
	overflow: hidden;
	width: 100%;
	margin: auto 0;
}

.feature-container {
	width: 960px;
	height: 100px;
	overflow: visible;
	position: relative; top: -80px;
}
.feature-title {
	padding: 15px;
	background: #0071BD;
	color: #FFFFFF;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
.feature-item2 {
	margin: 0 4px 0 4px;
}
.feature-item1 {
	margin: 0 8px 0 0;
}
.feature-item3 {
	margin: 0 0 0 8px;
}





.side-top-text {
	font-size: 35px !important;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 55px !important;
}
.feature-box-container {
	width: 1000px;
}
td:last-child .feature-box-item {
	margin-right: 0px;
}
td:first-child .feature-box-item {
	margin-left: 0px;
}
.feature-box-item {
	background: #F2F2F2;
	padding: 30px;
	margin-right: 16px;
	margin-left: 16px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;	
}
.feature-box-title {
	font-size: 23px;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 15px;
	color: #292B2D;
}
.feature-icon {
	width: 200px;
	height: 160px;
}
.feature-background-1 {
	background: url(../images/feature-1.png) center no-repeat;
}
.feature-background-2 {
	background: url(../images/feature-2.png) center no-repeat;
}
.feature-background-3 {
	background: url(../images/feature-3.png) center no-repeat;
}

.feature-box-description {
	font-size: 15px;
	line-height: 21px;
	color: #292B2D;
}


.process-box-item {
	padding: 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;	
}
.process-box-title {
	font-size: 23px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #292B2D;
}
.process-box-item img {
	width: 150px;
	height: 150px;
}

.process-box-description {
	font-size: 15px;
	line-height: 21px;
	color: #292B2D;
}


.page-container {
	position: relative;
	top: -30px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.hero h1 {
	text-align: center;
	font-size: 45px;
	margin: 20px 0 10px 0;
}
.hero h2 {
	text-align: center;
	font-size: 25px;
	margin: 0px 0 40px 0;
	color: #292B2D;
}
.subhero h1 {
	margin-bottom: 40px !important;
}
.subhero h2 {
	margin-top: 40px;
}
.subhero2 h2 {
	margin-bottom: 10px;
}
.first-subhero h2 {
	margin-top: 20px;
}
.spacer {
	padding-top: 60px !important;
}
.spacer-banner {
	padding-top: 150px !important;
}
.subspacer {
	padding-top: 20px !important;
}
.portfolio-container {
	text-align: center;
	background: #3C3C3C;
}
.portfolio-container {
	max-width: 1900px;
	margin: 0 auto;
}
.mid-cta {
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: center;
}
.mid-cta a {
	text-decoration:none;
	padding: 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-size: 20px;
	font-weight: bold;
}
.mid-cta a:hover {
	background: #072242;
}

.top-cta {
	text-align: center;
	position: relative; top: -4px;
}
.top-cta a {
	text-decoration:none;
	padding: 20px 15px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-size: 15px;
	font-weight: bold;	
}
.top-cta a:hover {
	background: #072242;
}



.package-cta {
	padding: 8px;
	margin-top: 15px;
}
.package-cta a {
	text-decoration:none;
	padding: 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-size: 16px;
	font-weight: bold;	
}
.package-cta a:hover {
	background: #072242;
}

.spot-outer-container {
	height: 1px;
	overflow: visible;
	z-index: 1;
}
.spot-container {
	position: relative;
	top: -185px;
	left: 850px;
	width: 211px;
	z-index: 1;
}
.spot-container img {
	width: 211px;
	height: 211px;
	border: 0px;
}


.nav-overlay {
	position: fixed; left: 0px; top: 0px;
	width: 100%;
	z-index: 2;
}
.nav-overlay .nav-container {
	position: relative; top: -1px;
}
.overlay-logo-container {
	height: 1px; overflow: visible;
	position: relative;
	z-index: 3;
}
.overlay-logo {
	padding: 10px 20px 20px 20px;
	background: #fff;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.81);
	width: 240px;
}

.design-stop-motion {
	margin: 44px 0 0 112px;
}

.portfolio-feature-laptop {
	width: 720px;
	height: 388px;
	background: url(../images/portfolio_featured_laptop.png) no-repeat;
	margin: 0 auto;
	margin-bottom: 55px;
}

.full-banner {
	width: 100%;
	height: 300px;
	background-repeat: no-repeat;
	background-position: center top;
}
.welcome-banner {
	margin-top: 0px !important;
	background-image: url(../images/welcome-banner.jpg);
	height: 300px;
}
.packages-banner {}
.digital-marketing-banner {
	background-image: url(../images/digital-marketing-banner.jpg);
}
.case-studies-banner {
	background-image: url(../images/case-studies-banner.jpg);
}
.our-process-banner {
	background-image: url(../images/process-banner.jpg);
}
.online-marketing-banner {
	background-image: url(../images/online-marketing-banner.jpg);
}
.packages-banner {
	background-image: url(../images/packages-banner.jpg);
}
.portfolio-banner {
	background-image: url(../images/portfolio-banner.jpg);
}
.aboutus-banner {
	background-image: url(../images/aboutus-banner.jpg);
}
.gallery-banner {
	background-image: url(../images/gallery-banner.jpg);
}
.maintenance-banner {
	background-image: url(../images/maintenance-banner.jpg);
}
.renovation-banner {
	background-image: url(../images/renovation-banner.jpg);
}



.testimonial-box-item {
	background: #F2F2F2;
	padding: 30px;
	margin-bottom: 26px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;	
	font-size: 16px;
	line-height: 22px;
	height: 100px;
}
.testimonial-photo {
	width: 100px; 
	height: 100px;
	float: left; 
	margin-right: 20px;
	-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
}
.testimonial-stars {
	margin-bottom: 14px;
	margin-top: 5px;
}
.about-us-container {
	font-size: 14px;
	line-height: 20px;
}
.case-study-logonow {
	float: right;
	margin-left: 10px;
	width: 400px; height: 350px;
}
.adam-photo {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	width: 60px; height: 60px; float: left; margin-right: 10px;
}
.adam-spacer {
	height: 7px;
}
.case-study-container {
	width: 920px;
	margin: 0 auto;
}

.only-240 {
	background: url(../images/only-240.png) no-repeat bottom right;
}
.only-395 {
	background: url(../images/only-395.png) no-repeat bottom right;
}

.banner-map-container {
	width: 100%;
	height: 300px;
	overflow: hidden;
}
.banner-map-container iframe {
	position: relative; top: -200px;
}
.map-banner {
	background-image: url(../images/contact-banner.png);
}

.footer-text {
	margin-top: 20px;
	color: #fff;
}
.footer-text td {
	color: #fff;
	font-size: 14px;
}

.contact-box {
	background: #F2F2F2;
	padding: 30px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.contact-box td,
.contact-box td p {
	font-family: arial;
	font-size: 14px;	
}

.inline-cta {
	font-size: 16px;
	margin-left: 5px;
	position: relative; top: -3px;
}
.inline-cta a {
	padding: 8px 10px 8px 10px;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}
.inline-cta a:hover {
	background: #072242;
}
.case-study-title {
	padding-top: 5px;
}

.gst-exclusive {
	text-align: center;
	font-weight: bold;
	padding-bottom: 15px;
	letter-spacing: -1px;
}
}
.sidebar .item a {
	color: #FFFFFF;
}
h1,h2,h3,h4,h5,h6 {
	color: #0A3363;
}
a {
	color: #0A3363;
}


.nav,.nav-container {
	background: #0A3363;
}
.header-container {
	background: #DBDBDB url(../images/topbg.png) repeat-x;
}

.slideshow-container,
.page-container,
.footer-container {
	background: #fff;
}

.container {
	width: 1000px;
	margin: 0 auto;
}

body,td,li,p {
	font-family: arial;
	font-size: 13px;
}
body {
	margin:0px;
}


.sidebar {
	float: right;
	margin: 20px 10px 10px 30px;
	width: 240px;
}
.sidebar h1 {
	font-size: 16px;
}
.sidebar h1 {
	margin-top: 20px;
}
.sidebar h1:first-child {
	margin-top: 0px !important;
}
.sidebar .item ul {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.sidebar .buttons .item {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	cursor: pointer;			
}
.sidebar .buttons .item h1,
.sidebar .buttons .item h2,
.sidebar .buttons .item h3,
.sidebar .buttons .item h4,
.sidebar .buttons .item h5,
.sidebar .buttons .item h6 {
	margin-top: 0px;
	padding-top: 0px;
}
.sidebar .buttons .item h2 {
	position: relative;top: -3px;
	font-size: 15px;
}
.sidebar .buttons .item p {
	position: relative;top: -2px;
}
.sidebar .buttons .item h2,
.sidebar .buttons .item p,
.sidebar .buttons .item a {
	margin: 0px;
	padding: 0px;
}
.sidebar .buttons .item {
	padding: 10px 10px 8px 10px;
	margin-top: 15px;
	min-height: 50px;
}
.sidebar .buttons .item:first-child {
	margin-top: 0px !important;
}
.sidebar .buttons .item .icon {
	float: left;
	margin-right: 10px;
	width: 50px; height: 50px;
}
.sidebar .sidebar-form input[type="text"] {
	width: 130px;
	padding: 4px;
}
.sidebar .sidebar-form input[type="submit"] {
	width: 90px;
	padding: 4px;
}
.sidebar .testimonials .item p {
	font-style: italic;
	margin-bottom: 5px;
}
.sidebar .testimonials .item {
	margin-bottom: 10px;
}
.sidebar .testimonials .item {
	padding-bottom: 10px;
}
.sidebar .testimonials .item:last-child {
	border-bottom: 0px !important;
	padding-bottom: 0px;
}


.footer {
	text-align:center;
}
.footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.footer ul li {
	display: inline;
	padding: 0px;
	margin: 0px;
}
.footer {
	padding: 10px;
	line-height: 20px;
}

.contact-form {
	position: relative; left: -4px;
}
.contact-form input[type="text"] {
	padding: 5px;
	width: 230px;
}
.contact-form input[type="submit"] {
	padding: 5px;
}
.contact-form textarea {
	padding: 5px;
	width: 230px;
	height: 90px;
	font-family: arial;
}

.gallery-item {
	float: left;
	width: 185px;
	height: 185px;
	margin: 0 25px 10px 0;
}
.gallery-item img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.gallery-item .gallery-caption {
	padding: 7px;
	font-weight: bold;
	font-size: 12px;
	height: 26px;
	text-align:center;
	width: 171px;
	overflow: hidden;
	text-align:center;
}

.slideshow,
.slideshow-container,
.slideshow-overlay {
	width: 1000px;
	height: 300px;
}
.slideshow-overlay {
	position: absolute;
	z-index: 999;
}



.page-container {
	background: #fff;
	width: 960px;
	display: inline-block;
	padding: 10px 20px 0 20px;
}

.nav {
	text-align:center;
	text-transform: uppercase;
}
.nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.nav ul li {
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: 0px;
	margin: 0px;
}
.nav a {
	text-decoration: none;
	padding: 17px 15px 18px 15px;
	font-size: 16px;
	font-weight: bold;
}



.logo-feature {
	width: 131px;
	padding: 0 0 50px 46px;
	border: 0px;
}
.header {
	text-align: center;
}
.ribbons {
	background: url(../images/ribbons.png) no-repeat top left;
}



.sidebar .sidebar-nav-buttons {
	margin-bottom: 15px;
}
.sidebar .sidebar-nav-buttons .item {
	cursor: pointer;
	padding: 15px;
}
.sidebar .sidebar-nav-buttons a {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}
.sidebar .sidebar-nav-buttons .item:last-child {
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.sidebar .sidebar-nav-buttons .item:first-child {
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}





.ribbons {
	text-align: left;
}
.ribbons-container {
	height: 111px;
	width: 380px;
	overflow: visible;
	cursor: pointer;
}
.ribbons {
	z-index: 3999;
	position: relative;
}
.qualification {
	margin-left: 14px;
}

.cta h2 {
	color: #212121;
	font-size: 20px;
	font-weight: bold;
	margin:0;
	padding: 0px;
}
.cta {
	position: relative;
	top: -5px;
}
.cta img {
	position: relative;
	top: 4px;
}
.cta h1 {
	color: #212121;
	font-size: 28px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.cta {
	margin-right: 10px;
}

.nav li {
}

.footer-container {
	height: 300px;
	margin-top: 50px;
	background: #303030 ;
	position: relative; top: 1px;
}
.footer,
.footer a,
.footer li {
	color: #FFFFFF;
}
.footer ul a {
	font-weight: bold;
}
.footer {
	padding: 15px 0 15px 0;
}
.slideshow-container {
	overflow: hidden;
	width: 100%;
	margin: auto 0;
}

.feature-container {
	width: 960px;
	height: 100px;
	overflow: visible;
	position: relative; top: -80px;
}
.feature-title {
	padding: 15px;
	background: #0071BD;
	color: #FFFFFF;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
.feature-item2 {
	margin: 0 4px 0 4px;
}
.feature-item1 {
	margin: 0 8px 0 0;
}
.feature-item3 {
	margin: 0 0 0 8px;
}





.side-top-text {
	font-size: 35px !important;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 55px !important;
}
.feature-box-container {
	width: 1000px;
}
td:last-child .feature-box-item {
	margin-right: 0px;
}
td:first-child .feature-box-item {
	margin-left: 0px;
}
.feature-box-item {
	background: #F2F2F2;
	padding: 30px;
	margin-right: 16px;
	margin-left: 16px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;	
}
.feature-box-title {
	font-size: 23px;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 15px;
	color: #292B2D;
}
.feature-box-description {
	font-size: 15px;
	line-height: 21px;
	color: #292B2D;
}


.process-box-item {
	padding: 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;	
}
.process-box-title {
	font-size: 23px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #292B2D;
}
.process-box-item img {
	width: 150px;
	height: 150px;
}

.process-box-description {
	font-size: 15px;
	line-height: 21px;
	color: #292B2D;
}


.page-container {
	position: relative;
	top: -30px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.hero h1 {
	text-align: center;
	font-size: 45px;
	margin: 20px 0 10px 0;
}
.hero h2 {
	text-align: center;
	font-size: 25px;
	margin: 0px 0 40px 0;
	color: #292B2D;
}
.subhero h1 {
	margin-bottom: 40px !important;
}
.subhero h2 {
	margin-top: 40px;
}
.subhero2 h2 {
	margin-bottom: 10px;
}
.first-subhero h2 {
	margin-top: 20px;
}
.spacer {
	padding-top: 60px !important;
}
.spacer-banner {
	padding-top: 150px !important;
}
.subspacer {
	padding-top: 20px !important;
}
.portfolio-container {
	text-align: center;
	background: #3C3C3C;
}
.portfolio-container {
	max-width: 1900px;
	margin: 0 auto;
}
.mid-cta {
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: center;
}
.mid-cta a {
	background: #0A3363;
	color: #fff;
	text-decoration:none;
	padding: 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-size: 20px;
	font-weight: bold;	
}
.mid-cta a:hover {
	background: #072242;
}

.top-cta {
	text-align: center;
	position: relative; top: -4px;
}
.top-cta a {
	background: #0A3363;
	color: #fff;
	text-decoration:none;
	padding: 20px 15px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-size: 15px;
	font-weight: bold;	
}
.top-cta a:hover {
	background: #072242;
}



.package-cta {
	padding: 8px;
	margin-top: 15px;
}
.package-cta a {
	background: #0A3363;
	color: #fff;
	text-decoration:none;
	padding: 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-size: 16px;
	font-weight: bold;	
}
.package-cta a:hover {
	background: #072242;
}

.spot-outer-container {
	height: 1px;
	overflow: visible;
	z-index: 1;
}
.spot-container {
	position: relative;
	top: -185px;
	left: 850px;
	width: 211px;
	z-index: 1;
}
.spot-container img {
	width: 211px;
	height: 211px;
	border: 0px;
}


.nav-overlay {
	position: fixed; left: 0px; top: 0px;
	width: 100%;
	z-index: 2;
}
.nav-overlay .nav-container {
	position: relative; top: -1px;
}
.overlay-logo-container {
	height: 1px; overflow: visible;
	position: relative;
	z-index: 3;
}
.overlay-logo {
	padding: 10px 20px 20px 20px;
	background: #fff;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.81);
	width: 180px;
}

.design-stop-motion {
	margin: 44px 0 0 112px;
}

.portfolio-feature-laptop {
	width: 720px;
	height: 388px;
	background: url(../images/portfolio_featured_laptop.png) no-repeat;
	margin: 0 auto;
	margin-bottom: 55px;
}

.full-banner {
	width: 100%;
	height: 300px;
	background-repeat: no-repeat;
	background-position: center top;
}
.welcome-banner {
	margin-top: 0px !important;
	background-image: url(../images/welcome-banner.jpg);
	height: 300px;
}
.packages-banner {}
.digital-marketing-banner {
	background-image: url(../images/digital-marketing-banner.jpg);
}
.case-studies-banner {
	background-image: url(../images/case-studies-banner.jpg);
}
.our-process-banner {
	background-image: url(../images/process-banner.jpg);
}
.online-marketing-banner {
	background-image: url(../images/online-marketing-banner.jpg);
}
.packages-banner {
	background-image: url(../images/packages-banner.jpg);
}
.portfolio-banner {
	background-image: url(../images/portfolio-banner.jpg);
}
.aboutus-banner {
	background-image: url(../images/aboutus-banner.jpg);
}



.testimonial-box-item {
	background: #F2F2F2;
	padding: 30px;
	margin-bottom: 26px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;	
	font-size: 16px;
	line-height: 22px;
	height: 100px;
}
.testimonial-photo {
	width: 100px; 
	height: 100px;
	float: left; 
	margin-right: 20px;
	-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
}
.testimonial-stars {
	margin-bottom: 14px;
	margin-top: 5px;
}
.about-us-container {
	font-size: 14px;
	line-height: 20px;
}
.case-study-logonow {
	float: right;
	margin-left: 10px;
	width: 400px; height: 350px;
}
.adam-photo {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	width: 60px; height: 60px; float: left; margin-right: 10px;
}
.adam-spacer {
	height: 7px;
}
.case-study-container {
	width: 920px;
	margin: 0 auto;
}

.only-240 {
	background: url(../images/only-240.png) no-repeat bottom right;
}
.only-395 {
	background: url(../images/only-395.png) no-repeat bottom right;
}

.banner-map-container {
	width: 100%;
	height: 300px;
	overflow: hidden;
}
.banner-map-container iframe {
	position: relative; top: -200px;
}
.map-banner {
	background-image: url(../images/contact-banner.png);
}

.footer-text {
	margin-top: 20px;
	color: #fff;
}
.footer-text td {
	color: #fff;
	font-size: 14px;
}

.contact-box {
	background: #F2F2F2;
	padding: 30px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.contact-box td,
.contact-box td p {
	font-family: arial;
	font-size: 14px;	
}

.inline-cta {
	font-size: 16px;
	margin-left: 5px;
	position: relative; top: -3px;
}
.inline-cta a {
	color: #fff;
	background: #0A3363;
	padding: 8px 10px 8px 10px;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}
.inline-cta a:hover {
	background: #072242;
}
.case-study-title {
	padding-top: 5px;
}

.half-banner {
	width: 100%;
	height: 150px !important;
	background-repeat: no-repeat;
	background-position: center center !important;
}
.renovations-photos {
	float: right;
	margin-left: 50px;
}
.handyman {
	float: left;
	margin-right: 50px;
	width: 500px;
}

.testimonial-box-item {
	background: #F2F2F2;
	padding: 30px;
	margin-bottom: 26px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;	
	font-size: 16px;
	line-height: 22px;
	height: 100px;
}
.testimonial-photo {
	width: 100px; 
	height: 100px;
	float: left; 
	margin-right: 20px;
	-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
}
.testimonial-stars {
	margin-bottom: 14px;
	margin-top: 5px;
}
.about-us-container {
	font-size: 14px;
	line-height: 20px;
}
.case-study-logonow {
	float: right;
	margin-left: 10px;
	width: 400px; height: 350px;
}
.adam-photo {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	width: 60px; height: 60px; float: left; margin-right: 10px;
}
.adam-spacer {
	height: 7px;
}
.case-study-container {
	width: 920px;
	margin: 0 auto;
}

.only-240 {
	background: url(../images/only-240.png) no-repeat bottom right;
}
.only-395 {
	background: url(../images/only-395.png) no-repeat bottom right;
}

.banner-map-container {
	width: 100%;
	height: 300px;
	overflow: hidden;
}
.banner-map-container iframe {
	position: relative; top: -200px;
}
.map-banner {
	background-image: url(../images/contact-banner.png);
}

.footer-text {
	margin-top: 20px;
	color: #fff;
}
.footer-text td {
	color: #fff;
	font-size: 14px;
}

.contact-box {
	background: #F2F2F2;
	padding: 30px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.contact-box td,
.contact-box td p {
	font-family: arial;
	font-size: 14px;	
}

.inline-cta {
	font-size: 16px;
	margin-left: 5px;
	position: relative; top: -3px;
}
.inline-cta a {
	color: #fff;
	background: #0A3363;
	padding: 8px 10px 8px 10px;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}
.inline-cta a:hover {
	background: #072242;
}
.case-study-title {
	padding-top: 5px;
}

.gst-exclusive {
	text-align: center;
	font-weight: bold;
	padding-bottom: 15px;
	letter-spacing: -1px;
}
}
.sidebar .item a {
	color: #FFFFFF;
}
h1,h2,h3,h4,h5,h6 {
	color: #0A3363;
}
a {
	color: #0A3363;
}



.nav,.nav-container {
	background: #0A3363;
}
.header-container {
	background: #DBDBDB url(../images/topbg.png) repeat-x;
}

.slideshow-container,
.page-container,
.footer-container {
	background: #fff;
}

.container {
	width: 1000px;
	margin: 0 auto;
}

body,td,li,p {
	font-family: arial;
	font-size: 13px;
}
body {
	margin:0px;
}


.sidebar {
	float: right;
	margin: 20px 10px 10px 30px;
	width: 240px;
}
.sidebar h1 {
	font-size: 16px;
}
.sidebar h1 {
	margin-top: 20px;
}
.sidebar h1:first-child {
	margin-top: 0px !important;
}
.sidebar .item ul {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.sidebar .buttons .item {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	cursor: pointer;			
}
.sidebar .buttons .item h1,
.sidebar .buttons .item h2,
.sidebar .buttons .item h3,
.sidebar .buttons .item h4,
.sidebar .buttons .item h5,
.sidebar .buttons .item h6 {
	margin-top: 0px;
	padding-top: 0px;
}
.sidebar .buttons .item h2 {
	position: relative;top: -3px;
	font-size: 15px;
}
.sidebar .buttons .item p {
	position: relative;top: -2px;
}
.sidebar .buttons .item h2,
.sidebar .buttons .item p,
.sidebar .buttons .item a {
	margin: 0px;
	padding: 0px;
}
.sidebar .buttons .item {
	padding: 10px 10px 8px 10px;
	margin-top: 15px;
	min-height: 50px;
}
.sidebar .buttons .item:first-child {
	margin-top: 0px !important;
}
.sidebar .buttons .item .icon {
	float: left;
	margin-right: 10px;
	width: 50px; height: 50px;
}
.sidebar .sidebar-form input[type="text"] {
	width: 130px;
	padding: 4px;
}
.sidebar .sidebar-form input[type="submit"] {
	width: 90px;
	padding: 4px;
}
.sidebar .testimonials .item p {
	font-style: italic;
	margin-bottom: 5px;
}
.sidebar .testimonials .item {
	margin-bottom: 10px;
}
.sidebar .testimonials .item {
	padding-bottom: 10px;
}
.sidebar .testimonials .item:last-child {
	border-bottom: 0px !important;
	padding-bottom: 0px;
}


.footer {
	text-align:center;
}
.footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.footer ul li {
	display: inline;
	padding: 0px;
	margin: 0px;
}
.footer {
	padding: 10px;
	line-height: 20px;
}

.contact-form {
	position: relative; left: -4px;
}
.contact-form input[type="text"] {
	padding: 5px;
	width: 230px;
}
.contact-form input[type="submit"] {
	padding: 5px;
}
.contact-form textarea {
	padding: 5px;
	width: 230px;
	height: 90px;
	font-family: arial;
}

.gallery-item {
	float: left;
	width: 185px;
	height: 185px;
	margin: 0 25px 10px 0;
}
.gallery-item img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.gallery-item .gallery-caption {
	padding: 7px;
	font-weight: bold;
	font-size: 12px;
	height: 26px;
	text-align:center;
	width: 171px;
	overflow: hidden;
	text-align:center;
}

.slideshow,
.slideshow-container,
.slideshow-overlay {
	width: 1000px;
	height: 300px;
}
.slideshow-overlay {
	position: absolute;
	z-index: 999;
}



.page-container {
	background: #fff;
	width: 960px;
	display: inline-block;
	padding: 10px 20px 0 20px;
}

.nav {
	text-align:center;
	text-transform: uppercase;
}
.nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.nav ul li {
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: 0px;
	margin: 0px;
}
.nav a {
	text-decoration: none;
	padding: 17px 15px 18px 15px;
	font-size: 16px;
	font-weight: bold;
}



.logo-feature {
	width: 131px;
	padding: 0 0 50px 46px;
	border: 0px;
}
.header {
	text-align: center;
}
.ribbons {
	background: url(../images/ribbons.png) no-repeat top left;
}



.sidebar .sidebar-nav-buttons {
	margin-bottom: 15px;
}
.sidebar .sidebar-nav-buttons .item {
	cursor: pointer;
	padding: 15px;
}
.sidebar .sidebar-nav-buttons a {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}
.sidebar .sidebar-nav-buttons .item:last-child {
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.sidebar .sidebar-nav-buttons .item:first-child {
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}





.ribbons {
	text-align: left;
}
.ribbons-container {
	height: 111px;
	width: 380px;
	overflow: visible;
	cursor: pointer;
}
.ribbons {
	z-index: 3999;
	position: relative;
}
.qualification {
	margin-left: 14px;
}

.cta h2 {
	color: #0A3363;
	font-size: 20px;
	font-weight: bold;
	margin:0;
	padding: 0px;
}
.cta {
	position: relative;
	top: -5px;
}
.cta img {
	position: relative;
	top: 4px;
}
.cta h1 {
	color: #212121;
	font-size: 28px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.cta {
	margin-right: 10px;
}

.nav li {
}

.footer-container {
	height: 300px;
	margin-top: 50px;
	background: #303030 ;
	position: relative; top: 1px;
}
.footer,
.footer a,
.footer li {
	color: #FFFFFF;
}
.footer ul a {
	font-weight: bold;
}
.footer {
	padding: 15px 0 15px 0;
}
.slideshow-container {
	overflow: hidden;
	width: 100%;
	margin: auto 0;
}

.feature-container {
	width: 960px;
	height: 100px;
	overflow: visible;
	position: relative; top: -80px;
}
.feature-title {
	padding: 15px;
	background: #0071BD;
	color: #FFFFFF;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
.feature-item2 {
	margin: 0 4px 0 4px;
}
.feature-item1 {
	margin: 0 8px 0 0;
}
.feature-item3 {
	margin: 0 0 0 8px;
}





.side-top-text {
	font-size: 35px !important;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 55px !important;
}
.feature-box-container {
	width: 1000px;
}
td:last-child .feature-box-item {
	margin-right: 0px;
}
td:first-child .feature-box-item {
	margin-left: 0px;
}
.feature-box-item {
	background: #F2F2F2;
	padding: 30px;
	margin-right: 16px;
	margin-left: 16px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;	
}
.feature-box-title {
	font-size: 23px;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 15px;
	color: #292B2D;
}
.feature-box-description {
	font-size: 15px;
	line-height: 21px;
	color: #292B2D;
}


.process-box-item {
	padding: 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;	
}
.process-box-title {
	font-size: 23px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #292B2D;
}
.process-box-item img {
	width: 150px;
	height: 150px;
}

.process-box-description {
	font-size: 15px;
	line-height: 21px;
	color: #292B2D;
}


.page-container {
	position: relative;
	top: -30px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.hero h1 {
	text-align: center;
	font-size: 45px;
	margin: 20px 0 10px 0;
}
.hero h2 {
	text-align: center;
	font-size: 25px;
	margin: 0px 0 40px 0;
	color: #292B2D;
}
.subhero h1 {
	margin-bottom: 40px !important;
}
.subhero h2 {
	margin-top: 40px;
}
.subhero2 h2 {
	margin-bottom: 10px;
}
.first-subhero h2 {
	margin-top: 20px;
}
.spacer {
	padding-top: 60px !important;
}
.spacer-banner {
	padding-top: 150px !important;
}
.subspacer {
	padding-top: 20px !important;
}
.portfolio-container {
	text-align: center;
	background: #3C3C3C;
}
.portfolio-container {
	max-width: 1900px;
	margin: 0 auto;
}
.mid-cta {
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: center;
}
.mid-cta a {
	background: #0A3363;
	color: #fff;
	text-decoration:none;
	padding: 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-size: 20px;
	font-weight: bold;	
}
.mid-cta a:hover {
	background: #072242;
}

.top-cta {
	text-align: center;
	position: relative; top: -4px;
}
.top-cta a {
	background: #0A3363;
	color: #fff;
	text-decoration:none;
	padding: 20px 15px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-size: 15px;
	font-weight: bold;	
}
.top-cta a:hover {
	background: #072242;
}



.package-cta {
	padding: 8px;
	margin-top: 15px;
}
.package-cta a {
	background: #0A3363;
	color: #fff;
	text-decoration:none;
	padding: 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-size: 16px;
	font-weight: bold;	
}
.package-cta a:hover {
	background: #072242;
}

.spot-outer-container {
	height: 1px;
	overflow: visible;
	z-index: 1;
}
.spot-container {
	position: relative;
	top: -185px;
	left: 850px;
	width: 211px;
	z-index: 1;
}
.spot-container img {
	width: 211px;
	height: 211px;
	border: 0px;
}


.nav-overlay {
	position: fixed; left: 0px; top: 0px;
	width: 100%;
	z-index: 2;
}
.nav-overlay .nav-container {
	position: relative; top: -1px;
}
.overlay-logo-container {
	height: 1px; overflow: visible;
	position: relative;
	z-index: 3;
}
.overlay-logo {
	padding: 10px 20px 20px 20px;
	background: #fff;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.81);
	width: 180px;
}

.design-stop-motion {
	margin: 44px 0 0 112px;
}

.portfolio-feature-laptop {
	width: 720px;
	height: 388px;
	background: url(../images/portfolio_featured_laptop.png) no-repeat;
	margin: 0 auto;
	margin-bottom: 55px;
}

.full-banner {
	width: 100%;
	height: 300px;
	background-repeat: no-repeat;
	background-position: center top;
}
.welcome-banner {
	margin-top: 0px !important;
	background-image: url(../images/welcome-banner.jpg);
	height: 300px;
}
.packages-banner {}
.digital-marketing-banner {
	background-image: url(../images/digital-marketing-banner.jpg);
}
.case-studies-banner {
	background-image: url(../images/case-studies-banner.jpg);
}
.our-process-banner {
	background-image: url(../images/process-banner.jpg);
}
.online-marketing-banner {
	background-image: url(../images/online-marketing-banner.jpg);
}
.packages-banner {
	background-image: url(../images/packages-banner.jpg);
}
.portfolio-banner {
	background-image: url(../images/portfolio-banner.jpg);
}
.aboutus-banner {
	background-image: url(../images/aboutus-banner.jpg);
}



.testimonial-box-item {
	background: #F2F2F2;
	padding: 30px;
	margin-bottom: 26px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;	
	font-size: 16px;
	line-height: 22px;
	height: 100px;
}
.testimonial-photo {
	width: 100px; 
	height: 100px;
	float: left; 
	margin-right: 20px;
	-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
}
.testimonial-stars {
	margin-bottom: 14px;
	margin-top: 5px;
}
.about-us-container {
	font-size: 14px;
	line-height: 20px;
}
.case-study-logonow {
	float: right;
	margin-left: 10px;
	width: 400px; height: 350px;
}
.adam-photo {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	width: 60px; height: 60px; float: left; margin-right: 10px;
}
.adam-spacer {
	height: 7px;
}
.case-study-container {
	width: 920px;
	margin: 0 auto;
}

.only-240 {
	background: url(../images/only-240.png) no-repeat bottom right;
}
.only-395 {
	background: url(../images/only-395.png) no-repeat bottom right;
}

.banner-map-container {
	width: 100%;
	height: 300px;
	overflow: hidden;
}
.banner-map-container iframe {
	position: relative; top: -200px;
}
.map-banner {
	background-image: url(../images/contact-banner.png);
}

.footer-text {
	margin-top: 20px;
	color: #fff;
}
.footer-text td {
	color: #fff;
	font-size: 14px;
}

.contact-box {
	background: #F2F2F2;
	padding: 30px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.contact-box td,
.contact-box td p {
	font-family: arial;
	font-size: 14px;	
}

.inline-cta {
	font-size: 16px;
	margin-left: 5px;
	position: relative; top: -3px;
}
.inline-cta a {
	color: #fff;
	background: #0A3363;
	padding: 8px 10px 8px 10px;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}
.inline-cta a:hover {
	background: #072242;
}
.case-study-title {
	padding-top: 5px;
}

.half-banner {
	width: 100%;
	height: 150px !important;
	background-repeat: no-repeat;
	background-position: center center !important;
}



/** sitelaunch:custom-stylesheet **/
/** sitelaunch:custom-stylesheet **/
.logo {
	padding-top: 0px;
}
.cta {
	padding-top: 4px;
}
.top-cta {
	padding-top: 2px;
}
.header {
	margin-top: 14px;
	margin-bottom: 8px;
}



.innerBannerArea{ min-height:376px; text-align:center; }
.innerBannerArea-shade {
	min-height:376px; 
	background:url(https://sitelaunch.com.au/images/inner_banner_bg01.png) repeat-y center 0; 
}
.homeBannerArea{ height:709px; text-align:center; background: #212020; }
.homeBannerArea img{ padding:107px 12px 0 0;}
.homeBannerArea h1{ font-family:Tahoma, Geneva, sans-serif; font-size:46px; font-weight:bold; letter-spacing:0.5px; color:#fff; text-shadow:-1px 0 4px #444; padding:18px 12px 0 0;}
.homeBannerArea .bannerNav a{ top:361px;}

.container-portfolio{ width:100%; min-width:1050px; margin-bottom: 0px;}
.containerBox{ width:1050px; margin:0 auto; }
.containerBoxWorks { width:1350px; margin:0 auto; }
.homeBannerArea, .container-portfolio {
	z-index: 1;
}
.portfolio-container {
	z-index: 1;
	position: relative;
}
.bannerNav a.bannerNavPrev{ background:url(https://sitelaunch.com.au/images/prev_arrow.png) no-repeat 0 0; left:0;}
.bannerNav a.bannerNavNext{ background:url(https://sitelaunch.com.au/images/next_arrow.png) no-repeat 0 0; right:0;}

.works .workRow a img{ border:1px solid #939292;
	margin-left: 32px;
	margin-bottom: 32px;
}
.works {
	margin-top: 50px;
}
.works img {
	width: 310px;
	height: 200px;
	margin-left: 11px;
	border: 1px solid #939292 !important;
}
.works .workRow a:nth-child(1) img {
	margin-left: 0px;
}
.works .workRow:nth-child(2) a img {
	margin-bottom: 0;
}
.works a:hover img{
	opacity:0.70;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}

.nav2 a {
	padding-left: 14px !important;
	padding-right: 14px !important;
}


.inner-page h1, .inner-page h2 {
	text-align: left !important;
}

.logan-container {
	width: 920px;
	margin: 0 auto;
}
.logan-polaroid {
	float: right;
	margin-left: 10px;
	position: relative; top: -25px; left: 20px;
	width: 400px; height: 427px;

}




.innerBannerArea{ min-height:376px; text-align:center; }
.innerBannerArea-shade {
	min-height:376px; 
	background:url(https://sitelaunch.com.au/images/inner_banner_bg01.png) repeat-y center 0; 
}
.homeBannerArea{ height:709px; text-align:center; background: #212020; }
.homeBannerArea img{ padding:107px 12px 0 0;}
.homeBannerArea h1{ font-family:Tahoma, Geneva, sans-serif; font-size:46px; font-weight:bold; letter-spacing:0.5px; color:#fff; text-shadow:-1px 0 4px #444; padding:18px 12px 0 0;}
.homeBannerArea .bannerNav a{ top:361px;}

.container-portfolio{ width:100%; min-width:1050px; margin-bottom: 0px;}
.containerBox{ width:1050px; margin:0 auto; }
.containerBoxWorks { width:1350px; margin:0 auto; }
.homeBannerArea, .container-portfolio {
	z-index: 1;
}
.portfolio-container {
	z-index: 1;
	position: relative;
}
.bannerNav a.bannerNavPrev{ background:url(https://sitelaunch.com.au/images/prev_arrow.png) no-repeat 0 0; left:0;}
.bannerNav a.bannerNavNext{ background:url(https://sitelaunch.com.au/images/next_arrow.png) no-repeat 0 0; right:0;}

.works .workRow a img{ border:1px solid #939292;
	margin-left: 32px;
	margin-bottom: 32px;
}
.works {
	margin-top: 50px;
}
.works img {
	width: 310px;
	height: 200px;
	margin-left: 11px;
	border: 1px solid #939292 !important;
}
.works .workRow a:nth-child(1) img {
	margin-left: 0px;
}
.works .workRow:nth-child(2) a img {
	margin-bottom: 0;
}
.works a:hover img{
	opacity:0.70;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}

.nav2 a {
	padding-left: 14px !important;
	padding-right: 14px !important;
}


.inner-page h1, .inner-page h2 {
	text-align: left !important;
}

.logan-container {
	width: 920px;
	margin: 0 auto;
}
.logan-container li {
	font-size: 14px;
}
.logan-polaroid {
	float: right;
	margin-left: 10px;
	position: relative; top: -25px; left: 20px;
	width: 400px; height: 427px;

}





.package-item {
	padding: 20px 20px 20px 30px;
	font-size: 15px;
}
.packages-box {
	width: 750px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 30px;
}
.package-item .package-title {
	position: relative;
	top: -23px;
	left: -8px;
	background: #B0141A;
	padding: 4px 8px;
	border-radius: 6px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}
.package-item .price {
	font-size: 18px;
}
.package-item .price .day {
	font-size: 15px;
	color: #4e4e4e;
}

.free-trial-link {
	margin: 30px 0;
}
.free-trial-link a {
	color: #fff;
	background: url(../images/packages-button.jpg) repeat-x #DCDCDC;
	text-decoration: none;
	padding: 10px 14px 10px 10px;
	border-radius: 4px;
	border: 1px solid #888888;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.29);
	color: #111111;
	font-weight: bold;
	opacity: 0.85;
}
.free-trial-link a:hover {
	opacity: 1;
}

.package-item .feature-number {
	padding-right: 2px;
	font-weight: bold;
	font-size: 15px;
}
.package-item .feature {
	margin: 10px 0;
	font-size: 14px;
}
.package-item .disclaimer {
	font-size: 11px;
	vertical-align: super;
	position: absolute;
}
.package-1 {
	background: #f1f1f1;
	border-radius: 8px;
	margin-right: 20px;
}

.package-2, .package-3 {
	background: #E3E3E3;
	height: 355px;
}
.package-2 {
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}
.package-3 {
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}

.package-1 .standard {
	font-size: 12px;
	font-weight: bold;
	padding-top: 15px;
	color: #484854;
}
.extra-features-container {
	overflow: visible;
	width: 100px;
}
.extra-features {
	width: 430px;
	color: #484854;
}
.extra-features ul {
	padding-left: 16px;
	list-style-image: url('../images/feature-li2.png');
}
.extra-features li {
	color: #484854;
	margin-top: 6px;
}
.package-2 .standard {
	font-size: 13px;
	font-weight: bold;
	padding-top: 15px;
}

.standard-features h2 {
	text-align: center;
	padding-bottom: 15px;
	background: url(../images/standard-features-hr3.png) no-repeat center 7px;
}
.standard-features {
	width: 780px;
	margin: 0 auto;
}
.standard-features-list {
	width: 700px;
	margin: 0 auto;
	
}
.standard-features li {
	font-weight: bold;
	margin-bottom: 15px;
	padding-left: 10px;
	font-size: 14px;
	list-style-image: url('../images/tick.png');
	color: #4f4f4f;
}

.disclaimer-text-container {
	font-size: 11px;
	width: 900px;
	margin: 0 auto;
	text-align: center;
	margin-top: 50px;
	padding-bottom: 20px;
}

.disclaimer-text {
	margin-top: 10px;
}


.packages-spacer-container {
	position: absolute;
	width: 0px;
	height: 0px;
	overflow: visible;
}
.packages-spacer {
	width: 1px;
	height: 140px;
	background: #d6d6d6;
	position: relative;
	left: 210px;
	top: -150px;
	box-shadow: 2px 0px 10px 0px rgba(0,0,0,0.2);
}

.old-price {
	color: #B0141A;
	text-decoration: line-through;
	margin-bottom: 5px;
}
.old-price .day {
	font-size: 13px;
}



.social-overlay {
	position: fixed;
	right: 0px;
	top: 195px;
	width: 44px;
	background: #fff;
	padding: 10px 5px 3px 10px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	z-index: 9999;
}
.social-overlay a {
	font-size: 22px;
	color: #fff;
	text-decoration: none;
	background: #B0141A;
	padding: 10px;
	width: 22px;
	height: 22px;
	text-align: center;
	border-radius: 22px;
	float: left;
	margin-bottom: 7px;
}
.social-overlay a:hover {
	background: #780E12;
}

.whats-this {
	text-align: center;
	padding-top: 13px;
	font-size: 14px;
}
.whats-this a {
	color: #000;
}
.whats-this a:hover {
	color: #780E12;
}



.information-box {
	font-size: 14px;
	width: 70%;
	margin: 0 auto;
}






.header h1,.header h2 {
	color: #fff;
}
.header {
	margin-top: 0px !important;
}
.header-container {
	padding-top: 15px !important;
}
.nav-container,.nav,.nav a {
	background: #0A3363;
}
.nav a:hover {
	background: #0c3050;
}

.overlay-logo {
	padding-top: 15px;
}



.header,.header-container {
	background: #fff !important;
}


.top-cta a {
	border: 0px !important;
}
.nav a:hover {

	background: #072242;
}
.overlay-logo {
	width: 150px;
}

.mid-cta {
	padding-top: 80px !important;
	margin-top: 0 !important;
}

.gallery-container {
	width: 900px;
	overflow: visible;
	position: relative;
	left: -47px;
}
.gallery {
	width: 1018px;
	height: 691px;
}
.header-container {
	margin: 0px !important;
	margin-top: 5px !important;
	padding: 0px !important;
}
.logo {
	width: auto !important;
	height: 70px !important;
}
.welcome-banner {
	margin-top: 137px !important;
}
.header-box {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 9999;
}
.header-container,
.nav,.nav-container {
	margin: 0px !important;
}
.nav-container {
	margin-top: -10px !important;
}

.services-photos {
	background: #fff;
	width: 407px;
	margin-left: 50px;
}
.services-photos img {
	width: 125px;
	height: 110px;
	margin-right: 16px;
	margin-bottom: 16px;
}
.services-photos img:nth-child(3),
.services-photos img:nth-child(6) {
	margin-right: 0px;
}
.services-photos img:nth-child(4),
.services-photos img:nth-child(5),
.services-photos img:nth-child(6) {
	margin-bottom: 0px;
}

.about-photo {
	width: 366px;
	height: 344px;
}
.polaroid {
	width: 400px;
	height: 427px;
	margin-top: -359px;
	margin-left: -13px;
}

.nav,.nav a, .sidebar .item, .nav,.nav-container, .mid-cta a, .top-cta a, .package-cta a, .inline-cta a {
	background: #046AD0;
	color: #FFFFFF;
}
h1,h2,h3,h4,h5,h6,a,cta h2,.cta h1 {
	color: #046AD0;
}
.top-cta a, .mid-cta a, .inline-cta a {
	color: #fff;
	background: #046AD0;
}
.cta h2 {
	color: #525252;
}
.nav a:hover, .inline-cta a:hover, .top-cta a:hover, .mid-cta a:hover {
	background: #023569;
}


.header-container {
	background:#fff !important;
}
.logo {
	float: left;
	padding: 20px;
	padding-bottom: 16px !important;
}


.gallery-container {
	width: 1000px;
	cursor: pointer;
}
.gallery-photo {
	float: left;
	width: 236px;
	height: 158px;
	margin: 0 17px 17px 0;
}
.gallery-photo:nth-child(4),
.gallery-photo:nth-child(13) {
	margin-right: 0px;
}
.gallery-photo:nth-child(7),
.gallery-photo:nth-child(9) {
	margin-right: 0px;
}
.gallery-photo:nth-child(5) {
	margin-right: 0px;
	margin-left: 0px;
	width: 489px;
	height: 333px;
	float: right;
	margin-right: 5px;
}

.full-banner {
	margin-top: 150px;
	height: 450px;
	background-position: center bottom !important;
}
.spacer-banner {
	height: 0px;
	margin-top: -150px;
}
.subspacer,.spacer {
	height: 0px !important;
	display: none;
}
.half-banner {
	margin-top: 250px;
}
.mid-spacer {
	margin-top: 120px;
}
.footer-container {
	margin-top: 150px;
}
.header-box {
	z-index: 1000 !important;
}

#fancybox-wrap {
	position: fixed !important;
	top: 70px !important;
}
#fancybox-overlay {
	background: #fff !important;
}
.cta h2 {
	color: #212121;
}

.top-quote-box {
	margin-top: 25px;
	margin-right: 25px;
	float: right;
	width: 290px;
	background: rgba(255, 255, 255, 0.85);
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.top-quote-box table {
	padding: 10px 20px;
}
.top-quote-box-title {
	text-transform: uppercase;
	letter-spacing: -1px;
	background: rgba(255, 255, 255, 0.47);
	color: #046AD0;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	padding: 10px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.top-quote-box input {
	padding: 10px !important;
	font-size: 14px;
	border: 0px;
	border-radius: 6px;
}
.top-quote-box input[type="submit"] {
	background: #046AD0;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}
.arrow-container {
	height:0px;
	width: 0px;
	overflow: visible;
}
.arrow-container img {
	width: 150px;
	margin-left: -140px;
	margin-top: -50px;
}

.youtube-container {
	height: 0px;
	width: 0px;
	overflow: visible
}
.youtube-container iframe {
	margin-top: 25px;
	margin-left: 20px;
}