/* Eric Meyer's CSS Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html {
    scroll-behavior: smooth;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* End of Eric Meyer's CSS Reset */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

body {
    font: 16px/22px 'Nunito Sans', 'Open Sans', system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
    width: 100%;
    color: #434454;
    font-weight: 400;
}

.container {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0px 20px;
}


section {
    padding: 88px 0px;
}

p {
    padding-bottom: 18px;
}

html,
body {
    overflow-x: hidden;
}


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: #364087;
    text-decoration: underline;
}

a:hover {
    color: #4a55a2;
    text-decoration: none;
}

.top-bar {
  background:#3a3b91 !important;
  padding:8px 20px;
  text-align:center;
  color:rgba(255,255,255,0.75);
}

.top-bar .button {
  margin-left:10px;
}

.top-bar strong {
  color:#fff;
}

.underline {
  border-bottom:1px dashed rgba(255,255,255,0.75);
}

.button {
    padding: 0px 24px;
    display: inline-block;
    height: 48px;
    line-height: 48px;
    border-radius: 6px;
    font-family: 'Nunito Sans', 'ProximaNova-Bold', Helvetica, Arial, sans-serif;
    color: #fff;
    background-color: #00c3e6;
    font-size: 16px;
    text-decoration: none;
    font-weight: 700;
    text-transform: none;
}

.button:hover {
    background-color: #0ccff2;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.button.small {
    padding: 0px 12px;
    display: inline-block;
    font-size:14px;
    height: 28px;
    line-height: 28px;
    border-radius: 4px;
}

.secondary {
    background: #46419e;
}

.secondary:hover {
    background: #4b46ab;
}

.outlinewhite {
    border:1px solid rgba(255,255,255,0.25);
    background:transparent;
    line-height:46px;
}

.outlinewhite:hover {
    border:1px solid rgba(255,255,255,1);
    color:#3a3b91;
    background:#fff;
}


.clearfix:after,
.container:after,
.thirdfeatures .flex-grid.two h4:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

h1 {
    font-size: 42px;
    line-height: 50px;
    font-family: 'Open Sans', 'Nunito Sans', 'ProximaNova-Bold', Helvetica, Arial, sans-serif;
    color: #141521;
    font-weight: 700;
    letter-spacing: -0.5px;
}


h2 {
    font-size: 32px;
    line-height: 40px;
    font-family: 'Open Sans', 'Nunito Sans', 'ProximaNova-Bold', Helvetica, Arial, sans-serif;
    color: #141521;
    font-weight: 700;
    letter-spacing: -0.33px;
}

h3 {
    font-size: 24px;
    line-height: 32px;
    font-family: 'Open Sans', 'Nunito Sans', 'ProximaNova-Bold', Helvetica, Arial, sans-serif;
    color: #141521;
    font-weight: 700;
    letter-spacing: -0.25px;
}

h4 {
    font-size: 20px;
    line-height: 28px;
    font-family: 'Open Sans', 'Nunito Sans', 'ProximaNova-Bold', Helvetica, Arial, sans-serif;
    color: #141521;
    font-weight: 700;
    letter-spacing: -0.25px;
}

h5 {
    font-size: 16px;
    line-height: 26px;
    font-family: 'Open Sans', 'Nunito Sans', 'ProximaNova-Bold', Helvetica, Arial, sans-serif;
    color: #141521;
    font-weight: 700;
    letter-spacing: -0.25px;
}


*:hover {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.flex-grid {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}


.flex-grid.one .col {
    width: 100%;
}

.flex-grid.two .col {
    width: 50%;
}

.flex-grid.three .col {
    width: 33.3333%;
}

.flex-grid.four .col {
    width: 25%;
}

.flex-grid.five .col {
    width: 20%;
}

.flex-grid.six .col {
    width: 16.6667%;
}

.flex-grid.seven .col {
    width: 14.2857%;
}


.flex-grid.twothirds .colfirst {
    width: 66.6666%;
}

.flex-grid.twothirds .colsecond {
    width: 33.3333%;
}

.title {
    padding-bottom: 48px;
    text-align: center;
    margin-top:-8px;
}

.title p {
    padding-top: 12px;
    font-size: 20px;
    line-height: 28px;
    max-width: 780px;
    margin: 0 auto;
    padding-bottom: 0px;
    font-weight: 400;
}

.logo {
    background: url('../images/logo.png') no-repeat;
    width: 146px;
    height: 26px;
    display: inline-block;
    margin-right: 32px;
}

strong {
    color: #2b2b39;
    font-weight: 700;
}


/* Responsive Nav
-----------------------------------------------------------------------------*/
.header {
    position: absolute;
    height: 88px;
    z-index: 1002;
    left:0px;
    right:0px;
}

.header .container {
    padding: 0px 0px;
    max-width: 100%;
}


.flex {
    display: flex;
}

.header ul {
    display: inline-block;
}

.header ul li {
    display: inline-block;
    padding: 0px 18px;
    line-height: 26px;
    height: 26px;
}

.header ul li a {
    line-height: 26px;
    height: 26px;
    text-decoration: none;
}

.header ul li a:hover,
.header ul li a:hover span {
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}

.header ul li ul li a:hover {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}


.btncontainer {
    cursor: pointer;
    background: transparent;
}

.bar1,
.bar2,
.bar3 {
    width: 32px;
    height: 4px;
    background-color: #46419e;
    margin: 5px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-4px, 6px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-6px, -9px);
}

.btncontainer:hover .bar1,
.btncontainer:hover .bar2,
.btncontainer:hover .bar3 {
    background: #00c3e6;
}




.page-header {
    display: block;
    padding: 31px 40px;
    background: transparent;
}

.navright {
    margin-left: auto;
}

.page-header nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-header .horizontal-logo,
.page-header .search span {
    display: none;
}





.page-header .panel,
.page-header .top-menu {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
    transform: translate3d(-100%, 0, 0);
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.page-header .panel1 {
    width: 100%;
    background: #00c3e6;
    transition-delay: 0.3s;
}

.page-header .panel2 {
    width: calc(100% - 20px);
    background: #46419e;
    transition-delay: 0.1s;
}

.page-header .top-menu {
    display: flex;
    flex-direction: column;
    width: calc(100% - 40px);
    overflow-y: auto;
    padding: 2rem;
    background: #fff;
}

.page-header .top-menu-wrapper.show-offcanvas::before {
    background: #30a8fd;
    z-index: 1;
}

.page-header .top-menu-wrapper.show-offcanvas .panel,
.page-header .top-menu-wrapper.show-offcanvas .top-menu {
    transform: translate3d(0, 0, 0);
    transition-duration: 0.7s;
}

.page-header .top-menu-wrapper.show-offcanvas .panel1 {
    transition-delay: 0s;
}

.page-header .top-menu-wrapper.show-offcanvas .panel2 {
    transition-delay: 0.2s;
}

.page-header .top-menu-wrapper.show-offcanvas .top-menu {
    transition-delay: 0.4s;
}



.page-header ul a {
    display: inline-block;
    color: #131420;
    transition: none;
    font-weight: 700;
}




.page-header .top-menu .mob-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.top-menu li:nth-child(1) {
    padding: 0px;
}


.close-mobile-menu {
    display: none;
}



.showmobile {
    display: none !important;
}


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

    .responsivelogo {
        display: none;
    }

    .page-header .panel,
    .page-header .open-mobile-menu,
    .page-header .vertical-logo,
    .page-header .top-menu .mob-block,
    .page-header .top-menu-wrapper::before {
        display: none;
    }

    .page-header .horizontal-logo {
        display: block;
    }

    .page-header .top-menu-wrapper {
        display: flex;
        align-items: left;
        width: 100%;
    }

    .page-header .top-menu {
        flex-direction: row;
        position: static;
        width: auto;
        background: transparent;
        transform: none;
        padding: 0;
        overflow-y: visible;
        box-shadow: none !important;
    }

    .page-header .top-menu li + li {
        margin-top: 0;
    }

    .logo {
        margin-right: 20px;
    }


}



@media screen and (max-width:1023px) {

    .page-header nav {
        height: 26px;
    }

    .showmobile {
        display: block !important;
    }

    .bar1 {
        margin-top: 7px;
    }

    .bar3 {
        margin-bottom: 0px;
    }

    .header {
        height: auto;
    }

    .header ul .dropdown:after {
        top: 23px !important;
        right: 20px !important;
    }


    .header ul li {
        height: auto;
    }

    .header ul li a {
        line-height: 26px;
        height: auto;
    }


    .logo {
        margin-right: 20px;
    }

    .header ul {
        width: 100%;
    }

    .header {
        z-index: 1003;
    }

    .header .mob-block .button {
        width: 48%;
        text-align: center;
        height: 48px;
        line-height: 48px;
        padding: 0px;
    }

    #getstarted:hover {
        color: #fff;
    }

    .dropdown-menu {
        position: relative !important;
        top: unset !important;
        margin-left: 0px !important;
        box-shadow: none !important;
        box-shadow: none !important;
    }


    .dropdown-menu li {
        width: 100%;
    }

    .dropdown-menu:before {
        display: none;
    }


    .close-mobile-menu {
        display: block;
    }

    #navright li:nth-last-child(1) {
        display: block;
        background: none;
    }

    .top-menu li:nth-child(1) {
        display: none;
    }

    #navright li {
        display: none;
    }


    .page-header {
        padding: 30px 20px;
    }



    .header ul li {
        padding: 0px;
    }

    .top-menu ul li:nth-child(1) {
        display: block;
    }


    .page-header ul a {
        display: block;
        width: 100%;
        padding: 13px 20px 13px 20px;
        font-weight: 700;
    }

    .page-header ul li {
        background: #f5f5fa;
        margin-top: 3px;
    }

    .page-header .top-menu {
        padding: 0px 20px;
    }

    .page-header .top-menu .mob-block {
        background: transparent;
        padding-top: 30px;
        padding: 30px 0px 0px 0px;
    }

    .header ul .button-dropdown {
        padding-right: 0px;
    }

    .header ul li .dropdown-menu,
    .header ul li .dropdown-menu li {
        background: #ededf5;

        width: 100%;
    }

    .header ul li .dropdown-menu li a:hover {
        box-shadow: none;
        width: 100% !important;
        margin: 0px;
        border-radius: 0px !important;
        background: #e9e9f0;
    }

}


