/* ----------------------------------------- */
/* Author:    Helen Guttridge              */
/* Author URL:  http://studio29.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               */
/* ----------------------------------------- */

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%;
}

body {
  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%;
}

#wrapper {
  max-width: 1000px; /* do not change! */
  width: 100%;
  height: 100%; /* do not change! */
  height: auto !important;
  margin: 0 auto;
  text-align:left;
  background:#FFFFFF; /*was e9f6fc*/
}

#header {
  max-width:1000px;
  height:200px;
  background-image:url(/images/headerimg.png);
  background-repeat:no-repeat;
  margin:0px 0 0 0;
}

#contentwrap {
max-width: 1000px;
min-height: 100%;
padding: 0 10px 0 10px;
}

h1.logo{
text-indent: -99999px;
display: inline-block;
width: 300px;
height: 130px;
background: transparent url(/images/logo2.png) no-repeat;
margin:20px 0 0 20px;
float:left;
}

a.clicklogo{
display:block;
width: 300px;
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;
}*/

/*.newsfeed {
  width: 322px;
  height: 340px;
  background-image: url(images/newsfeed.png);
}*/

#newsrss {
  width:322px;
  height:100%;
}

img.puzzle{
background-position: top right;
float: right;
width: 154px;
height : 138px;
padding:10px 20px 0 0;
}

img.thumbsup{
float:right;
padding:25px 18px 0 0;
}

/*--navigation--*/

#navcontainer {
max-width:962px;
/*background-image:url(/images/navslice.jpg);
background-repeat:repeat-x;*/
height:auto;
margin:-40px 0 0 0;
clear:both;
}

.navbar { margin-bottom:0px !important;}
.carousel-caption { margin-top:0px !important }

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, Helvetica, 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, Helvetica, 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, Helvetica, sans-serif;
    font-size: 15px;  /*was 15*/
    line-height: 20px;
    font-weight: 400;
    word-spacing: 1px;
    padding:0 0 0 0px;
    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: #FFFFFF;
}*/

#roundbox2 {
  width: 580px;
  height: 138px;
  border-radius: 5px;
  border: 1px dotted #888;
  padding: 10px 10px 10px 10px;
  margin:0 0 0 0px;
  color:#888;
  font-family: Arial, Helvetica, sans-serif;
  font-size:15px;
  line-height: 20px;
  padding:10px 10px 10px 10px;
  margin:0 0 0 0px;
}

#featurebox {
  width: 615px;
  height: 160px;
  border-radius: 10px;
  border: 2px dotted #24aaff; /*was b3b3b3 */
  padding: 6px 10px 10px 10px;
  color:#888;
  background-color: #FFFFFF; /*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:Arial, Helvetica, 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 #CCCCCC;
margin:0 0 20px 20px;
}

#hostingimg {
display: inline-block;
width: 962px;
height: 189px;
background: transparent url(images/hosting2.png) no-repeat;
border: 1px solid #CCCCCC;
border-bottom-left-radius: 0px; /*was 10px */
border-bottom-right-radius: 0px; /*was 10px */
margin:0 0 0 0px;
}

#hostingimg3 {
display: inline-block;
width: 962px;
height: 189px;
background: transparent url(images/hosting3.png) no-repeat;
border: 1px solid #CCCCCC;
border-bottom-left-radius: 0px; /*was 10px */
border-bottom-right-radius: 0px; /*was 10px */
margin:0 0 0 0px;
}

#domainsimg {
display: inline-block;
width: 962px;
height: 189px;
background: transparent url(images/domains-banner.png) no-repeat;
border: 1px solid #CCCCCC;
border-bottom-left-radius: 0px; /*was 10px */
border-bottom-right-radius: 0px; /*was 10px */
margin:0 0 0 0px;
}

#webdesignimg {
display: inline-block;
width: 962px;
height: 189px;
background: transparent url(images/webdesign.png) no-repeat;
border: 1px solid #CCCCCC;
border-bottom-left-radius: 0px; /*was 10px */
border-bottom-right-radius: 0px; /*was 10px */
margin:0 0 0 0px;
}

#my-carousel {
    height: 189px;
    margin: 0 0 0px 20px;
}

.carousel-inner,.carousel,.item,.container,.fill {
    width:962px;
}

