/*
Theme Name: 12 Grid theme for Freenom / DotTK
Version: 1.2
Author: P. Huizinga @ Freenom
*/

/* Reset */
/* Handled by reset.css from https://github.com/murtaugh/HTML5-Reset */

/* GENERAL */

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:focus {
	outline: none;
}
*,html,body {
	font-family: "Lato", serif;
	font-size:15px;
	font-weight: 300;
	line-height: 22px;
}
input {
	font-family: inherit;
}
body {
	overflow-x: hidden;
	color:#666;
	background: #FFF;
	min-height:100%;

}
p {
line-height: 24px;
margin:  10px 0 15px;
}


/* FONTS */

h1 {
	font-size: 42px;
       line-height: 100%;
	margin: 14px 0 20px 0;
	font-weight: 300;
	color: #22225e;
}
h2 {
	font-size: 24px;
	line-height: 32px;
	font-weight: 300;
	margin: 0 0 .5em 0;
	color: #22225e;
}
h2 a {
	font-size: 20px;
}
h2 strong {
	font-weight: 400;
}
h3 {
	font-size:18px;
	margin: 30px 0 10px 0;
	color: #22225e;    line-height: 25px;
}
h4 {
	color: #22225e;
	font-weight: 400;
	line-height: 25px;
	}
h5 {
	font-weight: 600;    line-height: 25px;
}

/* LINKS */

a, a:visited{
	color:#22225e;
	text-decoration:none;
}
.mainText a{
	font-weight: 400;
}

.clear{
	clear:both;
}
.olstyle {margin-left:20px;margin-bottom: 30px;
}
.olstyle li {line-height: 30px;}
/* SECTIONS */

section {
	width: 100%;
	clear:  both;
	float: left;
}

/* GRID */

.row:before, .row:after {
    content: "";
    display: table;
    line-height: 0;
}
.row   {
	position: relative;
	width: 100%;
}
.row [class*="span"] /* wildcard, used to detect all elements within .row starting with 'span' */ {
	float: left;
	position: relative;
}

.centered.row {
	max-width: 1140px;
	min-width: 980px;
	margin: 0 auto;
	clear: both;
}
.row .textCenter{
	text-align: center;
}
.span1 {
	width: 8.333333%;
}
.span2{
	width: 16.66666%;
}
.span3{
	width: 25%;
}
.span4{
	width: 33.333333%;
}
.span5{
	width: 41.666666%;
}
.span6{
	width: 50%;
}
.span7{
	width: 58.33333%;
}
.span8{
	width: 66.66666%;
}
.span9{
	width: 75%;
}
.span10{
	width: 83.33333%;
}
.span11{
	width: 91.666666%;
}
.span12{
	width: 100%;
}

/* GRID WITH PADDING */

.row.padding [class*="span"] {
	padding: 20px;
}

.row.padding [class*="span"].noPadding {
	padding: 0px;
}

.row.padding [class*="span"].noVerticalPadding {
	padding:  0 20px ;
}
.row.padding [class*="span"].extraVerticalPadding {
	padding:  50px 20px ;
}

/* GRID WITH MARGIN */

.row.margin [class*="span"].noVerticalMargin {
	margin: 0 2%
}

.row.margin [class*="span"] {
	margin: 2%;
}
.margin .span1 {
	width: 4.333333%;
}
.margin .span2{
	width: 12.66666%;
}
.margin .span3{
	width: 21%;
}
.margin .span4{
	width: 29.333333%;
}
.margin .span5{
	width: 37.666666%;
}
.margin .span6{
	width: 46%;
}
.margin .span7{
	width: 54.33333%;
}
.margin .span8{
	width: 62.66666%;
}
.margin .span9{
	width: 71%;
}
.margin .span10{
	width: 81.33333%;
}
.margin .span11{
	width: 87.666666%;
}
.margin .span12{
	width: 96%;
}
.row.noFloat  [class*="span"] {
	float: none;
	margin: 0px auto;
}
.row [class*="span"].noFloat {
	float: none;
	margin: 2% auto;
	overflow: hidden;
}

