/*
 * Copyright 2016 Tenta LLC.
 */

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    height:100%;
}
body {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    font-size: 18px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color:#00bcd4;
    color:#ffffff;
}
a {
    color:#ffffff;
    text-decoration: none;
    font-weight:600;
}
.card a.title {
    color:#00bcd4;
    text-shadow: none;
}
a:active, a:hover {
    outline-width: 0;
}
.whitelink {
    color:white;
    font-weight:700;
}
img {
    display: block;
    max-width: 100%;
    height: auto;
    margin:auto;
}
.small {
    font-size: 70%;
}
.small-btn:hover .info-btn-icon, .small-btn:hover .right-arrow,  .small-btn:hover .down-arrow {
    background-color:rgba(255, 255, 255, 0.1);
    background-color:inherit;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.3);
}
.close-btn {
    display: block;
    color: #00bcd4;
    font-weight: 600;
    cursor: pointer;
    margin-right: 15px;
}
small {
    font-size: 60%;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: " ";
}
.clearfix:after {
    clear: both;
}
.container {
    max-width:992px;
    padding:0 10px;
    margin:auto;
    position:relative;
}
.text-center {
    text-align:center;
}
.text-left {
    text-align:left;
}
.text-right {
    text-align:right;
}
/*simplified grid system */
.row {
    position: relative;
    width: 100%;
}

.row [class*="col-"] {
    float: left;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
    width: 100%;
    min-height:1px;
}

.col-1-sm {
    width: 8.33%;
}

.col-2-sm {
    width: 16.66%;
}

.col-3-sm {
    width: 25%;
}

.col-4-sm {
    width: 33.33%;
}

.col-5-sm {
    width: 41.66%;
}

.col-6-sm {
    width: 50%;
}

.col-7-sm {
    width: 58.33%;
}

.col-8-sm {
    width: 66.66%;
}

.col-9-sm {
    width: 75%;
}

.col-10-sm {
    width: 83.33%;
}

.col-11-sm {
    width: 91.66%;
}

.col-12-sm {
    width: 100%;
}
.row:before {
    display:table;
    content:" ";
}
.row::after {
    content: " ";
    display: table;
    clear: both;
}
/* END simplified grid system */

input[type='checkbox'] {
    display: none;
}

.header {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transform:scale(1);
    padding:20px 0;
    overflow:hidden;
    max-width: 992px;
    margin: auto;
    opacity:1;
}
.header .container {
    text-align: left;
}
#site-title {
    margin:10px 0 0 0;
    font-size: 16px;
    font-weight:300;
}
#site-subtitle {
    font-size:14px;
}
#site-wrap {
    min-height:100%;
    position:relative;
    background: -webkit-radial-gradient(circle farthest-corner at right bottom,#081d2f 0,#143550 28%,#063a40 52%,#163750 79%,#0fd1ea 100%);
    background: radial-gradient(circle farthest-corner at right bottom,#081d2f 0,#143550 28%,#063a40 52%,#163750 79%,#0fd1ea 100%);
}
#site-wrap.fixbody {
    position: fixed;
    overflow:hidden;
    width:100%;
}
.main {
    z-index:1;
    position:relative;
    height:100%;
    width:100%;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    opacity:1;
}
#reveal-menu:checked + #site-wrap .main {
    z-index:1;
    opacity:0.2;
}
/*social media buttons */
.social-btn {
    display: inline-block;
    margin-right: 15px;
    text-align: center;
    cursor: pointer;
    position: relative;
    height: 44px;
    width: 44px;
    line-height: 38px;
    vertical-align: middle;
    margin: 14px 5px 0;
}
.social-btn-wrap {
    display: inline-block;
    width: 18%;
}
.header-reveal {
    position:absolute;
    top:5px;

    right:0px;
    z-index:5;
}
#social-btns {
    opacity:0;
    height:0px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#header-wrap {
    display:inline;
}
#header-reveal:checked + #header-wrap .container #social-btns {
    opacity:1;
    height:58px;
}
.header-reveal .close-icon {
    opacity:0;
}
#header-reveal:checked + #header-wrap .header-reveal .close-icon {
    opacity:1;
}
.header-reveal .share-icon {
    opacity:1;
}
#header-reveal:checked + #header-wrap .header-reveal .share-icon {
    opacity:0;
}
.social-icon {
    color: #ffffff;
    border-radius: 44px;
    display: inline-block;
    height: 100%;
    width: 100%;
    font-size: 24px;
    font-weight: 800;
    border: 2px solid #ffffff;
}
#fb-icon {
    margin-left:8px;
}
#twitter {
    font-size:36px;
}
#twitter-icon {
    height:20px;
}
#googleplus {
    font-size: 21px;
    font-weight: 600;
}
.flag-icon-no-country {
    padding-top: 0;
    width: 50px;
    height: 50px;
}
.flag-icon-no-country:after {
    content: "?";
    line-height: 45px;
    font-weight: 600;
    color: #ffffff;
    display: inline-block;
    font-size: 24px;
}
/*END social media buttons */
/*  Start card css */
.card {
    max-height:12000px;
    position: relative;
    box-sizing: border-box;
    border-radius: 4px;
    color:#ffffff;
    word-wrap: break-word;
    margin-bottom:20px;
    -webkit-box-shadow: 0 2px 15px 2px rgba(32, 62, 91, 0.2), 0px 4px 20px 0px rgba(4, 18, 33, 0.3), 0 2px 15px 0px rgba(4, 18, 33, 0.4);
    -moz-box-shadow: 0 2px 15px 2px rgba(32, 62, 91, 0.2), 0px 4px 20px 0px rgba(4, 18, 33, 0.3), 0 2px 15px 0px rgba(4, 18, 33, 0.4);
    -ms-box-shadow: 0 2px 15px 2px rgba(32, 62, 91, 0.2), 0px 4px 20px 0px rgba(4, 18, 33, 0.3), 0 2px 15px 0px rgba(4, 18, 33, 0.4);
    -o-box-shadow: 0 2px 15px 2px rgba(32, 62, 91, 0.2), 0px 4px 20px 0px rgba(4, 18, 33, 0.3), 0 2px 15px 0px rgba(4, 18, 33, 0.4);
    box-shadow: 0 2px 15px 2px rgba(32, 62, 91, 0.2), 0px 4px 20px 0px rgba(4, 18, 33, 0.3), 0 2px 15px 0px rgba(4, 18, 33, 0.4);
    background-color: #22536b;
    background: -webkit-linear-gradient(-45deg, #22657f 0%, #22536b 47%, #223d52 100%);
    background: -moz-linear-gradient(-45deg, #22657f 0%, #22536b 47%, #223d52 100%);
    background: -ms-linear-gradient(-45deg, #22657f 0%, #22536b 47%, #223d52 100%);
    background: -o-linear-gradient(-45deg, #22657f 0%, #22536b 47%, #223d52 100%);
    background: linear-gradient(135deg, #22657f 0%, #22536b 47%, #223d52 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#22657f', endColorstr='#223d52', GradientType=1 );
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
}

.card .h3 {
    margin:0;
    color:#00bcd4;
    font-size:14px;
    display: inline-block;
    position:relative;
}
.card-header {
    padding:20px;
    color:#bbbbbb;
    font-size: 1em;
    position:relative;
    height:62px;
}
.card-header-bg {
    position: absolute;
    left: 0;
    right:0;
    top: 0;
    bottom: 0;
    background-color: rgb(24, 52, 80);
    opacity:.7;
}
.card-header-btns {
    position: absolute;
    right: 5px;
    top: 5px;
}
.card-header-btns .info-btn-icon, .card-header-btns .right-arrow {
    position:absolute;
    margin: auto;
    left: 0;
    right: 0;
}
.card-body {
    position:relative;
    opacity:1;
    max-height:12000px;
    overflow:visible;
}
.dk-overlay {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color:#070F16;
    opacity:.6;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 0;
}
.feature {
    position:relative;
}
.feature .entry {
    background-color: initial;
}
.feature .entry:nth-child(odd) {
    background-color: initial;
}
.feature .entry:nth-child(even) {
    background-color: initial;
}
.feature-content {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* More info reveal animation */
.more-info-wrap a{
    color:#00bcd4;
}
.card .more-info-wrap {
    transform: translate3d(0,0,0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    width: 100%;
    max-height:0;
    display: block;
    background-color: #203e5b;

}
.card .more-info-wrap .more-info-container {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position:relative;
    opacity:0;
    background-color:#203e5b;
    padding:15px 15px 30px 15px;
}
.card-info:checked + .card .more-info-container {
    opacity:1 !important;
}
.card-info:checked + .card .more-info-wrap {
    max-height:4000px;
}
.card .more-info-container .h2, .card .more-info-container .subtitle, .card .more-info-container .more-info-content, .card .more-info-container .h4  {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transform:translateX(100%);
}
.card-info:checked + .card .more-info-container .h2 {
    -webkit-transition: all 0.3s ease-in-out .1s;
    -moz-transition: all 0.3s ease-in-out .1s;
    -o-transition: all 0.3s ease-in-out .1s;
    -ms-transition: all 0.3s ease-in-out .1s;
    transition: all 0.3s ease-in-out .1s;
    transform:translateX(0%);
}
.card-info:checked + .card .more-info-container .subtitle {
    -webkit-transition: all 0.3s ease-in-out .15s;
    -moz-transition: all 0.3s ease-in-out .15s;
    -o-transition: all 0.3s ease-in-out .15s;
    -ms-transition: all 0.3s ease-in-out .15s;
    transition: all 0.3s ease-in-out .15s;
    transform:translateX(0%);
}
.card-info:checked + .card .more-info-container .more-info-content {
    -webkit-transition: all 0.3s ease-in-out .2s;
    -moz-transition: all 0.3s ease-in-out .18s;
    -o-transition: all 0.3s ease-in-out .18s;
    -ms-transition: all 0.3s ease-in-out .18s;
    transition: all 0.3s ease-in-out .18s;
    transform:translateX(0%);
}
.card-info:checked + .card .more-info-container .h4 {
    -webkit-transition: all 0.3s ease-in-out .2s;
    -moz-transition: all 0.3s ease-in-out .2s;
    -o-transition: all 0.3s ease-in-out .2s;
    -ms-transition: all 0.3s ease-in-out .2s;
    transition: all 0.3s ease-in-out .2s;
    transform:translateX(0%);
}
.card-info:checked + .card .card-body {
    max-height:0;
    overflow:hidden;
    -webkit-transition: all .5s cubic-bezier(.25, .1, .25, .1);
    -moz-transition: all .5s cubic-bezier(.25, .1, .25, .1);
    -ms-transition: all .5s cubic-bezier(.25, .1, .25, .1);
    -o-transition: all .5s cubic-bezier(.25, .1, .25, .1);
    transition: all .5s cubic-bezier(.25, .1, .25, .1);
}
.card .card-header-btns .right-arrow {
    opacity:0;
}
.card-info:checked + .card .card-header-btns .info-btn-icon {
    opacity:0;
}
.card-info:checked + .card .card-header-btns .right-arrow {
    opacity:1;
}
.subtitle {
    font-size:90%;
    color:#80DEEA;
    font-weight:500;
}
/* END more info reveal animation */

/* ### card specific styling ### */
/* #quickstats card */

#quickstats .feature-content {
    padding:30px 16px;
    min-height:250px;
}
#quickstats .showmap-icon {
    width: 52px;
    height: 52px;
    padding: 14px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index:1;
}
#showmap:checked + .dk-overlay, #showmap:checked ~ .row {
    opacity:0;
}
#showmap:checked ~ .showmap-icon .mapicon {
    fill:#ffffff;
}
#flag {
    padding: 6px 16px;
}
.dns-scroll-wrap {
    position:relative;
}
.dns-scroll {
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    width:100%;
}
.dns-scroll::-webkit-scrollbar {
    -webkit-appearance: none;
    height:12px;
}
.dns-scroll::-webkit-scrollbar-thumb {
    background-color: rgba(255,255,255,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
    box-shadow: 0 0 1px rgba(255,255,255,.5);
}
.dns-scroll::-webkit-scrollbar-thumb:hover {
    background-color: rgba(255,255,255,.8);
    cursor:pointer;
}
.dns-card-mini {
    padding:12px 16px;
    border-radius: 4px;
    margin: 10px 6px 16px 8px;
    width: 46%;
    min-width:240px;
    max-width:260px;
    background-color: rgba(44, 107, 132, 0.22);
    border: 1px rgb(39, 100, 124) solid;
}
.dns-card-mini,
.vertical-align-middle {
    display: inline-block;
    vertical-align: middle;
}
.dns-scroll-wrap > .title {
    padding: 6px 16px;
}
.dns-card-mini .dt {
    margin:0 0 10px;
    font-size:16px;
}

.card .toggle {
    margin-top: 15px;
    margin-right: 15px;
}

/* END #quickstats card */

/* Start flash test card */
#flashminwrap .flashmin {
    display:none;
}
/* END flash test card */

/* speedtest card */
.progress {
    position: relative;
    height: 4px;
    display: block;
    width: 100%;
    max-width:200px;
    background-color: #727272;
    border-radius: 2px;
    margin: 0.5rem 0 1rem 0;
    overflow: hidden;
}
.progress .determinate {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #80DEEA;
    -webkit-transition: width 2s linear;
    -moz-transition: width 2s linear;
    -ms-transition: width 2s linear;
    -o-transition: width 2s linear;
    transition: width 2s linear;
    width:0;
}
/* TODO the .determinate class needs to be rigged up to actual speed test progress, so that users can see the progress of each step of speed test (upload/download). When width=100% rogress bar and remove below temporary css */
#speedtest.st-run #uploadbar, #speedtest.st-fin #uploadbar {
    width:100%;
}
#speedtest.st-run #downloadbar, #speedtest.st-fin #downloadbar {
    width:100%;
}
/*above css is temporary TODO */

