/* 
    Created on : 2016-apr-07, 11:14:15
    Author     : emil.hunefalk
*/
p.green-content-header,
p.blue-content-header,
h1.green-content-header,
h1.blue-content-header,
h2.green-content-header,
h2.blue-content-header,
h3.green-content-header,
h3.blue-content-header,
h4.green-content-header,
h4.blue-content-header {
  background-color: #7ebe29;
  padding: 8px 6px;
  color: #fff !important;
  margin: 30px 0px 15px 0px;
  font-size: 21px;
  font-family: 'Trebuchet MS',arial,helvetica,sans-serif; }

p.green-content-header,
h1.green-content-header,
h2.green-content-header,
h3.green-content-header,
h4.green-content-header {
  background-color: #7ebe29; }

p.blue-content-header,
h1.blue-content-header,
h2.blue-content-header,
h3.blue-content-header,
h4.blue-content-header {
  background-color: #417ab3; }

p.underlined-header,
h1.underlined-header,
h2.underlined-header,
h3.underlined-header,
h4.underlined-header {
  padding: 5px 0px;
  margin: 15px 0px;
  border-bottom: 1px solid #999;
  font-size: 175%; }

a.button-midnight,
a.button-whs-blue,
a.button-green,
a.button-whs-shiny-black,
a.button-orange {
  color: #fff !important;
  padding: 11px 3px;
  width: 48%;
  width: calc(49% - 0.15em);
  margin-right: 2%;
  margin-bottom: 4px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer; }

a.button-midnight {
  background-color: #003366; }

a.button-whs-blue {
  background-color: #30647E; }

a.button-green {
  background-color: #7ebe29; }

a.button-whs-shiny-black {
  background: #444444;
  /* Old browsers */
  background: -moz-linear-gradient(top, #444444 0%, #2e2d2d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444444), color-stop(100%, #2e2d2d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #444444 0%, #2e2d2d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #444444 0%, #2e2d2d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #444444 0%, #2e2d2d 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #444444 0%, #2e2d2d 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#2e2d2d',GradientType=0 );
  /* IE6-9 */ }

a.button-midnight:hover,
a.button-whs-shiny-black:hover,
a.button-whs-blue:hover,
a.button-green:hover {
  background-color: #3D3D3D; }

a.button-orange {
  background: #ff9b4b; }

a.button-orange:hover {
  background: #ff8a2c; }

/* --- Don't break old content --- */
.button-midnight,
.button-whs-blue,
.button-green,
.button-whs-shiny-black,
.button-orange {
  margin-right: 2%; }
  .button-midnight + .button-midnight,
  .button-midnight + .button-whs-blue,
  .button-midnight + .button-green,
  .button-midnight + .button-whs-shiny-black,
  .button-midnight + .button-orange,
  .button-whs-blue + .button-midnight,
  .button-whs-blue + .button-whs-blue,
  .button-whs-blue + .button-green,
  .button-whs-blue + .button-whs-shiny-black,
  .button-whs-blue + .button-orange,
  .button-green + .button-midnight,
  .button-green + .button-whs-blue,
  .button-green + .button-green,
  .button-green + .button-whs-shiny-black,
  .button-green + .button-orange,
  .button-whs-shiny-black + .button-midnight,
  .button-whs-shiny-black + .button-whs-blue,
  .button-whs-shiny-black + .button-green,
  .button-whs-shiny-black + .button-whs-shiny-black,
  .button-whs-shiny-black + .button-orange,
  .button-orange + .button-midnight,
  .button-orange + .button-whs-blue,
  .button-orange + .button-green,
  .button-orange + .button-whs-shiny-black,
  .button-orange + .button-orange {
    margin-right: 0; }

a.whs-btn {
  margin-right: 2%; }

.whs-btn + .whs-btn {
  margin-right: 0; }

.whs-btn + .whs-btn + .whs-btn {
  margin-right: 2%; }

.whs-btn + .whs-btn + .whs-btn + .whs-btn {
  margin-right: 0; }

.emphasis {
  font-family: 'Trebuchet MS',arial,helvetica,sans-serif;
  font-size: 16px;
  position: relative;
  border-left: 2px solid #aaa;
  background: #f4f4f4;
  margin: 15px 0;
  padding: 20px; }

.emphasis p {
  margin: 0; }

blockquote {
  font-family: 'Trebuchet MS',arial,helvetica,sans-serif;
  font-size: 16px;
  position: relative;
  border-left: 2px solid #aaa;
  background: #f4f4f4;
  margin: 15px 0;
  padding: 25px 35px;
  quotes: "\201C" "\201D" "\2018" "\2019"; }

blockquote p {
  margin: 0; }

blockquote.emphasis {
  padding: 25px 35px; }

blockquote:before,
blockquote:after {
  font-size: 48px;
  position: absolute;
  color: #868686;
  line-height: 0; }

blockquote:before {
  content: open-quote;
  left: 5px;
  top: 23px; }

blockquote:after {
  content: close-quote;
  right: 5px;
  bottom: 5px; }

ul, ol {
  margin: 20px; }

ul {
  list-style-type: disc; }

ol {
  list-style-type: decimal; }

img.left {
  float: left;
  padding-right: 15px; }

img.right {
  float: right;
  padding-left: 15px; }

.typography ul,
.typography ol {
  padding: 0; }

#bottom-popup {
  padding-bottom: 120px;
  display: none; }
  #bottom-popup:before {
    content: "";
    display: table;
    clear: both; }

#bottom-popup-inner {
  font-family: "Open Sans", sans-serif;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 150px;
  background: #eee;
  z-index: 15000;
  border-top: #ccc;
  box-shadow: 0 -1px 2px #777; }
  #bottom-popup-inner .underlined-header {
    margin-top: 3px;
    font-size: 30px;
    border-bottom: 1px solid #555; }
  #bottom-popup-inner .provider {
    position: relative;
    width: 32%;
    margin: 0.66667%;
    margin-top: 1.33333%;
    display: block;
    box-sizing: border-box;
    border: 1px solid #aaa;
    float: left;
    height: 80px; }
    #bottom-popup-inner .provider .feature {
      background: #aaa;
      position: absolute;
      left: 0;
      top: 0;
      padding: 2px 4px;
      color: #fff; }
    #bottom-popup-inner .provider.popular {
      border-color: #b55151; }
      #bottom-popup-inner .provider.popular .feature {
        background: #b55151; }
    #bottom-popup-inner .provider.service {
      border-color: #9680bf; }
      #bottom-popup-inner .provider.service .feature {
        background: #9680bf; }
    #bottom-popup-inner .provider.trusted {
      border-color: #70bacd; }
      #bottom-popup-inner .provider.trusted .feature {
        background: #70bacd; }
    #bottom-popup-inner .provider.value {
      border-color: #8cbf80; }
      #bottom-popup-inner .provider.value .feature {
        background: #8cbf80; }
    #bottom-popup-inner .provider.cheapest {
      border-color: #4e80cc; }
      #bottom-popup-inner .provider.cheapest .feature {
        background: #4e80cc; }
    #bottom-popup-inner .provider .logo {
      height: 100%;
      width: 50%;
      float: left;
      box-sizing: border-box; }
      #bottom-popup-inner .provider .logo a {
        position: absolute;
        margin-top: 11px;
        top: 50%;
        transform: translateY(-50%);
        margin-left: 10px; }
    #bottom-popup-inner .provider .price-wrapper {
      color: #555;
      font-weight: bold;
      text-align: right;
      margin-right: 16px;
      white-space: nowrap; }
      #bottom-popup-inner .provider .price-wrapper .amount {
        font-size: 22px; }
      #bottom-popup-inner .provider .price-wrapper .month {
        font-size: 14px; }
    #bottom-popup-inner .provider .button.orange {
      font-size: 16px;
      font-weight: 600;
      color: #fff;
      border-radius: 2px;
      background: #ff9b4b;
      padding: 5px 2px;
      margin: 6px auto 0;
      width: 90%;
      text-decoration: none;
      line-height: 24px;
      white-space: nowrap;
      float: right;
      width: 40%;
      text-align: center;
      margin-right: 8px; }
      #bottom-popup-inner .provider .button.orange:hover {
        background: #ff8a2c; }
  #bottom-popup-inner .close {
    position: absolute;
    top: 0;
    right: 15px;
    cursor: pointer;
    width: 30px;
    height: 30px; }
    #bottom-popup-inner .close:after {
      content: "\00D7";
      text-shadow: 1px 0px #555, 0px 1px #555,-1px 0px #555, 0px -1px #555;
      font-size: 30px;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0; }
  @media (max-width: 992px) {
    #bottom-popup-inner .underlined-header {
      font-size: 22px;
      padding-right: 30px; }
    #bottom-popup-inner .provider {
      display: none;
      width: 100%;
      width: calc(100% - 2px); }
      #bottom-popup-inner .provider:first-child {
        display: block; }
    #bottom-popup-inner .close {
      top: 0;
      right: 0; }
      #bottom-popup-inner .close:after {
        top: -3px;
        right: 6px; } }