@media screen and (min-width:1024px) and (max-width:1280px) {


    .page-header {
        padding: 31px 20px;
    }

    .header ul li span {
        display: none;
    }

    #navright li:nth-child(1) {
        display: none;
    }

    #navleft li:nth-last-child(3) {
        display: none;
    }

    #navleft ul li:nth-last-child(2) {
        display: block;
    }

}

@media screen and (min-width:1281px) and (max-width:1540px) {



    .header ul li span {
        display: none;
    }

    .logo {
        margin-right: 20px;
    }


    .page-header {
        padding: 31px 20px;
    }

    #navright li:nth-child(1) {
        display: inline-block;
    }
}


#getstartedblock {

    position: absolute;
    bottom: 0px;
    left: 20px;
    right: 20px;
    margin-bottom: 20px;
}

.fiftyoff {
    margin-right: -244px;
    display: inline-block;
}

.fiftyoff h5 {
    margin-top: 12px;
}

.fiftyoff h5 strong {
    color: #00c3e6;
    font-family: 'Roboto', 'ProximaNova-Bold', Helvetica, Arial, sans-serif;
}

.fiftyoff img {
    float: left;
    margin-right: 10px;
    margin-top: 8px;
    margin-left: 24px;
}

#changewrap {
    margin-top: 6px;
    position: relative;
    display: inline-flex;
}

.hidedesktop {
    display: none;
}

.showtablet {
    display: none;
}

.colfix {
    display: none;
}

#gspanel {
    overflow-x: hidden;
}





#navright .button {
    position: relative;
    z-index: 1001;
}

.header ul li .dropdown-menu:before {
    background: #fff;
    border-right: 0;
    border-top: 0;
    content: "";
    height: 15px;
    left: calc(50% - 7.5px);
    position: absolute;
    top: -3px;
    transform: rotate(135deg);
    width: 20px;
}

.header ul li a:hover,
.header ul li a.dropdown-toggle.active {
    color: #00c3e6
}

.header ul li a:hover span,
.header ul li a.dropdown-toggle.active span {
    color: #00c3e6
}

.header ul li .dropdown-menu {
    display: none;
    position: absolute;
    top: 44px;
    padding: 0;
    margin: 0;
    text-align: left;
    background: #fff;
    padding: 0px 0px;
    box-shadow: 0 8px 12px 1px rgba(0, 0, 0, 0.08);
    border-radius: 0px 0px 4px 4px;
    z-index: 1002;
    border-radius: 5px;
}

.header ul li .dropdown-menu li:nth-child(1) a {
    border-top-right-radius:5px;
    border-top-left-radius:5px;
}


.header ul li .dropdown-menu.active {
    display: block
}

.dropdown-menu li {
    margin-left: 0 !important;
    width: 280px;
    padding: 0px !important;
    height: auto !important;
}

.header ul li .dropdown-menu a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100% !important;
    padding: 16px 20px;
    line-height: 24px;
    color: #fff;
    display: block;
    height: auto !important;
    border-radius: 5px;
}

.header ul li .dropdown-menu a h5 {
    line-height: 20px;
    padding-top: 3px;
    font-family: "Nunito Sans", sans-serif;
}

.header ul li .dropdown-menu a h5 small {
    font-family: "Nunito Sans", sans-serif;
    text-transform: none;
    color: #434454;
    font-size: 14px;
    font-weight: 600 !important;
    display: block;
    font-weight: normal;
}

.header ul li .dropdown-menu a img {
    width: 40px;
    height: 40px;
    float: left;
    margin: 2px;
    margin-right: 20px
}

.header ul li ul li a:hover {
    background: #fff;
    z-index: 1001;
    position: relative;
    border-radius: 5px;
    width: calc(100% + 8px) !important;
    margin-left: -4px;
    margin-right: -4px;
    box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.10);
}


.header ul .dropdown {
    padding-right: 20px
}

.header ul li {
    position: relative;
}


.header ul .dropdown:after {
    width: 13px;
    height: 8px;
    background: url(../images/navdrop.png) no-repeat;
    display: block;
    content: ' ';
    position: absolute;
    top: 11px;
    right: 18px;
}

.header ul .dropdown.active:after,
.header ul .dropdown:hover:after {
    background: url(../images/navdrophover.png) no-repeat;
}

.header .button,
.header .button:hover {
    color: #fff;
    height: 40px;
    line-height: 40px;
    margin-top: -7px;
    margin-bottom: -7px;
}

.navright li:nth-last-child(1) {
    display: none;
}

.navright li ul li:nth-last-child(1) {
    display: block;
}

.navright li:nth-last-child(2) {
    padding-right: 0px;
}

.hero {
    background: url('../images/subhero-bg.png') center center no-repeat;
    background-size: cover;
    padding-top:88px;
    padding-bottom: 70px;
}

.hero .carousel-indicators {
    display: none;
}

.hero .container {
    position: relative;
}

.hero h1 {
    text-transform: capitalize;
}


.hero h1 small {
    font-size: 22px;
    font-weight: 600;
    display: block;
    line-height: 22px;
    padding-bottom: 12px;
    letter-spacing: 0px;
    color: #00c3e6;
}

#bannertext {
    padding-top: 124px;
    max-width: 600px;
}

.hero p {
    font-size: 20px;
    line-height: 28px;
    color: #434454;
    padding-top: 24px;
    font-weight: 400;
    padding-bottom: 25px;
}

.button.large {
    font-size: 20px;
    height: 54px;
    line-height: 54px;
    padding: 0px 36px;
}

.info {
    display: block;
    margin-top: 16px;
    color: #a8afe5;
}

.info img {
    float: left;
    margin-top: 5px;
    margin-right: 8px;
}

#bannerimg {
    text-align: center;
    padding-top: 64px;
}

#bannerimg img {
    margin-bottom: -7px;
}

#planwrapper .col {
    text-align: center;
}

#planwrapper .col h3 {
    padding-top: 10px;
    padding-bottom: 8px;
}

.services-home .col  p {
    padding-bottom:24px;
}

.services-home #planwrapper {
    max-width: 1040px;
    margin: 0px auto;
}

.services-home #planwrapper .col {
    border-right: 1px solid #e1e4e7;
}

.services-home #planwrapper .col:nth-last-child(1) {
    border-right: 1px solid transparent !important;
}


.services-home #planwrapper .col.hover .button {
    color: #fff;
    background: #00c3e6;
    border: 2px solid #00c3e6;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.services-home #planwrapper .col.hover .button:hover {
    background-color: #0ccff2;
    border: 2px solid #0ccff2;
}

.services-home #planwrapper .col h1 span {
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    display: block;
    font-weight: 700;
    line-height: 26px;
}

.robotoslab {
    font-family: "Roboto Slab", sans-serif;
}

#planwrapper {
    box-shadow: 0 1px 6px 2px rgba(30, 39, 107, 0.12);
    border-radius: 8px;
    background: #fff;
}

#planwrapper .col {
    padding: 48px 32px;
}

#planwrapper h1 small {
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 0px;
}

#planwrapper .button {
    padding: 0px 48px;
    text-align: center;
    margin-top: 14px;
}

.outlinedark {
    color: #2b2b39;
    border: 2px solid #2b2b39;
    line-height: 44px;
    background-color: #fff;
    font-weight: 800;
}

.outlinedark:hover {
    background: #00c3e6;
    border: 2px solid #00c3e6;
}

.noborderright {
    border-right: 1px solid transparent !important;
}

#planwrapper .col.hover {
    box-shadow: 0 1px 12px 2px rgba(30, 39, 107, 0.18) !important;
    margin-top: -12px;
    margin-bottom: -12px;
    background: #fff;
    border-radius: 8px;
    padding: 60px 32px;
}

#minecraftplans .hover {
    border-right: 1px solid transparent !important;
}

.promobg {
    background: url('../images/promo-bg.png') center center no-repeat;
    z-index: 1002;
    margin-top: -60px;
    padding-top: 120px;
    padding-bottom: 48px;
}

.promobg h2 {
    padding-top: 3px;
    padding-bottom: 6px;
}

.promobg p {
    font-size: 18px;
    padding-bottom: 0px;
}


#clock {
    text-align: center;
}

#clock h1 {
    font-size: 36px;
    font-weight: 500;
    line-height: 48px;
    display: inline-block;
    background: url('../images/timedivider.png') right 10px no-repeat;
    padding: 2px 0px 0px 0px;
    min-width: 4px;
    text-align: center;
    font-style: normal;
    background: #46419e;
    color: #fff;
    margin: 0px 6px;
    border-radius: 5px 5px 8px 8px;
    width: 64px;
    font-family: "Roboto Slab", "Nunito Sans", sans-serif;
}

#clock h1:nth-child(1) {}

#clock h1:nth-last-child(1) {}

#clock h1 small {
    margin-top: 12px;
    font-family: "Nunito Sans", sans-serif;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    line-height: 24px;
    display: block;
    margin-top: 3px;
    background: #00c3e6;
    text-transform: uppercase;
    border-radius: 0px 0px 5px 5px;
}

#timer {
    display: block;
    margin: 0 auto;
    text-align: right;
}

#promo-flex {
    max-width: 880px;
    margin: 0 auto;
}

.promobg p span {
    display: inline-block;
    padding: 3px 6px 2px 6px;
    color: #23bad4;
    font-weight: 700;
    border: 1px dashed #c7c9d3;
    border-radius: 4px;
    line-height: 20px;
    margin-top:6px;
}

.services {
    padding-bottom: 0px;
    z-index: 1001;
    padding-top:80px;
    position: relative;
}

#text-col {
    width: 40%;
}

.locationmap .tl {
    padding-top: 74px;
    padding-right: 7%;
}

.locationmap .carousel-inner {
    margin-left: 14%;
    width: 86%;
    margin-top: 28px;
}

.locationmap h4 {
    padding-top: 2px;
}

.locationmap h4 img {
    float: left;
    margin-right: 12px;
    margin-top: 6px;
}

.locationmap span {
    color: #00b5d5;
    font-weight:600;
    display: inline-block;
    padding-bottom: 12px;
}

