/* CSS Document */
/* Reset*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
  line-height: normal;
}

h1, h2, h3, h4, h5, h6 {
  clear: left;
}

html {
  overflow-y: scroll;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a {
  text-decoration: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
}

del {
  color: #333;
}

ins {
  background: #fff9c0;
  text-decoration: none;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin: 24px;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

small {
  font-size: smaller;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clearfix:after {
  clear: both;
  display: table;
  content: "";
}

/*Structure*/
html {
  background-color: #333333;
}

body {
  background-color: #FFF;
  color: #333333;
  overflow-x: hidden;
  font-family: 'Roboto', Arial, sans-serif;
}

input, select, textarea {
  font-family: 'Roboto', Arial, sans-serif;
}

.page-header, .textwrap, #hero-bar {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.textwrap {
  padding: 0 20px;
}

#hero-bar {
  max-width: 840px;
}

.clearfix:after {
  clear: both;
  display: block;
  content: '';
}

.hidden {
  display: none;
}

/*Header */
#site-header {
  background-color: #333333;
  color: #FFF;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.hero-bg {
  background-image: url(../images/headerbgs/bg_city_beach.jpg);
  background-size: cover;
  background-position: center center;
  /*background-attachment: fixed;*/
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 0.65;
  z-index: 1;
  -webkit-animation: fadeHeader 3s;
  /* Chrome, Safari, Opera */
  animation: fadeHeader 3s;
}

.mini-header .hero-bg {
  background-size: 100% auto;
  background-attachment: scroll;
  background-position: top;
  background-repeat: no-repeat;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes fadeHeader {
  from {
    opacity: 0.3;
  }
  to {
    opacity: 0.65;
  }
}

/* Standard syntax */
@keyframes fadeHeader {
  from {
    opacity: 0.3;
  }
  to {
    opacity: 0.65;
  }
}

.page-header {
  padding: 20px;
  z-index: 9999;
  position: relative;
}

.page-header:after {
  clear: both;
  display: block;
  content: '';
}

.site-logo {
  float: left;
  color: #FFF;
  font-size: 16px;
  margin: 0;
}

.site-logo a {
  color: #FFF;
  text-decoration: none;
  line-height: 32px;
}

.site-logo img {
  padding-top: 8px;
  width: 150px;
  height: auto;
}

#site-nav {
  float: right;
  text-align: right;
}

#site-nav ul {
  text-align: left;
}

#site-nav a {
  color: #FFF;
}

/*Switch menu mode*/
.menu-btn {
  display: block;
  color: #fff;
  border-radius: 3px;
  padding: 5px 9px;
  max-width: 80px;
  font-weight: bold;
  float: right;
  cursor: pointer;
  font-size: 18px;
  margin-left: 10px;
}

.menu-btn:hover {
  background-color: #B5D9A1;
}

.page-links {
  display: none;
}

.main-nav,
.mobile-nav {
  display: none;
}

.main-nav li,
.mobile-nav li {
  display: block;
  line-height: 22px;
  margin: 0;
}

.main-nav li a,
.mobile-nav li a {
  display: block;
  line-height: 22px;
  margin: 0;
}

.main-nav .submenu {
  /*display: none;*/
  margin: 0 0 0 15px;
  padding: 0;
  position: relative;
  top: 100%;
  width: auto;
  z-index: 1;
}

.mobile-nav {
  background-color: #333333;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  color: #fff;
  display: block;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 210px;
  z-index: 99999;
}

.mobile-nav a {
  display: block;
  padding: 10px 15px;
  color: #CCC;
}

.mobile-nav a a:hover {
  color: #FFF;
}

.mobile-nav .submenu {
  padding-bottom: 5px;
}

.mobile-nav .submenu a {
  padding: 2px 25px;
}

.mobile-nav .toplevel {
  border-top: 1px dotted #555;
}

.mobile-nav .fa {
  display: none;
}

.toggled-on .main-nav {
  background-color: #333333;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  color: #fff;
  display: block;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 210px;
  z-index: 99999;
  height: 100%;
}

.toggled-on .main-nav a {
  display: block;
  padding: 10px 15px;
  color: #CCC;
}