body {
  font: normal 12px 'Lucida Grande',arial,helvetica,sans-serif;
  background: #fff url(/whs/image/design2016/header-bg2.jpg) repeat-x 0 -5px;
  /* /header-bg.jpg*/
  background-position: 0 -75px;
  color: #333; }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0.4em;
  font-family: 'Trebuchet MS',arial,helvetica,sans-serif;
  font-weight: bold; }

h1 {
  font-size: 30px; }

/*#index-page h2.first {
	margin:0 4px 20px;
	padding:0 0 6px;
	border-bottom:1px solid #E1E1E1;
	text-align:center;
	font-size:25px;
}*/
h3 {
  font-size: 19px; }

h4 {
  font-size: 14px;
  margin: 0 0 12px; }

p {
  margin: 0 0 1.6em; }

p, li {
  line-height: 1.5em; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

a {
  color: #006699;
  text-decoration: underline;
  outline: 0; }

.CheapToplistPage a {
  color: #1638a0;
  text-decoration: none;
  outline: 0; }

a:hover {
  text-decoration: none; }

hr {
  display: none; }

input[type="email"],
input[type="text"],
textarea {
  padding: 3px;
  border: 1px solid #d7d4c2;
  background: #fff;
  font: normal 12px 'Lucida Grande',arial,helvetica; }

/*input.error,
textarea.error {
	border-color: #c99;
}*/
/* Cause they are replaced with js and we dont wanna se them before the switch occurs */
body.js-on input[type="checkbox"] {
  display: none; }

.floatLeft {
  float: left; }

.floatRight {
  float: right; }

@media (max-width: 767px) {
  .hidden-mobile {
    display: none !important; } }
.eco-banner {
  height: 138px; }

.eco-banner {
  clear: both;
  width: 1005px;
  margin: 15px auto 5px auto;
  position: relative; }

.eco-banner p {
  color: white;
  display: table-cell;
  font-size: 15px !important;
  height: 75%;
  line-height: 21px;
  padding: 2.6% 17.5% 3% !important;
  text-shadow: 0 0 2px #464;
  vertical-align: middle;
  position: absolute; }

@media (max-width: 600px) {
  .eco-banner {
    display: none; } }
@media (max-width: 1023px) {
  .eco-banner {
    width: 100%; } }
#outclick-modal {
  font-family: "Open Sans", sans-serif;
  box-sizing: border-box;
  color: #555; }

#outclick-modal > .title,
#home .modal-title,
#DomainNamePage .modal-title {
  font-size: 20px;
  color: #000;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 10px;
  font-weight: normal;
  font-family: "Open Sans", sans-serif; }