.map span {
    color: inherit;
}

#availservices {
    padding-top: 8px;
}

#availservices ul li {
    padding: 3px 0px;
}

#availservices ul li a {
    background: url('../images/arrow-right.png') left center no-repeat;
    padding-left: 26px;
    color: #434454;
    display: block;
    text-decoration: none;
}

#availservices ul li a:hover {
    background: url('../images/arrow-righthover.png') left center no-repeat;
    color: #00b5d5;
    margin-left: 4px;
}

.map {
    background: url('../images/map.png') center center no-repeat;
    width: 975px;
    height: 533px;
    float: left;
    position: relative;
    margin-left:-120px;
}

.lpin {
    padding: 4px;
    margin: -4px;
    text-decoration: none;
    position: absolute;
    font-weight: 800;
    color: #1a1f4a;
    font-size: 14px;
    cursor: pointer;
    white-space: nowrap;
}

.lpin:hover {
    color: #00c3e6;
}

.lpin span {
    transition:none;
}

.lpin.fl {
    top: 285px;
    left: 239px;
}

.lpin.la {
    top: 228px;
    left: 16px;
}

.lpin.tx {
    top: 268px;
    left: 165px;
}

.lpin.va {
    top: 246px;
    left: 274px;

}

.lpin.qc {
    top: 175px;
    left: 280px;
}

.lpin.uk {
    top: 142px;
    left: 395px;
}

.lpin.fr {
    top: 212px;
    left: 378px;
}

.lpin.de {
    top: 167px;
    left: 517px;
}

.lpin.as {
    top: 352px;
    right: 222px;
}

.lpin.au {
    bottom: 47px;
    right: 93px;
}

.lpin.br {
    bottom: 79px;
    left: 343px;
}
.lpin.jp {
    bottom: 294px;
    left: 104px;
}


.locationmap {
    padding:68px 0px;
}

.tab-content {
    position: relative;
}


.ddos {
    background: url('../images/purplebg.png') center center no-repeat;
    background-size: cover;
    color: #d6dafe;
    padding: 56px 0px;
}

#ddos-image {
    width: 30%;
}

#ddos-image img {
    margin-bottom: -7px;
}

#ddos-text {
    width: 70%;
    padding-top: 76px;
}

.ddos h2 {
    color: #fff;
    padding-bottom: 6px;
}

.ddos strong {
    color: #fff;
    font-size: 20px;
}

.ddos .four {
    padding-top: 32px;
}

.ddos .four .col {
    width: 23%;
}

.ddos .four .col h2 {
    color: #fff;
    font-size: 44px;
    font-family: "Roboto Slab", sans-serif;
    line-height: 44px;
}

.ddos .col h4 {
    padding-top: 12px;
    color: #fff;
    padding-bottom: 4px;
    font-size: 18px;
}

.ddos span {
    color: #fff;
    display: block;
    padding-top: 14px;
    font-style: oblique;
}

.ddos a {
    color: #fff;
    font-weight: 600;
    text-decoration: underline;
}

.ddos a:hover {
    color: #00c3e6;
    text-decoration: none;
}

#one {
    color: #9696f0;
}

#two {
    color: #ff9362;
}

#three {
    color: #13bcda;
}

#four {
    color: #fff;
}

.allgames {
    background: #00c3e6;
    padding: 0px;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    overflow: hidden;
}

.allgames .container {
    position: relative;
    padding: 62px 20px 68px 20px;
}

.allgames h2 {
    color: #fff;
}

.tl {
    padding-bottom: 8px;
}

.allgames .tl {
    padding-bottom: 8px;
}

.allgames p {
    padding-bottom: 24px;
}

.allgames .col {
    width: 100%;
    max-width: 600px;
}

.button.white {
    background: #fff;
    color: #00badb;
    box-shadow: inset 0px -2px rgba(52, 54, 75, 0.06), 0px 1px 2px 1px rgba(0, 86, 101, 0.2);
}

.button.white:hover {
    box-shadow: inset 0px -2px rgba(52, 54, 75, 0.1), 0px 2px 4px 2px rgba(0, 86, 101, 0.28);
}

.button:focus, .header .button:focus {
    transform: scale(0.97) !important;
    -webkit-transition: all .2s ease-in-out !important;
    -moz-transition: all .2s ease-in-out !important;
    transition: all .2s ease-in-out !important;
}

.favgames {
    background: url('../images/favorite-games.png') no-repeat;
    width: 644px;
    height: 410px;
    position: absolute;
    top: -53px;
    right: -60px;
}

.threefeatures {
    padding-bottom: 44px;
}

.threefeatures .col {
    padding: 0px 40px 44px 40px;
    text-align: center;
}

.threefeatures .col h4 {
    padding-top: 18px;
    padding-bottom: 4px;
}

.threefeatures .col p {
    padding-bottom: 0px;
}


.fourfeatures {
    padding-bottom: 44px;
}

.fourfeatures .col {
    padding: 0px 20px 44px 20px;
    text-align: center;
}

.fourfeatures .col h4 {
    padding-top: 18px;
    padding-bottom: 4px;
}

.fourfeatures .col p {
    padding-bottom: 0px;
}

.rated {
    padding: 80px 0px;
    background: url('../images/greybg.png') center center no-repeat;
    text-align: center;
}

.rated span {
    display: block;
}

.rated h2 {
    padding-top: 0px;
    padding-bottom: 8px;
}

.rated p {
    font-size: 18px;
    padding-bottom: 28px;
}

.rated span {
    display: block;
    margin-top: 16px;
}

.rated span img {
    vertical-align: sub;
}

.leftauto {
    margin-left: auto;
}

.top {
    width: 32px;
    height: 32px;
    display: inline-block;
    border-radius: 50%;
    background: url('../images/top.png') center center no-repeat #5965b8;
}

.top:hover {
    background: url('../images/top.png') center center no-repeat #7783d7;
}

.footer {
    padding: 80px 0px 0px 0px;
}

#foot-left {
    width: 40%;
    padding-right: 8%;
}

#foot-left .button {
    height: 44px;
    line-height: 44px;
}

#foot-left p {
    padding-top: 20px;
    padding-bottom: 24px;
}

#foot-left li {
    display: inline-block;
    margin-right: 6px;
    height: 44px;
    vertical-align: bottom;
}

.socialbtn {
    height: 44px;
    width: 44px;
    text-align: center;
    display: inline-block;
    background: #fff;
    border-radius: 4px;
    line-height: 1;
    border: 1px solid #d2d2dd;
}

.socialbtn.twitter {
    background: url('../images/twitter.png') center center no-repeat #fff;
}

.socialbtn.facebook {
    background: url('../images/facebook.png') center center no-repeat #fff;
}

.socialbtn.twitter:hover {
    background: url('../images/twitterhover.png') center center no-repeat #2ca7e0;
    border-color: #2ca7e0;
}

.socialbtn.facebook:hover {
    background: url('../images/facebookhover.png') center center no-repeat #3b5998;
    border-color: #3b5998;
}

#foot-links {
    width: 60%;
}

#foot-links strong {
    display: block;
    margin-bottom: 12px;
    font-weight: 700;
    color: #1a1f4a;
    font-family: "Open Sans", "Nunito Sans", sans-serif;
}

#foot-links ul li {
    padding: 4px 0px;
}

#foot-links ul li a {
    display: block;
    color: #434454;
    text-decoration: none;
}

#foot-links .flex-grid {
    padding-bottom: 40px;
}

#foot-links ul li a:hover {
    color: #00c3e6;
}

#foot-links ul li a img {
    display: none;
}

#foot-links ul li a:hover img {
    display: inline-block;
    float: left;
    margin-left: -12px;
    margin-top: 8px;
}

.copyright {
    background: url('../images/purplebg.png') center center no-repeat;
    background-size: cover;
    padding: 20px 0px;
    margin-top: 80px;
    line-height: 32px;
    color: #fff;
}

.copyright .col {
    height: 32px;
}

.paymentmethods img:nth-last-child(1) {
    display: none;
}

.paymentlogos {
    margin-top: 6px;
}

.subhero {
    background: url('../images/subhero-bg.png') bottom center no-repeat;
    padding: 148px 0px 140px 0px;
    text-align: center;
    color: #434454;
    font-size: 18px;
    line-height: 26px;
}


.subhero p {
    color: #434454;
    font-size: 18px;
    text-align: center;
    line-height: 26px;
    max-width: 680px;
    margin: 0 auto;
    padding-top: 16px;
}

.wh-hero p {
    max-width:760px;
}

.subhero h2 {
    font-size: 38px;
    line-height: 48px;
    padding-top: 4px;
}

.subhero h1 {
    color: #00c3e6;
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    letter-spacing: 0px;
}


.subhero strong {
    font-size: 18px;
    display: block;
    padding-top: 10px;
}


.subhero-purp {
    background: url('../images/subhero-bg.png') bottom center no-repeat;
}





#planwrapper.flex-grid.five .col {

    border-right: 1px solid #e1e4e7;
}

#planwrapper.flex-grid.five .col:nth-last-child(1) {
    border-right: 1px solid transparent !important;
}

#minecraftplans {
    padding-top: 0px;
    margin-top: -60px;
}

#minecraftplans ul li span {
    display: block;
    font-size: 14px;
    margin-top: -2px;
    opacity: 0.75;
}

#minecraftplans #planwrapper .col {
    padding: 40px 24px 16px 24px;
}

#minecraftplans #planwrapper .col.hover {
    padding: 52px 24px 28px 24px;
}

.pricebox {
    background: #f9f9fc;
    border-radius: 6px 6px 0px 0px;
    padding: 7px 0px 2px 0px;
    margin-top: 6px;
}

.pricebox h1 {
    font-size: 34px;
}

.pricebox h1 small {
    font-size: 18px !important;
}

#planwrapper .mcbutton {
    margin-top: 0px;
    padding: 0px;
    width: 100%;
    border-radius: 0px 0px 6px 6px;
}

#planwrapper .mcbutton2 {
    margin-top: 0px;
    padding: 0px;
    width: 100%;
    border-radius: 0px 0px 0px 0px;
}

#minecraftplans ul {
    padding-top: 20px;
}

