/* Proxima Nova */
@font-face {
    font-family: 'ProximaNova-Regular';
    src: url('../fonts/ProximaNova-Regular.eot') format('embedded-opentype') font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova-Regular';
    src: url('../fonts/ProximaNova-Regular.otf') format('opentype'), url('../fonts/ProximaNova-Regular.ttf') format('truetype'), url('../fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova-Semibold';
    src: url('../fonts/ProximaNova-Semibold.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova-Semibold';
    src: url('../fonts/ProximaNova-Semibold.otf') format('opentype'), url('../fonts/ProximaNova-Semibold.ttf') format('truetype'), url('../fonts/ProximaNova-Semibold.svg#ProximaNova-Semibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova-Bold';
    src: url('../fonts/ProximaNova-Bold.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova-Bold';
    src: url('../fonts/ProximaNova-Bold.otf') format('opentype'), url('../fonts/ProximaNova-Bold.ttf') format('truetype'), url('../fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova-Bold';
    src: url('../fonts/ProximaNova-Bold.otf') format('opentype'), url('../fonts/ProximaNova-Bold.ttf') format('truetype'), url('../fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova-Light';
    src: url('../fonts/ProximaNova-Light.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}


/* 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;
}

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/24px 'ProximaNova-Regular', 'Open Sans', system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
    width: 100%;
    color: #8f93aa;
    font-weight: 400;
    background: #080e1a;
}

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

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

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: #00adff;
    text-decoration: none;
    font-family: "ProximaNova-Semibold", sans-serif;
}

a:hover {
    color: #44b8ff;
    text-decoration: none;
}

.button {
    padding: 0px 28px;
    display: inline-block;
    height: 48px;
    line-height: 48px;
    border-radius: 3px;
    font-family: 'ProximaNova-SemiBold', Helvetica, Arial, sans-serif;
    color: #fff;
    background: rgb(0, 174, 255);
    background: linear-gradient(90deg, rgba(0, 174, 255, 1) 0%, rgba(104, 207, 255, 1) 100%);
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: inset 0px -2px 2px rgba(16, 32, 52, 0.16);
}

.button:hover {
    background: rgb(0, 174, 255);
    background: linear-gradient(90deg, rgba(0, 174, 255, 1) 0%, rgba(82, 200, 255, 1) 100%);
    color: #fff;
    text-decoration: none;
}

.secondary {
    background: rgb(240, 62, 68);
    background: linear-gradient(90deg, rgba(240, 62, 68, 1) 0%, rgba(254, 104, 110, 1) 100%);
}

.secondary:hover {
    background: rgb(240, 62, 68);
    background: linear-gradient(90deg, rgba(240, 62, 68, 1) 0%, rgba(250, 90, 96, 1) 100%);
}

.greenbtn {
    background: rgba(219, 222, 144, 1);
    background: -webkit-linear-gradient(180deg, rgba(219, 222, 144, 1) 0%, rgba(52, 186, 111, 1) 100%);
}

.greenbtn:hover {
    background: rgba(52, 186, 111, 1);
    background: -webkit-linear-gradient(360deg, rgba(219, 222, 144, 1) 0%, rgba(52, 186, 111, 1) 100%);
}

.onyxbtn {
    background: rgba(0, 173, 255, 1);
    background: -webkit-linear-gradient(360deg, rgba(0, 173, 255, 1) 0%, rgba(244, 63, 69, 1) 100%);
}

.onyxbtn:hover {
    background: rgba(0, 173, 255, 1);
    background: -webkit-linear-gradient(180deg, rgba(0, 173, 255, 1) 0%, rgba(244, 63, 69, 1) 100%);
}

.button.small {
    height: 38px;
    line-height: 38px;
}

.button.outline {
    height: 50px;
    border: 1px solid #fff;
    line-height: 48px;
    color: #fff;
    background: transparent;
    box-shadow: none;
}

.button.outline:hover {
    background-color: #fff;
    color:#080e1a;
}


.clearfix:after,
.container:after,
.popularbox:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

h1 {
    font-size: 36px;
    line-height: 48px;
    font-family: 'Roboto', 'Open Sans', 'ProximaNova-Bold', Helvetica, Arial, sans-serif;
    color: #fff;
    font-weight: 700;
}


h2 {
    font-size: 34px;
    line-height: 42px;
    font-family: 'Roboto', 'Open Sans', 'ProximaNova-Bold', Helvetica, Arial, sans-serif;
    color: #fff;
    font-weight: 600;
    padding-bottom: 10px;
}

h3 {
    font-size: 24px;
    line-height: 32px;
    font-family: 'Roboto', 'Open Sans', 'ProximaNova-Bold', Helvetica, Arial, sans-serif;
    color: #fff;
    font-weight: 500;
}

h4 {
    font-size: 20px;
    line-height: 28px;
    font-family: 'Roboto', 'Open Sans', 'ProximaNova-Bold', Helvetica, Arial, sans-serif;
    color: #fff;
    font-weight: 500;
}

h5 {
    font-size: 18px;
    line-height: 26px;
    font-family: 'Roboto', 'Open Sans', 'ProximaNova-Bold', Helvetica, Arial, sans-serif;
    color: #fff;
    font-weight: 500;
}


*: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;
}

.title p {
    font-size: 20px;
    line-height: 28px;
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 0px;
    font-weight: 500;
}

.title ul {
    display: table;
    margin: 0 auto;
    margin-top: 20px;
}

.title ul li {
    font-size: 20px;
    line-height: 28px;
    padding: 4px 0px;
    text-align: left;
}

.title ul li img {
    vertical-align: baseline;
    margin-right: 16px;
}

.logo {
    background: url('../images/logo.png') no-repeat;
    width: 274px;
    height: 36px;
    display: inline-block;
}



strong {
    color: #fff;
    font-family: "ProximaNova-Semibold", sans-serif;
}



.header {
    height: 92px;
    padding: 28px 0px;
}

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

.header ul li {
    display: inline-block;
    float: left;
    line-height: 36px;
    margin-right: 32px;
    font-size: 16px;
    font-family: "ProximaNova-Semibold", sans-serif;
}

.header ul li:nth-last-child(1) {
    margin-right: 0px;
}
.header .leftauto ul li:nth-last-child(2) {
    margin-right: 6px;
}

.header .button {
    height: 36px;
    line-height: 36px;
    padding: 0px 16px;
    text-transform: capitalize;
    font-size:16px;
    font-family: "ProximaNova-Semibold", sans-serif;
}

.header ul li a {
    color: #fff;
    text-transform: capitalize;
    font-size:16px;
}

.header ul li a:hover,
.header ul li a:hover span {
    color: #00adff;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.header .outline {
    height: 36px;
    line-height: 34px;
    margin-right: 12px;
}


.update {
    background: url('../images/update.png') top left no-repeat;
    height: 34px;
    padding: 6px;
    color: #fff;
    margin: 0 auto;
    display: table;
}

.label {
    background: #FF3C3C;
    color: #FFFFFF;
    border-radius: 3px;
    height: 22px;
    padding: 0px 6px;
    display: inline-block;
    float: left;
    font-family: "ProximaNova-Bold", sans-serif;
    font-size: 13px;
    margin-right: 12px;
}

.hero {
    text-align: center;
    padding-bottom: 80px;
}

.hero h1 {
    margin-top: 24px;
    padding-bottom: 20px;
    font-size: 44px;
    line-height: 56px;
}

.hero p {
    color: #8f93aa;
    font-size: 20px;
    line-height: 30px;
    max-width: 75%;
    margin: 0 auto;
    padding-bottom: 28px;
}

.home-services {
    padding-top: 0px;
    padding-bottom: 12px;
}

.home-services .flex-grid.three .col {
    width: 31.6666%;
    padding: 12px;
    border: 2px solid;
    border-image-source: linear-gradient(180deg, rgb(244, 63, 69, 0.48), rgb(0, 173, 255, 0.48));
    border-image-slice: 1;
    border-radius: 3px;
    color: #444759;
}


.inner-box {
    background: #fff;
    border-radius: 3px;
    padding: 54px 36px 28px 36px;
    text-align: center;
}

.inner-box h3 {
    color: #080e1a;
    padding-top: 20px;
    padding-bottom: 6px;
}

.inner-box p {
    padding-bottom: 24px;
}

.inner-box h2,
.subhero .inner-box h2 {
    color: #080e1a;
    font-weight: 400;
    font-size: 36px;
    margin-top: 0px;
}

.inner-box h2 small,
.subhero .inner-box h2 small {
    font-size: 18px;
    font-weight: 600;
    text-transform: lowercase;
    color: #080e1a;
    display: inline-block;
}

.inner-box ul li {
    line-height: 30px;
}

.home-services .inner-box ul li:nth-child(1) {
    opacity: 0.68;
}

.inner-box ul li strong {
    color: #444759;
}

.inner-box ul {
    padding-top: 20px;
}

.inner-box .button {
    width: 100%;
    display: block;
    margin-top: 8px;
    text-align: center;
}

.col-vps {
    margin: -12px 0px;
}

.col-vps .inner-box {
    padding: 66px 36px 40px 36px;
}

.our-products {
    background: url('../images/productsline.png') center top no-repeat;
    padding-top: 140px;
    text-align: center;
}

.our-products .flex-grid {
    margin-top: -60px;
}

.our-products .flex-grid .col {
    padding: 0px 70px;
}

.our-products .flex-grid .col img {
    margin-bottom: -40px;
}

.our-products .flex-grid .col h3 small {
    display: block;
    font-size: 15px;
    text-transform: uppercase;
}

.our-products .flex-grid .col h3 {
    font-size: 34px;
    text-transform: uppercase;
    line-height: 40px;
    padding-bottom: 18px;
}

.our-products h2 {
    max-width: 540px;
    margin: 0 auto;
    text-align: center;
    font-size: 32px;
}

.onyx {
    background: -webkit-linear-gradient(360deg, rgba(0, 173, 255, 1) 0%, rgba(244, 63, 69, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
}

.unityx {
    background: -webkit-linear-gradient(360deg, rgba(219, 222, 144, 1) 0%, rgba(52, 186, 111, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
}

.greenlink {
    color: #64c478;
}

.greenlink:hover {
    color: #82d894;
}

.game-lists {
    background: url("../images/bg-1.png") center top no-repeat;
    text-align: center;
    margin-top: -28px;
    padding-top: 120px;
}

.the-games {
    padding: 0% 10%;
    padding-top: 48px;
    padding-bottom: 28px;
}

.the-games .col h5 {
    padding-top: 12px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}



.game-lists p {
    font-size: 20px;
    line-height: 30px;
    max-width: 60%;
    margin: 0 auto;
    padding-bottom: 28px;
}

.game-lists .col:hover {
    margin-top: -6px;
    cursor: pointer;
}

.game-lists .col:hover h5 {
    color: #fff;
}

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

.centermap {
    background: url('../images/world-map-center.png') center center no-repeat;
    margin: 0 auto;
    width: 1080px;
    height: 563px;
    position: relative;
    margin-top: -20px;
}

.locations-center {
    padding-top: 120px;
}

.locations-center .title {
    padding-bottom: 0px;
}

.our-locations {
    padding: 0px;
}

#locations-text {
    width: 40%;
    padding-top: 164px;
}

#locations-text strong {
    color: #fff;
    display: block;
    padding-bottom: 28px;
}

#locations-text p {
    padding-bottom: 14px;
}

h2 small {
    font-size: 15px;
    display: block;
    text-transform: uppercase;
    color: #00adff;
}


#locations-map {
    width: 55%;
}

.home-features .col {
    padding: 0px 24px;
    text-align: center;
}

.home-features .col h4 {
    padding-top: 18px;
    padding-bottom: 6px;
}

.home-testimonials {
    background: url('../images/bg-2.png') center center no-repeat;
    background-size: cover;
    padding-bottom: 0px;
    padding-top: 68px;
}

.home-testimonials .flex-grid.three .col {
    width: 32%;
}

.testimonial-box {
    background-color: #fff;
    border-radius: 3px;
    padding: 28px 24px 24px 24px;
    color: #444759;
}

#home-tests .testimonial-box {
    width: 48.5% !important;
}

.testimonial-box h5 {
    color: #181a28;
    font-size: 16px;
    padding-top: 14px;
    padding-bottom: 4px;
}

.testimonial-box strong {
    color: #444759;
}

.date {
    text-align: right;
    float: right;
    opacity: 0.48;
}

#testimonial-text {
    padding-right: 50px;
    padding-top: 24px;
}

#testimonial-text p {
    color: #e4f6ff;
    font-size: 18px;
    line-height: 26px;
}

#testimonial-text a {
    color: #fff;
}

#testimonial-text a:hover {
    text-decoration: underline;
}

.rated {
    width: 100%;
    display: block;
    clear: both;
    background: rgba(0, 80, 150, 0.32);
    padding: 20px 0px 16px 0px;
    margin-top: 68px;
    text-align: center;
    color: #e4f6ff;
}

.rated strong {
    color: #fff;
}

.rated h3 {
    display: inline-block;
    line-height: 32px;
    padding-right: 12px;
}

.rated span {
    display: inline-block;
    line-height: 32px;
}

.rated span img {
    vertical-align: sub;
    margin-left: 4px;
}

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

.home-cta .title {
    padding-bottom: 32px;
}

.home-cta .muted {
    padding-top: 24px;
    max-width: 380px;
    margin: 0 auto;
    padding-bottom: 0px;
}

.muted a {
    color: #fff;
}

.muted a:hover {

    color: #44b8ff;
}

.footer {
    padding-top: 100px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

#foot-links {
    width: 70%;
    padding-bottom: 80px;
}

#foot-links h5 {
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'ProximaNova-SemiBold', Helvetica, Arial, sans-serif;
    line-height: 32px;
}

#foot-links ul {
    padding-bottom: 32px;
}

#foot-links ul li {
    line-height: 32px;
}

#foot-links a {
    font-family: "ProximaNova-Regular", sans-serif;
    color: #8f93aa;
    display: inline-block;
}

#foot-links a:hover {
    color: #00adff;
}

#foot-twitter {
    width: 30%;
    text-align: right;
}

.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    line-height: 36px;
    padding: 40px 0px;
}

.copyright .logo {
    float: left;
    margin-right: 40px;
}

.social {
    margin-left: 24px;
}

.social img {
    margin-top: 6px;
    margin-bottom: -7px;
}

.subhero h1 {
    margin-top: 0px;
}

.subhero h2 {
    font-size: 26px;
    font-weight: 500;
    padding-bottom: 4px;
    margin-top: -11px;
}

.vps-bg body {
    background: url('../images/vps-bg.png') top right no-repeat #080e1a;
}


.minecraft-bg body {
    background: url('../images/bg-mc.png') top center no-repeat #080e1a;
}

.dedicated-bg body {
    background: url('../images/home-bg.png') top right no-repeat #080e1a;
}

.jobs-bg body {
    background: url('../images/team-bg.png') top -50px right no-repeat #080e1a;

}

.home-bg body {
    background: url('../images/dedicated-bg.png') top right no-repeat #080e1a;
}

.teamspeak-bg body {
    background: url('../images/teamspeak-bg.png') top center no-repeat #080e1a;
}

.hosting-bg body {
    background: url('../images/hosting-bg.png') top right no-repeat #080e1a;
}

.cad-bg body {
    background: url('../images/cad-bg.png') top right no-repeat #080e1a;
}

.cms-bg body {
    background: url('../images/cms-bg.png') top right no-repeat #080e1a;
}

.about-bg body {
    background: url('../images/vps-bg.png') top right no-repeat #080e1a;
}



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


.vps-plans .flex-grid.three .col {
    width: 19%;
    padding: 10px;
    border: 2px solid;
    border-image-source: linear-gradient(180deg, rgb(244, 63, 69, 0.48), rgb(0, 173, 255, 0.48));
    border-image-slice: 1;
    border-radius: 3px;
    color: #444759;
}

.vps-plans .flex-grid.three .col .inner-box {
    padding: 28px 24px 24px 24px;
}

.vps-plans .flex-grid.three .col .inner-box img {
    margin-top: 2px;
    margin-bottom: 10px;
}

.vps-plans h4,
.hosting-plans h4,
.mc-plans h4 {
    color: #080e1a;
    font-size: 18px;
    padding-bottom: 8px;
    font-family: "ProximaNova-Bold", sans-serif;
}

.divider {
    width: 100%;
    display: block;
    height: 1px;
    content: " ";
    background-color: #e1e2e3;
    margin-top: 12px;
    margin-bottom: 0px;
}

.vps-plans ul li,
.mc-plans ul li {
    font-family: "ProximaNova-Semibold", sans-serif;
    color: #444759;
    line-height: 22px;
    padding: 8px 0px;
}

.vps-plans ul li span,
.mc-plans ul li span {
    font-family: "ProximaNova-Regular", sans-serif;
    color: #82869d;
    text-transform: uppercase;
    display: block;
    letter-spacing: 0.25px;
    font-size: 14px;
}

.vps-plans .button {
    margin-top: 16px;
}

.popularvps {
    margin: -20px 0px;
}

.popularvps .inner-box {
    padding: 68px 24px 24px 24px !important;
    position: relative;
}


.mostpopular {
    position: absolute;
    top: 4px;
    left: 4px;
    right: 4px;
    height: 36px;
    line-height: 38px;
    display: block;
    background-color: #2fce81;
    background-color: #171c27;
    background: #f43f45;
    font-family: "ProximaNova-SemiBold", sans-serif;
    color: #fff;
    border-radius: 3px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.25px;
}

.vps-features {

    background: url('../images/vpsline.png') center top no-repeat;
    padding-top: 140px;
    text-align: center;
}

.vps-features .col h4 {
    padding-top: 18px;
    padding-bottom: 6px;
}

.vps-features .col {
    padding: 0px 24px;
    text-align: center;
}

.vps-features .col p,
.home-features .col p {
    padding-bottom: 0px;
}

.two-features {
    padding: 0px;
}

.two-features .col {
    background: #0d1323;
    padding: 60px 60px;
}

.two-features .col:nth-child(1) {
    border-radius: 5px 0px 0px 5px;
}

.two-features .col:nth-child(2) {
    border-radius: 0px 5px 5px 0px;
}

.two-features .col p {
    padding-bottom: 26px;
}


#box-os ul li {
    display: inline-block;
    margin-right: 20px;
    margin-top: 18px;
}


#box-os ul li:nth-last-child(1) {
    margin-right: 0px;
}

#box-os {
    background: #101829;
    border-radius: 5px !important;
    padding: 68px 60px;
    margin-top: -12px;
    margin-bottom: -12px;
}

#box-serverspecs ul li {
    padding: 4px 0px;
    line-height: 24px;
}

#box-serverspecs ul li img {
    vertical-align: baseline;
    margin-right: 12px;
}

.slidebox {

    border-radius: 3px;
    padding: 54px 20% 54px 20%;
    text-align: center;
}

.slidebox p {
    color: #fff;
    font-size: 22px;
    line-height: 32px;
    padding-bottom: 28px;
}

.slidebox h4 {
    padding-top: 6px;
    padding-bottom: 4px;
}

.slidebox span {
    color: #ceebff;
}

.slidebox span img {
    vertical-align: sub;
    margin-left: 4px;
}

.avatarblue {
    margin-top: -40px;
    margin-bottom: 20px;
}

.testimonial-slider {
    padding: 0px;
    background: url('../images/bg-2.png') center center no-repeat;
}


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

.bundle-cta .title {
    padding-bottom: 48px;
}

.bundle-box {
    max-width: 680px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.bundle-box .col {
    padding: 28px 28px 20px 28px;
    position: relative;
}

.bundle-box select {
    display: block;
    width: 100%;
    border: 0px;
    background: url('../images/down-blue.png') center right 14px no-repeat;
    font-family: "ProximaNova-Semibold", sans-serif;
    color: #a7aac1;
    -webkit-appearance: none;
    appearance: none;
    padding: 5px 0px 3px 0px;
    line-height: 20px;
    font-size: 15px;
    text-align: center;
    text-align-last: center;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.bundle-box select option {
    color: #444759;
}

.bundle-box select:focus {
    outline: none;
    color: #fff;
}

.bundle-box h2 {
    font-weight: 300;
    font-size: 30px;
    padding-bottom: 0px;
}


.bundle-box img {
    margin-top: 16px;
    margin-bottom: 8px;
}

#bundle-vps {
    background: #161f32;
    border-radius: 5px 0px 0px 5px;
}

#bundle-vps:after {
    position: absolute;
    top: 50%;
    right: -30px;
    margin-top: -30px;
    width: 60px;
    height: 60px;
    background: url('../images/plus.png') center center no-repeat #161f32;
    border-radius: 50%;
    content: " ";
    z-index: 1001;
}

#bundle-software {
    background: #131b2b;
}

#bundle-software:after {
    position: absolute;
    top: 50%;
    right: -30px;
    margin-top: -30px;
    width: 60px;
    height: 60px;
    background: url('../images/equal.png') center center no-repeat #131b2b;
    border-radius: 50%;
    content: " ";
    z-index: 1001;
}

#bundle-total {
    background: #00adff;
    border-radius: 0px 5px 5px 0px;
    position: relative;
}

#bundle-total strong {
    display: block;
    width: 100%;
    font-family: "ProximaNova-Semibold", sans-serif;
    color: #fff;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    padding-top: 2px;
    padding-bottom: 30px;
}

#bundle-total h2 {
    font-size: 44px;
}

#bundle-total p {
    padding-top: 6px;
    padding-bottom: 25px;
    color: #e1efff;
    opacity: 0.68;
    font-family: "ProximaNova-Regular", sans-serif;
    text-decoration: line-through;
}

.bundle-cta .muted {
    padding-top: 24px;
    max-width: 380px;
    margin: 0 auto;
    padding-bottom: 0px;
}



.dedicated-plans {
    padding-top: 0px;
    padding-bottom: 0px;
}


.dedicated-plans .flex-grid.one .col-main {
    width: 100%;
    padding: 10px;
    border: 2px solid;
    border-image-source: linear-gradient(180deg, rgb(244, 63, 69, 0.48), rgb(0, 173, 255, 0.48));
    border-image-slice: 1;
    border-radius: 3px;
    color: #444759;
    margin-bottom: 20px;
}

.dedicated-plans .flex-grid.one .col .inner-box {
    padding: 28px 24px 24px 24px;
    text-align: left;
}

.dedicated-plans h4 {
    color: #080e1a;
    font-size: 18px;
    line-height: 25px;
    font-family: "ProximaNova-Bold", sans-serif;
}

.dedicated-plans strong {
    color: #444759;
    line-height: 25px;
}

.dedicated-plans span {
    font-size: 14px;
    display: block;
    line-height: 25px;
}

.dedicated-plans .button {
    margin-top: 0px;
}

#dedi-col-1 {
    width: 25%;
}

#dedi-col-2 {
    width: 13%;
}

#dedi-col-3 {
    width: 15%;
}

#dedi-col-4 {
    width: 15%;
}

#dedi-col-5 {
    width: 17%;
}

#dedi-col-6 {
    width: 15%;
}


#dedicated-hero {
    padding-bottom: 20px;
}

.feature-list {
    padding-top: 80px;
}

.feature-list .container {
    max-width: 852px;
}

.biglist li {
    font-size: 20px;
    line-height: 28px;
    padding: 4px 0px;
    text-align: left;
}


.biglist li img {
    vertical-align: baseline;
    margin-right: 16px;
}

.three-testimonials {
    padding: 70px 0px 100px 0px;
}

.three-testimonials .carousel-control {
    top: 50%;
    margin-top: -16px;
    left: -7%;
}

.three-testimonials .carousel-control.next {
    right: -7%;
    left: unset;
}

.three-testimonials .title span {
    color: #e4f6ff;
    font-size: 20px;
}

.three-testimonials .title span img {
    vertical-align: sub;
    margin-left: 2px;
}

.three-testimonials .carousel-indicators {
    position: absolute;
    bottom: -40px;
}


#cpu-text {
    padding-left: 8%;
    padding-top: 60px;
}

#cpu-text strong img {
    vertical-align: sub;
    margin-right: 8px;
}

#cpu-image {
    text-align: center;
}

#cpu-image img {
    margin-bottom: -27px;
}

#box-ddos {
    background: #101829;
    border-radius: 5px !important;
    padding: 48px 48px 48px 148px;
    margin-top: -12px;
    margin-bottom: -12px;
    position: relative;

}

.dtwofeats h3 {
    padding-bottom: 8px;
}

.dtwofeats ul li {
    padding: 3px 0px;
}


.dtwofeats ul li img {
    float: none;
    vertical-align: middle;
    margin-right: 10px;
}

.left-img {
    position: absolute;
    top: 48px;
    left: 48px;
}

.dtwofeats p,
.dtwofeats ul {
    padding-bottom: 16px !important;
}

.dtwofeats strong {
    font-size: 18px;
    display: block;
}

#box-management {
    position: relative;
    padding: 52px 48px 48px 148px;
}



#box-management .button {
    margin-top: 8px;
}

.dtwofeats {
    padding: 12px 0px;
}

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

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

.dedi-features .col h4 {

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

.os-choice {

    background: url(../images/bg-1.png) center top no-repeat;
    text-align: center;
    margin-top: -28px;
    padding-top: 120px;
}

.os-choice .title {
    padding-bottom: 0px;
}

.os-choice ul {
    display: table;
    margin: 0 auto;
    padding: 38px 0px;
}

.os-choice ul li {
    display: inline-block;
    padding: 0px 16px;
}

.os-choice ul li img {
    margin-right: 0px;
}

.hosting-plans {
    padding-top: 0px;
    padding-bottom: 0px;
}


.hosting-plans .flex-grid.two .col {
    width: 48.5%;
    padding: 10px;
    border: 2px solid;
    border-image-source: linear-gradient(180deg, rgb(244, 63, 69, 0.48), rgb(0, 173, 255, 0.48));
    border-image-slice: 1;
    border-radius: 3px;
    color: #444759;
}

.hosting-plans .flex-grid.two .col .inner-box {
    padding: 28px 24px 24px 24px;
}

.hosting-plans .flex-grid.two .col .inner-box img {
    display: block;
    margin: 0 auto;
    margin-top: 8px;
    margin-bottom: 14px;
}

.hosting-plans .inner-box ul {
    padding-bottom: 8px;
}

.hosting-plans .inner-box ul li {
    padding: 3px 0px;
}


.popularbox {
    padding: 0px 12px;
    height: 28px;
    line-height: 30px;
    border-radius: 4px;
    background-color: #171c27;
    display: inline-block;
    font-family: "ProximaNova-Semibold", sans-serif;
    color: #fff;
    font-size: 13px;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.25px;
}

.nolimitsplan {
    margin: -20px 0px;
}

#hosting-hero {
    text-align: left;
    padding-bottom: 20px;
}

#hosting-hero p {
    max-width: 100%;
    padding-bottom: 18px;
}

#hosthero-text {
    padding-right: 4%;
    padding-top: 116px;
}

#hosting-hero ul {
    padding-bottoM: 18px;
}

#hosting-hero li {
    font-size: 20px;
    line-height: 28px;
    padding: 4px 0px;
    text-align: left;
}

#hosting-hero li img {
    vertical-align: baseline;
    margin-right: 16px;
}

#hosthero-text strong {
    font-size: 20px;
}

#hosthero-text strong img {
    vertical-align: sub;
    margin-left: 6px;
}

.input-container {
    background: #fff;
    border-radius: 4px;
    max-width: 740px;
    padding: 10px 10px 10px 10px;
    margin: 0 auto;
    margin-top: 28px;
}

.submitbutton {
    border: 0px;
    cursor: pointer;
}

.submitbutton:focus {
    outline: none;
}

#buydomain ul li {
    font-size: 16px;
}

#buydomain .title ul {
    padding-bottom: 0px;
}

#buydomain .title ul li img {
    margin-right: 8px;
}

.input {
    height: 48px;
    padding-left: 56px;
    background: url('../images/search.png') center left 18px no-repeat #fff;
    border: 0px;
    font-family: "ProximaNova-Regular", sans-serif;
    color: #585c70;
    font-size: 18px;
    opacity: 0.8;
    min-width: 400px;
}

.input:focus {
    outline: none;
    opacity: 1;
}

#cpanel-text {
    padding-right: 8%;
    padding-top: 64px;
}

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

#cpanel-image {
    margin-bottom: -56px;
    margin-top: -20px;
}

#halfticklist {
    padding-top: 16px;
}

#halfticklist .col {
    position: relative;
    padding-left: 32px;
    width: 47.5%;
}

#halfticklist .col img {
    position: absolute;
    top: 4px;
    left: 0px;
}

#halfticklist h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding-bottom: 4px;
}



.appboxes .title p {
    padding-bottom: 28px;
}

.appboxes .flex-grid.six .col {
    width: 15.6666%;
    padding: 10px;
    border: 2px solid;
    border-image-source: linear-gradient(180deg, rgb(244, 63, 69, 0.48), rgb(0, 173, 255, 0.48));
    border-image-slice: 1;
    border-radius: 4px;
}


.appboxes .flex-grid.six .col .inner-col {
    background: #131b2b;
    padding: 44px 0px 38px 0px;
    text-align: center;
    border-radius: 4px;
    color: #717489;
}


.appboxes .flex-grid.six .col .inner-col h5 {
    padding-top: 16px;
}


.appboxes .flex-grid.six .col:hover {
    margin: -6px 0px;
    transition: none;
}

.appboxes .flex-grid.six .col:hover .inner-col {
    background: #1d273b;
    padding: 50px 0px 44px 0px;
}

.bycpanel {
    padding-bottom: 0px;
}

.tiny-container {
    max-width: 440px;
    margin: 0 auto;
    text-align: center;
}

.single-feature {
    position: relative;
    padding-left: 80px;
    margin-bottom: 18px;
    text-align: left;
}

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

.single-feature h4 {
    padding-bottom: 6px;
}

.nopadbottom {
    padding-bottom: 0px;
}

#cad-boxes img {
    margin-bottom: -42px;
    margin-top: -20px;
}

#cad-boxes {
    padding-left: 4%;
}

#cms-boxes {
    padding-left: 4%;
}

#cms-boxes img {
    margin-bottom: -14px;
    margin-top: -36px;
}


#cadhero-text {

    padding-right: 4%;
    padding-top: 72px;
}

#cmshero-text {

    padding-right: 3%;
    padding-top: 86px;
}

#cadhero-text .button,
#cmshero-text .button {
    margin-top: 8px;
}





.cad-plans {
    padding-top: 60px;
    padding-bottom: 20px;
}

.cad-plans .title {
    padding-bottom: 68px;
}



.cad-plans .flex-grid.three {
    max-width: 960px;
    margin: 0 auto;
}

.cad-plans .flex-grid.three .col {
    width: 32%;
    padding: 12px;
    border: 2px solid;
    border-image-source: linear-gradient(180deg, rgb(244, 63, 69, 0.48), rgb(0, 173, 255, 0.48));
    border-image-slice: 1;
    border-radius: 3px;
    color: #444759;
}

.cad-plans .flex-grid.three .col .inner-box {
    padding: 28px 24px 24px 24px;
}

.cad-plans .flex-grid.three .col .inner-box img {
    margin-top: 32px;
    margin-bottom: 20px;
}

.cad-plans h4 {
    color: #080e1a;
    font-size: 18px;
    padding-bottom: 4px;
    font-family: "ProximaNova-Bold", sans-serif;
    text-transform: uppercase;
}

.cad-plans h2 small {
    display: block;
    line-height: 28px;
}

.lifetime-cad {
    margin-top: -20px;
    margin-bottom: -20px;
}

.border-top {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

#cad-text {
    padding-left: 8%;
    padding-top: 60px;
}

#cad-text h3 {
    padding-bottom: 16px;
    font-weight: 500;
    font-size: 28px;
    line-height: 38px;
}

#cad-text ul li {
    padding: 4px 0px;
}


#cad-text ul li img {
    margin-right: 12px;
}

#cad-image {
    text-align: center;
}

#cad-image img {
    margin: -24px;
}

.cad-nav {
    display: table;
    margin: 0 auto;
}

.cad-nav li {
    display: inline-block;
}

.cad-nav li a {
    display: block;
    padding: 14px 32px;
    line-height: 32px;
    color: #fff;
    opacity: 0.54;
    display: block;
    border-radius: 4px;
}

.cad-nav li a:hover {
    opacity: 1;
}

.cad-nav .active a {
    opacity: 1;
    background: rgb(240, 62, 68);
    background: linear-gradient(90deg, rgba(240, 62, 68, 1) 0%, rgba(254, 104, 110, 1) 100%);
    color: #fff;
}

.cad-nav li a img {
    float: left;
    margin-right: 12px;
}

.cad-panel .title {
    padding-bottom: 40px;
}

.cad-panel .tab-content {
    padding-top: 60px;
}

#cad-esd .single-feature {
    padding-left: 100px;
}


.cad-plans .flex-grid.four {
    margin: 0 auto;
}

.cad-plans .flex-grid.four .col {
    width: 23.6667%;
    padding: 12px;
    border: 2px solid;
    border-image-source: linear-gradient(180deg, rgb(244, 63, 69, 0.48), rgb(0, 173, 255, 0.48));
    border-image-slice: 1;
    border-radius: 3px;
    color: #444759;
}

.cad-plans .flex-grid.four .col .inner-box {
    padding: 28px 24px 24px 24px;
}

.cad-plans .flex-grid.four .col .inner-box img {
    margin-top: 32px;
    margin-bottom: 20px;
}

#cms-title p {
    padding-bottom: 18px;
}

.cms-plans h2 {
    padding-top: 20px;
}

.cms-plans .flex-grid.four .col .setup-fee {
    opacity: 0.68;
    display: block;
    padding-bottom: 12px;
    padding-top: 6px;
}

.panel-rotate {
    margin-bottom: 80px;
    padding: 0% 10%;
}

#rotate-image {
    text-align: left;
}

#rotate-image img {
    margin: -38px -40px -32px -38px;
}

.textcol-right {
    padding-left: 4%;
}

.textcol-left {
    padding-right: 4%;
}

.textcol-right h3,
.textcol-left h3 {
    padding-bottom: 10px;
}

.responsive {
    margin-top: 12px;
}

.responsive img {
    float: left;
    margin-right: 28px;
    margin-top: 4px;
    margin-bottom: 6px;
}

#rotate-overview {
    padding-top: 56px;
}

#rotate-roster {
    padding-top: 52px;
}

#rotate-department {
    padding-top: 92px;
}

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

.ticklist li img {
    margin-right: 12px;
}

.cms-panel .title {
    padding-bottom: 60px;
}

#rotate-imageright {
    text-align: right;
}

#rotate-imageright {
    margin: -38px -38px -32px -38px;
}

.nomargin {
    margin: 0px;
}

.cms-panel {
    padding-bottom: 100px;
}

.cms-features ul {
    padding-bottom: 30px;
}

.cms-features .title {
    padding-bottom: 0px;
}

.teamspeak-features {
    padding-top: 0px;
    padding-bottom: 40px;
}

.teamspeak-features .col {
    text-align: center;
    padding: 0px 26px;
}

.teamspeak-features .col h4 {
    padding-top: 16px;
    padding-bottom: 4px;
}

.ts-panel {
    padding-top: 0px;
    padding-bottom: 0px;
}

.ts-panel .title {
    padding-bottom: 28px;
}

.ts-panel .tiny-container {
    max-width: 100%;
    padding-left: 8%;
    margin: 0;
    text-align: center;
    padding-top: 64px;
}

.ts-panel .single-feature {
    margin-bottom: 24px;
}

.ts-panel-img {
    margin-bottom: -20px;
    margin-left: -20px;
}

#ts-image {
    text-align: left;
}





.promobg {

    background: url('../images/bg-2.png') center center no-repeat;
    background-size: cover;
    z-index: 1002;
    padding-top: 48px;
    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: 44px;
    display: inline-block;

    padding: 6px 0px 0px 0px;
    min-width: 4px;
    text-align: center;
    font-style: normal;
    background: rgba(2, 91, 168, 0.75);
    color: #fff;
    margin: 0px 6px;
    border-radius: 5px 5px 8px 8px;
    width: 64px;
    font-family: "ProximaNova-Regular", "Nunito Sans", sans-serif;
}

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

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

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

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

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

#promo-timer {
    width: 40%;
}

#promo-text {
    width: 60%;
    padding-left: 3%;
    color: #d5f1ff;
}

.promobg p span {
    display: inline-block;
    padding: 0px 2px 0px 2px;
    color: #fff;

    border-bottom: 1px dashed #c7c9d3;

    line-height: 20px;
}

.small-container {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.small-container h3 {
    padding-top: 18px;
    padding-bottom: 6px;
}

.small-container p {
    padding-bottom: 0px;
}

.center-features {
    padding: 80px 0px;
}

.faq .colfirst .col {
    width: 47%;
    margin-bottom: 30px;
}

.faq .colfirst .col strong {
    display: block;
    padding-bottom: 10px;
}

.faq .colsecond p {
    padding-top: 6px;
}

.faq {
    padding-bottom: 50px;
}

.slider {
    text-align: left;
    padding: 10px 48px 0px 0px;
}

.inner-info {
    padding-top: 80px;
}

.sliderlink {
    display: none !important;
    height: auto;
    color: #fff;
    z-index: 1001;
    position: relative;
    width: 100% !important;
    margin-top: 0px !important;
    height: 54px;
    line-height: 54px;
}

.sliderlink.active {
    display: inline-block;
}

.slider span {
    color: #fff;
    font-weight: 500;
}


.inner-info h1 {
    line-height: 48px;
    padding-bottom: 30px;
}

.inner-info h1 span {
    margin-right: 18px;
}

.inner-info .grid {
    grid-template-columns: repeat(2, 1fr);
}

.inner-info .guarantee {
    padding-top: 0px;
}

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

.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: 30px;
    height: 30px;
    margin: -10px 0 0;
    margin-left: -1px;
    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: 30px;
    height: 30px;
    margin: -10px 0 0;
    margin-left: -1px;
    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: 30px;
    height: 30px;
    margin: -10px 0 0;
    margin-left: -1px;
    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;
    border-radius: 5px;
    background-color: #e8e9ea;
}

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

.range input::-ms-track {
    width: 100%;
    height: 10px;
    cursor: pointer;
    background: #e8e9ea;
    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: 16px -0px 0;
    padding: 0;
    list-style: none;
}

.range-labels li {
    position: relative;
    float: left;
    width: 10%;
    text-align: center;
    color: #a1adc2;
    font-size: 16px;
    cursor: pointer;
    opacity: 0.64;
    color: #b2aece;
    font-weight: 600;
}

.range-labels li:hover {

    opacity: 0.84;
}

.range-labels .active {
    color: #3c3f50;
    opacity: 1;
    font-size: 16px;
    font-family: "ProximaNova-Semibold", sans-serif;
}

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

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

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

.rone {
    text-align: left !important;
}

.rtwo {
    text-align: left !important;
    padding-left: 2.5%;
}

.rthree {
    text-align: left !important;
    padding-left: 4.5%;
}

.rfour {
    text-align: center !important;
    padding-right: 0%;
}

.rfive {
    text-align: center !important;
    padding-left: 3.6%;
}

.rsix {
    text-align: center !important;
    padding-left: 7.2%;
}

.rseven {
    text-align: right !important;
}

.range:before {
    background-color: #16a0ff;
    border-radius: 10px 0px 0px 10px;
    height: 10px;
    width: 32.9%;
    position: absolute;
    top: 0px;
    left: 0px;
    content: " ";
    z-index: 1002;
}

#gspprice {
    background: #f0f3f7;
    text-align: center;
    padding: 28px 20px;
    border-radius: 4px;
}



.price {
    color: #080e1a;
    font-size: 30px;
    font-weight: 500;
    padding-bottom: 0px;
    line-height: 32px;
    margin-bottom: -10px;
    margin-top: 2px;
}

.price small {
    text-transform: none;
    display: inline-block;
    color: #080e1a;
    font-size: 16px;
    font-weight: 600;
}

.gpinner h5 {
    font-family: "ProximaNova-Regular", sans-serif;
    color: #82869d;
    text-transform: uppercase;
    display: block;
    letter-spacing: 0.5px;
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
    margin-top: 0px;
}


.sliderlink.active {
    display: inline-block !important;

}

.slider-box {
    background: #fff;
    border-radius: 3px;
    padding: 28px;
    text-align: center;
}

.voice-slider .col-main {
    width: 100%;
    padding: 10px;
    border: 2px solid;
    border-image-source: linear-gradient(180deg, rgb(244, 63, 69, 0.48), rgb(0, 173, 255, 0.48));
    border-image-slice: 1;
    border-radius: 3px;
    color: #444759;
    margin-bottom: 20px;
}

.slider-box h4 {
    color: #080e1a;
    font-size: 18px;
    padding-bottom: 0px;
    font-family: "ProximaNova-Bold", sans-serif;
    text-transform: uppercase;
    text-align: left;
}


.slider-box .flex-grid.twothirds .colfirst {
    width: 62%;
}

.slider-box .flex-grid.twothirds .colsecond {
    width: 38%;
}

.slotprice {
    font-size: 20px;
    display: block;
    padding-bottom: 34px;
    text-align: center;
}

.voice-slider {
    padding: 0px;
}

.hosting-plans ul {
    padding-bottom: 6px !important;
}

.hosting-plans ul li {
    font-size: 16px !important;
    text-align: center !important;
    padding: 3px 0px !important;
    line-height: 30px !important;
    color: #444759;
}


.pin {
    cursor: pointer;
    position: absolute;
}


.pulse-one {
    animation-delay: 1s !important;
}

.pulse-two {
    animation-delay: 2s !important;
}

.pulse-three {
    animation-delay: 3s !important;
}

.pulse-four {
    animation-delay: 4s !important;
}


.pulse {
    margin: 0px;
    display: inline-block;
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #f43f45;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0.4);
    animation: pulse 1.5s infinite;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(244, 63, 69, 0.4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(244, 63, 69, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(244, 63, 69, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(244, 63, 69, 0.4);
        box-shadow: 0 0 0 0 rgba(244, 63, 69, 0.4);
    }

    70% {
        -moz-box-shadow: 0 0 0 15px 244, 63, 69, 255, 0);
        box-shadow: 0 0 0 15px rgba(244, 63, 69, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(244, 63, 69, 0);
        box-shadow: 0 0 0 0 rgba(244, 63, 69, 0);
    }
}

.pin.active h5 {
    color: #00adff;
}

.pin.active .pulse {
    background: #00adff;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0.4);
    animation: pulseactive 1.5s infinite;
}

@-webkit-keyframes pulseactive {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 173, 255, 0.4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(0, 173, 255, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 173, 255, 0);
    }
}

@keyframes pulseactive {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(0, 173, 255, 0.4);
        box-shadow: 0 0 0 0 rgba(0, 173, 255, 0.4);
    }

    70% {
        -moz-box-shadow: 0 0 0 15px 0, 173, 255, 255, 0);
        box-shadow: 0 0 0 15px rgba(0, 173, 255, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(0, 173, 255, 0);
        box-shadow: 0 0 0 0 rgba(0, 173, 255, 0);
    }
}

.pin h5 {
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
    font-family: "ProximaNova-Bold", sans-serif;
    position: absolute;
    cursor: pointer;
    white-space: nowrap;
}

.tab-pane {
    display: none;
}

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



.nameright {
    margin-left: 8px;
}








.tooltip {
    background: #fff;
    display: none;
    padding: 14px 12px 16px 12px;
    border-radius: 4px;
    width: 220px;
    text-align: center;
    position: absolute;
    z-index: 1001;
}

.tooltip.active {
    display: inline-block;
}

.tooltip span {
    display: block;
    color: #6c7086;
}

.tooltip h5 {
    color: #080e1a;
    font-weight: 600;
    font-size: 16px;
}

.tooltip .button {
    width: 100%;
    display: block;
    padding: 0px;
    text-align: center;
}

.tooltip:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: solid 10px #fff;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
}


.pin.va {
    top: 229px;
    left: 252px;
}

.tooltip.va {
    top: 272px;
    left: 146px;
}

.pin.fl {
    top: 256px;
    left: 235px;
}

.tooltip.fl {
    top: 285px;
    left: 130px;
}

.pin.ny {
    top: 229px;
    left: 252px;
}

.tooltip.ny {
    top: 272px;
    left: 146px;
}

.pin.chi {
    top: 206px;
    left: 228px;
}


.tooltip.chi {
    top: 82px;
    left: 123px;
}

.pin.sea {
    top: 199px;
    left: 124px;
}

.tooltip.sea {
    top: 100px;
    left: 19px;
}

.pin.la {
    top: 246px;
    left: 130px;
}

.tooltip.la {
    top: 295px;
    left: 25px;
}

.pin.tx {
    top: 250px;
    left: 197px;
}

.tooltip.tx {
    top: 315px;
    left: 92px;
}

.pin.lon {
    top: 166px;
    left: 470px;
}

.tooltip.lon {
    top: 66px;
    left: 364px;
}

.pin.ams {
    top: 178px;
    left: 495px;
}

.tooltip.ams {
    top: 77px;
    left: 390px;
}


.pin.syd {
    bottom: 74px;
    right: 77px;
}

.tooltip.syd {
    bottom: 46px;
    right: 181px;
}

.bottom-tooltip:after {

    content: '';
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: 0px;
    top: unset;
    border-bottom: solid 10px #fff;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
}

.left-tooltip:after {

    content: '';
    position: absolute;
    bottom: 0%;
    left: 100%;
    top: 50%;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: 0px;
    border-top: 10px solid transparent;
    border-bottom: solid 10px transparent;
    border-left: solid 10px #fff;
    border-right: unset;
    margin-top: -10px;
}





.nametop {
    top: -24px;
    transform: translate(-50%);
    left: 50%;
}

.namebottom {
    bottom: -24px;
    transform: translateX(-50%);
    left: 50%;
    white-space: nowrap;
}

.nameleft {
    white-space: nowrap;
    top: 0px;
    transform: translate(-100%);
    left: 0%;
    padding-right: 8px;
}


.center-map {
    margin: 0 auto;
    float: none;
    margin-top: -48px;
}

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





/* Bootstrap Carousel Only */

.carousel {
    position: relative;
    padding-bottom: 0px;
    z-index: 1001;
}

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

.carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0px;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-indicators {
    position: absolute;
    bottom: 0px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}


.tab-pane {
    display: none;
}


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

.fade {
    opacity: 0;
    -webkit-transition: opacity .0s linear;
    -o-transition: opacity .0s linear;
    transition: opacity .0s linear;

}

.fade.in {
    opacity: 1;
}



.carousel-indicators {
    z-index: 15;
    padding-left: 0;
    position: relative;
    text-align: center;
    list-style: none;
    margin-top: 18px;
    height: auto;
    margin-bottom: -7px;
}

.carousel-indicators li {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0px 2px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.48);
    border-radius: 10px;
}

.carousel-indicators li:hover {
    background-color: rgba(255, 255, 255, 0.68);
}

.carousel-indicators .active {
    width: 24px;
    height: 8px;
    margin: 0px 2px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-color: #fff;
}


.carousel-control {
    position: absolute;
    top: 19px;
    left: -10%;
    width: 20px;
    height: 32px;
    opacity: 0.48;
}

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

.carousel-control.prev {
    background: url('../images/test-prev.png');
    right: unset;
}

.carousel-control.next {
    background: url('../images/test-next.png');
    right: -10%;
    left: unset;
}

.header ul li {
    position: relative;
}


.header ul li .dropdown-menu {
    display: none;
    position: absolute;
    top: 55px;
    left: -20px;
    padding: 0;
    margin: 0;
    text-align: left;
    background: #fff;
    padding: 0px 0px;
    box-shadow: 0 1px 16px 1px rgba(0, 0, 0, 0.48);
    border: 6px solid #fff;
    border-radius: 4px;
}

.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: -10px;
    transform: rotate(135deg);
    width: 20px;
}

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

.dropdown-menu li {
    margin-left: 0 !important;
    padding: 0px !important;
    margin-right:0px !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;
    border-radius: 4px;
}

.header ul li .dropdown-menu a h5 {
    line-height: 20px;
    padding-top: 3px;
    font-family: "ProximaNova-Semibold", sans-serif;
    font-size: 16px;
    color: #080e1a;
    text-transform: capitalize;
}

.header ul li .dropdown-menu a h5 small {
    font-family: "ProximaNova-Regular", sans-serif;
    text-transform: none;
    color: #82869d;
    font-size: 14px;
    display: block;
    font-weight: normal;
}

.header ul li .dropdown-menu a:hover h5 {
    color: #00adff;
}
.header .leftauto ul li .dropdown-menu a:hover h5 {
    color: #080e1a;
}

.header .button:hover, .header .button:hover span {
    color:#fff !important;
}

.header .button.outline:hover {
    color: #080e1a !important;
}


.header ul li .dropdown-menu a img {
    height: 48px;
    width: auto;
    float: left;
    margin-right: 16px
}

.header ul li ul li a:hover {
    background: #f0f3f7;
    z-index: 1001;
    position: relative;
}

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

.header ul li .dropdown-menu.mega-menu {
    margin-left: -42px;
    display: block;
    width: 980px;
    height: 390px;
    padding: 40px;
    z-index: 1000;
}

.dropdown-menu li {
    margin-left: 0 !important;
    width: 280px;
    display: block !important;
    float: none !important;
    padding: 0 !important;
}

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

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

.header ul .dropdown.active {
    color: #00adff;
}

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


.changer {
    margin: 0 auto;
    width: auto;

    line-height: 30px;
    display: flex;
    justify-content: center;
}

.changer div {
    display: inline-block;
    float: left;
    cursor: pointer;
}

.switch {
    display: block;
    background: #48c4ff;
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    border-radius: 34px;

    width: 70px;
    height: 32px;
    margin: 0px 20px;
    position: relative;
}



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

.switch-label:active {
    font-family: 'ProximaNova-Bold', sans-serif;
}

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

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

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

.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: 43px;
}

.switch-selection {
    display: block;
    position: absolute;
    z-index: 1;
    top: 4px;
    left: 4px;
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 2px 1px rgba(5, 19, 58, 0.32);
}

.windows {
    display: none;
}

.linux {
    display: none;
}

.windows.active,
.linux.active {
    display: block;
}

.changer label {
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    opacity: 0.48;
    cursor: pointer;
    font-family: "ProximaNova-Semibold", sans-serif;
}

.changer label img {
    float: left;
    margin-right: 12px;
    margin-top: 4px;
}

.active-switch-text label {
    opacity: 1;
}

.header .leftauto {
    position: relative;
}




.button_container {
    display: none;
    position: absolute;
    top: 8px;
    right: 0px;
    height: 20px;
    width: 28px;
    cursor: pointer;
    z-index: 1008;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease
}

.button_container.active {
    height: 22px
}

.button_container.active span:nth-of-type(3) {
    top: 20px !important
}

.button_container.active span {
    top: -2px !important
}

.button_container:hover span {
    background: #00adff
}

.button_container.active .top {
    -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
    transform: translateY(11px) translateX(0) rotate(45deg);
    background: #fff
}

.button_container.active .middle {
    opacity: 0;
    background: #fff
}

.button_container.active .bottom {
    -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    background: #fff
}

.button_container span {
    background: #fff;
    border: none;
    height: 4px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    cursor: pointer;
    z-index: 1008
}

.button_container span:nth-of-type(2) {
    top: 8px
}

.button_container span:nth-of-type(3) {
    top: 16px
}

.overlay {
    position: fixed;
    padding: 0 20px 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #080e1a;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .35s, visibility .35s, height .35s;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow: hidden;
    z-index: 1003
}

.header {
    z-index: 1004
}

.overlay.open {
    opacity: 1;
    visibility: visible;
    height: 100%
}

.overlay.open li {
    -webkit-animation: fadeInRight .5s ease forwards;
    animation: fadeInRight .5s ease forwards;
    -webkit-animation-delay: .35s;
    animation-delay: .35s
}

.overlay.open li:nth-of-type(2) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.overlay.open li:nth-of-type(3) {
    -webkit-animation-delay: .45s;
    animation-delay: .45s
}

.overlay.open li:nth-of-type(4) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.overlay.open li:nth-of-type(5) {
    -webkit-animation-delay: .55s;
    animation-delay: .55s
}

.overlay.open li:nth-of-type(6) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.overlay.open li:nth-of-type(7) {
    -webkit-animation-delay: .65s;
    animation-delay: .65s
}

.overlay.open li:nth-of-type(8) {
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}

.overlay.open li.active {
    text-decoration: line-through
}

.overlay.open li.active a:after {
    width: 0% !important
}

.overlay nav {
    position: relative;
    margin-top: 0;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 50px;
    top: 33%
}

.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    width: 100%
}

.overlay ul li {
    width: 100%;
    display: block;
    line-height: 34px;
    position: relative;
    opacity: 0;
    font-size: 18px;
    padding: 0;
    margin: 2px 0
}

.overlay ul li a {
    display: block;
    position: relative;
    color: #dfe1e9;
    text-decoration: none;
    overflow: hidden;
    font-weight: 500;
    font-size: 18px;
    line-height: 38px
}

.overlay ul li a:hover {
    opacity: 1;
    color: #00adff
}

.overlay ul li a:hover:after,
.overlay ul li a:focus:after,
.overlay ul li a:active:after {
    width: 32px
}

.overlay ul li a:after {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 50%;
    width: 0%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 2px;
    background: #00adff;
    -webkit-transition: .35s;
    transition: .35s
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%
    }

    100% {
        opacity: 1;
        left: 0
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%
    }

    100% {
        opacity: 1;
        left: 0
    }
}

.overlay .logo {
    margin-top: 20px;
}

.bottomoverlay {
    position: absolute;
    padding: 0 20px;
    bottom: 28px;
    text-align: center;
    left: 0;
    right: 0
}

.bottomoverlay h3 small {
    color: #00c1ff;
    font-family: proximanova-semibold, sans-serif;
    font-size: 16px;
    display: block
}

.bottomoverlay h3 {
    color: #fff;
    padding-bottom: 40px;
    line-height: 24px;
    font-size: 24px;
    font-weight: 500
}

.bottomoverlay .button {
    width: 48%;
    float: right;
    padding: 0
}

.bottomoverlay .outline {
    float: left
}

.appboxes .show-mobile .flex-grid.six .col {
    width: 100% !important;
}

.appboxes .carousel {
    width: 100%;
    overflow-x: visible;
}

.appboxes .carousel-inner {
    overflow-x: visible;
}


.show-mobile {
    display: none;
}

#voice-map {
    padding-top: 100px;
}


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


    #home-locations .map {
        background-size: 720px 394px;
        width: 720px;
        height: 394px;
        margin: 0 auto;
        float: left;
    }

    #home-locations .pin.sea {
        top: 145px;
        left: 94px;
    }

    #home-locations .pin.la {
        top: 178px;
        left: 98px;
    }

    #home-locations .pin.tx {
        top: 172px;
        left: 139px;
    }

    #home-locations .pin.va {
        top: 163px;
        left: 187px;
    }

    #home-locations .pin.chi {
        top: 139px;
        left: 163px;
    }

    #home-locations .pin.lon {
        top: 118px;
        left: 346px;
    }

    #home-locations .pin.ams {
        top: 125px;
        left: 367px;
    }

    #home-locations .pin.syd {
        bottom: 49px;
        right: 57px;
    }

    #locations-text {
        width: 34%;
        padding-top: 184px;
    }


    #home-locations .tooltip.chi {
        top: -46px;
        left: 48px;
    }

    #home-locations .tooltip.sea {
        top: -16px;
        left: -20px;
    }

    #home-locations .tooltip.la {
        top: 17px;
        left: -17px;
    }

    #home-locations .tooltip.tx {
        top: 237px;
        left: 25px;
    }

    #home-locations .tooltip.va {
        top: 3px;
        left: 72px;
    }

    #home-locations .tooltip.lon {
        top: -42px;
        left: 231px;
    }

    #home-locations .tooltip.ams {
        top: -36px;
        left: 253px;
    }


    #home-locations .tooltip.syd {
        bottom: -11px;
        right: 163px;
    }


}