.toggled-on .main-nav a:hover {
  color: #fff;
}

.toggled-on .main-nav .submenu a {
  padding: 2px 25px;
}

.closer {
  display: block;
  cursor: pointer;
  padding: 10px 15px;
  font-size: 20px;
  font-weight: normal;
  color: #BBBBBB;
}

.closer:hover {
  color: #FFF;
}

.mobile-nav .toplevel > li {
  border-bottom: 1px dotted #555;
}

.mobile-nav .toplevel > li > a {
  text-transform: uppercase;
}

#site-tools {
  float: right;
  line-height: 28px;
  padding-top: 0;
}

#site-tools a {
  margin: 0 0 0 10px;
}

#hero-bar {
  text-align: center;
  padding: 80px 20px;
  z-index: 9998;
  position: relative;
}

#hero-bar .page-title {
  font-size: 30px;
  font-weight: 300;
  margin: 0 0 10px;
  line-height: normal;
  text-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

#hero-bar .page-title.heavy {
  font-size: 90px;
  font-weight: 900 !important;
  text-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

#hero-bar .page-subtitle {
  font-size: 21px;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 10px;
}

form.hero-form {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 10px;
  border-radius: 3px;
  max-width: 750px;
  margin: 24px auto 12px;
  /*full width on mobile */
}

form.hero-form .field,
form.hero-form input,
form.hero-form .submit-btn {
  box-sizing: border-box;
}

form.hero-form input {
  padding: 5px;
  border: 1px solid #FFF;
  line-height: 18px;
  font-size: 18px;
  color: #333;
  -webkit-appearance: none;
}

form.hero-form input:focus {
  box-shadow: none;
  border-color: #FFF;
  -webkit-appearance: none;
  outline: none;
}

form.hero-form select {
  padding: 2px 2px;
  border: 1px solid #FFF;
  width: 100%;
  margin-top: 5px;
  -webkit-appearance: none;
  box-shadow: none;
}

form.hero-form .field {
  background-color: #FFF;
  color: #333;
  float: left;
  border-radius: 3px;
  margin: 0;
  padding: 8px;
  text-align: left;
  height: 50px;
  position: relative;
}

form.hero-form .submit-btn {
  background-color: #4d4d4d;
  min-width: 100%;
  line-height: 1.3333333;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #4d4d4d;
  color: #FFF;
  float: right;
  height: 50px;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.53px;
  text-transform: uppercase;
  -webkit-appearance: none;
  box-sizing: border-box;
}

form.hero-form .submit-btn.search-submit {
  background-color: #4d4d4d;
  max-width: 10%;
  min-width: 10%;
}

form.hero-form .submit-btn:hover {
  background-color: #333;
  border: 1px solid #333;
}

@media screen and (min-width: 640px) {
  form.hero-form .submit-btn {
    max-width: 20%;
    min-width: 20%;
    width: auto;
  }
}

form.hero-form .domainname span {
  position: absolute;
  left: 15px;
  top: 18px;
}

form.hero-form .domainname input {
  padding-left: 50px;
  width: 100%;
}

form.hero-form:after {
  clear: both;
  display: block;
  content: '';
}

form.hero-form .w90,
form.hero-form .w60,
form.hero-form .w30 {
  width: 100%;
  margin-bottom: 5px;
}

@media screen and (min-width: 640px) {
  form.hero-form .w90,
  form.hero-form .w60,
  form.hero-form .w30 {
    margin-bottom: 0;
  }
}

form.hero-form .w90 {
  width: 86%;
}

@media screen and (min-width: 640px) {
  form.hero-form .w90 {
    width: 86%;
  }
}

@media screen and (min-width: 640px) {
  form.hero-form .w30 {
    width: 30%;
  }
}

@media screen and (min-width: 640px) {
  form.hero-form .w60 {
    width: 57%;
    margin-right: 1.5%;
    margin-bottom: 0;
  }
}

#hero-bar p {
  max-width: 750px;
  margin: 0px auto;
  font-size: 12px;
  text-align: left;
}

#hero-bar a {
  color: #FFF;
  text-decoration: underline;
}

form[name="domain-registration"] .w90 {
  width: 100%;
}

