@import url(http://fonts.googleapis.com/css?family=Oxygen:400,300,700&subset=latin,latin-ext);
/* COLORS USED

lightblue 	00adec
darkblue	242c5e

*/
input {
  -webkit-appearance: none; }

* {
  margin: 0; }

*,
*:after,
*:before {
  padding: 0;
  margin: 0; }

a:hover, a:active, a:focus, input:focus {
  outline: 0; }

body {
  font-family: 'Oxygen', sans-serif;
  font-size: 14px;
  background-color: #fff;
  font-weight: 300;
  /* overflow: hidden; */
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow-x: hidden;
  /*IE FALLBACK  */
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.http://www.freenom.com/images.v2/slide-1.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.http://www.freenom.com/images.v2/slide-1.jpg', sizingMethod='scale')"; }

html {
  height: 100%; }

a {
  text-decoration: none; }

a img {
  border: 0; }

iframe {
  z-index: -999; }

input {
  outline: none; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 300; }

.wrapper-left {
  width: 200px;
  height: 85%;
  position: fixed;
  top: 0px; }

.wrapper-left .navleft {
  position: fixed;
  height: 100%;
  background-color: #fff;
  width: 250px;
  max-width: 250px;
  padding: 25px;
  padding-top: 100px;
  -moz-box-shadow: 0px 0px 5px #ccc;
  -webkit-box-shadow: 0px 0px 5px #ccc;
  box-shadow: 0px 0px 5px #ccc;
  left: -305px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }

.wrapper-left:hover .navleft {
  left: 0px; }

.wrapper-left .navleft h2 {
  color: #666666;
  float: left;
  clear: both;
  font-weight: 400;
  font-size: 16px; }

.wrapper-left .navleft ul {
  border-bottom: 1px solid #EFEFEF;
  list-style-type: none;
  float: left;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px; }

.wrapper-left .navleft ul li {
  list-style-type: none;
  content: "\F001"; }

.wrapper-left .navleft ul li a {
  color: #00adec;
  margin: 2px 0;
  float: left;
  width: 100%; }

.wrapper-left .navleft ul li a:hover {
  color: #242c5e; }

.index-page h1 {
  color: #242d5e;
  font-size: 31px;
  text-align: center;
  line-height: 40px;
  padding: 30px 20px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 0; }

.whitearrow {
  width: 23px;
  height: 11px;
  background-image: url(http://www.freenom.com/images.v2/whitearrow.png);
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto; }

.content {
  margin: 15px; }

input {
  font-family: 'Oxygen', sans-serif;
  font-weight: 300; }

.main_content {
  min-width: 320px;
  width: 60%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px; }

.searchform {
  background-color: #fff;
  }

.searchform input[type="text"] {
  background-color: #fff;
  border: 0px;
  float: left;
  line-height: 30px;
  color: #00adec;
  font-size: 20px;
  width: 68%;
  position: relative; }

div.fancy-select {
  width: 10%; }

::-webkit-input-placeholder {
  color: #00adec; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #00adec; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #00adec; }

:-ms-input-placeholder {
  color: #00adec; }

.searchform input[type="submit"] {
  float: right;
  width: 20%;
  /* max-width: 132px;
  margin: 6px 15px; */
  margin: 6px 1%;
  height: 48px;
  background: #60b716 url(../images.v2/search_icon_small.png) no-repeat center center;
  /* background:url(http://www.freenom.com/images.v2/searchbutton_off.jpg) no-repeat center top; */
  border: 0px;
  cursor: pointer;
  position: relative;
  line-height: 48px;
  float: right;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px; }

.searchform input[type="submit"]:hover {
  /* background:url(http://www.freenom.com/images.v2/searchbutton_on.jpg) no-repeat center top; */ }

.plan-pricing {
  background-color: #00a6df; }

.plan-pricing:after {
  content: '';
  display: block;
  clear: both; }

.plan-pricing .plan-header {
  font-size: 22px;
  color: white;
  padding: 15px;
  line-height: 46px; }

.plan-pricing .plan-header .plan-trigger {
  display: block;
  background-color: white;
  border-radius: 3px;
  float: right;
  line-height: 46px;
  font-size: 16px;
  padding: 0 18px;
  color: black;
  position: relative;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25); }

/*
.plan-pricing .plan-header .plan-trigger:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #000;
    position: absolute;
    right: 10px;
    top: 22px;
}*/
.plan-pricing .plan-header .plan-trigger.active {
  background-color: rgba(255, 255, 255, 0.2);
  color: white; }

.plan-pricing .plan-header .plan-trigger.active:before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #fff;
  border-top: 0; }

.plan-pricing .plan-type {
  background-color: #e6f7fd;
  width: 194px;
  padding: 10px;
  float: left;
  margin-top: 25px;
  margin-left: 15px;
  margin-bottom: 15px;
  background-image: url("../images.v2/frenom_icon_big_transparent.png");
  background-repeat: no-repeat;
  background-position: 115px 171px; }

.plan-pricing .plan-type.recommended {
  background-color: white;
  margin-top: 10px;
  background-image: url("../images.v2/frenom_icon_big_transparent_30.png");
  background-position: 115px -75px;
  position: relative;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.64);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.64);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.64); }

.plan-pricing .plan-type.recommended:before {
  content: '';
  display: block;
  background-image: url("../images.v2/recommended_ribbon.png");
  width: 105px;
  height: 105px;
  position: absolute;
  top: -9px;
  right: -9px; }

.plan-pricing .plan-type h2 {
  font-size: 21px;
  color: #00adec; }

.plan-pricing .plan-type.recommended h2 {
  font-size: 28px; }

.plan-pricing .plan-type h3 {
  font-size: 23px;
  margin-top: 10px;
  margin-bottom: 30px; }

.plan-pricing .plan-type.recommended h3 {
  margin-bottom: 30px;
  font-size: 28px; }

.plan-pricing .plan-type h3 span.subtext {
  font-size: 12px; }

.plan-pricing .plan-type ul li {
  font-size: 14px;
  line-height: 19px;
  list-style-image: url(../images.v2/check_small.png);
  margin-left: 20px; }

.plan-pricing .plan-type .learn-more {
  background-color: #60b716;
  display: block;
  border-radius: 3px;
  max-width: 130px;
  margin: 25px auto;
  text-align: center;
  color: white;
  font-size: 14px;
  line-height: 35px;
  background: #60b716 url(../images.v2/arrow-learn-more.png) no-repeat 22px 8px;
  padding-left: 20px; }

.slider {
  background: url(http://www.freenom.com/images.v2/transparant.png);
  position: fixed;
  bottom: 50px !important;
  width: 100%;
  overflow: hidden; }

.box {
  float: left;
  width: 29.33333%;
  margin: 2%; }

.toggler {
  position: absolute;
  right: 0;
  top: 0;
  margin-right: 15px;
  margin-top: 15px;
  cursor: pointer;
  font-size: 24px; }

.innerboxcontainer {
  max-width: 1000px;
  margin: 0px auto; }

.innerboxcontainer h2 {
  color: #00adec;
  font-size: 23px;
  margin-bottom: 10px;
  font-weight: 400; }

.innerboxcontainer p {
  color: #666;
  line-height: 21px; }

.readmore:link, .readmore:visited {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #00adec;
  color: #fff;
  font-weight: bold;
  padding: 5px 15px 5px 15px;
  text-align: center;
  display: inline-block;
  clear: both;
  margin-top: 15px;
  width: auto; }

.readmore:hover, .signinslider input[type="submit"]:hover {
  background-color: #6AC706; }

input#sign_in,
.signinslider input[type="submit"] {
  background-color: #83E01F;
  border: 0 none;
  border-radius: 3px;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  float: left;
  font-weight: bold;
  padding: 5px 35px;
  position: relative;
  text-align: center;
  width: auto;
  z-index: 999; }

li.block {
  width: 10px;
  display: block; }

.up {
  font-size: 24px;
  cursor: pointer;
  margin-top: -5px;
  margin-right: 5px; }

.footer {
  background-color: #FFFFFF;
  bottom: 0;
  height: 50px;
  position: fixed;
  width: 100%; }

.footer ul {
  clear: both;
  list-style-type: none;
  float: right;
  margin: 15px;
  font-size: 12px; }

.footer ul li {
  list-style-type: none;
  float: left;
  margin-left: 15px; }

.footer ul li a:link, .footer ul li a:visited {
  color: #242D5E; }

.footer ul li a:hover {
  color: #00ADEC; }

.errorFound {
  font-weight: 600 !important;
  color: #FFF !important;
  padding: 0px;
  text-align: center; }

.error {
  font-weight: 400;
  color: #FF0000;
  padding: 0px; }

@media only screen and (max-width: 701px) {
  .searchform {
    max-width: 80%; } }
.logo span.tagline {
  font-size: 16px;
  color: #737373;
  margin-left: 5px;
  letter-spacing: 0.5px;
  position: relative;
  top:-5px; 
float:left;
width: 100%}

.logo a:hover {
  text-decoration: none; }

.wrapper-left {
  z-index: 101; }

.errorFound {
  width: 400px;
  margin: 0 auto;
  background-color: #d9534f;
  color: white;
  padding: 10px 0; }

.errorFound .error {
  color: #fff; }

.indicator-promo {
  z-index: 15;
  bottom: -150px;
top: auto;
}
.indicator-promo li{
  border: 1px solid #00adec;
    height: 12px;
    width: 12px;
}

.indicator-promo li.active{
  background: #00adec;
  border: 1px solid #00adec;
margin: 1px;
}
.index-faq li {
	list-style-type: none;
}