.saleprice {
    position: absolute;
    background: url('../images/10-off.png') center center no-repeat;
    width: 65px;
    height: 65px;
    top: -21px;
    left: -30px;
    content: " ";
}



.cadbox.active,
.cmsbox.active {
    display: inline-block;
}

.cadbox,
.cmsbox {
    display: none;
}

.bundle-vps-img {
    display: none;
    height: 58px;
}

.bundle-vps-img.active {
    display: inline-block;
}

#home-tests .carousel-indicators {
    position: absolute;
    bottom: -30px;
}



.range-labels li:nth-child(1) {
    text-align: left;
    padding-left: 0.9%;
}



.range-labels li:nth-child(2) {
    padding-right: 4%;
    padding-left: 0%;
}

.range-labels li:nth-child(3) {
    padding-right: 3%;
    padding-left: 0%;
}

.range-labels li:nth-child(4) {
    padding-right: 1.66%;
    padding-left: 0%;
}

.range-labels li:nth-child(5) {
    padding-right: .5%;
    padding-left: 0%;
}

.range-labels li:nth-child(6) {
    padding-right: 0%;
    padding-left: 0.75%;
}

.range-labels li:nth-child(7) {
    padding-right: 0%;
    padding-left: 2.25%;
}

.range-labels li:nth-child(8) {
    padding-right: 0%;
    padding-left: 3%;
}