#speedtest .dt-lg {
    font-size:26px;
}
#ping {
    max-height: 50px;
    min-height: 50px;
    text-align: left;
}
#speedtest .dt {
    margin:0;
}
#speedtest .entry:nth-child(odd), #speedtest .entry:nth-child(even) {
    background-color:initial;
}
#st-anime-box {
    position: relative;
    width: 100%;
    height:300px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#st-bg {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    opacity:1;
    position:absolute;
    height:412px;
    width:412px;
    background: -webkit-linear-gradient(135deg, #041221, #305882);
    background: -moz-linear-gradient(135deg, #041221, #305882);
    background: -o-linear-gradient(135deg, #041221, #305882);
    background: -ms-linear-gradient(135deg, #041221, #305882);
    background: linear-gradient(-45deg, #041221, #305882);
    background-color:#183450;
    transform:scale(0);
    border-radius:412px;
    margin:auto;
    left:0;
    right:0;
}
#st-anime-box .row {
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    opacity:1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#st-anime-box .sub-wrapper {
    height: 300px;
    left: 50%;
    top:15%;
    margin-left:-70px;
    position: relative;
    opacity:0;
}
#st-anime-box .st-btn-wrap {
    position:absolute;
    margin:auto;
    left:0;
    right:0;
    top:0;
    bottom:0;
    text-align: center;
    padding-top:50px;
    z-index:1;
}
#st-btn {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    width:260px;
    height:80px;
    text-align: center;
    line-height:80px;
    font-weight:600;
    font-size:30px;
    background-color:#00bcd4;
    color:#ffffff;
    margin:auto;
    cursor:pointer;
    border-radius:4px;
    position:relative;
    opacity:1;
    z-index:2;
}
#st-rerun {
    display:none;
}
#st-pingserver {
    transform:scale(0);
    font-size:0;
    display:none;
}
#st-start-msg {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #183450;
    font-size: 34px;
    font-weight:500;
    text-align: left;
    max-width: 260px;
    margin: auto auto 20px;
    transform:scale(1);
}
#st-anime-box .pulse-wrap .pulse {
    -webkit-animation:none;
    animation:none;
}
/* Speed Test .st-idle state */
#speedtest.st-idle .card-body {
    background-color: #e3e5ec;
}
#speedtest.st-idle .row, #speedtest.st-idle .bubbles, #speedtest.st-idle .speedlines {
    opacity:0;
}
#speedtest .pulse-wrap {
    opacity:0;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    top: 80px;
}
#speedtest .pulse {
    border: 3px solid rgba(0, 188, 212, 0.3);
}
@-webkit-keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}
@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}
/* END Speed Test .st-idle state */

/* Speed Test .st-ping state */
#speedtest.st-ping #st-start-msg {
    transform:scale(0);
}
#speedtest.st-ping #st-btn {
    background-color:initial;
    border:2px solid #00bcd4;
    border-radius:100%;
    width:80px;
    height:80px;
    font-size:0;
    line-height:18px;
    margin-top: -60px;
    -webkit-animation: leds-off 1.5s linear infinite .3s;
    animation: leds-off 1.5s linear infinite .3s;
}
#speedtest.st-ping #st-pingserver {
    font-size: 16px;
    display: inline-block;
    margin-top: 20px;
    transform: scale(1);
}
#speedtest.st-ping .pulse-wrap{
    opacity:1;
}
#speedtest.st-ping .pulse-wrap .pulse {
    -webkit-animation: pulse-wave 1.5s linear infinite both;
    animation: pulse-wave 1.5s linear infinite both;
}
#speedtest.st-ping #st-bg {
    opacity:1;
    transform:scale(2.1);
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}
#speedtest .card-body {
    background-color: transparent;
    -webkit-transition: all 0.2s cubic-bezier(.25, .1, .25, .1);
    -moz-transition: all 0.2s cubic-bezier(.25, .1, .25, .1);
    -ms-transition: all 0.2s cubic-bezier(.25, .1, .25, .1);
    -o-transition: all 0.2s cubic-bezier(.25, .1, .25, .1);
    transition: all 0.2s cubic-bezier(.25, .1, .25, .1);
}
#speedtest.st-btn-wrap {
    opacity:0;
}
@-webkit-keyframes ping-sonar {
    0% {
        transform: translateX(-75%);
    }
    100% {
        transform: translateX(0);
    }
}
@keyframes ping-sonar {
    0% {
        transform: translateX(-75%);
    }
    100% {
        transform: translateX(0);
    }
}
/* END Speed Test .st-ping state */

/* Speed Test .st-run state */
#speedtest.st-run #st-start-msg {
    transform:scale(0);
    font-size:0;
}
#speedtest.st-run .st-btn-wrap {
    opacity:0;
}
#speedtest.st-run #st-bg {
    opacity:1;
    transform:scale(3);
}
#speedtest.st-run .bubbles {
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #6bafca;
    opacity: 0.9;
    -webkit-animation: bubble1-h-movement 1s ease-in infinite, bubble1-v-movement 300ms ease-in-out infinite alternate, bubble-scale-movement 300ms ease-in-out infinite alternate;
    animation: bubble1-h-movement 1s ease-in infinite, bubble1-v-movement 300ms ease-in-out infinite alternate, bubble-scale-movement 300ms ease-in-out infinite alternate;
}
#speedtest.st-run .bubbles:after {
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #93ebf6;
    opacity: 0.9;
    top: -20px;
    left: 200px;
}
#speedtest.st-run .speedlines {
    width:200px;
    height:2px;
    opacity:1;
    position:absolute;
    background-color:#6bafca;
    -webkit-animation: bubble1-h-movement .5s ease-in infinite;
    animation: bubble1-h-movement .5s ease-in infinite;
}
#speedtest.st-run .sub-wrapper {
    -webkit-animation: swim-in .3s  cubic-bezier(.7, 0, 0.6, 1) 1 forwards, diving-up 3s ease-in-out infinite .5s, diving-rotate 3s ease-in-out infinite .5s;
    animation: swim-in .3s  cubic-bezier(.7, 0, 0.6, 1) 1 forwards, diving-up 3s ease-in-out infinite .5s, diving-rotate 3s ease-in-out infinite .5s;
    opacity:1;
}
#st-anime-box .sub-wrapper .sub-body {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    width: 150px;
    height: 80px;
    position: absolute;
    margin-top: 50px;
    left: 25px;
    border-radius: 5px 40px 40px 80px;
    border: 4px solid #00bcd4;
    transform:scale(.8);
}
#st-anime-box .sub-wrapper .sub-body .eye {
    width: 37px;
    height: 28px;
    position: absolute;
    margin-top: 23px;
    right: -1px;
    border-radius: 0 50px 40px 77px;
    border: 2px solid #68e3f4;
    background-color: #41e2f7;
    -webkit-box-shadow: 0px 2px 10px #80deea, 0px 5px 50px #80deea, 0px 8px 80px #80deea, 0px 8px 120px #80deea;
    -moz-box-shadow: 0px 2px 10px #80deea, 0px 5px 50px #80deea, 0px 8px 80px #80deea, 0px 8px 120px #80deea;
    -ms-box-shadow: 0px 2px 10px #80deea, 0px 5px 50px #80deea, 0px 8px 80px #80deea, 0px 8px 120px #80deea;
    -o-box-shadow: 0px 2px 10px #80deea, 0px 5px 50px #80deea, 0px 8px 80px #80deea, 0px 8px 120px #80deea;
    box-shadow: 0px 2px 10px #80deea, 0px 5px 50px #80deea, 0px 8px 80px #80deea, 0px 8px 120px #80deea;
}
#st-anime-box .sub-wrapper .sub-body .arm {
    position: absolute;
    transform-origin: right;
    -webkit-animation: wiggle-arms 120ms linear infinite .3s;
    animation: wiggle-arms 120ms linear infinite .3s;
}
#st-anime-box .sub-wrapper .sub-body .arm:after {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    -webkit-animation: node-spin 130ms linear infinite .3s;
    animation: node-spin 130ms linear infinite .3s;
}
#st-anime-box .sub-wrapper .node3:before, #st-anime-box .sub-wrapper .node5:before, #st-anime-box .sub-wrapper .node7:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 5px solid #00bcd4;
}
#st-anime-box .sub-wrapper .sub-body .node1 {
    width: 60px;
    margin-top: -4px;
    left: -62px;
}
#st-anime-box .sub-wrapper .sub-body .node1:after {
    margin-top: -7px;
    left: -15px;
}
#st-anime-box .sub-wrapper .sub-body .node2 {
    width: 106px;
    margin-top: 3px;
    left: -110px;
}
#st-anime-box .sub-wrapper .sub-body .node2:after {
    margin-top: -7px;
    left: -15px;
}
#st-anime-box .sub-wrapper .sub-body .node3 {
    width: 60px;
    margin-top: 10px;
    left: -35px;
}
#st-anime-box .sub-wrapper .sub-body .node3:after {
    margin-top: -7px;
    left: -15px;
}
#st-anime-box .sub-wrapper .sub-body .node3:before {
    margin-top: -6px;
    left: 52px;
}
#st-anime-box .sub-wrapper .sub-body .node4 {
    width: 61px;
    margin-top: 20px;
    left: -59px;
}
#st-anime-box .sub-wrapper .sub-body .node4:after {
    margin-top: -7px;
    left: -15px;
}
#st-anime-box .sub-wrapper .sub-body .node5 {
    width: 110px;
    margin-top: 30px;
    left: -84px;
}
#st-anime-box .sub-wrapper .sub-body .node5:after {
    margin-top: -7px;
    left: -15px;
}
#st-anime-box .sub-wrapper .sub-body .node5:before {
    margin-top: -6px;
    left: 102px;
}
#st-anime-box .sub-wrapper .sub-body .node6 {
    width: 32px;
    margin-top: 39px;
    left: -20px;
}
#st-anime-box .sub-wrapper .sub-body .node6:after {
    margin-top: -7px;
    left: -15px;
}
#st-anime-box .sub-wrapper .sub-body .node7 {
    width: 82px;
    margin-top: 47px;
    left: -45px;
}
#st-anime-box .sub-wrapper .sub-body .node7:after {
    margin-top: -8px;
    left: -15px;
}
#st-anime-box .sub-wrapper .sub-body .node7:before {
    margin-top: -6px;
    left: 75px;
}
#st-anime-box .sub-wrapper .sub-body .node8 {
    width: 47px;
    margin-top: 60px;
    left: -14px;
}
#st-anime-box .sub-wrapper .sub-body .node8:after {
    margin-top: -8px;
    left: -16px;
}
#st-anime-box .sub-wrapper .sub-body .armglow {
    border: 2px solid #2dcde1;
    -webkit-box-shadow: 0px 2px 10px #80deea, 0px 5px 50px #80deea;
    -moz-box-shadow: 0px 2px 10px #80deea, 0px 5px 50px #80deea;
    -ms-box-shadow: 0px 2px 10px #80deea, 0px 5px 50px #80deea;
    -o-box-shadow: 0px 2px 10px #80deea, 0px 5px 50px #80deea;
    box-shadow: 0px 2px 10px #80deea, 0px 5px 50px #80deea;
    border-radius: 15px;
}
#st-anime-box .sub-wrapper .sub-body .armglow:after {
    border-radius: 50%;
    border: 4px solid #2dcde1;
    background-color: rgba(176, 246, 255, 0.4);
    -webkit-box-shadow: 0px 2px 10px #80deea, 0px 5px 50px #80deea, 0px 8px 80px #80deea, 0px 8px 120px #80deea;
    -moz-box-shadow: 0px 2px 10px #80deea, 0px 5px 50px #80deea, 0px 8px 80px #80deea, 0px 8px 120px #80deea;
    -ms-box-shadow: 0px 2px 10px #80deea, 0px 5px 50px #80deea, 0px 8px 80px #80deea, 0px 8px 120px #80deea;
    -o-box-shadow: 0px 2px 10px #80deea, 0px 5px 50px #80deea, 0px 8px 80px #80deea, 0px 8px 120px #80deea;
    box-shadow: 0px 2px 10px #80deea, 0px 5px 50px #80deea, 0px 8px 80px #80deea, 0px 8px 120px #80deea;
}
#st-anime-box .sub-wrapper .sub-body .armglow2 {
    border: 3px solid #8de2ec;
    background-color: rgba(176, 246, 255, 0.4);
    -webkit-box-shadow: 0px 2px 10px #80deea, 0px 5px 50px #80deea;
    -moz-box-shadow: 0px 2px 10px #80deea, 0px 5px 50px #80deea;
    -ms-box-shadow: 0px 2px 10px #80deea, 0px 5px 50px #80deea;
    -o-box-shadow: 0px 2px 10px #80deea, 0px 5px 50px #80deea;
    box-shadow: 0px 2px 10px #80deea, 0px 5px 50px #80deea;
}
#st-anime-box .sub-wrapper .sub-body .armglow2:after {
    border-radius: 50%;
    border: 4px solid #8de2ec;
    background-color: rgba(176, 246, 255, 0.4);
    -webkit-box-shadow: 0px 2px 10px #80deea, 0px 5px 50px #80deea, 0px 8px 80px #80deea, 0px 8px 120px #80deea;
    -moz-box-shadow: 0px 2px 10px #80deea, 0px 5px 50px #80deea, 0px 8px 80px #80deea, 0px 8px 120px #80deea;
    -ms-box-shadow: 0px 2px 10px #80deea, 0px 5px 50px #80deea, 0px 8px 80px #80deea, 0px 8px 120px #80deea;
    -o-box-shadow: 0px 2px 10px #80deea, 0px 5px 50px #80deea, 0px 8px 80px #80deea, 0px 8px 120px #80deea;
    box-shadow: 0px 2px 10px #80deea, 0px 5px 50px #80deea, 0px 8px 80px #80deea, 0px 8px 120px #80deea;
}
#st-anime-box .sub-wrapper .sub-hat {
    width: 125px;
    position: absolute;
    left: -15px;
    top:-56px;
    transform-origin: right;
    -webkit-animation: wiggle-arms 100ms linear infinite;
    animation: wiggle-arms 100ms linear infinite;
}
#st-anime-box .sub-wrapper .sub-hat .sub-hat-line, #st-anime-box .sub-wrapper .sub-body {
    -webkit-box-shadow: 0px 2px 6px #00bcd4;
    -moz-box-shadow: 0px 2px 6px #00bcd4;
    -ms-box-shadow: 0px 2px 6px #00bcd4;
    -o-box-shadow: 0px 2px 6px #00bcd4;
    box-shadow: 0px 2px 6px #00bcd4;
}
#st-anime-box .sub-wrapper .leds {
    position: absolute;
    margin-top: 9px;
    margin-left: 23px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #bff2f9;
    -webkit-animation: leds-off 500ms linear infinite;
    animation: leds-off 500ms linear infinite;
}
#st-anime-box .sub-wrapper .leds:after, #st-anime-box .sub-wrapper .leds:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #bff2f9;
}
#st-anime-box .sub-wrapper .leds:after {
    margin-top: 19px;
    margin-left: 1px;
}
#st-anime-box .sub-wrapper .leds:before {
    margin-top: 37px;
    margin-left: 13px;
}
@-webkit-keyframes leds-off {
    100% {
        opacity: 0.3;
    }
}
@keyframes leds-off {
    100% {
        opacity: 0.3;
    }
}
@-webkit-keyframes swim-in {
    0% {
        transform: translateX(-75%);
    }
    100% {
        transform: translateX(0);
    }
}
@keyframes swim-in {
    0% {
        transform: translateX(-75%);
    }
    100% {
        transform: translateX(0);
    }
}
@-webkit-keyframes diving-up {
    0% {
        transform:translateY(5px);
    }
    50% {
        transform:translateY(15px);
    }
    100% {
        transform:translateY(5px);
    }
}
@keyframes diving-up {
    0% {
        transform:translateY(5px);
    }
    50% {
        transform:translateY(15px);
    }
    100% {
        transform:translateY(5px);
    }
}
@-webkit-keyframes diving-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }
    75% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@keyframes diving-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }
    75% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@-webkit-keyframes bubble1-h-movement {
    0% {
        margin-left: 80%;
    }
    100% {
        margin-left: -100%;
    }
}
@keyframes bubble1-h-movement {
    0% {
        margin-left: 80%;
    }
    100% {
        margin-left: -100%;
    }
}
@-webkit-keyframes bubble1-v-movement {
    0% {
        margin-top: 115px;
    }
    100% {
        margin-top: 160px;
    }
}
@keyframes bubble1-v-movement {
    0% {
        margin-top: 115px;
    }
    100% {
        margin-top: 160px;
    }
}
@-webkit-keyframes bubble-scale-movement {
    0% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
    }
    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}
