/* > 1200px */
html {
    position: relative;
    min-height: 100%;
}

body {
    height: 100%;
    background: #f7fdff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428;
    color: #333333;
    margin: 0 0 125px;
    padding-top: 65px
}

.container a:link    { text-decoration: none; color: #428bca;}
.container a:visited { text-decoration: none; color: #428bca;}
.containter a:active  { text-decoration: none; color: #428bca;}
.container a:hover   { text-decoration: none; color: #53d4ff;}

.navbar a:link		{ text-decoration: none; color: #999999 !important;}
.navbar a:visited	{ text-decoration: none; color: #999999 !important;}
.navbar a:active	{ text-decoration: none; color: #999999 !important;}
.navbar a:hover		{ text-decoration: none; color: #ffffff !important;}

.signup-form a:link      { text-decoration: none; color: #ffffff; }
.signup-form a:visited   { text-decoration: none; color: #ffffff; }
.signup-form a:active    { text-decoration: none; color: #ffffff; }
.signup-form a:hover     { text-decoration: none; color: #ffffff; }

.blue a:link    { text-decoration: none; color: #428bca;}
.blue a:visited { text-decoration: none; color: #428bca;}
.blue a:active  { text-decoration: none; color: #428bca;}
.blue a:hover   { text-decoration: none; color: #53d4ff;}

.active a:link	{ text-decoration: none; color: #ffffff  !important; }
.active a:visited	{ text-decoration: none; color: #ffffff !important; }
.active a:active	{ text-decoration: none; color: #ffffff !important; }
.active a:hover	{ text-decoration: none; color: #ffffff !important; }

.dnssec-disclaimer a:link, .dnssec-disclaimer a:visited, .dnssec-disclaimer a:active { text-decoration: underline !important;}
.dnssec-disclaimer a:hover { text-decoration: underline; color: #000 !important;}

.glyphicon-none:before {
    content: "\2122";
    color: transparent !important;
}

h4 {
    margin-top: 20px;
}

.alert {
    margin-top: 10px;
}

.header-mw {
    max-width: 1900px;
}

.navbar {
/* 
    background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%);
    background-repeat: repeat-x;
 */
 	background-color: #000000;
    top: 0;
    height: 65px;
    width: 100%;
    position: fixed;
    font-size: 15px;
    z-index: 999;
    border-radius: 0px;
    border: 0;
}

.logo {
    float: left;
    margin: 8px 30px 0 0;
}

.logo img {
    height: 50px;
}

.nav-left, .nav-right {
    position: relative;
}

.nav-left {
    float: left;
}

.nav-right {
    float: right;
}

.menu-list {
    list-style: none;
}

.menu-list li {
    vertical-align: top;
    list-style-type: none;
}

.menu-button {
    float: right;
    display: none;
    color: white;
    font-size: 19px;
    border: 1px solid #555555;
    border-radius: 3px;
    padding: 0 6px;
    margin: 20px 10px 10px;
}

.page-content {
    padding-top: 25px;
}

.page-header {
    margin-top: 0px;
    margin-bottom: 0px;
    min-height: 80px;
    background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 100, color-stop(0%, #fff), color-stop(100%, #c1f1ff));
    background: -webkit-radial-gradient(bottom, #fff, #c1f1ff);
    background: -moz-radial-gradient(bottom, #fff, #c1f1ff);
    background: -o-radial-gradient(bottom, #fff, #c1f1ff);
    background: radial-gradient(bottom, #ffffff,#c1f1ff);
    border-bottom: 1px solid #B9DCFF;
}

.page-header h1 {
    margin: 0 0 20px;
    text-align: center;
    padding-top: 20px;
    font-size: 28px;
    font-weight: 500;
    font-family: inherit;
    line-height: 1.1;
}

.orange-bg {
    border-top: 1px solid #edffe7;
    background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 100, color-stop(0%, #fff), color-stop(100%, #ffdb99));
    background: -webkit-radial-gradient(#fff, #ffdb99);
    background: -moz-radial-gradient(#fff, #ffdb99);
    background: -o-radial-gradient(#fff, #ffdb99);
    background: radial-gradient(#ffffff,#ffdb99);
    padding-top: 25px;
    padding-bottom: 17px;
    border-bottom: 1px solid #ffdb99;
}

.google-plus-button {
    display: block;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 8px 0;
    color: #fff;
    background-color: #dd4b39;
}

.google-plus-button:hover {
    background-color: #c64333;
}

.or-use {
    overflow: hidden;
    text-align: center;
    margin: 28px 0;
    color: #31708f;
    font-size: 14px;
}

.signup-form {
    width: 35%;
    float: left;
    margin-bottom: 30px;
}

.signup-form-group {
    width: 100%;
    margin-bottom: 15px;
}

.auth-side {
	padding: 10px 0 20px;
}

.form-control {
    display: block;
    width: 100%;
    height: 35px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
     margin-bottom: 5px;
}

.signup {
    width: 30%;
    -webkit-appearance: button;
    cursor: pointer;
    background-image: -webkit-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
    background-image: linear-gradient(to bottom, #428bca 0%,#2d6ca2 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF428BCA', endColorstr='#FF2D6CA2', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #2b669a;
    color: white;
    background-color: #428bca;
    border-color: #357ebd;
    float: left;
}

.signup:hover {
    background-color: #5496cf;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
}

.small {
    font-size: smaller;
    margin: 10px 0;
    width: 60%;
    float: right;
    text-align: center;
}

/*.carousel {*/
    /*width: 60%;*/
    /*float: right;*/
/*}*/

.footer {
    height: 125px;
/*    margin-top: 30px;*/
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.footer-logo img {
    width: 338px;
    max-width: 100%;
}

.footer-menu-list {
    list-style-type: none;
    padding: 0;
    font-size: 16px;
}

.footer-menu-list li {
    vertical-align: top;
    list-style-type: none;
    display: inline-block;
    line-height: 45px;
}

.data-table{
    width: 100%;
    border-collapse: collapse;
}

.data-table th{
    background-color: #555555;
    color: #eeeeee;
    font: bold 11px arial, sans-serif;
    padding: 2px 5px;
}

.data-table td{
    background-color: #555555;
    color: #eeeeee;
    font: bold 11px arial, sans-serif;
    padding: 2px 5px;
}

.data-table .domain-row-odd td{
    background-color: #b9dcff;
    border-bottom-color: #afd0f5;
    font-weight: bold;
    text-shadow: none;
}

.row{
    margin-left: -15px;
    margin-right: -15px;
}

.col-md-3{
    width: 25%;
}
.col-md-4 {
    width: 33.3333333333%;
}

.col-md-offset-2 {
    margin-left: 16.6666666667%;
}

.col-md-3, .col-md-4{
    float: left;
}

.add-domain-form{
    max-width: 510px;
    margin: 0 auto 40px;
    background-color: #e0ebff;
    padding: 1px 10px 20px;
    border-radius: 10px;
}

.auth-side ul {
	list-style-type: none;	
    line-height: 40px;
    border: 1px solid #cccccc;
    border-radius: 6px;
    background: #fff;
    padding: 20px;
}

.policy {
	max-width: 900px !important;
	text-align: justify;
    font-family: 'Raleway', sans-serif;
    /*line-height: 25px;*/
}

/*.policy li {
	padding: 8px 0 0;
}*/

.contact {
    max-width: 600px !important;
}

.corporange {
    color: #fa831d;
}

.people {
    float: left;
    padding: 10px 36px;
    text-align: justify;
    line-height: 25px;
}

.people img {
    width: 100px;
    margin: 0 auto 20px;
    display: block;
}

.img-circle {
    border-radius: 50%;
}

.button-spacing {
    margin: 0 10px 0 0;
}

.add-record, .add-caa-record {
    margin: 0 10px 10px 0;
}

.add-record-form {
    max-width: 460px;
    margin: 10px 0 15px;
    background-color: #ffe4b3;
    border-radius: 10px;
}

.add-record-form-padding {
    padding: 20px 0;
    max-width: 460px;
}

.dnssec-tab, .vanity-tab {
    max-width: 100%;
    margin: 10px 0 15px;
    border: 1px solid #ffe4b3;
    border-radius: 10px;
    padding: 20px;
}

.dnssec-tab form {
    display: inline-block;
    margin-bottom: 10px;
}

pre, code {
    padding:30px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    display:block;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    width:100%; overflow-x:auto;
}

code {
    padding: 10px 30px;
}

/*.table {*/
    /*margin-top: 10px;*/
/*}*/

.btn-default {
    color: #333333 !important;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
    outline: none;
}

.small-center {
    display: block; 
    text-align: center;
}

.new_ns {
    margin-left: 15px;
}

.form-group {
    min-height: 40px !important;
    margin-bottom: 0px !important;
}

.edit-form {
    max-width: 480px;
    background-color: #e0ebff;
    padding: 1px 10px 45px;
    border-radius: 10px;
}

.add-buttons {
    height: 25px;
}

.table td {
    font-size: 13px;
}

.table-striped-inner > tbody > tr:nth-of-type(odd) {
  background-color: #fff0d6;
}

.table-striped-inner > tbody > tr:nth-of-type(even) {
  background-color: #fffbf4;
}

.table-hover-inner > tbody > tr:hover {
  background-color: #ffe4b3;
}

.table-inner-header {
    background-color: #ffe4b3 !important;
}

.table-striped-outer > tbody > tr:nth-of-type(odd) {
  background-color: #eaf1ff;
}

.table-striped-outer > tbody > tr:nth-of-type(even) {
  background-color: #f4f8ff;
}

.table-hover-outer > tbody > tr:hover {
  background-color: #e0ebff;
}

.table-outer-header {
    background-color: #e0ebff !important;
}

.small-container {
    min-height: 35px;
    margin-bottom: 3px;
}

.share-domain-form {
    max-width: 500px;
    margin: 10px 0 15px;
    background-color: #ffe4b3;
    border-radius: 10px;
    padding: 20px 10px;
}

.no-margin {
    margin: 0 !important;
}

.smallred, .smallblack {
    font-size: 88%;
    width: 80%;
    text-align: center;
    padding-top: 20px;
    margin: 0 auto;
}

.smallblack {
    color: black;
}

.smallred {
    color: red;
}

.sign-up-terms{
    font-size: 13px;
}

.cc_btn{
    background-color: #EA9A28 !important;
}

.instructions-img {
    margin-right: 10px;
}

.policy img, .instructions img {
    max-width: 100%;
}

.instructions {
    padding-top: 20px;
    padding-bottom: 20px;
}

.dnssec-disclaimer, .vanity-disclaimer {
    max-width: 400px;
}

.pro-container {
    max-width: 500px;
    border: 1px solid #c1f1ff;
    border-radius: 5px;
    margin-top: 10px !important;
}

.select-plan {
    margin-bottom: 20px;
}

.plan-inner {
    padding: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
    min-height: 375px;
}

.plan-inner-basic {
    /*border: 4px solid #B9DCFF;*/
    border: 4px solid #f7fdff;
    background: -webkit-radial-gradient(bottom, #fff, #c1f1ff);
    background: -moz-radial-gradient(bottom, #fff, #c1f1ff);
    background: -o-radial-gradient(bottom, #fff, #c1f1ff);
    background: radial-gradient(bottom, #ffffff,#c1f1ff);
}

.plan-inner-pro {
    /*border: 4px solid #ffc04d;*/
    border: 4px solid #f7fdff;
    background: -webkit-radial-gradient(bottom, #fff, #ffd280);
    background: -moz-radial-gradient(bottom, #fff, #ffd280);
    background: -o-radial-gradient(bottom, #fff, #ffd280);
    background: radial-gradient(bottom, #ffffff,#ffd280);
}

.plan-inner h3 {
    text-align: center;
}

.plan-inner button {
    display: block;
    margin: 0 auto;
}

.plan-inner-basic hr {
    border-top: 1px solid #B9DCFF;
}

.plan-inner-pro hr {
    border-top: 1px solid #ffc04d;
}

.plan-check {
    color: #27ae60;
    position: absolute;
    right: 80px;
    bottom: 8px;
    font-size: 30px;
    display: none;
}

.payments {
    margin: 100px 0;
}

.payment-btn, .stripe-button-el {
    width: 300px;
    height: 44px;
}

#pro-payment, #basic-payment {
    display: none;
}

.upgraded {
    text-align: center;
}

.stripe-button-el {
    margin: 0 auto;
    display: block !important;
    background-image: none !important;
    background-color: #337ab7;
    border: 1px solid #2e6da4;
}

.stripe-button-el:hover, .stripe-button-el:active, .stripe-button-el:focus {
    background-color: #286090;
    border-color: #204d74;
}

.stripe-button-el span {
    background: transparent !important;
    background-image: none !important;
    font-size: 18px !important;
    box-shadow: none !important;
}

.select-0 {
    margin-bottom: 0;
}

.features i {
    padding-top: 10px;
}

.account-options {
    max-width: 900px !important;
}

.promo-modal-body {
    background: orange url(../img/pro_background.png) no-repeat center center;
}

.promo-modal-content {
    background-color: white;
    opacity: 0.8;
    border-radius: 20px;
}

.upgrade-btn {
    margin: 0 auto;
    display: block;
    width: 140px;
}

.green {
    color: #2ecc71;
    font-size: 18px;
}

.red {
    color: #e74c3c;
    font-size: 18px;
}

.align-right {
    text-align: right;
}

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

.grey-bg {
    background-color: #d9d9d9 !important;
}

.badge, .btn-default .badge {
    color: #333;
    background-color: #EA9A28;
}

.badge {
    margin-top: -10px;
    padding: 2px 4px;
    font-size: 8px;
}

.overflow-hidden {
    overflow: hidden !important;
}

.owl-theme .owl-controls .owl-page span {
    margin: 5px 3px !important;
}

.owl-nav {
    text-align: center;
}

.owl-prev, .owl-next {
    margin: 10px;
    text-decoration: underline;
}

.help-pad-right {
    padding-right: 12px;
}

.help-section {
    text-align: center;
}

.panel-heading, .panel-body {
    text-align: left;
    font-family: 'Raleway', sans-serif;
}

.pt-0 {
    padding-top: 0 !important;
}

.actions {
    margin-bottom: 10px;
}

/* Responsive */
@media (min-width: 320px) {
    .container {
        width: 99%;
        margin: 0 auto;
    }

    .nav-container {
        display: none;
        background-image: linear-gradient(to bottom, #000000 0%, #333333 100%);
        background-repeat: repeat-x;
    }

    .nav-left, .nav-right {
        display: block;
        float: none;
        position: relative;
    }

    .menu-list {
        margin: 0;
        padding: 0;
    }

    .menu-list li {
        display: list-item;
        line-height: 36px;
        margin: 0 auto;
        border-top: 1px solid;
        width: 50%;
    }

    .menu-button {
        display: block;
    }

    .column50 {
        width: 100%;
        float: left;
    }

    .footer-menu {
        float: none;
        text-align: center;
    }

    .footer-logo {
        float: none;
        width: 338px;
        max-width: 100%;
        margin: 0 auto;
    }

    .signup-form {
        width: 100%;
        float: left;
        padding: 10px;
    }
    
    .auth-side {
    	width: 100%;
    	float: left;
    }
    
    .auth-side ul {
    	width: 100%;
    }


    .carousel {
        width: 100% !important;
        float: right;
    }

    .carousel img {
        width: 100%;
    }

    .footer-menu-list li {
    	width: 100%;
    }

    .people {
        width: 100%;
    }

    table {
        overflow-x: auto;
        /*display: block;*/
    }

    .mobile-only {
        display: block;
    }

    .promo-modal-content {
        margin: 10px;
        padding: 10px 20px 10px 20px;
    }
}

@media (min-width: 768px) {
    .container {
        width: 90%;
        margin: 0 auto;
    }
            
    .footer-menu-list li {
    	width: auto;
        margin: 0 30px 0 0;
    }

    .people {
        width: 33%;
    }

    .founders {
        width: 50% !important;
    }

    table {
        display: table;
    }

}

@media (min-width: 992px) {
    .container {
        /*width: 880px;*/
        margin: 0 auto;
    }
}

@media (min-width: 1200px) {

    .mobile-only {
        display: none;
    }
	
	.nav-left, .nav-right {
        display: block;
        top: 10px;
    }

    .nav-left {
        float: left;
    }

    .nav-right {
        float: right;
    }

    .menu-list {
        margin: 10px 0 0;
    }

    .menu-list li {
        display: inline-block;
        margin: 0 10px;
        width: auto;
        line-height: 25px;
        border: none;
    }

    .nav-container {
        display: block;
    }

	
    .menu-button {
        display: none;
    }
	
    .container {
        width: 1170px;
        margin: 0 auto;
    }

    .column50 {
        width: 50%;
        float: left;
    }

    .signup-form {
        width: 30%;
        float: left;
    }
    
    .auth-side {
    	width: 50%;
    	float: left;
    }
    
     .auth-side ul {
    	width: 50%;
    }

    /*.carousel {*/
        /*!*width: 60% !important;*!*/
        /*!*float: right;*!*/
    /*}*/
    /*.carousel img {*/
        /*!*max-width: 690px;*!*/
    /*}*/


	.footer-logo {
        float: right;
    }
    
	.footer-menu {
        float: left;
        margin-top: 24px;
    }

    .promo-modal-content {
        margin:30px;
        padding: 10px 40px 10px 40px;
    }
}