#outclick-modal .provider {
  float: left;
  width: 31%;
  margin-right: 2%;
  text-align: center;
  margin-top: 45px;
  border: 1px solid #bbb;
  box-sizing: border-box; }

#outclick-modal .provider:nth-of-type(3) {
  width: 34%;
  margin-top: 24px;
  padding-top: 10px;
  padding-bottom: 20px; }

#outclick-modal .provider.featured {
  background: url(/themes/webhostingsearch/img/toplist-featured.png);
  color: #fff; }

#outclick-modal .provider:last-child {
  margin-right: 0; }

#outclick-modal .provider .title {
  position: relative;
  top: -9px;
  display: inline-block;
  background: gray;
  color: #fff;
  padding: 1px 5px;
  border-radius: 2px;
  font-weight: 600;
  text-transform: uppercase;
  min-width: 125px; }

#outclick-modal .provider.cheapest {
  border: 1px solid #4e80cc; }

#outclick-modal .provider.cheapest .title {
  background: #4e80cc; }

#outclick-modal .provider.popular {
  border: 1px solid #b55151; }

#outclick-modal .provider.popular .title {
  background: #b55151; }

#outclick-modal .provider:nth-of-type(3) .title {
  top: -19px; }

#outclick-modal .provider.service {
  border: 1px solid #9680bf; }