@keyframes bubble-scale-movement {
    0% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
    }
    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}
@-webkit-keyframes node-spin {
    0% {
        transform-style: preserve-3d;
        transform: rotate3d(90, 1, 0, 0deg);
        -webkit-transform: rotate3d(90, 1, 0, 0deg);
    }
    100% {
        transform-style: preserve-3d;
        transform: rotate3d(90, 1, 0, 0deg);
        -webkit-transform: rotate3d(90, 1, 0, 180deg);
    }
}
@keyframes node-spin {
    0% {
        transform-style: preserve-3d;
        transform: rotate3d(90, 1, 0, 0deg);
        -webkit-transform: rotate3d(90, 1, 0, 0deg);
    }
    100% {
        transform-style: preserve-3d;
        transform: rotate3d(90, 1, 0, 0deg);
        -webkit-transform: rotate3d(90, 1, 0, 180deg);
    }
}
@-webkit-keyframes wiggle-arms {
    0% {
        -webkit-transform: rotate(-3deg) translate(2px,1px);
        transform: rotate(-3deg) translate(2px,1px);
    }
    50% {
        -webkit-transform: translate(1px,2px);
        transform: translate(1px,2px);
    }
    100% {
        -webkit-transform: rotate(4deg) translate(2px,1px);
        transform: rotate(4deg) translate(2px,1px);
    }
}
@keyframes wiggle-arms {
    0% {
        -webkit-transform: rotate(-3deg) translate(2px,1px);
        transform: rotate(-3deg) translate(2px,1px);
    }
    50% {
        -webkit-transform: translate(1px,2px);
        transform: translate(1px,2px);
    }
    100% {
        -webkit-transform: rotate(4deg) translate(2px,1px);
        transform: rotate(4deg) translate(2px,1px);
    }
}
/* END Speed Test .st-run state */

/* Speed Test .st-fin state */
#speedtest.st-fin .sub-wrapper {
    opacity:1;
    -webkit-animation: swim-out .3s  cubic-bezier(.7, 0, 0.6, 1) 1 forwards;
    animation: swim-out .3s  cubic-bezier(.7, 0, 0.6, 1) 1 forwards;
}
@-webkit-keyframes swim-out {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(75%);
    }
}
@keyframes swim-out {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(75%);
    }
}
#speedtest.st-fin a.title {
    color:#00BCD4;
}
#speedtest.st-fin #st-start-msg {
    transform: scale(0);
    font-size:0;
}
#speedtest.st-fin #st-rerun {
    display:inline-block;
    text-align: center;
    margin: auto;
}
#speedtest.st-fin #st-start {
    display:none;
}
#speedtest.st-fin #st-btn {
    opacity:1;
    -webkit-animation: float 3s ease-in-out infinite;
    animation: float 3s ease-in-out infinite;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#speedtest.st-fin #st-bg {
    opacity:1;
    transform:scale(3);
}
#speedtest.st-fin .st-btn-wrap {
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    opacity:1;
    z-index:initial;
}
/* END Speed Test st-fin state */
/*END speedtest card */
.dt-lg {
    font-size:30px;
    margin:0;
    -webkit-user-select: all;
    -moz-user-select: all;
    -ms-user-select: all;
    user-select: all;
}
.dt {
    font-weight:300;
    margin:6px 0;
    -webkit-user-select: all;
    -moz-user-select: all;
    -ms-user-select: all;
    user-select: all;
    white-space: normal;
}
.title {
    margin:6px 0 0 0;
    font-weight:500;
    font-size:13px;
    color: #a5f2fb;
    text-shadow: 0 0 5px rgba(0, 188, 212, 0.7);
}
.entry {
    padding: 6px 16px;
    min-height: 65px;
}
.entry:nth-child(even) {
    background-color: rgba(44, 107, 132, 0.5);
}
.backtop {
    padding: 12px 16px;
    min-height: 50px;
}
/* End Cards CSS */
/* Start info button */
.info-btn {
    cursor: pointer;
    height: 50px;
    width: 50px;
    border-radius: 25px;
    padding: 10px;
    display:inline-block;
    position:relative;
}
.info-btn .info-btn-icon, .info-btn .right-arrow, .info-btn .down-arrow {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 3px solid #00bcd4;
    font-weight: 500;
    font-size: 20px;
    color: #00bcd4;
    display: inline-block;
    padding: 0px;
    line-height: 22px;
    vertical-align: middle;
}
/* END info button */
/*start close X icon */
.close-icon:after, .close-icon:before {
    content: '';
    top:0;
    position: absolute;
    bottom: 0;
    right:0;
    left:0px;
    margin: auto;
    width:3px;
    height:20px;
    background-color:#FFFFFF;
}
.close-icon:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom:0px;
}
.close-icon:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top:0px;
}
/*start right arrow icon */
.right-arrow {
    display: inline-block;
    vertical-align: middle;
    position:relative;
    height:50px;
    width:50px;
}
.right-arrow:after, .right-arrow:before {
    content: '';
    top:0;
    position: absolute;
    bottom: 0;
    right:0;
    left:2px;
    margin: auto;
    width:3px;
    height:12px;
    background-color:#00BCD4;
}
.right-arrow:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom:6px;
}
.right-arrow:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top:6px;
}
/* END right arrow icon */
/*start right arrow icon */
.down-arrow {
    display: inline-block;
    vertical-align: middle;
    position:relative;
    height:50px;
    width:50px;
}
.down-arrow:after, .down-arrow:before {
    content: '';
    top:0;
    position: absolute;
    bottom: 0;
    right:0;
    left:2px;
    margin: auto;
    width:3px;
    height:12px;
    background-color:#00BCD4;
}
.down-arrow:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: -2px;
    left: -6px;
}
.down-arrow:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 2px;
    right: -6px;
}
/* END right arrow icon */
/*Start Down Arrow icon*/
.down-arrow-lg {
    display: inline-block;
    vertical-align: middle;
    position:relative;
    height:50px;
    width:50px;
}
.down-arrow-lg:after, .down-arrow-lg:before {
    content: '';
    top:2px;
    position: absolute;
    bottom: 0;
    right:0;
    left:0;
    margin: auto;
    width:20px;
    height:5px;
    background-color:#ffffff;
}
.down-arrow-lg:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: -12px;
}
.down-arrow-lg:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: -12px;
}
/* END Down Arrow icon*/
.menu {
    position: fixed;
    right:0;
    bottom:0;
    margin:auto;
    height: 100%;
    width: 100%;
    z-index: -1;
    will-change: height, width;
    -webkit-transition-property: z-index, opacity;
    transition-property: z-index, opacity;
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
    opacity:0;
}
#reveal-menu:checked + #site-wrap .menu {
    -webkit-transition: z-index 0s cubic-bezier(.3, .6, 0.7, 1.0);
    -moz-transition: z-index 0s cubic-bezier(.3, .6, 0.7, 1.0);
    -ms-transition: z-index 0s cubic-bezier(.3, .6, 0.7, 1.0);
    -o-transition: z-index 0s cubic-bezier(.3, .6, 0.7, 1.0);
    transition: z-index 0s cubic-bezier(.3, .6, 0.7, 1.0);
    z-index: 1;
    opacity:1;
}
.fab-wrap {
    -webkit-transition: all .5s cubic-bezier(.7, 0, 0.6, 1);
    -moz-transition: all .5s cubic-bezier(.7, 0, 0.6, 1);
    -ms-transition: all .5s cubic-bezier(.7, 0, 0.6, 1);
    -o-transition: all .5s cubic-bezier(.7, 0, 0.6, 1);
    transition: all .5s cubic-bezier(.7, 0, 0.6, 1);
    -webkit-transform: translate(-16px,-96px);
    -moz-transform: translate(-16px,-96px);
    -ms-transform: translate(-16px,-96px);
    -o-transform: translate(-16px,-96px);
    transform: translate(-16px,-96px);
    position: fixed;
    bottom: 0;
    right: 0;
    z-index:6;
}
#reveal-menu:checked + #site-wrap .fab-wrap {
    -webkit-transform: translate(-16px,-16px);
    -moz-transform: translate(-16px,-16px);
    -ms-transform: translate(-16px,-16px);
    -o-transform: translate(-16px,-16px);
    transform: translate(-16px,-16px);
}
.fab, .menu-bg  {
    position: absolute;
    right:0;
    bottom:0;
    display:inline-block;
    background-color:#e3e5ec;
    height: 60px;
    width:60px;
    border-radius:60px;
    opacity:1;
    font-weight:500;
    font-size:40px;
    text-align: center;
    line-height: 60px;
    vertical-align: middle;
    will-change: transform, background-color, color;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-delay:1s;
    transition-delay:1s;
}
.menu-bg {
    background-color: rgba(2, 18, 32, 0.8);
}
#fab-menu .fab, .menu-bg  {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.fab {
    -webkit-transition: -webkit-transform .5s cubic-bezier(.42, 0, 1, 1), background-color .5s cubic-bezier(.42, 0, 1, 1), color .5s cubic-bezier(.42, 0, 1, 1), box-shadow 0.2s ease 0.5s;
    -moz-transition: -moz-transform .5s cubic-bezier(.42, 0, 1, 1), background-color .5s cubic-bezier(.42, 0, 1, 1), color .5s cubic-bezier(.42, 0, 1, 1), box-shadow 0.2s ease 0.5s;
    -ms-transition: -ms-transform .5s cubic-bezier(.42, 0, 1, 1), background-color .5s cubic-bezier(.42, 0, 1, 1), color .5s cubic-bezier(.42, 0, 1, 1), box-shadow 0.2s ease 0.5s;
    -o-transition: -o-transform .5s cubic-bezier(.42, 0, 1, 1), background-color .5s cubic-bezier(.42, 0, 1, 1), color .5s cubic-bezier(.42, 0, 1, 1), box-shadow 0.2s ease 0.5s;
    transition:transform .5s cubic-bezier(.42, 0, 1, 1), background-color .5s cubic-bezier(.42, 0, 1, 1), color .5s cubic-bezier(.42, 0, 1, 1), box-shadow 0.2s ease 0.5s;
    cursor: pointer;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.3);
}
#reveal-menu:checked + #site-wrap #fab-menu .fab {
    -webkit-transition: -webkit-transform .5s cubic-bezier(.42, 0, 1, 1), background-color .5s cubic-bezier(.42, 0, 1, 1), box-shadow 0s;
    -moz-transition: -moz-transform .5s cubic-bezier(.42, 0, 1, 1), background-color .5s cubic-bezier(.42, 0, 1, 1), box-shadow 0s;
    -ms-transition: -ms-transform .5s cubic-bezier(.42, 0, 1, 1), background-color .5s cubic-bezier(.42, 0, 1, 1), box-shadow 0s;
    -o-transition: -o-transform .5s cubic-bezier(.42, 0, 1, 1), background-color .5s cubic-bezier(.42, 0, 1, 1), box-shadow 0s;
    transition:transform .5s cubic-bezier(.42, 0, 1, 1), background-color .5s cubic-bezier(.42, 0, 1, 1), box-shadow 0s;
    -webkit-transform: rotate(-405deg);
    -moz-transform: rotate(-405deg);
    -ms-transform: rotate(-405deg);
    -o-transform: rotate(-405deg);
    transform: rotate(-405deg);
    background-color:#d95836;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    -ms-box-shadow:none;
    -o-box-shadow:none;
    box-shadow:none;
}
.fab .fab-icon {
    -webkit-transition: background-color .5s cubic-bezier(.42, 0, 1, 1);
    -moz-transition: background-color .5s cubic-bezier(.42, 0, 1, 1);
    -ms-transition: background-color .5s cubic-bezier(.42, 0, 1, 1);
    -o-transition: background-color .5s cubic-bezier(.42, 0, 1, 1);
    transition: background-color .5s cubic-bezier(.42, 0, 1, 1);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

#reveal-menu + #site-wrap .fab:after {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    content: '';
}