.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, Helvetica, sans-serif;
    font-size: 15px;  /*was 15*/
    line-height: 20px;
    font-weight: 400;
    word-spacing: 1px;
    padding:0 0 0 0px;
    margin: 5px 0 0 0px;
    /*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;
}

#left-col {
  float:left;
  width:640px;
  padding:0px 20px 20px 20px; /* top, right, bottom, left */
  color:#000000;
  background-color:#FFFFFF; /*e9f6fc*/
}
#right-col {
  float:left;
  height:100%;
  width:340px; /* was 275px */
  padding:0px 20px 20px 20px;
  color:#000000;
  background-color:#FFFFFF;
}

#left-col-2 {
  float:left;
  width:210px;
  height:100%;
  padding:0px 20px 20px 20px; /* top, right, bottom, left */
  color:#000000;
  background-color:#FFFFFF; 
}
#right-col-2 {
  float:left;
  width:695px;
  height:100%;
  padding:0px 20px 20px 20px;
  color:#000000;
  background-color:#FFFFFF;
}

.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, Helvetica, sans-serif;
           font-size:15px;
           line-height: 18px;
           padding:15px 0px 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 0 0 0px;
    margin:0 0 25px 10px;
    text-align: left;
    vertical-align: baseline;
    background: transparent none repeat scroll 0% 0%;
}*/

p.introtext {
    color:#888;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    word-spacing: 1px;
    padding:0 0 0 0px;
    margin:0 0 25px 10px;
    /*text-shadow: 4px 4px 4px #aaa; */
}

p.featuretext {
    color:#888;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    word-spacing: 1px;
    padding:0 0 0 0px;
    margin:0 0 7px 10px;
}

p.clock {
    color:#888;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-size: 15px;  /*was 15*/
    line-height: 20px;
    font-weight: 400;
    word-spacing: 1px;
    padding:0 0 0 0px;
    margin:0 0 25px 10px;
}

p.roundbox2 { /* temporary */
    color:#888;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    word-spacing: 1px;
    padding:0 0 0 0px;
    margin:0 0 7px 10px;
}

p.accordion {
color:#888;
font-family: 'Lato', Arial, Helvetica, sans-serif;
font-size:15px;
line-height: 20px;
word-spacing: 1px;
margin:0 0 20px 0px;
}

#accordion p {
color:#888;
font-family: 'Lato', Arial, Helvetica, sans-serif;
font-size:15px;
line-height: 20px;
margin:0 0 20px 0px;
}

#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 0 0 0px;
    padding: 10px 10px 10px 10px; /* padding:5px 5px 10px 5px;*/
    margin:0 0 25px 10px;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    word-spacing: 1px;
    color: #888;
    background-color: #FFFFFF; /*was ecf7f9 */
}

p.two {
  color:#888;
  font-family:Arial, Helvetica, 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, Helvetica, sans-serif;
  font-size: 15px;
  width: 100%;
  line-height: 20px;
  padding: 5px 5px 5px 5px;
  text-align: center;
  max-width: 650px;
  margin: 0px auto;
}

p.four {
  color:#888;
  font-family:Arial, Helvetica, sans-serif;
  font-size:15px;
  width: 596px;
  line-height: 18px;
  padding:0 0 0 2px;
  margin:0 0 0 10px;
}

h3.headings {
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    word-spacing: 1px;
    color: #24aaff;
    padding: 0 0 0 0px;
    margin: 0 0 7px 10px;
}

h3.featureheader {
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 18px;
    font-weight:700;
    color: #24aaff; /*was 009999 navynew 0645AD*/
    margin: 8px 10px 8px 10px;
}

h3.roundbox2 { /* temporary */
    font-family: Arial, Helvetica, sans-serif;
    font-size:20px;
    font-weight:bold;
    color:#24aaff;
    padding:0 0 0 0px;
    margin:0 0 7px 10px;
    }

h3.accordion {
    color:#888;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size:16px;
    word-spacing: 1px;
    line-height: 20px;
    margin:0 0 20px 0px;
    text-indent: 0px;
}

h4.headings {
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: 700;
    word-spacing: 1px;
    color: #24aaff;
    padding: 0 0 0 0px;
    margin: 0 0 5px 10px;
}

h5.headings{
font-family:Arial, Helvetica, sans-serif;
font-size:25px;
color:#24aaff;
padding:0 0 0 0px;
margin:0 0 20px 10px;
}