#outclick-modal .provider.service .title {
  background: #9680bf; }

#outclick-modal .provider.value {
  border: 1px solid #8cbf80; }

#outclick-modal .provider.value .title {
  background: #8cbf80; }

#outclick-modal .provider.trusted {
  border: 1px solid #70bacd; }

#outclick-modal .provider.trusted .title {
  background: #70bacd; }

#outclick-modal .provider .logo {
  height: 80px;
  position: relative; }

#outclick-modal .provider .logo a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%); }

#outclick-modal .provider .star {
  width: 20px;
  height: 18px;
  background: url(/themes/webhostingsearch/img/horizontal-toplist.png) 91px 135px;
  display: inline-block; }

#outclick-modal .provider .star.empty {
  background: url(/themes/webhostingsearch/img/horizontal-toplist.png) 67px 135px; }

#outclick-modal .price-wrapper {
  font-weight: bold;
  margin-top: 8px;
  display: block; }

#outclick-modal .price-wrapper .amount {
  font-size: 22px; }

#outclick-modal .price-wrapper .month {
  font-size: 14px; }

#outclic-modal .money-back {
  display: block; }

#outclick-modal .review {
  margin-bottom: 15px;
  font-size: 14px; }

#outclick-modal .provider > a {
  color: #555;
  text-decoration: none; }

#outclick-modal .provider:nth-of-type(3) .review {
  font-size: 16px;
  margin-bottom: 12px; }

#outclick-modal .review a {
  color: inherit !important;
  text-decoration: none; }

#outclick-modal .review a:hover {
  text-decoration: underline; }

#outclick-modal .provider .button.orange {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  border-radius: 2px;
  background: #ff9b4b;
  padding: 5px 2px;
  margin: 6px auto 0;
  width: 90%;
  text-decoration: none;
  line-height: 24px;
  white-space: nowrap;
  cursor: pointer;
  width: 60%;
  margin-bottom: 30px; }

#outclick-modal .provider .button.orange:hover {
  background: #ff8a2c; }

#outclick-modal .tabs {
  display: inline-block;
  width: 100%;
  margin-top: 25px;
  border-bottom: 1px solid #aaa; }
  #outclick-modal .tabs .tab {
    display: inline-block;
    width: 40%;
    position: relative;
    box-sizing: border-box;
    margin: 0 3px; }
    #outclick-modal .tabs .tab input {
      display: none; }
      #outclick-modal .tabs .tab input:checked + label {
        font-weight: bold;
        cursor: default;
        border: 1px solid #aaa;
        border-bottom: 2px solid #fff; }
    #outclick-modal .tabs .tab label {
      float: left;
      text-align: center;
      font-size: 18px;
      cursor: pointer;
      width: 100%;
      position: relative;
      margin-bottom: -5px;
      padding: 1px 0;
      border-bottom: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      #outclick-modal .tabs .tab label:hover {
        font-weight: bold; }

#outclick-modal .provider:nth-of-type(3) .tabs {
  margin-top: 33px;
  margin-bottom: 8px; }