#reveal-menu:checked + #site-wrap .fab:after {
    -webkit-transition: all 0.3s cubic-bezier(.42, 0, 1, 1) 0.6s;
    -moz-transition: all 0.3s cubic-bezier(.42, 0, 1, 1) 0.6s;
    -ms-transition: all 0.3s cubic-bezier(.42, 0, 1, 1) 0.6s;
    -o-transition: all 0.3s cubic-bezier(.42, 0, 1, 1) 0.6s;
    transition: all 0.3s cubic-bezier(.42, 0, 1, 1) 0.6s;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.3);
}
#fab-menu .fab-icon {
    background-color:#00bcd4;
}
#reveal-menu:checked + #site-wrap #fab-menu .fab-icon{
    background-color:#ffffff;
}
#fab-menu .fab-icon:nth-child(1) {
    width: 5px;
    height: 25px;
}
#fab-menu .fab-icon:nth-child(2) {
    width: 25px;
    height: 5px;
}
/* start FAB navigation button */
#fab-nav .fab {
    background-color:#23ce3e;
}
#fab-nav {
    -webkit-transform: translate(-16px,-16px);
    -moz-transform: translate(-16px,-16px);
    -ms-transform: translate(-16px,-16px);
    -o-transform: translate(-16px,-16px);
    transform: translate(-16px,-16px);
    background-color:#e3e5ec;
    opacity:1;
}
#reveal-menu:checked + #site-wrap #fab-nav {
    -webkit-transform: translate(-16px,76px);
    -moz-transform: translate(-16px,76px);
    -ms-transform: translate(-16px,76px);
    -o-transform: translate(-16px,76px);
    transform: translate(-16px,76px);
    opacity:0;
}
.menu-bg {
    -webkit-transition: -webkit-transform .5s cubic-bezier(.42, 0, 1, 1), background-color .5s cubic-bezier(.42, 0, 1, 1);
    -moz-transition: -moz-transform .5s cubic-bezier(.42, 0, 1, 1), background-color .5s cubic-bezier(.42, 0, 1, 1);
    -ms-transition: -ms-transform .5s cubic-bezier(.42, 0, 1, 1), background-color .5s cubic-bezier(.42, 0, 1, 1);
    -o-transition: -o-transform .5s cubic-bezier(.42, 0, 1, 1), background-color .5s cubic-bezier(.42, 0, 1, 1);
    transition:transform .5s cubic-bezier(.42, 0, 1, 1), background-color .5s cubic-bezier(.42, 0, 1, 1);
    -webkit-transform: scale(1) translate(-16px,-16px);
    -moz-transform: scale(1) translate(-16px,-16px);
    -ms-transform: scale(1) translate(-16px,-16px);
    -o-transform: scale(1) translate(-16px,-16px);
    transform: scale(1) translate(-16px,-16px);
    height:60px;
    width:60px;
    bottom:80px;
}

#reveal-menu:checked + #site-wrap .menu-bg {
    -webkit-transform: scale(50);
    -moz-transform: scale(50);
    -ms-transform: scale(50);
    -o-transform: scale(50);
    transform: scale(50);
    background-color: rgba(2, 18, 32, 0.8);
    bottom:0;
}
.menu-content .entry {
    -webkit-transition: all 0.3s cubic-bezier(.3, .6, 0.7, 1.0);
    -moz-transition: all 0.3s cubic-bezier(.3, .6, 0.7, 1.0);
    -ms-transition: all 0.3s cubic-bezier(.3, .6, 0.7, 1.0);
    -o-transition: all 0.3s cubic-bezier(.3, .6, 0.7, 1.0);
    transition: all 0.3s cubic-bezier(.3, .6, 0.7, 1.0);
    -webkit-transform: translate(0, 200%);
    -moz-transform: translate(0, 200%);
    -ms-transform: translate(0, 200%);
    -o-transform: translate(0, 200%);
    transform: translate(0, 200%);
    min-height:60px;
    padding:16px;

}
#reveal-menu:checked + #site-wrap .menu-content .entry {
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    border-bottom:1px solid #22536b;
}
.menu-content .entry .menu-p {
    margin:0;
    font-size:16px;
    line-height:25px;
    color:#00bcd4;
}
.menu-p a {
    color:#00bcd4;
}
.menu-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height:100%;
    -webkit-transition-delay:.5s;
    transition-delay:.5s;
    -webkit-transition-properity: opacity;
    transition-property: opacity;

}
#reveal-menu:checked + #site-wrap .menu-container {
    overflow: auto;
    opacity:1 !important;
    transition-delay:0;
    -webkit-transition-delay:0;
}
.menu-card {
    -webkit-transition: transform 0.45s cubic-bezier(.3, .6, 0.7, 1.0), opacity 0.45s cubic-bezier(.3, .6, 0.7, 1.0);
    -moz-transition: transform 0.45s cubic-bezier(.3, .6, 0.7, 1.0), opacity 0.45s cubic-bezier(.3, .6, 0.7, 1.0);
    -ms-transition: transform 0.45s cubic-bezier(.3, .6, 0.7, 1.0), opacity 0.45s cubic-bezier(.3, .6, 0.7, 1.0);
    -o-transition: transform 0.45s cubic-bezier(.3, .6, 0.7, 1.0), opacity 0.45s cubic-bezier(.3, .6, 0.7, 1.0);
    transition: transform 0.45s cubic-bezier(.3, .6, 0.7, 1.0), opacity 0.45s cubic-bezier(.3, .6, 0.7, 1.0);
    -webkit-transform: translate(0 , 200%);
    -moz-transform: translate(0 , 200%);
    -ms-transform: translate(0 , 200%);
    -o-transform: translate(0 , 200%);
    transform: translate(0 , 200%);
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    height:840px;
}
.menu-content {
    height: 100%;
    width: 100%;
}
#reveal-menu:checked + #site-wrap .menu-card {
    -webkit-transition: transform 0.45s cubic-bezier(.3, .6, 0.7, 1.0), opacity 0.45s cubic-bezier(.3, .6, 0.7, 1.0);
    -moz-transition: transform 0.45s cubic-bezier(.3, .6, 0.7, 1.0), opacity 0.45s cubic-bezier(.3, .6, 0.7, 1.0);
    -ms-transition: transform 0.45s cubic-bezier(.3, .6, 0.7, 1.0), opacity 0.45s cubic-bezier(.3, .6, 0.7, 1.0);
    -o-transition: transform 0.45s cubic-bezier(.3, .6, 0.7, 1.0), opacity 0.45s cubic-bezier(.3, .6, 0.7, 1.0);
    transition: transform 0.45s cubic-bezier(.3, .6, 0.7, 1.0), opacity 0.45s cubic-bezier(.3, .6, 0.7, 1.0);
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    z-index:2;
}
.menu-content .entry:nth-child(even) {
    background-color:initial;
}
#reveal-menu:checked + #site-wrap .menu-content .entry:nth-child(2) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#reveal-menu:checked + #site-wrap .menu-content .entry:nth-child(3) {
  -webkit-transition-delay: 0.33s;
          transition-delay: 0.33s;
}
#reveal-menu:checked + #site-wrap .menu-content .entry:nth-child(4) {
  -webkit-transition-delay: 0.36s;
          transition-delay: 0.36s;
}
#reveal-menu:checked + #site-wrap .menu-content .entry:nth-child(5) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
#reveal-menu:checked + #site-wrap .menu-content .entry:nth-child(6) {
  -webkit-transition-delay: 0.43s;
          transition-delay: 0.43s;
}
#reveal-menu:checked + #site-wrap .menu-content .entry:nth-child(7) {
  -webkit-transition-delay: 0.46s;
          transition-delay: 0.46s;
}
#reveal-menu:checked + #site-wrap .menu-content .entry:nth-child(8) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
#reveal-menu:checked + #site-wrap .menu-content .entry:nth-child(9) {
  -webkit-transition-delay: .53s;
          transition-delay: .53s;
}
#reveal-menu:checked + #site-wrap .menu-content .entry:nth-child(10) {
  -webkit-transition-delay: .56s;
          transition-delay: .56s;
}
#reveal-menu:checked + #site-wrap .menu-content .entry:nth-child(11) {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

/* menu switches */
.switch {
    position: relative;
    display: inline-block;
    height: 15px;
    width: 40px;
    margin-top: 5px;
    background: #888888;
    background: #7992a8;
    border-radius: 100px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.switch:after {
    position: absolute;
    left: 0px;
    top: -6px;
    display: block;
    width: 26px;
    height: 26px;
    border-radius: 90px;
    background: #a9a9a9;
    background: #a9c7e1;
    -webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.35);
    -ms-box-shadow: 0px 3px 3px rgba(0,0,0,0.35);
    -o-box-shadow: 0px 3px 3px rgba(0,0,0,0.35);
    box-shadow: 0px 3px 3px rgba(0,0,0,0.35);
    content: '';
    transition: all 0.3s ease;
}
.switch:active:after {
    transform: scale(1.15, 0.85);
}

.toggle {
    width:30px;
    height:30px;
    border:2px solid #00bcd4;
    border-radius:30px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
    -moz-transform: translateZ(0) scale(1.0, 1.0);
    transform: translateZ(0) scale(1.0, 1.0);
}
.toggle:after {
    content: '';
    width: 4px;
    height: 16px;
    transform: rotate(45deg);
    background-color: #fff;
    display: none;
    position: absolute;
    right: 8px;
    bottom: 4px;
}
.toggle:before {
    content: '';
    width: 4px;
    height: 8px;
    transform: rotate(-45deg);
    background-color: #fff;
    display: none;
    position: absolute;
    bottom: 5px;
    left: 6px;
}
.toggle-tiny {
    width:20px;
    height:20px;
}
.toggle-tiny::before {
    width: 3px;
    height: 7px;
    bottom: 2px;
    left: 2px;
}
.toggle-tiny::after {
    width: 3px;
    height: 11px;
    right: 4px;
    bottom: 2px;
}
.cbx:checked ~ .toggle {
    background-color:#00bcd4;
    border:3px solid #00bcd4;
}
.cbx:checked ~ .toggle:before {
    display:inline-block;
}
.cbx:checked ~ .toggle:after {
    display:inline-block;
}
.cbx:checked ~ .switch {
    background: #028697;
}
.cbx:checked ~ .switch:after {
    left: 15px;
    background: #00bcd4;
}
.cbx:disabled ~ .switch {
    background: #888888;
    pointer-events: none;
}
.cbx:disabled ~ .switch:after {
    background: #a9a9a9;
}
.toggle-text {
    display: inline;
    line-height: 25px;
    vertical-align: super;
    color: #00bcd4;
    font-weight: 600;
}
input[type='checkbox'].cbx-sq {
    display:inline-block;
}

/* spinner icon */
.loader {
    text-align: center;
    margin-top:5px;
}
.loader-spinner {
    box-sizing: border-box;
    stroke: #00bcd4;
    stroke-width: 7px;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: line 1.6s cubic-bezier(0.4, 0, 0.2, 1) infinite, rotate 1.6s linear infinite;
    animation: line 1.6s cubic-bezier(0.4, 0, 0.2, 1) infinite, rotate 1.6s linear infinite;
}
/* spinner icon animation */
@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(450deg);
        transform: rotate(450deg);
    }
}

@keyframes rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(450deg);
        transform: rotate(450deg);
    }
}