@media screen and (min-width: 640px) {
  form[name="domain-registration"] .w90 {
    width: 78%;
  }
}

#hero-extensions {
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  padding: 15px 20px;
  position: absolute;
  right: 0;
  transition: all 1s ease;
  z-index: 999;
  color: #333;
  text-align: center;
}

#hero-extensions .extension {
  display: inline-block;
  margin: 0;
  text-align: center;
  min-width: 16%;
  box-sizing: border-box;
  padding: 0 1px;
}

#hero-extensions .extension:hover img {
  filter: grayscale(10%);
  -webkit-filter: grayscale(10%);
}

#hero-extensions .name {
  padding: 0px 5px;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  border-radius: 3px;
}

#hero-extensions .name img {
  height: 26px;
  width: auto;
  transition: all 300ms;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  overflow: hidden;
}

#hero-extensions .name .price {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
}

@media screen and (max-width: 840px) {
  #hero-extensions .name {
    padding: 0 2px;
  }
  #hero-extensions .name img {
    height: 20px;
  }
  #hero-extensions .extension {
    width: 32%;
    box-sizing: border-box;
    padding-bottom: 5px;
  }
}

/*CONTENT */
#site-content {
  min-height: 300px;
  color: #333;
  background-color: #FFF;
  position: relative;
  z-index: 2;
}

.main {
  font-size: 15px;
  /*letter-spacing: 0.4px;*/
}

.main h1 {
  line-height: normal;
  text-align: center;
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 1.2em;
}

.main h2 {
  line-height: normal;
  text-align: center;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 11px;
}

.main h3 {
  line-height: normal;
  text-align: center;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 1em;
}

.main h4 {
  line-height: normal;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 0.5em;
}

.main p {
  line-height: 1.7em;
  text-align: center;
  margin-bottom: 1.2em;
  font-weight: 300;
  letter-spacing: 0.3px;
}

.main .narrow {
  margin: 0 auto 1em;
  max-width: 840px;
}

.main ul, .main ol {
  margin: 0 20px 20px;
  padding: 0;
}

.main ol li {
  list-style: decimal;
}

.main ul li {
  list-style: disc;
}

.main li {
  margin: 0 0 8px 0;
  line-height: normal;
}

.main a {
  color: #237998;
}

.section-title {
  text-align: center;
  font-size: 36px;
  color: #333333;
  font-weight: 100;
  margin: 0 0 24px;
}

.content-block {
  padding-top: 40px;
  padding-bottom: 40px;
  clear: both;
}

.content-block:after {
  clear: both;
  display: block;
  content: '';
}

.content-block.bg-grey {
  background-color: #F0F0F0;
}

.content-block.border-top {
  border-top: 1px solid #ccc;
}

.main a.green-btn, .green-btn {
  background-color: #8bc832;
  display: inline-block;
  margin: 0 auto;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 3px;
  padding: 5px 20px;
  box-shadow: 0 3px 0 0 #6a9917;
}

.main a.green-btn:hover, .green-btn:hover {
  background-color: #82BC2F;
}

.page-about .logo {
  width: 84px;
  height: auto;
  float: left;
  margin-right: 50px;
  padding-bottom: 20px;
  padding-top: 20px;
}

.page-about .logo-title {
  clear: none;
}

.page-about .icon {
  width: 42px;
  height: auto;
}

.feature-block {
  margin: 24px 0;
}

.feature-block .icon {
  text-align: center;
}

.feature-block .icon img {
  height: 42px;
  width: auto;
}

.feature-block h3 {
  text-align: center;
  margin: 5px 0 12px;
  font-size: 24px;
  font-weight: 300;
}

.feature-block p,
.feature-block li {
  font-weight: 300;
  font-size: 15px;
  color: #777;
}

.feature-block ul {
  padding-top: 8px;
}

.main .leftalign, .main .leftalign h2, .main .leftalign h3, .main .leftalign h4, .main .leftalign p {
  text-align: left;
}

.main .left-col, .main .right-col {
  padding: 10px 0;
}

.right-col {
  margin-bottom: 20px;
}

.exts-list {
  clear: both;
  margin: 0 -15px;
}

.exts-list ul {
  margin: 0 !important;
}