#minecraftplans ul li {
    line-height: 24px;
    padding: 5px 0px;
}

#minecraftplans #planwrapper .col h3 {

    padding-top: 6px;
    padding-bottom: 0px;
}

.larger-plans h2 {
    text-align: center;
}
.larger-plans .title {
    padding-bottom:20px;
}

.plan-row {
    box-shadow: 0 1px 6px 2px rgba(30, 39, 107, 0.12);
    border-radius: 5px;
    background: #fff;
    margin: 0 auto;
    padding: 20px;
    margin-top: 24px;
}

.plan-row:hover {
    box-shadow: 0 1px 10px 2px rgba(30, 39, 107, 0.16);
    width: calc(100% + 12px);
    margin-left:-6px;
    margin-right:-6px;
    padding: 20px 26px;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}

.plan-row .button {
    padding: 0px;
    text-align: center;
    width: 100%;
}

.plan-row .flex-grid div {
    vertical-align: middle;
    padding: 4px 0px;
    line-height: 48px;
}

.plan-price h3 {
    line-height: 48px;
}

.plan-price h3 small {
    font-size: 18px;
}

.plan-name {
    width: 27%;
    padding: 0px !important;
}

.plan-ram {
    width: 12%;
}

.plan-ssd {
    width: 13%;
}

.plan-traffic {
    width: 19%;
    line-height: 20px !important;
    padding: 8px 0px !important;
}

.plan-traffic span {

    display: block;
    font-size: 14px;
    opacity: 0.75;
}

.plan-price {
    width: 14%;
}

.plan-order {
    width: 15%;
}

.plan-name img {
    float: left;
    margin-right: 12px;
}

.plan-name h5 {
    display: block;
    white-space: nowrap;
    line-height: 22px;
    padding-top: 6px;
}

.plan-name h5 small {
    white-space: nowrap;
    font-family: "Nunito Sans", sans-serif;
    color: #434454;
    font-weight: 500;
    display: block;
}

.plan-name h5 small img {
    float: none;
    margin-right: 0px;
    margin-left: 2px;
    vertical-align: middle;
}

.modpacks {
    background: url('../images/purplebg.png') center center no-repeat;
    background-size: cover;
    padding: 40px 0px;
}

.modpacks .col {
    text-align: center;
    margin: 20px 0px;
}

.modpacks .col img {
    opacity: 0.75;
}


.modpacks .col img:hover {
    opacity: 1;
}

.modpacks img {
    margin-bottom: -6px;
}

.hardware {
    background: url('../images/hardwarebg.png') center bottom no-repeat #f9f8fb;
}

.light-bg {
    background: #f9f8fb;
}

.hardware .flex-grid {
    margin: 0 auto;
    justify-content: space-between;
}

.hardware .flex-grid.three .col {
    box-shadow: 0 2px 4px 1px rgba(30, 39, 107, 0.12);
    border-radius: 5px;
    background: #fff;
    width: 32%;
    text-align: center;
    padding: 36px 28px;
}

.hardware .flex-grid.three .col:hover {
    box-shadow: 0 2px 8px 1px rgba(30, 39, 107, 0.16);
}

.hardware .flex-grid.three .col p {
    padding-bottom: 0px;
    padding-top: 4px;
}


.mc-panel .col:nth-child(2) img {
    margin: -40px;
}

#mc-panel-text {
    width: 40%;
    padding-top: 30px;
}

.bullet-list li {
    padding: 2px 0px;
    line-height: 24px;
    background: url('../images/bullet.png') left 11px no-repeat;
    padding-left: 16px;
}

.mc-panel .bullet-list {
    margin-bottom: 20px;
}

.location-nav {
    margin-top: 12px;
}

.location-nav li {
    display: inline-block;
    margin: 0px 3px;
}

.location-nav li a {
    display: block;
    padding: 7px 12px 7px 7px;
    background: rgba(255, 255, 255, 0.12);
    line-height: 17px;
    color: #434454;
    font-size: 14px;
    font-weight: 700;
    border-radius: 4px;
    text-decoration: none;
}


.location-nav li a:hover {
    background: rgba(255, 255, 255, 0.18);
    color: #141521;
}

.location-nav li a img {
    float: left;
    margin-right: 8px;
}


.location-nav li.active a {
    font-weight: 800;
    background: #3a3b91 !important;
    color: #fff;
}

.dedicatedhero {
    padding: 148px 0px 80px 0px;
}

.dedicatedhero ul {
    padding-top: 2px;
}

.dedicatedhero li {
    display: inline-block;
    padding: 0px 24px 0px 18px;
    line-height: 30px;
    color: #3b4058;
    font-weight: 700;
    font-size: 18px;
    background: url('../images/bluedivider.png') center right no-repeat;
}

.dedicatedhero li span {
    text-decoration: underline;
}

.dedicatedhero li:nth-last-child(1) {
    background: none;
}

.titleleft h2,
.titleleft p {
    margin-left: 0px;
    text-align: left;
}

.titleleft p {
    padding-top: 6px;
}

.srvtbl {
    display: table;
    width: 100%;
}

.srvtbl thead {
    background: #f7f7fa;
    border-bottom: 1px solid #e3e3e8;
    color: #acaebb;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 800;
}

.srvtbl thead th {
    padding: 1px 20px 0px 20px;
    text-align: left;
}

.srvtbl thead th:nth-child(1) {
    text-align: center;
    padding-right: 24px;
}

.srvtbl td {
    padding: 24px 24px;
    line-height: 20px;
    font-size: 14px;
    color: #777c99;
    font-weight: 600;
    vertical-align: middle;
    border-bottom: 1px solid #e3e3e8;
}

.srvtbl td:nth-child(1) {
    width: 82px;
    text-align: center;
    padding-right: 24px;
}

.srvtbl td:nth-child(1) img {
    float: left;
}

.srvtbl td:nth-child(1) img:nth-child(1) {
    display: block;
}

.srvtbl td:nth-child(1) img:nth-child(2) {
    display: none;
}

.srvtbl tr:hover {
    background: #fafafc;
}

.srvtbl tr:hover td:nth-child(1) img:nth-child(1) {
    display: none;
}

.srvtbl tr:hover td:nth-child(1) img:nth-child(2) {
    display: block;
}

.srvtbl td:nth-last-child(1) {
    width: 14%;
}

.srvtbl td strong {
    display: block;
    font-size: 16px;
}

.srvtbl td span {
    display: block;
}

.srvtbl .button {
    height: 40px;
    line-height: 40px;
    width: 100%;
    display: block;
    text-align: center;
    padding: 0px;
}

.ddosinc {
    color: #00c3e6;
}

.ddosicon {
    vertical-align: text-top;
    margin-right: 5px;
    margin-top: 3px;
}

.purplebg {
    background: url('../images/purplebg.png') center center no-repeat;
    background-size: cover;
    color: #d6dafe;
}

.purplebg .title h2 {
    color: #fff;
}

.purplebg .title p {
    color: #fff;
}

.purplebg h4 {
    color: #fff;
    font-weight: 600;
    letter-spacing: 0px;
}

.faq .col {
    width: 48% !important;
}


.toggle {
    background: #f5f5fa;
    border-radius: 5px;
    margin-top: 16px;
}


.toggle .toggle-title {
    position: relative;
    display: block;
    margin-bottom: 0px;
}

.toggle .toggle-title h3 {
    margin: 0px;
    line-height: 26px;
    cursor: pointer;
    color: #3c3f4f;
    padding-top: 11px;
    padding-bottom: 9px;
    font-family: "Nunito Sans", sans-serif;
    font-size: 18px;
    text-transform: none;
}

.toggle .toggle-inner {
    padding: 12px 60px 20px 64px;
    display: none;
    margin: -10px 0px 0px;
    margin-right: 0px;
}

.toggle .toggle-inner p {
    padding-bottom: 0px;
}

.toggle .toggle-inner div {
    max-width: 100%;
}

.toggle .toggle-title .title-name {
    display: block;
    padding: 8px 64px 10px;
}

.toggle .toggle-title i {
    position: absolute;
    background: url(../images/faq-plus.png) left center no-repeat;
    width: 32px;
    height: 32px;
    transition: all 0.3s ease;
    margin: 0px;
    left: 16px;
    top: 16px;
}

.toggle .toggle-title.active i {
    background: url(../images/faq-close.png) left center no-repeat;
}

.toggle-title:hover {
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.toggle-title.active:hover {
    background-color: transparent;
    cursor: auto;
}

.faq .tl {
    padding-bottom: 6px;
}

#webhostingplans {
    padding-top: 0px;
    margin-top: -60px;
}

#webhostingplans #planwrapper {
    margin-left: 10%;
    margin-right: 10%;
}

#webhostingplans #planwrapper .col h3 {
    padding-top: 6px;
    padding-bottom: 16px;
}


#webhostingplans #planwrapper .col ul li {
    line-height: 30px;
}


#webhostingplans #planwrapper .pricebox {
    margin-top: 24px;
    display: none;
}

#webhostingplans #planwrapper .pricebox.active {
    display: block;
}

#webhostingplans .flex-grid.three .col {
    border-right: 1px solid #e1e4e7;
}

.linedivider {
    width: 48px;
    height: 2px;
    background: #e2e9eb;
    margin: 16px auto;
}

.whfeatures {
    padding: 88px 0px 70px 0px;
}

.whfeatures h3 {
    text-align: center;
}

.whfeatures ul li {
    padding: 9px 0px;
    line-height: 28px;
    font-size: 18px;
}

.whfeatures .flex-grid {
    max-width: 780px;
    margin: 0 auto;
    padding-top: 26px;
}

.ribbontick {
    float: left;
    margin-right: 14px;
}

.whsoftware {
    padding: 0px;
}

.whsoftware .flex-grid.three .col {
    padding: 68px 40px;
}

.whsoftware .flex-grid.three .col:hover {
    background: rgba(0, 0, 0, 0.06);
    cursor: pointer;
}


.whsoftware .flex-grid.three .col.active {
    background: rgba(0, 0, 0, 0.12);
}

.whsoftware .flex-grid.three .col p {
    padding-bottom: 0px;
}

.whsoftware .flex-grid.three .col img {
    margin-bottom: 12px;
}

