/*

Code Digital CSS Style Sheet

*/

/* CSS RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
table, tr, th, td {
	vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
/* Font Lookup */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://themes.googleusercontent.com/static/fonts/opensans/v8/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://themes.googleusercontent.com/static/fonts/opensans/v8/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local('Open Sans Light Italic'), local('OpenSansLight-Italic'), url(https://themes.googleusercontent.com/static/fonts/opensans/v8/PRmiXeptR36kaC0GEAetxh_xHqYgAV9Bl_ZQbYUxnQU.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(https://themes.googleusercontent.com/static/fonts/opensans/v8/PRmiXeptR36kaC0GEAetxjqR_3kx9_hJXbbyU8S6IN0.woff) format('woff');
}
body {
	line-height: 1;
}
html, body {
   height: 100%;
}
input{
	padding: 0;
	-webkit-appearance: none;
  	-webkit-border-radius: 0;
}
strong { 
	font-weight: bold;
}
em{
	font-style: italic;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a, a:visited, a:hover, a:focus{
	text-decoration: none;
	outline: 0;
}
body, p, a, h1, h2, h3, h4, h5, h6, h7{
	font-family: 'Open Sans', Arial, sans-serif;
	color: rgb(60,60,60);
}
p, body{
	font-size: 14px; 
	color: rgb(100,100,100);
}
p{
	margin: 10px 0;
	line-height: 20px;
}
h1{
	font-size: 48px;
	font-weight: 300;
	margin: 14px 0;
}
h2{
	font-size: 36px;
	font-weight: 300;
	margin: 12px 0;
}
h3{
	font-size: 28px;
	font-weight: 300;
	margin: 10px 0;
}
h4{
	font-size: 24px;
	font-weight: 300;
	margin: 8px 0;
}
h5{
	font-size: 22px;
	font-weight: 300;
	margin: 6px 0;
}
h6{
	font-size: 20px;
	font-weight: 300;
	margin: 4px 0;
}
h7{
	font-size: 18px;
	font-weight: 300;
	margin: 2px 0;
}
.clear{
	clear: both;
}
.blue{
	color: rgb(77,144,254);
}
.dkgrey{
	color: rgb(60,60,60);
}
.dkgrey:hover{
	color: rgb(60,60,60);
}
.mdgrey{
	color: rgb(100,100,100);
}
.mdltgrey{
	color: rgb(120,120,120);
}
.ltgrey{
	color: rgb(140,140,140);
}
.bluelink{
	color: rgb(77,144,254);
}
.bluelink:hover{
	color: rgb(50, 105, 230);
}

.button{
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	border: none;
	display: block;
	background-color: rgb(77,144,254);
	color: white;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 20px;
	font-weight: 300;
	cursor: pointer;
	height: 100%;
	width: 100%;
	height: 50px;
	line-height: 50px;
	border: 0;
	-webkit-transition: height 1s;
	-moz-transition: height 1s;
	-o-transition: height 1s;
	transition: height 1s;
}

.button:focus, .button:hover{
	background-color: rgb(50, 105, 230);
}
.ielabel{
	display: none;
	margin: 10px 0px 2px 0;
}
.underlinelink:hover{
	text-decoration: underline;
}
.page{
	overflow: hidden;
}
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.IE8div{
	display: none;
}
.maxin{
	display: none;
}

.align-centre{
	text-align: center;
}

/* MENU STYLES */
.menu{
	position: relative;
	height: 141px;
}
.navbar{
	position: fixed;
	z-index: 100;
	width: 100%;
	height: 140px;
	background-color: white;
	box-shadow: 0px 1px 2px rgb(120,120,120);
	-moz-transition: height 0.2s;
	-webkit-transition: height 0.2s;
	-o-transition: height 0.2s;
	transition: height 0.2s;
}
.navdiv{
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	text-align: right;
}
.navbuttondiv{
	position: absolute;
	width: 100%;
	text-align: right;
}
.navbutton{
	display: inline-block;
	height: 30px;
	line-height: 30px;
	margin: 0 5px 0 0;
	padding: 100px 5px 10px 5px;
	color: rgb(120,120,120);
	font-size: 14px;
	font-weight: 300;
	z-index: 10;
	-moz-transition: padding 0.2s, margin 0.2s;
	-webkit-transition: padding 0.2s, margin 0.2s;
	-o-transition: padding 0.2s, margin 0.2s;
	transition: padding 0.2s, margin 0.2s;
}
.navbutton:hover{
	color: white;
	background-color: rgb(77,144,254);
}
.dropdowndiv{
	display: none;
	position: absolute;
	left: 100%;
	text-align: left;
	padding: 6px 0px 0px;
	margin: -3px 0px 0px;
	background-image: url('images/dropdowntriangle.png');
	background-repeat: no-repeat;
	background-position: center 0;
	z-index: 20;
}
.dropdownlink{
	display: block;
	background: white;
	padding: 10px;
	font-size: 20px;
	font-weight: 300;
	color: rgb(120, 120, 120);
	box-shadow: 0px 2px 2px rgb(120,120,120);
}
.dropdownlink:hover{
	background: rgb(77,144,254);
	color: white;
}
#dropdowndiv1{
	margin-left: -422px;
	min-width: 300px;
}
#dropdowndiv2{
	margin-left: -237px;
	min-width: 200px;
}
.dropdownreveal{
	display: block !important;
}
.minimenutop{
	display: none; 
}
.minimenucollapse{
	display: none;
}
.logodiv{
	left: 5%;
	position: absolute;
}
.logolink{
	position: absolute;
	left: 0;
	top: 37px;
	z-index: 50;
	-moz-transition: top 0.2s;
	-webkit-transition: top 0.2s;
	-o-transition: top 0.2s;
	transition: top 0.2s;
}
.logo1{
	position: absolute;
	margin: 0;
	height: 68px;
	width: 68px;
	background-image: url('/images/logo-1.png');
	background-size: 66px 66px;
	background-repeat: no-repeat;
	background-position: center center;
	-moz-transition: -moz-transform 1.5s;
	-webkit-transition: -webkit-transform 1.5s;
	-o-transition: -o-transform 1.5s;
	transition: transform 1.5s;
	z-index: 24;
}
.logo2{
	position: absolute;
	margin: 0;
	height: 68px;
	width: 68px;
	background-image: url('/images/logo-2.png');
	background-size: 66px 66px;
	background-repeat: no-repeat;
	background-position: center center;
	-moz-transition: -moz-transform 1.5s;
	-webkit-transition: -webkit-transform 1.5s;
	-o-transition: -o-transform 1.5s;
	transition: transform 1.5s;
	z-index: 23;
}
.logo3{
	position: absolute;
	margin: 0;
	height: 68px;
	width: 68px;
	background-image: url('/images/logo-3.png');
	background-size: 66px 66px;
	background-repeat: no-repeat;
	background-position: center center;
	-moz-transition: -moz-transform 1.5s;
	-webkit-transition: -webkit-transform 1.5s;
	-o-transition: -o-transform 1.5s;
	transition: transform 1.5s;
	z-index: 22;
}
.logo4{
	position: absolute;
	margin: 0;
	height: 68px;
	width: 68px;
	background-image: url('/images/logo-4.png');
	background-size: 66px 66px;
	background-repeat: no-repeat;
	background-position: center center;
	-moz-transition: -moz-transform 1.5s;
	-webkit-transition: -webkit-transform 1.5s;
	-o-transition: -o-transform 1.5s;
	transition: transform 1.5s;
	z-index: 21;
}
.logodiv:hover .logo1, .logodiv:hover .logo4{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	-moz-transition: -moz-transform 1.5s;
	-webkit-transition: -webkit-transform 1.5s;
	-o-transition: -o-transform 1.5s;
	transition: transform 1.5s;
}
.logodiv:hover .logo2, .logodiv:hover .logo3{
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
	-moz-transition: -moz-transform 1.5s;
	-webkit-transition: -webkit-transform 1.5s;
	-o-transition: -o-transform 1.5s;
	transition: transform 1.5s;
}
.logotext{
	position: absolute;
	font-size: 34px;
	font-weight: 700;
	color: rgb(70,70,70);
	margin: 6px 0px 0px 71px;
	text-align: left;
	width: 170px;
	font-style: italic;
	text-transform: lowercase;
}
.logotextdigital{
	font-weight: 300;
}
.logobyline{
	position: absolute;
	margin: 44px 0px 0px 74px;
	color: rgb(120,120,120);
	text-align: left;
	font-size: 12px;
	font-weight: 300;
	font-style: italic;
	width: 170px;
}
.mainbyline{
	position: absolute;
	z-index: 20;
	text-align: center;
	left: 100%;
	top: 0px;
	margin: 0px 0px 0px -500px;
	padding: 35px 0 0 0;
	max-width: 500px;
	-moz-transition: opacity 0.7s, top 1s, margin 0.2s;
	-webkit-transition: opacity 0.7s, top 1s, margin 0.2s;
	-o-transition: opacity 0.7s, top 1s, margin 0.2s;
	transition: opacity 0.7s, top 1s, margin 0.2s;
}
.phoneicon{
	display: inline-block;
	height: 30px;
	width: 30px;
	margin: 0px 10px -5px 5px;
	background-image: url('/images/phoneicon.png');
	background-size: 30px 30px;
	background-position: 0 0;
}
.clientlogin{
	display: block;
	position: absolute;
	left: 100%;
	width: 80px;
	z-index: 20;
	margin: 2px 0px 0px -85px;
	color: rgb(120,120,120);
	font-size: 10px;
	text-align: center;
}
.clientlogin:hover{
	text-decoration: underline;
}