.range-labels li:nth-child(9) {
    padding-right: 1%;
    padding-left: 0%;
    text-align: right;
}

.range-labels li:nth-last-child(1) {
    text-align: right;
    padding-right: 0.2%;
}

.text-page {
    line-height: 26px;
    padding-top: 10px;
}

.text-page .container {
    max-width: 880px;
}

.text-page h3 {
    padding-bottom: 8px;
    font-size: 20px;
    padding-top: 16px;
}

.text-page ol,
.text-page ul {
    padding-bottom: 18px;
}

.text-page ol li ol li,
.text-page ul li ol li {
    background: url('../images/bullet-circle.png') center left no-repeat;
    margin-left: 40px;
    padding: 4px 0px;
    padding-left: 18px;
}

#legal-hero {
    padding-bottom: 20px;
}

#legal-hero .container {
    max-width: 880px;
    text-align: left;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

#legal-hero h1 {
    padding-bottom: 12px;
}

#legal-hero p {
    max-width: 100%;
}

#legal-hero p img {
    vertical-align: text-top;
    margin-right: 10px;
}

.mc-plans {
    padding: 0px;
}

.mc-plans .col {
    margin-bottom: 80px;
}

.mc-plans .flex-grid.three .col {
    width: 24%;
    padding: 10px;
    border: 2px solid;
    border-image-source: linear-gradient(180deg, rgb(244, 63, 69, 0.48), rgb(0, 173, 255, 0.48));
    border-image-slice: 1;
    border-radius: 3px;
    color: #444759;
}