.oneclickapps .col {
    background: #f9f8fb;
    border-radius: 5px;
    padding: 32px 20px 28px 20px;
    text-align: center;
    width: 13% !important;
}

.oneclickapps .col strong {
    display: block;
    font-size: 18px;
    padding-top: 14px;
    font-weight: 800;
}


.techspecs {
    background: #f9f8fb;
    padding-bottom: 40px;
}

.techspecs .col {
    position: relative;
    padding-left: 94px;
    padding-bottom: 60px;
    padding-right: 5%;
}

.techspecs .col img {
    position: absolute;
    top: 2px;
    left: 0px;
}

.techspecs .col ul {
    padding-top: 4px;
}


.techspecs .col ul li {
    padding: 3px 0px;
    background: url('../images/tealbullet.png') left 13px no-repeat;
    padding-left: 18px;
}




.range {
    position: relative;
    width: 100%;
    height: 10px;
    margin-top: 0px;
}

.range input {
    width: 100%;
    position: absolute;
    top: 3px;
    height: 0;
    -webkit-appearance: none;
    border-radius: 10px;
    left: 0px;
}

.range input::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 36px;
    height: 36px;
    margin: -13px 0 0;
    background: #fff;
    cursor: pointer;
    border: 0 !important;
    background: #fff;
    background: url('../images/handle.png') center center no-repeat;
    z-index: 1009;
}



.range input::-moz-range-thumb {
    -webkit-appearance: none;
    width: 36px;
    height: 36px;
    margin: -13px 0 0;
    background: #fff;
    cursor: pointer;
    border: 0 !important;
    background: #fff;
    background: url('../images/handle.png') center center no-repeat;
    z-index: 1009;
}

.range input::-ms-thumb {
    -webkit-appearance: none;
    width: 36px;
    height: 36px;
    margin: -13px 0 0;
    background: #fff;
    cursor: pointer;
    border: 0 !important;
    background: #fff;
    background: url('../images/handle.png') center center no-repeat;
    z-index: 1009;
}

.range input::-webkit-slider-runnable-track {
    width: 100%;
    height: 10px;
    cursor: pointer;
    background: #dde2eb;
    border-radius: 10px;
}

.range input::-moz-range-track {
    width: 100%;
    height: 10px;
    cursor: pointer;
    background: #dde2eb;
    border-radius: 10px;
}

.range input::-ms-track {
    width: 100%;
    height: 10px;
    cursor: pointer;
    background: #dde2eb;
    border-radius: 10px;
}

.range input:focus {
    background: none;
    outline: none;
}

.range input::-ms-track {
    width: 100%;
    height: 10px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
    border-radius: 10px;
}

.range-labels {
    margin: 48px -0px 0;
    padding: 0;
    list-style: none;
}

.range-labels li {
    background: transparent;
    position: relative;
    float: left;
    width: 11.1111%;
    text-align: center !important;
    opacity: 0.66;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    padding: 15px 0px 21px 0px;

    margin-bottom: -6px;
    font-weight: 700;
}


.range-labels li:hover {
    opacity: 1;
}

.range-labels .active {
    background: #fff;
    color: #2b2b39;
    opacity: 1;
    font-size: 16px;
    border-radius: 5px 5px 0px 0px;
    box-shadow: 0 -2px 7px -3px rgba(30, 39, 107, 0.16);
}


.range-labels h5 {
    color: #00c3e6;
    font-size: 18px;
    font-family: "Nunito Sans", sans-serif;
}


.range-labels .active h5 {
    font-size: 20px;
}

.range-labels .selected::before {
    background: #2793FF;
}

.range-labels .active.selected::before {
    display: none;
}



.sliderlink {
    display: none;
    text-align: center;
    height: 48px;
    line-height: 48px;
}

.sliderlink.active {
    display: block;
}

.cloudslider {
    padding: 0px;
    margin-top: -60px;
}

.cloudsliderbox {
    box-shadow: 0 1px 6px 2px rgba(30, 39, 107, 0.12);
    border-radius: 5px;
    background: #fff;
}

#rangecol {
    padding: 48px 48px 48px 48px;
}

#pricinginfo {
    padding: 48px 48px 48px 0px;
}

.range:before {
    background: rgb(0, 195, 230);
    background: linear-gradient(90deg, rgba(0, 195, 230, 1) 0%, rgba(86, 216, 240, 1) 100%);
    border-radius: 10px 0px 0px 10px;
    height: 10px;
    width: 36.66%;
    position: absolute;
    top: 0px;
    left: 0px;
    content: " ";
    z-index: 1000;
}

#specs .col {
    border-radius: 5px;
    background: #f8f8fb;
    width: 31.3%;
    margin-bottom: 24px;
    padding: 18px 20px 15px 20px;
}

#specs .col:nth-last-child(1),
#specs .col:nth-last-child(2),
#specs .col:nth-last-child(3) {
    margin-bottom: 0px;
}

#specs .col img {
    float: left;
    margin-right: 20px;
}

#specs .col h3 {
    line-height: 22px;
}

#specs .col h3 small,
#planprice {
    font-size: 13px;
    color: #00c3e6;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: block;
    font-family: "Nunito Sans", sans-serif;
}

#planprice {
    color: #cecfed;
    line-height: 20px;
}

.rangecontainer {
    padding: 48px 60px 0px 60px;
}

.pricingbox {
    background: url('../images/purplebg.png') center center no-repeat;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
}

.bigprice {
    font-family: "Roboto Slab", sans-serif;
    color: #fff;
    font-size: 40px;
    margin: 16px 0px 17px 0px;
}

.bigprice small {
    font-size: 20px;
    padding-left: 2px;
}

.vpshero {
    padding: 100px 0px 62px 0px;
}

.vps-highlights a {
    color: #00c3e6;
    font-weight: 600;
    text-decoration: none;
}

.vps-highlights a:hover {
    color: #18d6f8;
    text-decoration: none;
}

.vps-highlights .flex-grid {
    padding-left: 6%;
    padding-right: 6%;
}

.vps-highlights .flex-grid .col {
    width: 31.5% !important;
    box-shadow: 0 1px 6px 2px rgba(30, 39, 107, 0.12);
    border-radius: 5px;
    background: #fff;
    padding: 28px;
}

.vps-highlights .flex-grid .col:hover {
    box-shadow: 0 1px 10px 2px rgba(30, 39, 107, 0.16);
}

.vps-highlights .flex-grid .col p {
    padding-bottom: 12px;
}

.vps-highlights .flex-grid .col h4 {
    font-weight: 700;
    font-size: 20px;
    padding-top: 14px;
    padding-bottom: 4px;
}

.vps-temp {
    margin-left: -76px;
    margin-bottom: -98px;
}

#vps-text {
    padding-left: 10%;
    padding-top: 20px;
}

.vps-feat {
    position: relative;
    padding-left: 76px;
    margin-top: 44px;
}

.vps-feat p {
    padding-bottom: 0px;
}

.vps-feat img {
    position: absolute;
    top: 0px;
    left: 0px;
}

#vps-panel .title {
    padding-bottom: 18px;
    margin-top: -6px;
}



.our-games .colsecond {
    padding-right: 6%;
}

.our-games .colsecond p {
    padding-right: 6%;
}

.our-games .flex-grid.two .col {
    width: 48.75% !important;
    background: #f5f5fa;
    padding: 12px;
    border-radius: 4px;
    line-height: 44px;
    font-size: 16px;
    color: #2b2b39;
    font-weight: 700;
    margin-bottom: 20px;
}

.our-games .flex-grid.two .col:hover {
    background: #f2f2fa;
}

.our-games .flex-grid.two .col img {
    float: left;
    margin-right: 18px;
}



.our-games .flex-grid.two .col:nth-last-child(1) {
    margin-bottom: 0px;
}

.vl-nav {
    background: url('../images/tealbg.png');
    padding: 68px 0px 0px 0px;
    text-align: center;
}

.vl-nav .title {
    padding-bottom: 40px;
}

.vl-nav .title h2,
.vl-nav .title p {
    color: #fff;
}

.vl-nav .title p {
    padding-top: 8px;
}

.vl-nav ul li {
    display: inline-block;
}

.vl-nav ul li a {
    color: rgba(255, 255, 255, 0.8);
    height: 48px;
    line-height: 48px;
    padding: 0px 28px;
    text-decoration: none;
    font-size: 16px;
    display: block;
    font-weight: 700;
}

.vl-nav ul li a:hover {
    color: rgba(255, 255, 255, 1);
}


.vl-nav ul li .active,
.vl-nav ul li .active:hover {
    color: #1a1f4a;
    background: #fff;
    border-radius: 5px 5px 0px 0px;
}


.vps-locations {
    padding: 0px;
}

.vl-content {
    padding: 88px 0px;
}

.vl-content .flex-grid {
    margin-top:-6px;
}

.vl-content .title {
    padding-top: 6px;
    padding-bottom: 16px;
}

#vl-text {
    padding-right: 10%;
}

.vl-content .flex-grid.twothirds .col {

    background: #faf9fc;
    border-radius: 5px;
    padding: 28px 28px 32px 28px;
    margin-top: 12px;
}


.vl-content .flex-grid.twothirds .colfirst {
    width: 56% !important;
}

.vl-content .flex-grid.twothirds .colsecond {
    width: 39% !important;
}

.vl-content ul li {
    line-height: 20px;
    padding-top: 18px;
}

.vl-content ul li strong {
    font-size: 13px;
    text-transform: uppercase;
    color: #414456;
    display: block;
    font-weight: 800;
}

.vl-content h4 {
    font-size: 18px;
}


.vl-content .flex-grid.twothirds a {
    color: #00c3e6;
}

.vl-content .flex-grid.twothirds a:hover {
    color: #18d6f8;
}

.select-location {
    max-width: 440px;
    margin: 0 auto;
    margin-top: 12px;
}

.select-location select {

    width: 100%;
    display: block;
    border: 1px solid #dee2e7;
    background: rgba(255, 255, 255, 0.8);
    font-family: "Nunito Sans", sans-serif;
    border-radius: 4px;
    padding: 0px 18px;
    height: 44px;
    color: #fff;
    font-size: 16px;
    background: url('../images/selectdropwhite.png') right 18px center no-repeat rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.16);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: 0 1px 2px 0px rgba(30, 39, 107, 0.08);
    cursor: pointer;
    font-weight: 700;
}

