/*----------------------------------------- */
/* Author:		Mark Adams                     */
/* Author URL:	http://3dweb.co.uk           */
/* Version:		1.0                            */
/* Colours: Old Blue  #24AAE1
New Blue  #24AAFF
Complementary Orange  #FF7924
Lighter Blue  #00BFFF
Complementary Orange  #FF4000
Google Blue G  #4285F4                */
/* ----------------------------------------- */

/* Rules to disable csslint warnings */
/*csslint
ids: false,
outline-none: false,
box-model: false,
box-sizing: false,
overqualified-elements: false,
unique-headings: false
*/

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
:focus {
  outline: 0;
}
html {
  position: relative;
  min-height: 100%;
  margin: 0; /*02/11*/
}
body {
  background: #58595b url('images/mosaic-bg.png') repeat 0 0;
  /*background: #58595b url('images/mosaic-light.png') repeat 0 0;*/
  /*background-color: #58595b!important;*/  /* Adding !important forces the browser to overwrite the default style applied by Bootstrap */
  /*background-image:url(images/bgslice.jpg);*/ /* background-image:url(images/snowman2.jpg); */
  /*background-repeat: repeat-x !important;*/
  overflow-y: scroll;
  /* Margin bottom by footer height */
  margin-bottom: 85px;
  height: 100%;
}

nav { /* Controls Nav Menu Font */
  color: #777;
  font-family: 'Lato', Arial, sans-serif;
  font-size: 16px;
/*  line-height: 22px;*/
}

*, *::after, *::before {
  box-sizing: border-box;
}

.unselectable {
/* Make page text unselectable */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
#wrapper {
  max-width: 1000px; /* do not change! */
  width: 100%;
  height: 100%; /* do not change! */
  height: auto !important;
  margin: 0 auto;
  text-align:left;
  background:#fff; /*was e9f6fc*/
}
#header {
  max-width: 1000px;
  height: 160px; /*200*/
  /*background-image: url(images/headerimg.png);*/
  /*background-repeat: no-repeat;*/
  margin: 0;
}
#contentwrap {
  max-width: 1000px;
  min-height: 100%;
}
h1.logo {
  display: inline-block;
  background: transparent url(images/logo2.png) no-repeat;
  text-indent: -99999px;
  direction: ltr;
  width: 260px;
  height: 130px;
  margin:20px 0 0 20px;
  /*float: left;*/ /*2/11*/
}
a.clicklogo {
  display: block;
  width: 260px; /*300*/
  height: 130px;
}
/*h2.footprints{
text-indent: -99999px;
display: inline-block;
width: 175px;
height: 185px;
background: transparent url(images/footprints.png) no-repeat;
float:middle;
}
a.clickfootprints{
display:block;
width: 175px;
height: 185px;
}*/
/* Optimize images */
.payment-icons {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}
img.puzzle{
  background-position: top right;
  box-sizing: border-box;
  float: right;
  width: 154px;
  height : 138px;
  padding:10px 20px 0 0;
}
img.thumbsup{
  float:right;
  padding:25px 20px 0 0;
}
img.dot-uk {
  float: right;
  transform: scale(0.75);
  padding: 15px 15px 0 0;
}
/*--navigation--*/
#navcontainer {
  max-width:962px;
  /*background-image:url(images/navslice.jpg);*/
  /*background-repeat:repeat-x;*/
  /*height:auto;*/
  margin:0 20px;
  /*margin:-40px 20px 0 20px;*/
  clear:both;
}
.navbar {
  margin-bottom: 0 !important; /*0px*/ /*02/11*/
}
.carousel-caption {
  margin-top: 0 !important; /*0px*/ /*02/11*/
}
ul#navlist2 {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid #e7e7e7;
  background-color: #333;
}
#navlist2 li {
  float: left;
  font-family: 'Lato', Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
}
#navlist2 li a {
  display: block;
  color: #888;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