.pullRight {
	float: right !important;
}

.pullLeft {
	float: left !important;
}
.boxShadow {
	-moz-box-shadow:    	0px 0px 2px #ccc;
	  -webkit-box-shadow: 0px 0px 2px #ccc;
	  	box-shadow:       0px 0px 2px #ccc;
}
.borderRadius {
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	     		border-radius: 4px;
}
.transparentBorder {
	border: 10px solid rgba(255,255,255,0.5);
}

.textCenter {
	text-align: center;
}


/* EXCEPTIONS */


.fullscreenOverlay {
	position: fixed;
	width:  100%;
	height: 100%;
	background: rgba(0,0,0,0);
	z-index: -3;

}

.fullscreenBackground {
	position: fixed;
	width:  100%;
	height: 100%;
	background-size: cover;
	z-index: -2;
}

/* TRANSITIONS */

.contentRegistration,
.mainNav{
	-moz-transition: opacity .4s ease;
	  -o-transition: opacity .4s ease;
		 transition: opacity .4s ease;
}

.logo,
.toggleMenu,
.contentLeft{
	-moz-transition: all .4s ease;
	  -o-transition: all .4s ease;
		 transition: all .4s ease;
}

.contentRight {

		-moz-transition: all .4s ease;
		  -o-transition: all .4s ease;
			 transition: all .4s ease;
}

.fullscreenOverlay{
	-moz-transition: background .4s ease;
	  -o-transition: background .4s ease;
		 transition: background .4s ease;
}

/* ACTIVATED ON CLICK */

.activeMenu .fullscreenOverlay{
	background: rgba(0,0,0,0.3);
	z-index: 90;
}

/* .activeMenu .contentLeft{
	margin-right: 250px;
} */

.activeMenu .contentRight{
	left: 0;
	border-right: 1px solid rgba(255,255,255,0.5);
	background: rgba(0,0,0,0.6);
}
.activeMenu .contentRight .mainNav{
	display: block;
}
.activeMenu .toggleMenu.cross{
	opacity: 1;
}

.activeMenu .toggleMenu.bars {
	opacity: 0;
}


/* MAIN LAYOUT */

.contentLeft {
	width:  100%;
	float: right;
	position: relative;
}

.contentRight {
	width:  300px;
	position: fixed;
	left: -220px;
	top:  0;
	z-index: 100;
	height: 100%;
	border-right:0;
}


/* HEADER */

.mainHeader {
	height:  80px;
	width: 100%;
	padding:  0 30px 0 15px;
	z-index: 1000;
	position: absolute;
	background: rgba(0,0,0,0.5);
}

.logo {
	height: 52px;
	float: left;
	z-index: 1000;
	margin: 15px 10px 0 80px;
}

.activeMenu .logo {
	margin-left: 300px;
}

.tagline {
    color: #22225e;
    font-size: 17px;
    margin-left: 20px;
    margin-top: 30px;
    float: left;
    font-weight: 400;
}

.readyToRegister{
	text-align: center;
	padding: 30px 0 0 ;
	font-size: 24px;
	color: #FFF;
	position: absolute;
	cursor: pointer;
	width: 100%;
	left: 0;
	padding-right: 60px;
}

/* MENU */


.toggleMenu {
  	display: block;
  	width: 80px;
  	height:  80px;
  	line-height: 75px;
  	padding: 0 20px 0 0;
  	font-size: 20px;
  	font-weight: 400;
	float: right;
	color: #FFF;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	border-right: 1px solid rgba(255,255,255,0.5);
}
.activeMenu .toggleMenu {
	left: 220px;
}
.toggleMenu i{
	font-size: 24px;
	width:  80px;
	line-height: 75px;
	height:  80px;
	text-align: center;
}

.toggleMenu.cross{
	opacity: 0;
}