@-webkit-keyframes line {
    0% {
        stroke-dasharray: 4, 171.928;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        stroke-dasharray: 131.946, 43.9822;
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dasharray: 4, 171.928;
        stroke-dashoffset: -131.946;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@keyframes line {
    0% {
        stroke-dasharray: 4, 171.928;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        stroke-dasharray: 131.946, 43.9822;
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dasharray: 4, 171.928;
        stroke-dashoffset: -131.946;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}
/* END spinner icon animation */

/* Start Logo pulse animation */
.pulse-icon {
    position: relative;
    display: inline-block;
    margin:0 15px 0 20px;
    float:left;
}
/*icon styling here*/
.pulse-icon .icon-wrap {
    position: relative;
    width: 70px;
    height: 70px;
    -webkit-box-shadow: 0px 12px 12px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 12px 12px 0px rgba(0,0,0,0.1);
    -ms-box-shadow: 0px 12px 12px 0px rgba(0,0,0,0.1);
    -o-box-shadow: 0px 12px 12px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 12px 12px 0px rgba(0,0,0,0.1);
    display: inline-block;
    border-radius: 50%;
    background: transparent;
    position: relative;
    z-index: 2;
}

.pulse-icon .pulse-wrap {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}
.pulse-icon .circle {
    border-radius: 50%;
    position: absolute;
}
.pulse-wrap .pulse {
    position: absolute;
    -webkit-animation: pulse-wave 4s linear infinite both;
    animation: pulse-wave 4s linear infinite both;
    border-radius: 50%;
}
.pulse-wrap .pulse-1 {
    border: solid 2px rgba(255,255,255,0.3);
    width: 170px;
    height: 170px;
    top: -50px;
    left: -50px;
}
.pulse-wrap .pulse-2 {
    border: solid 2px rgba(255,255,255,0.4);
    width: 270px;
    height: 270px;
    top: -100px;
    left: -100px;
}
.pulse-wrap .pulse-3 {
    border: solid 2px rgba(255,255,255,0.5);
    width: 370px;
    height: 370px;
    top: -150px;
    left: -150px;
}
.sonar-line {
    width: 2px;
    height: 270px;
    top: -235px;
    left: 35px;
    position: absolute;
    -webkit-animation: sonar 4s linear infinite;
    animation: sonar 4s linear infinite;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    background: rgba(255,255,255,.5);
    background: -webkit-linear-gradient(bottom, rgba(255,255,255,.65) 0%, rgba(255,255,255,0) 100%);
    background: -moz-linear-gradient(bottom, rgba(255,255,255,.65) 0%, rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(bottom, rgba(255,255,255,.65) 0%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(bottom, rgba(255,255,255,.65) 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to top, rgba(255,255,255,.65) 0%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}

/* Animation for pulsating waves */
@keyframes pulse-wave{
    0% {
        opacity: 0;
        transform: scale(0.05);
    }
    50% {
        opacity: 1;
        transform: scale(0.5);
    }
    100% {
        opacity: 0;
        transform: scale(1.0);
    }
}

/* animation for the inner and outer waves */
@keyframes grow-circles {
    0% {
        opacity: 0.85;
        transform: scale(1.0);
    }
    15% {
        opacity: 1;
        transform: scale(1.05);
    }
    30% {
        opacity: 0.85;
        transform: scale(1.0);
    }

}

/* animation for the icon to pulse */
@keyframes grow-shrink {
    0% {
        transform: scale(1);
    }
    15% {
        transform: scale(1.1);
    }
    30% {
        transform: scale(1);
    }
}
/* animation for spinning sonar */
@-webkit-keyframes sonar {
    0% {
        opacity: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    10% {
        opacity: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        opacity: 1;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes sonar {
    0% {
        opacity: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    10% {
        opacity: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        opacity: 1;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* END pulse animation */
/* Start Responsive Table Card */

td {
    font-weight: normal;
    font-size: 1em;
}
.responsive-table {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    display: table;
    border-spacing: 1px;
    table-layout:fixed;
    border: 1px solid #214761;
}
.responsive-table .table-head {
  position: absolute;
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.responsive-table .table-head th:first-of-type {
    text-align: left;
}
.responsive-table .tbody,
.responsive-table tr,
.responsive-table th,
.responsive-table td {
    display: block;
    text-align: left;
}
.responsive-table .tbody tr:last-of-type {
    margin-bottom: 0;
}
.responsive-table th,
.responsive-table td {
    vertical-align: middle;
}
.responsive-table .dt {
    margin: 0 0 0 120px;
}
.responsive-table .tbody td[data-title]:before {
    content: attr(data-title);
    float: left;
    color: #a5f2fb;
    text-shadow: 0 0 5px rgba(0, 188, 212, 0.7);
}
/* advanced dns test styling */
#tbldnsadvancedwrap .dnsmin {
    display:none;
}
#tbldnsadvanced .dns-icon {
    margin-top:10px;
    text-align: left;
}
.responsive-table-wrap {
    overflow-x:auto;
    position:relative;
}
.responsive-table-wrap .responsive-table .dt {
    margin: 0px;
}
.responsive-table-wrap .responsive-table .last-dt {
    margin-right:15px;
    margin-bottom: 15px;
}
.responsive-table-wrap tr:not(:first-child) {
    border-top: 2px solid #1a384c;
}
.responsive-table-wrap .responsive-table .tbody td[data-title]:before {
    float:none;
    font-size: 13px;
}
.responsive-table-wrap::-webkit-scrollbar {
    -webkit-appearance: none;
    height:12px;
}
.responsive-table-wrap::-webkit-scrollbar-thumb {
    background-color: rgba(255,255,255,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
    box-shadow: 0 0 1px rgba(255,255,255,.5);
}
.responsive-table-wrap::-webkit-scrollbar-thumb:hover {
    background-color: rgba(255,255,255,.8);
    cursor:pointer;
}
.responsive-table-wrap th {
    min-width:150px;
}
.responsive-table-wrap th, .responsive-table-wrap td {
    padding:6px 16px;
}

#fab-ico {
    height: 24px;
    width: 24px;
    border-radius: 24px;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    border: 2px solid white;
}
/* DNS key reveal/hide */

#dns-key-wrap {
    transform: translate3d(0,0,0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    width: 100%;
    max-height:0;
    opacity:0;
    overflow:hidden;
    display: block;
}
#dns-key + .container .info-btn {
    width:inherit;
    height:inherit;
}
#dns-info-btn p {
    margin: 3px 0 0px 30px;
    color:#00bcd4;
    font-weight:600;
}
#dns-key:checked + .container #dns-key-wrap {
    opacity:1 !important;
    max-height:3000px !important;
    padding: 20px 15px 0px 0px;
}
#dns-info-btn .info-btn-icon, #dns-info-btn .down-arrow {
    position: absolute;
    margin: auto;
    left: 0;
}
#dns-key-wrap div{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transform: translateX(100%);
}
#dns-key:checked + .container #dns-key-wrap div {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transform:translateX(0);
}
#dns-key:checked + .container #dns-key-wrap div:nth-of-type(2) {
    -webkit-transition: all 0.3s ease-in-out .1s;
    -moz-transition: all 0.3s ease-in-out .1s;
    -o-transition: all 0.3s ease-in-out .1s;
    -ms-transition: all 0.3s ease-in-out .1s;
    transition: all 0.3s ease-in-out .1s;
    transform:translateX(0%);
}
#dns-key:checked + .container #dns-key-wrap div:nth-of-type(3) {
    -webkit-transition: all 0.3s ease-in-out .15s;
    -moz-transition: all 0.3s ease-in-out .15s;
    -o-transition: all 0.3s ease-in-out .15s;
    -ms-transition: all 0.3s ease-in-out .15s;
    transition: all 0.3s ease-in-out .15s;
    transform:translateX(0%);
}
#dns-key:checked + .container #dns-key-wrap div:nth-of-type(4) {
    -webkit-transition: all 0.3s ease-in-out .18s;
    -moz-transition: all 0.3s ease-in-out .18s;
    -o-transition: all 0.3s ease-in-out .18s;
    -ms-transition: all 0.3s ease-in-out .18s;
    transition: all 0.3s ease-in-out .18s;
    transform:translateX(0%);
}
#dns-key:checked + .container #dns-key-wrap div:nth-of-type(5) {
    -webkit-transition: all 0.3s ease-in-out .2s;
    -moz-transition: all 0.3s ease-in-out .2s;
    -o-transition: all 0.3s ease-in-out .2s;
    -ms-transition: all 0.3s ease-in-out .2s;
    transition: all 0.3s ease-in-out .2s;
    transform:translateX(0%);
}
#dns-key:checked + .container #dns-key-wrap div:nth-of-type(6) {
    -webkit-transition: all 0.3s ease-in-out .23s;
    -moz-transition: all 0.3s ease-in-out .23s;
    -o-transition: all 0.3s ease-in-out .23s;
    -ms-transition: all 0.3s ease-in-out .23s;
    transition: all 0.3s sease-in-out .23s;
    transform:translateX(0%);
}
#dns-key:checked  + .container + .responsive-table-wrap + .tbl-fade-right {
    opacity:0;
}
#dns-key + .container .down-arrow {
    opacity:0;
}

#dns-key:checked + .container  .info-btn-icon {
    opacity:0;
}
#dns-key:checked + .container  .down-arrow {
    opacity:1;
}

/* END advanced dns test styling */
/* black list card styling */
.bl-status-unlisted {
    color:#36fd56;
}
.bl-status-listed {
    color:#ff7600;
}
#blacklistmin {
    display:none;
}

caption {
    padding: 16px;
    font-weight: bold;
}
td, th {
    padding:16px;
    position:relative;
}

tr:nth-child(even) {
    background-color: rgba(44, 107, 132, 0.5);
}

th {
    background-color: rgba(32, 62, 91, 0.5);
    color: #a5f2fb;
    text-shadow: 0 0 5px rgba(0, 188, 212, 0.7);
    font-size: 14px;
}
/*bottom of page */
#msg {
    padding:0 15px 25px;
}
#msg-icon {
    max-width:120px;
}
/*END Table Card */
#footer {
    padding: 0px 10px 185px 10px;
    /*position: absolute;
    right:0;
    left:0;
    bottom: -358px;*/
    width: 100%;
    /*background-color: #0b1f30;*/
    display: block;
    color: #999;
    font-size: 1.25em;
    text-align: center;
    max-width:100%;
}
footer ul {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}
footer li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    font-size:14px;
}
footer a {
    color: #999;
}
#notfoundpage {
    padding:15px;
}
#notfoundpage .container {
    background-color:#203e5b;
    padding:20px 15px 45px;
    max-width:800px;
    border-radius:4px;
    margin:auto;
}
#notfoundpage a {
    color:#00bcd4;
    display:inline-block;
}
.playstore-btn {
    max-width:200px;
    display:inline-block;
}
/* input card animation */

/* bubble bg */

@keyframes stretch {
  0% {
    transform: scaleX(1) scaleY(1);
  }

  33% {
    transform: scaleX(0.9) scaleY(1);
  }

  66% {
    transform: scaleX(1) scaleY(0.9);
  }

  100% {
    transform: scaleX(1) scaleY(1);
  }
}
@-webkit-keyframes stretch {
  0% {
    -webkit-transform: scaleX(1) scaleY(1);
  }

  33% {
    -webkit-transform: scaleX(0.9) scaleY(1);
  }

  66% {
    -webkit-transform: scaleX(1) scaleY(0.9);
  }

  100% {
    -webkit-transform: scaleX(1) scaleY(1);
  }
}
@keyframes shake {
  0% {
    transform: translateX(10px);
  }

  50% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(10px);
  }
}
@-webkit-keyframes shake {
  0% {
    -webkit-transform: translateX(10px);
  }

  50% {
    -webkit-transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(10px);
  }
}
@keyframes move {
  0% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(-1000px);
    opacity: 0;
  }
}
@-webkit-keyframes move {
  0% {
    -webkit-transform: translateY(0px);
  }

  100% {
    -webkit-transform: translateY(-1000px);
    opacity: 0;
  }
}
.field {
  /*background: -webkit-linear-gradient(top, #a5d4ea 0%, #86c6e0 100%);
  background: linear-gradient(to bottom, #a5d4ea 0%, #86c6e0 100%);*/
  overflow: hidden;
  position: fixed;
  width: 100%;
  z-index:0;
}

#bubblefield {
    display:none;
}
.bubble {
  position: absolute;
  bottom: -20%;
  left: 50%;
}
.bubble .item {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  box-shadow: 0px 0px 2px 0px #a5f2fb inset;
  -webkit-box-shadow: 0px 0px 2px 0px #a5f2fb inset;
  position: relative;
}
.bubble .item:after {
  content: "";
  display: block;
  width: 20%;
  height: 20%;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  right: 15%;
  top: 15%;
  transform: rotateZ(45deg) scaleY(0.8);
  -webkit-transform: rotateZ(45deg) scaleY(0.8);
}

.stretch0 {
  animation: stretch 2s ease 0s infinite normal;
  -webkit-animation: stretch 2s ease 0s infinite normal;
}

.shake0 {
  animation: shake 2s ease 0s infinite normal;
  -webkit-animation: shake 2s ease 0s infinite normal;
}

.move0 {
  animation: move 5s cubic-bezier(0.47, 0, 0.745, 0.715) 0s infinite normal;
  -webkit-animation: move 5s cubic-bezier(0.47, 0, 0.745, 0.715) 0s infinite normal;
}

.pos0 {
  left: 0%;
}

.scale0 {
  transform: scale(0);
  -webkit-transform: scale(0);
}

.stretch1 {
  animation: stretch 2.2s ease 0s infinite normal;
  -webkit-animation: stretch 2.2s ease 0s infinite normal;
}