.mc-plans .flex-grid.three .col .inner-box {
    padding: 54px 24px 24px 24px;
}

.mc-plans .inner-box {
    position: relative;
}

.mc-icon {
    background: url('../images/mc-plan-bg.png') center center no-repeat;
    width: 91px;
    height: 39px;
    position: absolute;
    top: -41px;
    left: 50%;
    margin-left: -45.5px;
    padding-top: 10px;
    text-align: center;
}

.mc-icon img {
    margin-left: -1px;
}

.mc-plans h4 {
    padding-bottom: 2px;
}

.rec-slots {
    background: #eef1f6;
    height: 32px;
    line-height: 32px;
    border-radius: 4px;
    margin-top: 6px;
}

.mc-plans ul li {
    width: 50%;
    float: left;
    padding: 4px 0px;
}

.mc-plans .inner-box .button {
    margin-top: 18px;
}

.minecraft-bg .hero p {
    padding-bottom: 0px;
}

.mc-features {
    padding-top: 20px;
}

.mc-features .biglist {
    display: inline-block;
    margin: 0px 40px;
}

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

.mc-features .biglist:nth-last-child(3) {
    margin-left: 0px;
}

.mc-features .biglist:nth-last-child(1) {
    margin-right: 0px;
}

#modpacks-text {
    padding-right: 8%;
    padding-top: 26px;
}