.toggleMenu.bars {
	opacity: 1;
}
.mainNav {
	margin:  110px 20px 0 20px;
	display: none;
}
.mainNav li{
	float: left;
	width: 100%;
	position: relative;
}
.mainNav > li{
	float: left;
	width: 100%;
	position: relative;
}
.mainNav a {
	text-decoration: none;
	font-size:  15px;
	display: block;
	font-weight: 300;
	color: #FFF;
}
.mainNav > li > a {
	font-size:  15px;
	font-weight: 600;
}

.mainNav  li  a {
	padding:  5px 10px;
	margin: 0 0 0 15px;
	width: 100%;
}

.mainNav .subNav {
	margin-bottom:  20px;
	float: left;
}


/* HIDDEN DOMAINCHECK ON SUB */

.activeRegistration .contentRegistration {
	opacity: 1;
	height:  100%;
	z-index: 120;
}

.contentRegistration h1.splash{
	margin-top:  16%;
}

.contentRegistration .closeOverlay{
  	display: block;
  	width: 60px;
  	height:  60px;
  	line-height: 60px;
  	padding: 0 22px;
  	font-size: 24px;
  	font-weight: 400;
	float: right;
	color: #FFF;
	cursor: pointer;
}


/* DOMAINCHECK ON HOMEPAGE */
.login_button {
	position: absolute;
	right: 0;
	top: 30px;	font-weight: 400;
	cursor: pointer;
	margin: 10px 20px;
	font-size: 15px;	color: #FFF!important;
}
.language-url {
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	font-weight: 400!important;
	padding: 10px 20px;
	font-size: 15px;	color: #FFF!important;
}
.language-url i{
	margin-left: 10px;
}.language-url li{
font-weight: 400!important;

}
.language-url .languagelist{
	position:  absolute;
	right: -20px;
	top: 20px;
	height: 0;
	padding: 0;
	margin: 20px;
	background: #FFF;
	z-index: 10000;
	width: 400px;
	overflow: hidden;
}
.language-url:hover .languagelist{
	right: -20px;
	height:auto;
	padding: 10px;
}
.language-url:hover .languagelist li{
	width: 50%;
	float: left;
}
.language-url .languagelist a{
	float: left;
	width: 100%;
	font-size: 13px;
	padding:  2px 20px;
}
.domainCheck .span10{
	padding: 7px;
	overflow: hidden;
	margin-top: 210px !important;
}
.domainCheck .span10.inputFields {
	background: rgba(255,255,255,0.5);
	padding: 7px;
	overflow: hidden;
	margin-top: 0px !important;
}
.domainCheck .span10.inputErrors,
.domainCheck .span10.inputFields {
	background: rgba(255,255,255,0.5);
	padding: 7px;
	overflow: hidden;
	margin-top: 0px !important;
}
.activeRegistration .domainCheck .span10.inputErrors,
.activeRegistration .domainCheck .span10.inputFields,
.activeRegistration .domainCheck .span10.inputFields {
	background: rgba(0,29,69,0.5);
}

.activeRegistration .domainCheck .span10.inputErrors {
	background: rgba(0,29,69,0);
	color: #FFF;
	text-align: center;
}

/* RESELLERS */


.resellersTease {
	background: #FFF;
	overflow: hidden;
	padding-bottom: 50px;
}

.resellersTop h1.splash {
	font-size: 60px;
	margin: 0;
	margin-bottom: 10px;
	line-height: 70px;
	font-weight: 600;
}

.resellersTop h2 {
	font-size: 36px;
	font-weight: 300;
}

.resellerQuestions {
	background: #EFEFEF;
	overflow: hidden;
}

.resellerQuestions .masonry {
	background: #FFF;

}

.resellersBottom h2 a,
.resellersBottom h2 {
	color: #FFF;
}
.resellersCTA {
	background: #22225e;
}

/* NOTIFICATIONS ON HOMEPAGE */