#outclick-modal .pros-cons {
  position: relative; }

#outclick-modal .reviews {
  height: 135px;
  display: none; }

#outclick-modal .provider:nth-of-type(3) .reviews {
  margin-top: 5px;
  margin-bottom: -5px; }

#outclick-modal .pros-cons ul,
#outclick-modal .pros-cons table {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: none;
  margin: 0;
  list-style-type: none; }

#outclick-modal .pros-cons table td:last-child {
  white-space: normal; }

#outclick-modal .features {
  height: 135px; }

#outclick-modal .provider:nth-of-type(3) .reviews,
#outclick-modal .provider:nth-of-type(3) .features {
  height: 135px; }

#outclick-modal .pros-cons table {
  width: auto;
  left: 50%;
  text-align: left;
  transform: translate(-50%, -50%);
  white-space: nowrap; }
  #outclick-modal .pros-cons table td {
    padding: 5px 10px;
    text-transform: capitalize; }
    #outclick-modal .pros-cons table td:first-child {
      font-weight: bold; }

#outclick-modal .pros-cons .planspecific {
  white-space: normal;
  width: 85%;
  font-size: 13px;
  text-align: center; }
  #outclick-modal .pros-cons .planspecific td:first-child {
    font-weight: normal; }

#outclick-modal .basicspecs {
  font-size: 14px; }

#outclick-modal .pros-cons .tabs-title {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  margin: 10px 0; }

#outclick-modal .provider:nth-of-type(3) .pros-cons .tabs-title {
  top: 6px; }

#outclick-modal li {
  line-height: 2em;
  font-size: 12px !important;
  padding: 0 8px;
  text-align: center;
  max-height: 75px;
  overflow: hidden; }

#outclick-modal .reviews li:last-child {
  font-weight: bold; }

#outclick-modal .provider:nth-of-type(3) li {
  font-size: 13px !important; }

#outclick-modal .provider:nth-of-type(3) li:last-child {
  margin-top: 5px; }

#outclick-modal .provider:nth-of-type(3) .amount {
  font-size: 24px;
  position: relative;
  top: 2px; }

#outclick-modal .provider:nth-of-type(3) .month {
  font-size: 16px;
  position: relative;
  top: 2px; }

#outclick-modal .provider:nth-of-type(3) .button.orange {
  margin-top: 19px;
  margin-bottom: 15px;
  padding: 7px 8px;
  font-size: 18px; }

#outclick-modal.height-fix .logo {
  margin-top: -5px; }

#outclick-modal.height-fix .rating,
#outclick-modal.height-fix .review {
  position: relative;
  top: -5px;
  font-family: "Open Sans", sans-serif; }

#outclick-modal.height-fix .price-wrapper {
  margin-top: -15px; }

#outclick-modal.height-fix .tabs {
  position: relative;
  top: -10px; }

#outclick-modal.height-fix .features {
  height: 105px;
  position: relative;
  top: -7px; }

#outclick-modal.height-fix .reviews {
  height: 105px;
  position: relative;
  top: -4px; }

#outclick-modal.height-fix .provider:nth-of-type(3) .features {
  height: 100px; }

#outclick-modal.height-fix .provider:nth-of-type(3) .reviews {
  height: 100px;
  top: -2px; }

#outclick-modal.height-fix .provider:nth-of-type(3) .features > table {
  margin-top: 7px; }

.WidgetHolder ul {
  list-style-type: none;
  margin: 0; }

#simplemodal-overlay {
  z-index: 15000 !important; }

#simplemodal-container {
  z-index: 15000 !important; }

@media (max-width: 992px) {
  #simplemodal-overlay,
  #simplemodal-container {
    display: none !important; } }
.wrapper-80 {
  width: 80%;
  margin: 0 auto; }

.centered-header {
  font-size: 26px;
  font-family: 'Trebuchet MS',arial,helvetica,sans-serif;
  text-align: center;
  font-weight: normal;
  margin: 15px 0 20px 0; }

/*# sourceMappingURL=2-site.css.map */