#modpacks-text a {
    color: #fff;
    text-decoration: underline;
}

#modpacks-text a:hover {
    color: #2a9be0;
}

#modpacks-packs {
    text-align: center;
    margin: -30px 0px;
}

#modpacks-packs .flex-grid.three .col {
    padding: 30px 20px;
    text-align: center;
}

#modpacks-packs .flex-grid.three .col img {
    max-width: 100%;
    margin-bottom: -7px;
}

#ms-map .map {
    background: url('../images/small-map.png') center center no-repeat;
    width: 640px;
    height: 350px;
    margin-left: -20px;
    float: right;
}


#ms-text {
    padding-left: 8%;
    padding-top: 60px;
}

.nametop {
    top: -20px;
}

#ms-map .tooltip {
    display: none;
}

#ms-map .pin.chi {
    top: 116px;
    left: 148px;
}


#ms-map .pin.sea {
    top: 126px;
    left: 82px;
}


#ms-map .pin.la {
    top: 154px;
    left: 88px;
}

#ms-map .pin.tx {
    top: 154px;
    left: 129px;
}


#ms-map .pin.va {
    top: 136px;
    left: 167px;
}


#ms-map .pin.lon {
    top: 103px;
    left: 307px;
}


#ms-map .pin.ams {
    top: 114px;
    left: 322px;
}


#ms-map .pin.syd {
    bottom: 41px;
    right: 49px;
}


.small-map {
    padding-top: 0px;
}

#mc-panel .tiny-container {
    padding-left: 0%;
    padding-right: 8%;
}

#mc-panel #ts-image {
    text-align: right;
}

.mc-three-features {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding: 0px;
}

.mc-three-features h1 {
    font-weight: 400;
}

.mc-three-features .col {
    padding: 60px 40px;
    text-align: center;
}

.mc-three-features .col:nth-child(1) {
    border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.mc-three-features .col:nth-child(2) {
    border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.mc-three-features .col p {
    padding-bottom: 0px;
    padding-top: 14px;
}

#mcpanel {
    padding-bottom: 60px;
}

@media screen and (min-width:1280px) and (max-width:1440px) {
    .header ul li a span {
        display: none;
    }
}



.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px)
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-clearfix {
    zoom: 1
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.ui-state-disabled {
    cursor: default !important
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin-top: 2px;
    padding: .5em .5em .5em .7em;
    zoom: 1
}

.ui-accordion .ui-accordion-icons {
    padding-left: 2.2em
}

.ui-accordion .ui-accordion-noicons {
    padding-left: .7em
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
    padding-left: 2.2em
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
    zoom: 1
}

.ui-autocomplete {
    position: absolute;
    cursor: default
}

* html .ui-autocomplete {
    width: 1px
}

.ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    margin-right: .1em;
    cursor: pointer;
    text-align: center;
    zoom: 1;
    overflow: visible
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
    text-decoration: none
}

.ui-button-icon-only {
    width: 2.2em
}

button.ui-button-icon-only {
    width: 2.4em
}

.ui-button-icons-only {
    width: 3.4em
}

button.ui-button-icons-only {
    width: 3.7em
}

.ui-button .ui-button-text {
    display: block;
    line-height: 1.4
}

.ui-button-text-only .ui-button-text {
    padding: .4em 1em
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 1em .4em 2.1em
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 2.1em .4em 1em
}

.ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em
}

input.ui-button {
    padding: .4em 1em
}

.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px
}

.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px
}

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
    left: .5em
}

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
    right: .5em
}

.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
    right: .5em
}

.ui-buttonset {
    margin-right: 7px
}


button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px
}

.ui-datepicker .ui-datepicker-next {
    right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month-year {
    width: 100%
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 49%
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: 700;
    border: 0
}

.ui-datepicker td {
    border: 0;
    padding: 1px
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em;
    width: auto;
    overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left
}

.ui-datepicker.ui-datepicker-multi {
    width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0
}

.ui-datepicker-rtl {
    direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right
}

.ui-datepicker-rtl .ui-datepicker-group {
    float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px
}

.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px
}

.ui-datepicker-cover {
    position: absolute;
    z-index: -1;
    filter: mask();
    top: -4px;
    left: -4px;
    width: 200px;
    height: 200px
}

.ui-dialog {
    position: absolute;
    padding: .2em;
    width: 300px;
    overflow: hidden
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 16px .1em 0
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 19px;
    margin: -10px 0 0;
    padding: 1px;
    height: 18px
}

.ui-dialog .ui-dialog-titlebar-close span {
    display: block;
    margin: 1px
}

.ui-dialog .ui-dialog-titlebar-close:hover,
.ui-dialog .ui-dialog-titlebar-close:focus {
    padding: 0
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: 0 0;
    overflow: auto;
    zoom: 1
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0;
    background-image: none;
    margin: .5em 0 0;
    padding: .3em 1em .5em .4em
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer
}

.ui-dialog .ui-resizable-se {
    width: 14px;
    height: 14px;
    right: 3px;
    bottom: 3px
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move
}

.ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    outline: none
}

.ui-menu .ui-menu {
    margin-top: -3px;
    position: absolute
}

.ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    zoom: 1;
    width: 100%
}

.ui-menu .ui-menu-divider {
    margin: 5px -2px;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0
}

.ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    padding: 2px .4em;
    line-height: 1.5;
    zoom: 1;
    font-weight: 400
}

.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
    font-weight: 400;
    margin: -1px
}

.ui-menu .ui-state-disabled {
    font-weight: 400;
    margin: .4em 0 .2em;
    line-height: 1.5
}

.ui-menu .ui-state-disabled a {
    cursor: default
}

.ui-menu-icons {
    position: relative
}

.ui-menu-icons .ui-menu-item a {
    position: relative;
    padding-left: 2em
}

.ui-menu .ui-icon {
    position: absolute;
    top: .2em;
    left: .2em
}

.ui-menu .ui-menu-icon {
    position: static;
    float: right
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%
}

.ui-resizable {
    position: relative
}

.ui-resizable-handle {
    position: absolute;
    font-size: .1px;
    display: block
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
    display: none
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted #000
}

.ui-slider {
    position: relative;
    text-align: left
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 24px;
    height: 24px;
    background: url(../images/white-handle.png) !important;
    cursor: pointer;
    border: 0 !important;
    margin-top: -3px;
    margin-left: -9px;
    padding: 0px !important;
}

.ui-slider .ui-slider-handle:focus {
    outline: none;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0
}

.ui-slider-horizontal {
    height: .8em;
    background: #fff !important;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -2px;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.ui-slider-vertical {
    width: .8em;
    height: 100px
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle
}

.ui-spinner-input {
    border: none;
    background: 0 0;
    padding: 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 22px
}

.ui-spinner-button {
    width: 16px;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    z-index: 100;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0
}

.ui-spinner a.ui-spinner-button {
    border-top: none;
    border-bottom: none;
    border-right: none
}

.ui-spinner .ui-icon {
    position: absolute;
    margin-top: -8px;
    top: 50%;
    left: 0
}

.ui-spinner-up {
    top: 0
}

.ui-spinner-down {
    bottom: 0
}

span.ui-spinner {
    background: 0 0
}

.ui-spinner .ui-icon-triangle-1-s {
    background-position: -65px -16px
}

.ui-tabs {
    position: relative;
    padding: .2em;
    zoom: 1
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom: 0;
    padding: 0;
    white-space: nowrap
}

.ui-tabs .ui-tabs-nav li a {
    float: left;
    padding: .5em 1em;
    text-decoration: none
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
    cursor: text
}

.ui-tabs .ui-tabs-nav li a,
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
    cursor: pointer
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: 0 0
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    -o-box-shadow: 0 0 5px #aaa;
    -moz-box-shadow: 0 0 5px #aaa;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa
}

* html .ui-tooltip {
    background-image: none
}

body .ui-tooltip {
    border-width: 2px
}

.ui-widget {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1.1em
}

.ui-widget .ui-widget {
    font-size: 1em
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1em
}

.ui-widget-content {
    border: 1px solid #aaa;
    background: #fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
    color: #222
}

.ui-widget-content a {
    color: #222
}

.ui-widget-header {
    border: 1px solid #aaa;
    background: #ccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
    color: #222;
    font-weight: 700
}

.ui-widget-header a {
    color: #222
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3;
    background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
    font-weight: 400;
    color: #555;
    color: #000 !important
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #555;
    text-decoration: none
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 1px solid #999;
    background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
    font-weight: 400;
    color: #212121
}

.ui-state-hover a,
.ui-state-hover a:hover {
    color: #212121;
    text-decoration: none
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #aaa;
    background: #fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
    font-weight: 400;
    color: #212121
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #212121;
    text-decoration: none
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #fcefa1;
    background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
    color: #363636
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #363636
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
    color: #cd0a0a
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #cd0a0a
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #cd0a0a
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: 700
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: 400
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none
}

.ui-icon {
    width: 16px;
    height: 16px;
    background-image: url(images/ui-icons_222222_256x240.png)
}

.ui-widget-content .ui-icon {
    background-image: url(images/ui-icons_222222_256x240.png)
}

.ui-widget-header .ui-icon {
    background-image: url(images/ui-icons_222222_256x240.png)
}

.ui-state-default .ui-icon {
    background-image: url(images/ui-icons_888888_256x240.png)
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
    background-image: url(images/ui-icons_454545_256x240.png)
}

.ui-state-active .ui-icon {
    background-image: url(images/ui-icons_454545_256x240.png)
}

.ui-state-highlight .ui-icon {
    background-image: url(images/ui-icons_2e83ff_256x240.png)
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url(images/ui-icons_cd0a0a_256x240.png)
}

.ui-icon-carat-1-n {
    background-position: 0 0
}

.ui-icon-carat-1-ne {
    background-position: -16px 0
}

.ui-icon-carat-1-e {
    background-position: -32px 0
}

.ui-icon-carat-1-se {
    background-position: -48px 0
}

.ui-icon-carat-1-s {
    background-position: -64px 0
}

.ui-icon-carat-1-sw {
    background-position: -80px 0
}

.ui-icon-carat-1-w {
    background-position: -96px 0
}

.ui-icon-carat-1-nw {
    background-position: -112px 0
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px
}

.ui-icon-arrow-4 {
    background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px
}

.ui-icon-extlink {
    background-position: -32px -80px
}

.ui-icon-newwin {
    background-position: -48px -80px
}

.ui-icon-refresh {
    background-position: -64px -80px
}

.ui-icon-shuffle {
    background-position: -80px -80px
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px
}

.ui-icon-folder-open {
    background-position: -16px -96px
}

.ui-icon-document {
    background-position: -32px -96px
}

.ui-icon-document-b {
    background-position: -48px -96px
}

.ui-icon-note {
    background-position: -64px -96px
}

.ui-icon-mail-closed {
    background-position: -80px -96px
}

.ui-icon-mail-open {
    background-position: -96px -96px
}

.ui-icon-suitcase {
    background-position: -112px -96px
}

.ui-icon-comment {
    background-position: -128px -96px
}

.ui-icon-person {
    background-position: -144px -96px
}

.ui-icon-print {
    background-position: -160px -96px
}

.ui-icon-trash {
    background-position: -176px -96px
}

.ui-icon-locked {
    background-position: -192px -96px
}

.ui-icon-unlocked {
    background-position: -208px -96px
}