h2.intro {
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-size:20px;
    line-height: 20px;
    font-weight:700;
    color: #24AAFF;
    margin: 8px 10px 8px 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{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#24aaff;
}

r1{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#D80000;
}

img.marketing {
width:300px;
}

img.serviceimg{
width:150px;
text-align: center;
}

img.success{
width:300px;
text-align: center;
}

img.payimg{
display:block;
width:150px;
}

p.blocktext-address {
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
font-weight:bold;
color:#24aaff;
margin-left: left;
margin-right: auto;
padding:15px 0 7px 0px;
text-align:left;
}

p.introtext-address{
color:#888;
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
line-height: 20px;
margin-left: left;
margin-right: auto;
padding:0 0 10px 0;
text-align:left;
}

p.blocktext-tel{
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
font-weight:bold;
color:#24aaff;
margin-left: left;
margin-right: auto;
padding:11px 0px 0px 0px;
text-align:auto;
}

p.introtext-days{
color:#888;
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
font-weight:bold;
line-height: 20px;
margin-left: left;
margin-right: auto;
padding:0px 0px 0px 0px;
text-align:auto;
}

img.office {
    display: block;
    width: 275px;
    margin: 20px 0px 15px 0px;  
}

img.our-address {
    display: block;
    margin: 5px 0px 4px 0px;
}

img.telno {
    display: block;
    margin: 3px 0px 15px 0px; 
}

img.map-1 {
    display: block;
    width: 275px;
    margin: 20px 0px 0px 0px; 
}

img.tel69x74{
    display: block;
    margin-left: left;
    margin-right: auto;
    padding:0px 0px 0px 0px;
    width:auto;
}

img.couk{
    display: block;
    margin-left: left;
    margin-right: auto;
    padding:0px 0px 15px 10px;
}

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;
}

p.sold {
  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;
  color: #e60000;
  background-color:#ffe5e5;
}

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, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  word-spacing: 1px;
  color: #24aaff;
  margin: 0 0 0 0;
  padding: 0 0 0 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: 0px 0px 10px 10px;
    border-radius: 10px;
    border: 2px dotted #24aaff; /*was b3b3b3 */
    color: #000000;
    background-color:#FFFFFF; /*was F8F8F8 e9f6fc ecf7f9*/
    /*-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;*/
}

#right-col-contactform {
  float: right;
  width: 275px;
    height: 100%;
  padding:0px 20px 20px 20px;
  color:#000000;
    background-color:#FFFFFF;
}

ul#contact {
     list-style-type: none; /* this removes the lil dot at the start of a list item */
   }

ul#contact a:hover {
background: #ffffff !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 0 0 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 {
width:300px;
border:1px solid #ccc;
margin:6px 0 6px 0px;
padding:0px 5px 0px 7px;
line-height: 2 !important;
height: 2em !important;
/*height: auto;
line-height: 27px;*/
font-size:14px;
font-family:'Arial', Helvetica, sans-serif;
color:#000000;
-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;
    box-shadow: 0 0 10px #24aaff;
}

textarea:focus {
    outline: none !important;
    border-color: #24aaff;
    box-shadow: 0 0 10px #24aaff;
}

/* Recaptcha Settings */
.captchabox {
width: 300px;
float: left;
margin-left: 0 0 0 0px;
padding: 4px 0 0 0px;
}

span#recaptcha_privacy {
    display: none;
}

.recaptchatable {
  border: 1px dotted #888 !important;
  }
.recaptchatable input[type="text"] {
  border-color: #CCCCCC !important;
  margin-bottom: 0px !important;
  width: 292px !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;
    position: relative !important;
}
#recaptcha_image img {
    width: 292px !important;
    margin: 0 auto;
}

#recaptcha_response_field input {
  width: 292px;
  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:left;
}

.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, Helvetica, sans-serif;
   font-size:15px;
   vertical-align: text-top;
   line-height: 25px;
   margin-left:295px;
   float:left;
}

input#submit{
width:125px;
}

input#submit.button{
margin:0 0 0 300px;
}

input#submit.button1{
width:85px;
margin-left:400px;
}

input#submit.button2{
width:85px;
float:left;
margin-left:25px;
}

input#submit.button3{
width: 85px;
height: 30px;
margin: -2px 0 0 14px;
font-family: Arial, Helvetica, sans-serif;
font-size: 17px;
}

input.whois {
    margin: 0 0 0 0px;
    width: 315px;
    line-height: 25px;
    font-family: Arial, Helvetica, 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, Helvetica, sans-serif;
     font-size: 20px;
     font-weight:700;
     margin:0 0 0 10px;
     color:#FF0000;
}