.exts-list li {
  float: left;
  width: 50%;
  margin: 0;
  box-sizing: border-box;
  padding: 15px;
  text-align: center;
  list-style: none !important;
}

.exts-list a {
  display: block;
  background-color: #CCC;
  text-align: left;
  height: 150px;
  border-radius: 3px;
  position: relative;
  background-image: url(images/headerbgs/bg_city_beach.jpg);
  background-size: cover;
  background-position: center;
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.15);
  color: #FFF;
  text-shadow: -1px -1px 0 rgba(128, 128, 128, 0.15), 1px 1px 0 rgba(128, 128, 128, 0.5), 1px 2px 5px rgba(0, 0, 0, 0.3);
  transition: all 300ms;
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  overflow: hidden;
}

.exts-list.centerMode a {
  height: 190px;
}

.exts-list a:hover {
  filter: grayscale(10%);
  -webkit-filter: grayscale(10%);
}

.exts-list .gradient {
  /*background: linear-gradient(to bottom, rgba(0,0,0,0) 50%, #000 100%);*/
  background: linear-gradient(to bottom, transparent 10%, #000 100%);
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
  z-index: 1;
  border-radius: 3px;
  opacity: 0.5;
}

.exts-list a:hover .gradient {
  opacity: 0.9;
}

.exts-list a span {
  display: block;
}

.exts-list a .ext {
  font-size: 32px;
  font-family: 'Archivo Black', sans-serif;
  line-height: 36px;
  font-weight: normal;
  color: #fff;
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 10;
  transition: all 300ms;
  width: 100%;
  box-sizing: border-box;
}

.exts-list.centerMode a .ext {
  font-size: 32px;
  padding: 5px;
  height: 190px;
  text-align: center;
  top: 50%;
  margin-top: -18px;
  left: 0px;
  bottom: auto;
}

.exts-list.rolloverprices a:hover .ext {
  bottom: 25px !important;
}

.exts-list a .price {
  color: #fff;
  font-size: 12px;
  z-index: 10;
  bottom: -15px;
  transition: all 300ms;
  position: absolute;
  left: 5px;
}

.exts-list.rolloverprices a:hover .price {
  bottom: 7px !important;
  display: block;
}

@media screen and (max-width: 640px) {
  .exts-list a .ext {
    font-size: 26px;
  }
}

/* show price mode */
.exts-list.showprice a,
.exts-list.domain-mode a {
  background-image: none;
  background-color: #333333;
  cursor: default;
}

.exts-list.showprice .gradient,
.exts-list.domain-mode .gradient {
  opacity: 0.4;
  background: linear-gradient(to bottom, transparent 30%, #000 100%);
}

.exts-list.showprice .ext,
.exts-list.showprice a:hover .ext {
  bottom: 38px !important;
  display: block;
}

.exts-list.showprice .price {
  bottom: 7px !important;
  display: block;
  color: rgba(255, 255, 255, 0.7);
}

.exts-list.showprice .price strong {
  font-size: 24px;
}

.exts-list.showprice a:hover,
.exts-list.domain-mode a:hover {
  background-color: #8bc832;
  cursor: pointer;
}

.exts-list.showprice a:hover .gradient,
.exts-list.domain-mode a:hover .gradient {
  opacity: 0;
}

/* buy domain mode */
.exts-list.domain-mode a {
  height: 75px;
  -ms-word-break: break-all;
  word-break: break-all;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.exts-list.domain-mode a:hover {
  cursor: pointer;
}

.exts-list.domain-mode .domain-prefix {
  font-size: 28px;
  line-height: 28px;
  font-weight: 700;
  color: #fff;
  position: absolute;
  bottom: 30px;
  left: 15px;
  z-index: 10;
  transition: all 300ms;
}

.exts-list.domain-mode .ext-mini {
  left: 15px;
  bottom: 8px;
  display: block;
  color: rgba(255, 255, 255, 0.7);
  position: absolute;
  z-index: 10;
}

.exts-list.domain-mode li {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

/*FAQS*/
.faqs {
  max-width: 900px;
  margin: 0 auto;
}

.faqs h4 {
  padding-top: 15px;
  padding-bottom: 8px;
  font-weight: normal;
  cursor: pointer;
  border-top: 1px solid #ccc;
}

.faqs h4.first {
  border-top: none;
  padding-top: 0;
}

.faqs h4:hover {
  color: #000;
}

.faqs p {
  padding: 0 20px;
  font-weight: 300;
}

.faqs li {
  font-weight: 300;
}

.faqs ul, .faqs ol {
  padding: 0 20px;
}

.faqs img {
  max-width: 100%;
  border: 1px solid #CCC;
  margin: 0 auto;
  height: auto;
}

/*FEATURED CLIENTS*/
.featured-clients li {
  float: left;
  width: 33%;
  margin: 0;
  box-sizing: border-box;
  padding: 15px;
  text-align: center;
  list-style: none !important;
}

.featured-clients li img {
  width: 100%;
  height: auto;
  max-width: 182px;
  -webkit-filter: grayscale(100%);
  -webkit-transition: .5s ease-in-out;
  -moz-filter: grayscale(100%);
  -moz-transition: .5s ease-in-out;
  -o-filter: grayscale(100%);
  -o-transition: .5s ease-in-out;
}

.featured-clients li img:hover {
  -webkit-filter: grayscale(0%);
  -webkit-transition: .5s ease-in-out;
  -moz-filter: grayscale(0%);
  -moz-transition: .5s ease-in-out;
  -o-filter: grayscale(0%);
  -o-transition: .5s ease-in-out;
}

#clients .textwrap {
  max-width: 1300px;
}

.client-list {
  padding: 20px 0 0px;
}

.client-list li {
  float: left;
  width: 50%;
  margin: 0;
  box-sizing: border-box;
  padding: 15px 15px 40px;
  text-align: center;
  list-style: none !important;
}

.client-list li img {
  width: 100%;
  height: auto;
  max-width: 182px;
}

.testimonial {
  /*padding: 20px 20px 20px 50px;*/
  margin: 0 0 30px;
  position: relative;
  padding: 20px;
}

/*.testimonial:before {
	font-family: FontAwesome;
	content: "\f10d";
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	left: 15px;
	top: 25px;
	font-size: 24px;
	color: #BABBBA;
}*/
.testimonial p {
  text-align: justify;
}

.testimonial h2,
.testimonial h3,
.testimonial h4 {
  text-align: left;
  margin-bottom: 0.75em;
}

.testimonial cite {
  font-style: normal;
  font-size: 0.9em;
  font-size: 15px;
  color: #B5B5B5;
  line-height: 1.6em;
}

.testimonial cite strong {
  color: #333;
  font-size: 18px;
  font-weight: 300;
  display: block;
}

.pricing-table {
  padding-top: 20px;
}

.price-item {
  position: relative;
  padding-bottom: 60px;
  margin-bottom: 10px;
  padding-top: 10px;
  text-align: center;
}

.price-header h3 {
  /*text-align: left;*/
  font-weight: bold;
  font-size: 28px;
  line-height: 28px;
  color: #333333;
  margin-bottom: 10px;
}

.price-header .price {
  position: relative;
  font-size: 100px;
  font-weight: 100;
  padding-left: 12px;
  margin-bottom: 10px;
}

.price-header .was {
  text-decoration: line-through;
}

.price-header .save {
  font-weight: normal;
  color: #8bc832;
}

.smallerprice .price-header .price {
  position: relative;
  font-size: 65px;
}

.price-header .price sup {
  font-size: 24px;
  line-height: 24px;
  font-weight: normal;
  /* position: absolute;
  top: 16px;
  left: 0; */
  top: -1.1em;
  vertical-align: baseline;
}

.price-header .price .label {
  font-size: 24px;
}

.price-item .summary {
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  padding: 20px 0;
  /*text-align: left;*/
  margin: 20px 0;
}

.price-item .summary p {
  /*text-align: left;*/
  margin: 0;
}

.price-item .features ul {
  margin-bottom: 20px;
}

.price-item .features li {
  list-style: none;
  font-weight: 300;
}

.main .tick-list li {
  list-style: none;
}

/*.price-item .features li:before,
.tick-list li:before{
  font-family: 'FontAwesome';
  content: '\f00c';
  margin:0 5px 0 -20px;
  color: #777777;
}*/
.tick-list.green-ticks li:before {
  color: #8bc832;
}

.price-item .green-btn {
  width: 100%;
  box-sizing: border-box;
  display: block;
}

.price-item .buy {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.centeralign {
  text-align: center;
}

/* Make an offer page*/
.offersAbove {
  font-size: 28px;
  margin-bottom: 12px;
  color: #8bc832;
}

.offerfield {
  padding: 5px 0 10px;
  clear: both;
}

.offerfield label {
  display: block;
  font-size: 13px;
  padding-bottom: 3px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.offerfield .required {
  color: #D4145A;
}

.offerfield .details {
  font-size: 13px;
  color: #797979;
  line-height: 16px;
}

.offerfield .textfield,
.offerfield textarea {
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  font-size: 14px;
  line-height: 1.618;
  color: #555;
  box-sizing: border-box;
  margin: 0 0 5px;
}

.offerfield .textfield:focus,
.offerfield textarea:focus {
  outline: none;
}

.offerfield textarea {
  width: 100%;
}

.offerfield .textfield:focus,
.offerfield textarea:focus {
  box-shadow: 0 0 4px #51cbee;
  border: 1px solid #51cbee;
}

.main .make-offer .green-btn {
  padding: 15px 25px;
  margin: 5px 0;
  cursor: pointer;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  font-size: 15px;
}

.legal-table {
  width: 100%;
  clear: both;
  border: 1px solid #CCC;
  border-bottom: none;
}

.legal-table td {
  border-bottom: 1px solid #CCC;
  padding: 10px;
}

.legal-table .fa {
  margin-right: 10px;
  vertical-align: middle;
  font-size: 1.7em;
}

.legal-table p {
  margin: 0;
}

.legal-table a {
  color: #717171;
}

.legal-table a:hover {
  color: #333;
}

/*renewal pricing*/
.product-prices {
  border-top: 1px solid #CCC;
  margin-bottom: 24px;
}

.product-prices td {
  border-bottom: 1px solid #CCC;
  padding: 10px;
  text-align: right;
  width: 25%;
}

.product-prices td.name {
  background-color: #EFEFEF;
  text-align: left;
}

.product-prices h3 {
  margin: 0;
  text-align: left;
}

.product-prices strong,
.product-prices .price {
  font-size: 20px;
}

/*Left right layout*/
.leftright-info {
  clear: both;
  padding: 50px 0;
  min-height: 100px;
}

.page-email .leftright-info {
  border-top: 1px solid #CCC;
}

.leftright-info.first {
  border-top: none;
}

.leftright-info:after {
  clear: both;
  display: block;
  content: '';
}

.leftright-info .text {
  padding-top: 20px;
}

.leftright-info .left,
.leftright-info .right {
  padding-left: 20px;
  padding-right: 20px;
}

.page-email .leftright-info .left,
.page-email .leftright-info .right {
  padding-top: 10px;
}

.page-email .leftright-info h4 {
  text-align: left;
  margin-bottom: 10px;
}

.leftright-info h5 {
  text-align: center;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: normal;
  font-size: 9px;
}

.leftright-info .left p,
.leftright-info .right p {
  text-align: left;
}

.page-websites .leftright-info .left p,
.page-websites .leftright-info .right p {
  max-width: 400px;
  margin: 0 auto;
}

.page-websites .leftright-info h5,
.page-websites .leftright-info h2 {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.leftright-info li {
  font-weight: 300;
}

.leftright-info .center {
  text-align: center;
}

.leftright-info .left img,
.leftright-info .right img {
  width: 100%;
  height: auto;
}

.leftright-info .photos-x3 img {
  width: 33%;
  height: auto;
}

.photo-tbc {
  background-color: #ccc;
  min-height: 280px;
  margin-top: 20px;
}

.photo-gallery {
  margin: 20px 0 0;
  position: relative;
}

.photo-gallery a {
  display: block;
  max-width: 310px;
  margin: 8px;
  border: 5px solid #FFF;
  transition: 500ms;
  float: left;
}

.photo-gallery a img {
  width: 100%;
  height: auto;
}

.photo-gallery a:hover {
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
}

.photo-gallery .nav-left,
.photo-gallery .nav-right {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 25px 15px;
  cursor: pointer;
  color: #FFF;
  font-size: 30px;
  font-weight: normal;
  position: absolute;
  top: 50%;
  margin-top: -45px;
  z-index: 999;
}

.photo-gallery .nav-left:hover,
.photo-gallery .nav-right:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

.photo-gallery .nav-left {
  left: 0;
}

.photo-gallery .nav-right {
  right: 0;
}

.photo-gallery .nav-left.disabled,
.photo-gallery .nav-right.disabled {
  opacity: 0.3;
  cursor: pointer;
}

#gallery-mask {
  width: 100%;
  height: 460px;
  overflow: hidden;
  position: relative;
}

#gallery-mask .slide {
  position: absolute;
  top: 0;
  left: -5px;
  width: 100%;
  height: 460px;
  z-index: 1;
}

.leftright-info .video-player {
  border-radius: 3px;
  background-color: #f3f3f3;
  border: 1px #e8e8e8 solid;
  padding: 14px !important;
  line-height: 1em;
}

.video-player video {
  width: 100%;
  display: inline-block;
  vertical-align: baseline;
}

.more-icons {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 10px;
}

.more-icon {
  width: 125px;
  height: 125px;
  box-sizing: border-box;
  text-align: center;
  float: left;
  margin: 15px;
  border-radius: 125px;
  border: 1px solid #333;
  display: inline-block;
  padding: 35px 10px 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}

.more-icon.singleline {
  padding-top: 48px;
}

/* FOOTER */
#site-footer {
  background-color: #333333;
  color: #FFF;
  padding: 40px 20px 80px;
  font-size: 14px;
  position: relative;
  z-index: 2;
}

#site-footer h3 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 300;
  line-height: normal;
}

@media screen and (min-width: 640px) and (max-width: 768px) {
  #site-footer h3 {
    font-size: 18px;
  }
}

#site-footer a {
  color: #CCC;
  text-decoration: none;
  word-wrap: break-word;
}