#navlist2 li a:hover:not(.active) {
  background-color: #ddd;
}
#navlist2 li a.active {
  color: white;
  background-color: #24aaff;
}
#navlist2 a:hover {
  color: #666;
  text-decoration: none;
}
/*
ul#navlist{
padding:8px 0 0 15px;
}
#navlist li{
font-family: 'Lato', Arial, sans-serif;
font-size:14px;
font-weight:bold;
display: inline;
list-style-type: none;
padding: 3px 20px;
}
#navlist a:link	{
color: #fff;
text-decoration: none;
}
#navlist a:visited{
color: #fff;
text-decoration: none;
}
#navlist a:hover{
color: #66e0ff;
text-decoration: none;
}
#navlist a#current{
color: #66e0ff;
text-decoration: none;
}*/
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a.weblink {
  color:#24aaff;
  text-decoration: none;
}
a.weblink:link {
  color: #24aaff;
  text-decoration: none;
}
a.weblink:visited {
  color: #800080;
  text-decoration: none;
}
a.weblink:hover {
  /*font-size:15px;*/
  color: #0645AD;
  border-bottom: 1px #0645AD solid;
  text-decoration: none;
}
.wrap {
  color:#888;
  font-family: 'Lato', Arial, sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  word-spacing: 1px;
  padding:0;
  margin:0 0 25px 10px;
}
/*
a.magic {
color:#24aae1;
text-decoration: none;
text-align: left;
}
a.magic:link {
color: #24aae1;
text-decoration: none;
}
a.magic:visited {
color: #800080;
border-bottom: 1px #800080 dotted;
text-decoration: none;
}
a.magic:hover {
font-size: 0;
}
a.magic:hover:before {
font-size: 14px;
color: #FF0066;
border-bottom: 1px #FF0066 solid;
text-decoration: none;
content: attr(data-hover); /*-- Displays alternative text, usually a long url --
}*/
a.mint {
  color: #009999;
  text-decoration: none;
}
a.mint:link {
  color: #24aaff;
  text-decoration: none;
}
a.mint:visited {
  color: #800080;
  text-decoration: none;
}
a.mint:hover {
  /*font-size:18px;*/
  color: #0645AD; /*pinkFF0066 orangeff6500 mint 009999 navy-004c99*/
  border-bottom: 1px #0645AD solid;
  text-decoration: none;
}
p.introtext a:link {
  color: #24aaff; /*was 0645AD mint 009999*/
  text-decoration: none;
}
p.introtext a:visited {
  color: #800080;
  text-decoration: none;
}
p.introtext a:hover {
  color: #0645AD;
  text-decoration: none;
  border-bottom: 1px solid;
}
/*#roundbox {
width: 615px;
height: 160px;
border-radius: 10px;
border: 1px solid #b3b3b3;
padding: 6px 10px 10px 10px;
color:#888;
background-color: #fff;
}*/
#roundbox2 {
  width: 580px;
  height: 138px;
  border: 1px dotted #888;
  border-radius: 5px;
  padding: 10px;
  margin: 0;
  color: #888;
  font-family: 'Lato', Arial, sans-serif;
  font-size: 15px;
  line-height: 20px;
  padding: 10px;
}
#featurebox {
  max-width: 615px;
  min-height: 160px;
  border-radius: 10px;
  border: 2px dotted #24aaff; /*was b3b3b3 */
  padding: 6px 10px 10px 10px;
  color:#888;
  background-color: #fff; /*was ecf7f9 */
}
u.dotted:before{
  border-bottom: 1px dashed #888;
  text-decoration: none;
}
/*--navigation (domains.htm)--*/
#domainsnavcontainer{
  width:962px;
  /*background-image:url(images/navslice.jpg);*/
  /*background-repeat:repeat-x;*/
  height:33px;
  margin:-30px 0 0 20px;
  clear:both;
}
ul#domainsnavlist{
  padding:8px 0 0 15px;
}
#domainsnavlist li{
  font-family: 'Lato', Arial, sans-serif;
  font-size:13px;
  font-weight:bold;
  display: inline;
  list-style-type: none;
  padding: 3px 10px;
}
#domainsnavlist a:link	{
  color: #fff;
  text-decoration: none;
}
#domainsnavlist a:visited{
  color: #fff;
  text-decoration: none;
}
#domainsnavlist a:hover{
  color: #FF9933;
  text-decoration: none;
}
#domainsnavlist a#current{
  color: #FF9933;
  text-decoration: none;
}
/*--main content--*/
#introimg {
  display: inline-block;
  width: 962px;
  height: 150px;
  background: transparent url(images/banner.jpg) no-repeat;
  border: 2px solid #ccc;
  margin:0 0 20px 20px;
}
#hostingimg {
  display: inline-block;
  width: 962px;
  height: 189px;
  background: transparent url(images/hosting2.png) no-repeat;
  border: 1px solid #ccc;
  border-bottom-left-radius: 0; /*was 10px */
  border-bottom-right-radius: 0; /*was 10px */
  margin:0;
}
#hostingimg3 {
  display: inline-block;
  width: 962px;
  height: 189px;
  background: transparent url(images/hosting3.png) no-repeat;
  border: 1px solid #ccc;
  border-bottom-left-radius: 0; /*was 10px */
  border-bottom-right-radius: 0; /*was 10px */
  margin:0;
}
#domainsimg {
  display: inline-block;
  width: 962px;
  height: 189px;
  background: transparent url(images/domains-banner.png) no-repeat;
  border: 1px solid #ccc;
  border-bottom-left-radius: 0; /*was 10px */
  border-bottom-right-radius: 0; /*was 10px */
  margin:0;
}
#webdesignimg {
  display: inline-block;
  width: 962px;
  height: 189px;
  background: transparent url(images/webdesign.png) no-repeat;
  border: 1px solid #ccc;
  border-bottom-left-radius: 0; /*was 10px */
  border-bottom-right-radius: 0; /*was 10px */
  margin:0;
}
#my-carousel {
  height: 189px;
  margin: 0 0 0 20px;
}
.carousel-inner,.carousel,.item,.container,.fill {
  max-width:962px; /*changed 27/08/16*/
}
.carousel-indicators {
  margin-bottom: -45px; /*was -24px */
  border-color: #ccc !important;
}
.carousel-indicators li {
  border-color: #ccc !important;
  background-color: #fff !important;
}
.carousel-indicators li:hover {
  border-color: #ccc !important;
  background-color: #24aaff !important;
}
.carousel-indicators li.active {
  border-color: #ccc !important;
  background-color: #e6e6e6 !important;
}
.right.carousel-control, .left.carousel-control {
  width: 30px;
  height: 100%;
  margin: 0 1px 1px 1px;
  background-image:none !important;
  /*opacity: 0;*/
/*width: 40px;
height: 60px;
margin: 74.5px 0 0 0;
position: absolute;*/
/*display: none;*/
}
/*
.carousel-control {
border-color: #ccc !important;
}
a.carousel-control {
border-color: #ccc !important;
background-color: #fff !important;
}
a.carousel-control:hover {
border-color: #24aaff !important;
background-color: #24aaff !important;
}
a.carousel-indicators:active {
border-color: #ccc !important;
background-color: #e6e6e6 !important;
}*/
/*.left,
.right {
background: none !important;
color: red !important;
border: none !important;
}*/
/*.left {
margin-left: -60px;
color: #fff !important;
}
.right {
margin-right: -60px;
color: #fff !important;
}*/
.featurespan {
  color:#888;
  font-family: 'Lato', Arial, sans-serif;
  font-size: 15px;  /*was 15*/
  line-height: 20px;
  font-weight: 400;
  word-spacing: 1px;
  padding:0;
  margin: 5px 0 0 0;
  /*margin:0 0 25px 10px;*/
}
/*#search-domains-button {
width: 142px;
height: 28px;
background-image: url(images/searchdomainbutton.png) !important;
background-repeat: no-repeat;
margin: 110px 0 0 812px;
float: right;
}*/
/* This is the logo link clickable area */
/*#clickpic {
position: absolute;
top: 144px;
left: 160px;
background-image: url(images/button.png) !important;
background-repeat: no-repeat;
height: 35px;
width: 130px;
background-color: red;
}
#button1 {
width: 106px;
height: 30px;
background-image: url(images/button.png) !important;
background-repeat: no-repeat;
margin: 40px 0 0 200px;
position: right;
}
#button2 {
width: 106px;
height: 30px;
background-image: url(images/button.png) !important;
background-repeat: no-repeat;
margin: 40px 0 0 400px;
position: right;
}
#button3 {
width: 106px;
height: 30px;
background-image: url(images/button.png) !important;
background-repeat: no-repeat;
margin: 40px 0 0 800px;
position: right;
}*/
#search-domains-button:hover {
  margin: 113px 0 0 815px;
}
#learnbutton {
  width: 209px;
  height: 28px;
  /*background-image: url(images/learnbutton.png) !important;
  background-repeat: no-repeat;*/
  margin: -25px 5px 0 0;
  float: right;
}
#learnbutton:hover {
  margin: -22px 5px 0 0;
}
img.rating{
  padding:0 0 0 75px;
}
img.clients{
  padding:0 0 5px 5px;
}
#blanker{
  margin:0 0 30px 20px;
}
#full-width-col {
  float:left;
  width:980px;
  padding:0 20px 20px 20px;
  color:#000;
  background-color:#fff; /*e9f6fc*/
}
#left-col {
  display: inline-block;
  float: left;
  max-width: 640px;
  width: 100%;
  height: 100%;
  height: auto !important;
  padding: 0 5px 0 0;
  padding: 0 20px 20px 20px;
  color: #000;
  background-color: #fff; /*e9f6fc*/
}
#right-col {
  display: inline-block;
  float:left;
  height:100%;
  max-width:300px; /* was 340 275px */
  padding:20px 20px 20px 20px; /*02/11*/
  color:#000;
  background-color:#fff;
  clear: right;
}
#left-col-2 {
  float:left;
  width:210px;
  height:100%;
  padding:0 20px 20px 20px;
  color:#000;
  background-color:#fff;
}
#right-col-2 {
  float:left;
  width:695px;
  height:100%;
  padding:0 20px 20px 20px;
  color:#000;
  background-color:#fff;
}
#left-col-3 {
  float:left;
  width:235px;
  height:100%;
  padding:0 20px 10px 30px;
  color:#000;
  background-color:#fff;
}
#right-col-3 {
  float:left;
  width:725px;
  height:100%;
  padding:0 20px 10px 20px;
  color:#000;
  background-color:#fff;
}
#about-left-col {
  display: inline-block;
  float: left;
  max-width: 640px;
  width: 100%;
  height: 100%;
  height: auto !important;
  padding: 0 5px 0 0;
  color: #000;
  background-color: #fff; /*e9f6fc*/
}
#about-right-col {
  display: inline-block;
  float:left;
  height:100%;
  max-width:275px; /* was 340 275px */
  padding: 0 5px 0 0;
  color:#000;
  background-color:#fff;
  clear: right;
}
.clear {
  clear: none
}
p.payment-col{
  float:left;
  width:595px;
  height:100%;
  border-top: dashed;
  border-bottom: dashed;
  border-width: thin;
  background-color:#F8F8F8;
  color:#888;
  font-family: 'Arial', sans-serif;
  font-size:15px;
  line-height: 18px;
  padding:15px 0 15px 15px;
  margin:5px 0 0 10px;
}
/*-- Paragraph Text --*/
/* <link href='https://fonts.googleapis.com/css?family=Lato:400,300,400italic,700,900' rel='stylesheet' type='text/css'> */
/*<link href='https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic,700,700italic,800,800italic' rel='stylesheet' type='text/css'>*/
/*p.introtext {
color:#474747;
font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 1.6875;
font-weight: normal;
padding:0;
margin:0 0 25px 10px;
text-align: left;
vertical-align: baseline;
background: transparent none repeat scroll 0% 0%;
}*/
p.introtext { /*02/11*/
  font-family: 'Lato', Arial, sans-serif;
  font-weight: 400;
  font-size: 16px; /*15*/
  color:#888;
  line-height: 1.5; /*20px*/
  word-spacing: 0.5px; /*1px Toggles spacing of last line in a <p> only */
  text-align: justify;
  padding: 0;
  margin: 0 10px 25px 10px;
  /*text-shadow: 4px 4px 4px #aaa; */
}
p.mb10 {
  margin-bottom: 10px;
}
p.featuretext {
  font-family: 'Lato', Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #888;
  line-height: 1.5; /*24px*/
  word-spacing: 0.5px;
  text-align: justify;
  padding: 0;
  margin: 0 0 7px 10px;
}
p.clock {
  color:#888;
  font-family: 'Lato', Arial, sans-serif;
  font-size: 15px;  /*was 15*/
  line-height: 20px;
  font-weight: 400;
  word-spacing: 1px;
  padding:0;
  margin:0 0 25px 10px;
}
p.roundbox2 { /* temporary */
  color:#888;
  font-family: 'Arial', sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  word-spacing: 1px;
  padding:0;
  margin:0 0 7px 10px;
}
p.accordion {
  color:#888;
  font-family: 'Lato', Arial, sans-serif;
  font-size:15px;
  line-height: 20px;
  word-spacing: 1px;
  margin:0 0 20px 0;
}
#accordion p {
  font-family: 'Lato', Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color:#888;
  line-height: 1.5;
  word-spacing: 0.5px;
  text-align: justify;
  padding: 0;
  margin: 0;
}
#fixed-header {
  background: #ddd;
  height: 30px;
  width: 100%;
  padding: 5px;
  text-align: center;
  position:fixed;
  z-index: 5;
}
p.one {
  border: 1px dotted #888;
  width: 586px;
  height: 64px;
  border-radius: 10px;
  border: 1px none #b3b3b3;
  margin:0;
  padding: 10px 10px 10px 10px; /* padding:5px 5px 10px 5px;*/
  margin:0 0 25px 10px;
  font-family: 'Lato', Arial, sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  word-spacing: 1px;
  color: #888;
  background-color: #fff; /*was ecf7f9 */
}
p.two {
  color:#888;
  font-family: 'Arial', sans-serif;
  font-size:15px;
  width: 596px;
  line-height: 20px;
  padding:5px 5px 5px 5px;
  margin:0 0 10px 10px;
}
p.three {
  color:#888;
  font-family: 'Arial', sans-serif;
  font-size: 15px;
  width: 100%;
  line-height: 20px;
  padding: 5px 5px 5px 5px;
  text-align: center;
  max-width: 775px;
  margin: 0 auto;
}
p.four {
  color:#888;
  font-family: 'Arial', sans-serif;
  font-size:15px;
  width: 596px;
  line-height: 18px;
  padding:0 0 0 2px;
  margin:0 0 0 10px;
}