.ui-icon-bookmark {
    background-position: -224px -96px
}

.ui-icon-tag {
    background-position: -240px -96px
}

.ui-icon-home {
    background-position: 0 -112px
}

.ui-icon-flag {
    background-position: -16px -112px
}

.ui-icon-calendar {
    background-position: -32px -112px
}

.ui-icon-cart {
    background-position: -48px -112px
}

.ui-icon-pencil {
    background-position: -64px -112px
}

.ui-icon-clock {
    background-position: -80px -112px
}

.ui-icon-disk {
    background-position: -96px -112px
}

.ui-icon-calculator {
    background-position: -112px -112px
}

.ui-icon-zoomin {
    background-position: -128px -112px
}

.ui-icon-zoomout {
    background-position: -144px -112px
}

.ui-icon-search {
    background-position: -160px -112px
}

.ui-icon-wrench {
    background-position: -176px -112px
}

.ui-icon-gear {
    background-position: -192px -112px
}

.ui-icon-heart {
    background-position: -208px -112px
}

.ui-icon-star {
    background-position: -224px -112px
}

.ui-icon-link {
    background-position: -240px -112px
}

.ui-icon-cancel {
    background-position: 0 -128px
}

.ui-icon-plus {
    background-position: -16px -128px
}

.ui-icon-plusthick {
    background-position: -32px -128px
}

.ui-icon-minus {
    background-position: -48px -128px
}

.ui-icon-minusthick {
    background-position: -64px -128px
}

.ui-icon-close {
    background-position: -80px -128px
}

.ui-icon-closethick {
    background-position: -96px -128px
}

.ui-icon-key {
    background-position: -112px -128px
}

.ui-icon-lightbulb {
    background-position: -128px -128px
}

.ui-icon-scissors {
    background-position: -144px -128px
}

.ui-icon-clipboard {
    background-position: -160px -128px
}

.ui-icon-copy {
    background-position: -176px -128px
}

.ui-icon-contact {
    background-position: -192px -128px
}

.ui-icon-image {
    background-position: -208px -128px
}

.ui-icon-video {
    background-position: -224px -128px
}

.ui-icon-script {
    background-position: -240px -128px
}

.ui-icon-alert {
    background-position: 0 -144px
}

.ui-icon-info {
    background-position: -16px -144px
}

.ui-icon-notice {
    background-position: -32px -144px
}

.ui-icon-help {
    background-position: -48px -144px
}

.ui-icon-check {
    background-position: -64px -144px
}

.ui-icon-bullet {
    background-position: -80px -144px
}

.ui-icon-radio-on {
    background-position: -96px -144px
}

.ui-icon-radio-off {
    background-position: -112px -144px
}

.ui-icon-pin-w {
    background-position: -128px -144px
}

.ui-icon-pin-s {
    background-position: -144px -144px
}

.ui-icon-play {
    background-position: 0 -160px
}

.ui-icon-pause {
    background-position: -16px -160px
}

.ui-icon-seek-next {
    background-position: -32px -160px
}

.ui-icon-seek-prev {
    background-position: -48px -160px
}

.ui-icon-seek-end {
    background-position: -64px -160px
}

.ui-icon-seek-start {
    background-position: -80px -160px
}

.ui-icon-seek-first {
    background-position: -80px -160px
}

.ui-icon-stop {
    background-position: -96px -160px
}

.ui-icon-eject {
    background-position: -112px -160px
}

.ui-icon-volume-off {
    background-position: -128px -160px
}

.ui-icon-volume-on {
    background-position: -144px -160px
}

.ui-icon-power {
    background-position: 0 -176px
}

.ui-icon-signal-diag {
    background-position: -16px -176px
}

.ui-icon-signal {
    background-position: -32px -176px
}

.ui-icon-battery-0 {
    background-position: -48px -176px
}

.ui-icon-battery-1 {
    background-position: -64px -176px
}

.ui-icon-battery-2 {
    background-position: -80px -176px
}

.ui-icon-battery-3 {
    background-position: -96px -176px
}

.ui-icon-circle-plus {
    background-position: 0 -192px
}

.ui-icon-circle-minus {
    background-position: -16px -192px
}

.ui-icon-circle-close {
    background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px
}

.ui-icon-circle-check {
    background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    -khtml-border-top-left-radius: 4px;
    border-top-left-radius: 4px
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    -khtml-border-top-right-radius: 4px;
    border-top-right-radius: 4px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -khtml-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -khtml-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.ui-widget-overlay {
    background: #aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30)
}

.ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    background: #aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30);
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px
}




.gsinfopage {
    width: 730px !important
}

.ui-slider-horizontal {
    height: 1.4em
}


div#jsCalculator {
    font-weight: 700;
    padding-top: 8px;
    font-size: 20px
}


a#js_checkout {
    width: 100%;
    display: block;
    text-align: center;
    padding: 0px;
    margin-top: 2px
}

div#sliderSlots {
    margin: 4px 0px 20px 0px
}

div#jsLocationMap,
div#jsLocationMap div.usa,
div#jsLocationMap div.europe {
    width: 100% position: relative;
}

div#jsLocationMap div.usa {
    background-image: url(../images/ordermap.png);
    height: 345px;
    margin-bottom: 28px;

}

div#jsLocationMap div.europe {
    background-image: url(../images/europe.png);
    display: none
}

div#jsLocationMap a {
    position: absolute;
    display: block;
    text-decoration: none
}


div#jsLocationMap a.point {

    background: url(../images/pins.png) no-repeat;
    background-size: 28px 36px;
    width: 28px;
    height: 36px;
    display: block;
    content: " ";
}


div#jsLocationMap a.point.selected {
    background: url(../images/pinactive.png) no-repeat;
    background-size: 28px 36px;
}

div#jsLocationMap a.mapbtn {

    padding: 0 8px;
    position: absolute;
    background: #d2d6e8;
    border-radius: 4px;
    height: 20px;
    line-height: 22px;
    font-family: roboto, proximanova-bold, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: #0c0d13;
    text-transform: capitalize;
    box-shadow: 0 1px 2px 1px rgba(0, 2, 14, .16);

}

.mapbtn:after {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #d2d6e8;
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;


    position: absolute;
    left: 50%;
    margin-left: -2.5px;
    bottom: -13px;
}

.mapbtn.arrow-right:after {
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-left: 5px solid #d2d6e8;
    left: unset;
    right: -10px;
    margin-left: 0px;
    top: 50%;
    margin-top: -5px;
}

.mapbtn.arrow-top:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #d2d6e8;
    border-top: unset;
    top: -5px;
}


.mapbtn.arrow-left:after {
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-right: 5px solid #d2d6e8;
    left: -10px;
    top: 50%;
    margin-top: -5px;
    margin-left: 0px;
}


div#jsLocationMap a.mapbtn.selected {
    background: #1592e9;
    color: #fff;
}

.mapbtn.selected:after {
    border-top: 5px solid #1692e9;
}

div#jsLocationMap a.mapbtn.selected {
    background: #1692e9;
}


.mapbtn.selected.arrow-top:after {
    border-top: 0px;
    border-bottom: 5px solid #1692e9;
}

.mapbtn.selected.arrow-left:after {
    border-right: 5px solid #1692e9;
    border-top: 5px solid transparent;
}

.mapbtn.selected.arrow-right:after {
    border-left: 5px solid #1692e9;
    border-top: 5px solid transparent;
}


div#jsLocationMap a#point-chi {
    top: 63px;
    left: 124px;
}

div#jsLocationMap a#button-chi {
    top: 39px;
    left: 104px;
}

div#jsLocationMap a#point-la {
    top: 84px;
    left: 42px;
}

div#jsLocationMap a#button-la {
    top: 125px;
    left: 10px;
}

div#jsLocationMap a#point-tx {
    top: 88px;
    left: 88px;
}

div#jsLocationMap a#button-tx {
    top: 65px;
    left: 75px;
}

div#jsLocationMap a#point-ny {
    top: 66px;
    left: 153px;
}

div#jsLocationMap a#button-ny {
    top: 108px;
    left: 150px;
}


div#jsLocationMap a#button-ny:after {
    left: 13px;
}

div#jsLocationMap a#point-mo {
    top: 47px;
    left: 174px;
}

div#jsLocationMap a#button-mo {
    top: 54px;
    left: 206px;
}

div#jsLocationMap a#point-sea {
    top: 56px;
    left: 48px;
}

div#jsLocationMap a#button-sea {
    top: 62px;
    left: -13px;
}

div#jsLocationMap a#point-london {
    top: 37px;
    left: 328px;
}

div#jsLocationMap a#button-london {
    top: 13px;
    left: 310px;
}

div#jsLocationMap a#point-fr {
    top: 57px;
    left: 337px;
}

div#jsLocationMap a#button-fr {
    top: 98px;
    left: 308px;
}

div#jsLocationMap a#point-gr {
    top: 44px;
    left: 352px;
}

div#jsLocationMap a#button-gr {
    top: 52px;
    left: 386px;
}

div#jsLocationMap a#point-au {
    top: 248px;
    right: 38px;
}

div#jsLocationMap a#button-au {
    top: 256px;
    right: 70px;
}

div#jsLocationButtons {
    padding: 20px 130px;
    height: 48px;
    overflow: hidden
}

div#jsLocationButtons a {
    width: 160px;
    height: 48px;
    text-decoration: none
}

.ui-slider-horizontal {
    background: #151f36 !important;
    border: 0;
    width: calc(100% - 30px) !important;
    height: 12px;
    border-radius: 5px;
    left: 15px;
}

#main-order-content {
    width: 730px !important
}

.gsi-title {
    height: 32px;
    width: 730px;
    padding-top: 10px;
    clear: both;
    padding-bottom: 6px
}

.gsi-title .floatleft {
    float: left;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 32px;
    text-transform: uppercase;
    text-shadow: #000 0 1px
}

.gsi-title .floatleft img {
    float: left;
    margin-right: 10px
}

.gsi-title .floatright {
    height: 1px;
    background: url(../images/dotted-bg.png) repeat-x;
    margin-top: 15.5px
}

#js_slot_price {
    font-weight: 600;
    color: #00adff
}

#js_slot_total {
    color: #fff;
    font-size: 30px;
    font-weight: 500
}

.selectedslots {
    line-height: 34px
}

.ui-state-default {
    cursor: pointer;
    color: #fff !important;
    background: #101829;
    font-family: "ProximaNova-Semibold", sans-serif;
    font-size: 18px;
    border: 0;
    border-right: 3px solid #080e1a;

    font-weight: 500;
    letter-spacing: 0;
    padding: 20px 12px;
    line-height: 26px !important;

    margin: 0;
    width: 25%;
    float: left;

}



#billingCycle .ui-state-active,
#billingCycle .ui-state-active:hover {
    background: rgb(0, 174, 255);
    background: linear-gradient(90deg, rgba(0, 174, 255, 1) 0%, rgba(104, 207, 255, 1) 100%) !important;
    color: #fff !important;

}

.ui-button .ui-button-text {
    padding: 0;
    margin: 0;

    width: 100%
}

.ui-buttonset {
    width: 100%;
    margin-right: 0
}

.ui-state-active .ui-button-text {
    background: 0 0
}

#jsCalculator {
    font-size: 16px !important;
    color: #686a70 !important;
    font-weight: 400 !important;
}

.yourtotalis {
    font-size: 14px;
    font-style: italic;
    color: #fff
}

.pricewrap {
    font-size: 24px;
    line-height: 40px;
    font-family: roboto, proximanova-bold, Helvetica, Arial, sans-serif;
    color: #fff;
    font-weight: 600;
    color: #1692e9;
}

#sidebar-wrap .pricewrap {
    font-size: 36px;
    margin-bottom: 16px;
    display: block;
    color: #080e1a;
}

.cycles {
    font-family: roboto, proximanova-bold, Helvetica, Arial, sans-serif;
    font-size: 20px;
    color: #080e1a;
}

.dedicatedip {
    line-height: 22px;
    clear: both;
    margin-top: 6px;
    color: #fff;
}

.dedicatedip .floatleft {
    display: inline-block;
    margin-right: 8px
}

.dedicatedip .ui-state-default {
    background: url(../images/off.png) no-repeat;
    height: 22px;
    padding-left: 0;
    width: 22px;
    border: 0;
    border: 0 !important;
    line-height: 22px;
    float: left;
    margin-right: 12px;
    margin-top: -1px;
    padding: 0px;
}

#billingCycle .ui-state-default:hover {
    background: #151f36;
}

.addon-cost {
    color: #00adff;
}

.dedicatedip .ui-state-active {
    background: url(../images/on.png) no-repeat
}

.dedicatedip .ui-state-default .ui-button-text {
    text-align: left;
    height: 36px;
    line-height: 36px;
    cursor: default;
    display: none
}


.gsinfopage input[type=text] {
    width: 300px;
    padding-left: 13px;
    height: 30px;
    border: 0;
    margin: 7px 0;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #000;
    color: #333;
    -moz-box-shadow: inset 0 0 3px #797979;
    -webkit-box-shadow: inset 0 0 3px #797979;
    box-shadow: inset 0 0 3px #797979;
    font-size: 16px;
    font-weight: 300
}

.sidebar-wrap {
    padding: 28px 28px;
    background: #fff;

    border-radius: 4px;
    clear: both;
    color: #444759;
}

.sidebar-wrap h3 {
    padding-top: 0px;
    padding-bottom: 0px;
}

.sidebar-wrap h2 {
    font-size: 24px;
    font-style: normal;
    line-height: 28px;
    color: #080e1a;
}


.sidebar-wrap h3 .plan-icon {
    margin-right: 6px;
    float: left;
}

.sidebar-wrap h3 .plan-icon img {
    height: 40px;
    width: auto;
    margin-bottom: -14px;
}

.sidebar-wrap .recslots .col {
    width: 100% !important;
    padding: 12px 20px;
}

.sidebar-wrap .recslots .col:hover {
    background-color: #2b2e42;
}

.sidebar-wrap .recslots .col:nth-child(1) {
    border-radius: 5px 5px 0px 0px;
}

.sidebar-wrap .recslots .col:nth-child(2) {
    border-radius: 0px 0px 5px 5px;
    margin-top: 2px;
}

.sidebar-wrap .recslots {
    margin-top: 10px;
}

.sidebar-wrap .recslots span {
    color: #fff;
}

.sidebar-wrap .recslots .col .flex-grid.two .col {
    width: auto !important;
    padding: 0px;
    background: transparent;
}