#site-footer a:hover {
  color: #FFF;
}

#site-footer .footer-menu {
  padding-left: 0;
}

#site-footer .footer-menu li {
  margin-bottom: 7px;
  letter-spacing: 0.35px;
  line-height: normal;
}

.text-widgets .footer-widget {
  width: 100%;
  float: left;
  padding-right: 5%;
  margin-bottom: 24px;
  box-sizing: border-box;
}

.text-widgets .footer-widget p {
  margin-bottom: 8px;
  font-weight: 300;
  line-height: 1.7em;
  color: #9B9B9B;
}

.menu-widgets .menu {
  width: 45%;
  float: left;
  padding-right: 5%;
  margin-bottom: 24px;
}

.legal-statement {
  clear: both;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #636363;
  font-size: 13px;
}

/* ------------------ */
.right-col iframe {
  width: 100%;
  max-width: 100%;
}

/*Photo banner*/
.photobanner {
  background-color: #333;
  background-size: cover;
  background-position: center center;
  height: 300px;
}

@media screen and (min-width: 540px) {
  .text-widgets .footer-widget {
    width: 45%;
    float: left;
    padding-right: 5%;
    margin-bottom: 24px;
  }
  .price-item {
    width: 48%;
    float: left;
  }
  .price-item.p1 {
    margin-right: 4%;
  }
  .price-item.p3 {
    clear: both;
    margin-right: 4%;
  }
}