/* INDEX AND KEY STYLES */

.centertext{
	text-align: center;
}
.contwidth{
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 5px 0;
}
.contpad{
	padding: 0px 5%;
}
.contsection{
	position: relative;
	width: 100%;
	min-height: 620px;
}
.contleft{
	position: absolute;
	width: 40%;
	padding: 1px 2% 10px;
	margin: 80px 0px 0px 3%;
	background: rgba(255,255,255,0.85);
}
.contright{
	position: absolute;
	width: 40%;
	padding: 1px 2% 10px;
	margin: 80px 0px 0px 0px;
	left: 50%;
	background: rgba(255,255,255,0.85);
}
.contseoform{
	position: absolute;
	width: 420px;
	padding: 1px 2% 10px;
	margin: 80px 0px 0px 3%;
	background: rgba(255,255,255,0.85);
	z-index: 40;
}
.contheader{
	font-size: 52px;
	color: rgb(60, 60, 60);
	margin: 14px 0px;
}
.contbylineleft{
	margin: 15px 0px;
	text-align: left;
	line-height: 30px;
}
.contbyline{
    max-width: 900px;
    margin: 15px auto;
	text-align: center;
	padding: 0 5%;
}
.contp{
	font-size: 14px;
	line-height: 20px;
}
.contformlabel{
	margin-top: 30px;
}
.continput{
	width: 90%;
	height: 40px;
	font-size: 16px;
	font-family: 'Open Sans',Arial,sans-serif;
	color: rgb(120,120,120);
	margin: 5px 0px;
	padding: 0 5%;
	border: 1px solid rgb(120,120,120);
}
.conttextarea{
	width: 90%;
	min-width: 90%;
	max-width: 90%;
	height: 120px;
	font-size: 16px;
	font-family: 'Open Sans',Arial,sans-serif;
	color: rgb(120,120,120);
	margin: 5px 0px;
	padding: 10px 5%;
	border: 1px solid rgb(120,120,120);
}
.seoreportbut{
	width: 100%;
	margin: 5px 0;
}
#contactformdiv{
	display: none;
}
#seowebsite{
	position: relative;
	width: 420px;
}
#seocontact{
	position: relative;
	width: 420px;
}
#seobackbut{
	float: right;
	cursor: pointer;
}
.seoerror{
	float: right;
	line-height: 20px;
	color: rgb(230,20,20);
	margin: 10px 0px 2px 0;
}
.seosection1{
	max-width: 4000px;
	margin: 0 auto;
	background-image: url('/images/bg1.1.jpg');
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.seosection2{
	background-image: url('/images/bg1.2.jpg');
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.seosection2title{
	font-size: 9px;
}
.contmasthead{
	font-size: 52px;
	text-align: center;
	margin-top: 90px;
	color: rgb(70, 70, 70);
	padding: 0 5%;
}
.contmastp{
	width: 900px;
	max-width: 90%;
	font-size: 14px;
	line-height: 20px;
	margin: 20px auto;
}
.contthreecol{
	position: relative;
	display: block;
	float: left;
	vertical-align: baseline;
	width: 29%;
	margin: 20px 0 50px 0;
	padding: 0px 2% 20px 2%;
	border-right: 1px solid rgb(220,220,220);
	min-height: 195px;
	text-align: left;
}
.seocolheight{
	min-height: 140px;
}
.servicecolheight{
	min-height: 160px;
}
.lastcol{
	border: none;
}
.collink{
	text-align: center;
	margin: 4px auto;
	width: 100%;
	height: 50px;
	line-height: 50px;
}
.coltick{
	width: 32px;
	height: 32px;
	margin: 10px auto;
	background-image: url('/images/tick.png');
	background-position: 0 0;
	background-repeat: no-repeat;
}
.pbadge{
	display: block;
	width: 285px;
	height: 104px;
	margin: 50px auto;
	background-image: url('/images/googlepartner.png');
	background-size: 285px 104px;
	background-position: center center;
	background-repeat: no-repeat;
}
.g-partnersbadge-div{
	display: block;
	margin: 40px auto 0;
	width: 220px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) { 
.pbadge{
	width: 190px;
	height: 69.333px;
	background-size: 190px 69.333px;
}
}

.locationmapdiv{
	width: 100%;
}
.mapframe{
	width: 100%;
	max-width: 100%;
}
.scrolloff{
	pointer-events: none;
}
.intouchdiv{
	position: absolute;
}
.intouchform{
	max-width: 600px;
	margin: 0 auto;
}
.customercare{
	margin: 10px 0 10px;
	max-width: 100%;
}
.clientlogodiv{
	text-align: center;
}
.clientlogo{
	display: inline-block;
	width: 200px;
	height: 100px;
	margin: 20px 18px;
	background-image: url("/images/clientlogos.png");
	background-size: 2000px 200px;
	background-repeat: no-repeat
}
.clientlogo1{
	background-position: 0 0;
}
.clientlogo2{
	background-position: -200px 0;
}
.clientlogo3{
	background-position: -400px 0;
}
.clientlogo4{
	background-position: -600px 0;
}
.clientlogo5{
	background-position: -800px 0;
}
.clientlogo6{
	background-position: -1000px 0;
}
.clientlogo7{
	background-position: -1200px 0;
}
.clientlogo8{
	background-position: -1400px 0;
}
.clientlogo9{
	background-position: -1600px 0;
}
.clientlogo10{
	background-position: -1800px 0;
}

.clientlogo1:hover{
	background-position: 0 -100px;
}
.clientlogo2:hover{
	background-position: -200px -100px;
}
.clientlogo3:hover{
	background-position: -400px -100px;
}
.clientlogo4:hover{
	background-position: -600px -100px;
}
.clientlogo5:hover{
	background-position: -800px -100px;
}
.clientlogo6:hover{
	background-position: -1000px -100px;
}
.clientlogo7:hover{
	background-position: -1200px -100px;
}
.clientlogo8:hover{
	background-position: -1400px -100px;
}
.clientlogo9:hover{
	background-position: -1600px -100px;
}
.clientlogo10:hover{
	background-position: -1800px -100px;
}


/* SEO REPORT PAGE */

.scoretext{
	padding: 20px;
	background: rgb(245,245,245);
	min-height: 180px;
	margin: 20px 0px;
}
.reptable{
	line-height: 20px;
}
.headrow{
	background: rgb(70, 70, 70);
	color: white;
	height: 40px;
}
.repcolname{
	padding: 0px 0px 0px 10px;
}
.repcolscore{
	position: relative;
	float: right;
	margin: 5px 40px;
}
.overallscore{
	float: right;
	margin: 10px 5px 0px 40px;
}
.odd{
	background-color: rgb(255,255,255);
}
.even{
	background-color: rgb(245,245,245);
}


/* SEO PACKAGES */

.seopkgsection1{
	background-image: url('/images/bg2.1.jpg');
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.seowidth{
	width: 1400px;
	max-width: 95%;
	margin: 0 auto;
}
.seopkgdiv{
	text-align: center;
	margin: 0px auto 20px auto;
}
.adwordspkgdiv{
	text-align: center;
	margin: 0px auto 40px auto;
}
.seopkgcol{
	display: inline-block;
	vertical-align: bottom;
	overflow: hidden;
	width: 32%;
	padding: 0px 0.25%;
	margin: 50px 0.25% 0px 0.25%;
	text-align: left;
	padding-top: 10px;
	-webkit-transition: margin 1s;
	-moz-transition: margin 1s;
	-o-transition: margin 1s;
	transition: margin 1s;
}
.seopkghlcol{
	background-color: rgb(244,244,244);
	background-image: url('/images/bestvalue.png');
	background-repeat: no-repeat;
	background-size: 100px 80px;
}
.seopointdiv1{
	min-height: 210px;
	padding: 0 10px;
}
.seopointdiv2{
	min-height: 100px;
}
.seobyline{
	display: block;
	text-align: center;
	line-height: 22px;
	margin: 2px 0;
}
.seopoint{
	display: block;
	height: 34px;
	line-height: 34px;
	margin: 0px;
	padding: 0px 0px 0px 22px;
}
.seotick{
	position: absolute;
	height: 16px;
	width: 16px;
	margin: 9px -19px;
	background-image: url('/images/tick.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-size: 32px 16px;
}
.seolink{
	text-align: center;
	margin: 4px auto;
	width: 440px;
	max-width: 96%;
}
.adlink{
	text-align: center;
	margin: 4px auto 140px;
	width: 440px;
	max-width: 96%;
}
.serviceslink{
	height: 50px;
	line-height: 50px;
	text-align: center;
	width: 100%;
	margin: 20px 0px;
}
.faqdiv{

}
.faqicon{
	width: 32px;
	height: 32px;
	float: left;
	margin: 6px 10px;
	background-image: url('/images/cross.png');
	background-size: 84px 32px;
	background-repeat: no-repeat;
	-moz-transition: -moz-transform 0.5s;
	-webkit-transition: -webkit-transform 0.5s;
	-o-transition: -o-transform 0.5s;
	transition: transform 0.5s;
}
.faqheader{
	display: block;
	width: 900px;
	max-width: 90%;
	margin: 10px auto;
	padding: 0px 5%;
	background-color: rgb(250,250,250);
	position: relative;
	vertical-align: text-top;
	line-height: 45px;
	min-height: 45px;
	cursor: pointer; 
}
.faqheader h5{
	color: rgb(120,120,120);
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}
.faqheader:hover h5{
	color: rgb(250,250,250) !important;
}
.faqactive .faqicon{
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.faqheader.faqactive{ 

}
.faqheader.faqactive h5{

}
.faqheader:hover{
	background-color: rgb(77,144,254);
}
.faqtext{
	display: block;
	width: 900px;
	max-width: 90%;
	margin: 0px auto;
	padding: 20px 5%;
}
.intouchsubmit{
	width: 440px;
	max-width: 96%;
	margin: 10px auto 10px auto;
	background-color: #FFA62B;
	min-height: 60px;
	line-height: 60px;
}
.intouchsubmit:hover, .intouchsubmit:focus, .intouchsubmit:active{
	background-color: #FA872C;
}
/* ADWORDS STYLES */

.adwordssection1{
	background-image: url('/images/bg3.1.jpg');
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.contquote{
	margin: 0 auto;
	width: 600px;
	max-width: 80%;
	font-size: 16px;
	font-weight: 300;
	padding: 20px;
	background: rgb(245,245,245);
	line-height: 25px;
}
.quotedisclaimer{
	position: relative;
	display: block;
	margin: 5px auto;
	width: 600px;
	max-width: 80%;
	font-size: 11px;
	color: rgb(120,120,120);
}
.advpointdiv1{
	padding: 0 10px;
}


/* SERVICE STYLES */

.servicesection1{
	background-image: url('/images/bg5.1.jpg');
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.servicescontleft{
	width: 37%;
}

/* WEB DESIGN STYLES */

.webdesignsection1{
	background-image: url('/images/bg4.1.jpg');
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.webdesignsection2{
	background-image: url('/images/bg4.2.jpg');
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.workdiv{
	margin: 50px 0;
}
.workcoldiv{
	width: 33%;
	float: left;
}
.workimage{
	width: 320px;
	max-width: 90%;
	display: block;
	margin: 0px auto;
}
.worklogo{
	display: block;
	margin: 0px auto;
	max-width: 80%;
}
.cmsinfodiv{
	position: relative;
	display: block;
	text-align: center;
	width: 900px;
	max-width: 90%;
	margin: 0 auto;
}
.cmscoldiv{
	position: relative;
	display: inline-block;
	text-align: left;
	width: 20%;
	min-width: 150px;
	height: 120px;
}
.cmsimage{
	position: relative;
	margin: 0 auto;
	width: 150px;
	height: 120px;
	overflow: hidden;
}
.cmswp{ position: absolute; margin: 0 0; } 		.cmswp:hover{ margin: -120px 0; }
.cmsjm{ position: absolute; margin: 0 -150px; } .cmsjm:hover{ margin: -120px -150px; }
.cmsdr{ position: absolute; margin: 0 -300px; } .cmsdr:hover{ margin: -120px -300px; }
.cmsma{	position: absolute; margin: 0 -450px; } .cmsma:hover{ margin: -120px -450px; }
.cmspr{ position: absolute; margin: 0 -600px; } .cmspr:hover{ margin: -120px -600px; }

.webdesignlink{
	text-align: center;
	margin: 4px auto;
	width: 440px;
	max-width: 96%;
}


/* CONVERSION STYLES */

.conversionsection1{	
	background-image: url('/images/bg8.1.jpg');
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.conversionsection2{
	background-image: url('/images/bg8.2.jpg');
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.conversionlink{
	text-align: center;
	margin: 4px auto 100px auto;
	width: 440px;
	max-width: 96%;
}
/* DOMAIN NAME STYLES */

.domainsection1{
	background-image: url('/images/bg6.1.jpg');
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.domainwww{
	display: block;
	float: left;
	width: 50px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #787878;
	margin: 5px 0px;

}
.domaininput{
	display: block;
	float: left;
	width: 215px;
	height: 40px;
	font-size: 16px;
	font-family: 'Open Sans',Arial,sans-serif;
	color: #787878;
	margin: 5px 0px;
	padding: 0px 20px;
	border: 1px solid #787878;
}
.domaintlds{
	display: block;
	float: left;
	width: 100px;
	height: 42px;
	font-size: 16px;
	font-family: 'Open Sans',Arial,sans-serif;
	color: #787878;
	margin: 5px 0px 0px 10px;
	padding: 6px;
	border: 1px solid #787878;
}
.domainsubmitbut{
	width: 100%;
	height: 50px;
	line-height: 50px;
	margin: 5px 0px;
}
.domainsalediv{
	margin: 10px auto 0px;
}
.domainsalecol1{
	display: block;
	float: left;
	width: 130px;
	height: 130px;
	margin: 0px 5px;
	background-color: rgb(162,66,176);
	border-radius: 15px;
}
.domainsalecol2{
	display: block;
	float: left;
	width: 130px;
	height: 130px;
	margin: 0px 5px;
	background-color: rgb(120,205,58);
	border-radius: 15px;
}
.domainsalecol3{
	display: block;
	float: left;
	width: 130px;
	height: 130px;
	margin: 0px 5px;
	background-color: rgb(255,166,43);
	border-radius: 15px;
}
.domainsalecol4{
	display: none;
	float: left;
	width: 130px;
	height: 130px;
	margin: 0px 5px;
	background-color: rgb(77,144,254);
	border-radius: 15px;
}
.domainsalelabel{
	display: block;
	position: relative;
	height: 22px;
	margin: 4px auto 6px;
	color: white;
	font-size: 22px;
	font-weight: 300;
	text-align: center;
}
.domainsalewas{
	display: block;
	margin: 5px 0px 0px 0px;
	padding: 4px 0;
	height: 16px;
	color: rgb(225, 20, 20);
	background-color: white;
	font-size: 16px;
	font-weight: 300;
	text-align: center;
	text-decoration: line-through;
	opacity: 0.7;
}
.domainsaleonly{
	display: block;
	margin: 0px;
	padding: 4px 0px;
	color: white;
	height: 14px;
	line-height: 14px;
	font-size: 12px;
	font-weight: 300;
	text-align: center;
}
.domainsalenow{
	display: block;
	margin: 0px;
	height: 22px;
	padding: 5px 0px;
	color: rgb(70,70,70);
	background-color: white;
	font-size: 22px;
	font-weight: 300;
	text-align: center;
}
.domainsaledisc{
	display: block;
	margin: 0;
	padding: 3px 0;
	color: white;
	height: 14px;
	line-height: 14px;
	font-size: 12px;
	font-weight: 300;
	text-align: center;
}
.domaintransfer{
	display: block;
	margin: 5px 0;
	text-align: center;
}
.domaintable{
	border: 1px solid rgb(220,220,220);
}
.domaintrtop{
	font-size: 22px;
	font-weight: 300;
	text-align: center;
	height: 40px;
}
.domaintrcode{
	height: 40px;
	text-align: center;
	color: rgb(70,70,70);
	font-size: 26px;
	font-weight: 300;
}
.domaintr{
	text-align: center;
	height: 30px;
}
.domaintd{
	width: 176px;
	max-width: 16.7%;
}
.domaintabledisc{
	display: block;
	text-align: center;
	font-size: 12px;
	line-height: 15px;
	height: 15px;
}
.coldomains1{
	width: 100px;
	height: 100px;
	margin: 0px auto;
	background-image: url('/images/domainicons.png');
	background-size: 300px 200px;
	background-position: 0 0;
}
.coldomains2{
	width: 100px;
	height: 100px;
	margin: 0px auto;
	background-image: url('/images/domainicons.png');
	background-size: 300px 200px;
	background-position: -100px 0;
}
.coldomains3{
	width: 100px;
	height: 100px;
	margin: 0px auto;
	background-image: url('/images/domainicons.png');
	background-size: 300px 200px;
	background-position: -200px 0;
}
.coldomains4{
	width: 100px;
	height: 100px;
	margin: 0px auto;
	background-image: url('/images/domainicons.png');
	background-size: 300px 200px;
	background-position: 0 -100px
}
.coldomains5{
	width: 100px;
	height: 100px;
	margin: 0px auto;
	background-image: url('/images/domainicons.png');
	background-size: 300px 200px;
	background-position: -100px -100px;
}
.coldomains6{
	width: 100px;
	height: 100px;
	margin: 0px auto;
	background-image: url('/images/domainicons.png');
	background-size: 300px 200px;
	background-position: -200px -100px;
}

/* HOSTING STYLES */

.hostingsection1{
	background-image: url('/images/bg7.1.jpg');
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.hostingdisc{
	position: absolute;
	font-size: 11px;
	margin: 490px 0 0 45px;
	color: white;
	text-shadow: 0 0 4px black;
}
.hostingtypecpanel{
	width: 150px;
	height: 100px;
	float: left;
	background-image: url('/images/hostingtypeicons.png');
	background-size: 300px 100px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 20px 0px 0px 35px;
}
.hostingtypecloud{
	width: 150px;
	height: 100px;
	float: left;
	background-image: url('/images/hostingtypeicons.png');
	background-size: 300px 100px;
	background-repeat: no-repeat;
	background-position: -150px 0px;
	margin: 20px 0px 0px 35px;
}
.greydrop{
	display: none;
	position: absolute;
	text-align: left;
	padding: 6px 0px 0px;
	margin: -3px 0px 0px;
	background-image: url('images/dropdowntriangleltgrey.png');
	background-repeat: no-repeat;
	background-position: center 0px;
	z-index: 20;
}
.greyinner{
	background: rgb(245,245,245);
	padding: 5px 15px;
	font-size: 14px;
	line-height: 20px;
}
.cpaneltypedrop{
	width: 300px;
	margin: 78px 0px 0px -65px;
}
.cloudtypedrop{
	width: 300px;
	margin: 78px 0px 0px -65px;
}
.hostingtypecpanel:hover .cpaneltypedrop, .cpaneltypedrop:hover{
	display: block;
}
.hostingtypecloud:hover .cloudtypedrop, .cloudtypedrop:hover{
	display: block;
}
.hostingheaddiv{
	text-align: center;
	margin: 50px 0px 0px;
}
.hostingheadtab{
	display: inline-block;
	width: 130px;
	height: 40px;
	line-height: 40px;
	margin: 0px 2px;
	text-align: center;
	background-color: rgb(77,144,254);
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
	box-shadow: 0px -1px 0px #FFF, -1px -1px 0px #FFF, 0px -1px 0px 1px #AAA;
	color: white;
	cursor: pointer;
}
.hostingheadactive{
	background-color: rgb(245,245,245);
	color: black;
	cursor: default;
}
.hostingheadtab:hover{
	background-color: rgb(50,105,230);
}
.hostingheadactive:hover{
	background-color: rgb(245,245,245);
}
.hostingcontentdiv{
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgb(245,245,245) 0px, rgb(255,255,255) 35px); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0px,rgb(255,255,255)), color-stop(35px,rgb(245,245,245))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgb(245,245,245) 0px,rgb(255,255,255) 35px); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgb(245,245,245) 0px,rgb(255,255,255) 35px); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgb(245,245,245) 0px,rgb(255,255,255) 35px); /* IE10+ */
	background: linear-gradient(to bottom, rgb(245,245,245) 0px,rgb(255,255,255) 35px); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#F5F5F5',GradientType=0 ); /* IE6-9 */
}
#hostingcpaneldiv{

}
#hostingclouddiv{

}
#hostingcomparediv{

}
.comparecpaneldiv{
	width: 40%;
	padding: 0px 4% 40px 4%;
	margin: 30px 1%;
	float: left;
	background: rgb(255,250,220);
	background-color: rgb(255,250,220);
	background-image: url('/images/hostingcpanelbg.png');
	background-repeat: no-repeat;
	background-size: 580px 300px;
	background-position: center 0px;
}
.compareclouddiv{
    width: 40%;
    padding: 0px 4% 40px 4%;
    margin: 30px 1%;
    float: left;
	background-color: rgb(240,245,255);
	background-image: url('/images/hostingcloudbg.png');
	background-repeat: no-repeat;
	background-size: 580px 300px;
	background-position: center 0px;
}
.cpanellogo{
	display: block;
	width: 150px;
	height: 100px;
	background-image: url('/images/hostingtypeicons.png');
	background-size: 300px 100px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.cloudlogo{
	display: block;
	width: 150px;
	height: 100px;
	background-image: url('/images/hostingtypeicons.png');
	background-size: 300px 100px;
	background-repeat: no-repeat;
	background-position: -150px 0px;
}
.hostingpoints{
	margin: 15px 0px 20px 0px;
}
.hostingpoint{
	margin: 4px 0px;
	padding: 0px 0px 0px 30px;
	font-size: 18px;
	font-weight: 300;
	line-height: 18px;
}
.hosttick{
	position: absolute;
	height: 16px;
	width: 16px;
	margin: 2px -24px;
	background-image: url('/images/tick.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-size: 32px 16px;
}
.hostoption{
	margin: 15px 0;
	padding: 10px;
	background-color: white;
}
.hostoptionhead{
	margin: 6px 0px 12px 0px;
}
.hostoptioninfo{
	float: left;
	width: 80px;
	font-size: 12px;
	line-height: 20px;
	height: 20px;
}
.hostoptionvalue{
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    text-align: right;
    width: 240px;
	max-width: 62%;
}
.hostoptionlink{
    width: 240px;
	height: 40px;
	line-height: 40px;
    text-align: center;
    margin: 12px 0px 0px 0px;
	width: 240px;
	max-width: 62%;
}
.hostoptionright1{
	display: block;
	float: right;
	width: 130px;
	height: 130px;
	background-color: rgb(120,205,58);
	border-radius: 15px;
}
.hostoptionright2{
	display: block;
	float: right;
	width: 130px;
	height: 130px;
	background-color: rgb(255,166,43);
	border-radius: 15px;
}
.hostoptionright3{
	display: block;
	float: right;
	width: 130px;
	height: 130px;
	background-color: rgb(162,66,176);
	border-radius: 15px;
}
.hostoptionlabel{
	display: block;
	position: relative;
	height: 22px;
	margin: 4px auto 6px;
	color: white;
	font-size: 22px;
	font-weight: 300;
	text-align: center;
}
.hostoptionwas{
	display: block;
	margin: 5px 0px 0px 0px;
	padding: 4px 0;
	height: 16px;
	color: rgb(225, 20, 20);
	background-color: white;
	font-size: 16px;
	font-weight: 300;
	text-align: center;
	text-decoration: line-through;
	opacity: 0.7;
}
.hostoptiononly{
	display: block;
	margin: 0px;
	height: 12px;
	padding: 4px 0px;
	color: white;
	font-size: 12px;
	font-weight: 300;
	text-align: center;
}
.hostoptionprice{
	display: block;
	margin: 0px;
	height: 22px;
	padding: 5px 0px;
	color: rgb(70,70,70);
	background-color: white;
	font-size: 22px;
	font-weight: 300;
	text-align: center;
}
.hostoptionmonthly{
	display: block;
	margin: 0;
	padding: 3px 0;
	color: white;
	height: 14px;
	line-height: 14px;
	font-size: 12px;
	font-weight: 300;
	text-align: center;
}
.hostoptionbutton{
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.hostingcontentleft{
	width: 40%;
	padding: 0px 4%;
	margin: 30px 1%;
	float: left;
}
.hostinga{

}
.hostingap{
	min-height: 100px;
	max-height: 123px;
	padding: 0px 0px 0px 100px;
}
.hostingaph{
	display: block;
	font-weight: 700;
	font-size: 14px;
	padding: 20px 0px 0px;
}
.hostingdrive{
	background-image: url('/images/hostingicons.png');
	background-repeat: no-repeat;
	background-size: 100px 1300px;
	background-position: -3px 0px;
}
.hostingvmware{
	background-image: url('/images/hostingicons.png');
	background-repeat: no-repeat;
	background-size: 100px 1300px;
	background-position: -3px -100px;
}
.hostingcpanel{
	background-image: url('/images/hostingicons.png');
	background-repeat: no-repeat;
	background-size: 100px 1300px;
	background-position: -3px -200px;
}
.hostingmdomain{
	background-image: url('/images/hostingicons.png');
	background-repeat: no-repeat;
	background-size: 100px 1300px;
	background-position: -3px -300px;
}
.hostingwebmail{
	background-image: url('/images/hostingicons.png');
	background-repeat: no-repeat;
	background-size: 100px 1300px;
	background-position: -3px -400px;
}
.hostingwbuilder{
	background-image: url('/images/hostingicons.png');
	background-repeat: no-repeat;
	background-size: 100px 1300px;
	background-position: -3px -500px;
}
.hostinginstall{
	background-image: url('/images/hostingicons.png');
	background-repeat: no-repeat;
	background-size: 100px 1300px;
	background-position: -3px -600px;
}
.hostingfast{
	background-image: url('/images/hostingicons.png');
	background-repeat: no-repeat;
	background-size: 100px 1300px;
	background-position: -3px -700px;
}
.hostingworld{
	background-image: url('/images/hostingicons.png');
	background-repeat: no-repeat;
	background-size: 100px 1300px;
	background-position: -3px -800px;
}
.hostingmulti{
	background-image: url('/images/hostingicons.png');
	background-repeat: no-repeat;
	background-size: 100px 1300px;
	background-position: -3px -900px;
}
.hostinglspeed{
	background-image: url('/images/hostingicons.png');
	background-repeat: no-repeat;
	background-size: 100px 1300px;
	background-position: -3px -1100px;
}
.hostinganycast{
	background-image: url('/images/hostingicons.png');
	background-repeat: no-repeat;
	background-size: 100px 1300px;
	background-position: -3px -1000px;
}
.hostingfastest{
	background-image: url('/images/hostingicons.png');
	background-repeat: no-repeat;
	background-size: 100px 1300px;
	background-position: -3px -1200px;
}
.hostingtable{
	border: 1px solid rgb(220,220,220);
	margin: 40px 0px;
}
.hostingtableheader{
	padding: 0px 0px 0px 10px;
}
.hostingtd{
	width: 280px;
	padding: 0px 10px 0px 30px;
	height: 40px;
	line-height: 40px;
}
.odd .hostingtick{
	width: 32px;
	height: 32px;
	margin: 4px auto;
	background-image: url('/images/tick.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
.even .hostingtick{
	width: 32px;
	height: 32px;
	margin: 4px auto;
	background-image: url('/images/tick.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
.hostingtablebutton{
	width: 80%;
	margin: 20px auto;
}

/*SUPPORT PAGES */
.supporthead{
	margin: 40px 0px;
}
.supportpagecont{
	width: 90%;
	padding: 0px 5%;
}
.supportpoints li{
	font-size: 14px;
	padding: 5px 10px 5px 20px;
}
.supportanswers li{
	padding: 15px 10px 15px 20px;
}
.tight li{
	padding: 3px 10px 3px 30px ;
	list-style-type: decimal;
	font-size: 14px;
	line-height: 18px;
}
.supporttoplink{
	display: block;
	margin: 10px 20px;
}
.supportmarker{
	position: absolute;
	margin: -150px 0px;
}
.supportq{
	font-size: 18px;
	font-weight: 300;
	display: block;
	margin: 0px 0px 20px 0px;
}
.endspace{
	height: 50px;
}

/* SEO REPORT */

.reportpagecont{
	opacity: 0;
}
.reportloaderdiv{
	margin: 40px auto;
	text-align: center;
	width: 400px;
	max-width: 90%;
	color: rgb(170,170,170);
}
.reportloader{
	display: block;
	z-index: -10;
	width: 54px;
	height: 55px;
	background-image: url('/images/reportloader.gif');
	background-size: 55px 54px;
	margin: 20px auto;
}

/* CONTACT US */

/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
	position: absolute;
	left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
	position: relative;
	padding: 0px 0px 0px 28px;
	cursor: pointer;
	font-size: 18px;
	font-weight: 300;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}
/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
	content: '';
	position: absolute;
	left:0; top: 2px;
	width: 20px; height: 20px;
	border: 1px solid #aaa;
	background: #f8f8f8;
	border-radius: 3px;
	box-shadow: inset 0 1px 3px rgba(0,0,0,.3);
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
	content: "✔";
	position: absolute;
	top: 2px;
	left: 2px;
	font-size: 24px;
	color: rgb(30, 70, 210);
	transition: all 0.2s ease 0s;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #aaa;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 1px solid #aaa;
}
.contactheader{
	text-align: center;
	margin: 40px 0px;
}
.contactformdiv{
	display: block;
	width: 40%;
	float: right;
	margin: 0px;
	padding: 0px;
}
.contacttextdiv{
	display: block;
	width: 60%;
	float: left;
	margin: 0px;
	padding: 0px;
}
.contactbg{
	width: 800px;
	height: 420px;
	float: right;
	margin: 28px 0px 20px;
	background-image: url('/images/bgcontact.jpg');
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 800px 420px;
}
.contacttext{
	padding: 0px 5% 0px 0px;
}
.contactformdivhead{

}
.contactformh6{
	text-align: center;
	margin: 5px 0px -20px 0px;
}
.contactform{
	display: block;
	position: relative;
	padding: 55px 5% 55px;
	background: rgb(77,144,254);
	background: url('/images/formtop.png') no-repeat scroll center top, url('/images/formbot.png') no-repeat center bottom rgb(77,144,254);
}
.contactform form, .quickform{
	display: block;
	position: relative;
}
.contactform  .contp, .contactform .contactcheckboxlabel{
	color: white;
}
.contactdisc{
	font-size: 12px;
	margin: 5px auto;
	text-align: center;
	color: rgb(170,170,170);
}
.contactpointdiv{
	border: 1px solid rgb(170,170,170);
}
.contactpoint{
	line-height: 40px;
	padding: 0px 0px 0px 40px;
}
.contactpointtick{
	width: 32px;
	height: 32px;
	float: left;
	margin: 4px 8px 4px -36px;
	background-image: url('/images/tick.png');
	background-repeat: no-repeat;
	background-size: 64px 32px;
}
.contactsubmit{
	margin-top: 2px;
	background-color: #FFA62B;
	min-height: 60px;
	line-height: 60px;
}
.contactsubmit:hover, .contactsubmit:focus, .contactsubmit:active{
	background-color: #FA872C;
}
.contacterror{
	position: absolute;
	display: block;
	color: rgb(220,30,30);
	margin: 8px 0px 0px 0px;
	font-size: 11px;
	width: 98%;
	padding: 0 2% 0 0;
	text-align: right;
}
.fbcommentdiv{
	margin: 25px auto;
	width: 900px;
	max-width: 90%;
	z-index: 1;
}
.timeerror{
	color: rgb(220,30,30);
	margin: 10px 0px 20px 0px;
	font-size: 11px;
}
.toptimeerror{
	color: rgb(220,30,30);
	margin: 10px 0px 20px 0px;
	font-size: 13px;
}

/* ABOUT US */
.profilecont{
	text-align: center;
	margin: 10px auto 50px auto;
}
.profilediv{
	width: 220px;
	height: 220px;
	display: inline-block;
}
.profilepicdiv{
	display: inline-block;
	margin: 40px auto 80px;
}
.profilepiccover{
	position: absolute;
	width: 220px;
	height: 220px;
	background: rgba(0,0,0,0.8);
	border-radius: 112px;
	overflow: hidden;
	opacity: 0;
	transition: opacity 0.5s;
}
.profiletext{
	position: absolute;
	width: 100%;
	text-align: center;
	transition: margin-top 0.5s;
}
.profilename{
	position: absolute;
	width: 100%;
	text-align: center;
	font-size: 20px;
	font-weight: 300;
	color: white;
}
.profilerole{
	position: absolute;
	width: 100%;
	text-align: center;
	color: white;
	margin-top: 30px;
}
.profilesocial{
	margin-top: 100px;
}
.profilepiccover:hover{
	opacity: 1;
	transition: opacity 0.5s;
}
.profilepiccover:hover .profiletext{
	margin-top: 90px;
	transition: margin-top 0.5s;
}
.profilesocial{
	position: absolute;
	margin: 220px 0px 0px 70px;
	transition: margin 0.5s;
}
.profilepiccover:hover .profilesocial{
	margin: 155px 0px 0px 70px;
	transition: margin 0.5s;
}
.profilepic{
	width: 220px;
	height: 220px;
	border-radius: 112px;
}
.profilefacebook{
	display: inline-block;
	width: 20px;
	height: 25px;
	background-image: url('/images/socialicons.png');
	background-repeat: no-repeat;
	background-size: 80px 50px;
	background-position: 0px -25px;
	cursor: pointer;
}
.profiletwitter{
	display: inline-block;
	width: 20px;
	height: 25px;
	background-image: url('/images/socialicons.png');
	background-repeat: no-repeat;
	background-size: 80px 50px;
	background-position: -20px -25px;
	cursor: pointer;
}
.profilegoogle{
	display: inline-block;
	width: 20px;
	height: 25px;
	background-image: url('/images/socialicons.png');
	background-repeat: no-repeat;
	background-size: 80px 50px;
	background-position: -40px -25px;
	cursor: pointer;
}
.profilelinkedin{
	display: inline-block;
	width: 20px;
	height: 25px;
	background-image: url('/images/socialicons.png');
	background-repeat: no-repeat;
	background-size: 80px 50px;
	background-position: -60px -25px;
	cursor: pointer;
}
.profilefacebook:hover{
	background-position: 0px 0px;
}
.profiletwitter:hover{
	background-position: -20px 0px;
}
.profilegoogle:hover{
	background-position: -40px 0px;
}
.profilelinkedin:hover{
	background-position: -60px 0px;
}

.markdavie{
	background-image: url('/images/markdavie.jpg');
}

.aboutlink{
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin: 4px auto 50px auto;
	width: 440px;
	max-width: 96%;
}


/* SOCIAL SHARE BUTTONS */
.sharepad{
	position: fixed;
	z-index: 80;
	width: 40px;
	top: 50%;
	margin: -100px 0 0;
	-webkit-transition: margin-left 0.5s;
	-o-transition: margin-left 0.5s;
	-moz-transition: margin-left 0.5s;
	transition: margin-left 0.5s;
}
.sharepadmin{
	margin: -100px 0 0 -40px;
}
.sharetext{
	display: block;
	font-size: 12px;
	color: rgb(170,170,170);
	margin: 3px;
}
.sharelink{
	display: block;
	position: relative;
}
.sharesocialbutton{
	display: block;
	position: relative;
	width: 40px;
	height: 40px;
	margin: 3px 0;
	padding: 0;
	cursor: pointer;
	opacity: 0.3;
	background-color: rgb(220,220,220);
	background-image: url("/images/socialicons.png");
	background-repeat: no-repeat;
	background-size: 280px 80px;
	-webkit-transition: background-position 0.5s, background-color 0.5s, opacity 0.5s;
	-moz-transition: background-position 0.5s, background-color 0.5s, opacity 0.5s;
	-o-transition: background-position 0.5s, background-color 0.5s, opacity 0.5s;
	transition: background-position 0.5s, background-color 0.5s, opacity 0.5s;
}
.sharefacebook{
	background-position: 0 -40px;
}
.sharelinkfacebook:hover .sharefacebook{
	opacity: 1;
	background-color: rgb(32,67,133);
	background-position: 0px 0;
}
.sharetwitter{
	background-position: -40px -40px;
}
.sharelinktwitter:hover  .sharetwitter{
	opacity: 1;
	background-color: rgb(42,169,224);
	background-position: -40px 0;
}
.sharegoogle{
	background-position: -80px -40px;
}
.sharelinkgoogle:hover .sharegoogle{
	opacity: 1;
	background-color: rgb(211,73,44);
	background-position: -80px 0;
}
.sharelinkedin{
	background-position: -120px -40px;
}
.sharelinklinkedin:hover .sharelinkedin{
	opacity: 1;
	background-color: rgb(2,102,154);
	background-position: -120px 0;
}
.sharetoggle{
	position: relative;
	margin-left: 0;
	background-position: -200px -40px;
	-webkit-transition: margin-left 0.5s, background-position 0.5s;
	-o-transition: margin-left 0.5s, background-position 0.5s;
	-moz-transition: margin-left 0.5s, background-position 0.5s;
	transition: margin-left 0.5s, background-position 0.5s;
}
.sharetogglemin{
	margin-left: 40px;
	background-position: -240px -40px;
}
/* EXIT INTENT POPUP */

#exit-pop{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 130;
	transition: all 1.0s ease-in-out;
}
.exit-underlay{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	z-index: 140;
}
.exit-pop-div{
	display: block;
	position: relative;
	width: 800px;
	height: 498px;
	margin: 6% auto;
	padding: 1px 0;
	background: url("/images/exit-pop-bg.jpg");
	z-index: 150;
	opacity: 0;
	left: 500px;
	-webkit-transition: 2s;
	-moz-transition: all 2s;
	transition: all 2s;
}
#exit-pop.pop-shown .exit-pop-div{
	opacity: 1;
	left: 0;
}
.exit-text-area{
	display: block;
	position: relative;
	width: 375px;
	margin: 15px 40px 0px 60px;
}
.exit-text-area h5{
	font-size: 28px;
	margin: 30px 0;
}
.exit-text-area p{
	font-size: 18px;
	line-height: 28px;
	color: rgb(70,70,70);
	font-weight: 400;
}
.exit-text-bottom{
	margin: 220px 0px 0px;
}
.exit-footer .exit-button{
	display: block;
	text-align: center;
	margin: 10px auto;
	width: 80px;
	font-size: 12px;
	line-height: 22px;
	cursor: pointer;
}



/* LINK GENERATOR */

.link-generator-form{
	width: 600px;
	margin: 30px auto 100px;
}


/* RESPONSIVE LIKE BOX */

.fb-comments, .fb-comments iframe[style], .fb-like-box, .fb-like-box iframe[style] {width: 100% !important;display:block;z-index:10;position:relative; }
.fb-comments span, .fb-comments iframe span[style], .fb-like-box span, .fb-like-box iframe  span[style] {width: 100% !important;display:block;z-index:10;position:relative; }

/* FOOTER STYLES */

.footerpartner{
	width: 100%;
	background: rgb(250, 250, 250);
	padding: 30px 0 80px;
}
.partnerlogodiv{
	display: block;
	position: relative;
	margin: 0 auto;
	width: 600px;
}
.partnerlogo{
	display: block;
	float: left;
	width: 160px;
	height: 85px;
	margin: 0 20px;
	background-image: url("/images/partner-logos.png");
	background-size: 1000px 170px;
	background-repeat: no-repeat;
}
.partner-g{
	background-position: 0 0;
}
.partnerf{
	background-position: 20% 0;
}
.partnerm{
	background-position: 40% 0;
}
.partnerb{
	background-position: 60% 0;
}
.partnern{
	background-position: 80% 0;
}
.partnera{
	background-position: 100% 0;
}
.partnerg:hover{
	background-position: 0 100%;
}
.partnerf:hover{
	background-position: 20% 100%;
}
.partnerm:hover{
	background-position: 40% 100%;
}
.partnerb:hover{
	background-position: 60% 100%;
}
.partnern:hover{
	background-position: 80% 100%;
}
.partnera:hover{
	background-position: 100% 100%;
}

.footermain{
	width: 100%;
	min-height: 500px;
	background-color: rgb(35,35,35);
}
.fourborder{
	width: 100%;
	height: 10px;
}
.purpleline{
	height: 10px;
	width: 25%;
	float: left;
	background-color: rgb(162,66,176);
}
.blueline{
	height: 10px;
	width: 25%;
	float: left;
	background-color: rgb(50,105,230);
}
.greenline{
	height: 10px;
	width: 25%;
	float: left;
	background-color: rgb(120,205,58);
}
.orangeline{
	height: 10px;
	width: 25%;
	float: left;
	background-color: rgb(255,166,43);
}
.footercol1{
	width: 27%;
	padding: 10px 2% 80px 5%;
	min-height: 450px;
	float: left;
}
.footercol2{
	width: 16%;
	padding: 115px 1% 80px 4%;
	min-height: 345px;
	float: left;
}
.footercol3{
	width: 37%;
	padding: 115px 5% 80px 2%;
	min-height: 345px;
	float: left;
}
.footerlogodiv{
	position: relative !important;
	left: 0px !important;
	height: 70px;
	width: 240px;
	margin: 17px 0px;
}
.footerlogolink{
	top: 0px !important;
}
.footerlogotext{
	position: absolute;
	font-size: 34px;
	font-weight: 700;
	font-style: italic;
	color: rgb(170,170,170);
	margin: 6px 0px 0px 71px;
	text-align: left;
	width: 170px;
	text-transform: lowercase;
}
.footerlogobyline{
	position: absolute;
	margin: 44px 0px 0px 74px;
	color: rgb(170,170,170);
	text-align: left;
	font-size: 12px;
	font-style: italic;
	font-weight: 400;
	width: 170px;
}
.footerheader{
	color: rgb(170,170,170);
	padding: 4px 0px;
}
.footerheader a{
	display: block;
	color: rgb(170,170,170);
}
.footerheader a:hover{
	color: rgb(50,105,230);
}
.footerlink{
	display: block;
	font-size: 16px;
	line-height: 16px;
	text-align: left;
	color: rgb(170,170,170);
	font-weight: 300;
	padding: 12px 10px 10px 0px;
}
.footerlink:hover{
	color: rgb(50,105,230);
}
.footinput{
	width: 90%;
	height: 40px;
	font-size: 16px;
	font-family: "Open Sans",Arial,sans-serif;
	color: rgb(220,220,220);
	margin: 2px 0px;
	padding: 0px 5%;
	border: 1px solid #787878;
	background: rgb(30,30,30);
}
.foottextarea{
	width: 90%;
	min-width: 90%;
	max-width: 90%;
	height: 120px;
	font-size: 16px;
	font-family: 'Open Sans',Arial,sans-serif;
	color: rgb(220,220,220);
	margin: 2px 0px;
	padding: 8px 5%;
	border: 1px solid #787878;
	background: rgb(30,30,30);
}
.footsubmit{
	margin: 2px 0px;
	padding: 0px 5%;
	width: 90%;
	border: 1px solid #787878;
	background: none repeat scroll 0% 0% #1E1E1E;
	height: 60px;
	box-sizing: inherit;
}
.footer-about-phone a{
	color: rgb(170,170,170);
}
.footer-about-phone a:hover{
	color: rgb(50,105,230);
}
.footerlocations{
	background-color: rgb(25,25,25);
	border-top: 1px solid rgb(100,100,100);
}
.footerlocationdiv{
    padding: 5px 5%;
}
.footerlocation{
	display: block;
	float: left;
	width: 16.5%;
	font-size: 15px;
	line-height: 16px;
	text-align: center;
	color: #AAA;
	font-weight: 300;
	padding: 10px 0px;
}
.footerlocation:hover{
	color: rgb(50,105,230);
}

.footercredit{
	background-color: rgb(15,15,15);
	border-top: 1px solid rgb(100,100,100);
}
.footercreditbar{
	padding: 5px 5%;
	margin: 30px 0px 0px 0px;
}
.footercreditbar2{
	padding: 5px 5%;
	margin: 0px 0px 0px 0px;
}
.footercreditbar3{
	padding: 5px 5%;
	margin: 0px 0px 25px 0px;
}
.footerclientlink{
	display: inline-block;
	color: white;
	padding: 0;
}
.footercreditlink{
	display: inline-block;
	color: rgb(120,120,120);
	padding: 0;
	margin: 0;
}
.footersocial{
	float: right;
	width: 176px;
	height: 70px;
	margin: 35px 5%;
	padding: 5px 0px;
}
.footersocialbutton{
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 0 1.5px;
	padding: 0;
	cursor: pointer;
	background-color: rgb(100,100,100);
	background-image: url("/images/socialicons.png");
	background-repeat: no-repeat;
	background-size: 280px 80px;
	-webkit-transition: background-color 0.5s, background-position 0.5s;
	-moz-transition: background-color 0.5s, background-position 0.5s;
	-o-transition: background-color 0.5s, background-position 0.5s;
	transition: background-color 0.5s, background-position 0.5s;
}
.footerfacebook{
	background-position: 0 -40px;
}
.footerfacebook:hover{
	background-color: rgb(32,67,133);
	background-position: 0 0;
}
.footertwitter{
	background-position: -40px -40px;
}
.footertwitter:hover{
	background-color: rgb(42,169,224);
	background-position: -40px 0;
}
.footergoogle{
	background-position: -80px -40px;
}
.footergoogle:hover{
	background-color: rgb(211,73,44);
	background-position: -80px 0;
}
.footerlinkedin{
	background-position: -120px -40px;
}
.footerlinkedin:hover{
	background-color: rgb(2,102,154);
	background-position: -120px 0;
}
.socialfollowtext{
	display: block;
	padding: 0px;
	margin: 10px 0;
	color: rgb(170,170,170);
	text-align: center;
}
.modout{
	display: none;
}

.input_two{
	display: block;
	height: 0;
	visibility: hidden;
}

/* MEDIA QUERIES */

/* IPAD BACKGROUND IMAGE FIX */

@media all and (max-width: 1080px){
	.seosection1, .seosection2, .seopkgsection1, .adwordssection1, .webdesignsection1, .webdesignsection2, .servicesection1, .domainsection1, .hostingsection1, .conversionsection1, .conversionsection2{
        background-attachment: scroll;
    }
}

/* MEDIUM SCREENS - TABLETS */

@media all and (max-width: 959px){
.mainbyline{
	margin: 0px 0px 0px -395px;
	padding: 39px 0 0 0;
}
.mainbyline h3{
	font-size: 24px;
}
.phoneicon{
	height: 25px;
	width: 25px;
	background-size: 25px 25px;
	margin: 0px 10px -4px 5px;
}
.navbar{
	position: relative;
}
.navbutton{
	margin: 100px 5px 0 5px;
	padding: 5px 5px 5px;
}
#dropdowndiv1{
	margin-left: -402px;
}
#dropdowndiv2{
	margin-left: -228px;
}
.hostoptionhead {
	margin: 0px 0px 2px 0px;
	line-height: 20px;
	font-size: 20px;
}
.hostoptioninfo{
	width: 70px;
	font-size: 10px;
	line-height: 18px;
	height: 18px;
}
.hostoptionvalue{
	font-size: 12px;
	line-height: 18px;
	height: 18px;
	width: 170px;
	max-width: 48%;
}
.hostoptionlink{
	margin: 12px 0px 0px;
	width: 170px;
	max-width: 48%;
}
.seocolheight{
	min-height: 180px;
}
.servicecolheight{
	min-height: 200px;
}
.servicescontleft{
	width: 45%;
}
.intouchdiv{
	margin-top: 0px;
}
.contacttextdiv{
	width: 50%;
}
.contactformdiv{
	width: 50%;
}
#exit-pop{
	display: none !important;
}

}


/* SMALL SCREENS - SMART PHONES */

@media all and (max-width: 719px){
.minout{
	display: none;
}
.clientlogin{
	width: 65px;
	margin: 2px 0px 0px -65px;
}
.minimenutop{
	display: block;
	position: absolute;
	width: 80px;
	left: 100%;
	height: 35px;
	margin: 100px 0px 0px -95px;
	line-height: 35px;
	color: rgb(70,70,70);
	background-color: rgb(245, 245, 245);
	border-radius: 6px;
	cursor: pointer;
	height: 35px;
	padding: 0px 5px;
	text-align: left;
	font-size: 12px;
}
.minimenubutton{
	height: 35px;
	width: 35px;
	float: right;
}
.minimenuline{
	height: 5px;
	width: 35px;
	margin: 5px 0;
	border-radius: 3px;
	background-color: rgb(70, 70, 70);
}
#minimenudiv{
	display: block;
	position: absolute;
	z-index: 80;
	margin: 140px 0;
	width: 100%;
	left: 100%; /* Slide action with jQuery */
	-moz-transition: left 1s;
	-webkit-transition: left 1s;
	-o-transition: left 1s;
	transition: left 1s;
}
.minimenureveal{
	left: 0% !important;
	-moz-transition: left 1s;
	-webkit-transition: left 1s;
	-o-transition: left 1s;
	-ms-transition: left 1s;
	transition: left 1s;
}
.navbutton{
	position: relative;
	display: block;
	width: 90%;
	padding: 10px 5%;
	background-color: rgb(70,70,70);
	color: white;
	margin: 0;
	border-bottom: 1px solid rgb(90,90,90);
}
.homenavbuttonicon{
	width: 40px;
	height: 32px;
	float: left;
	background-image: url('/images/menusprites.png');
	background-position: -7px -10px;
	background-repeat: no-repeat;
	background-size: 568px 50px;
}
.seonavbuttonicon{
	width: 40px;
	height: 32px;
	float: left;
	background-image: url('/images/menusprites.png');
	background-position: -78px -10px;
	background-repeat: no-repeat;
	background-size: 568px 50px;
}
.adwordsnavbuttonicon{
	width: 40px;
	height: 32px;
	float: left;
	background-image: url('/images/menusprites.png');
	background-position: -153px -10px;
	background-repeat: no-repeat;
	background-size: 568px 50px;
}
.webnavbuttonicon{
	width: 40px;
	height: 32px;
	float: left;
	background-image: url('/images/menusprites.png');
	background-position: -224px -10px;
	background-repeat: no-repeat;
	background-size: 568px 50px;
}
.servicesnavbuttonicon{
	width: 40px;
	height: 32px;
	float: left;
	background-image: url('/images/menusprites.png');
	background-position: -302px -10px;
	background-repeat: no-repeat;
	background-size: 568px 50px;
}
.blognavbuttonicon{
	width: 40px;
	height: 32px;
	float: left;
	background-image: url('/images/menusprites.png');
	background-position: -378px -10px;
	background-repeat: no-repeat;
	background-size: 568px 50px;
}
.supportnavbuttonicon{
	width: 40px;
	height: 32px;
	float: left;
	background-image: url('/images/menusprites.png');
	background-position: -448px -10px;
	background-repeat: no-repeat;
	background-size: 568px 50px;
}
.contactnavbuttonicon{
	width: 40px;
	height: 32px;
	float: left;
	background-image: url('/images/menusprites.png');
	background-position: -520px -10px;
	background-repeat: no-repeat;
	background-size: 568px 50px;
}
.dropdowndiv{
	position: relative;
	left: 0%;
}
#dropdowndiv1{
	margin: -6px 0 0 0;
}
#dropdowndiv2{
	margin: -6px 0 0 0;
}
.dropdownlink{
	font-size: 14px;
	text-align: right;
	padding: 10px 10%;
}
.minimenucollapse{
	display: block;
	width: 90%;
	padding: 5px 5%;
	height: 35px;
	line-height: 35px;
	font-size: 12px;
	background-color: #F0F0F0;
	box-shadow: 2px 2px 2px #464646;
	cursor: pointer;
}
.minimenubottom{
	width: 35px;
	padding: 0px 5px;
	float: left;
}
.contthreecol{
	width: 90%;
	margin: 10px 0px 30px;
	padding: 0px 5%;
	position: relative;
	border: 0;
}
.seopkgcol{
	width: 90%;
	padding: 10px 5% 0px 5%;
	margin: 10px 0px 0px 0px;
}
.seopkghlcol{
	margin: 30px 0px 0px 0px;
}
.seopointdiv1 {
    min-height: 0;
}
.hostoptionright1, .hostoptionright2, .hostoptionright3{
	float: none;
	margin: 0px auto 10px auto;
	max-width: 100%;
}
.hostoptioninfo {
	float: left;
	height: auto;
}
.hostoptionvalue{
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}
.hostoptionlink{
	max-width: 100%;
	width: 100%;
}
.hostingheadtab{
	max-width: 30%;
	font-size: 20px;
}
.hostoptionbutton, .hostoptionlink, .hostingtablebutton{
	height: auto;
	font-size: 16px;
}
.hostingcontentleft{
	width: 90%;
	float: none;
}
.hostingap{
	margin: 0px auto 50px auto;
}
.comparedivsingle{
	width: 90%;
	float: none;
	max-width: 400px;
	margin: 30px auto;
}
.hostingtd{
	padding: 0px 0px 0px 5px;
	max-width: 70px;
}
.hostingtable{
	margin: 40px auto;
}
.hostingtdhead{
	font-size: 15px;
}
.contseoform, .contleft, .contright {
	position: relative;
	width: 90%;
	margin: 150px 0px 20px 0px;
	padding: 1px 5% 10px;
	left: 0%;
}
.contseoform{
	margin: 80px 0px 20px 0px;
}
.seosection1{
	min-height: 640px;
}
#websiteformdiv{
	position: absolute;
}
#seowebsite, #seocontact{
	width: 100%;
}
.contmasthead, .contheader{
	margin-top: 10px;
	text-align: center;
	font-size: 36px;
}
.contmasthead{
	margin-top: 50px;
}
.contbylineleft, .contbyline {
	text-align: center;
	font-size: 24px;
}
.seocolheight{
	min-height: 0px;
}
.servicecolheight{
	min-height: 0px;
}
.cmswp{ margin: -120px 0; }
.cmsjm{ margin: -120px -150px; }
.cmsdr{ margin: -120px -300px; }
.cmsma{ margin: -120px -450px; }
.cmspr{ margin: -120px -600px; }
.hostingdisc{
	display: none;
}
.hostingtypecpanel, .hostingtypecloud{
	display: none;
}
.domainsalediv{
	position: relative;
	display: inline-block;
	width: 280px;
	left: 50%;
	margin-left: -140px;
}
.domainsalecol1, .domainsalecol2, .domainsalecol3, .domainsalecol4{
	margin: 5px 5px;
}
.domainsalecol4{
	display: block;
}
.domaininput{
	width: 40%;
}
.domaintlds{
	width: 24%;
}
.supportpagecont{
	padding: 0px 5%;
	width: 90%;
}
.contacttextdiv{
	float: none;
	width: 100%;
}
.contacttext {
    padding: 0px 5% 0px 5%;
}
.contactbg{
	float: none;
	height: 250px;
	width: 100%;
	background-position: right center;
	background-size: auto 250px;
}
.contactheader{
	font-size: 36px;
	margin: 30px 0px;
}
.contactformdiv{
	float: none;
	width: 90%;
	margin: 20px 5%;
}

.clientlogo{
	display: inline-block;
	width: 150px;
	height: 75px;
	margin: 20px 10%;
	background-image: url("/images/clientlogos.png");
	background-size: 1500px 150px;
	background-repeat: no-repeat
}
.clientlogo1{
	background-position: 0 0;
}
.clientlogo2{
	background-position: -150px 0;
}
.clientlogo3{
	background-position: -300px 0;
}
.clientlogo4{
	background-position: -450px 0;
}
.clientlogo5{
	background-position: -600px 0;
}
.clientlogo6{
	background-position: -750px 0;
}
.clientlogo7{
	background-position: -900px 0;
}
.clientlogo8{
	background-position: -1050px 0;
}
.clientlogo9{
	background-position: -1200px 0;
}
.clientlogo10{
	background-position: -1350px 0;
}

.clientlogo1:hover{
	background-position: 0 -75px;
}
.clientlogo2:hover{
	background-position: -150px -75px;
}
.clientlogo3:hover{
	background-position: -300px -75px;
}
.clientlogo4:hover{
	background-position: -450px -75px;
}
.clientlogo5:hover{
	background-position: -600px -75px;
}
.clientlogo6:hover{
	background-position: -750px -75px;
}
.clientlogo7:hover{
	background-position: -900px -75px;
}
.clientlogo8:hover{
	background-position: -1050px -75px;
}
.clientlogo9:hover{
	background-position: -1200px -75px;
}
.clientlogo10:hover{
	background-position: -1350px -75px;
}

.footercol1{
	width: 90%;
	padding: 10px 5% 10px 5%;
	min-height: 100px;
	float: none;
}
.footercol2{
	width: 90%;
	padding: 20px 5% 10px 5%;
	min-height: 100px;
	float: none;
}
.footercol3{
	width: 90%;
	padding: 40px 5% 10px 5%;
	min-height: 100px;
	float: none;
}
.footersocial{
	float: none;
	margin: 30px auto;
}
.footerheader{
	text-align: center;
}
.footerlink{
	text-align: center;
	padding: 15px 10px 15px 20px;
	border-top: 1px solid rgb(70,70,70);
}
.footerlocation{
	width: 33%;
	margin: 10px 0;
}
.footercreditbar, .footercreditbar2{
	text-align: center;
}
.partnerlogodiv{
	width: 400px;
}

}