.formerror {
     font-family: Arial, Helvetica, 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, Helvetica, 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 0 0 0px ;
}

/*-- footer1 --*/
/*-- Padding KEY: 1-top,2-left,3-bottom,4-right --*/

#footer1 {
  clear: both;
  text-align: center;
  height: 85px;
  padding:5px 0 5px 0;
  border-top: 4px solid #666666;
  background-color: #cccccc;
}

.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, Helvetica, sans-serif;
  color:#737373;
  margin: 0 0 0 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: #000000;
    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, Helvetica, sans-serif;
font-size:15px;
line-height: 18px;
padding:15px 0px 15px 15px;
margin:0 0 0 10px;
}

a.tooltip2 {
    outline: none;
    text-decoration: none;
    border-bottom: dotted 1px 000000;
    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, Helvetica, sans-serif;
    font-size: 13px;
    word-spacing: 1px;
    border-radius: 3px;
    box-shadow: 2px 2px 2px #999;
    -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: #FFFFFF; 
  background: #24aaff; /* was #009999 */
  background: -webkit-linear-gradient(top, #009999, #009999);
  background: linear-gradient(top, #009999, #009999);     
  border: 2px solid #000000; /*was 006666 0645AD*/     
}    
    
a.tooltip2 span t {
  background: #24aaff; /* was #009999 */
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
}

.form1 {
    float: right;
    width: 300px;
    height: 285px;
    background-color: #fff;
    padding: 10px 0 20px 20px;
    margin: 0px 0px 0px 20px;
    border-color: #888;
}

.form1 input {
    width: 240px;
    height: 35px;
    padding: 5px 5px 5px 8px;
    margin: 5px 0px 5px 0px;
}

.form1 label {
    float: left;
    width: 165px;
    padding: 5px 5px 5px 5px;
    margin: 0px 0px 0px 10px;
}


.form-control-1 {   
   height: 25px;
   font-size: 14px;
   line-height: 24px;
   width: 155px;
   margin: 5px 0 5px 0;
   padding-left: 5px;
 }

.btn-default-1 {
  display: inline;
    width: 40px;
    height: 28px;
    font-family: 'Lato', Arial, Helvetica, 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: 0px solid blue;
   }
}


@media (min-width: 768px) {
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
  #navbar {
    text-align: center;
  }
}  

@media screen and (-webkit-min-device-pixel-ratio:0) {  /*safari and chrome*/
    select {
        padding: 0px 5px 0px 7px !important;
        width: 303px;
        font-family: Arial, Helvetica, 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 only */
    select {
        padding: 0px 5px 0px 7px !important;
        width: 303px;
        font-family: Arial, Helvetica, 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: 0px 5px 0px 7px !important;
        width: 303px;
        font-family: Arial, Helvetica, 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: #f2f9ff;
}

.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', Helvetica, 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', Helvetica, 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', Helvetica, 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', Helvetica, 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', Helvetica, 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, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    word-spacing: 1px;
    padding:0 0 0 0px;
    margin:0 0 25px 10px;
    /*text-shadow: 4px 4px 4px #aaa;*/
}


/* item caption wrapper*/

.item-caption-wrapper {
  width: 962px;
  height: 189px;
  position: absolute;
  top: 0px;
  margin-left: auto;
  margin-right: auto;
  left: 0px;
  right: 0px;
}

*, *::after, *::before {
  box-sizing: border-box;
}

/* item-caption-top */

.item-caption-top {
  left: 0px;
  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: 0px;
  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, Helvetica, sans-serif;
    font-size: 17px;
    line-height: 20px;
    font-weight: 700;
    word-spacing: 1px;
    color: #000000;
    padding: 0 0 0 0px;
    margin: 10px 10px 4px 15px;
}

.carousel-span {
    color:#888;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    word-spacing: 1px;
    padding:0 0 3px 0px;
    margin:0 10px 0 15px;
    display: inline-block;
    text-indent: 0px;
}

.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 0 0 0px;
    margin: 0 0 0 0px;
}

.carousel-span-price {
    color: #24aaff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 22px;
    font-weight: 400;
    word-spacing: 1px;
    padding:0 0 0 0px;
    margin: 0 0 0 0px;
}
.carousel-span-month {
    color: #888;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    word-spacing: 1px;
}


.myButton {
    background-color:#ffffff; /*was 24aaff */
    display:inline-block;
    color:#888;
    font-family: 'Lato', Arial, Helvetica, 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: 0px !important;
    outline: 0px none !important;
}