@media screen and (min-width: 640px) {
  /* CONTENT */
  #hero-bar .page-title {
    font-size: 40px;
  }
  #hero-bar .page-subtitle {
    font-size: 24px;
  }
  .feature-block {
    box-sizing: border-box;
    width: 28%;
    padding: 15px 0px;
    float: left;
  }
  .feature-block.colx4-1,
  .feature-block.colx4-2,
  .feature-block.colx4-3,
  .feature-block.colx4-4 {
    width: 25%;
    padding: 5px 20px;
  }
  .feature-block.col-1 {
    clear: both;
  }
  .feature-block.col-2 {
    margin-left: 6%;
    margin-right: 6%;
  }
  .left-col {
    float: left;
  }
  .left-col.w50 {
    width: 45%;
    padding-right: 5%;
  }
  .right-col {
    float: right;
  }
  .right-col.w50 {
    width: 45%;
    padding-left: 5%;
  }
  .featured-clients li {
    float: left;
    width: 16.667%;
  }
  .client-list li {
    width: 25%;
  }
  .exts-list.domain-mode li {
    width: 50%;
    padding-left: 2%;
    padding-right: 2%;
  }
  .testimonial {
    width: 45%;
    float: left;
    margin-right: 10%;
    box-sizing: border-box;
  }
  .testimonial.odd {
    clear: both;
  }
  .testimonial.even {
    margin-right: 0;
  }
  /* FOOTER */
  .text-widgets {
    width: 40%;
    float: right;
  }
  .menu-widgets {
    width: 58%;
    float: left;
  }
  .menu-widgets .menu {
    width: 23%;
    float: left;
    padding-right: 3%;
  }
}