.select-location select option {
    font-weight: 700;
}

.select-location select:focus {
    background: url('../images/selectdrop.png') right 18px center no-repeat rgba(255, 255, 255, 0.04);
    outline: none;
}

.select-location select option {
    color: #2b2b39;
}

.select-location strong {
    padding-top: 9px;
}

.aboutbg {
    background: url('../images/aboutbg.png') top center no-repeat;
}

.abouthero {
    background: none;
    padding-top: 64px;
    padding-bottom: 60px;
    text-align: left;
}

.abouthero p {
    font-size: 16px;
    line-height: 24px;
    margin: 0px;
    text-align: left;
    padding: 18px 0px 0px 0px;
    font-weight: 600;
}

#about-text {
    padding-right: 6%;
    padding-top: 86px;
}

#about-image {
    text-align: right;
}

#about-image img {
    margin-top: 40px;
    margin-bottom: -40px;
}

.core-values {
    padding-top: 0px;
}

#values-left {
    padding-right: 6%;
}

.value {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 6px 2px rgba(30, 39, 107, 0.12);
    padding: 32px;
}

.value:hover {
    box-shadow: 0 1px 10px 2px rgba(30, 39, 107, 0.18);
}

.value img {
    float: left;
    margin-right: 24px;
}

#value-1 {
    width: 86%;
}

#value-2 {
    width: 86%;
    margin: 28px 0px;
    margin-left: 14%;
}

#value-3 {
    width: 86%;
}

.value a {
    color: #00c3e6;
    font-weight: 600;
}

.value a:hover {
    color: #18d6f8;
    text-decoration: none;
}

#values-right {
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 48px;
}

.circletick {
    margin-bottom: 18px;
}

.circletick li {
    background: url('../images/circletick.png') left 7px no-repeat;
    padding: 4px 0px 4px 34px;
}

.tech-partners {
    padding-top: 0px;
}

.tech-partners .col {
    text-align: center;
}

.charity {
    padding: 88px 0px 80px 0px;
}

.charity .title p {
    font-size:18px;
    line-height:26px;
    max-width: 880px;
    color: #d6dafe;
}

.charity ul {
    text-align: center;
}

.charity ul li {
    display: inline-block;
    margin: 0px 40px;
}

.charity strong {
    color: #37e1ff;
    font-size: 18px;
    text-align: center;
    display: block;
    padding-bottom: 18px;
    font-weight: 600;
}

.charity .title {
    padding-bottom: 32px;
}

.morelinks .flex-grid.five .col {
    padding: 40px 20px 36px 20px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 6px 2px rgba(30, 39, 107, 0.12);
    width: 18%;
    text-align: center;
}


.morelinks .flex-grid.five .col:hover {
    box-shadow: 0 1px 10px 2px rgba(30, 39, 107, 0.18);
    margin-top: -2px;
    cursor: pointer;
}

.morelinks .flex-grid.five .col img {
    margin-bottom: 12px;
}


#sl-text {
    width: 58%;
}

#sl-select {
    width: 42%;
}

.hero-nav {
    position: absolute;
    left: -84px;
    top: 116px;
}




/* Dropdown */

.dropdowns {
    display: inline-block;
    position: relative;
}

.dd-button {
    padding: 0px 64px 0px 24px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    font-family: 'Nunito Sans', 'ProximaNova-Bold', Helvetica, Arial, sans-serif;
    color: #fff;
    background-color: #00c3e6;
    font-size: 16px;
    text-decoration: none;
    font-weight: 700;
    text-transform: none;
    white-space: nowrap;
}

.dd-button:after {
    content: '';
    position: absolute;
    top: 50%;
    border-radius: 0px 5px 5px 0px;
    right: 0px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    display: block;
    background: url('../images/dd-down.png') center center no-repeat #04b0d4;

}

.dd-button:hover {
    background-color: #03b7dd;
    cursor: pointer;
}


.dd-input {
    display: none;
}

.dd-menu {
    position: absolute;
    top: 100%;
    border: 1px solid #e3e3e8;
    border-radius: 4px;
    padding: 4px 0;
    margin: 4px 0 0 0;
    box-shadow: 0 0 5px 0 rgba(30, 39, 107, 0.12);
    background-color: #ffffff;
    list-style-type: none;
    right: 0px;
    z-index: 1000;
}

.dd-menu li img {
    float: left;
    margin-top: 1px;
    margin-right: 8px;
}

.dd-input + .dd-menu {
    display: none;
}

.dd-input:checked + .dd-menu {
    display: block;
}

.dd-menu li {
    padding: 12px 18px;
    cursor: pointer;
    white-space: nowrap;
    min-width: 200px;
    font-weight: 600;
    font-family: 'Nunito Sans', 'ProximaNova-Bold', Helvetica, Arial, sans-serif;

    color: #434454;
    font-size: 16px;
}

.dd-menu li:hover {
    background-color: #f7f7fc;
}

.dd-menu li a {
    display: block;
    margin: -10px -20px;
    padding: 10px 20px;
}

.dd-menu li.divider {
    padding: 0;
    border-bottom: 1px solid #cccccc;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

.hidetoggle {
    padding: 68px 0px;
    background: rgba(0, 0, 0, 0.12);
    display: none;
}

.hidetoggle h2 {
    color: #fff;
}

.hidetoggle .bullet-list li {

    background: url(../images/tealbullet.png) left 11px no-repeat;
}

#ht-img {
    text-align: center;
}


















/**
 * Tooltip Styles
 */

/* Base styles for the element that has a tooltip */
[data-tooltip],
.tooltip {
    position: relative;
    cursor: pointer;
}

/* Base styles for the entire tooltip */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after {
    position: absolute;
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition:
        opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -moz-transition:
        opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition:
        opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    pointer-events: none;
}

/* Show the entire tooltip on hover and focus */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

/* Base styles for the tooltip's directional arrow */
.tooltip:before,
[data-tooltip]:before {
    z-index: 1001;
    border: 6px solid transparent;
    background: transparent;
    content: "";
}

/* Base styles for the tooltip's content area */
.tooltip:after,
[data-tooltip]:after {
    z-index: 1000;
    padding: 10px 16px;
    width: 140px;
    background-color: #1e1d4a;
    background-color: rgba(30, 29, 74, 0.94);
    border-radius: 4px;
    color: #fff;
    content: attr(data-tooltip);
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
}

.plan-row .tooltip:after,
.plan-row [data-tooltip]:after {
    text-align: center;
    height: auto;
    white-space: normal;
}

/* Directions */

/* Top (default) */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after,
.tooltip-top:before,
.tooltip-top:after {
    bottom: 100%;
    left: 50%;
}

[data-tooltip]:before,
.tooltip:before,
.tooltip-top:before {
    margin-left: -6px;
    margin-bottom: -12px;
    border-top-color: #1e1d4a;
    border-top-color: rgba(30, 29, 74, 0.94);
}

/* Horizontally align top/bottom tooltips */
[data-tooltip]:after,
.tooltip:after,
.tooltip-top:after {
    margin-left: -60px;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after,
.tooltip-top:hover:before,
.tooltip-top:hover:after,
.tooltip-top:focus:before,
.tooltip-top:focus:after {
    -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    transform: translateY(-12px);
}

/* Left */
.tooltip-left:before,
.tooltip-left:after {
    right: 100%;
    bottom: 50%;
    left: auto;
}

.tooltip-left:before {
    margin-left: 0;
    margin-right: -12px;
    margin-bottom: 0;
    border-top-color: transparent;
    border-left-color: #000;
    border-left-color: rgba(30, 29, 74, 0.94);
}

.tooltip-left:hover:before,
.tooltip-left:hover:after,
.tooltip-left:focus:before,
.tooltip-left:focus:after {
    -webkit-transform: translateX(-12px);
    -moz-transform: translateX(-12px);
    transform: translateX(-12px);
}

/* Bottom */
.tooltip-bottom:before,
.tooltip-bottom:after {
    top: 100%;
    bottom: auto;
    left: 50%;
}

.tooltip-bottom:before {
    margin-top: -12px;
    margin-bottom: 0;
    border-top-color: transparent;
    border-bottom-color: #000;
    border-bottom-color: rgba(30, 29, 74, 0.94);
}

.tooltip-bottom:hover:before,
.tooltip-bottom:hover:after,
.tooltip-bottom:focus:before,
.tooltip-bottom:focus:after {
    -webkit-transform: translateY(12px);
    -moz-transform: translateY(12px);
    transform: translateY(12px);
}

/* Right */
.tooltip-right:before,
.tooltip-right:after {
    bottom: 50%;
    left: 100%;
}

.tooltip-right:before {
    margin-bottom: 0;
    margin-left: -12px;
    border-top-color: transparent;
    border-right-color: #000;
    border-right-color: rgba(30, 29, 74, 0.94);
}

.tooltip-right:hover:before,
.tooltip-right:hover:after,
.tooltip-right:focus:before,
.tooltip-right:focus:after {
    -webkit-transform: translateX(12px);
    -moz-transform: translateX(12px);
    transform: translateX(12px);
}

/* Move directional arrows down a bit for left/right tooltips */
.tooltip-left:before,
.tooltip-right:before {
    top: 3px;
}

/* Vertically center tooltip content for left/right tooltips */
.tooltip-left:after,
.tooltip-right:after {
    margin-left: 0;
    margin-bottom: -16px;
}

.wh-hero {
    padding-bottom: 120px;
}




.changer {
    margin: 0 auto;
    width: auto;
    font-size: 16px;
    color: #2b2b39;
    background:#e3e2e8;
    font-weight: 600;
    line-height: 26px;
    padding: 4px 0px;
    border-radius: 5px;
    display: inline-block;
    justify-content: center;

    text-align: center;

}


.changer div {
    display: inline-block;
    float: left;
    cursor: pointer;
    background: transparent;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    color: #2b2b39;
    margin: 0px 5px;
    font-weight: 700;
}

.changer div:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.04);
}

.changer .active-switch-text,
.changer .active-switch-text:hover {
    color: #fff;
    background-color: #3a3b91 !important;
    font-weight: 700;
}