.shake1 {
  animation: shake 2.2s ease 0s infinite normal;
  -webkit-animation: shake 2.2s ease 0s infinite normal;
}

.move1 {
  animation: move 5.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s infinite normal;
  -webkit-animation: move 5.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s infinite normal;
}

.pos1 {
  left: 2%;
}

.scale1 {
  transform: scale(0.1);
  -webkit-transform: scale(0.1);
}

.stretch2 {
  animation: stretch 2.4s ease 0s infinite normal;
  -webkit-animation: stretch 2.4s ease 0s infinite normal;
}

.shake2 {
  animation: shake 2.4s ease 0s infinite normal;
  -webkit-animation: shake 2.4s ease 0s infinite normal;
}

.move2 {
  animation: move 5.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s infinite normal;
  -webkit-animation: move 5.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s infinite normal;
}

.pos2 {
  left: 4%;
}

.scale2 {
  transform: scale(0.2);
  -webkit-transform: scale(0.2);
}

.stretch3 {
  animation: stretch 2.6s ease 0s infinite normal;
  -webkit-animation: stretch 2.6s ease 0s infinite normal;
}

.shake3 {
  animation: shake 2.6s ease 0s infinite normal;
  -webkit-animation: shake 2.6s ease 0s infinite normal;
}

.move3 {
  animation: move 5.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s infinite normal;
  -webkit-animation: move 5.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s infinite normal;
}

.pos3 {
  left: 6%;
}

.scale3 {
  transform: scale(0.3);
  -webkit-transform: scale(0.3);
}

.stretch4 {
  animation: stretch 2.8s ease 0s infinite normal;
  -webkit-animation: stretch 2.8s ease 0s infinite normal;
}

.shake4 {
  animation: shake 2.8s ease 0s infinite normal;
  -webkit-animation: shake 2.8s ease 0s infinite normal;
}

.move4 {
  animation: move 5.8s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s infinite normal;
  -webkit-animation: move 5.8s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s infinite normal;
}

.pos4 {
  left: 8%;
}

.scale4 {
  transform: scale(0.4);
  -webkit-transform: scale(0.4);
}

.stretch5 {
  animation: stretch 3s ease 0s infinite normal;
  -webkit-animation: stretch 3s ease 0s infinite normal;
}

.shake5 {
  animation: shake 3s ease 0s infinite normal;
  -webkit-animation: shake 3s ease 0s infinite normal;
}

.move5 {
  animation: move 6s cubic-bezier(0.47, 0, 0.745, 0.715) 1s infinite normal;
  -webkit-animation: move 6s cubic-bezier(0.47, 0, 0.745, 0.715) 1s infinite normal;
}

.pos5 {
  left: 10%;
}

.scale5 {
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
}

.stretch6 {
  animation: stretch 3.2s ease 0s infinite normal;
  -webkit-animation: stretch 3.2s ease 0s infinite normal;
}

.shake6 {
  animation: shake 3.2s ease 0s infinite normal;
  -webkit-animation: shake 3.2s ease 0s infinite normal;
}

.move6 {
  animation: move 6.2s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s infinite normal;
  -webkit-animation: move 6.2s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s infinite normal;
}

.pos6 {
  left: 12%;
}

.scale6 {
  transform: scale(0.6);
  -webkit-transform: scale(0.6);
}

.stretch7 {
  animation: stretch 3.4s ease 0s infinite normal;
  -webkit-animation: stretch 3.4s ease 0s infinite normal;
}

.shake7 {
  animation: shake 3.4s ease 0s infinite normal;
  -webkit-animation: shake 3.4s ease 0s infinite normal;
}

.move7 {
  animation: move 6.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s infinite normal;
  -webkit-animation: move 6.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s infinite normal;
}

.pos7 {
  left: 14.0%;
}

.scale7 {
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
}

.stretch8 {
  animation: stretch 3.6s ease 0s infinite normal;
  -webkit-animation: stretch 3.6s ease 0s infinite normal;
}

.shake8 {
  animation: shake 3.6s ease 0s infinite normal;
  -webkit-animation: shake 3.6s ease 0s infinite normal;
}

.move8 {
  animation: move 6.6s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s infinite normal;
  -webkit-animation: move 6.6s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s infinite normal;
}

.pos8 {
  left: 16%;
}

.scale8 {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
}

.stretch9 {
  animation: stretch 3.8s ease 0s infinite normal;
  -webkit-animation: stretch 3.8s ease 0s infinite normal;
}

.shake9 {
  animation: shake 3.8s ease 0s infinite normal;
  -webkit-animation: shake 3.8s ease 0s infinite normal;
}

.move9 {
  animation: move 6.8s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s infinite normal;
  -webkit-animation: move 6.8s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s infinite normal;
}

.pos9 {
  left: 18%;
}

.scale9 {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
}

.stretch10 {
  animation: stretch 4s ease 0s infinite normal;
  -webkit-animation: stretch 4s ease 0s infinite normal;
}

.shake10 {
  animation: shake 4s ease 0s infinite normal;
  -webkit-animation: shake 4s ease 0s infinite normal;
}

.move10 {
  animation: move 7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s infinite normal;
  -webkit-animation: move 7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s infinite normal;
}

.pos10 {
  left: 20%;
}

.scale10 {
  transform: scale(1);
  -webkit-transform: scale(1);
}

.stretch11 {
  animation: stretch 4.2s ease 0s infinite normal;
  -webkit-animation: stretch 4.2s ease 0s infinite normal;
}

.shake11 {
  animation: shake 4.2s ease 0s infinite normal;
  -webkit-animation: shake 4.2s ease 0s infinite normal;
}

.move11 {
  animation: move 7.2s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s infinite normal;
  -webkit-animation: move 7.2s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s infinite normal;
}

.pos11 {
  left: 22%;
}