h1.splash {
	font-size: 48px;
	margin: 0;
	margin-top:130px;
	margin-bottom: 0px;
	line-height: 52px;
	color:#FFF;
	text-shadow: 0px 2px 4px rgba(0,0,0,0.5);
}

.notifications h4.blockHeader {
	line-height:  50px;
	padding: 0 20px;
	background:#FFF;
	color: #666;
	}

.notifications div{
	background: #f6f6f6;
	width:  100%;
	padding:  10px 20px 10px 15px;
}
.notifications div.alert{
	border-left: 5px solid #cc0000;
}


.notifications div a{
		text-decoration: none;
}

/* FOOTER */

.footer {
}
.home .footer {
	color: #FFF;}


/* CART */

.tableproduct .cartedit {
	display: none;
}

.signupfields.hidden {
	display: none;
}

/* INVOICE */

.invoiceTotal {
	text-align: right;
	width: 100%;
}

/* USER INFO */

.userContent .greyBtn{
	margin-right: 10px;
}

/* PASSWORD STRENGTH */

#pwstrengthbox{
	padding: 8px 15px;
	background: #EFEFEF;
	float: left;
}

#pwstrengthbox.weak {
	background: red;
	color: #FFF;
}
#pwstrengthbox.moderate {
	background: orange;
	color: #FFF;
}
#pwstrengthbox.strong {
	background: green;
	color: #FFF;
}

/* RESELLER */

.resellersTop .span10.bgBlue{
	background: rgba(34,34,94,0.9);
	color: #FFF !important;
}
.resellersTop .bgBlue h1,.resellersTop .bgBlue h2,.resellersTop .bgBlue h3,.resellersTop .bgBlue p, .resellersTop .bgBlue a{
	color: #FFF !important;
}

.resellersTop a.largeBtn{
	color: rgba(34,34,94,0.8) !important;
}
.largeLogo {
	width:  300px;
	height: auto;
	float: left;
}

/* MAINCONTENT */

.mainText .span10 {
	background: #FFF;
	float: none !important;
	margin:  0 auto !important;
	margin-top: 120px !important;
	margin-bottom: 60px !important;
	padding:  40px !important;
	overflow:hidden;
}


/*  TABLES */

table {
	border: 1px solid #CCC;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	     	border-radius: 4px;
	border-collapse: separate;

}table td{
	padding:  8px 10px;
}
table tr:nth-child(even) {
    background-color: #EFEFEF;
}
.masonry table {
	width:  100%;
	margin-bottom:  ;
}
.masonry table td{
	padding:  8px 10px;
}


/* INPUTS */

textarea,
input[type="text"],
input[type="password"] {
	width:  75%;
	background: #EFEFEF;
	border: 0px solid #CCC;
	padding:  8px 5px;
	color: #22225d;
	float: left;

		-webkit-border-radius: 4px;
		   -moz-border-radius: 4px;
		     		border-radius: 4px;
}

.domainCheck input[type="text"]  {

-webkit-border-radius: 0px;
   -moz-border-radius: 0px;
     		border-radius: 0px;

	-webkit-border-top-left-radius: 4px;
	   -moz-border-top-left-radius: 4px;
	     		border-top-left-radius: 4px;

		-webkit-border-bottom-left-radius: 4px;
		   -moz-border-bottom-left-radius: 4px;
		     		border-bottom-left-radius: 4px;
	font-size:20px;
	height: 58px;
	line-height: 58px;
	width:  70%;
	float: left;
	padding-left:  10px;
	background: #FFF;
	-webkit-appearance:none;
}
.whois textarea,
.whois input[type="text"],
.whois input[type="password"] {
    background: #EFEFEF;
    width: 80%;

}
.whois .largeBtn {
    padding: 10px 13px 9px 13px;
}

input[type="submit"] {

	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	     		border-radius: 4px;
		background: #9fcf67;
		font-size:18px;
		border: 0;
		float: left;
		margin-top:  10px;
		-webkit-appearance:none;
		color: #FFF;
}