/* VERY SMALL SCREENS - FOOTER ISSUE */

@media all and (max-width: 420px){

.partnerlogodiv{
	width: 300px;
	margin: 30px auto 0;
}
.partnerlogo{
	width: 100px;
	height: 53.125px;
	margin: 0px 25px;
	background-size: 620px 106px;
}
.clientlogo{
	margin: 20px 3%;
}

}


/* HOVER EFFECTS ONLY OVER 720px WIDTH */

@media all and (min-width: 720px){
.maxout{
	display: none;
}
.seopkgcol:hover{
	margin: 0px 0.25% 0px 0.25%;
	-webkit-transition: margin 1s;
	-moz-transition: margin 1s;
	-o-transition: margin 1s;
	transition: margin 1s;
}
.seopkgcol:hover .button{
	height: 100px;
	-webkit-transition: height 1s;
	-moz-transition: height 1s;
	-o-transition: height 1s;
	transition: height 1s;
}


}

/* LARGE MONITORS ALSO TABLET LANDSCAPE */

@media all and (min-width: 960px){
.navbutton{
	padding: 100px 10px 10px 10px;
}
 .navbarminimize{
	height: 70px;
	-moz-transition: height 1s;
	-webkit-transition: height 1s;
	-o-transition: height 1s;
	transition: height 1s;
}
.navbarminimize .logolink{
	top: 1px;
	-moz-transition: top 1s;
	-webkit-transition: top 1s;
	-o-transition: top 1s;
	transition: top 1s;
}
.navbarminimize .mainbyline{
	opacity: 0;
	margin: -85px 0px 0px -500px;
	-moz-transition: opacity 0.8s, margin 1s;
	-webkit-transition: opacity 0.8s, margin 1s;
	-o-transition: opacity 0.8s, margin 1s;
	transition: opacity 0.8s, margin 1s;
}
.mainbylinebegone{
	opacity: 0;
	top: -100px;
	-moz-transition: opacity 0.5s, top 0.5s;
	-webkit-transition: opacity 0.5s, top 0.5s;
	-o-transition: opacity 0.5s, top 0.5s;
	transition: opacity 0.5s, top 0.5s;
}
.navbarminimize .navbutton{
	padding: 22px 10px 18px;
	-moz-transition: padding 1s, margin 1s;
	-webkit-transition: padding 1s, margin 1s;
	-o-transition: padding 1s, margin 1s;
	transition: padding 1s, margin 1s;
}
.homenavbutton{
	background-image: url('/images/menusprites.png');
	background-position: 0px 30px;
	background-repeat: no-repeat;
	background-size: 568px 50px;
}
.seonavbutton{
	background-image: url('/images/menusprites.png');
	background-position: -75px 30px;
	background-repeat: no-repeat;
	background-size: 568px 50px;
}
.adwordsnavbutton{
	background-image: url('/images/menusprites.png');
	background-position: -136px 30px;
	background-repeat: no-repeat;
	background-size: 568px 50px;
}
.webnavbutton{
	background-image: url('/images/menusprites.png');
	background-position: -197px 30px;
	background-repeat: no-repeat;
	background-size: 568px 50px;
}
.servicesnavbutton{
	background-image: url('/images/menusprites.png');
	background-position: -287px 30px;
	background-repeat: no-repeat;
	background-size: 568px 50px;
}
.blognavbutton{
	padding: 100px 10px 10px 10px;
	background-image: url('/images/menusprites.png');
	background-position: -377px 30px;
	background-repeat: no-repeat;
	background-size: 568px 50px;
}
.supportnavbutton{
	background-image: url('/images/menusprites.png');
	background-position: -431px 30px;
	background-repeat: no-repeat;
	background-size: 568px 50px;
}
.contactnavbutton{
	background-image: url('/images/menusprites.png');
	background-position: -495px 30px;
	background-repeat: no-repeat;
	background-size: 568px 50px;
}
.navbarminimize .homenavbutton{
	background-image: none;
}
.navbarminimize .seonavbutton{
	background-image: none;
}
.navbarminimize .adwordsnavbutton{
	background-image: none;
}
.navbarminimize .webnavbutton{
	background-image: none;
}
.navbarminimize .servicesnavbutton{
	background-image: none;
}
.navbarminimize .blognavbutton{
	background-image: none;
	padding: 22px 10px 18px;
}
.navbarminimize .supportnavbutton{
	background-image: none;
}
.navbarminimize .contactnavbutton{
	background-image: none;
}

}

/* VERY WIDE SCREEN SPECIFIC STYLES - THIS IS JUST FOR A FEW FEATURES IDEALLY */

@media all and (min-width: 1280px){
.bg3markerdiv{
	position: absolute;
	left: 50%;
	margin: 238px 0px 0px 343px;
	height: 60px;
	width: 37px;
	cursor: pointer;
}
.bg3markertt{
	display: none;
	position: absolute;
	left: 50%;
	margin: 179px 0 0 370px;
	width: 265px;
	height: 102px;
	background-image: url('/images/bg3bubble.png');
	background-repeat: no-repeat;
	background-position: 0 0;
}
.bg3markerdiv:hover ~ .bg3markertt{
	display: block;
}
.bg3markertt:hover{
	display: block;
}
.seopkgcol{
	width: 19%;
}
.maxin{
	display: inline-block;
}
.partnerlogodiv{
	width: 1200px;
}

}


.santa-hat-icon{
	display: block;
	width: 100px;
	height: 100px;
	
}