/*** Headings ***/

h1.headings, h2.headings, h3.headings, h4.headings, h5.headings {
  font-family: 'Lato', Arial, sans-serif;
  word-spacing: 1px;
  letter-spacing: normal;
  padding: 0;
  margin: 10px 10px 0;
  color: #24aaff;
}

h1.headings {
  font-size: 30px; /*24, 900*/
  font-weight: 900;
  line-height: 2;
}
h2.headings {
  font-size: 20px; /*18, 700*/
  font-weight: 700;
  line-height: 1.5;
}
h3.headings {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
}
h4.headings {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}
h5.headings {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.1;
}

hr.shadowy {
  height: 10px;
  border: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  box-shadow: 0 10px 10px -10px #8c8b8b inset;
}

.fa-border {
  margin: 0 0 0 10px;
}

@media (max-width: 599px) {
  h1.headings {
    font-size: 24px;
  }
  h2.headings {
    font-size: 19px;
  }
  h2.msg {
    font-size: 20px;
    line-height: 1.4;
  }
}




/*h3.headings {
  font-family: Lato, Arial, sans-serif;
  font-size: 30px;
  line-height: 2;
  font-weight: 900;
}*/

/*h3.headings {
  font-family: 'Lato', Arial, sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  word-spacing: 1px;
  color: #24aaff;
  padding: 0;
  margin: 0 0 7px 10px;
}*/
h1#curly {
  font-family: 'Arial', 'Lato', sans-serif;
  /*font-size: 22px;*/
  color: #ddd;
  text-align: center;
  border: 0 solid #ddd;
  border-radius: 25px;
  padding: 15px 2px;
}
h2.featureheader {
  font-family: 'Lato', Arial, sans-serif;
  font-size: 20px; /*24, 900*/
  font-weight: 700;
  line-height: 1.5;
/*  font-size: 18px;
  line-height: 18px;
  font-weight: 700;*/
  word-spacing: 1px;
  color: #24aaff; /*was 009999 navynew 0645AD*/
  padding: 0;
  margin: 8px 10px 0 10px;
}
h3.roundbox2 { /* temporary */
  font-family: 'Arial', sans-serif;
  font-size:20px;
  font-weight:bold;
  color:#24aaff;
  padding:0;
  margin:0 0 7px 10px;
}
h3.accordion {
  color:#888;
  font-family: 'Lato', Arial, sans-serif;
  font-weight: 400;
  font-size:16px;
  word-spacing: 1px;
  line-height: 20px;
  margin:0 0 20px 0;
  text-indent: 0;
}
/*h4.headings {
  font-family: 'Lato', Arial, sans-serif;
  font-size: 17px;
  font-weight: 700;
  word-spacing: 1px;
  color: #24aaff;
  padding: 0;
  margin: 0 0 5px 10px;
}*/
h5.headings{
  font-family: 'Arial', sans-serif;
  font-size:25px;
  color:#24aaff;
  padding:0;
  margin:0 0 20px 10px;
}
h1.intro { /* h2 became h1 */
  font-family: 'Lato', Arial, sans-serif;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  color: #24AAFF;
  margin: 0 10px;
}
/*h2.intro {
font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
text-align: left;
font-size: 20px;
line-height: 1.38462;
font-weight: bold;
color: #24AAFF; /*3A3A3A
margin: 8px 10px 8px 10px;
vertical-align: baseline;
background: transparent none repeat scroll 0% 0%;
}*/
.u1.url {
  color:#24aaff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
}
.u2.url {
  line-height: 28px;
  letter-spacing: 1px;
  float: right;
}
.r1 {
  color:#d80000;
}
img.marketing {
  width:300px;
  transform: scale(0.75);
}
img.serviceimg {
  width: 150px;
  text-align: center;
}
img.success{
  width:300px;
  text-align: center;
}
img.payimg{
  display:block;
  width:150px;
}
.addr {
  display: block;
  margin: 0;
}
.telno {
  display: block;
  margin: 10px 25px 0 0;
  height: 100%;
  width: 100%;
}
.tel53 {
  display: block;
}
/* 275x255 */
img.office {
  /*display: block;*/
  margin: 0 0 20px;
}
.ouraddress {
  display: block;
  font-family: 'Lato', Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #24aaff;
  margin: 0;
  padding: 0;
  text-align: left;
}
.introtext-address {
  display: block;
  font-family: 'Lato', Arial, sans-serif;
  font-size: 15px;
  line-height: 20px;
  color: #888;
  padding:0 0 10px;
  text-align: left;
}
img.our-address {
  display: block;
  float: right;
  width: 275px;
  margin: 5px 0 4px 0;
}
img.telno {
  display: block;
  float: right;
  width: 275px;
  margin: 3px 0 15px 0;
}
img.tel53x57 {
  display: block;
  float: left;
  padding: 0;
}
.blocktext-tel {
  display: inline-block;
  font-family: 'Lato', Arial, sans-serif;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  color: #24aaff;
  padding: 11px 0 0 2px;
  text-align: left;
}
.introtext-days {
  display: inline-block;
  font-family: 'Lato', Arial, sans-serif;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  color: #888;
  padding: 0 0 0 2px;
  text-align: left;
}
img.map-1 {
  /*display: block;*/
  margin: 20px 0 0;
}
/*img.tel69x74{
display: block;
margin-left: left;
margin-right: auto;
padding:0;
}*/
img.couk{
  display: block;
  margin-left: left;
  margin-right: auto;
  padding:0 0 15px 10px;
  margin-top: 20px;
}
img.offer1{
  width:150px;
}
img.payment{
  width:64px;
}
img.domain-transfer{
  width:150px;
}
p.blocktext {
  font-family: 'Arial', Helvetica, sans-serif;
  font-size:20px;
  font-weight:bold;
  color:#E80000;
  margin-left: auto;
  margin-right: auto;
  width: 949;
  text-align:center;
  border-radius: 5px;
  border: 1px dotted #E80000;
}
p.reserved {
  font-family: 'Open Sans', 'Arial', Helvetica, sans-serif;
  font-size:20px;
  word-spacing: 2px;
  font-weight:bold;
  max-width: 962px;
  width: 100%;
  line-height: 85px;
  text-align: center;
  vertical-align: middle;
  margin: 0 auto;
  color: #009900;
  background-color:#e5ffe5;
}
img.reserved {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding:0 0 20px 0;
}
/*-- DNS and Reserved lander pages responsive settings --*/
@media (max-width: 600px) {
  html, body {
    height: 100%;
  }
  h1.logo, a.clicklogo {
    /*height: 100px;*/
    padding: 0;
    text-align: center;
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    display: block;
    direction: ltr;
    float: left;
  }
  #header{
    height: 0;
  }
  p.reserved, p.sold {
    font-size: 14px;
    line-height: 26px;
    padding: 8px 10px 8px 10px;
  }
  img.reserved{
    padding: 0 0 12px 0;
    max-width: 75%;
  }
  p.three {
    font-size: 14px;
    line-height: 19px;
    padding: 5px 20px 5px 20px;
    text-align: justify;
  }
}
p.icons{
  padding:0 0 0 10px;
}
/*--contact form--*/
form {
  width: 100% !important;
  width: auto !important;
  height: auto;
}
label {
  float: left;
  font-family: 'Lato', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  word-spacing: 1px;
  color: #24aaff;
  margin: 0;
  padding: 0;
}
label.checktext {
  width: auto;
  color: #888;
  font-family: 'Lato', Arial, sans-serif;
  font-size: 15px;
  line-height: 28px;
  font-weight: 400;
  word-spacing: 1px;
  margin: 0;
}
#left-col-contactform {
  float: left;
  max-width: 645px; /* do not change! */
  width: 100%;
  height: 100%; /* do not change! */
  height: auto !important;
  margin: 20px 5px 20px 20px;
  padding: 0 10px 10px; /* padding: 0 0 72px 10px; */
  border-radius: 10px;
  border: 2px dotted #24aaff; /*was b3b3b3 */
  color: #000;
  background-color:#fff; /*was F8F8F8 e9f6fc ecf7f9*/
}
#right-col-contactform {
  display: inline-block;
  float: right;
  width: 275px;
  height: 100%;
  margin: 20px; /*margin: 0 20px 0 20px;*/
  /* padding: 0 20px 20px 20px; */
  color: #000;
  background-color: #FFF;
}
ul#contact {
  list-style-type: none; /* this removes the lil dot at the start of a list item */
}
ul#contact a:hover {
  background: #fff !important; /*Hover text background colour in dropdown menus*/
  color: #24aaff; /*Hover text colour in dropdown menus*/
}
/*ul#contact>li>a:after {
background: transparent !important; /*Carot colour background in sub-menus
color: #24aaff;
}
/* Changes dropdown menu current active page selection color (green) */
/*ul#contact>li.active>a{
background: #51AB51 !important;
}*/
/* Changes dropdown menu background color (light grey)*/
/*ul#contact {
background-color: #f2f2f2;
}*/
form label {
  display: block;  /* block float the labels to left column, set a width */
  float: left;
  width: 165px;
  padding: 0;
  margin: 5px 0 0 10px; /* set top margin same as form input - textarea etc. elements */
}
form input, form textarea, tbody {
  margin: 5px 0 0 0;
  width: 300px;
}
textarea.input {
  height: auto !important;
  line-height: 20px !important;
}
.input {
  max-width:300px;
  border:1px solid #ccc;
  margin:6px 0 6px 0;
  padding:0 5px 0 7px;
  line-height: 2 !important;
  height: 2em !important;
/*height: auto;
line-height: 27px;*/
font-size:14px;
font-family:'Arial', sans-serif;
color:#000;/*
-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);*/
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
input:focus {
  outline: none !important;
  border-color: #24aaff; /*24aaff*/
  /*box-shadow: 0 0 10px #24aaff;*/
}
textarea:focus {
  outline: none !important;
  border-color: #24aaff; /*24aaff*/
  /*box-shadow: 0 0 10px #24aaff;*/
}
/* Recaptcha Settings */
.captchabox {
  width: 300px;
  float: left;
  margin-left: 0;
  padding: 4px 0 0 0;
}
span#recaptcha_privacy {
  display: none;
}
.recaptchatable {
  border: 1px dotted #888 !important;
}
.recaptchatable input[type="text"] {
  border-color: #ccc !important;
  margin-bottom: 0 !important;
  max-width: 100% !important;
  line-height: 2;
  height: 2em;
  padding: 0 0 0 7px;
}
.contact-info-wrapper .recaptchatable td {
  padding-right: 4px !important;
}
.recaptcha_image_cell {
  width: 292px !important;
  border: none !important;
}
#recaptcha_image {
  width: 292px !important;
  height: 100% !important;
  position: relative !important;
}
#recaptcha_image img {
  width: 100% !important; /*was 292px*/
  margin: 0 auto;
}
#recaptcha_response_field input {
  min-width: 292px !important;
  font-size:12px;
  color: #D0D0D0 !important;
  font-family:'Arial', Helvetica, sans-serif;
  line-height: 2 !important;
  height: 2em !important;
}
/* Large checkboxes */
.myinput.large{
  height:22px;
  width: 22px;
  float:right;
  /*margin-left: 2px;*/
}
.myinput.large[type="checkbox"]:before{
  width: 20px;
  height: 20px;
}
.myinput.large[type="checkbox"]:after{
  top: -20px;
  width: 16px;
  height: 16px;
}
.ticktext{
  color:#888;
  font-family: 'Arial', sans-serif;
  font-size:15px;
  vertical-align: text-top;
  line-height: 25px;
  margin-left: 435px;
  float: left;
}
/* Button Style */
button.submit {
  background-color: #68b12f;
  background: -webkit-gradient(linear, left top, left bottom, from(#68b12f), to(#50911e));
  background: -webkit-linear-gradient(top, #68b12f, #50911e);
  background: -moz-linear-gradient(top, #68b12f, #50911e);
  background: -ms-linear-gradient(top, #68b12f, #50911e);
  background: -o-linear-gradient(top, #68b12f, #50911e);
  background: linear-gradient(top, #68b12f, #50911e);
  border: 1px solid #509111;
  border-bottom: 1px solid #5b992b;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  box-shadow: inset 0 1px 0 0 #9fd574;
  -webkit-box-shadow: 0 1px 0 0 #9fd574 inset ;
  -moz-box-shadow: 0 1px 0 0 #9fd574 inset;
  -ms-box-shadow: 0 1px 0 0 #9fd574 inset;
  -o-box-shadow: 0 1px 0 0 #9fd574 inset;
  color: white;
  font-weight: bold;
  padding: 6px 20px;
  text-align: center;
  text-shadow: 0 -1px 0 #396715;
}
button.submit:hover {
  opacity:.85;
  cursor: pointer;
}
button.submit:active {
  border: 1px solid #20911e;
  box-shadow: 0 0 10px 5px #356b0b inset;
  -webkit-box-shadow:0 0 10px 5px #356b0b inset ;
  -moz-box-shadow: 0 0 10px 5px #356b0b inset;
  -ms-box-shadow: 0 0 10px 5px #356b0b inset;
  -o-box-shadow: 0 0 10px 5px #356b0b inset;
}
input#submit{
  width:125px;
}
input#submit.button{
  margin:0 0 0 300px;
}
input#submit.button1{
  width:85px;
  margin-left:400px;
}
input#submit.button2 {
  display: inline-block;
  float: left;
  font-family: 'Arial', sans-serif;
  font-size:14px;
  line-height: 25px;
  width:85px;
  text-align: center;
  padding: 0;
  margin-left: 17px;
  margin-top: 0;
  border-radius: 3px;
  cursor:pointer;
}
#submit.button2 {
  color: #fff;
  background-color: #337ab7;
  border: solid 1px #2e6da4;
  text-decoration: none;
}
#submit.button2:active, #submit.button2:focus, #submit.button2:hover {
  color: #fff;
  background-color: #286090;
  border: solid 1px #204d74;
  text-decoration: none;
}
input#submit.button3{
  width: 85px;
  height: 30px;
  margin: -2px 0 0 14px;
  font-family: 'Arial', sans-serif;
  font-size: 17px;
}
input.whois {
  margin: 0;
  width: 315px;
  line-height: 25px;
  font-family: 'Arial', sans-serif;
  font-size:18px;
  font-weight: 400;
  word-spacing: 1px;
  color: #009999;
}
.printbutton {
  margin:0 0 0 346px;
}
.form-error-heading {
  font-family: 'Lato', Arial, sans-serif;
  font-size: 20px;
  font-weight:700;
  margin:0 0 0 10px;
  color:#FF0000;
}
.formerror {
  font-family: 'Arial', sans-serif;
  font-size:12px;
  font-weight:400;
  padding:0 0 13px 7px;
  margin:0 0 0 175px;
  /*white-space:nowrap;*/
  color:#FF0000;
}
.caperror{
  clear: both;
  margin-left:0;
}
/*--footer--*/
/*#footer {
clear:both;
width:1000px;
background-color: #333;
padding:25px 0 0 0;
}*/
p.footertext{
  color:#737373;
  font-family: 'Arial', sans-serif;
  font-size:10px;
  padding:0 0 15px 25px;
  text-align:center;
}
img.nominetcontact{
  margin:10px 0 0 0;
}
img.indexnominet{
  margin:0 0 0 440px ;
}
img.aboutusnominet{
  margin:0 ;
}
/*-- footer1 --*/
/*-- Padding KEY: 1-top,2-left,3-bottom,4-right --*/
#footer1 {
  clear: both;
  text-align: center;
  /*max-width: 100%;*/
  height: 85px;
  padding:5px 0 5px 0;
  border-top: 4px solid #666;
  background-color: #ccc;
  bottom:0;
  /* Added (27/07/18) */
  /*position:absolute;*/
  width: 100%;
  max-width:1000px;
}
.wrapper1 {
  min-height: 100%;
  margin: 0 auto -85px; /* the bottom margin is the negative value of the footer's height */
}
.footer1, .push {
  clear: both;
  height: 85px; /* '.push' must be the same height as 'footer' */
  background-color: orange;
}
/*
Sticky Footer by Ryan Fait
http://ryanfait.com/
*/
img.aboutusnominet1 {
  background-position: center;
  background-repeat: no-repeat;
  padding:0 0 4px 0;
}
p.blocktextfooter {
  font-size:10px;
  font-family: 'Arial', sans-serif;
  color:#737373;
  margin: 0;
}
/*--contact form--*/
/*ul#contactForm li {list-style-type: none; padding-bottom: 10px;}
ul#contactForm li input {float: right;}
ul#contactForm li textarea {float: right;}
p.submit {clear: left; margin-top: 50px;} */
/*
.tooltip{
display: inline;
position: absolute;
}
.tooltip:hover:after{
background: #D1F0FF;
border-radius: 5px;
bottom: 26px;
color: #000;
content: attr(title);
left: 20%;
padding: 5px 15px;
position: absolute;
z-index: 98;
width: 220px;
}
.tooltip:hover:before{
border: solid;
border-color: #333 transparent;
border-width: 6px 6px 0 6px;
bottom: 20px;
content: "";
left: 50%;
position: absolute;
z-index: 99;*/
}
p.payment-col2{
  float:left;
  width:615px;
  height:100%;
  border-top: dashed;
  border-bottom: solid;
  border-width: thin;
  background-color:#F8F8F8;
  color:#888;
  font-family: 'Arial', sans-serif;
  font-size:15px;
  line-height: 18px;
  padding:15px 0 15px 15px;
  margin:0 0 0 10px;
}
a.tooltip2 {
  outline: none;
  text-decoration: none;
  /*border-bottom: dotted 1px #000;*/
  position: relative;
}
a.tooltip2 strong {
  line-height: 30px;
}
a.tooltip2 > span {
  width: 300px;
  padding: 10px 20px;
  margin-top: 0;
  margin-left: -120px;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  position: absolute;
  font-style: normal;
  font-family: 'Lato', Arial, sans-serif;
  font-size: 13px;
  word-spacing: 1px;
  border-radius: 3px;
  box-shadow: 2px 2px 2px #999;
/*  This code cause flashing on page load */
/*-webkit-transition-property: opacity, margin-top, visibility, margin-left;
  -webkit-transition-duration: 0.4s, 0.3s, 0.4s, 0.3s;
  -webkit-transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
  transition-property: opacity, margin-top, visibility, margin-left;
  transition-duration: 0.4s, 0.3s, 0.4s, 0.3s;
  transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;*/
}
/*a.tooltip > span:hover,*/
a.tooltip2:hover > span {
  opacity: 1;
  text-decoration: none;
  visibility: visible;
  overflow: visible;
  margin-top: 40px; /*was 50px*/
  display: inline;
  margin-left: -90px;
}
a.tooltip2 span t {
  width: 15px;
  height: 15px;
  margin-left: 40px;
  margin-top: -19px;
  display: block;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-box-shadow: inset -1px 1px 0 #fff;
  -moz-box-shadow: inset 0 1px 0 #fff;
  -o-box-shadow: inset 0 1px 0 #fff;
  box-shadow: inset 0 1px 0 #fff;
  display: none\0/;
  *display: none;
}
a.tooltip2 > span {
  color: #fff;
  background: #24aaff; /* was #009999 */
  background: -webkit-linear-gradient(top, #24aaff, #24aaff); /*009999*/
  background: linear-gradient(top, #24aaff, #24aaff); /*009999*/
  border: 2px solid #000; /*was 006666 0645AD*/
}
a.tooltip2 span t {
  background: #24aaff; /* was #009999 */
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
.form1 {
  float: right;
  width: 300px !important;
  height: 100% !important;
  background-color: #fff;
  padding: 10px 0 20px 20px;
  margin: 0 0 0 20px;
  border-color: #888;
}
.form1 input {
  width: 240px !important;
  height: 35px !important;
  padding: 5px 5px 5px 8px;
  margin: 5px 0 5px 0;
}
.form1 label {
  float: left;
  width: 165px;
  padding: 5px 5px 5px 5px;
  margin: 0 0 0 10px;
}
.form-control-1 {
  height: 26px;
  font-size: 14px !important;
  line-height: 28px !important;
  width: 150px !important;
  margin: 0;
  padding-left: 5px !important;
}
.btn-default-1 {
  display: inline;
  width: 40px;
  height: 28px;
  font-family: 'Lato', Arial, sans-serif;
  font-size: 14px;
  text-align: left;
}
.dropdown-menu .divider {
  height: 2px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li.kopie > a {
  padding-left:5px;
}
.dropdown-submenu {
  position:relative;
}
.dropdown-submenu>.dropdown-menu {
  top:0;left:100%;
  margin-top:-6px;margin-left:-1px;
  -webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;
}
.dropdown-submenu > a:after {
  border-color: transparent transparent transparent #333;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;
  height: 0;
  margin-right: -10px;
  margin-top: 5px;
  width: 0;
}
.dropdown-submenu:hover>a:after {
  border-left-color:#555;
}
.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .navbar-nav  {
    display: inline;
  }
  .navbar-default .navbar-brand {
    display: inline;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-default .navbar-nav .dropdown-menu > li > a {
    color: red;
    background-color: #ccc;
    border-radius: 4px;
    margin-top: 2px;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #333;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    background-color: #ccc;
  }
  .navbar-nav .open .dropdown-menu {
    border-bottom: 1px solid white;
    border-radius: 0;
  }
  .dropdown-menu {
    padding-left: 10px;
  }
  .dropdown-menu .dropdown-menu {
    padding-left: 20px;
  }
  .dropdown-menu .dropdown-menu .dropdown-menu {
    padding-left: 30px;
  }
  li.dropdown.open {
    border: 0 solid blue;
  }
}
@media (min-width: 768px) {
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
  #navbar {
    text-align: center;
  }
}
@media (-webkit-min-device-pixel-ratio:0) {  /*safari and chrome*/
  select {
    padding: 0 5px 0 7px !important;
    width: 303px;
    font-family: 'Arial', sans-serif;
    height: 32px;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    word-spacing: 1px;
  }
}
select::-moz-focus-inner { /*Remove button padding in FF*/
  border: 0;
  padding: 0;
}
@-moz-document url-prefix() { /* targets Firefox */
  select {
    padding: 0 5px 0 7px !important;
    width: 303px;
    font-family: 'Arial', sans-serif;
    height: 32px;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    word-spacing: 1px;
  }
}
@media screen\0 { /* IE Hacks: targets IE 8, 9 and 10 */
  select {
    padding: 0 5px 0 7px !important;
    width: 303px;
    font-family: 'Arial', sans-serif;
    height: 32px;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    word-spacing: 1px;
  }
}
.nav.nav-tabs > li.dropdown.active.open > a,
.nav.nav-tabs > li.dropdown.active.open > ul.dropdown-menu a:hover,
.nav.nav-tabs > li.dropdown.open > a,
.nav.nav-tabs > li.dropdown.open > ul.dropdown-menu a:hover {
  color: #24aaff;
  background-color: #24aaff;
  border-color: #fff;
}
.nav.nav-tabs > li.dropdown.active.open > a span.caret {
  border-top-color: #24aaff;
  border-bottom-color: #24aaff;
}
ul.dropdown-menu>li>a:hover{
  background: #24aaee !important; /*Hover text background colour in dropdown menus*/
  color: #fff; /*Hover text colour in dropdown menus*/
}
ul.dropdown-menu>li>a:after{
  background: transparent !important; /*Carot colour background in sub-menus*/
  color: #24aaff;
}
/* Changes dropdown menu current active page selection color (green) */
ul.dropdown-menu>li.active>a{
  background: #51AB51 !important;
}
/* Changes dropdown menu background color (light grey #f2f2f2)*/
ul.dropdown-menu {
  /*background-color: #555; /* ececee f2f9ff */
  background-image: linear-gradient(to bottom,#3c3c3c 0,#222 100%);
}
.blue {
  border-top:4px solid #24aaff;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #24aaff;
  border-bottom-color: #24aaff;
}
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #24aaff; /* set the color when hover */
  border-bottom-color: #fff;
}
/* Form Placeholder Customization */
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  line-height: 2;
  height: 2em;
  color: #bfbfbf !important;
  font-family: 'Arial', sans-serif;
  font-size: 14px;
  padding:0 0 0 8px;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  line-height: 2;
  height: 2em;
  opacity:  1;
  color: #bfbfbf !important;
  font-family: 'Arial', sans-serif;
  font-size: 14px;
  padding:0 0 0 8px;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  line-height: 2;
  height: 2em;
  opacity:  1;
  color: #bfbfbf !important;
  font-family: 'Arial', sans-serif;
  font-size: 14px;
  padding:0 0 0 8px;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  line-height: 2;
  height: 2em;
  color: #bfbfbf !important;
  font-family: 'Arial', sans-serif;
  font-size: 14px;
  padding:0 0 0 8px;
}
:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  line-height: 2;
  height: 2em;
  color: #bfbfbf !important; /* was D0D0D0 */
  font-family: 'Arial', sans-serif;
  font-size: 14px;
  padding:0 0 0 8px;
}
/* Form Field Validation Customization */
::-webkit-validation-bubble-message {
  padding: 1em;
}
/* when a field is considered invalid by the browser */
/*input:focus:invalid,
textarea:focus:invalid {
background: #fff url(images/invalid-icon.png) no-repeat 98% center;
box-shadow: 0 0 5px #d45252;
border-color: #b03535
}*/
/* when a field is considered valid by the browser */
input:required:valid,
textarea:required:valid {
  background: #fff url(images/valid-icon.png) no-repeat 98% center;
  box-shadow: 0 0 5px #5cd053;
  border-color: #28921f;
}
/* carousel text */
h5.carouseltext {
  color:#888;
  font-family: 'Lato', Arial, sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  word-spacing: 1px;
  padding:0;
  margin:0 0 25px 10px;
  /*text-shadow: 4px 4px 4px #aaa;*/
}
/* item caption wrapper*/
.item-caption-wrapper {
  width: 962px;
  height: 189px;
  position: absolute;
  top: 0;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
/* item-caption-top */
.item-caption-top {
  left: 0;
  width: auto;
  height: 90px;
  margin-left: 20px;
  padding: 20px;
  vertical-align: top;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.92) none repeat scroll 0% 0%;
  color: #444;
  text-shadow: none;
  right: auto;
  bottom: auto;
  position: absolute;
}
.item-caption-bottom {
  left: 0;
  width: auto;
  height: 98px;
  margin-left: 20px;
  padding: 20px;
  vertical-align: bottom;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.92) none repeat scroll 0% 0%;
  color: #444;
  text-shadow: none;
  right: auto;
  bottom: auto;
  position: absolute;
}
.carousel-header {
  font-family: 'Lato', Arial, sans-serif;
  font-size: 17px;
  line-height: 20px;
  font-weight: 700;
  word-spacing: 1px;
  color: #000;
  padding: 0;
  margin: 10px 10px 4px 15px;
}
.carousel-span {
  color:#888;
  font-family: 'Lato', Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  word-spacing: 1px;
  padding:0 0 3px 0;
  margin:0 10px 0 15px;
  display: inline-block;
  text-indent: 0;
}
.carousel-span-note {
  color:#888;
  font-family:'Lato', Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
  word-spacing: 1px;
  padding: 0;
  margin: 0;
}
.carousel-span-price {
  color: #24aaff;
  font-family: 'Arial', sans-serif;
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
  word-spacing: 1px;
  padding:0;
  margin: 0;
}
.carousel-span-month {
  color: #888;
  font-family: 'Arial', sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  word-spacing: 1px;
}
.myButton {
  background-color:#fff; /*was 24aaff */
  display:inline-block;
  color:#888;
  font-family: 'Lato', Arial, sans-serif;
  font-size:12px;
  padding: 6px 12px;
  margin: 3px 0 0 0;
  font-weight: 400;
  line-height: 1.42857;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -moz-user-select: none;
  background-image: none;
  border: 1px solid #ccc;
  text-decoration:none;
  border-radius: 0 !important;
  outline: 0 none !important;
}
.myButton:hover {
  background-color:#24aaff; /*was 006cb3*/
  color:#fff;
  text-decoration:none;
}
.myButton:active {
  position:relative;
  top:1px;
  text-decoration:none;
}
/* button */
.banner .btn {
}
.btn-success {
  color: #FFF;
  background-color: #408001;
  border-color: #408001;
}
.btn-success {
  color: #FFF;
  background-color: #5CB85C;
  border-color: #4CAE4C;
}
.btn {
  max-width: 200px;
  display: inline-block;
  padding: 6px 12px;
  margin: 0 0 0 150px;
  font-size: 14px;
  font-weight: 400;
  /*line-height: 1.42857;*/
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  outline: 0 none !important;
}
.grid-3 {
  min-height: 50%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.grid-3 > div {
  display: flex;
  flex-basis: calc(33.33% - 0px); /* Do not remove or change 0px */
  justify-content: top;
  flex-direction: column;
}
.grid-3 > div > div {
  display: flex;
  justify-content: top;
  flex-direction: row;
}
.box { margin: 0; }
.box1 { background-color: transparent; } /*was red, orange, purple*/
.box2 { background-color: transparent; }
.box3 { background-color: transparent;
}
.grid-6 {
  min-height: 50%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.grid-6 > div {
  display: flex;
  flex-basis: calc(16.66% - 0px); /* Do not remove or change 0px */
  justify-content: top;
  flex-direction: column;
}
.grid-6 > div > div {
  display: flex;
  justify-content: top;
  flex-direction: row;
}
.box4 {
  background-color: transparent;
  /*background-image: url("webhosting.png");*/
  background-repeat: no-repeat;
  background-position: left top;}
  .box5 { background-color: transparent; }
  .box6 {
    background-color: transparent;
    /*background-image: url("vpshosting.png");*/
    background-repeat: no-repeat;
    background-position: left top;}
    .box7 {
      background-color: transparent; }
      .box8 {
        background-color: transparent;
        /*background-image: url("dedicatedserver.png");*/
        background-repeat: no-repeat;
        background-position: left top;}
        .box9 { background-color: transparent; }
/*body {
font-family: sans-serif;
font-size: 14px;
line-height: 1.42857;
color: #444;
}
body {
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 14px;
line-height: 1.42857;
color: #333;
}
html {
font-size: 62.5%;
}
html {
font-family: sans-serif;
}
html {
font-size: 10px;
}
html {
font-family: sans-serif;
}*/
/* Changes top-bar background color */
/*
.contain-to-grid,
.top-bar,
.title-area,
.top-bar-section ul li,
.top-bar-section li:not(.has-form) a:not(.button),
.top-bar-section .dropdown li:not(.has-form) a:not(.button),
.top-bar-section .has-dropdown > a:after {
background: #fff;
}
/* Changes background color of top-bar menu items  */
/*
.top-bar-section #menu-primary a,
.top-bar-section #menu-primary a:hover {
background-color: #fff !important;
color: red;
font-weight: 700;
}
/* Changes color of top-bar navigation dropdown carets */
/*
.top-bar-section .has-dropdown > a:after {
border-color: red rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
/*
* {
margin: 0;
padding: 0;
font: 12px/15px sans-serif;
box-sizing: border-box; -moz-box-sizing: border-box;
}
body {
background: #EEEEEE;
padding: 15px;
}
.labelClass {
height: 30px;
margin: 0 0 15px 0;
position: relative; float: left; clear: both;
line-height: 30px;
background:#900;
}
.labelClass:after {
width: 28px;
height: 28px;
float: right;
display: block;
content: '';
background: #fff url('http://www.3dweb.co.uk/images/select.png') center center no-repeat;
border-radius: 3px;
pointer-events: none;
}
select.labelClass {
height: 30px;
border: #ccc solid 1px;
padding: 7px 9px 8px 4px;
cursor: pointer;
background: #fff;
margin: 0 0 0 5px;
float: right;
border-radius: 5px;
-webkit-appearance: none;
}
select option.labelClass {
height: 30px;
line-height: 15px;
padding: 7px 9px 8px 4px;
border: 0 none;
background: #fff;
}*/
.footer1 {
  clear: both;
  text-align: center;
  padding:5px 0 5px 0;
  border-top: 4px solid #666;
  background-color: #ccc;
  position: absolute;
  bottom: 0;
  width: 1000px;
  /* Set the fixed height of the footer here */
  height: 85px;
  line-height: 75px; /* Vertically center the text there */
}
/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */
.container1 {
  width: 1000px;
}
/*** Offer.php and Contact.php form styles ***/
/*-- Show or Hide Web Page Elements --*/
/* Show Page Elements */
.mobileShow {
  display: none;
}
@media (max-width: 800px) { /*768*/
  .mobileShow {
    display: inline;
  }
  /* Hide Page Elements */
  .mobileHide {
    display: inline;
  }
}
@media (max-width: 800px) {
  .mobileHide {
    display: none;
  }
}
/*-- Responsive Form Scaling Part 1 --*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
}
form header {
  margin: 0 0 20px 0;
}
form header div {
  font-size: 90%;
  color: #999;
}
form header h2 {
  margin: 0 0 5px 0;
}
form > div {
  clear: both;
  overflow: hidden;
  padding: 1px;
  margin: 0 0 10px 0;
}
form > div > fieldset > div > div {
  margin: 0 0 5px 0;
}
form > div > label,
legend {
  width: 25%;
  float: left;
  padding-right: 10px;
}
form > div > div,
form > div > fieldset > div {
  width: 75%;
  float: right;
}
form > div > fieldset label {
  font-size: 90%;
}
fieldset {
  border: 0;
  padding: 0;
}
input[type=text],
input[type=email],
input[type=url],
input[type=password],
textarea {
  width: 47%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
input[type=text],
input[type=email],
input[type=url],
input[type=password],
select {
  width: 47%;
}
textarea {
  width: 47% !important;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus {
  outline: 0;
  border: 2px solid #24aaff; /* Placeholder border */ /*4697e4*/
}
@media (max-width: 600px) {
  form > div {
    margin: 0 0 15px 0;
  }
  form > div > label,
  legend {
    width: 100%;
    float: none;
    margin: 0 0 5px 0;
  }
  form > div > div,
  form > div > fieldset > div {
    width: 100%;
    float: none;
  }
  input[type=text],
  input[type=email],
  input[type=url],
  input[type=password],
  textarea,
  select {
    width: 100%;
  }
}
/*-- Responsive Form Scaling Part 2 --*/
@media (max-width: 767px) {
  #left-col-contactform {
    max-width: 100% !important; /*93% !important;*/
    width: auto !important;
    padding: 0 10px 40px 10px !important;
    margin: 10px !important;
  }
  form label {
    margin: 5px 0 0 2px;
  }
  select {
    margin: 6px 0;
  }
  input#submit.button1 {
    margin: 0 5px 15px 0;
    float: right;
  }
  .tooltip {
    display: none !important;
  }
}
@media (max-width: 600px) {
  textarea {
    width: 100% !important;
  }
  .formerror {
    margin: 0 0 0 2px;
    text-align: left;
  }
  .addr {
    /* margin: 30px 40px 30px 40px; */
    width: 275px;
    margin: 0 auto;
  }
}
@media (max-width: 419px) {
  .myinput.large {
    display: inline-block;
    float: right;
    margin-left: 8px;
    /*margin-right: 15px;*/
  }
  input#submit.button2 {
    margin-left: 2px;
  }
  .ticktext {
    display: inline-block;
    position: relative;
    margin-left: 90px;
  }
}
@media (min-width: 420px) and (max-width: 768px) {
  .myinput.large {
    display: inline-block;
    float: right;
  }
  .ticktext {
    display: inline-block;
    position: relative;
    margin-left: 300px;
  }
  #left-col-contactform {
    max-width: 720px;
  }
  .mheader {
    display: table;
    min-width: 92%; /*90%*/ /*02/11*/
    margin: 0 20px 10px 20px !important;
    padding-top: 10px; /*25px*/
  }
  img.office {
    display: inline-block;
    float: right;
    width: 200px;
    height: 185px;
    margin: 25px 25px 25px 0;
    clear: left;
  }
  #right-col-contactform {
    display: block;
    width: 100%;
    height: 100%;
    /* margin: 0 20px 0 20px; */
    /* padding: 0 20px 20px 20px; */
    color: #000;
    background-color: #FFF;
  }
  .addr {
    display: inline-block;
    /* float: right; */
    margin: 0 auto;
    width: 225px;
    /* clear: left; */
  }
  .telno {
    display: block;
    /* float: left; */
    /* margin: 10px 25px 80px 0; */
    height: 100%;
    width: 100%;
  }
  .tel53 {
    display: block;
  }
  img.tel53x57 {
    display: block;
    float: left;
    padding:0;
  }
  img.map-1 {
    display: inline-block;
    width: 200px;
    height: 199px;
    padding-bottom: 25px;
    float: left;
    margin: 25px 25px 0 50px;
  }
}
@media (min-width: 341px) and (max-width: 419px) {
  #recaptcha_image img {
    width: 100% !important;
    height: 100% !important;
    margin: 0 auto;
  }
  .captchabox {
    transform:scale(0.96);
    -webkit-transform:scale(0.96);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
  }
  #right-col-contactform {
    display: block;
    margin:0 auto;
    width: 100%;
  }
  #right-col-contactform img {
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 340px) {
  #recaptcha_image img {
    width: 100% !important;
    height: 100% !important;
    margin: 0 auto;
  }
  .captchabox {
    -webkit-transform: scale(0.84);
    -ms-transform: scale(0.84);
    transform: scale(0.84);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  #right-col-contactform {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
  #right-col-contactform img {
    display: block;
    margin: 0 auto;
  }
}
/*-- End Resposive Forms --*/
.tooltip.in {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.orange-tooltip + .tooltip > .tooltip-inner {
  background-color: #ff6600 !important;
  text-align:left;
}
.orange-tooltip + .tooltip > .tooltip-arrow {
  border-right-color:#ff6600 !important;
}
.tooltip.in {
  opacity: 1 !important;
  filter:alpha(opacity=100) !important;
}
.green-tooltip + .tooltip > .tooltip-inner {
  background-color: #000 !important; /*51AB51*/
  text-align:left;
  font-family: 'Lato', Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  border: solid 2px #000;
}
.green-tooltip + .tooltip > .tooltip-arrow {
  border-right-color:#000 !important; /*51AB51*/
}
.mobile-header {
  display: block;
  height: 100px;
  clear: both;
}
.mobile-body {
  display: inline-block;
  width: 100%;
  /* Make page text unselectable */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.alt-text {
  font-family: 'Lato', Arial, sans-serif;
  font-size: 20px;
  color: #24aaff;
  font-weight: bold;
  margin: 8px 10px 8px 10px;
  text-decoration: underline;
}
img[class=".3dweb-logo"] {
  display: inline-block;
  float: left;
  width: 154px;
  text-align: left;
  clear: left;
}
.img1 {
  display: inline-block;
  float: left;
}
.img2 {
  display: table-cell;
  vertical-align: middle;
}
img[id="#3d-logo"] {
  width: 154px;
  height: 69px;
  vertical-align: middle;
}
img#uk-logo {
  display: block;
  float: right;
  margin: 0 auto;
  /*max-width: 100px;
  max-height: 96px;*/
  width: 100px;
  height: 96px;
  /*width: 55%;*/
}
img.uklogo {
  float: right;
  margin-right: 15px;
  margin-top: 15px;
}
.mheader {
  display: table;
  min-width: 92%; /*93%*/ /*02/11*/
  margin: 10px 20px 10px 20px;
}
img.terms {
  display: inline-block;
  float: right;
  width: 85px;
  height: auto;
  text-align: left;
  clear: right;
}
img.tandcimg {
  width: 100px;
  text-align: center;
  margin-top: 20px;
  margin-left: 30px;
}

/* Add this universal rule to css.css */
@media (max-width: 880px) and (orientation: portrait) {
.navbar-form {
  display: none;
  }
}
@media (max-width: 670px) {
  #wrapper { /** This has to be applied to a <div> class or ID within the body tag to prevent mobile device allowing horizontal scrolling */
    overflow-x: hidden;
  }
  textarea {
    width: 100% !important;
  }
/*
.contact-form input, .contact-form textarea {
padding:2px 0 2px 7px;
font-size:13px;
line-height: 20px;
}*/
.url {
  font-size: 15px;
  line-height: 15px;
  /*float: right;*/
}
.formerror {
  margin: 6px;
  text-align: left;
  padding:2px 0 12px 0;
}
#left-col-contactform li {
  list-style-type: none; /* this removes the lil dot at the start of a list item */
  font-size: 13px;
  padding: 0 0 15px 0;
  width: 99%;
  }
.u2.url {
  float: left !important;
  }
  form label {
  margin: 8px 0 10px 10px;
  }
}

#contact-form li {
  list-style-type: none;
}

.td700 {
  font-weight: 700;
}

span.nobreak {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.floatr {
  float: right;
}
/*.btn-offer {
  border-radius: 3px !important;
  padding: 3px 5px 3px 10px;
  margin: 0;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
  cursor: pointer;
  color: #fff;
  background-color: #5abfe9;
  border: solid 1px #5abfe9;
  text-decoration: none;
  font-weight: 400;
}
.btn-offer:hover {
  color: #fff;
  background-color: #51abd1;
  border-color: #4899bc;
  cursor: pointer;
  text-decoration: none;
}
.btn-offer:active {
  background-color: #51abd1;
  border-color: #4899bc;
  text-decoration: none;
  margin-top: 3px;
  margin-bottom: -3px;
}