.domainCheck input[type="submit"] {

	-webkit-border-radius: 0px;
	   -moz-border-radius: 0px;
	     		border-radius: 0px;

	-webkit-border-top-right-radius: 4px;
	   -moz-border-top-right-radius: 4px;
	     		border-top-right-radius: 4px;

		-webkit-border-bottom-right-radius: 4px;
		   -moz-border-bottom-right-radius: 4px;
		     		border-bottom-right-radius: 4px;
		background: #003e88;
		font-size:18px;
		height: 58px;
		line-height: 58px;
		border: 0;
		width:  30%;
		float: left;
		margin-top:  0px;
}

.activeRegistration .domainCheck input[type="submit"] {
		background: #c11e2f;
}

/* BUTTONS */

.smallBtn {
	font-size: 13px;
	border-radius: 3px;
	padding:  3px 9px;
	border:  1px solid;
	margin-top:  15px;
	margin-bottom:  15px;
	text-decoration: none;
	white-space: nowrap;
}
.mediumBtn {
	border-radius: 3px;
	padding:  6px 5px;
	border:  1px solid;
	margin-top:  15px;
	margin-bottom:  15px;
	text-decoration: none;
	white-space: nowrap;

}
.largeBtn {
	border-radius: 3px;
	padding:  8px 13px;
	border:  1px solid;
	margin-left:  15px;
	margin-bottom:  15px;
	text-decoration: none;
	white-space: nowrap;
	border: 0;
	background: #fecb30;
	margin-top: 0 !important;
}

.resellersTease .largeBtn {
	font-size: 18px;
	font-weight: 400;
	margin-top: 15px;
	margin-left: 0;
	float: left;
}
.resellersCTA .largeBtn {
	font-size: 20px;
	font-weight: 400;
	margin-top: 15px;
	margin-left: 0;
	padding:  8px 13px;
}
.smallBtn i,
.mediumBtn i,
.largeBtn i {
	margin-left:  5px;
}
.greyBtn {
	background: #EEE;
	border: 1px solid #DDD;
	color: #666;
}
.greyBtn:visited {
	background: #EEE;
	border: 1px solid #DDD;
	color: #666;
}

/* CREATE A CUSTOM DESIGN VOOR INPUT CHECKBOXES */

.availableDomains {
	width:  18px;
}
.customCheckbox label,
.login .span4 form .rememberMe label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding: 0;
    padding-left: 25px;
    margin-right: 15px;
    font-size: 13px;
}
.customCheckbox input[type=checkbox],
.rememberMe input[type=checkbox] {
    display: none;
}
.customCheckbox label::before,
.rememberMe label::before {
		content: "";
    display: inline-block;

    width: 15px;
    height: 15px;

  	border-radius: 2px;
    margin-right: 10px;
    position: absolute;
  	left: 0;
  	top:  4px;
    bottom: 1px;
    border:  1px solid #CCC;
    background-color: #FFF;
    box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, .1);
}

.customCheckbox input[type=checkbox]:checked + label:before ,
.rememberMe input[type=checkbox]:checked + label:before {
	font-family: FontAwesome;
    content: "\f00c";
    color: #FFF;
    font-size: 12px;
    text-align: center;
    padding-top: 0px;
    line-height:13px;
    background: #60b716;
    border: 1px solid #4ca004;
}

 /* END CUSTOM DESIGN VOOR INPUT CHECKBOXES */

.adminreturndiv {
	display: none;
}

.apitextarea {
	background: #EFEFEF !important;
}
/* maurice */


.api_icon {
    clear: both;
    float: left;
    margin-right: 15px;
}

textarea.apitextarea {
    background: none repeat scroll 0 0 #f1f1f1;
    border: 1px solid #bebab0;
    clear: both;
    display: block;
    font-size: 11px;
    line-height: 130%;
    margin: 25px 10px 10px 0px;
    padding: 4px;
    width: 100%;
}