.myButton:hover {
  background-color:#24aaff; /*was 006cb3*/
  color:#ffffff;
  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;
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px !important;;
    outline: 0px none !important;
}

*, *::after, *::before {
    box-sizing: border-box;
}
* {
    box-sizing: border-box;
}



.grid-3 {
  min-height: 50%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.grid-3 > div {
  display: flex; 
  flex-basis: calc(33.33% - 0px);  
  justify-content: top;
  flex-direction: column;
}

.grid-3 > div > div {
  display: flex;
  justify-content: top;
  flex-direction: row;
}

.box { margin: 0px 0 0px 0px}
.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);  
  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: "Trebuchet MS","Meiryo UI Reg","メイリオ Reg","MS UI Gothic Reg","Hiragino Kaku Gothic Reg","ヒラギノ角ゴ Pro W3 Reg","Microsoft YaHei","微软雅黑","Hiragino Sans GB","Microsoft JhengHei","微軟正黑體","Malgun Gothic",Gulim,Tahoma,"Arial Unicode",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: #FFFFFF url('http://www.3dweb.co.uk/images/select.png') center center no-repeat;
  border-radius: 3px;
  pointer-events: none;
}
select.labelClass {
  height: 30px;
  border: #CCCCCC solid 1px;
  padding: 7px 9px 8px 4px;
  cursor: pointer;
  background: #FFFFFF;
  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: #FFFFFF;
}*/

.footer1 {
  clear: both;
  text-align: center;
  padding:5px 0 5px 0;
  border-top: 4px solid #666666;
  background-color: #cccccc;
  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 only screen and (min-device-width : 10px) and (max-device-width : 768px) {

  .mobileShow {
    display: inline;
  }

 /* Hide Page Elements */

  .mobileHide {
    display: inline;
   }
}

  @media only screen and (min-device-width : 10px) and (max-device-width : 768px) {

  .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: 100%;
  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: 50%;
}
textarea {
  width: 50% !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-color: #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 only screen and (min-device-width : 10px) and (max-device-width : 767px) {

#left-col-contactform { 
    max-width: 93% !important;
    width: auto !important;
    padding: 0px 10px 0px 10px !important;
    margin: 10px 10px 10px 10px !important;
    }

    form label {
    margin: 5px 0px 0px 2px;
    }

    select {
    margin: 6px 0 6px 0;
    }

    input#submit.button1 {
    margin: 0px 5px 15px 0px;
    float: right;
    }
    
    input#submit.button2 {
    margin: 0px 5px 15px 0px;
    float: right;
    }

    #recaptcha_image img, .captchabox {
    transform:scale(0.85);
    -webkit-transform:scale(0.85);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
  }

    .tooltip {
    display: none !important;
  }
}

   @media only screen and (min-device-width : 10px) and (max-device-width : 600px) {

    textarea {
      width: 100% !important;
  }

    .formerror {
    margin: 0px 0px 0px 2px;
    text-align: left;
    }
}

   @media only screen and (min-device-width : 10px) and (max-device-width : 419px) {

    .myinput.large {
    display: inline-block;
    float: right;
    }

    .ticktext {
    display: inline-block;
    position: relative;
    margin-left: 90px;
    }
}

   @media only screen and (min-device-width : 420px) and (max-device-width : 767px) {

    .myinput.large {
    display: inline-block;
    float: right;
    }

    .ticktext {
    display: inline-block;
    position: relative;
    margin-left: 300px;
    }
}

/*-- End Resposive Forms --*/

/*-- DNS and Reserved lander pages responsive settings --*/
@media only screen and (min-device-width : 10px) and (max-device-width : 600px) {

html, body {
  height: 100%;
}

h1.logo, a.clicklogo {
  height: 100px;
  padding: 0;
  text-align: center;
  transform:scale(0.75);
  -webkit-transform:scale(0.75);
  transform-origin:0 0;
  -webkit-transform-origin:0 0;
  }

#header{
  height: 0px;
}

p.reserved, p.sold {
  font-size: 14px;
  line-height: 26px;
  padding: 8px 10px 8px 10px;
}

img.reserved{
  padding: 0px 0 12px 0;
  max-width: 75%;
  }

p.three {
  font-size: 14px;
  line-height: 19px;
  padding: 5px 8px 5px 8px;
  text-align: justify;
  }
}