.sidebar-wrap .recslots .col .flex-grid.two .col img {
    vertical-align: baseline;
    margin-right: 6px;
}

.sidebar-wrap ul li {
    line-height: 32px;
}

.order-minecraft {
    padding-top: 40px;
}

.order-minecraft .twothirds .colfirst {
    width: 60%;
}

.order-minecraft .twothirds .colsecond {
    width: 33%;
    margin-top: -10px;
}

.plan-icon {
    width: auto;
    vertical-align: middle;
}



.divider {
    border-top: 1px dashed rgba(255, 255, 255, 0.12);
    height: 1px;
    width: 100%;
    margin: 20px 0px;
}

.wasprice {
    margin-top: 0px;
    color: #fff;
    text-decoration: line-through;
    color: #82869d;
    opacity: 0.6;
    margin-bottom: 20px;
}

.order-step {
    border-radius: 5px;
    padding: 0px 0px 60px 0px;
    position: relative;
    margin-top: 60px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.order-step p {
    padding-bottom: 24px;
}

.order-step h4 {
    font-size: 24px;

    line-height: 28px;
    padding-bottom: 6px;


}

.plan-changer {
    margin-top: 0px;
    padding-top: 0px;
}

.thediscount {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    font-family: "ProximaNova-Regular", sans-serif
}

.monthlycycle {
    padding: 20px 12px;
    padding: 30px 12px 29px 12px;
}

.planname {
    line-height: 40px;
    height: 32px;
    color: #080e1a;
}

#youselected {
    color: #fff;
    font-size: 20px;
    font-family: "ProximaNova-Semibold", sans-serif;
}

jsSlotSelect {
    font-size: 18px;
}

.sidebar-wrap h3 {
    float: left;
}

.selectedslots select,
.selectmc {
    margin-top: 4px;
    float: right;
    font-size: 16px !important;
    appearance: none;
    -webkit-appearance: none;
    color: #fff;
    border: 0px;
    border-radius: 4px;
    padding: 6px 44px 6px 12px;
    font-family: "ProximaNova-Semibold", sans-serif;
    background: url(../images/drop.png) right 12px center no-repeat #101829;
    cursor: pointer;
}

.selectedslots select:hover,
.selectmc:hover {
    background: url(../images/drop.png) right 12px center no-repeat #151f36;
}

.selectedslots select:focus,
.selectmc:focus {
    outline: none;
    color: #fff;
    background: url(../images/drop-blue.png) right 12px center no-repeat #151f36;
}

.selectmc {
    float: none;
    width: 100%;
    padding: 16px 44px 16px 20px;
}

#sidebar-wrap .selectmc {
    width: auto;
}


.selectedslots select:focus option,
.selectmc:focus option {
    color: #fff;
}

.sticky {

    position: sticky;
    top: 20px;
    padding: 10px;
    border: 2px solid;
    border-image-source: linear-gradient(180deg, rgb(244, 63, 69, 0.48), rgb(0, 173, 255, 0.48));
    border-image-slice: 1;
    border-radius: 3px;
    color: #444759;
}

.promobar {

    padding: 18px 28px;
    background-color: #f0f3f7;

    border-radius: 0px 0px 5px 5px;
}

.promobar input {
    float: right;
    width: 40%;
    border-radius: 3px;
    border: 0px;
    height: 36px;
    padding: 0px 12px;
    font-family: "ProximaNova-Semibold", sans-serif;
    color: #444759;
    background-color: #e0e2e6;
    text-align: left;
    font-size: 16px;
}

.promobar input:focus {
    outline: none;
    background-color: #fff;
}

.promobar strong {
    color: #444759;
    float: left;
    display: inline-block;
    line-height: 36px;
}

.selectlabel {
    color: #fff;
    font-family: "ProximaNova-Semibold", sans-serif;
    padding-right: 8px;
    font-size: 20px;
}

#sidebar-wrap .selectlabel {
    font-size: 16px;
    line-height: 28px;
    display: inline-block;
    color: #444759;
}

#sidebar-wrap .selectmc {
    float: right;
    padding: 6px 44px 6px 12px;
    margin-top: 0px;
}

#sidebar-wrap strong {

    color: #444759;
}

#sidebar-wrap h5 {

    color: #080e1a;
}

.pricemobile {
    display: none;
    padding-top: 12px;
    font-size: 36px;

    line-height: 40px;
    font-family: roboto, proximanova-bold, Helvetica, Arial, sans-serif;
    color: #fff;
    font-weight: 600;
    color: #fff;
}

ul.ram-marks {
    display: flex;
    justify-content: space-between;
}

.ram-marks li {
    text-align: center;
    width: 12.5%;
    margin-bottom: 0px;
}

.ram-marks li a {
    color: #fff;
    cursor: pointer;
}

.ram-marks li a:hover,
.ram-marks li a.active {

    color: #1692e9;
}

.ram-marks li:nth-child(1) {
    text-align: left;
}

.ram-marks li:nth-child(2) {
    padding-right: 5.5%;
}

.ram-marks li:nth-child(3) {
    padding-right: 3.5%;
}

.ram-marks li:nth-child(4) {
    padding-right: 1%;
}

.ram-marks li:nth-child(5) {
    padding-left: 1.5%;
}

.ram-marks li:nth-child(6) {
    padding-left: 4%;
}

.ram-marks li:nth-child(7) {
    text-align: right;
}

.ram-marks li:nth-child(8) {
    text-align: right;
}

.ui-slider .ui-slider-range {
    background: rgb(0, 174, 255);
    background: linear-gradient(90deg, rgba(0, 174, 255, 1) 0%, rgba(104, 207, 255, 1) 100%);
    border-radius: 5px;
}


#sidebar-wrap .price {
    font-size: 36px;
    font-weight: 600;
    color: #080e1a;
}

.plan-icon-top {
    height: 75px;
    display: block;
    margin-bottom: 24px;
}

.sidebar-wrap ul li strong {
    float: right;
}

.orderpage body {
    overflow-x: visible;
}

.bluetext {
    color: #00adff;
    font-family: "ProximaNova-Semibold", sans-serif;
}

.dedicated-plans .flex-grid.one .col-out-of-stock {
    width: 44%;
    margin: 0 auto;
}

.dedicated-plans .flex-grid.one .col-out-of-stock #dedi-col-1,
.dedicated-plans .flex-grid.one .col-out-of-stock #dedi-col-2,
.dedicated-plans .flex-grid.one .col-out-of-stock #dedi-col-3,
.dedicated-plans .flex-grid.one .col-out-of-stock #dedi-col-4,
.dedicated-plans .flex-grid.one .col-out-of-stock #dedi-col-5,
.dedicated-plans .flex-grid.one .col-out-of-stock #dedi-col-6 {
    width: 100% !important;
    text-align: center !important;
}

.col-out-of-stock h3 {
    padding-top: 0px !important;
    padding-bottom: 0px;
    font-size: 20px;
}

.col-out-of-stock ul {
    padding-top: 12px !important;
    margin-bottom: 18px;
}

.outofstocktext {
    display: table;
    margin: 0 auto;
    margin-bottom: 20px;
    line-height: 32px;
    margin-top: -6px;
}

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

.vps-bg .faq {
    border-top:0px !important;
}

.home-bg .hero p {
    max-width: 66.6667%;
}

.home-features .title p {
    max-width: 860px;
}

.cad-bg .cad-plans .title p {
    max-width: 600px;
}


.cad-bg .cad-panel .title p {
    max-width: 920px;
}


.timeline {

    padding-top: 20px;
}

.timeline .tl {
    background: url('../images/timebg.png') center center repeat-y;
    padding: 0px 0%;
    margin-top: 12px;
}

.timeline .tl ul {
    padding: 48px 0px 48px 0px;
}

.timeline .tl ul li {
    width: 43%;
    float: left;
    clear: both;
    border-radius: 3px;
    position: relative;
    padding: 12px;
    border: 2px solid;
    border-image-source: linear-gradient(180deg, rgb(244, 63, 69, 0.48), rgb(0, 173, 255, 0.48));
    border-image-slice: 1;
}

.timeline .tl ul li div {
    background-color: #131b2b;
    padding: 24px 24px;
}

.timeline .tl ul li:after {
    background: url('../images/tlpin.png') center center no-repeat;
    width: 26px;
    height: 26px;
    display: block;
    position: absolute;
    content: " ";
    top: 50%;
    transform: translateY(-50%);
    right: -102px;
}

.timeline .tl ul li:before {
    background: url('../images/tlrightout.png') center center no-repeat;
    width: 19px;
    height: 34px;
    display: block;
    position: absolute;
    content: " ";
    top: 50%;
    transform: translateY(-50%);
    right: -17px;
}

.timeline .tl ul li:nth-child(2n):before {
    background: url('../images/tlleftout.png') center center no-repeat;
    right: unset;
    left: -19px;
}

.timeline .tl ul li div:before {
    background: url('../images/tlright.png') center center no-repeat;
    width: 15px;
    height: 30px;
    display: block;
    position: absolute;
    content: " ";
    top: 50%;
    transform: translateY(-50%);
    right: -3px;
}

.timeline .tl ul li:nth-child(2n) {
    float: right;
    width: 43%;
}


.timeline .tl ul li:nth-child(2n):after {
    right: unset;
    left: -102px;
}

.timeline .tl ul li:nth-child(2n):before {}

.timeline .tl ul li:nth-child(2n) div:before {
    background: url('../images/tlleft.png') center center no-repeat;
    right: unset;
    left: -2px;
}

.tl p {
    padding-bottom: 0px;
    color: #8f93aa;
}

.tl h5 {
    padding-bottom: 6px;
    font-size: 20px;
    padding-top: 6px;
    color: #fff;
}

.tl strong {
    padding: 1px 8px 0px 8px;
    height: 24px;
    line-height: 26px;
    border-radius: 4px;
    background-color: #171c27;
    display: inline-block;
    font-family: "ProximaNova-Semibold", sans-serif;
    color: #fff;
    font-size: 13px;
    margin-bottom: 8px;
    text-transform: uppercase;

    background: rgb(0, 174, 255);
    background: linear-gradient(90deg, rgba(0, 174, 255, 1) 0%, rgba(104, 207, 255, 1) 100%);
}

.dedicated-bg .title p {
    max-width: 660px;
}

#about-hero {
    padding-bottom: 0px;
}

#about-hero p {
    max-width: 60.6667%;
}

.core-values {
    padding-bottom: 100px;
    padding-top: 90px;
}

.core-values p {
    color: #e4f6ff;
}

.core-values .title {
    padding-bottom: 0px;
}

.core-values .title p {
    color: #fff;
    padding-bottom: 0px;
}

.core-values .col {
    text-align: center;
    padding: 0px 20px;
    padding-top: 48px;
}

.core-values .col h4 {
    padding-top: 18px;
    padding-bottom: 6px;
}

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

.meet-the-team .flex-grid .col h5 {
    margin-top: 14px;
}

.meet-the-team .flex-grid .col {
    margin-top: 60px;
}

.social-box {
    width: 32px;
    height: 32px;
    background: blue;
    display: inline-block;
    border-radius: 3px;
    margin: 0px 4px;
}

.social-box img {
    height: 16px;
    width: auto;
    margin-top: 8px;
}

.meet-the-team .col span {
    display: block;
    margin-bottom: 12px;
    color: #00adff;
}

.social-box.fb {
    background-color: #305eb0;
}

.social-box.twt {
    background-color: #0db8f0;
}

.social-box.in {
    background-color: #0876b3;
}

.social-box.mail {
    background-color: #303c56;
}

.social-box.fb:hover {
    background-color: #4f76bb;
}

.social-box.twt:hover {
    background-color: #34c4f3;
}

.social-box.in:hover {
    background-color: #1387c8;
}

.social-box.mail:hover {
    background-color: #394663;
}


.meet-the-team .flex-grid .col {
    padding: 0px 40px;
    text-align: center;
}


.meet-the-team .flex-grid .col p {
    padding-bottom: 14px;
}

.meet-the-team .title {
    padding-bottom: 0px;
}

.job-box {
    margin: 0 auto;
    background: #131b2b;
    display: table;
    padding: 6px 6px 0px 6px;
    border-radius: 6px 6px 0px 0px;
    width: 220px;
    text-align: center;
}

.jobshero h2 {
    padding-top: 14px;
}

.jobshero p {
    padding-bottom: 0px !important;
    max-width: 640px !important;
    margin: 0px !important;
}

.jobshero .flex-grid {
    justify-content: unset;
}

#jobcol-1 {
    margin-right: 48px;
}

.jobshero {
    padding-bottom: 0px !important;
}


.accordion-toggle {
    cursor: pointer;
    position: relative;
}

.accordion-content {
    display: none;
}

.accordion-content.default {
    display: block;
}

.service-group {
    background: #131b2b;
    margin-bottom: 20px;
}

.service-group .accordion-toggle {
    padding: 32px 40px 30px 40px;
    font-size: 24px;
    color: #fff;

}

.service-group .accordion-toggle h3 {
    font-size: 20px;
    line-height: 24px;
}

.service-group .accordion-content {
    padding-right: 48px;
    padding-bottom: 48px;
    margin-left: 28%;
    width: 60%;
}

.accordion-toggle .description {
    padding-left: 0px;
    font-size: 18px;
    font-weight: 400;
    color: #00adff;
    position: absolute;
    left: 28%;
    width: 50%;
    top: 29px;
}

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

.accordion-toggle .right {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 32px;
    right: 40px;
}

.accordion-toggle .right img {
    float: right;
    margin-top: 3.5px;
}

.accordion-content ul {
    margin: 0px 0px 12px 0px;
}

.accordion-content ul li {
    display: list-item;
    text-align: -webkit-match-parent;
    line-height: 30px;
}