.code_text {
    margin-bottom: 15px;
    margin-top: 15px;
}


/* MOBILE < 480px */

@media all and (max-width: 1100px) {

	.centered.row {
		max-width: 100%;
		min-width: 100%;
	}
}
@media all and (max-width: 1024px) {

}
@media all and (max-width: 800px) {

	.mainNav > li {
		width: 50%;
	}
}.domainCheck .span10 {
    margin-top: 70px !important;
    }
@media all and (max-width: 480px) {
  .row  [class*="span"] {
  	width: 96%;
  }
  .mainHeader {
  	height: 60px;
  }
  a.login_button {
  	display: none;
  }
   .logo,
 .activeMenu .logo {
 	margin: 0px 10px 0 60px!important;
 }.language-url .languagelist {
      background: #fff none repeat scroll 0 0;
      margin: 0px;
      position: fixed;
      top: 60px;
      width: 100%;
      z-index: 10000;
  }
  .language-url:hover .languagelist {
      right: 0;
  }
  .domainCheck.firstCheck {
      width: 100%;
  }
   .language-url,
  .login_button {
  	padding: 20px;
  }

  .contentLeft {
  	padding: 0;
  }
  .contentRight {
      height: 60px;
      left: 0;
      width: 100%;
      position: absolute;
      background: rgba(0,0,0,0.9);
      border: 0;

  }
  .toggleMenu {
    	width: 60px;
    	height:  60px;
    	line-height: 55px;
  }
  .activeMenu .toggleMenu {
  	left: 0;
  }
    .mainNav > li {
    	width: 100%;
    }
  .toggleMenu i{
  	width:  60px;
  	line-height: 55px;
  	height:  60px;
  }
  .allResults {
      margin-top: 60px !important;
  }
  .activeMenu .contentRight {
      height:  100%;
      border: 0;
  }
  .activeMenu .mainNav {
      height: auto !important;
  }
  h1.splash {
      margin: 30px 0 30px;
  }
  .domainCheck {
  	width:  96%;
  }
  .domainCheck input[type="text"] {
  	margin-bottom: 20px !important;
  }
  #domainForm #submitBtn {
  	position: relative;
    cursor: pointer;
    left: auto;
    margin: auto;
    padding: 0px 20px;
    right: auto;
    text-decoration: none;
    top: 0;
    margin: 20px auto;
    border-radius: 4px;
    width: 200px;
    display: table;
  }
  .row,
  .centered.row {
  	max-width: 100%;
  	min-width: 100%;
  }
  .domainCheck input[type="text"]  {

  	-webkit-border-radius: 4px;
  	   -moz-border-radius: 4px;
  	     	border-radius: 4px;
  	  	width:  100%;
  }
  .domainCheck input[type="submit"],
  .domainCheck input[type="text"]  {

  	-webkit-border-radius: 4px;
  	   -moz-border-radius: 4px;
  	     	border-radius: 4px;
  	  	width:  100%;
  }
  .domainCheck input[type="submit"] {
  	margin-top: 20px;
  }
  h1.splash strong,
  h1.splash {
	  line-height: 52px;
  }
  .domainCheck .span10.inputErrors, .domainCheck .span10.inputFields {
      background: none
      }
  .mainNav.active li  {
  	display: block;
  	background: #F4F4F4 !important;
  	width:  100%;
  }
  .mainHeader .mainNav > li {
     border-bottom: 1px solid #e5e5e5;
  }
  .mainNav {
  	margin:  90px 0;
  	}
  .mainNav,
    .activeMenu .mainNav {
  	left: 0;
  }
  .mainNav a {
      font-size: 17px !important;
  }
  .mainNav a {
      margin: 0;      padding: 15px 15px;
  }
  .mainNav .active .subNav  {
   	display: block;
  }  .mainNav .language {
   	display: none !important;
  }
  .mainContent {
  	margin-top:  110px;
  }

}