.scale11 {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.stretch12 {
  animation: stretch 4.4s ease 0s infinite normal;
  -webkit-animation: stretch 4.4s ease 0s infinite normal;
}

.shake12 {
  animation: shake 4.4s ease 0s infinite normal;
  -webkit-animation: shake 4.4s ease 0s infinite normal;
}

.move12 {
  animation: move 7.4s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s infinite normal;
  -webkit-animation: move 7.4s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s infinite normal;
}

.pos12 {
  left: 24%;
}

.scale12 {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}

.stretch13 {
  animation: stretch 4.6s ease 0s infinite normal;
  -webkit-animation: stretch 4.6s ease 0s infinite normal;
}

.shake13 {
  animation: shake 4.6s ease 0s infinite normal;
  -webkit-animation: shake 4.6s ease 0s infinite normal;
}

.move13 {
  animation: move 7.6s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s infinite normal;
  -webkit-animation: move 7.6s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s infinite normal;
}

.pos13 {
  left: 26%;
}

.scale13 {
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
}

.stretch14 {
  animation: stretch 4.8s ease 0s infinite normal;
  -webkit-animation: stretch 4.8s ease 0s infinite normal;
}

.shake14 {
  animation: shake 4.8s ease 0s infinite normal;
  -webkit-animation: shake 4.8s ease 0s infinite normal;
}

.move14 {
  animation: move 7.8s cubic-bezier(0.47, 0, 0.745, 0.715) 2.8s infinite normal;
  -webkit-animation: move 7.8s cubic-bezier(0.47, 0, 0.745, 0.715) 2.8s infinite normal;
}

.pos14 {
  left: 28.0%;
}

.scale14 {
  transform: scale(1.4);
  -webkit-transform: scale(1.4);
}

.stretch15 {
  animation: stretch 5s ease 0s infinite normal;
  -webkit-animation: stretch 5s ease 0s infinite normal;
}

.shake15 {
  animation: shake 5s ease 0s infinite normal;
  -webkit-animation: shake 5s ease 0s infinite normal;
}

.move15 {
  animation: move 8s cubic-bezier(0.47, 0, 0.745, 0.715) 3s infinite normal;
  -webkit-animation: move 8s cubic-bezier(0.47, 0, 0.745, 0.715) 3s infinite normal;
}

.pos15 {
  left: 30%;
}

.scale15 {
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
}

.stretch16 {
  animation: stretch 5.2s ease 0s infinite normal;
  -webkit-animation: stretch 5.2s ease 0s infinite normal;
}

.shake16 {
  animation: shake 5.2s ease 0s infinite normal;
  -webkit-animation: shake 5.2s ease 0s infinite normal;
}

.move16 {
  animation: move 8.2s cubic-bezier(0.47, 0, 0.745, 0.715) 3.2s infinite normal;
  -webkit-animation: move 8.2s cubic-bezier(0.47, 0, 0.745, 0.715) 3.2s infinite normal;
}

.pos16 {
  left: 32%;
}

.scale16 {
  transform: scale(1.6);
  -webkit-transform: scale(1.6);
}

.stretch17 {
  animation: stretch 5.4s ease 0s infinite normal;
  -webkit-animation: stretch 5.4s ease 0s infinite normal;
}

.shake17 {
  animation: shake 5.4s ease 0s infinite normal;
  -webkit-animation: shake 5.4s ease 0s infinite normal;
}

.move17 {
  animation: move 8.4s cubic-bezier(0.47, 0, 0.745, 0.715) 3.4s infinite normal;
  -webkit-animation: move 8.4s cubic-bezier(0.47, 0, 0.745, 0.715) 3.4s infinite normal;
}

.pos17 {
  left: 34%;
}

.scale17 {
  transform: scale(1.7);
  -webkit-transform: scale(1.7);
}

.stretch18 {
  animation: stretch 5.6s ease 0s infinite normal;
  -webkit-animation: stretch 5.6s ease 0s infinite normal;
}

.shake18 {
  animation: shake 5.6s ease 0s infinite normal;
  -webkit-animation: shake 5.6s ease 0s infinite normal;
}

.move18 {
  animation: move 8.6s cubic-bezier(0.47, 0, 0.745, 0.715) 3.6s infinite normal;
  -webkit-animation: move 8.6s cubic-bezier(0.47, 0, 0.745, 0.715) 3.6s infinite normal;
}

.pos18 {
  left: 36%;
}

.scale18 {
  transform: scale(1.8);
  -webkit-transform: scale(1.8);
}

.stretch19 {
  animation: stretch 5.8s ease 0s infinite normal;
  -webkit-animation: stretch 5.8s ease 0s infinite normal;
}

.shake19 {
  animation: shake 5.8s ease 0s infinite normal;
  -webkit-animation: shake 5.8s ease 0s infinite normal;
}

.move19 {
  animation: move 8.8s cubic-bezier(0.47, 0, 0.745, 0.715) 3.8s infinite normal;
  -webkit-animation: move 8.8s cubic-bezier(0.47, 0, 0.745, 0.715) 3.8s infinite normal;
}

.pos19 {
  left: 38%;
}

.scale19 {
  transform: scale(1.9);
  -webkit-transform: scale(1.9);
}

.stretch20 {
  animation: stretch 6s ease 0s infinite normal;
  -webkit-animation: stretch 6s ease 0s infinite normal;
}

.shake20 {
  animation: shake 6s ease 0s infinite normal;
  -webkit-animation: shake 6s ease 0s infinite normal;
}

.move20 {
  animation: move 9s cubic-bezier(0.47, 0, 0.745, 0.715) 4s infinite normal;
  -webkit-animation: move 9s cubic-bezier(0.47, 0, 0.745, 0.715) 4s infinite normal;
}

.pos20 {
  left: 40%;
}

.scale20 {
  transform: scale(2);
  -webkit-transform: scale(2);
}

.stretch21 {
  animation: stretch 6.2s ease 0s infinite normal;
  -webkit-animation: stretch 6.2s ease 0s infinite normal;
}

.shake21 {
  animation: shake 6.2s ease 0s infinite normal;
  -webkit-animation: shake 6.2s ease 0s infinite normal;
}

.move21 {
  animation: move 9.2s cubic-bezier(0.47, 0, 0.745, 0.715) 4.2s infinite normal;
  -webkit-animation: move 9.2s cubic-bezier(0.47, 0, 0.745, 0.715) 4.2s infinite normal;
}

.pos21 {
  left: 42%;
}

.scale21 {
  transform: scale(2.1);
  -webkit-transform: scale(2.1);
}

.stretch22 {
  animation: stretch 6.4s ease 0s infinite normal;
  -webkit-animation: stretch 6.4s ease 0s infinite normal;
}

.shake22 {
  animation: shake 6.4s ease 0s infinite normal;
  -webkit-animation: shake 6.4s ease 0s infinite normal;
}

.move22 {
  animation: move 9.4s cubic-bezier(0.47, 0, 0.745, 0.715) 4.4s infinite normal;
  -webkit-animation: move 9.4s cubic-bezier(0.47, 0, 0.745, 0.715) 4.4s infinite normal;
}

.pos22 {
  left: 44%;
}

.scale22 {
  transform: scale(2.2);
  -webkit-transform: scale(2.2);
}

.stretch23 {
  animation: stretch 6.6s ease 0s infinite normal;
  -webkit-animation: stretch 6.6s ease 0s infinite normal;
}

.shake23 {
  animation: shake 6.6s ease 0s infinite normal;
  -webkit-animation: shake 6.6s ease 0s infinite normal;
}

.move23 {
  animation: move 9.6s cubic-bezier(0.47, 0, 0.745, 0.715) 4.6s infinite normal;
  -webkit-animation: move 9.6s cubic-bezier(0.47, 0, 0.745, 0.715) 4.6s infinite normal;
}

.pos23 {
  left: 46%;
}

.scale23 {
  transform: scale(2.3);
  -webkit-transform: scale(2.3);
}

.stretch24 {
  animation: stretch 6.8s ease 0s infinite normal;
  -webkit-animation: stretch 6.8s ease 0s infinite normal;
}

.shake24 {
  animation: shake 6.8s ease 0s infinite normal;
  -webkit-animation: shake 6.8s ease 0s infinite normal;
}

.move24 {
  animation: move 9.8s cubic-bezier(0.47, 0, 0.745, 0.715) 4.8s infinite normal;
  -webkit-animation: move 9.8s cubic-bezier(0.47, 0, 0.745, 0.715) 4.8s infinite normal;
}

.pos24 {
  left: 48%;
}

.scale24 {
  transform: scale(2.4);
  -webkit-transform: scale(2.4);
}

.stretch25 {
  animation: stretch 7s ease 0s infinite normal;
  -webkit-animation: stretch 7s ease 0s infinite normal;
}

.shake25 {
  animation: shake 7s ease 0s infinite normal;
  -webkit-animation: shake 7s ease 0s infinite normal;
}

.move25 {
  animation: move 10s cubic-bezier(0.47, 0, 0.745, 0.715) 5s infinite normal;
  -webkit-animation: move 10s cubic-bezier(0.47, 0, 0.745, 0.715) 5s infinite normal;
}

.pos25 {
  left: 50%;
}

.scale25 {
  transform: scale(2.5);
  -webkit-transform: scale(2.5);
}

.stretch26 {
  animation: stretch 7.2s ease 0s infinite normal;
  -webkit-animation: stretch 7.2s ease 0s infinite normal;
}

.shake26 {
  animation: shake 7.2s ease 0s infinite normal;
  -webkit-animation: shake 7.2s ease 0s infinite normal;
}

.move26 {
  animation: move 10.2s cubic-bezier(0.47, 0, 0.745, 0.715) 5.2s infinite normal;
  -webkit-animation: move 10.2s cubic-bezier(0.47, 0, 0.745, 0.715) 5.2s infinite normal;
}

.pos26 {
  left: 52%;
}

.scale26 {
  transform: scale(2.6);
  -webkit-transform: scale(2.6);
}

.stretch27 {
  animation: stretch 7.4s ease 0s infinite normal;
  -webkit-animation: stretch 7.4s ease 0s infinite normal;
}

.shake27 {
  animation: shake 7.4s ease 0s infinite normal;
  -webkit-animation: shake 7.4s ease 0s infinite normal;
}

.move27 {
  animation: move 10.4s cubic-bezier(0.47, 0, 0.745, 0.715) 5.4s infinite normal;
  -webkit-animation: move 10.4s cubic-bezier(0.47, 0, 0.745, 0.715) 5.4s infinite normal;
}

.pos27 {
  left: 54%;
}

.scale27 {
  transform: scale(2.7);
  -webkit-transform: scale(2.7);
}

.stretch28 {
  animation: stretch 7.6s ease 0s infinite normal;
  -webkit-animation: stretch 7.6s ease 0s infinite normal;
}

.shake28 {
  animation: shake 7.6s ease 0s infinite normal;
  -webkit-animation: shake 7.6s ease 0s infinite normal;
}

.move28 {
  animation: move 10.6s cubic-bezier(0.47, 0, 0.745, 0.715) 5.6s infinite normal;
  -webkit-animation: move 10.6s cubic-bezier(0.47, 0, 0.745, 0.715) 5.6s infinite normal;
}

.pos28 {
  left: 56.0%;
}

.scale28 {
  transform: scale(2.8);
  -webkit-transform: scale(2.8);
}

.stretch29 {
  animation: stretch 7.8s ease 0s infinite normal;
  -webkit-animation: stretch 7.8s ease 0s infinite normal;
}

.shake29 {
  animation: shake 7.8s ease 0s infinite normal;
  -webkit-animation: shake 7.8s ease 0s infinite normal;
}

.move29 {
  animation: move 10.8s cubic-bezier(0.47, 0, 0.745, 0.715) 5.8s infinite normal;
  -webkit-animation: move 10.8s cubic-bezier(0.47, 0, 0.745, 0.715) 5.8s infinite normal;
}

.pos29 {
  left: 58.0%;
}

.scale29 {
  transform: scale(2.9);
  -webkit-transform: scale(2.9);
}

.stretch30 {
  animation: stretch 8s ease 0s infinite normal;
  -webkit-animation: stretch 8s ease 0s infinite normal;
}

.shake30 {
  animation: shake 8s ease 0s infinite normal;
  -webkit-animation: shake 8s ease 0s infinite normal;
}

.move30 {
  animation: move 11s cubic-bezier(0.47, 0, 0.745, 0.715) 6s infinite normal;
  -webkit-animation: move 11s cubic-bezier(0.47, 0, 0.745, 0.715) 6s infinite normal;
}

.pos30 {
  left: 60%;
}

.scale30 {
  transform: scale(3);
  -webkit-transform: scale(3);
}

.stretch31 {
  animation: stretch 8.2s ease 0s infinite normal;
  -webkit-animation: stretch 8.2s ease 0s infinite normal;
}

.shake31 {
  animation: shake 8.2s ease 0s infinite normal;
  -webkit-animation: shake 8.2s ease 0s infinite normal;
}

.move31 {
  animation: move 11.2s cubic-bezier(0.47, 0, 0.745, 0.715) 6.2s infinite normal;
  -webkit-animation: move 11.2s cubic-bezier(0.47, 0, 0.745, 0.715) 6.2s infinite normal;
}

.pos31 {
  left: 62%;
}

.scale31 {
  transform: scale(3.1);
  -webkit-transform: scale(3.1);
}

.stretch32 {
  animation: stretch 8.4s ease 0s infinite normal;
  -webkit-animation: stretch 8.4s ease 0s infinite normal;
}

.shake32 {
  animation: shake 8.4s ease 0s infinite normal;
  -webkit-animation: shake 8.4s ease 0s infinite normal;
}

.move32 {
  animation: move 11.4s cubic-bezier(0.47, 0, 0.745, 0.715) 6.4s infinite normal;
  -webkit-animation: move 11.4s cubic-bezier(0.47, 0, 0.745, 0.715) 6.4s infinite normal;
}

.pos32 {
  left: 64%;
}

.scale32 {
  transform: scale(3.2);
  -webkit-transform: scale(3.2);
}

.stretch33 {
  animation: stretch 8.6s ease 0s infinite normal;
  -webkit-animation: stretch 8.6s ease 0s infinite normal;
}

.shake33 {
  animation: shake 8.6s ease 0s infinite normal;
  -webkit-animation: shake 8.6s ease 0s infinite normal;
}

.move33 {
  animation: move 11.6s cubic-bezier(0.47, 0, 0.745, 0.715) 6.6s infinite normal;
  -webkit-animation: move 11.6s cubic-bezier(0.47, 0, 0.745, 0.715) 6.6s infinite normal;
}

.pos33 {
  left: 66%;
}

.scale33 {
  transform: scale(3.3);
  -webkit-transform: scale(3.3);
}

.stretch34 {
  animation: stretch 8.8s ease 0s infinite normal;
  -webkit-animation: stretch 8.8s ease 0s infinite normal;
}

.shake34 {
  animation: shake 8.8s ease 0s infinite normal;
  -webkit-animation: shake 8.8s ease 0s infinite normal;
}

.move34 {
  animation: move 11.8s cubic-bezier(0.47, 0, 0.745, 0.715) 6.8s infinite normal;
  -webkit-animation: move 11.8s cubic-bezier(0.47, 0, 0.745, 0.715) 6.8s infinite normal;
}

.pos34 {
  left: 68%;
}

.scale34 {
  transform: scale(3.4);
  -webkit-transform: scale(3.4);
}

.stretch35 {
  animation: stretch 9s ease 0s infinite normal;
  -webkit-animation: stretch 9s ease 0s infinite normal;
}

.shake35 {
  animation: shake 9s ease 0s infinite normal;
  -webkit-animation: shake 9s ease 0s infinite normal;
}

.move35 {
  animation: move 12s cubic-bezier(0.47, 0, 0.745, 0.715) 7s infinite normal;
  -webkit-animation: move 12s cubic-bezier(0.47, 0, 0.745, 0.715) 7s infinite normal;
}

.pos35 {
  left: 70%;
}

.scale35 {
  transform: scale(3.5);
  -webkit-transform: scale(3.5);
}

.stretch36 {
  animation: stretch 9.2s ease 0s infinite normal;
  -webkit-animation: stretch 9.2s ease 0s infinite normal;
}

.shake36 {
  animation: shake 9.2s ease 0s infinite normal;
  -webkit-animation: shake 9.2s ease 0s infinite normal;
}

.move36 {
  animation: move 12.2s cubic-bezier(0.47, 0, 0.745, 0.715) 7.2s infinite normal;
  -webkit-animation: move 12.2s cubic-bezier(0.47, 0, 0.745, 0.715) 7.2s infinite normal;
}

.pos36 {
  left: 72%;
}

.scale36 {
  transform: scale(3.6);
  -webkit-transform: scale(3.6);
}

.stretch37 {
  animation: stretch 9.4s ease 0s infinite normal;
  -webkit-animation: stretch 9.4s ease 0s infinite normal;
}

.shake37 {
  animation: shake 9.4s ease 0s infinite normal;
  -webkit-animation: shake 9.4s ease 0s infinite normal;
}

.move37 {
  animation: move 12.4s cubic-bezier(0.47, 0, 0.745, 0.715) 7.4s infinite normal;
  -webkit-animation: move 12.4s cubic-bezier(0.47, 0, 0.745, 0.715) 7.4s infinite normal;
}

.pos37 {
  left: 74%;
}

.scale37 {
  transform: scale(3.7);
  -webkit-transform: scale(3.7);
}

.stretch38 {
  animation: stretch 9.6s ease 0s infinite normal;
  -webkit-animation: stretch 9.6s ease 0s infinite normal;
}

.shake38 {
  animation: shake 9.6s ease 0s infinite normal;
  -webkit-animation: shake 9.6s ease 0s infinite normal;
}

.move38 {
  animation: move 12.6s cubic-bezier(0.47, 0, 0.745, 0.715) 7.6s infinite normal;
  -webkit-animation: move 12.6s cubic-bezier(0.47, 0, 0.745, 0.715) 7.6s infinite normal;
}

.pos38 {
  left: 76%;
}

.scale38 {
  transform: scale(3.8);
  -webkit-transform: scale(3.8);
}

.stretch39 {
  animation: stretch 9.8s ease 0s infinite normal;
  -webkit-animation: stretch 9.8s ease 0s infinite normal;
}

.shake39 {
  animation: shake 9.8s ease 0s infinite normal;
  -webkit-animation: shake 9.8s ease 0s infinite normal;
}

.move39 {
  animation: move 12.8s cubic-bezier(0.47, 0, 0.745, 0.715) 7.8s infinite normal;
  -webkit-animation: move 12.8s cubic-bezier(0.47, 0, 0.745, 0.715) 7.8s infinite normal;
}

.pos39 {
  left: 78%;
}

.scale39 {
  transform: scale(3.9);
  -webkit-transform: scale(3.9);
}

.stretch40 {
  animation: stretch 10s ease 0s infinite normal;
  -webkit-animation: stretch 10s ease 0s infinite normal;
}

.shake40 {
  animation: shake 10s ease 0s infinite normal;
  -webkit-animation: shake 10s ease 0s infinite normal;
}

.move40 {
  animation: move 13s cubic-bezier(0.47, 0, 0.745, 0.715) 8s infinite normal;
  -webkit-animation: move 13s cubic-bezier(0.47, 0, 0.745, 0.715) 8s infinite normal;
}

.pos40 {
  left: 80%;
}

.scale40 {
  transform: scale(4);
  -webkit-transform: scale(4);
}

.stretch41 {
  animation: stretch 10.2s ease 0s infinite normal;
  -webkit-animation: stretch 10.2s ease 0s infinite normal;
}

.shake41 {
  animation: shake 10.2s ease 0s infinite normal;
  -webkit-animation: shake 10.2s ease 0s infinite normal;
}

.move41 {
  animation: move 13.2s cubic-bezier(0.47, 0, 0.745, 0.715) 8.2s infinite normal;
  -webkit-animation: move 13.2s cubic-bezier(0.47, 0, 0.745, 0.715) 8.2s infinite normal;
}

.pos41 {
  left: 82%;
}

.scale41 {
  transform: scale(4.1);
  -webkit-transform: scale(4.1);
}

.stretch42 {
  animation: stretch 10.4s ease 0s infinite normal;
  -webkit-animation: stretch 10.4s ease 0s infinite normal;
}

.shake42 {
  animation: shake 10.4s ease 0s infinite normal;
  -webkit-animation: shake 10.4s ease 0s infinite normal;
}

.move42 {
  animation: move 13.4s cubic-bezier(0.47, 0, 0.745, 0.715) 8.4s infinite normal;
  -webkit-animation: move 13.4s cubic-bezier(0.47, 0, 0.745, 0.715) 8.4s infinite normal;
}

.pos42 {
  left: 84%;
}

.scale42 {
  transform: scale(4.2);
  -webkit-transform: scale(4.2);
}

.stretch43 {
  animation: stretch 10.6s ease 0s infinite normal;
  -webkit-animation: stretch 10.6s ease 0s infinite normal;
}

.shake43 {
  animation: shake 10.6s ease 0s infinite normal;
  -webkit-animation: shake 10.6s ease 0s infinite normal;
}

.move43 {
  animation: move 13.6s cubic-bezier(0.47, 0, 0.745, 0.715) 8.6s infinite normal;
  -webkit-animation: move 13.6s cubic-bezier(0.47, 0, 0.745, 0.715) 8.6s infinite normal;
}

.pos43 {
  left: 86%;
}

.scale43 {
  transform: scale(4.3);
  -webkit-transform: scale(4.3);
}

.stretch44 {
  animation: stretch 10.8s ease 0s infinite normal;
  -webkit-animation: stretch 10.8s ease 0s infinite normal;
}

.shake44 {
  animation: shake 10.8s ease 0s infinite normal;
  -webkit-animation: shake 10.8s ease 0s infinite normal;
}

.move44 {
  animation: move 13.8s cubic-bezier(0.47, 0, 0.745, 0.715) 8.8s infinite normal;
  -webkit-animation: move 13.8s cubic-bezier(0.47, 0, 0.745, 0.715) 8.8s infinite normal;
}

.pos44 {
  left: 88%;
}

.scale44 {
  transform: scale(4.4);
  -webkit-transform: scale(4.4);
}

.stretch45 {
  animation: stretch 11s ease 0s infinite normal;
  -webkit-animation: stretch 11s ease 0s infinite normal;
}

.shake45 {
  animation: shake 11s ease 0s infinite normal;
  -webkit-animation: shake 11s ease 0s infinite normal;
}

.move45 {
  animation: move 14s cubic-bezier(0.47, 0, 0.745, 0.715) 9s infinite normal;
  -webkit-animation: move 14s cubic-bezier(0.47, 0, 0.745, 0.715) 9s infinite normal;
}

.pos45 {
  left: 90%;
}

.scale45 {
  transform: scale(4.5);
  -webkit-transform: scale(4.5);
}

.stretch46 {
  animation: stretch 11.2s ease 0s infinite normal;
  -webkit-animation: stretch 11.2s ease 0s infinite normal;
}

.shake46 {
  animation: shake 11.2s ease 0s infinite normal;
  -webkit-animation: shake 11.2s ease 0s infinite normal;
}

.move46 {
  animation: move 14.2s cubic-bezier(0.47, 0, 0.745, 0.715) 9.2s infinite normal;
  -webkit-animation: move 14.2s cubic-bezier(0.47, 0, 0.745, 0.715) 9.2s infinite normal;
}

.pos46 {
  left: 92%;
}

.scale46 {
  transform: scale(4.6);
  -webkit-transform: scale(4.6);
}

.stretch47 {
  animation: stretch 11.4s ease 0s infinite normal;
  -webkit-animation: stretch 11.4s ease 0s infinite normal;
}

.shake47 {
  animation: shake 11.4s ease 0s infinite normal;
  -webkit-animation: shake 11.4s ease 0s infinite normal;
}

.move47 {
  animation: move 14.4s cubic-bezier(0.47, 0, 0.745, 0.715) 9.4s infinite normal;
  -webkit-animation: move 14.4s cubic-bezier(0.47, 0, 0.745, 0.715) 9.4s infinite normal;
}

.pos47 {
  left: 94%;
}

.scale47 {
  transform: scale(4.7);
  -webkit-transform: scale(4.7);
}

.stretch48 {
  animation: stretch 11.6s ease 0s infinite normal;
  -webkit-animation: stretch 11.6s ease 0s infinite normal;
}

.shake48 {
  animation: shake 11.6s ease 0s infinite normal;
  -webkit-animation: shake 11.6s ease 0s infinite normal;
}

.move48 {
  animation: move 14.6s cubic-bezier(0.47, 0, 0.745, 0.715) 9.6s infinite normal;
  -webkit-animation: move 14.6s cubic-bezier(0.47, 0, 0.745, 0.715) 9.6s infinite normal;
}

.pos48 {
  left: 96%;
}

.scale48 {
  transform: scale(4.8);
  -webkit-transform: scale(4.8);
}

.stretch49 {
  animation: stretch 11.8s ease 0s infinite normal;
  -webkit-animation: stretch 11.8s ease 0s infinite normal;
}

.shake49 {
  animation: shake 11.8s ease 0s infinite normal;
  -webkit-animation: shake 11.8s ease 0s infinite normal;
}

.move49 {
  animation: move 14.8s cubic-bezier(0.47, 0, 0.745, 0.715) 9.8s infinite normal;
  -webkit-animation: move 14.8s cubic-bezier(0.47, 0, 0.745, 0.715) 9.8s infinite normal;
}

.pos49 {
  left: 98%;
}

.scale49 {
  transform: scale(4.9);
  -webkit-transform: scale(4.9);
}

.stretch50 {
  animation: stretch 12s ease 0s infinite normal;
  -webkit-animation: stretch 12s ease 0s infinite normal;
}

.shake50 {
  animation: shake 12s ease 0s infinite normal;
  -webkit-animation: shake 12s ease 0s infinite normal;
}

.move50 {
  animation: move 15s cubic-bezier(0.47, 0, 0.745, 0.715) 10s infinite normal;
  -webkit-animation: move 15s cubic-bezier(0.47, 0, 0.745, 0.715) 10s infinite normal;
}

.pos50 {
  left: 100%;
}

.scale50 {
  transform: scale(5);
  -webkit-transform: scale(5);
}

/* end bubble bg */
.dnsmin {
    display: block;
}
@media only screen and (min-width: 360px) {
    #site-title {
        font-size: 20px;
        margin:10px 0 0 0;
    }
    #site-subtitle {
        font-size:16px;
    }
    #speedtest .dt-lg {
        font-size:32px;
    }
}
@media only screen and (min-width: 480px) {
    .menu-content .entry .menu-p {
        font-size:20px;
        line-height:normal;
    }
    .dt-lg {
        font-size:36px;
    }
    .title {
        font-size:14px;
    }
    #site-title {
        font-size: 28px;
        margin:5px 0 0 0;
    }
    #site-subtitle {
        font-size:18px;
    }
    #speedtest .dt-lg {
        font-size:36px;
    }
    /* speedtest */
    #speedtest.st-ping #st-btn {
        margin-top: -75px;
    }
    #ping {
        max-height: initial;
        min-height: initial;
    }
    #st-anime-box .sub-wrapper .sub-body {
        transform:scale(1);
    }
    #st-btn {
        width:300px;
    }
    #st-start-msg {
        font-size: 40px;
        max-width: 300px;
    }
    /* END speedtest */
}
@media only screen and (min-width: 768px) {
    .dnsmin {
        display: table-cell;
    }
    .responsive-table-wrap .responsive-table .last-dt {
        margin-bottom: 0px;
    }
    /* grid system */
    .col-1 {
        width: 8.33%;
    }
    .col-2 {
        width: 16.66%;
    }
    .col-3 {
        width: 25%;
    }
    .col-4 {
        width: 33.33%;
    }
    .col-5 {
        width: 41.66%;
    }
    .col-6 {
        width: 50%;
    }
    .col-7 {
        width: 58.33%;
    }
    .col-8 {
        width: 66.66%;
    }
    .col-9 {
        width: 75%;
    }
    .col-10 {
        width: 83.33%;
    }
    .col-11 {
        width: 91.66%;
    }
    .col-12 {
        width: 100%;
    }
    /* grid system end */
    /* Start header */
    .header-reveal {
        display:none;
    }
    #social-btns {
        position: absolute;
        top: -6px;
        right: 10px;
        height:initial;
        opacity:1;
    }
    /* End header */
    .container {
        padding:0 15px;
    }
    .responsive-table {
        border: none;
        table-layout: auto;
    }
    .responsive-table .table-head {
        position: relative;
        clip: auto;
        height: auto;
        width: auto;
        overflow: auto;
    }
    .responsive-table-fade-wrap {
        position:relative;
    }
    .tbl-fade-right {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        opacity:1;
        position:absolute;
        top:0px;
        right:0;
        bottom:12px;
        width:100px;
        background: rgba(34,62,83,0);
        background: -moz-linear-gradient(left, rgba(34,62,83,0) 0%, rgba(34,62,83,1) 100%);
        background: -webkit-linear-gradient(left, rgba(34,62,83,0) 0%, rgba(34,62,83,1) 100%);
        background: -o-linear-gradient(left, rgba(34,62,83,0) 0%, rgba(34,62,83,1) 100%);
        background: -ms-linear-gradient(left, rgba(34,62,83,0) 0%, rgba(34,62,83,1) 100%);
        background: linear-gradient(to right, rgba(34,62,83,0) 0%, rgba(34,62,83,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#21455e', endColorstr='#21455e', GradientType=1 );
        z-index:1;
    }
    .responsive-table-wrap {
        overflow-x: scroll;
    }
    .responsive-table tr {
        display: table-row;
    }
    .responsive-table th,
    .responsive-table td {
        display: table-cell;
    }
    .responsive-table .tbody {
        display: table-row-group;
    }
    .responsive-table .tbody td[data-title]:before {
        content: none;
    }
    .responsive-table .dt {
        margin:0;
    }
    .responsive-table .tbody .td-number {
        word-break: break-all;
    }
    /* advanced dns test styling */
    .webcomp .dt {
        font-size: .9em;
    }
    #tbldnsadvanced .dns-icon {
        text-align: center;
    }
    /* END advanced dns test styling */
    .title {
        font-size:14px;
    }
    .dt {
        font-size:22px;
    }
    .dt-lg {
        font-size:36px;
    }
    /* menu card */
    .menu-card {
        max-width: 768px;
        margin: auto;
        border: 1px rgb(39, 100, 124) solid;
        padding: 15px 0 25px;
        margin: auto;
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
        max-height: 800px;
        border-radius: 8px;
        -webkit-box-shadow: 6px 6px 74px 0px rgba(4,16,28,.3);
        -moz-box-shadow: 6px 6px 74px 0px rgba(4,16,28,.3);
        -ms-box-shadow: 6px 6px 74px 0px rgba(4,16,28,.3);
        -o-box-shadow: 6px 6px 74px 0px rgba(4,16,28,.3);
        box-shadow: 6px 6px 74px 0px rgba(4,16,28,.3);
        background-color: rgba(2, 18, 32, 0.6);
    }
    #reveal-menu:checked + #site-wrap .menu-bg {
        background-color: rgba(2, 18, 32, 0.4);
        z-index:1;
    }

    /* END menu card */
    /* ### card specific styling ### */
    /* #quickstats card */
    #quickstats .feature-content .entry {
        text-align: left;
    }
    #quickstats .feature-content {
        padding:60px 16px;
    }
    #quickstats .showmap-icon {
        width:60px;
        height:60px;
    }
    #flag {
        text-align: center;
        padding-top:40px;
    }
    /* END #quickstats card */
    /* speedtest */
    #speedtest .dt-lg {
        font-size:42px;
    }
    #speedtest.st-ping #st-bg {
        transform:scale(3);
    }
    /* END speedtest */
    #fonts {
        font-size: 16px;
    }
    #footer {
        padding: 0px 0 20px 0px;
        /*position: absolute;
        bottom: -193px;
        right:0;
        left:0;*/
        width: 100%;
        /*background-color: #0b1f30;*/
        display: block;
        color: #999;
        font-size: 1.25em;
        text-align: center;
        max-width:100%;
    }
}

