/*

Designed and Coded by HarzemDesign.com

DO NOT MODIFY THIS 'STYLE.CSS' FILE!

This file is generated from STYLE.LESS file, which is written in LessCSS language.
Less is a CSS pre-processor.

USE 'STYLE-CUSTOM.CSS' TO ADD YOUR OWN CSS RULES.

If you want to change 'STYLE.CSS', modify 'STYLE.LESS' file and compile with 'Koala-App' or 'SimpLESS'.
Download SimpLESS software from wearekiss.com/simpless
Download Koala-App software from koala-app.com
Or contact HarzemDesign for changes.

*/
.mont {
  font-family: "Montserrat", arial, helvetica, sans-serif;
}
.osans {
  font-family: "Open Sans", arial, helvetica, sans-serif;
}
strong,
b,
.bold {
  font-weight: 700;
}
.light {
  font-weight: 300;
}
.normal {
  font-weight: 400;
}
p {
  line-height: 1.2em;
}
.f10 {
  font-size: 11px;
}
.f11 {
  font-size: 11px;
}
.f12 {
  font-size: 12px;
}
.f13 {
  font-size: 13px;
}
.f14 {
  font-size: 14px;
}
.f15 {
  font-size: 15px;
}
.f16 {
  font-size: 16px;
}
.f17 {
  font-size: 17px;
}
.f18 {
  font-size: 18px;
}
.f19 {
  font-size: 19px;
}
.f20 {
  font-size: 20px;
}
.floatleft {
  float: left;
}
.floatright {
  float: right;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.redback {
  background: Red;
}
.redshine {
  box-shadow: 0 0 10px red;
}
.hidden {
  display: none;
}
.pre-line {
  white-space: pre-line;
}
.pre-line:first-line {
  background: red;
}
.center {
  text-align: center;
}
.clear {
  clear: both;
}
.sizing {
  box-sizing: border-box;
}
.trans {
  transition: all 0.2s ease;
}
br.clear {
  display: block;
  height: 0px;
  clear: both;
}
div.clear {
  clear: both;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
}
body {
  background: #fff;
  font-size: 13px;
  font-family: "Open Sans", arial, helvetica, sans-serif;
  color: #666;
  margin: 0px;
  padding: 0px;
}
.body {
  width: 100%;
  margin: auto;
  position: relative;
}
.body:before,
.body:after {
  content: " ";
  display: table;
  visibility: hidden;
}
.body:after {
  clear: both;
}
a:link,
a:visited {
  color: #3cabff;
  text-decoration: none;
}
a:hover {
  color: #056fb9;
  text-decoration: none;
}
a img {
  border: 0px;
}
input {
  font-size: 12px;
}
.half {
  width: 50%;
  float: left;
}
/* design */
.topbar-placeholder {
  height: 40px;
}
.topbar {
  background: #1f2b35;
  height: 40px;
  color: #fff;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
}
.topbar * {
  transition: all 0.2s ease;
}
.topbar .body {
  position: relative;
}
.topbar .phone {
  font-size: 16px;
  font-family: "Montserrat", arial, helvetica, sans-serif;
  line-height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1002;
}
.topbar .phone a {
  color: #ffffff;
}
.topbar .social {
  margin-left: 149px;
  float: left;
}
.topbar .social a {
  float: left;
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 6px;
  margin-top: 8px;
  border-radius: 12px;
}
.topbar .social a.social-fb {
  background: #3a5ba2 url(images/social-fb.png) center center no-repeat;
}
.topbar .social a.social-tw {
  background: #1ebef0 url(images/social-tw.png) center center no-repeat;
}
.topbar .social a.social-gp {
  background: #e1584b url(images/social-gp.png) center center no-repeat;
}
.topbar .social a:hover {
  border-radius: 0;
}
.topbar .topmenu {
  float: right;
  margin-right: 20px;
}
.topbar .topmenu a {
  display: block;
  float: left;
  line-height: 40px;
  padding: 0 14px;
  color: #fff;
}
.topbar .topmenu a:hover {
  background: rgba(255, 255, 255, 0.1);
}
.topbar .topmenu a.responsive {
  display: none;
}
div.clientlogin {
  display: block;
  float: right;
  position: relative;
  z-index: 1000;
}
div.clientlogin > a {
  display: block;
  line-height: 40px;
  background: #0089ff url(images/icon-lock.png) 16px 12px no-repeat;
  padding: 0 20px 0 39px;
  font-size: 14px;
  font-family: "Montserrat", arial, helvetica, sans-serif;
  color: #fff;
}
div.clientlogin > a:hover {
  background-color: #22abff;
}
div.clientlogin ul {
  display: none;
  position: absolute;
  top: 40px;
  right: 0;
  min-width: 100%;
}
div.clientlogin ul li {
  border-top: 1px solid #0078ee;
}
div.clientlogin ul li a {
  display: block;
  color: #fff;
  padding: 0 20px 0 20px;
  background: #0089ff;
  line-height: 35px;
  font-size: 14px;
}
div.clientlogin ul li a:hover {
  background: #119aff;
}
div.clientlogin:hover ul {
  display: block;
}
#menubutton {
  display: none;
  position: absolute;
  z-index: 1001;
  top: 0px;
  right: 0;
  width: 70px;
  height: 40px;
  background: #000000 url(images/menu-button.png) center center no-repeat;
  cursor: pointer;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
#menubutton a {
  width: 50px;
  height: 50px;
  display: block;
}
#menu {
  position: absolute;
  left: 0;
  top: 40px;
  width: 100%;
  min-height: 40px;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.5);
  transition: none;
}
#menu ul li {
  float: left;
  width: 20%;
}
#menu ul li a {
  display: block;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  line-height: 40px;
  color: #000;
  font-family: "Montserrat", arial, helvetica, sans-serif;
}
#menu ul li a:hover {
  background: #fff;
}
#menu ul li > a {
  background: #abceeb;
}
#menu ul li + li > a {
  background: #ace3de;
}
#menu ul li + li + li > a {
  background: #f5d5bd;
}
#menu ul li + li + li + li > a {
  background: #adc4f2;
}
#menu ul li + li + li + li + li > a {
  background: #f6f5a3;
}
#menu.nomenu {
  opacity: 0;
  display: none;
}
a.logo {
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
  background: url(images/logo-small.png) no-repeat;
  width: 125px;
  height: 29px;
  opacity: 0;
  z-index: 1001;
}
.bigimage {
  height: 750px;
  background: url(images/bigimage.jpg) bottom center repeat-x;
  padding-top: 45px;
  box-sizing: border-box;
  color: #fff;
  position: relative;
}
.bigimage a.logo-big {
  display: block;
  margin: 0px auto 0 auto;
  background: url(images/logo.png) no-repeat;
  width: 250px;
  height: 59px;
}
.bigimage .bigintro {
  max-width: 900px;
  margin: 30px auto 0 auto;
  line-height: 1.15em;
  font-family: "Montserrat", arial, helvetica, sans-serif;
  font-size: 36px;
  text-align: center;
  text-shadow: 0 1px 0 #000;
}
.bigmenu {
  height: 270px;
  box-sizing: border-box;
  background: url(images/bigmenu-back.png) bottom center no-repeat;
  padding-top: 0px;
  position: relative;
}
.bigmenu .bar {
  background: url(images/whiteblock.png) center 78px repeat-x;
  height: 270px;
}
.bigmenu .bar a {
  width: 236px;
  margin: 0 2px;
  height: 223px;
  display: block;
  float: left;
  text-align: center;
  position: relative;
  padding-top: 78px;
  box-sizing: border-box;
}
.bigmenu .bar a .title {
  line-height: 40px;
  color: #1f2b35;
  font-size: 18px;
  font-family: "Montserrat", arial, helvetica, sans-serif;
  background: rgba(255, 255, 255, 0.8);
}
.bigmenu .bar a .text {
  font-size: 12px;
  color: #000;
  text-shadow: 0 1px 1px #fff;
  padding: 10px 10px 0 10px;
  line-height: 1.2em;
}
.bigmenu .bar a .icon {
  position: absolute;
  left: 50%;
  margin-left: -40px;
  bottom: -40px;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  transition: all 0.2s ease;
}
.bigmenu .bar a:hover {
  background: url(images/bigmenu-hover.png) -2px 2px no-repeat;
}
.bigmenu .bar a + a:hover {
  background-position: -242px 2px;
}
.bigmenu .bar a + a + a:hover {
  background-position: -482px 2px;
}
.bigmenu .bar a + a + a + a:hover {
  background-position: -722px 2px;
}
.bigmenu .bar a + a + a + a + a:hover {
  background-position: -962px 2px;
}
.bigmenu .bar a:hover .icon {
  bottom: -30px;
}
.ricon-1 {
  background: url(images/ricon-1.png) center center no-repeat;
}
.ricon-2 {
  background: url(images/ricon-2.png) center center no-repeat;
}
.ricon-3 {
  background: url(images/ricon-3.png) center center no-repeat;
}
.ricon-4 {
  background: url(images/ricon-4.png) center center no-repeat;
}
.ricon-5 {
  background: url(images/ricon-5.png) center center no-repeat;
}
.ricon-hoopla {
  background: url(images/ricon-hoopla.png) center center no-repeat;
}
#menuarrow {
  position: absolute;
  width: 64px;
  height: 49px;
  left: 50%;
  top: 20px;
  margin-left: -32px;
  background: url(images/bigarrow.png) no-repeat;
  transition: all 1s ease;
  opacity: 0.3;
}
#menuarrow.fast {
  top: -5px;
  opacity: 1;
  transition: all 0.2s ease;
}
.choose-text-area {
  position: relative;
  clear: both;
}
#choose-text {
  text-align: center;
  margin-top: 68px;
  min-height: 71px;
  font-family: "Montserrat", arial, helvetica, sans-serif;
  font-size: 24px;
  text-shadow: 0 1px 0 #000;
}
#choose-text div {
  display: none;
}
#choose-text div#default {
  display: block;
}
.smallintro {
  width: 50%;
  box-sizing: border-box;
  float: left;
  min-height: 70px;
  padding: 6px 20px 0 80px;
  margin-top: 23px;
  line-height: 1.2em;
  background: url(images/sicon-1.png) left top no-repeat;
}
.smallintro + .smallintro {
  background: url(images/sicon-2.png) right top no-repeat;
  padding: 6px 80px 0 20px;
  text-align: right;
}
.greyborder {
  box-shadow: 0 2px 0px 1px rgba(0, 0, 0, 0.25);
}
a.button,
input.button {
  border: 0;
  font-family: "Montserrat", arial, helvetica, sans-serif;
  line-height: 43px;
  font-size: 15px;
  color: #fff;
  padding: 0 15px;
  background: #0091FF;
  border-radius: 7px;
  box-shadow: 0 2px 0px 1px rgba(0, 0, 0, 0.25);
}
a.button:hover,
input.button:hover {
  background: #11a2ff;
}
input.button {
  cursor: pointer;
  padding: 0 30px;
  border-radius: 5px;
}
.home-packages,
.subpage-packages {
  background: #eeeeee;
  padding: 20px 0;
}
.home-packages .package,
.subpage-packages .package {
  width: 278px;
  min-height: 340px;
  padding-bottom: 20px;
  float: left;
  border-radius: 6px;
  box-shadow: 0 2px 0px 1px rgba(0, 0, 0, 0.25);
  background: #fff;
  margin: 0 10px;
}
.home-packages .package .title,
.subpage-packages .package .title {
  background: #222;
  font-family: "Montserrat", arial, helvetica, sans-serif;
  font-size: 22px;
  color: #fff;
  text-align: center;
  line-height: 26px;
  padding: 12px 0;
  border-radius: 5px 5px 0 0;
}
.home-packages .package .desc,
.subpage-packages .package .desc {
  padding: 11px 15px 18px;
  color: #fff;
  background: #666;
  text-align: center;
  font-size: 12px;
  line-height: 1.2em;
  border-bottom: 3px solid #bbb;
}
.home-packages .package ul,
.subpage-packages .package ul {
  padding-left: 29px;
  padding-top: 18px;
  padding-bottom: 2px;
}
.home-packages .package ul li,
.subpage-packages .package ul li {
  padding-left: 24px;
  background: url(images/bullet.png) left 8px no-repeat;
  line-height: 30px;
  font-size: 15px;
  color: #333;
}
.home-packages .package ul li strong,
.subpage-packages .package ul li strong {
  color: #000;
}
.home-packages .package .price,
.subpage-packages .package .price {
  float: left;
  padding-top: 25px;
  padding-left: 20px;
  width: 110px;
  font-family: "Montserrat", arial, helvetica, sans-serif;
  color: #666;
}
.home-packages .package .price div,
.subpage-packages .package .price div {
  font-size: 11px;
}
.home-packages .package .price span,
.subpage-packages .package .price span {
  display: inline-block;
  font-size: 13px;
  top: -5px;
  position: relative;
}
.home-packages .package .price span + span,
.subpage-packages .package .price span + span {
  font-size: 17px;
  top: -4px;
}
.home-packages .package .price span + span + span,
.subpage-packages .package .price span + span + span {
  top: -4px;
  left: -3px;
  font-size: 19px;
}
.home-packages .package .price span + span + span b,
.subpage-packages .package .price span + span + span b {
  font-size: 26px;
  font-weight: 400;
  top: 4px;
  position: relative;
  display: inline-block;
}
.home-packages .package a.button,
.subpage-packages .package a.button {
  float: right;
  margin-top: 23px;
  margin-right: 15px;
}
.home-packages .package1,
.subpage-packages .package1 {
  background: #ffffff url(images/bigicon-1.png) -10px 117% no-repeat;
}
.home-packages .package1 .title,
.subpage-packages .package1 .title {
  background: #002b4c;
}
.home-packages .package1 .desc,
.subpage-packages .package1 .desc,
.home-packages .package1 a.button,
.subpage-packages .package1 a.button {
  background: #0091ff;
}
.home-packages .package1 .price,
.subpage-packages .package1 .price {
  color: #0091ff;
}
.home-packages .package1 a.button:hover,
.subpage-packages .package1 a.button:hover {
  background: #11a2ff;
}
.home-packages .package2,
.subpage-packages .package2 {
  background: #ffffff url(images/bigicon-2.png) -10px 117% no-repeat;
}
.home-packages .package2 .title,
.subpage-packages .package2 .title {
  background: #00332c;
}
.home-packages .package2 .desc,
.subpage-packages .package2 .desc,
.home-packages .package2 a.button,
.subpage-packages .package2 a.button {
  background: #00ac95;
}
.home-packages .package2 .price,
.subpage-packages .package2 .price {
  color: #00ac95;
}
.home-packages .package2 a.button:hover,
.subpage-packages .package2 a.button:hover {
  background: #11bda6;
}
.home-packages .package3,
.subpage-packages .package3 {
  background: #ffffff url(images/bigicon-3.png) -10px 117% no-repeat;
}
.home-packages .package3 .title,
.subpage-packages .package3 .title {
  background: #442200;
}
.home-packages .package3 .desc,
.subpage-packages .package3 .desc,
.home-packages .package3 a.button,
.subpage-packages .package3 a.button {
  background: #e37100;
}
.home-packages .package3 .price,
.subpage-packages .package3 .price {
  color: #e37100;
}
.home-packages .package3 a.button:hover,
.subpage-packages .package3 a.button:hover {
  background: #f48211;
}
.home-packages .package4,
.subpage-packages .package4 {
  background: #ffffff url(images/bigicon-4.png) -10px 117% no-repeat;
}
.home-packages .package4 .title,
.subpage-packages .package4 .title {
  background: #00174c;
}
.home-packages .package4 .desc,
.subpage-packages .package4 .desc,
.home-packages .package4 a.button,
.subpage-packages .package4 a.button {
  background: #004eff;
}
.home-packages .package4 .price,
.subpage-packages .package4 .price {
  color: #004eff;
}
.home-packages .package4 a.button:hover,
.subpage-packages .package4 a.button:hover {
  background: #115fff;
}
.subpage-packages .price {
  padding-top: 15px !important;
}
.pagetitle {
  padding-top: 50px;
  color: #000;
  text-align: center;
  font-size: 36px;
  font-family: "Montserrat", arial, helvetica, sans-serif;
}
.pagedesc {
  color: #666;
  font-size: 18px;
  font-family: "Montserrat", arial, helvetica, sans-serif;
  margin: 10px 0;
  text-align: center;
}
.home-domain {
  padding-bottom: 60px;
}
.home-domain .pagetitle {
  margin-bottom: 40px;
}
.home-domain input.field1 {
  width: 450px;
  padding: 0 20px 0 0;
  height: 48px;
  border: 0;
  float: left;
  border-radius: 10px 0 0 10px;
  box-shadow: inset 0 2px 5px #cccccc;
  text-align: right;
  font-size: 24px;
  color: #334455;
  font-family: "Montserrat", arial, helvetica, sans-serif;
  background: #f4f4ff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f4f4ff 0%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4ff), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f4f4ff 0%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f4f4ff 0%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f4f4ff 0%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f4f4ff 0%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4ff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}
.home-domain .dropdowndomain {
  width: 130px;
  height: 48px;
  float: left;
  background: #e1e1e1;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e1e1e1 0%, #cccccc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e1e1e1), color-stop(100%, #cccccc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e1e1e1 0%, #cccccc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e1e1e1 0%, #cccccc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e1e1e1 0%, #cccccc 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #e1e1e1 0%, #cccccc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1e1e1', endColorstr='#cccccc', GradientType=0);
  /* IE6-9 */
  border-radius: 0 10px 10px 0;
  overflow: hidden;
}
.home-domain .dropdowndomain select {
  background: url(images/arrow-down.png) 80px center no-repeat;
  width: 140px;
  border: 0;
  margin-left: 20px;
  font-size: 24px;
  color: #000;
  height: 48px;
  font-family: "Montserrat", arial, helvetica, sans-serif;
}
.home-domain .button {
  margin-left: 15px;
  float: left;
}
.home-domain .domain-checklist {
  position: relative;
  top: -10px;
  float: right;
  width: 420px;
  font-size: 15px;
  color: #002b4c;
  font-weight: 700;
}
.home-domain .domain-checklist ul li {
  width: 180px;
  line-height: 30px;
  padding-left: 25px;
  margin-left: 5px;
  float: left;
  background: url(images/check.png) left center no-repeat;
}
.home-domain .domain-price {
  color: #002b4c;
  clear: both;
  padding-top: 10px;
  font-size: 13px;
  text-align: center;
}
.home-domain .domain-price b {
  font-size: 18px;
}
.home-blocks:before,
.home-blocks:after {
  content: " ";
  display: table;
  visibility: hidden;
}
.home-blocks:after {
  clear: both;
}
.home-blocks .title {
  font-size: 22px;
  font-family: "Montserrat", arial, helvetica, sans-serif;
  text-align: center;
}
.home-blocks .text {
  text-align: center;
  line-height: 21px;
}
.home-blocks .left-block {
  background: #1f2b35 url(images/block1.png) right top no-repeat;
  float: left;
  width: 50%;
  min-height: 640px;
}
.home-blocks .left-block.b {
  background: #1f2b35 url(images/block1b.png) right top no-repeat;
}
.home-blocks .left-block.c {
  background: #1f2b35 url(images/block1c.png) right top no-repeat;
}
.home-blocks .left-block.d {
  background: #1f2b35 url(images/block1d.png) right top no-repeat;
}
.home-blocks .left-block.e {
  background: #1f2b35 url(images/block1e.png) right top no-repeat;
}
.home-blocks .left-block .halfbody {
  float: right;
  padding-right: 20px;
}
.home-blocks .left-block .title {
  color: #ff7f00;
  border-bottom: 1px solid #ff4f01;
  padding: 25px 0 5px 0;
}
.home-blocks .left-block .title strong {
  font-family: arial, sans-serif;
  font-size: 32px;
  display: block;
  letter-spacing: -0.06em;
}
.home-blocks .left-block .title strong small {
  font-size: 18px;
  position: relative;
  top: -10px;
}
.home-blocks .left-block .text {
  padding: 15px 0;
  color: #fff;
}
.home-blocks .right-block {
  float: right;
  width: 50%;
}
.home-blocks .right-block .halfbody {
  float: left;
  padding-top: 1px;
  padding-left: 20px;
}
.home-blocks .right-block .title {
  margin-top: 18px;
  line-height: 58px;
  color: #fff;
  border-bottom: 1px solid #fff;
  font-size: 20px;
}
.home-blocks .right-block .text {
  padding: 15px 0;
  color: #fff;
}
.home-blocks .right-block .right-block-1 {
  background: #28351f url(images/block2.png) left top no-repeat;
  min-height: 320px;
}
.home-blocks .right-block .right-block-1.b {
  background: #1f2b35 url(images/block2b.png) right top no-repeat;
}
.home-blocks .right-block .right-block-1.c {
  background: #1f2b35 url(images/block2c.png) right top no-repeat;
}
.home-blocks .right-block .right-block-1.d {
  background: #1f2b35 url(images/block2d.png) right top no-repeat;
}
.home-blocks .right-block .right-block-1.e {
  background: #1f2b35 url(images/block2e.png) right top no-repeat;
}
.home-blocks .right-block .right-block-1 .smalltitle {
  font-size: 16px;
  font-family: "Montserrat", arial, helvetica, sans-serif;
  color: #00ffdd;
  text-align: center;
  margin-top: 10px;
}
.home-blocks .right-block .right-block-1 .slimbutton {
  background: #00AC95;
  margin-top: 21px;
}
.home-blocks .right-block .right-block-1 .slimbutton:hover {
  background: #11bda6;
}
.home-blocks .right-block .right-block-2 {
  background: #fffdc7 url(images/block3.png) left top no-repeat;
  min-height: 320px;
}
.home-blocks .right-block .right-block-2.b {
  background: #1f2b35 url(images/block3b.png) right top no-repeat;
}
.home-blocks .right-block .right-block-2.c {
  background: #1f2b35 url(images/block3c.png) right top no-repeat;
}
.home-blocks .right-block .right-block-2.d {
  background: #1f2b35 url(images/block3d.png) right top no-repeat;
}
.home-blocks .right-block .right-block-2.e {
  background: #1f2b35 url(images/block3e.png) right top no-repeat;
}
.home-blocks .right-block .right-block-2 .title {
  color: #984800;
  border-bottom: 1px solid #000;
}
.home-blocks .right-block .right-block-2 .text {
  color: #000;
}
.home-blocks .right-block .hostlist {
  font-size: 13px;
  color: #3bff71;
  margin-top: 9px;
}
.home-blocks .right-block .hostlist li {
  float: left;
  line-height: 24px;
  padding-left: 20px;
  background: url(images/check2.png) left 8px no-repeat;
  color: #3bff71;
  margin: 0 6px 0 14px;
}
.home-blocks .halfbody {
  width: 600px;
  box-sizing: border-box;
}
.home-blocks .title1 {
  background: url(images/ticon-1.png) 40px center no-repeat;
}
.home-blocks .title2 {
  background: url(images/ticon-2.png) 130px center no-repeat;
}
.home-blocks .microgallery {
  padding-top: 5px;
  padding-bottom: 25px;
}
.home-blocks .microgallery:before,
.home-blocks .microgallery:after {
  content: " ";
  display: table;
  visibility: hidden;
}
.home-blocks .microgallery:after {
  clear: both;
}
.home-blocks .microgallery div {
  float: left;
  padding: 17px 22px;
  border: 1px solid #0091ff;
  margin-left: 20px;
  border-radius: 10px;
}
.home-blocks .microgallery div:first-child {
  margin-left: 0px;
}
.home-blocks .microgallery img {
  float: left;
}
.home-blocks ul.cpfeatures {
  float: left;
  width: 33.33%;
  margin-top: 20px;
}
.home-blocks ul.cpfeatures li {
  line-height: 24px;
  padding-left: 22px;
  background: url(images/check.png) left center no-repeat;
  color: #fff;
  font-size: 12px;
  font-family: "Montserrat", arial, helvetica, sans-serif;
  position: relative;
}
.home-blocks ul.cpfeatures li .popup {
  display: none;
  position: absolute;
  left: 0;
  bottom: 30px;
  background: #111;
  padding: 12px 15px;
  border-radius: 10px;
  box-shadow: 0 0px 10px rgba(0, 145, 255, 0.4);
  line-height: 1.3em;
  font-weight: 400;
  font-size: 11px;
  font-family: "Open Sans", arial, helvetica, sans-serif;
  color: #ccc;
}
.home-blocks ul.cpfeatures li .popup:after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  left: 40px;
  bottom: -9px;
  border-top: 9px solid #111;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}
.home-blocks .ssl-vendors {
  background: url(images/ssl-vendors-big.png) 5px 2px no-repeat;
  background-size: 40%;
  width: 320px;
  padding-left: 257px;
  height: 90px;
  margin: 0px 0 0 0px;
  color: #984800;
  border-bottom: 1px solid #000;
}
.home-blocks .ssl-vendors .mtitle {
  padding-top: 6px;
  font-family: "Montserrat", arial, helvetica, sans-serif;
  font-size: 16px;
}
.home-blocks .ssl-vendors .mtext {
  margin-top: 10px;
  line-height: 1.2em;
}
.home-blocks .ssl-price {
  color: #984800;
  font-size: 13px;
  margin: 15px 30px 0 6px;
  font-family: "Montserrat", arial, helvetica, sans-serif;
}
.home-blocks .ssl-price strong {
  font-size: 24px;
  font-weight: 400;
}
.home-blocks .ssl-price a {
  float: right;
  background: #e37100;
  padding: 0 40px;
}
.home-blocks .ssl-price a:hover {
  background: #f48211;
}
a.slimbutton {
  font-family: "Montserrat", arial, helvetica, sans-serif;
  display: inline-block;
  box-shadow: 0 2px 0px 1px rgba(0, 0, 0, 0.25);
  line-height: 33px;
  padding: 0 30px;
  color: #fff;
  background: #0091ff;
  border-radius: 6px;
}
a.slimbutton:hover {
  background: #11a2ff;
}
.reviews-block {
  padding: 35px 0;
}
.reviews-block:before,
.reviews-block:after {
  content: " ";
  display: table;
  visibility: hidden;
}
.reviews-block:after {
  clear: both;
}
.reviews-block .reviews-ratelobby {
  float: left;
  width: 20%;
  color: #000;
  text-align: center;
}
.reviews-block .reviews-ratelobby .ratelobby-centered {
  margin-left: 53px;
  margin-bottom: 10px;
}
.reviews-block .testimonial {
  float: left;
  text-align: right;
  width: 38%;
  padding: 0 1%;
}
.reviews-block .testimonial .text {
  line-height: 20px;
  font-style: italic;
  padding-left: 40px;
}
.reviews-block .testimonial .author {
  font-family: "Montserrat", arial, helvetica, sans-serif;
  font-size: 12px;
  margin-top: 10px;
  font-weight: 700;
}
.reviews-block .testimonial .author strong {
  font-size: 13px;
  color: #000;
  margin: 0 5px;
}
#footer {
  clear: both;
  margin-top: 50px;
  background: #225589;
  color: #fff;
}
#footer .footer-container {
  background: url(images/footer-background.png) top right no-repeat;
  padding-bottom: 70px;
}
#footer .big-social {
  height: 68px;
  position: relative;
  top: -34px;
}
#footer .container {
  padding: 10px 15px;
  background: #fff;
  float: right;
  height: 48px;
}
#footer .container a {
  width: 48px;
  height: 48px;
  display: block;
  float: left;
  margin-left: 10px;
  transition: all 0.2s ease;
}
#footer .container a:hover {
  border-radius: 24px;
}
#footer .container a:first-child {
  margin-left: 0;
}
#footer .container a.fb {
  background: url(images/socialbig-fb.png) no-repeat;
}
#footer .container a.tw {
  background: url(images/socialbig-tw.png) no-repeat;
}
#footer .container a.gp {
  background: url(images/socialbig-gp.png) no-repeat;
}
.footer-links ul {
  margin-right: 20px;
  float: left;
}
.footer-links ul li.title {
  font-size: 18px;
  font-family: "Montserrat", arial, helvetica, sans-serif;
  margin-bottom: 5px;
}
.footer-links ul li a {
  display: block;
  width: 170px;
  font-size: 13px;
  color: #acd2f0;
  line-height: 25px;
}
.footer-links ul li a:hover {
  color: #fff;
}
.footer-contact {
  float: right;
  width: 530px;
  text-align: right;
}
.footer-contact .phone {
  float: right;
  line-height: 48px;
  padding-left: 60px;
  background: url(images/icon-phone.png) left center no-repeat;
  font-size: 36px;
  font-family: "Montserrat", arial, helvetica, sans-serif;
}
.footer-contact .text {
  clear: both;
  font-size: 11px;
  line-height: 20px;
  padding: 20px 0;
}
.footer-contact .subtitle {
  font-family: "Montserrat", arial, helvetica, sans-serif;
  font-size: 16px;
}
.bottombar {
  line-height: 40px;
  padding: 1px 0;
  background: #081D39;
}
.bottombar:before,
.bottombar:after {
  content: " ";
  display: table;
  visibility: hidden;
}
.bottombar:after {
  clear: both;
}
.bottombar .paymenttypes {
  float: left;
  background: url(images/paymenttypes.png) left center no-repeat;
  padding-left: 170px;
}
.copyright {
  background: #1f2b35;
  padding: 20px 0 30px 0;
  line-height: 30px;
  color: #fff;
  font-size: 12px;
  text-align: center;
}
.copyright a {
  color: #999999;
  margin: 0 7px;
  display: inline-block;
}
.copyright a:hover {
  color: #fff;
}
.copyright a.designer {
  float: right;
}
.page-heading {
  min-height: 140px;
  background: url(images/bigimage.jpg) top center repeat-x;
  padding-top: 55px;
  padding-bottom: 30px;
  box-sizing: border-box;
  color: #fff;
  position: relative;
}
.page-heading .heading {
  margin: 30px auto 0 auto;
  line-height: 1.15em;
  font-family: "Montserrat", arial, helvetica, sans-serif;
  font-size: 36px;
  text-align: center;
  text-shadow: 0 1px 0 #000;
}
.page-heading .subheading {
  text-align: center;
  font-size: 18px;
  margin-top: 10px;
}
.page-intro {
  background: #ddd;
  padding: 30px 0 40px 0;
  position: relative;
  text-align: center;
}
.page-intro .title {
  font-size: 16px;
  font-family: "Montserrat", arial, helvetica, sans-serif;
  color: #000;
  margin: 10px 0;
}
.page-intro .bigtitle {
  font-size: 24px;
  font-family: "Montserrat", arial, helvetica, sans-serif;
  color: #000;
  margin: 10px 0;
}
.page-intro .icon {
  position: absolute;
  left: 50%;
  margin-left: -40px;
  top: -40px;
  width: 80px;
  height: 80px;
  transform: scale(0.75);
}
.errorbox {
  margin: 20px;
  padding: 20px;
  border: 1px solid #ff6666;
  border-radius: 5px;
  background: #FFf4f4;
  color: #900;
}
.subpage-contact .left {
  float: left;
  width: 30%;
  margin-left: 1%;
  border-right: 1px solid #eee;
  box-sizing: border-box;
  padding: 0 20px 20px 0;
  margin-top: 20px;
}
.subpage-contact .left a.slimbutton {
  margin-top: 20px;
}
.subpage-contact .right {
  float: right;
  width: 68.8%;
  padding: 0 0 20px 20px;
  margin-top: 20px;
  box-sizing: border-box;
}
.subpage-contact .heading {
  font-size: 24px;
  font-family: "Montserrat", arial, helvetica, sans-serif;
  color: #000;
  margin: 30px 0 20px 0;
}
.subpage-contact .desc {
  margin: 20px 0 20px 0;
}
.subpage-contact .sample-knowledgebase a {
  margin: 0 0 0 0;
  padding: 10px 0 10px 10px;
  border-bottom: 1px solid #eee;
  border-left: 3px solid #666;
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #004EFF;
}
.subpage-contact .sample-knowledgebase a:hover {
  color: #0078ee;
  background: #f7f7f7;
}
.subpage-contact form label {
  width: 20%;
  float: left;
  display: block;
  padding: 10px;
  box-sizing: border-box;
  font-family: "Montserrat", arial, helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #666;
  clear: both;
  margin-top: 10px;
}
.subpage-contact form input[type=text],
.subpage-contact form textarea {
  width: 50%;
  float: left;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-family: "Open Sans", arial, helvetica, sans-serif;
  margin-top: 10px;
  font-size: 14px;
}
.subpage-contact form .security {
  max-width: 50px;
}
.subpage-contact form textarea {
  max-width: 70%;
}
.subpage-contact form .button {
  clear: both;
  float: left;
  margin-left: 40%;
  margin-top: 20px;
}
.single-app,
.support-top {
  margin: 60px 10px 30px 10px;
  color: #000;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  position: relative;
}
.single-app:before,
.support-top:before,
.single-app:after,
.support-top:after {
  content: " ";
  display: table;
  visibility: hidden;
}
.single-app:after,
.support-top:after {
  clear: both;
}
.single-app .app-icon {
  position: absolute;
  left: 50%;
  top: -55px;
  width: 100px;
  height: 100px;
  margin-left: -50px;
  border-radius: 50px;
  background: #0091FF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.single-app .app-icon img {
  width: 90%;
  height: auto;
  margin-left: 5%;
  margin-top: 5%;
}
.single-app .left {
  width: 70%;
  float: left;
  box-sizing: border-box;
  padding: 40px 40px 40px 40px;
  background: #eee;
  border-radius: 5px;
}
.single-app .right {
  width: 30%;
  float: right;
  box-sizing: border-box;
  padding: 40px 20px 20px 20px;
  border-radius: 5px;
}
.single-app .title {
  font-size: 24px;
  font-weight: 700;
  margin-top: 0;
}
.single-app .desc {
  margin: 10px 0;
  color: #666;
}
.single-app ul li {
  background: url(images/bullet.png) left 8px no-repeat;
  box-sizing: border-box;
  float: left;
  width: 50%;
  font-weight: 700;
  font-size: 14px;
  padding: 5px 0 5px 25px;
}
.single-app .price {
  text-align: center;
  font-size: 14px;
  font-family: "Montserrat", arial, helvetica, sans-serif;
}
.single-app .price strong {
  font-size: 64px;
  font-weight: 400;
  display: block;
}
.app-features .half {
  width: 50%;
  box-sizing: border-box;
  float: left;
  padding: 20px;
}
.app-features .title {
  font-size: 20px;
  font-family: "Montserrat", arial, helvetica, sans-serif;
  color: #000;
  margin-bottom: 10px;
  padding-left: 5px;
  margin-top: 20px;
}
.app-features ul li {
  padding: 10px 0 10px 35px;
  margin: 5px;
  background: #eeeeee url(images/check.png) 15px center no-repeat;
  border-top: 1px solid #ccc;
  position: relative;
}
.app-features ul li strong {
  position: absolute;
  right: 0;
  top: 0;
  width: 25%;
  padding: 10px 0;
  min-width: 120px;
  float: right;
  background: #0091FF;
  color: #fff;
  text-align: center;
}
.support-top {
  padding: 20px 0 20px 0;
  background: #EEEEEE;
  text-align: center;
}
.support-top a.bigicon {
  display: inline-block;
  width: 20%;
  margin: 0 2%;
  box-sizing: border-box;
  padding: 130px 0 0 0;
  border-radius: 6px;
  box-shadow: 0 2px 0px 1px rgba(0, 0, 0, 0.25);
  border-top: 1px solid #ccc;
  background: #fff;
  text-align: center;
  /*
		.title {
			.f20;
			.mont;
			color:#00174c;
		}
		.desc {
			margin: 5px 0 0 0;
			color:#666;
			.f12;
		}
*/
}
.support-top a.bigicon .title {
  font-family: "Montserrat", arial, helvetica, sans-serif;
  font-size: 22px;
  color: #fff;
  text-align: center;
  line-height: 26px;
  padding: 12px 0;
}
.support-top a.bigicon .desc {
  padding: 11px 15px 18px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 1.2em;
  border-radius: 0 0 5px 5px;
}
.support-top a.bigicon .title {
  background: #002b4c;
}
.support-top a.bigicon .desc {
  background: #0091ff;
}
.support-top a.bigicon:hover .title {
  background: #224d90;
}
.support-top a.bigicon:hover .desc {
  background: #22b3ff;
}
.support-top a.kb {
  background: #ffffff url(images/bigicon-kb.png) center 5px no-repeat;
}
.support-top a.support {
  background: #ffffff url(images/bigicon-support.png) center 5px no-repeat;
}
.support-top a.contact {
  background: #ffffff url(images/bigicon-contact.png) center 5px no-repeat;
}
.faq-list .half {
  width: 50%;
  box-sizing: border-box;
  float: left;
  padding: 40px 20px 20px 20px;
}
.faq-list .title {
  font-size: 24px;
  border-bottom: 2px solid #999;
  margin: 0 0 40px 0;
  padding-bottom: 20px;
  font-family: "Montserrat", arial, helvetica, sans-serif;
  color: #002B4C;
  padding-left: 5px;
}
.faq-list .faq strong {
  font-size: 16px;
  font-weight: 700;
  font-family: "Montserrat", arial, helvetica, sans-serif;
  color: #004EFF;
  margin-top: 20px;
  cursor: pointer;
}
.faq-list .faq .ans {
  margin: 20px 20px 20px 20px;
  transition: all 1s ease;
  overflow: hidden;
  display: block;
  color: #333;
}
.faq-list .faq .ans.hide {
  height: 30px;
  color: #aaa;
}
.faq-list .faq .ans.hide::first-line {
  color: #666;
}
@media all and (min-width: 1200px) {
  body {
    min-width: 1200px;
  }
  .body {
    width: 1200px;
  }
}
@media only screen and (max-width: 1199px) {
  .home-blocks .halfbody {
    float: none;
    width: 100%;
    min-width: 320px;
  }
  .home-blocks .left-block {
    text-align: center;
    float: none;
    width: 100%;
    min-height: 0;
  }
  .home-blocks .left-block:before,
  .home-blocks .left-block:after {
    content: " ";
    display: table;
    visibility: hidden;
  }
  .home-blocks .left-block:after {
    clear: both;
  }
  .home-blocks .left-block .halfbody {
    padding: 0 10px;
  }
  .home-blocks .left-block .title strong {
    font-size: 24px;
    display: inline;
  }
  .home-blocks .left-block .title strong small {
    font-size: 12px;
  }
  .home-blocks .right-block {
    float: none;
    width: 100%;
  }
  .home-blocks .right-block .halfbody {
    padding: 0 10px;
  }
  .home-blocks .right-block .right-block-1,
  .home-blocks .right-block .right-block-2 {
    padding-bottom: 20px;
    min-height: 0;
  }
  .home-blocks .right-block .right-block-1:before,
  .home-blocks .right-block .right-block-2:before,
  .home-blocks .right-block .right-block-1:after,
  .home-blocks .right-block .right-block-2:after {
    content: " ";
    display: table;
    visibility: hidden;
  }
  .home-blocks .right-block .right-block-1:after,
  .home-blocks .right-block .right-block-2:after {
    clear: both;
  }
  .home-blocks .right-block .title {
    margin-top: 20px;
    padding-top: 25px;
  }
  .home-blocks .right-block .hostlist {
    margin: 20px auto 0 auto;
    max-width: 800px;
  }
  .home-blocks .right-block .hostlist:before,
  .home-blocks .right-block .hostlist:after {
    content: " ";
    display: table;
    visibility: hidden;
  }
  .home-blocks .right-block .hostlist:after {
    clear: both;
  }
  .home-blocks .right-block .hostlist li {
    width: 20%;
    min-width: 120px;
    box-sizing: border-box;
    margin: 0;
  }
  .home-blocks .title1 {
    background: url(images/ticon-1.png) top center no-repeat;
  }
  .home-blocks .title2 {
    background: url(images/ticon-2.png) top center no-repeat;
  }
  .home-blocks .microgallery {
    display: inline-block;
  }
  .home-blocks .microgallery div {
    margin: 0 8px !important;
  }
  .home-blocks .microgallery div:first-child {
    margin: 0 8px;
  }
  .home-blocks ul.cpfeatures {
    margin: 20px 2% 20px 2%;
    text-align: left;
    width: 14.6%;
  }
  .home-blocks .ssl-vendors {
    background: url(images/ssl-vendors-big.png) 25% top no-repeat;
    background-size: auto 75px;
    width: 50%;
    padding-left: 50%;
  }
  body {
    min-width: 320px;
  }
  .topbar .topmenu {
    margin-right: 5px;
  }
  .topbar .topmenu a {
    padding: 0 7px;
    font-size: 12px;
  }
  .bigmenu {
    margin-top: 60px;
    background: none;
    min-height: 200px;
    height: auto;
  }
  .bigmenu .bar {
    background: none;
    min-height: 200px;
    height: auto;
  }
  .bigmenu .bar a {
    width: 20%;
    margin: 0;
    min-height: 150px;
    height: auto;
    padding-top: 18px;
    padding-bottom: 50px;
  }
  .bigmenu .bar a .title {
    background: #fff;
    font-size: 14px;
    line-height: 1em;
    padding: 10px 0;
  }
  .bigmenu .bar a {
    background: #aaceeb;
  }
  .bigmenu .bar a + a {
    background: #ace4de;
  }
  .bigmenu .bar a + a + a {
    background: #d5d2cf;
  }
  .bigmenu .bar a + a + a + a {
    background: #acc1f0;
  }
  .bigmenu .bar a + a + a + a + a {
    background: #d1ddc3;
  }
  .bigmenu .bar a:hover {
    background: #c4e2f9;
  }
  .bigmenu .bar a + a:hover {
    background: #c5f7e3;
  }
  .bigmenu .bar a + a + a:hover {
    background: #f4decb;
  }
  .bigmenu .bar a + a + a + a:hover {
    background: #c5cffa;
  }
  .bigmenu .bar a + a + a + a + a:hover {
    background: #f3f5ca;
  }
  .choose-text-area #choose-text {
    font-size: 18px;
  }
  .home-packages .package,
  .subpage-packages .package {
    width: 23.5%;
    margin: 0 0.75%;
    box-sizing: border-box;
  }
  .home-packages .package b,
  .subpage-packages .package b {
    display: block;
  }
  .home-domain {
    text-align: center;
  }
  .home-domain .pagetitle {
    margin-bottom: 20px;
  }
  .home-domain form {
    display: inline-block;
    margin: auto;
  }
  .home-domain form:before,
  .home-domain form:after {
    content: " ";
    display: table;
    visibility: hidden;
  }
  .home-domain form:after {
    clear: both;
  }
  .home-domain input.field1 {
    max-width: 200px !important;
    width: 60% !important;
  }
  .home-domain .domain-checklist {
    position: relative;
    top: 0px;
    clear: both;
    float: none;
    width: 420px;
    margin: 70px auto;
    padding-top: 1px;
    text-align: left;
  }
  .home-blocks ul.cpfeatures {
    margin: 20px 1% 20px 1%;
  }
  .home-blocks ul.cpfeatures li {
    font-size: 11px;
  }
  .footer-links {
    padding-left: 20px;
  }
  .footer-links ul li a {
    display: block;
    max-width: 170px;
    width: auto;
  }
  .footer-contact {
    float: right;
    width: 430px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 1023px) {
  .app-features .half {
    width: 100%;
  }
}
@media only screen and (max-width: 980px) {
  .topbar-placeholder {
    height: 0;
  }
  .topbar {
    position: relative;
  }
  .topbar .topmenu {
    display: none;
    z-index: 10000;
    background: #000;
    position: absolute;
    top: 40px;
    left: 0;
    width: 48%;
  }
  .topbar .topmenu a {
    padding: 11px 1.5% 12px;
    line-height: 1.1em;
    display: block;
    float: left;
    width: 96%;
    border-top: 1px solid #222;
  }
  .topbar .topmenu a.responsive {
    display: block;
  }
  .topbar div.clientlogin {
    margin-right: 80px;
  }
  #menu {
    clear: both;
    float: right;
    position: absolute;
    right: 0;
    top: 40px;
    display: none;
    background: #000;
  }
  #menu.nomenu {
    opacity: 1;
    display: none;
  }
  #menubutton {
    display: block;
  }
  a.topbutton {
    display: none;
  }
  #menu > ul {
    float: right;
    max-width: 100%;
    min-width: 50%;
    border-top: 1px solid #333;
  }
  #menu > ul > li {
    clear: both;
    width: 100%;
    float: none;
    margin: 0;
    border-bottom: 1px solid #333;
  }
  #menu > ul > li > a {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0;
    position: relative;
    background: #000 !important;
    color: #fff;
    line-height: 60px;
  }
  #menu > ul > li > a:hover {
    background: #253545 !important;
  }
  #menu > ul > li:hover > a:after {
    margin-top: 0;
  }
  #menu > ul > li:last-child {
    display: block;
  }
  .home-packages .package ul,
  .subpage-packages .package ul {
    padding-left: 0px;
  }
  .home-packages .package ul li,
  .subpage-packages .package ul li {
    text-align: center;
    padding-left: 0px;
    background: none;
    border-bottom: 1px solid #ccc;
  }
  .subpage-packages ul li {
    font-size: 13px !important;
  }
  .home-blocks ul.cpfeatures {
    width: 33.33%;
    margin: 20px 0 20px 0;
  }
  .home-blocks ul.cpfeatures li {
    font-size: 12px;
  }
  .footer-contact {
    float: right;
    width: 330px;
  }
  .footer-contact .phone {
    float: right;
    line-height: 48px;
    padding-left: 60px;
    font-size: 24px;
  }
  .page-heading {
    min-height: 100px;
    background: url(images/bigimage.jpg) top center repeat-x;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .page-heading .heading {
    margin: 10px auto 10px auto;
  }
  .subpage-contact .left {
    width: 40%;
  }
  .subpage-contact .right {
    width: 58.8%;
  }
  .subpage-contact .heading {
    font-size: 18px;
  }
  .subpage-contact form label {
    width: 90%;
    margin-top: 0px;
  }
  .subpage-contact form input[type=text],
  .subpage-contact form textarea {
    width: 90%;
    margin-top: 0px;
  }
  .subpage-contact form .security {
    clear: both;
    max-width: 50px;
  }
  .subpage-contact form textarea {
    max-width: 90%;
  }
  .single-app .app-icon {
    top: -45px;
    width: 70px;
    height: 70px;
    margin-left: -35px;
    border-radius: 50px;
  }
  .single-app .left {
    padding: 20px;
  }
  .single-app .right {
    padding: 20px 0px 0;
  }
  .single-app ul li {
    font-size: 13px;
  }
  .support-top {
    padding: 20px 0 20px 0;
    background: #EEEEEE;
    text-align: center;
  }
  .support-top a.bigicon {
    display: inline-block;
    width: 30%;
    margin: 0 1%;
  }
}
@media only screen and (max-width: 800px) {
  .choose-text-area #menuarrow {
    display: none;
  }
  .choose-text-area #choose-text {
    margin-top: 40px;
    min-height: 0px;
  }
  .choose-text-area #choose-text div {
    display: none !important;
  }
  .home-blocks .ssl-vendors {
    background-position: 10px center;
  }
  .footer-contact {
    background: #225589;
    float: none;
    clear: both;
    width: 90%;
    padding: 5%;
  }
  .bottombar {
    line-height: 25px;
  }
  .subpage-packages .package {
    width: 48.5%;
    margin-bottom: 10px;
  }
  .single-app .app-icon {
    top: -45px;
    width: 70px;
    height: 70px;
    margin-left: -35px;
    border-radius: 50px;
  }
  .single-app .left {
    padding: 20px;
  }
  .single-app .right {
    padding: 20px 0px 0;
  }
  .single-app ul li {
    width: 100%;
  }
  #footer div.clientlogin {
    clear: both;
    float: none;
    text-align: center;
    padding: 10px 0;
  }
  #footer div.clientlogin a {
    display: inline-block;
  }
}
@media only screen and (max-width: 640px) {
  .bigimage {
    min-height: 750px;
    height: auto;
    background-color: #265A8C;
  }
  .bigimage .bigintro {
    font-size: 24px;
  }
  .home-packages .package,
  .subpage-packages .package {
    width: 48.5%;
    margin-bottom: 10px;
  }
  .pagetitle {
    font-size: 24px;
  }
  .home-blocks .microgallery div {
    padding: 12px 12px;
  }
  .home-blocks .ssl-vendors {
    background-position: center top;
    width: 100%;
    padding: 90px 0 0 0;
    text-align: center;
  }
  .reviews-block .reviews-ratelobby {
    float: none;
    width: 100%;
  }
  .reviews-block .reviews-ratelobby .ratelobby-centered {
    margin-left: 40%;
    margin-bottom: 10px;
  }
  .reviews-block .testimonial {
    float: none;
    text-align: center;
    width: 94%;
    margin: 20px 3% 10px 3%;
    padding: 0;
  }
  .reviews-block .testimonial .text {
    padding: 0;
  }
  .page-heading .heading {
    font-size: 24px;
  }
  .single-app .left {
    width: 100%;
  }
  .single-app .right {
    padding: 20px;
    width: 100%;
  }
  .single-app ul li {
    width: 100%;
  }
  .faq-list .half {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .home-blocks .ssl-price {
    text-align: center;
  }
  .home-blocks .ssl-price a {
    float: none;
    clear: both;
    display: inline-block;
    margin: 10px auto;
  }
  .subpage-contact .left {
    width: 100%;
    padding-bottom: 0;
    margin: 0;
    padding-left: 20px;
  }
  .subpage-contact .right {
    float: left;
    width: 100%;
    margin: 0;
    padding-left: 20px;
  }
  .support-top a.bigicon {
    width: 80%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 540px) {
  .bigmenu .bar a {
    width: 33.3%;
    margin-bottom: 40px;
  }
  .bigmenu .bar a:nth-child(4) {
    margin-left: 16.6%;
  }
  .smallintro,
  .smallintro + .smallintro {
    padding: 70px 20px 20px 20px;
    background-position: center top;
    text-align: center;
  }
  .home-domain form {
    width: 100%;
  }
  .home-domain form input.field1 {
    margin-left: 5%;
    width: 60% !important;
    max-width: 100% !important;
    box-sizing: border-box;
  }
  .home-domain form .dropdowndomain {
    width: 30%;
    box-sizing: border-box;
  }
  .home-domain form .dropdowndomain select {
    background-position: right 50px center;
  }
  .home-domain .button {
    clear: both;
    display: block;
    width: 70%;
    margin: 0 15%;
    margin-top: 70px;
    float: none;
  }
  .home-domain .button:before,
  .home-domain .button:after {
    content: " ";
    display: table;
    visibility: hidden;
  }
  .home-domain .button:after {
    clear: both;
  }
  .home-domain .domain-checklist {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .home-domain .domain-checklist ul {
    display: inline-block;
    width: auto;
    text-align: left;
    margin: auto;
  }
  .home-domain .domain-checklist ul li {
    width: auto;
    float: none;
    display: block;
    box-sizing: border-box;
    margin: 0;
    padding-left: 30px;
    background-position: 10px center;
  }
  .home-blocks .microgallery div {
    float: left;
    padding: 0 0;
  }
  .home-blocks .microgallery div img {
    width: 90px;
  }
  .home-blocks ul.cpfeatures {
    width: 50%;
    margin: 20px 0 20px 0;
  }
  .home-blocks ul.cpfeatures li {
    font-size: 12px;
  }
  .footer-links ul {
    max-width: 50%;
    width: 49%;
    padding-left: 1%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .footer-links ul li a {
    margin: 0;
    padding: 0;
    display: block;
    width: auto;
    line-height: 20px;
  }
  .reviews-block .reviews-ratelobby .ratelobby-centered {
    margin-left: 35%;
  }
  .app-features ul li {
    padding-right: 120px;
  }
}
@media only screen and (max-width: 480px) {
  .topbar div.clientlogin {
    display: none !important;
  }
  .bottombar .paymenttypes {
    line-height: 20px;
    padding: 10px 0 10px 170px;
  }
}
@media only screen and (max-width: 420px) {
  .home-domain form .dropdowndomain select {
    margin-left: 10px;
    font-size: 20px;
    background-position: 65px center;
  }
  .reviews-block .reviews-ratelobby .ratelobby-centered {
    margin-left: 32%;
  }
}
@media only screen and (max-width: 359px) {
  .home-blocks .microgallery div {
    float: left;
    padding: 0 0;
  }
  .home-blocks .microgallery div img {
    width: 80px;
  }
}
@media only screen and (max-width: 319px) {
  a.logo {
    margin-left: 60px;
  }
  #menubutton {
    left: 0;
    right: auto;
  }
}