@media screen and (min-width: 840px) {
  /* HEADER */
  .main-nav {
    float: right;
    margin-right: 15px;
  }
  .menu-btn {
    display: none;
  }
  .main-nav {
    margin-right: -10px;
    display: block;
  }
  .closer {
    display: none;
  }
  .main-nav .submenu {
    display: none;
    position: absolute;
    top: 100%;
    text-align: left;
    margin: 0;
  }
  .main-nav > ul {
    display: inline-block !important;
    text-align: left;
    width: auto;
  }
  .main-nav ul {
    margin: 0;
    text-indent: 0;
  }
  .main-nav li a, .main-nav li {
    display: inline-block;
    text-decoration: none;
    line-height: 28px;
  }
  .main-nav li {
    margin: 0;
    position: relative;
  }
  .main-nav a {
    padding: 5px 10px;
  }
  .main-nav li li {
    margin: 0 0 0 0px;
    display: block;
    font-size: 14px;
  }
  .main-nav .submenu {
    display: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
    width: 130px;
    opacity: 0.3;
    transition: opacity 200ms;
  }
  .main-nav ul li:hover > .submenu {
    display: block;
    opacity: 1;
    -webkit-animation: fadeinDD 1.5s;
    /* Safari and Chrome */
    animation: fadeinDD 1.5s;
  }
  @keyframes fadeinDD {
    from {
      opacity: 0.3;
    }
    to {
      opacity: 1;
    }
  }
  /* Firefox */
  /* Safari and Chrome */
  @-webkit-keyframes fadeinDD {
    from {
      opacity: 0.3;
    }
    to {
      opacity: 1;
    }
  }
  .main-nav .toplevel > li.current > a {
    border: 1px solid #FFF;
  }
  .main-nav .submenu > li.current > a {
    font-weight: bold;
  }
  #site-tools {
    line-height: 28px;
    padding-top: 5px;
    padding-left: 15px;
  }
  /*Pricing tables*/
  .price-item {
    width: 30%;
    float: left;
  }
  .price-item-four-col {
    width: 22%;
  }
  .price-item.p1 {
    margin-right: 0;
  }
  .price-item.p2, .price-item.p3, .price-item.p4 {
    clear: none;
    margin-left: 4%;
  }
  .price-item.p3 {
    clear: none;
    margin-right: 0;
  }
  /*Left right layout*/
  .leftright-info .text {
    padding-top: 60px;
  }
  .leftright-info .left,
  .leftright-info .right {
    width: 46%;
    float: left;
    box-sizing: border-box;
  }
  .leftright-info .right {
    float: right;
  }
}

@media screen and (min-width: 960px) {
  .main-nav a {
    padding: 5px 12px;
  }
  #site-tools a {
    margin: 0 0 0 12px;
  }
  /*content*/
  /*	.client-list li {
          width: 16.667%;
      }*/
  .exts-list li {
    width: 25%;
  }
  .exts-list.domain-mode li {
    width: 33.33%;
    padding: 15px;
  }
  .page-email .leftright-info {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (min-width: 1140px) {
  .textwrap {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.featherlight-previous,
.featherlight-next {
  display: none !important;
}
/*# sourceMappingURL=styles.css.map */