/* ipad landscape */
@media only screen and (min-width: 992px) {

    .responsive-table tr:hover, .card .entry:hover {
        background-color: rgb(34, 101, 127);
    }
    .responsive-table tr:nth-child(even):hover, .card .entry:nth-child(even):hover, .dns-card-mini:hover {
        background-color: rgba(44, 107, 132, 0.8);
    }
    .feature .entry:hover, .feature .entry:nth-child(even):hover {
        background-color:initial;
    }
    /* Start Logo pulse animation */
    /*icon styling here*/
    #site-title, #site-subtitle, #social-btns {
        text-align: center;
    }
    #site-title {
        font-size:36px;
    }
    #site-subtitle {
        font-size:20px;
    }
    #social-btns {
        position:initial;
        margin: 10px 0px;
    }
    .social-btn-wrap {
        width: 6%;
    }
    .header .container {
        text-align: center;
    }
    .pulse-icon {
        margin:auto;
        float:none;
    }
    .pulse-icon .icon-wrap {
        width: 100px;
        height: 100px;
    }
    .pulse-wrap .pulse-1 {
        width: 200px;
        height: 200px;
        top: -50px;
        left: -50px;
    }
    .pulse-wrap .pulse-2 {
        width: 300px;
        height: 300px;
        top: -100px;
        left: -100px;
    }
    .pulse-wrap .pulse-3 {
        width: 400px;
        height: 400px;
        top: -150px;
        left: -150px;
    }
    .sonar-line {
        height: 300px;
        top: -250px;
        left: 50px;
    }
    .dt-lg {
        font-size:46px;
    }
    #reveal-menu:checked + #site-wrap .menu-bg {
        -webkit-transform: scale(100);
        -moz-transform: scale(100);
        -ms-transform: scale(100);
        -o-transform: scale(100);
        transform: scale(100);
        z-index:1;
    }
    .dns-scroll {
        white-space:normal;
    }
    .dns-card-mini {
        padding: 12px 1%;
        width: 23.5%;
        min-width:initial;
    }
    #quickstats .feature-content {
        padding:80px 16px;
    }
    .feature-content .dt {
        font-size: 28px;
    }
    /* ### card specific styling ### */

    /* speedtest */
    #speedtest .dt-lg {
        font-size:42px;
    }
    /*  END speedtest */
}

@media only screen and (min-width: 1200px) {

}