.changer div label {
    cursor: pointer;
    display: block;
    width: 100%;
    padding: 0px 28px;
}

.changer .switch {
    opacity: 0px;
    display: none;
    background: #7e68f7;
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    border-radius: 34px;
    width: 48px;
    height: 26px;
    margin: 0px 14px;
    position: relative;
}

.switch-label {
    position: relative;
    z-index: 999;
    float: left;
    width: 26px;
    height: 26px;
    cursor: pointer;
}



.switch-label-off {
    width: 0px;
}

.switch-label-on {
    width: 48px;
}

.prem-active .switch-label-off {
    width: 48px;
}

.prem-active .switch-label-on {
    width: 0px;
}

.switch-input {
    display: none !important;
}

.switch-input:checked + .switch-label {
    -webkit-transition: 0.15s ease-out;
    -moz-transition: 0.15s ease-out;
    -o-transition: 0.15s ease-out;
    transition: 0.15s ease-out;
}

.switch-input:checked + .switch-label-on ~ .switch-selection {
    /* Note: left: 50% doesn't transition in WebKit */
    left: 26px;
}

.switch-selection {
    display: block;
    position: absolute;
    z-index: 1;
    top: 4px;
    left: 4px;
    width: 18px;
    height: 18px;
    background: #fff;
    border-radius: 50%;
    margin-top: 0px !important;
}




#locationSelect {
    border: 1px solid #dee2e7;
    font-family: "Nunito Sans", sans-serif;
    border-radius: 4px;
    padding: 0px 48px 0px 18px;
    height: 44px;
    font-size: 16px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: 0 1px 2px 0px rgba(30, 39, 107, 0.08);
    cursor: pointer;
    font-weight: 700;

    display: none;
    background: url(../images/selectdrop.png) right 18px center no-repeat rgba(255, 255, 255, 1);
    color: #2b2b39;
}


#locationSelect option {
    color: #2b2b39;
}

#locationSelect:focus {
    outline: none;
}


@media screen and (min-width:1280px) and (max-width:1520px) {

    .hero-nav {
        position: absolute;
        left: 76px;
        transform: rotate(90deg);
        top: 64px;
        z-index: 1001;
    }

    .hero .carousel-control {
        height: 36px;
        width: 36px;
    }

    .hero .carousel-control.next {
        top: 38px;
    }
}

#vps-panels {
    text-align: center;
    background: url(../images/purplebg.png) center center no-repeat;
    background-size: cover;
}

#vps-panels h2 {
    color: #fff;
}

#vps-panels p {
    color: #d6dafe;
}

.vps-tabs li {
    display: inline-block;
    width: 20%;
    float: left;
}

.vps-tabs li h4 {
    font-size: 18px;
    line-height: 26px;
    padding-top: 4px;
    color: #fff;
}

.vps-tabs li a {
    display: block;
    padding: 32px 20px 28px 20px;
    border-radius: 5px;
    text-decoration: none;
    position: relative;
}

.vps-tabs li .active:after {
    background: #00c3e6;
    border-right: 0;
    border-top: 0;
    content: "";
    height: 15px;
    left: calc(50% - 7.5px);
    position: absolute;
    bottom: -5px;
    transform: rotate(135deg);
    width: 20px;
}

.vps-tabs .active {
    background-color: #00c3e6;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}


.vps-tabs .active h4 {
    color: #fff;
}

.vps-tabs li img:nth-child(2) {
    display: none;
}


.vps-tabs li .active img:nth-child(1) {
    display: none;
}

.vps-tabs li .active img:nth-child(2) {
    display: inline-block;
}


#vps-panels {
    padding-bottom: 0px;
    margin-bottom: 100px;
}


#vps-panels .tab-content {
    margin-bottom: -140px;
    margin-bottom: -147px;
    padding-top: 30px;
}





#twofeatures h3 {
    color: #fff;
    padding-top: 28px;
    padding-bottom: 8px;
    font-weight: 600;
}

#twofeatures p {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}

#vpsfeatures {
    background: url('../images/greybg.png') center center no-repeat;
    background-size: cover;
}

.cpanelimg {
    margin: -36px -32px;
}

.hidetoggle #text-col {
    padding-top: 36px;
}

.cpaneltext {
    padding-top: 28px !important;
}

.cltext {
    padding-top: 20px !important;
}

.sliderbox {
    display: none;
}

.sliderbox.active {
    display: flex;
}

.cpu {
    display: none;
}

.cpu.active {
    display: block;
}

.ram {
    display: none;
}

.ram.active {
    display: block;
}

.ssd {
    display: none;
}

.ssd.active {
    display: block;
}

.ip {
    display: none;
}

.ip.active {
    display: block;
}

.bw {
    display: none;
}

.bw.active {
    display: block;
}

.uplink {
    display: none;
}

.uplink.active {
    display: block;
}

.price {
    display: none;
}

.price.active {
    display: inline-block;
}
#specs .col h3 span {
    text-transform: none;
}

#specs .col h3 span img {
    float:none;margin-right:0px;
}


.tick-list-banner {
    padding-top:8px;
}

.tick-list-banner li{
    float:left;
    width:50%;
    color: #434454;
    padding:4px 0px;
}
.tick-list-banner li img {
    vertical-align: middle;
    margin-right:12px;
}

.whitetext {
  color:#fff;
}

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

.subhero-left p{
    margin:0px;
    max-width:100%;
    text-align:left;
}

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

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

#page-vps {
    margin-top: -20px;
    margin-bottom: -30px;
}

.locations-bar {
    padding:0px;
    margin-top:-68px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.locations-bar li img {
    float:left;
    margin-right:8px;
    margin-top:11px;
}

.locations-bar-box {
    border-radius:8px;
    background:#fff;
    box-shadow: 0 2px 6px 2px rgba(30, 39, 107, 0.12);
    padding:24px 20px;
}

.locations-bar strong {
    display:block;
    padding-bottom:8px;
}


.locations-bar ul li {
    display:inline-block;
    float:left;
}

.locations-bar ul li a {
    color:#8a8ea5;
    font-weight:600;
    height:40px;
    line-height:40px;
    padding:0px 16px;
    border-radius:5px;
    text-decoration: none;
    display:block;
    background:url('../images/loc-divider.png') center right no-repeat;
}

.locations-bar ul li a:hover {
    color: #434454;
}

.locations-bar ul .loc-active, .locations-bar ul .loc-active:hover {
    background: #3a3b91 !important;
    color: #fff !important;
}


#locations-list li:nth-last-child(1) a {
    background:none !important;
}


#locations-list li:nth-last-child(1) a.loc-active {
    background: #3a3b91 !important;
    color: #fff !important;
}



.all-locs {
    display:none;
}


.loc-active {
    display:block;
}

.block {
    display:block;
}

.vps-plans .flex-grid {
    margin:0px -10px;
}

.vps-plans .col {
padding:0px 10px;
}


.vps-plan-box {
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 2px 6px 2px rgba(30, 39, 107, 0.12);
    padding: 24px 24px;
}

.vps-plan-box h2 {
    font-family: "Roboto Slab", sans-serif;
}

.vps-plan-box h4 {
    padding-bottom:12px;
}
.vps-plan-box ul li img{
    margin-right:8px;
    vertical-align: middle;
}

.ramssdlist li {
    padding:4px 0px;
}

.vps-plan-box h2 small {
    font-size:16px;
}

.vps-plan-box h2 {
    padding-top:15px;
    padding-bottom:12px;
}

.vps-plan-box .button {
    display:block;
    text-align:center;
    padding:0px;
    margin-bottom:20px;
}

.vps-plan-box #more-specs {
    display:block;
    padding-bottom:5px;
}

.small-title-p {
    width:50%;
    margin:0 auto;
}

#get-started-row {
    padding:48px 0px;
}

#get-started-row h2 {
    color:#fff;
}

#get-started-row span {
    padding-top:8px;
    display:block;
    font-size:18px;
}

#get-started-row .text-right {
    margin-top:12px;
}

#get-started-row .text-right .outlinewhite {
margin-right:15px;
}

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

.operatingsystems .col{
    padding:0px 20px;
    text-align:center;
}

.operatingsystems .col h4 {
    padding-top:12px;
}

.title ul li {
    font-size:18px;
    font-weight: 400;
}
.title ul {
    text-align:left;
    display:table;
    margin:0px auto;
    margin-top:20px;
}

.title ul li img {
    padding:6px 0px;
    vertical-align: middle;
    margin-right:8px;
}

.greybg {
    background: url('../images/greybg.png') center center no-repeat;
}


.pb-0 {
    padding-bottom:0px;
}

.p-0 {
    padding-top:0px;
    padding-bottom:0px;
}

.the-panel {
    margin-bottom:-7px;
}

.operatingsystems .col p{
    padding-bottom:0px;
}

#locations-vps #the-specs .col{
    background:#f0f0f5;
}

#locations-vps .title{
    padding-top:30px;
}


.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 2px 6px 2px rgba(30, 39, 107, 0.12);
    background:#fff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    z-index: 1039;
}

.fixed-header .locations-bar-box {
    box-shadow:unset;
    padding: 10px 0px;
}

.fixed-header strong {
    display:none;
}

.locations-bar-fix {
    height:120px;
}

.vps-plans {
    padding-top:60px;
    padding-bottom:68px;
}

.vps-plans .carousel-control-next {
    background:url('../images/plans-next.png') center center no-repeat;
    width:23px;
}

.vps-plans .carousel-control-prev {
    background:url('../images/plans-prev.png') center center no-repeat;
    width:23px;
}

.col-xs-3 {
    width:20%;
    float:left;
}

.col-xs-4 {
    width:20%; float:left;
}

.top-content {

    width: 100%;
    padding-top: 100px;
}