input[name='accordion1'] ~ .rotate {
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

input[name='accordion1']:checked ~ label .rotate {
    transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.service-group > input:checked + label {}

.service-group {
    position: relative;
}


.service-group > input {
    display: none;
}


.service-group > label {
    display: block;

}

.rotate {
    padding-bottom: 4px;
    transition: all 1s ease;
    -o-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
}

input[name='accordion1']:checked ~ label .rotate {
    transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.accordion-content ul {
    padding-left: 12px;
}

.accordion-content ul li {
    padding: 1px 0px;
    padding-left: 18px;
    background: url('../images/bullet-circle.png') 0px 15px no-repeat;
}

.accordion-content strong {
    display: block;
    padding-bottom: 2px;
    padding-top: 4px;
}

.accordion-content .button {
    margin-top: 12px;
}

.job-box h1 {
    color: #fff;
    font-size: 80px;
    background: #1d273b;
    padding: 40px 0px;
    border-radius: 6px 6px 0px 0px;
}


.job-child {
    width: 220px;
    text-align: center;
    border-radius: 0px 0px 6px 6px;
    margin: 0 auto;
    background: #131b2b;
    display: table;
    padding: 0px 6px 6px 6px;
}

.jobshero strong {
    font-size: 20px;
    display: block;
    padding-top: 12px;
    padding-bottom: 8px;
}

.job-child h5 {
    background: rgb(240, 62, 68);
    background: linear-gradient(90deg, rgba(240, 62, 68, 1) 0%, rgba(254, 104, 110, 1) 100%);
    display: block;
    border-radius: 0px 0px 6px 6px;
    height: 44px;
    line-height: 44px;
}

.jobs-bg #hosting-hero ul {
    padding-bottom: 0px;
}

.jobs h2 {
    padding-bottom: 20px;
}

.nopositions h5 {
    padding: 32px 40px 30px 40px;
}

.nopositions h5 img {
    float: left;
    margin-right: 20px;
}

.nopositions h5 small {
    font-size: 16px;
    display: block;
    color: #8f93aa;
    font-family: 'ProximaNova-Regular', sans-serif;
}


.jobshero .jobtext h1 {
    padding-bottom: 14px;
}


.button.xsmall {
    height: 34px;
    padding:0px 18px;
    line-height: 34px;
    font-size:14px;
}















#accordion .panel {
  border-radius: 0;
  border: 0;
  margin-top: 0px;
    background: #131b2b;
}
#accordion .panel-heading a {
  display: block;
  padding:28px 32px;
    color:#fff;
  text-decoration: none;
}
#accordion .panel-heading a.collapsed:hover,
#accordion .panel-heading a.collapsed:focus {
  background-color: #161f31;
  color: white;
  transition: all 0.2s ease-in;
}
#accordion .panel-heading a.collapsed:hover::before,
#accordion .panel-heading a.collapsed:focus::before {
  color: white;
}
#accordion .panel-heading {
  padding: 0;
  border-radius: 0px;
  text-align: left;
    position:relative;
}
#accordion .panel-heading a:not(.collapsed) {
  color: white;
  transition: all 0.2s ease-in;
}

/* Add Indicator fontawesome icon to the left */
#accordion .panel-heading .accordion-toggle::after {
  font-family: 'FontAwesome';
  content: '\f00d';
    right:32px;
    position:absolute;
  color: white;
  font-weight: lighter;
  transform: rotate(0deg);
  transition: all 0.2s ease-in;
}
#accordion .panel-heading .accordion-toggle.collapsed::after {
  color: white;
  transform: rotate(-135deg);
  transition: all 0.2s ease-in;
}



.collapse {
    display: none;
}
.collapse.in {
    display: block;
}


.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height,visibility;
    -o-transition-property: height,visibility;
    transition-property: height,visibility;
}
.panel {
    margin-bottom:20px;
}

.available-jobs h2{
    padding-bottom:20px;
}

.panel-body {
    padding:20px 0px 40px 0px;
    padding-left:28%;
    padding-right: 15%;
}


.panel-body ul li {
    padding: 4px 0px;
    padding-left: 18px;
    background: url(../images/bullet-circle.png) 0px 13px no-repeat;
}


.panel-body strong {
    display: block;
    padding-bottom: 2px;
    padding-top: 4px;
}


.panel-body ul {
    padding-left: 12px;
    margin: 0px 0px 12px 0px;
}

.panel-body .button {
    margin-top: 12px;
}

.rocketcadlink img {
    margin-left:2px;
}

.rocketcadlink img:nth-child(2){
    display:none;
}

.rocketcadlink:hover img:nth-child(1){
    display:none;
}

.rocketcadlink:hover img:nth-child(2){
    display:inline-block;
}

    .header ul li .colo-dropdown {
        width:320px;
    }
    .header ul li .colo-dropdown li {
        width:50%;
    float: left !important;
    }
    .header ul li .colo-dropdown li a{

    color: #080e1a;
    padding: 7px 20px 9px 20px;

        text-align:center;
    }




    .header ul li .vps-dropdown {
        width:180px;
    }
    .header ul li .vps-dropdown li {
        width:100%;
    float: none !important;
    }
    .header ul li .vps-dropdown li a{

    color: #080e1a;
    padding: 7px 20px 9px 20px;

        text-align:center;
    }

.outofstock a {
    cursor:not-allowed;
    opacity:0.4;
}

.outofstock a:hover {
    cursor:not-allowed;
}

.header ul li .dropdown-menu .outofstock a:hover h5 {

    color: #080e1a;
}



.number {
    margin:0 auto;
    color:#fff;
    width:60px;
    height:60px;
    line-height:46px;
    text-align:center;
    background:#00adff;
    border:8px solid #072136;
    border-radius:50%;
    font-size:22px;
    font-weight:700;
    font-family:"Roboto",sans-serif;
    margin-bottom:20px;
}

.how-it-works .col {
    text-align:center;
    padding:0px 28px;
}

.ddos-green {
    background:#5dba71;
    background: linear-gradient(90deg, #5dba71 0%, #77d78b 100%);
    padding:36px 0px;
}

#ddos-text {
    height:78px;
}

#ddos-text h1 {
    float:left;
    font-size:48px;
    text-transform: uppercase;
    font-weight:900;
    letter-spacing:0.2px;
    line-height:38px;
    margin:6px 0px;
}

#ddos-text h1 small {
    font-size:21px;
    display:block;
    font-weight:700;
    letter-spacing:-0.2px;

}

#ddos-text img {
    float:left;
    margin:0px 20px;
}

#ddos-list {
    padding-top:3px;
}

#ddos-list li{
    color:#fff;
    font-size:20px;
    padding:6px 0px;
}

#ddos-list li img {
    float:left;
    margin-right:8px;
}

#plansupto small{
    line-height: 34px;
    margin-top: -7px;
    margin-bottom: 1px;
}

.dc-overview strong{
    display:block;
    font-size:18px;
    padding-top:8px;
}

.dc-overview .titleleft {
    padding-top:14px;
}

.lglink {
    color:#f7484e;
    font-size:14px;
    text-transform: uppercase;
    font-family:"ProximaNova-Semibold",sans-serif;
}



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

.dc-overview .flex-grid.two .col{
    width:48% !important;
}


.dc-overview .flex-grid.two .col .facility {
    background:#131929;
    border-radius:5px;
    padding:32px 24px;
    width:56% !important;
}

.dc-overview .flex-grid.two .col .network {
    background:#131929;
    border-radius:5px;
    padding:32px 24px;
    width:41% !important;
}

.network a {
    color:#fff;
    text-decoration: underline;
}

.network a:hover {
    color: #00adff;
}

.dc-specs .col strong {
    font-size:14px;
    text-transform: uppercase;
    display:block;
    padding-bottom:4px;
    color:#00adff;
}

.dc-specs .col h5 {
    padding-bottom:12px;
}
.dc-specs .col p {
    line-height:22px;
    padding-bottom: 14px;
}



.techspecs {
    border-top:1px solid rgba(255,255,255,0.12);
    padding-bottom: 40px;
}

.techspecs .col {
    position: relative;
    padding-left: 88px;
    padding-bottom: 60px;
}

.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/bullet-circle.png') left 13px no-repeat;
    padding-left: 18px;
}



.dedi-upsell {
    padding:36px 0px;
    background: rgb(240, 62, 68);
    background: linear-gradient(90deg, rgba(240, 62, 68, 1) 0%, rgba(254, 104, 110, 1) 100%);
}

.dedi-upsell p {
    color:#fff;
    padding-top:2px;
    opacity:0.8;
padding-bottom:0px;}

.dedi-upsell .button {
    margin-top:4px;
}

.addon-table {
    background-color:#131929;
    border:12px solid #0d1321;
    border-radius:6px;
    display:table;
    width:65%;
    margin:0 auto;
    padding:18px 40px 18px 40px;
}

.addon-table table {
    width:100%;
    display:table;
    text-align:left;
}

.addon-table thead {
    border-bottom:2px solid rgba(255,255,255,0.12);
    color:#fff;
    font-family:"ProximaNova-Semibold",sans-serif;
    text-transform: uppercase;
}

.addon-table tr td, .addon-table thead th {
    padding:12px 12px;
}

.addon-table tr {
    border-bottom:1px solid rgba(255,255,255,0.12);
}

.addon-table tr:nth-last-child(1) {
    border-bottom:0px;
}

.how-it-works .col p {
    padding-bottom:0px;
}

.addons {

    background: url(../images/bg-1.png) center top no-repeat;
    text-align: center;
    margin-top: -28px;
    padding-top: 120px;

}

.addons .title p {
    max-width: 720px;
}

.colo-size {
    width:33.3333% !important;
}

.colo-size .active a, .colo-size .server-box.active {
    opacity:1;
    color: #00adff;
}

.colo-size ul li {
    padding:0px !important;
    padding-bottom:10px !important;
}
.colo-size ul li:nth-last-child(1) {
    padding-bottom:0px !important;
}

.colo-size ul {
    padding-bottom:0px !important;
}

#colo-text {
    width:66.6666% !important;
    padding-left:5%;
}

#colo-text ul {
    padding-bottom:0px;
}


#colo-text h2 {
    padding-bottom:18px;
    padding-top:0px;
    font-size: 34px;
    font-weight: 700;
    line-height: 42px;
    margin-top:26px;
}

#colo-text p {
    padding-bottom:24px;
}

#colo-text ul {
    font-size:18px;
    margin-top:4px;
}

#colo-text strong {
    font-size:20px;
}

.colo-size .col {
    max-width:328px;
    width: 100% !important;
    margin:0 auto;
    padding: 10px 6px;

    color: #444759;
}

.colo-bg body{

    background: url(../images/colo-bg.png) top right no-repeat #080e1a;
}

#colo-price {
    text-align:center;
}

#colo-price h1{
    font-size:40px;
    padding-bottom:8px;
    padding-top:0px;
}
#colo-price strong {
    font-size:16px;
    padding-top:30px;
    display:block;
}

#colo-price h1 small {
    font-size:20px;
}

#colo-price .button {
    padding:0px 40px;
}

.server-box {
    width:100%;
    background:url('../images/server.png') center center no-repeat;
    border-radius:4px;
    height:52px;
    display:block;
    text-align:center;
    line-height:54px;
    margin-bottom:10px;
    opacity:0.3;
    text-transform: uppercase;
    font-size:13px;
    color:#fff;
}

.server-box:hover {
    color:#fff;
    opacity:0.5;
}

.server-box:nth-last-child(1) {
margin-bottom:0px;}


.carousel-inner::-webkit-scrollbar {
  display: none !important;
}


.cad-bg .slidebox {
    border-radius: 3px;
    padding: 54px 8% 54px 8%;
}

.alert {
    padding: 16px 24px 16px 24px !important;
    background: rgb(240, 62, 68) !important;
    background: linear-gradient(90deg, rgba(240, 62, 68, 1) 0%, rgba(254, 104, 110, 1) 100%) !important;
      color:rgba(255,255,255,0.84) !important;
      margin-bottom: 50px !important;
    border-radius:3px !important;
    line-height:25px;
}


.alert a {
    color:#fff;
    font-family:"ProximaNova-SemiBold",sans-serif;
}

.alert a:hover {
    text-decoration: underline;
}

.alert strong {
    display: inline-block;
    background: #7e1414;
    color: #fff;
    padding: 0px 12px;
    padding-top: 3px;
    border-radius: 2px;
    font-size: 14px;
    margin-right: 12px;
    font-family: "ProximaNova-Bold", sans-serif;
}

.dealalert {
    padding: 16px 24px 16px 24px !important;
    background: rgb(95, 189, 115) !important;
    background: linear-gradient(90deg, rgba(83, 161, 99, 1) 0%, rgba(83, 177, 103, 1) 100%) !important;
      color:rgba(255,255,255,0.84) !important;
      margin-bottom: 50px !important;
    border-radius:3px !important;
    line-height:25px;
    font-family:"ProximaNova-Bold",sans-serif;
}


.dealalert a {
    color:#fff;
    font-family:"ProximaNova-Bold",sans-serif;
}

.dealalert a:hover {
    text-decoration: underline;
}

.dealalert strong {
    display: inline-block;
    background: #236130;
    color: #fff;
    padding: 0px 10px;
    padding-top: 3px;
    border-radius: 2px;
    font-size: 14px;
    margin-right: 5px;
    font-family: "ProximaNova-Bold", sans-serif;
}

.warn {
  padding: 16px 24px 16px 24px !important;
    margin-bottom: 50px !important;
  border-radius:3px !important;
  line-height:25px;
  font-family:"ProximaNova-Bold",sans-serif;
  background-color: #33A5FF;
  color: white;
}

.warn strong {
    display: inline-block;
    background: #1F669E;
    color: #fff;
    padding: 0px 10px;
    padding-top: 3px;
    border-radius: 2px;
    font-size: 14px;
    margin-right: 5px;
    font-family: "ProximaNova-Bold", sans-serif;
}

.header { position:relative; }

.colohead {
    padding-bottom:40px;
}

.colohead p {
    max-width: 75% !important;
margin:0 auto;}

.button-disabled {
    padding: 0px 28px;
    display: inline-block;
    height: 48px;
    line-height: 48px;
    border-radius: 3px;
    font-family: 'ProximaNova-SemiBold', Helvetica, Arial, sans-serif;
    color: #fff;
    background: rgb(32, 32, 32);
    background: linear-gradient(90deg, rgba(32, 32, 32) 0%, rgba(32, 32, 32) 100%);
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: inset 0px -2px 2px rgba(16, 32, 52, 0.16);
}

.button-disabled:hover {
    background: rgb(32, 32, 32);
    background: linear-gradient(90deg, rgba(32, 32, 32) 0%, rgba(32, 32, 32) 100%);
    color: #fff;
    text-decoration: none;
}

.button-disabled.small {
    height: 38px;
    line-height: 38px;
}

.button-disabled.outline {
    height: 50px;
    border: 1px solid #fff;
    line-height: 48px;
    color: #fff;
    background: transparent;
    box-shadow: none;
}

.button-disabled.outline:hover {
    background-color: #fff;
    color:#080e1a;
}