.container-fluid {

    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.carousel-control {
    background: #46419e;
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 0px;
    opacity: 0.25;
}

.carousel-control.prev {
    background: url('../images/up-white.png') center center no-repeat #46419e;
    border-radius: 5px 5px 0px 0px;
}

.carousel-control.next {
    background: url('../images/down-white.png') center center no-repeat #46419e;
    top: 42px;
    border-radius: 0px 0px 5px 5px;
}


.carousel-control:hover {
    opacity: 1;
}

.hero-nav .carousel-control {
    background-color: #fff;
    opacity:1;
    z-index: unset !important;
}

.hero-nav .carousel-control:hover {
    opacity: 1;
}






.hero-nav .carousel-control.prev {
    background: url(../images/hero-up.png) center center no-repeat #e3e2e8;
}

.hero-nav .carousel-control.next {
    background: url(../images/hero-down.png) center center no-repeat #e3e2e8;
}


.hero-nav .carousel-control.prev:hover {
    background: url(../images/up-white.png) center center no-repeat #46419e;
}

.hero-nav .carousel-control.next:hover {
    background: url(../images/down-white.png) center center no-repeat #46419e;
}














.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-item {
    position: relative;
    display: none;
    width: 100%;
}

.carousel .carousel-control {
    z-index: 1001;
}



@media (-webkit-transform-3d) {
    .carousel-item {
        -webkit-transition: -webkit-transform 0.8s ease-in-out;
        transition: -webkit-transform 0.8s ease-in-out;
        -o-transition: -o-transform 0.8s ease-in-out;
        transition: transform 0.8s ease-in-out;
        transition: transform 0.8s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }
}

@supports ((-webkit-transform: translate3d(0, 0, 0)) or (transform: translate3d(0, 0, 0))) {
    .carousel-item {
        -webkit-transition: -webkit-transform 0.8s ease-in-out;
        transition: -webkit-transform 0.8s ease-in-out;
        -o-transition: -o-transform 0.8s ease-in-out;
        transition: transform 0.8s ease-in-out;
        transition: transform 0.8s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: block;
}

.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0;
}

@media (-webkit-transform-3d) {

    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-item-next,
    .active.carousel-item-right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    .carousel-item-prev,
    .active.carousel-item-left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@supports ((-webkit-transform: translate3d(0, 0, 0)) or (transform: translate3d(0, 0, 0))) {

    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-item-next,
    .active.carousel-item-right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    .carousel-item-prev,
    .active.carousel-item-left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
}

.carousel-control-prev:focus,
.carousel-control-prev:hover,
.carousel-control-next:focus,
.carousel-control-next:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}

.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}

.carousel-indicators .active {
    background-color: #fff;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

.img-fluid {
    height: auto;
    max-width: 100%;
}

.d-block {
    display: block;
}

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

    .vert .carousel-item-next.carousel-item-left,
    .vert .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .vert .carousel-item-next,
    .vert .active.carousel-item-right {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100% 0);
    }


    .locationmap .vert .carousel-item-next,
    .locationmap .vert .active.carousel-item-right {
        background:#fff;
    }

    .vert .carousel-item-prev,
    .vert .active.carousel-item-left {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out, -o-transform 0.5s ease-in-out;
    }
}




#home-hero .carousel-item {
    top:0px !important;
}



#belowhtwo {
    display:block;
    padding-top:8px;
}

#change-locations {
    width:100%;
    display:block;
    font-family:"ProximaNova-Regular",sans-serif;
    font-size:16px;
    height:32px;
    line-height:32px;
    border:0px;
    background: url(../images/navdrop.png) center right 0px no-repeat;
    appearance:none;
    cursor:pointer;
    color: #434454;
    display:none;
}

#change-locations:hover {
    background: url(../images/navdrophover.png) center right 0px no-repeat;
    color: #434454;
}

#change-locations option, #change-locations:hover option {
    color: #434454;
}

#change-locations:focus {
    outline:none;
}

.hide {
    display:none;
}
.font18 {
    font-size:18px;
}

.select-div {
  margin-top:18px;
  font-size:10px;
  text-align:left;
  box-shadow: 0 1px 2px 0px rgba(30, 39, 107, 0.04);
  border: 1px solid rgba(0,0,0, 0.1);
  padding:8px 12px 4px 12px;
  border-radius: 5px;
}

.select-div select {
    width: 100%;
    border:0px;
    display: block;
    background: rgba(255, 255, 255, 0.8);
    font-family: "Nunito Sans", sans-serif;
    height: 30px;
    font-size: 16px;
    background: url('../images/navdrop.png') right center no-repeat rgba(255, 255, 255, 0.04);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    font-weight: 600;
    margin-top:-2px;
}

#webhostingplans .mcbutton {
  display:none;
}

.showdirectadmin, .showcpanel {
  display:none;
}

#webhostingplans .showactive {
  display:block;
}
































.tech-partners .col img {
  max-height:32px;
}




.game-box:hover .order-links {
  display:block;
  bottom:-10px;
}

.game-box:hover div:nth-child(1) {
bottom:28px;
}

.game-box:hover div {
    transition: all .2s ease-in-out;
  }


  .game-box {
    position:relative;
  }

.game-box:hover:before {
    position:absolute;
    content:" ";
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    background:rgba(76,89,187,0.8);
    border-radius:6px;
  }


  #gamesearch {
    margin-bottom:20px;
  }

  .game-box {
    width:100%;
    height:339px;
    border-radius:8px;
    position:relative;
    overflow:hidden;
    font-weight:500;
  }

  .game-box h4 {
    text-transform: uppercase;
    color:#fff;
  }

  .game-box div:nth-child(1) {
    position:absolute;
    bottom:0px;
    left:0px;
    right:0px;
    padding:20px 20px 24px 20px;
    text-align:center;
    color:#fff;
    font-size:14px;
  }

  .game-box:hover {
    cursor:pointer;
  }

  #game-row {
    padding:0px 0px;
  }

  #game-row .col {
    padding:0px 10px;
    margin-top:20px;
  }




    #game-vrising {background:url('../images/game-vrising.png') center center no-repeat;background-size:cover;}
    #game-ark {background:url('../images/game-ark.png') center center no-repeat;background-size:cover;}
    #game-vintagestory {background:url('../images/game-vintagestory.png') center center no-repeat;background-size:cover;}
    #game-valheim {background:url('../images/game-valheim.png') center center no-repeat;background-size:cover;}
    #game-satisfactory {background:url('../images/game-satisfactory.png') center center no-repeat;background-size:cover;}
    #game-squad {background:url('../images/game-squad.png') center center no-repeat;background-size:cover;}
    #game-starbound {background:url('../images/game-starbound.png') center center no-repeat;background-size:cover;}
    #game-minecraftjava {background:url('../images/game-minecraftjava.png') center center no-repeat;background-size:cover;}
    #game-terraria {background:url('../images/game-terraria.png') center center no-repeat;background-size:cover;}
    #game-factorio {background:url('../images/game-factorio.png') center center no-repeat;background-size:cover;}
    #game-minecraft {background:url('../images/game-minecraft.png') center center no-repeat;background-size:cover;}
    #game-7dtd {background:url('../images/game-7dtd.png') center center no-repeat;background-size:cover;}





  .select-col .col {
      position: relative;
  }

  .filterselect {
      display: inline-block;
      position: relative;
      width:80%;
      width: calc(100% - 40px);
      border: 0px;
      font-family:'Nunito Sans', 'Open Sans', system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
      font-weight:700;
      font-size: 16px;
      color: #434454;
      background: url('../images/select-blue.png') top 12px right 10px no-repeat #fff;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      padding-right: 0px;
      cursor: pointer;
      position: absolute;
      height:30px;

      right:20px;
      left:20px;
      top:19px;
      border-radius:6px;
      z-index: 1001;
  }


    .filterselect:focus {
    background: url('../images/select-blue-up.png') top 12px right 10px no-repeat #fff;
    outline:none;
    }




  .relative {
    position:relative;
  }


.subhero-games {
  padding-bottom:78px;
}

    #games-nav {
      padding:0px;
      margin-top:-40px;
    }

  #games-nav .flex-grid{
    box-shadow: 0 1px 4px 0px rgb(30 39 107 / 12%);
border-radius: 8px;
background: #fff;
  }

  #gamesearch{
  border: 0px;
  font-family:'Nunito Sans', 'Open Sans', system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight:700;
  font-size: 16px;
  color: #434454;
  width:100%;
  height:30px;
  margin-top:0px;
  margin-bottom:0px;
  color:rgba(67,68,84,1);
  background:url('../images/search.png') left center no-repeat;
  padding:0px 26px;
  }

    #gamesearch:focus {
      outline:unset;
      font-weight:700;
    }

    #gamesearch::placeholder {
    color:rgba(67,68,84,0.6);
    font-weight:500;
    }

#games-col-one {
  width:20%;
  padding:20px;
  border-right:1px solid #eaebed;
}

#games-col-two {
  width:80%;
  padding:20px;
}

#games-findgame .flex-grid{
  margin-top:-20px;
}

.searchkeywords {
  display:none;
}

.order-links {
  bottom:-30px;
  position:absolute;
  left:20px;
  right:20px;
  color:#fff;
}


.order-links a {
  color:#fff;
  font-weight:700;
  text-decoration: none;
}


.order-links a img {
  margin-left:6px;
}

.not-here {
  margin-top:40px;
}

.padded-row {
  padding:0% 10%;
}

.titleleft {
  text-align:left;
}

.bluetext {
  color:#00c3e6;
}

.titleleft h5 {
  padding-bottom:5px;
}

#games-features .title {
  padding-bottom:15px;
}

#games-features .colfirst {
  padding-left:88px;
}


#games-features ul {
  margin-top:-15px;
}

#games-features li  {
  line-height:32px;
  padding-top:12px;
}

#games-features li img {
  float:left;
  margin-top:0px;
  margin-right:15px;
}


.feature-left-block {
  position:relative;
  padding-left:64px;
  margin-top:10px;
  margin-bottom:20px;
}

.feature-left-block img {
  position:absolute;
  top:4px;
  left:0px;
}


.feature-left-block h5 {
  font-size:18px;
  padding-bottom:4px;
}

#games-panel-features {
  padding-left:80px;
  padding-top:35px;
}


.hardware.purplebg .flex-grid.three .col {
  background:rgba(0,0,0,0.15);
}

.hardware p {
  line-height:26px;
}


#games-findgame .flex-grid {
  margin:0px -10px;
  width:calc(100% + 20px);
    margin-top: -20px;
}
    #games-findgame {
      padding-top:68px;
    }
