/* ============
   1 = Global
   ============ */

body {
    background: #fff;
    color: #5a5a5a;
    font-family: 'Roboto', Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    margin: 0;
    position: relative;
    -webkit-font-smoothing: antialiased;
}

img {
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    display: inline-block;
    vertical-align: middle;
}

select:after {
    content: "\f078";
    font-family: 'FontAwesome';
    position: absolute;
    top: 13px;
    right: 10px;
    z-index: 5;
}
.row {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    max-width: 1280px;
    width: 100%;
}

.row.full-width {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    max-width: 100%;
    width: 100%;
}

.row.no-gutter {
    margin: 0 auto;
}

.row.no-gutter [class*='col-']:not(:first-child), .row.no-gutter [class*='col-']:not(:last-child) {
    padding-left: 0;
    padding-right: 0;
}

.center-block {
    float: none;
}

a {
    color: #3F51B5;
    outline: 0;
    text-decoration: none;
}

a:hover, a:active, a:focus {
    outline: 0;
    text-decoration: none;
    color: #000;
}

code {
    background: #f5f2f0;
    border: 0;
    border-radius: 6px;
    color: #303038;
    display: block;
    font-family: consolas, monaco, 'andale mono', monospace;
    font-weight: normal;
    line-height: 1.3;
    margin: 8px 0;
    padding: 12px;
    text-shadow: 0 1px white;
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
}

.pricingbox {
    float: none;
}

.spacing-150 {
    padding-top: 150px;
}

.spacing-120 {
    padding-top: 120px;
}

.spacing-100 {
    padding-top: 100px;
}

.spacing-90 {
    padding-top: 90px;
}

.spacing-75 {
    padding-top: 75px;
}

.spacing-50 {
    padding-top: 50px;
}

.spacing-25 {
    padding-top: 25px;
}

.alignright {
    float: right;
    padding-left: 35px;
}

.alignleft {
    float: left;
    padding-right: 35px;
}


/* Ηeadings */

h1, h2, h3, h4, h5, h6 {
    color: #5a5a5a;
    font-family: 'Roboto', Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
    line-height: 1.3;
    margin-bottom: 12px;
    margin-top: 12px;
    text-rendering: optimizelegibility;
}

h1 {
    font-size: 44px;
}

h2 {
    font-size: 34px;
}

h3 {
    font-size: 27px;
}

h4 {
    font-size: 23px;
}

h5 {
    font-size: 17px;
}

h6 {
    font-size: 14px;
}


/* End of Ηeadings */

p {
    font-family: inherit;
    font-size: 17px;
    line-height: 1.5;
    margin: 0 0 17px 0;
    font-weight: 300;
}

ul li, ol li {
    font-family: inherit;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 300;
}

hr {
    border: solid #999;
    border-width: 1px 0 0;
    clear: both;
    height: 0;
    margin: 21px 0;
}

hr.small {
    border: solid #313740;
    border-width: 1px 0 0;
    clear: both;
    height: 0;
    margin: 0 auto;
    margin-top: 21px;
    margin-bottom: 21px;
    max-width: 100px;
}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
    border-radius: 0;
}

.preload {
    display: none;
}


/* Bootstrap 5 columns */

.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}


/* Mix */

.center {
    text-align: center;
}


/* Forms */

.form-group.dark.is-focused .radio label {
    color: #BDBDBD;
}

.form-group.dark.is-focused .radio label:hover {
    color: rgba(0, 0, 0, .54);
}


/* Border Effect below the Titles ----------------------- */

.titleborder {
    margin: 27px 0;
    width: 80%;
}

.titleborder.fullwidth {
    width: 100%;
}

.titleborder_left {
    height: 1px;
}

.titleborder_left {
    background: #D9D8DD;
}

.titleborder_sign {
    background: #171C25;
    width: 14%;
    height: 4px;
    margin-top: -3px;
    right: 43%;
}

.titleborder.pink .titleborder_sign {
    background: #FF4081;
}

.titleborder.centered {
    margin: 0 auto;
    width: 80%;
    margin-top: 37px;
    margin-bottom: 37px;
    text-align: center;
}

.titleborder.centered .titleborder_left {
    height: 1px;
    width: 37%;
    margin-left: 13%;
    margin-right: auto;
}

.titleborder.centered .titleborder_right {
    height: 1px;
    width: 37%;
    margin-left: auto;
    margin-right: 13%;
}

.titleborder.centered .titleborder_left, .titleborder.centered .titleborder_right {
    background: #C9C9C9;
}

.titleborder.dark .titleborder_left, .titleborder.dark .titleborder_right {
    background: #313a4a;
}

.titleborder.centered .titleborder_sign {
    background: #3F51B5;
    width: 14%;
    height: 4px;
    position: absolute;
    display: inline-block;
    margin-top: -3px;
    left: 43%;
    right: 43%;
}


/* ============
  2 = Header
  ============ */


/* Top Bar ---------------------- */

ul.topleft {
    float: left !important;
}

.topmenu {
    width: 100%;
    padding: 5px 0;
    border: 0;
    margin: 0;
    background: #242B3A;
}
ul.topleft .promo {
	background: #FF3D00;
    border-radius: 2px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0 !important;
	margin-right: 0px !important; 
}
ul.topleft .promo.promo-seen {
    background: #3f51b5;
}

ul.top {
    list-style: none;
    margin: 0;
    padding: 5px 0;
    border: none;
    color: #fff;
}

ul.top li {
    float: left;
    display: inline;
    margin-right: 27px;
    padding-top: 4px;
    font-size: 11px;
}

ul.top li i {
    margin-right: 5px;
}

ul.top li:last-child {
    margin-right: 0;
}

ul.top li a {
    color: #fff;
}

ul.top li a:hover, ul.top li a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
}

ul.topright {
    list-style: none;
    margin: 0;
    padding: 5px 0;
    border: none;
    color: #fff;
	float: right;
}

ul.topright li {
    float: left;
    display: inline;
    margin-right: 27px;
    padding-top: 4px;
    font-size: 11px;
}

ul.topright li i {
    margin-right: 5px;
}

ul.topright li a {
    color: #fff;
}

ul.topright li a:hover, ul.topright li a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
}

a.myIONhosting, a.forumIONhosting {
	letter-spacing: 2px;
    text-shadow: 0px 0px 10px #4eefff;
    color: #4eefff !important;
    font-weight: bold;
}
	
/* Header ------------------------ */

.header {
    width: 100%;
    padding: 0;
    border: 0;
    margin: 0;
    background: #171C25;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    -webkit-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

.ion-logo-repeat {
	position: relative;
    left: 578px;
    top: 247px;
}

.login-popover .popover-content a {
    line-height: 30px;
    font-size: 17px;
}


/* Navigation  ---------------------- */

nav#desktop-menu {
    padding: 0;
    float: right;
    text-align: left;
}

.f-nav {
    z-index: 999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
}

.fadeindown {
    -webkit-animation-duration: .45s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    -moz-animation-duration: .45s;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: both;
    -moz-animation-name: fadeInDown;
    animation-duration: .45s;
    animation-timing-function: ease;
    animation-fill-mode: both;
    animation-name: fadeInDown;
}

.header a.sale-header {
    line-height: 54px;
    margin: 10px;
    font-size: 30px;
	color: #4cae50;
}
.header a.sale-header-counter {
    line-height: 32px;
    position: absolute;
    font-size: 18px;
    right: 0;
    bottom: 0;
    margin-bottom: 5px;
    margin-right: 10px;
}

.fab-sm {
	height: 30px !important;
    min-width: 30px !important;
    width: 30px !important;
}

.popover-content span.promo {
    color: #4caf50;
	font-weight: bold;
}

/*** ESSENTIAL STYLES ***/

.sf-menu, .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sf-menu li {
    position: relative;
}

.sf-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}

.sf-menu>li {
    float: left;
}

.sf-menu li:hover>ul, .sf-menu li.sfHover>ul {
    display: block;
}

.sf-menu a {
    display: block;
    position: relative;
}

.sf-menu ul ul {
    top: 0;
    left: 100%;
}


/*** SKIN ***/

.sf-menu {
    float: left;
    margin: 0;
}

.sf-menu ul {
    min-width: 12em;
    *width: 12em;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
}

/* 1st level */

.sf-menu li {
    white-space: nowrap;
    *white-space: normal;
}

.sf-menu li a {
    color: #fff;
    font-weight: 500;
    padding: 19px;
    font-size: 15px;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    -webkit-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

.sf-menu li:hover a, .sf-menu li.sfHover a, .sf-menu li.current a {
    color: #fff;
    background: #303843;
}

.sf-menu li.current a.pink, .sf-menu li ul li.current a.pink {
    background: #FF2770 !important;
    color: white !important;
}

.sf-menu li.current a.purple, .sf-menu li ul li.current a.purple {
    background: #9C27B0 !important;
    color: white !important;
}

.sf-menu li.current a.blue, .sf-menu li ul li.current a.blue {
    background: #3F51B5 !important;
    color: white !important;
}

.sf-menu li.current a.green, .sf-menu li ul li.current a.green {
    background: #009688 !important;
    color: white !important;
}

.sf-menu li ul li:hover a.pink {
	color: white !important;
    background: #FF2770 !important;
}

.sf-menu li:hover a.pink {
    background: #FF2770;
}

.sf-menu li ul li:hover a.light-green {
    color: white !important;
    background: #30bc29 !important;
}

.sf-menu li ul li:hover a.purple {
	color: white !important;
    background: #9C27B0 !important;
}

.sf-menu li:hover a.purple {
    background: #9C27B0;
}

.sf-menu li ul li:hover a.green {
    background: #009688 !important;
}

.sf-menu li:hover a.green {
    background: #009688;
}

.sf-menu li ul li:hover a.anion {
    background: #2196f3 !important;
}

.sf-menu li:hover a.anion {
    background: #2196f3;
}

.sf-menu li ul li:hover a.blue {
	color: white !important;
    background: #3F51B5 !important;
}

.sf-menu li:hover a.blue {
    background: #3F51B5;
}

.sf-menu li ul li:hover a.dark {
    background: #2B2B2B !important;
}

.sf-menu li:hover a.dark {
    background: #242b3a;
}

.sf-menu li:hover a.light {
	color: initial;
	background: #ffffff;
}

.sf-menu li:hover a.darkpurple {
	color: #fff;
    background: #6734ba;
}

.sf-menu li ul li:hover a.anion {
    background: #2196f3 !important;
}

.sf-menu li:hover a.anion {
    background: #2196f3;
}

.sf-menu li ul li:hover a.smoke {
    background: whitesmoke !important;
	color: #2B2B2B !important;
}

.sf-menu li ul li a.btop {
    border-top: 1px solid #CCC;
}


/* 2nd level */

.sf-menu ul li, .sf-menu li.current ul li {
    background: #fff!important;
}

.sf-menu ul li a {
    border-bottom: 0;
    background: #fff;
    font-size: 12px;
    padding: 16px 20px;
    color: #424242!important;
}

.sf-menu ul li:hover a, .sf-menu ul li.sfHover a {
    background: #E0E0E0;
    color: #6f6f6f;
    -webkit-transition: none;
    transition: none;
}

.sf-menu li ul li a img{
    width: 30px;
    margin-right: 5px;
    position: relative;
    top: -4px;
    left: -5px;
}

.sf-menu li ul li a i {
    padding-right: 10px;
	padding-left: 5px;
}
.sf-menu li ul li a {
	height: 50px;
    font-size: 14px;
    background: white !important;
    line-height: 15px;
}

.sf-menu li ul.hosting li a {
	height: 70px;
    font-size: 16px;
    background: white !important;
	line-height: 35px;
}

/* 3rd level */

.sf-menu ul li.sfHover li a {
    background: #fff!important;
}

.sf-menu ul li li:hover a, .sf-menu ul li li.sfHover a {
    background: #E0E0E0!important;
    color: #424242!important;
    -webkit-transition: none;
    transition: none;
}


/* styling for both css and generated arrows */

.sf-arrows .sf-with-ul {
    padding-right: 2.5em !important;
    *padding-right: 1em;
}

.sf-arrows .sf-with-ul:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -3px;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-top-color: #555;
}

.sf-arrows>li>.sf-with-ul:focus:after, .sf-arrows>li:hover>.sf-with-ul:after, .sf-arrows>.sfHover>.sf-with-ul:after {
    border-top-color: #fff;
}

.sf-arrows ul .sf-with-ul:after {
    margin-top: -5px;
    margin-right: -3px;
    border-color: transparent;
    border-left-color: #6f6f6f;
}

.sf-arrows ul li>.sf-with-ul:focus:after, .sf-arrows ul li:hover>.sf-with-ul:after, .sf-arrows ul .sfHover>.sf-with-ul:after {
    border-left-color: #6f6f6f;
}

.slicknav_menu {
    display: none;
}

/* ============
  3 = Home Page
  ============ */


/* Header Background ---------------------- */

#mainimage {
    position: relative;
    overflow: hidden;
    min-height: 260px;
}

#mainimage .introcaption {
    opacity: 0;
}

#mainimage h1 {
    text-align: center;
    color: #fff;
    padding-top: 50px;
    z-index: 2;
    position: relative;
    font-weight: 100;
    font-size: 3.28em;
    text-shadow: -1px 1px 0 #2d2d2f;
}

#mainimage h1 span#js-rotating {
	padding: 0px 25px 0;
    color: #2196F3;
    display: table;
    margin: 0 auto;
    text-align: center;
    font-size: 28px;
}

.main-text h3 {
    color: white;
    letter-spacing: 0.06em;
}
.main-text h1 {
	color: white;
    text-decoration: underline;
    font-weight: 600;
    letter-spacing: 0px;
    font-size: 75px;
}

h3.main mark {
    font-size: 24px;
    font-weight: 400;
    position: relative;
    top: 13px;
}
h1.main {
	text-align: center;
    color: #fafafa;
    z-index: 2;
    position: relative;
    font-weight: 500;
    font-size: 3.28em;
    text-shadow: -1px 1px 0 #2d2d2f;
    margin-top: 0px;
}

.speech-bubble {
	position: relative;
    background: #e53935;
    border-radius: .4em;
    padding: 25px;
}

.speech-bubble:after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 0;
	height: 0;
	border: 61px solid transparent;
	border-right-color: #e53935;
	border-left: 0;
	border-top: 0;
	margin-top: -30.5px;
	margin-left: -61px;
}

.speech-bubble .main {
    color: white;
}

.speech-bubble.light {
    background: #f4f4f4 !important;
}
.speech-bubble.light:not(.toTop):after {
	border-right-color: #f4f4f4 !important;
}
.speech-bubble.light .main {
    color: #555 !important;
}

.speech-bubble.toTop.light:after {
	border-bottom-color: #f4f4f4;
}
.speech-bubble.toTop.light.go-apps:after {
    border-bottom-color: rgba(244, 244, 244, 0.86);
}
.speech-bubble.toTop:after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 0;
	height: 0;
	border: 61px solid transparent;
	border-top: 0;
	margin-left: -61px;
	margin-top: -61px;
}
hr.light {
    border-color: #ddd;
}
#adviser-form h4 {
    font-weight: 400;
}
#adviser-form small {
    color: #9d9d9d;
}
.adviser-packages.red {
	background: #FF2770;
}
.adviser-packages.green {
    background: #30bc29;
}
.adviser-packages.purple {
	background: #9C27B0;
}
.adviser-packages.blue {
	background: #3F51B5;
}
.adviser-package-includes {
	font-size: 16px;
    background: rgba(255, 255, 255, 0.86);
    padding-bottom: 5px;
    border-radius: 5px;
}
.adviser-package-row {
    background-color: white;
    background-position: left center;
    background-repeat: no-repeat;
}
.adviser-package-includes h5 {
	border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
	margin-bottom: 20px;
}
.adviser-package-includes hr {
    margin: 10px 0px;
	border-color: #eee;
}
.adviser-package-includes i {
    font-size: 12px;
    margin-right: 4px;
}
.adviser-package-includes img{
    max-width: 20px;
}
.adviser-package-includes .include-item{
	padding-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 5px;
    font-size: 18px;
}
.adviser-package-includes.inline .include-item{
    float: left;
    text-align: left;
    margin: 10px 0px;
    border-right: 1px solid #eee;
    min-height: 70px;
}
.adviser-package-includes.inline .include-item img{
    max-width:30px;
	margin-right:5px;
}
.adviser-package-includes.inline .include-item small {
    padding-top: 10px;
    display: block;
}
.adviser-package-includes.inline .include-item img.pull-right{
    max-width:20px;
}
.adviser-package-includes.inline h5 {
    margin-bottom: 6px;
}
.adviser-package-includes.inline {
    margin: 20px 0px;
	background: #f4f4f4;
}
.pricing-plan-adviser span.pull-right {
    font-size: 15px;
}

.pricingbox.headerimg {
    padding-bottom: 0;
    background: transparent;
}

.pricingbox.headerimg .verticalbottom {
    margin-top: 139px;
}

.pricingbox.headerimg .progressbars {
    padding: 0 20px 20px;
    color: #fff;
}

.pricingbox.headerimg .progressbars:first-child {
    padding-top: 20px;
}

.pricingbox.headerimg .progressbars:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.pricingbox.headerimg .progressbars p {
    margin: 2px 0 0;
    font-weight: 300;
    text-align: left;
    padding: 0;
    font-size: 12px;
    letter-spacing: .09em;
}

.pricingbox.headerimg .progress {
    margin: 8px 0 0;
    padding: 0;
    width: 100%;
    height: 8px;
    overflow: hidden;
    background: #fff;
    background: rgba(255, 255, 255, .4);
    border-radius: 0;
    border: 0;
}

.pricingbox.headerimg .meter {
    float: left;
    min-width: 1%;
    height: 100%;
}

.pricingbox.headerimg .progress.red .meter {
    background: #cc1a56;
}

.pricingbox.headerimg .progress.purple .meter {
    background: #7a1b8a;
}

.pricingbox.headerimg .progress.blue .meter {
    background: #2d3c8f;
}

.fade-out {
    transition-property: all;
    transition-duration: 2s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    opacity: 1;
}

.fade-out.hiden {
    opacity: 0;
}

.fade-in {
    transition-property: all;
    transition-duration: 2s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    opacity: 0;
    display: none;
}

.fade-in.show {
    opacity: 1;
    display: block;
}

#navigation > li > a {
	padding-left: 20px;
}

#navigation > li > a > img {
	width: 45px;
	margin-right: 5px;
}

/* Header Background Image Two ---------------------- */

#nextgen-packages {
    position: relative;
    overflow: hidden;
    background: -moz-linear-gradient(top, rgba(156, 39, 176, 1) 0%, rgba(190, 119, 202, 0) 39%, rgba(243, 243, 243, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(156, 39, 176, 1) 0%, rgba(190, 119, 202, 0) 39%, rgba(243, 243, 243, 0) 100%);
    background: linear-gradient(to bottom, rgba(156, 39, 176, 1) 0%, rgba(190, 119, 202, 0) 39%, rgba(243, 243, 243, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#9c27b0', endColorstr='#00f3f3f3', GradientType=0);
}


#nextgen-packages .pink, #nextgen-packages .purple {
    border-right: 0;
}

#nextgen-packages .pink .arrow_box:before, #nextgen-packages .purple .arrow_box:before, #nextgen-packages .blue .arrow_box:before, #nextgen-packages .dark .arrow_box:before {
    margin-bottom: 0;
}

#nextgen-packages .arrow_box {
    border: 0;
}

#nextgen-packages canvas {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#nextgen-packages [class*='col-'] {
    text-align: center;
    z-index: 1;
}

.top-column-content {
    padding: 90px 0 0;
}

#nextgen-packages h2 {
    color: #fff;
    letter-spacing: -.03em;
    margin-bottom: 20px;
    font-size: 23px;
    font-weight: 500;
}

.dev-box .hot-package {
	padding-top: 20px;
}

#nextgen-packages .subtitle {
    background: rgba(0, 0, 0, .15);
    padding: 8px 15px;
    border-radius: 6px;
    font-size: 13px;
    letter-spacing: 0;
    display: table;
    margin: 0 auto;
    font-weight: 300;
    margin-top: 18px;
}

#nextgen-packages .pricing-price {
    transition-property: background;
    transition-duration: 500ms;
}

#nextgen-packages .pricing-price a.btn.button-opacity {
    background: rgba(0, 0, 0, .15);
    color: white;
}

#nextgen-packages .pricing-price a.btn.button-opacity:hover {
    background: #FFF;
    color: #5a5a5a;
}

#nextgen-packages .pricing-price a i {
    font-size: 11px;
}

#nextgen-packages .pink .pricing-price {
    background: rgba(255, 39, 112, 0.8);
}

#nextgen-packages .purple .pricing-price {
    background: rgba(156, 39, 176, 0.8);
}

#nextgen-packages .blue .pricing-price {
    background: rgba(63, 81, 181, 0.8);
}

#nextgen-packages .dark .pricing-price {
    background: rgba(43, 43, 43, 0.8);
}

#nextgen-packages ..pink .pricing-price:hover {
    background: rgba(255, 39, 112, 1);
}

#nextgen-packages .purple .pricing-price:hover {
    background: rgba(156, 39, 176, 1);
}

#nextgen-packages .blue .pricing-price:hover {
    background: rgba(63, 81, 181, 1);
}

#nextgen-packages .dark .pricing-price:hover {
    background: rgba(43, 43, 43, 1);
}

.nextgen-features {
	padding: 45px 0 70px;
    background: #FFF;
}

.nextgen-features.grey {
    background: #f5f5f5;
}

.features-grid h4 {
	margin-top: 40px;
	font-weight: 400;
}

.features-grid.clip-item p {
    margin-top: 40px;
}
.features-grid.clip-item video.visible {
	opacity: 1;
	border-radius: 0;
	max-width: 100%;
}
.features-grid.clip-item video {
    margin-top: 25px;
    margin-bottom: 0;
    -webkit-box-shadow: 0px 0px 22px -7px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 22px -7px rgba(0,0,0,1);
    box-shadow: 0px 0px 22px -7px rgba(0,0,0,1);
	opacity: 0.5;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    -webkit-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    border-radius: 100%;
	max-width: 75%;
}

.features-grid.clip-item span.clip-overlay i {
	font-size: 45px;
    color: #03a9f4;
    border-radius: 5px;
    background: #FFF;
	padding: 15px 15px 15px 21px;
    -webkit-box-shadow: 0px 0px 22px -7px rgb(3, 169, 244);
    -moz-box-shadow: 0px 0px 22px -7px rgb(3, 169, 244);
    box-shadow: 0px 0px 22px -7px rgb(3, 169, 244);
}
.features-grid.clip-item span.clip-overlay.not-visible {
	opacity: 0;
}
.features-grid.clip-item span.clip-overlay {
    position: absolute;
    top: 48%;
    left: 0;
    width: 100%;
    opacity: 1;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    -webkit-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    font-weight: 400;
    cursor: pointer;
    font-size: 17px;
}

.features-grid.clip-item span.clip-overlay mark {
    -webkit-box-shadow: 0px 0px 22px -7px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 22px -7px rgba(0,0,0,1);
    box-shadow: 0px 0px 22px -7px rgba(0,0,0,1);
    padding: 8px 10px;
}

.features-grid ul {
	list-style-type: none;
    margin-top: 40px;
	padding-left: 0;
}

.features-grid li {
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: 300;
}
.grey .newplans_box:after {
    border-top-color: #f5f5f5;
}
.white .newplans_box:after {
    border-top-color: #ffffff;
}
.pink {
    border-right: 1px dotted rgba(255, 255, 255, .1);
}

.purple {
    border-right: 1px dotted rgba(255, 255, 255, .1);
}
span.badge.badge-success {
    background: #88b233;
}
span.badge.badge-alert {
    background: #ff5722;
}
.quick-nav span.badge {
    margin-left: 10px;
}
ul.topright li {
    cursor: pointer;
}
.arrow_box {
    position: relative;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, .25);
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    max-width: 65%;
    display: block;
    margin: 0 auto;
}

.arrow_box:after, .arrow_box:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box:after {
    border-color: rgba(44, 51, 61, 0);
    border-bottom-color: rgba(44, 51, 61, 0);
    border-width: 15px;
    margin-left: -15px;
}

.pink .arrow_box:before {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: rgba(255, 39, 112, 0.8);
    border-width: 18px;
    margin-left: -18px;
    margin-bottom: 3px;
}

.purple .arrow_box:before {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: rgba(156, 39, 176, 0.8);
    border-width: 18px;
    margin-left: -18px;
    margin-bottom: 3px;
}

.blue .arrow_box:before {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: rgba(63, 81, 181, 0.8);
    border-width: 18px;
    margin-left: -18px;
    margin-bottom: 3px;
}

.dark .arrow_box:before {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: rgba(43, 43, 43, 0.8);
    border-width: 18px;
    margin-left: -18px;
    margin-bottom: 3px;
}

#nextgen-packages .progressbars {
    padding: 0 20px 15px;
    padding: 0 20px 15px;
    color: #fff;
}

#nextgen-packages .progressbars:first-child {
    padding-top: 20px;
}

#nextgen-packages .progressbars:last-child {
    border-bottom: 0;
}

#nextgen-packages .progressbars p {
    margin: 2px 0 0;
    font-weight: 300;
    text-align: left;
    padding: 0;
    font-size: 14px;
    letter-spacing: .07em;
}

#nextgen-packages .progress {
    margin: 8px 0 0;
    padding: 0;
    width: 100%;
    height: 5px;
    overflow: hidden;
    background: #fff;
    background: rgba(255, 255, 255, .7);
    border-radius: 6px;
    border: 0;
}

#nextgen-packages .meter {
    float: left;
    min-width: 1%;
    height: 100%;
}

#nextgen-packages .progress.red .meter {
    background: rgba(255, 64, 129, 0.5);
}

#nextgen-packages .progress.purple .meter {
    background: rgba(156, 39, 176, 0.5);
}

#nextgen-packages .progress.blue .meter {
    background: rgba(63, 81, 181, 0.5);
}

#nextgen-packages .mtr-btn {
    margin-top: 15px;
}
#services-carousel .owl-controls {
    padding-top: 10px !important;
	margin-top: 0px !important;
    background: #232a39 !important;
}
.panel-clips {
	background: #f8f8f8;
}
.panel-clips video {
	opacity: 0;
	transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    -webkit-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
	margin: 20px;
	margin-right: 0;
    margin-top: 0;
    -webkit-box-shadow: 0px 0px 22px -7px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 22px -7px rgba(0,0,0,1);
    box-shadow: 0px 0px 22px -7px rgba(0,0,0,1);
}
.panel-clips .tab-content .tab-pane:first-child video {
    opacity: 1;
}
#home-intro video {
    width: 100%;
    min-height: 100%;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

#mainimage video {
    width: 100%;
    min-height: 100%;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
.p0 {
	padding: 0px;
}
.morphext>.animated {
    display: inline-block;
}

.tabs-left, .tabs-right {
  border-bottom: none;
  padding: 0;
}
.tabs-left.tabs-blue {
	background: #3f51b5;
}
.tabs-left.tabs-purple {
	background: #6734ba !important;
}
.tabs-left>li>a {
    letter-spacing: 0.05em;
    font-weight: 300;
	transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    -webkit-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
.tabs-left>li, .tabs-right>li {
  float: none;
}

.tabs-right>li {
  margin-left: -1px;
}

.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
	background: #2196F3 !important;
}

.tabs-right>li.active>a,
.tabs-right>li.active>a:hover,
.tabs-right>li.active>a:focus {
	background: #ff2770 !important;
}
.tabs-left>li>a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  display:block;
  text-align: left;
}
.tabs-right>li>a {
  border-radius: 0 4px 4px 0;
  margin-right: 0;
}
.nav-tabs.tabs-right>li>a, .nav-tabs.tabs-right>li>a:focus, .nav-tabs.tabs-right>li>a:hover {
}
.nav-tabs.tabs-left>li>a, .nav-tabs.tabs-left>li>a:focus, .nav-tabs.tabs-left>li>a:hover {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
	border-radius: 0 !important;
}
.nav-tabs.tabs-left>li>a:hover {
    background: rgb(255, 87, 34) !important;
	font-weight: 400;
}
.sideways {
  margin-top:50px;
  border: none;
  position: relative;
}
.sideways>li {
  height: 20px;
  width: 120px;
  margin-bottom: 100px;
}
.sideways>li>a {
  border-bottom: 1px solid #ddd;
  border-right-color: transparent;
  text-align: center;
  border-radius: 4px 4px 0px 0px;
}
.sideways>li.active>a,
.sideways>li.active>a:hover,
.sideways>li.active>a:focus {
  border-bottom-color: transparent;
  border-right-color: #ddd;
  border-left-color: #ddd;
}
.sideways.tabs-left {
  left: -50px;
}
.sideways.tabs-right {
  right: -50px;
}
.sideways.tabs-right>li {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sideways.tabs-left>li {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.nav-tabs.tabs-left.tabs-blue {
    background: #3f51b5;
}
.nav-tabs.tabs-left.tabs-dark {
    background: #242b3a;
}
.nav-tabs.tabs-right.tabs-blue>li>a:hover {
	background: #252b3b !important;
}
.tab-content.home-tab h2 {
    margin-top: 30px;
	padding-left: 20px;
    padding-right: 20px;
	font-size: 22px;
}

/* Features Multicolor ---------------------- */

.introcolumns {
    text-align: center;
    background: #F0F0F0;
    padding: 67px 0 55px;
}

.introcolumns [class*='col-'] {
    padding: 0 45px;
}

.introcolumns h4 {
    color: #424242;
    font-weight: 300;
    margin: 20px 0;
}

.introcolumns p {
    font-size: 17px;
}

.introcolumns .circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #03A9F4;
    position: relative;
    margin: 0 auto;
    box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
}

.introcolumns .circle.red {
    background: #FF4081;
}

.introcolumns .circle.purple {
    background: #8F4099;
}

.introcolumns .circle.orange {
    background: #FE6A2B;
}

.introcolumns .circle i {
    position: absolute;
    font-size: 48px;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.features {
    background-color: #f44336;
}

.features h3 {
	color: #424242;
    letter-spacing: -.016em;
    padding: 0 20px;
    margin-top: 0px;
    margin-bottom: 0px;
	font-weight: 400;
}

.features h3.main {
    color: white;
	font-size: 22px;
}

.features h2.main-small {
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: 65px;
}

/* Panel Features ---------------------- */

.panel-features {
    padding: 55px 0;
    padding-bottom: 40px;
    background-image: url(/images/wallpaper_4.jpg);
    background-size: cover;
    background-position: center center;
}

.panel-features h4 {
    color: #424242;
    font-weight: 300;
    margin: 20px 0;
    margin-top: 25px;
}

.panel-features p {
    padding: 15px 30px;
	padding-bottom: 0px;
}

/* DevStudio Hosting ------------------------ */

.dev-studio-packages .pricing-plan .hot-package {
	padding-top: 0px;
	color: #ffeb00;
}

.dev-studio-packages .pricing-features ul li {
    font-size: 15px;
    line-height: 25px;
}

.dev-studio-packages .pricing-features ul li.important {
	font-weight: 400;
}

/* NextGen Hosting ------------------------ */

.dev-intro {
    position: relative;
    overflow: hidden;
    padding: 65px 0 90px;
    padding-bottom: 0px;
}

.dev-intro .dev-box .pricing-price {
    box-shadow: 11px 0 10px -10px rgba(0, 0, 0, 0.1), -11px 0 10px -10px rgba(0, 0, 0, 0.1);
}

.dev-intro .box span.label {
    position: absolute;
    right: 0;
    top: 0;
}

.dev-intro video {
    width: 100%;
    min-height: 100%;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

video.bg-clip {
    width: 100%;
    min-height: 100%;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.dev-intro h1 {
	font-size: 29px;
    display: table;
    border-bottom: 0;
    padding: 0 15px;
    margin: 0 auto;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 25px;
}

.dev-intro .video-shadow {
    background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 10%, rgba(0, 0, 0, 1) 15%, rgb(103, 52, 186) 55%, rgba(103, 52, 186, 0.8) 90%, rgb(103, 52, 186) 100%);
    background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 10%, rgba(0, 0, 0, 1) 15%, rgb(103, 52, 186) 55%, rgba(103, 52, 186, 0.8) 90%, rgb(103, 52, 186) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 10%, rgba(0, 0, 0, 1) 15%, rgb(103, 52, 186) 55%, rgba(103, 52, 186, 0.8) 90%, rgb(103, 52, 186) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#9c27b0', GradientType=0);
}
.service-intro p strong {
    font-weight: 400;
}
span.bizz {
	color: #2196F3;
}
span.webs {
	color: #ff5722;
}
span.booster {
	color: #4CAF50;
}
span.shield {
	color: #673AB7;
}
.dev-intro .box span.label, .service-intro span.label, .vps-text span.label {
    font-size: 16px;
    font-weight: 300;
}
.dev-intro .box span.label i, .service-intro span.label i, .vps-text span.label i {
    font-size: 11px;
}

.hot-package {
    color: #ff5722;
    position: absolute;
    right: 30px;
    padding-top: 41px;
    font-size: 20px;
    font-weight: bold;
}

i.inline-icon {
    display: inline !important;
}


/* Domain TLDs */

.domaintlds {
    padding: 55px 0;
    background: #eee;
    overflow: hidden;
}

.domaintlds h2 {
    
    font-size: 29px;
    margin-bottom: 22px;
}

.domaintlds p.subtitle {
    padding: 0 100px;
}

.domain-tlds-grid {
    text-align: center;
    margin: 50px 0;
}

.domain-tlds-grid .block-grid-item {
    padding: 25px;
}

.domain-tlds-grid .block-grid-item .tld {
    padding: 25px;
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.tldprice {
    font-size: 15px;
    padding-top: 20px;
    margin: 30px 0 0;
    border-top: 2px solid #e2e0e0;
    position: relative;
    background: #ffffff;
}

.tldprice:after, .tldprice:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.tldprice:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 10px;
    margin-left: -10px;
}

.tldprice:before {
    border-color: rgba(204, 204, 204, 0);
    border-bottom-color: #e2e0e0;
    border-width: 13px;
    margin-left: -13px;
}

.domaintlds h3 {
    font-size: 29px;
    
}

.domaintlds h3 strong {
    color: #ff4081;
}

.domaintlds h3 span {
    display: block;
    color: #ff4081;
    padding-top: 10px;
}

.domain-prices {
    padding: 67px 0;
}

#tld-table {
    min-width: 100%;
    border: 0;
    font-size: 16px;
    position: relative;
    white-space: nowrap;
}

table#tld-table:hover {
    cursor: move;
}

#tld-table thead {
    border: 0!important;
}

#tld-table thead th {
    background: rgb(63, 81, 181);
    color: #fff!important;
}

#tld-table thead th:first-child {
    box-shadow: none;
}

#tld-table th {
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    padding: 16px 12px;
    color: #6E6E6E;
    font-size: 16px;
    background: #FFFFFF;
}

#tld-table td {
    color: #424242;
    padding: 16px 12px;
    font-size: 16px;
    border-bottom: 1px solid #DFE0E5;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
    text-shadow: 0 1px 0 #fff;
}

#tld-table td:first-child {
    text-align: left;
    background: whitesmoke;
    color: #f44336;
    font-weight: 500;
}

#tld-table thead th:first-child {
    text-align: left;
}


/* Features */

.domain-features-text {
    padding: 67px 0 60px;
    overflow: hidden;
    background: #eee;
}

.bottom-50 {
    margin-bottom: 50px;
}
.bottom-25 {
    margin-bottom: 25px;
}

.domain-features-text i {
    margin-right: 10px;
}

.domain-features-text h4 {
    color: #424242;
    margin-top: 0;
    font-size: 29px;
    
}

.domain-features-text h5 {
    font-size: 23px;
    color: #FF4081;
    
}

.domain-features h5 {
    font-weight: 700;
    font-size: 20px;
    padding: 0 0 6px;
    color: #FF4081;
    
}

.domain-features p {
    font-size: 17px;
}

.domain-features img {
    margin-top: 15px;
    background: #eee;
    padding: 10px;
}


/* Domain Names Search Box ------------------------ */

.domainsearch {
    width: 100%;
    background: #212832;
    padding: 55px 0 40px;
    border-top: 1px solid #252d38;
    position: relative;
}

.domainsearch h3 {
    color: #fff;
    letter-spacing: -.03em;
    margin-bottom: 30px;
    text-align: center;
}

.domainsearch button {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    margin-top: 40px;
    z-index: 9;
    font-size: 16px;
    line-height: 29px;
    font-weight: 300;
}

.domainform {
    padding: 55px 0;
    background: #303843;
    display: none;
}

.domainform .material .material-input :focus~label, .domainform .material .material-input .filled~label {
    font-weight: 300;
}

.domainform .material .material-input label {
    margin-top: 7px;
}

.domainform .material .material-input input {
    font-size: 16px;
    height: 41px;
    width: 100%;
    border: 0;
    border-bottom: 1px solid lightgray;
    outline: none;
    background: 0;
    float: left;
}

.domainform .material .material-select {
    font-size: 14px;
}

.domainform .material .material-select ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.domainform button {
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    margin-top: 22px;
    font-weight: 700;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0;
    background: #FF4081;
    color: #fff;
}

.domainform button i {
    font-size: 16px;
}

.domains-shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.79) 80%, rgb(255, 255, 255) 100%);
    background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.79) 80%, rgb(255, 255, 255) 100%);
    background-size: cover;
    background-repeat: repeat-x;
    top: 0;
    left: 0;
    transition-property: opacity;
    transition-duration: 3s;
}

.domain-features .flatty_shadow i {
    font-size: 55px !important;
}

.domains-carousel.owl-theme .owl-controls {
    margin-top: 0px;
    background: #f8f8f8;
    padding-top: 7px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.spinner {
    width: 300px;
    height: 300px;
    margin: 0px auto;
    position: relative;
    z-index: 2;
}

.ball-1 {
    height: 50%;
    width: 50%;
    left: 50%;
    top: 50%;
    position: absolute;
    z-index: 1;
}

.spinner:hover {
    cursor: pointer;
}

.spinner:hover .ball-1:before {
    background: white;
    color: #ff2770;
    transition: background 1.5s ease;
	box-shadow: 0 15px 30px #adadad;
}

.spinner.hover .ball-1:before {
    background: white;
    color: #ff2770;
    transition: background 1.5s ease;
}

.ball-1:before {
    background: #F44336;
    border-radius: 50%;
    height: 100%;
    width: 100%;
    position: absolute;
    top: -50%;
    left: -50%;
    font-family: FontAwesome;
    content: "\f002";
    line-height: 155px;
    color: white;
    text-align: center;
    font-size: 55px;
    transition: background 1.5s ease;
    animation: shrink 2.5s infinite linear;
	box-shadow: 0 15px 30px #adadad;
}

.ball-2:before {
    content: '.com' !important;
}

.ball-3:before {
    content: '.net' !important;
    transform: rotate(-120deg);
}

.ball-4:before {
    content: '.org' !important;
    transform: rotate(-240deg);
}

.ball-2, .ball-3, .ball-4 {
    position: absolute;
    /* background: rgba(0,0,255,.5); */
    width: 100%;
    height: 100%;
    z-index: 0;
}

.spinner:hover .ball-2, .spinner:hover .ball-3, .spinner:hover .ball-4, {
    transition: index 1.5s ease;
}

.spinner.hover .ball-2, .spinner.hover .ball-3, .spinner.hover .ball-4, {
    transition: index 1.5s ease;
}

.ball-2:before, .ball-3:before, .ball-4:before {
    content: '';
    height: 100px;
    width: 100px;
    border-radius: 50%;
    background: #30bc29;
    top: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    font-size: 27px;
    line-height: 95px;
    color: white;
    text-align: center;
    font-weight: bold;
}

.spinner:hover .ball-2 {
    animation: zindex 2.5s 1.25s infinite steps(2, end);
}

.spinner:hover .ball-3 {
    transform: rotate(120deg);
    animation: zindex 2.5s -0.41666667s infinite steps(2, end);
}

.spinner:hover .ball-4 {
    transform: rotate(240deg);
    animation: zindex 2.5s 0.41666667s infinite steps(2, end);
}

.spinner.hover .ball-2 {
    animation: zindex 2.5s 1.25s infinite steps(2, end);
}

.spinner.hover .ball-3 {
    transform: rotate(120deg);
    animation: zindex 2.5s -0.41666667s infinite steps(2, end);
}

.spinner.hover .ball-4 {
    transform: rotate(240deg);
    animation: zindex 2.5s 0.41666667s infinite steps(2, end);
}

.ball-3 {
    transform: rotate(120deg);
}

.ball-4 {
    transform: rotate(240deg);
}

.spinner:hover .ball-2:before {
    transform: rotate(0);
    animation: position 2.5s infinite ease, size 2.5s -1.875s infinite ease;
}

.spinner:hover .ball-3:before {
    animation: position 2.5s -1.66666667s infinite ease, size 2.5s -1.25s infinite ease;
}

.spinner:hover .ball-4:before {
    animation: position 2.5s -0.83333333s infinite ease, size 2.5s -0.20833333s infinite ease;
}

.spinner.hover .ball-2:before {
    transform: rotate(0);
    animation: position 2.5s infinite ease, size 2.5s -1.875s infinite ease;
}

.spinner.hover .ball-3:before {
    animation: position 2.5s -1.66666667s infinite ease, size 2.5s -1.25s infinite ease;
}

.spinner.hover .ball-4:before {
    animation: position 2.5s -0.83333333s infinite ease, size 2.5s -0.20833333s infinite ease;
}

.ball-1.searching:before {
    content: "\f110" !important;
    -webkit-animation: fa-spin 2s infinite linear !important;
    animation: fa-spin 2s infinite linear !important;
}

.domaincats h4 {
    font-weight: 700;
    font-size: 29px;
    color: #FF4081;
    display: block;
    margin: 0 0 30px;
    padding-bottom: 30px;
    letter-spacing: -0.03em;
    text-align: center;
    position: relative;
}

.domaincats h4::after {
    background-color: #999;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -30px;
    position: absolute;
    width: 60px;
}

@keyframes position {
    50% {
        top: 200px;
        left: 200px;
    }
}

@keyframes size {
    50% {
        transform: scale(0.5, 0.5);
    }
}

@keyframes zindex {
    100% {
        z-index: 10;
    }
}

@keyframes shrink {
    50% {
        transform: scale(0.9, 0.9);
    }
}


/* Call To Action ------------------------ */

.calltoaction {
    padding: 55px 0 600px;
    background: #fff url(../images/calltoaction.png) no-repeat bottom center;
    background-size: cover;
    overflow: hidden;
}

.calltoaction h2 {
    font-weight: 300;
    font-size: 31px;
    display: table;
    border-bottom: 1px solid #e4e4e4;
    padding: 15px;
    margin: 0 auto;
    margin-bottom: 25px;
    
}

.calltoaction h2 span {
    color: #FF4081;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
}

.calltoaction .mtr-btn {
    margin-top: 15px;
}


/* Pricing Boxes ------------------------ */

.pricingbox {
    padding: 55px 0;
    margin: 0;
    overflow: hidden;
}

.pricingbox.no-image-bg {
    background: #282f39 url(../images/popular_plans_bg.jpg);
}

.pricingbox h3 {
    color: #fff;
    letter-spacing: -.03em;
    margin-bottom: 30px;
    text-align: center;
    font-size: 29px;
}

.pricingbox h3.poptitle {
    color: #fff;
    letter-spacing: -.03em;
    margin-bottom: 20px;
    text-align: center;
    font-size: 29px;
    font-weight: 900;
    position: relative;
    padding-bottom: 25px;
}

.pricingbox h3.poptitle::after {
    background-color: #FF377D;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -30px;
    position: absolute;
    width: 60px;
}

.pricingbox p {
    color: #fff;
    text-align: center;
    font-size: 18px;
}

.pricingbox .row {
    margin-bottom: 0;
}

.pricing-plan {
    position: relative;
    top: 0;
    opacity: 1;
    float: left;
    padding: 30px 0px;
	padding-top: 10px;
    width: 100%;
    border-radius: 0;
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    z-index: 5;
    background: #FF2770;
}

.pricing-plan:before {
    content: "";
    width: 100%;
    height: 30px;
    border-radius: 0;
    position: absolute;
    top: -10px;
    left: 0;
    transform: scale(.95);
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    z-index: -1;
    background: rgba(255, 39, 112, .5);
}

.pricing-title {
    width: 100%;
    float: left;
    line-height: 36px;
    font-size: 23px;
    font-weight: 400;
    letter-spacing: -.03em;
    color: #fff;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 10px;
}
.pricing-plan .pricing-title img {
    width: 100px;
}
.pricing-title i {
    line-height: 36px;
}

.pricing-title:before {
    content: "";
    width: 5px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
}
.pricing-price.pricing-price-small{
	font-size: 36px;
}
.pricing-price {
    clear: both;
    width: 100%;
    font-size: 47px;
    font-weight: 100;
    letter-spacing: -.03em;
    color: #fff;
    padding: 30px 10px 25px;
    background: rgba(0, 0, 0, .15);
    text-align: center;
    box-shadow: 11px 0 10px -10px rgba(0, 0, 0, 0.1), -11px 0 10px -10px rgba(0, 0, 0, 0.1);
	line-height: 32px
}

.pricing-price span {
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 0;
    color: #fff;
	display: block;
}

.pricing-price span.discounted {
	position: relative;
    margin: 0 auto;
    text-decoration: line-through;
    font-size: 23px;
	color: rgba(255, 255, 255, 0.7);
    text-decoration-color: rgba(255, 255, 255, 0.79);
    text-decoration-style: solid;
}

.pricing-price .starting {
    color: #ccc;
    margin-bottom: 0;
    text-align: center;
    padding: 0;
    font-size: 11px;
    letter-spacing: .12em;
}

.pricing-features {
    padding: 15px 0;
}

.pricing-features ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.pricing-features ul li {
	color: #fff;
    padding: 7px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    text-align: center;
    line-height: 32px;
}

.pricing-features ul li i {
    font-size: 12px;
    margin-right: 5px;
}

.pricing-features ul li:first-child {
	font-weight: 400;
    font-size: 16px;
    line-height: 21px;
	padding-bottom: 15px;
}

.pricing-features ul li:last-child {
    border-bottom: 0px;
}

.pricing-plan.red {
    background: #FF2770;
}

.pricing-plan.red:before {
    background: rgba(255, 39, 112, 0.5);
}

.pricing-plan.blue {
    background: #3F51B5;
}

.pricing-plan.blue:before {
    background: rgba(63, 81, 181, 0.5);
}

.pricing-plan.purple {
    background: #9C27B0;
}

.pricing-plan.purple:before {
    background: rgba(156, 39, 176, 0.5);
}

.pricing-plan.dark {
    background: #2B2B2B;
}

.pricing-plan.dark:before {
    background: rgba(43, 43, 43, 0.5);
}

.pricing-plan.green {
	background: #30bc29;
}

.pricing-plan.green:before {
    background: rgba(0, 150, 136, 0.5);
}

.pricing-plan button {
    display: table;
    margin: 0 auto;
}

.pricing-plan button.mdl-button.mdl-button--raised {
    background: #fff;
}

.pricing-plan button i {
    font-size: 14px;
}
.form-group .checkbox label, .form-group .radio label, .form-group label {
    color: #555;
}
.form-group.is-focused .radio label, .form-group.is-focused label.radio-inline {
    color: #555 !important;
}
mark {
    color: white;
}

mark.red {
    background: #FF2770;
}

mark.light-green {
    background: #30bc29;
}

mark.blue {
    background: #3F51B5;
}

mark.purple {
    background: #9C27B0;
}

mark.dark {
    background: #303843;
}

mark.light {
    background: white;
    color: #2B2B2B;
}

mark.green {
    background-color: #009688;
}


/* Domain Names Search Box ------------------------ */

.tellme hr {
    border-color: #DDD;
}

.tellme {
    width: 100%;
    background: #F5F5F5;
    padding: 55px 0 70px;
}

.tellme h3 {
    text-align: center;
}

.tellmeform {
    padding: 55px 0;
    background: #303843;
    display: none;
}

.tellmeform .material .material-input:focus~label, .tellmeform .material .material-input .filled~label {
    font-weight: 300;
}

.tellmeform .material .material-input label {
    margin-top: 7px;
}

.tellmeform .material .material-input input {
    font-size: 16px;
    height: 41px;
    width: 100%;
    border: 0;
    border-bottom: 1px solid lightgray;
    outline: none;
    background: 0;
    float: left;
}

.tellmeform .material .material-select {
    font-size: 14px;
}

.tellmeform .material .material-select ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.tellmeform button {
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    margin-top: 22px;
    font-weight: 700;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0;
    background: #FF4081;
    color: #fff;
}

.tellmeform button i {
    font-size: 16px;
}

.tellmeform h4 {
    color: #fff;
}


/* Home Page Features */

.various {
    padding: 60px 0;
    background: #eee;
    overflow: hidden;
}

.compare-wrapper {
    padding: 60px 0;
    overflow: hidden;
	background: rgba(245, 245, 245, 0.55);
	border-top: 2px solid white;
}

.various h2 {
    font-weight: 700;
    font-size: 29px;
    display: inline-block;
    padding: 15px 0 0;
    margin-bottom: 0;
}

.various h5 {
    font-weight: 700;
    font-size: 20px;
    padding: 15px 0 6px;
    color: #FF4081;
}

.various p {
    font-size: 17px;
}

.various .why {
    padding-right: 25px;
}

.various a.mtr-btn {
    margin-top: 15px;
}

.various i {
    font-size: 49px;
    color: #C3C3C3;
    margin-top: 29px;
    float: right;
}

span.glyphicon.glyphicon-ok {
    color: #4cae50;
}

span.glyphicon.glyphicon-remove {
    color: #ff5722;
}


/* Home Page Tabs */

.features-tabs {
    padding: 90px 0 75px;
    background: #F3F3F3;
    overflow: hidden;
}

.features-tabs .tab-content {
    margin-top: 55px;
    padding: 40px 40px 55px;
    font-size: 16px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: inset 0 -4px 0 0 #f6f6f6, inset 0 -5px 0 0 #ddd, inset 0 -10px 0 0 #f6f6f6, inset 0 -11px 0 0 #ddd, 0 2px 8px -2px rgba(0, 0, 0, 0.1);
}

.features-tabs .tab-content h4 {
    font-weight: 700;
    font-size: 29px;
    color: #FF4081;
    display: block;
    margin: 0 0 30px;
    padding-bottom: 30px;
    letter-spacing: -0.03em;
    text-align: center;
    position: relative;
}

.features-tabs .tab-content h4::after {
    background-color: #999;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -30px;
    position: absolute;
    width: 60px;
}

.features-tabs .tab-content p.subtitle {
    padding: 0 150px;
    text-align: center;
}

.features-tabs .tabs-top-horizontal>.nav-tabs {
    display: table;
    margin: 0 auto;
}

.features-tabs .tab-content>.tab-pane, .pill-content>.pill-pane {
    display: none;
}

.features-tabs .tab-content>.active, .pill-content>.active {
    display: block;
}

.features-tabs .tabs-top-horizontal>.nav-tabs>li {
    float: left;
    text-align: center;
    min-width: 175px;
}

.features-tabs .tabs-top-horizontal>.nav-tabs>li i {
    display: block;
    text-align: center;
    margin-bottom: 8px;
    font-size: 30px;
}

.features-tabs .tabs-top-horizontal>.nav-tabs>li i.green {
    color: #B5BD8E;
}

.features-tabs .tabs-top-horizontal>.nav-tabs>li i.red {
    color: #DA3867;
}

.features-tabs .tabs-top-horizontal>.nav-tabs>li i.lightblue {
    color: #8ACDDD;
}

.features-tabs .tabs-top-horizontal>.nav-tabs>li i.orange {
    color: #E38F75;
}

.features-tabs .tabs-top-horizontal>.nav-tabs>li i.darkgray {
    color: #6A6665;
}

.features-tabs .tabs-top-horizontal>.nav-tabs>li i.royalblue {
    color: #3F51B5;
}

.features-tabs .tabs-top-horizontal>.nav-tabs>li>a {
    margin-right: 0;
    color: #424242;
    padding: 25px 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
}

.features-tabs .tabs-top-horizontal>.nav-tabs>li>a:hover, .features-tabs .tabs-top-horizontal>.nav-tabs>li>a:focus {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #fff;
}

.features-tabs .tabs-top-horizontal>.nav-tabs .active>a, .features-tabs .tabs-top-horizontal>.nav-tabs .active>a:hover, .features-tabs .tabs-top-horizontal>.nav-tabs .active>a:focus {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #fff;
    position: relative;
}

.features-tabs .tabs-top-horizontal>.nav-tabs .active>a:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(238, 238, 238, 0);
    border-top-color: #fff;
    border-width: 15px;
    margin-left: -15px;
}

.features-tabs .tab-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.features-tabs .tab-content ul li {
    padding: 5px 20px 5px 0;
    border-bottom: 1px solid #ccc;
}

.features-tabs .tab-content ul li:last-child {
    border-bottom: 0;
}

.features-tabs .tab-content ul li i {
    margin-right: 10px;
    color: #f67081;
}


/* fully managed tab */

.fully-managed {
    text-align: center;
    padding-top: 40px;
}

.fully-managed .block-grid-item {
    text-align: center;
    padding: 50px 35px;
    border: 1px solid #e9e6e8;
    border-left: 0;
    border-top: 0;
}

.fully-managed .block-grid-item:nth-child(3n+3) {
    border-right: 0;
}

.fully-managed .block-grid-item:nth-last-child(-n+3) {
    border-bottom: 0;
}

.fully-managed .block-grid-item h5 {
    font-weight: 400;
    font-size: 19px;
    padding-top: 18px;
}


/* security tab */

.security {
    padding-top: 25px;
}

.security .block-grid-item {
    text-align: left;
    padding: 10px 35px;
}

.security .security-tab-icon {
    float: left;
    width: 17%;
    position: relative;
}

.security .security-tab-icon i {
    margin-top: 25px;
    font-size: 42px;
    color: #AEAEAE;
    text-align: center;
}

.security .security-tab-feature {
    float: right;
    width: 78%;
}

.security .block-grid-item h5 {
    font-weight: 400;
    font-size: 18px;
    padding-top: 12px;
    color: #6A6665;
}


/* backups tab */

.backups-restore .backupcolumn {
    border: 1px solid #ccc;
    border-left: 0;
    border-bottom: 4px solid #FF4081;
    padding: 25px!important;
    min-height: 453px;
    background: #f6f4f5;
    text-align: center;
}

.backups-restore .backupcolumn:first-child {
    border-left: 1px solid #ccc;
}

.backups-restore h5 {
    font-weight: 300;
    font-size: 20px;
}

.backups-restore h5.blue {
    color: #40549B;
}

.backups-restore h5.purple {
    color: #9C27B0;
}

.backups-restore h5.orange {
    color: #FE6A2B;
}

.backups-restore h5.pink {
    color: #ff2770;
}

.backups-restore h5.lightblue {
    color: #171C25;
}


/* ION Clients ------------------------ */

.testimonials {
    background: url(../../images/wallpaper.jpg);
    background-size: cover;
	background-position: center center;
    padding: 45px 0 70px;
    overflow: hidden;
}

.testimonials.grey {
	background: #f5f5f5;
}

.testimonial-content {
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
    position: relative;
}

#testimonials-carousel .item {
    margin: 12px;
}

#testimonials-carousel .item p {
    border-radius: 0;
    color: #757575;
    font-size: 16px;
    line-height: 1.5;
    padding: 24px 16px;
    text-align: left;
    margin-bottom: 0;
}

.testimonial-content h5 {
    font-size: 14px;
    color: #757575;
    text-transform: uppercase;
    font-weight: 500;
    padding: 16px;
    margin: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.testimonial-content h5 a {
    color: #FF4081;
    display: block;
}

.testimonials .owl-theme .owl-controls {
    margin-top: 30px;
}

.testimonials .owl-theme .owl-controls .owl-page span {
    width: 40px;
    height: 7px;
    background: #fff;
    cursor: pointer;
    border-radius: 10px;
    border: 0;
    margin: 5px 7px;
    opacity: 1;
    box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, .24), 0 1px 1px 0 rgba(0, 0, 0, .48);
}

.testimonials .owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    opacity: 1;
    background: #2196F3;
}


/* New Plans */

.newplans {
    padding: 55px 0 75px;
    background: #fff;
    overflow: hidden;
}

.newplans h3 {
    letter-spacing: -.03em;
    margin-bottom: 45px;
    text-align: center;
    font-size: 29px;
    font-weight: 700;
}

.newplans_box {
    position: relative;
    background: #ffffff;
    border: 0;
    border-bottom: 4px solid #E5E5E5;
    max-width: 540px;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 55px;
}

.newplans_box:after, .newplans_box:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.newplans_box:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #F5F5F5;
    border-width: 15px;
    margin-left: -15px;
}

.newplans_box:before {
    border-color: rgba(229, 229, 229, 0);
    border-top-color: #E5E5E5;
    border-width: 21px;
    margin-left: -21px;
}

.newplanscolumn {
    position: relative;
    top: 0;
    opacity: 1;
    float: left;
    padding: 25px;
    width: 100%;
    border-radius: 0;
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    z-index: 5;
    background: #E5E5E5;
    min-height: 370px;
}

.newplanscolumn:before {
    content: "";
    width: 100%;
    height: 30px;
    border-radius: 0;
    position: absolute;
    top: -10px;
    left: 0;
    transform: scale(.95);
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    z-index: -1;
    background: rgba(229, 229, 229, .5);
}

.newplanscolumn h5 {
    color: #5A5A5A;
    font-size: 19px;
    font-weight: 900;
    border-bottom: 1px solid #dfdbdb;
    padding-bottom: 12px;
    letter-spacing: -.03em;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.newplanscolumn.white {
    background: #fff;
}

.newplanscolumn.white:before {
    background: rgba(255, 255, 255, .5);
}

.newplans p {
    font-size: 17px;
}

.newplans ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.newplans ul li {
    padding: 5px 0;
}

.newplans ul li:last-child {
    border-bottom: 0;
}

.newplans ul li i {
    margin-right: 10px;
    color: #7C57E4;
}

.progressbars p {
    margin-bottom: 3px;
    font-weight: 300;
    font-size: 16px;
}

.progress-bar-purple {
    background-image: -webkit-linear-gradient(top, #852196 0, #9C27B0 100%);
    background-image: -o-linear-gradient(top, #852196 0, #9C27B0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#852196), to(#9C27B0));
    background-image: linear-gradient(to bottom, #852196 0, #9C27B0 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#852196', endColorstr='#9C27B0', GradientType=0);
}

.progress-bar-red {
    background-image: -webkit-linear-gradient(top, #FF2770 0, #D9215F 100%);
    background-image: -o-linear-gradient(top, #FF2770 0, #D9215F 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FF2770), to(#D9215F));
    background-image: linear-gradient(to bottom, #FF2770 0, #D9215F 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FF2770', endColorstr='#D9215F', GradientType=0);
}

.thebar {
    position: relative;
    margin-bottom: 25px;
}

p.percent {
    position: absolute;
    top: 10px;
    right: 0;
    margin: 0;
    font-size: 15px;
    padding: 0;
}

.progress {
    margin: 8px 0 0;
    padding: 0;
    width: 100%;
    height: 5px;
    overflow: hidden;
    border-radius: 6px;
    border: 0;
    box-shadow: none;
}

.progress .meter {
    float: left;
    min-width: 1%;
    height: 100%;
    background: #E55E4B;
}

.progress.alt-1 .meter {
    background: #009DD7;
}

.progress.alt-2 .meter {
    background: #7C57E4;
}

.progress.alt-3 .meter {
    background: #0DB900;
}


/* Logos Carousel */

.partners {
    background: #f0f0f0;
    padding: 35px 0;
    border-top: 1px solid #e4e4e4;
}

#company-partners .item {
    margin: 3px;
    text-align: center;
}


/* Subheaders */

#subheader {
    background-size: cover;
}

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

#subheader h1 {
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 31px;
    letter-spacing: -0.03em;
    text-transform: uppercase;
}

#subheader h2 {
    text-align: center;
    color: #fff;
    font-weight: 400;
	font-size: 20px;
    margin-top: 20px;
}


/* ========================
  4 = Shared Hosting Page
  ======================== */

#subheader.shared {
    background: url(../images/paper_bg.jpg);
    background-size: cover;
    padding: 45px 0px;
    padding-bottom: 90px;
    position: relative;
}

#subheader.shared button.btn {
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 5;
    font-size: 16px;
    line-height: 29px;
    font-weight: 300;
}

#subheader.shared h1 {
    text-align: left;
    margin-top: 65px;
}

#subheader.shared h2 {
    color: #424242;
    text-align: left;
}

#subheader.shared p.compare {
    color: #303843;
    font-weight: 400;
    letter-spacing: 1px;
}


/* Choose Price Period */

span.chooseprice {
    background: rgba(36, 43, 58, 0.7);
    border-radius: 0;
    color: #EEEEEE;
    display: table;
    font-size: 16px;
    margin: 0 auto;
    padding: 5px 20px 8px;
    position: relative;
    margin-top: 85px;
}

span.chooseprice:after {
    border: solid transparent;
    border-color: rgba(222, 98, 98, 0);
    border-top-color: rgba(36, 43, 58, 0.7);
    border-width: 10px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -10px;
    pointer-events: none;
    position: absolute;
    top: 100%;
    width: 0;
}

.price-per-period {
    display: table;
    margin: 0 auto;
    text-align: center;
}

.price-per-period .btn {
    font-size: 15px;
    padding: 10px 15px 8px;
    border: 0;
    border-radius: 0;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.24);
}

.btn-shared-checked {
    background: #673AB7;
    border: 0;
    box-shadow: none;
    color: #fff;
    border-radius: 0;
}

.btn-shared-checked:hover, .btn-shared-checked:focus, .btn-shared-checked.focus, .btn-shared-checked:active, .btn-shared-checked.active {
    border: none;
    box-shadow: none;
    color: #fff;
    border-radius: 0;
    outline: 0;
}


/* End of Choose Price Period */

.halfyear, .year {
    display: none;
}

.pricingbox.shared {
    padding: 65px 0 90px;
    padding-bottom: 0px;
    position: relative;
    overflow: hidden;
}

.pricingbox.shared video#clouds {
    width: 100%;
    min-height: 100%;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.pricingbox.shared .video-shadow {
    position: absolute;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(39, 10, 44, 0.9) 10%, rgba(156, 39, 176, 0.95) 40%, rgba(222, 39, 133, 1) 80%, rgba(255, 39, 112, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(39, 10, 44, 0.9) 10%, rgba(156, 39, 176, 0.95) 40%, rgba(222, 39, 133, 1) 80%, rgba(255, 39, 112, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(39, 10, 44, 0.9) 10%, rgba(156, 39, 176, 0.95) 40%, rgba(222, 39, 133, 1) 80%, rgba(255, 39, 112, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ff2770', GradientType=0);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition-property: opacity;
    transition-duration: 3s;
}

.pricingbox.shared .intro {
    font-size: 29px;
    display: table;
    border-bottom: 0;
    padding: 0 15px;
    margin: 0 auto;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 25px;
}

.pricingbox.shared .price-per-period {
    margin-top: 70px;
}

.pricingbox.shared .pricing-features ul li:first-child {
    font-size: 17px;
}

.pricingbox.shared .pricing-plan::before {
    width: 0;
}

.pricingbox.shared .pricing-features ul li {
    border-bottom: 0;
}

.pricingbox.shared .pricing-plan {
    box-shadow: 11px 0 10px -10px rgba(0, 0, 0, 0.1), -11px 0 10px -10px rgba(0, 0, 0, 0.1);
}


.difference {
    padding: 45px 0 70px;
    position: relative;
    background: #FFF;
}
.difference.grey {
	background: #f5f5f5;
}
#top-apps img, div[id^='go-apps-'] img.go-app-thumb {
	max-width: 50px;
    float: left;
    margin-right: 20px;
}
.flex-hover-card:hover {
    box-shadow: 0 4px 4px rgba(1,67,163,.24), 0 0 4px rgba(1,67,163,.12);
    transform: translate3d(0,-2px,0);
}
.flex-hover-card {
    background: #fff;
    border-radius: 2px;
    transition: all .3s;
}
.panel.panel-app:hover img.icon-btn {
    border-radius: 100%;
    border-left-color: #44a1dd;
    border-right-color: #789d2d;
    border-top-color: white;
    border-bottom-color: white;
}
.panel.panel-app .app-info {
	opacity: 1;
	transition: all 0.2s ease;
}
.panel.panel-app:hover .app-info {
	opacity: 0;
}
.panel.panel-app:hover a.btn, .panel.panel-app:hover .full-name {
	opacity: 1;
}
.panel.panel-app a.btn, .panel.panel-app .full-name {
	opacity: 0;
	position: absolute;
	z-index: 1;
	transition: all 0.2s ease;
}
.panel.panel-app .full-name {
    bottom: 0;
    margin-bottom: 5px;
    line-height: 13px;
    left: 0;
    margin-left: 15px;
    transition: all 0.3s ease;
}
.faded-grey-text {
	color: #acacac;
}
.difference.go-apps-list .panel-clips {
	background: transparent;
}
.mt0 {
	margin-top: 0px;
}
.difference.go-apps-list {
	background: url(/images/backgrounds/isometric/isometric-go-hosting.png);
    background-color: whitesmoke;
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
}
img.icon-btn {
    transition: all 0.5s ease;
    border-width: 6px;
    border-color: white;
    border-style: double;
}
.difference.ion-services {
    background: #1a1a1a;
    border-top: 1px solid #eee;
}

.difference.ion-services h1 {
	color: white;
}

.difference.ion-services h3 {
	color: #878787;
}

.difference video {
    width: 100%;
    min-height: 100%;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

#apps-video h5 strong {
    font-weight: 500;
}

.available-for {
    position: absolute;
    text-align: right;
    padding-right: 35px;
    padding-top: 5px;
}

.intro-icon img {
	max-width: 95px;
}

.available-for img {
	max-width: 50px;
}

.apps .go-video-shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../../images/go-shadow.png);
    background-size: cover;
    background-repeat: repeat-x;
    top: 0;
    left: 0;
    transition-property: opacity;
    transition-duration: 3s;
}

.apps .go-video-shadow.hiden {
    opacity: 0;
}

.shared-table {
	background: #f5f5f5;
    padding: 45px 0 45px;
    position: relative;
    display: none;
}

.shared-table:after {
    background: url('../../images/backgrounds/5.jpg');
    background-size: cover;
    content: "";
    opacity: 0.5;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

.shared-table button.btn {
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 99999999;
    font-size: 16px;
    line-height: 29px;
    font-weight: 300;
}

.shared-table p {
    font-weight: 300;
}

.products-table {
	min-width: 100%;
    border: 1px solid #eae8e8;
    background: #ffffff;
    margin-bottom: 45px;
}

.products-table small {
    display: block;
    color: #8E8E8E;
    font-size: 14px;
}

.products-table thead th {
    background: #3E65BF;
    color: #fff!important;
    font-weight: 400;
    font-size: 16px;
    border: 0!important;
    font-family: 'Roboto', Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif!important;
    height: 45px;
}

.products-table.go thead th {
    background: #36459a;
}

.products-table.go td i {
    font-size: 12px;
    margin-right: 5px;
}

.products-table th {
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    padding: 16px 12px;
    color: #424242;
    font-size: 14px;
    background: #fff;
}

.products-table td {
    color: #424242;
    padding: 16px 12px;
    font-size: 16px;
    border-bottom: 1px solid #eae8e8;
}

.products-table td, .products-table thead th {
    text-align: center;
}

.products-table td:first-child, .products-table thead th:first-child {
    text-align: left;
}

.products-table td:first-child small {
    font-weight: normal;
}

.products-table td:first-child {
    font-weight: 400;
}

.products-table tr.price-comparison:nth-of-type(odd) {
    background: #F8F8F8;
}

.products-table td i.fa-times {
    color: #ff4081;
}

.products-table td i.fa-check {
    color: #258D5C;
}

.products-table tr.price-comparison td {
    font-weight: 300;
    font-size: 17px;
}

.products-table tr.price-comparison td:first-child {
    font-weight: 400;
    font-size: 16px;
}

.products-table tr.price-comparison {
    background: #F8F8F8;
}

.apps video {
    width: 100%;
    min-height: 100%;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.apps .go-video-shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../../images/go-shadow.png);
    background-size: cover;
    background-repeat: repeat-x;
    top: 0;
    left: 0;
    transition-property: opacity;
    transition-duration: 3s;
    z-index: 1;
}

#go-launch {
    display: none;
    transition-property: opacity;
    transition-duration: 1s;
}

a.go-launch i {
    font-size: 10px;
}

a.scroll-to {
	cursor: pointer;
}

#go-apps {
    transition-property: opacity;
    transition-duration: 1s;
}

#go-apps.hiden {
    opacity: 0;
}

#go-time {
    font-weight: bold;
}


/* End of Responsive Table */

.shared-table .difference h3 {
    letter-spacing: -.03em;
    margin-bottom: 45px;
    text-align: center;
    font-size: 29px;
}

.shared-table .block-grid-item {
    text-align: center;
    padding: 29px 20px;
    border: 2px solid #000000;
    border-left: 0;
    border-top: 0;
}

.shared-table .block-grid-item:nth-child(3n+3) {
    border-right: 0;
}

.shared-table .block-grid-item:nth-last-child(-n+3) {
    border-bottom: 0;
}

.shared-table .block-grid-item h5 {
    font-weight: 700;
    font-size: 19px;
    padding-top: 12px;
}


/* Video Background  */

#shared-video .shared-video-container {
    min-height: 600px;
    padding-bottom: 50px;
    position: relative;
    overflow: hidden;
}

#shared-video .shared-video-container:after {
    background: rgba(34, 34, 34, .9);
    bottom: 0px;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

#shared-video .shared-video-container .videocaption {
    left: 50%;
    top: 50%;
    position: absolute;
    text-align: center;
    z-index: 2;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

#shared-video .shared-video-container .videocaption .videocaption-content {
    display: inline-block;
    padding: 25px;
    background: #FF2770;
    background: rgba(255, 39, 112, .5);
    text-align: left;
    max-width: 320px;
}

#shared-video .shared-video-container .videocaption .videocaption-content h2 {
    color: #fff;
    font-size: 3.2em;
    font-weight: 100;
}

#shared-video .shared-video-container .videocaption .videocaption-content hr {
    opacity: 0.1;
}

#shared-video .shared-video-container .videocaption .videocaption-content p {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    margin-top: 25px;
}

#shared-video video {
    width: 100%;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
}


/* Apps  */

.apps-grid.go .block-grid-item {
    background: rgba(0, 0, 0, 0.55);
    border: 0;
}

.apps-grid.go .block-grid-item h5 {
    color: white;
}

.apps-grid.go .block-grid-item span {
    color: #CCC;
}

.apps-grid.go .block-grid-item {
    text-align: center;
}

.apps-grid .block-grid-item i {
    font-size: 53px;
    color: white;
}

.apps-grid.go .block-grid-item .btn.app-launch span {
    display: block;
    color: white;
    margin-top: 15px;
}

.apps-grid.go .block-grid-item .flipper {
    height: 133px;
}

.apps-grid.go .block-grid-item i.help {
    font-size: 70%;
    color: #FF2770;
}

.apps-grid.go {
    padding-top: 0px;
}

.go-apps-wrapper {
    z-index: 2;
}

.go-apps-wrapper h4 {
    color: #BDBDBD;
    padding-top: 20px;
    padding-bottom: 5px;
}

.launch-app p {
    color: #EEE;
    font-size: 20px;
}

.launch-app h3 {
    color: #FFF;
}

.apps {
    padding: 35px 0 90px;
    overflow: hidden;
    background: #171C25;
    position: relative;
}

.apps-grid {
    text-align: center;
    padding-top: 40px;
}

.apps-grid .block-grid-item {
    text-align: left;
    padding: 25px;
    border: 2px solid #fff;
    border-left: 0;
    border-top: 0;
    background: #F0F0F0;
}

.popover {
    border-radius: 5px;
    line-height: 18px;
    background: transparent;
}

.popover-content {
	color: #5a5a5a;
    border-radius: 5px;
    background: white;
}

.popover .arrow, .popover .tooltip-arrow, .tooltip .arrow, .tooltip .tooltip-arrow {
    display: block;
}
.popover.bottom>.arrow {
	top: -10px;
}

.apps-grid .block-grid-item:nth-child(3n+3) {
    border-right: 0;
}

.apps-grid .block-grid-item:nth-last-child(-n+3) {
    border-bottom: 0;
}

.apps-grid .block-grid-item h5 {
    font-weight: 700;
    font-size: 24px;
    padding-top: 0px;
    margin-top: 0px;
}

.apps-grid .block-grid-item .odometer {
    color: #d1cfcf;
    font-size: 82px;
    font-weight: 900;
    font-family: 'Roboto', Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
    margin-top: 10px;
    
    line-height: 1;
}

.apps-grid .block-grid-item .graphicline span {
    display: block;
    width: 100%;
    margin: 0px 0 16px;
}

.apps-grid .block-grid-item .graphicline {
    margin-bottom: 15px;
}

.apps-grid .block-grid-item p {
    margin-top: 0;
    padding-top: 0;
}


/* ========================
  5 = VPS Page
  ======================== */


/* Order Slider - VPS Page */

.pricingbox.vps {
    padding-bottom: 10px;
    position: relative;
    overflow: hidden;
}

.pricingbox.vps video#board {
    width: 100%;
    min-height: 100%;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.pricingbox.vps .video-shadow {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(156, 39, 176, 0.9) 45%, rgba(63, 81, 181, 0.7) 70%, rgba(63, 81, 181, 1) 90%, rgba(63, 81, 181, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(156, 39, 176, 0.9) 45%, rgba(63, 81, 181, 0.7) 70%, rgba(63, 81, 181, 1) 90%, rgba(63, 81, 181, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(156, 39, 176, 0.9) 45%, rgba(63, 81, 181, 0.7) 70%, rgba(63, 81, 181, 1) 90%, rgba(63, 81, 181, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#3f51b5', GradientType=0);
}

.pricingbox.vps-comparison {
    padding: 55px 0 90px;
    background: url(../images/popular_plans_bg.jpg);
    background-size: cover;
}

.pricingbox.vps h1 {
    font-size: 29px;
    display: table;
    border-bottom: 0;
    padding: 0 15px;
    margin: 0 auto;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 25px;
}

.pricingbox.vps .centralized {
    position: relative;
    top: 0;
    opacity: 1;
    float: left;
    padding: 15px 0 0;
    width: 100%;
    border-radius: 0;
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    z-index: 5;
    text-align: center;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    background: #3F51B5;
    margin-top: 30px;
}

.pricingbox.vps .centralized:before {
    content: "";
    width: 0;
    height: 30px;
    border-radius: 0;
    position: absolute;
    top: -10px;
    left: 0;
    transform: scale(.95);
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    z-index: -1;
    background: rgba(63, 81, 181, 0.50);
}

.block-grid-item .centralized i {
    font-size: 40px;
    color: white;
    margin: 20px 0px;
    padding-bottom: 25px;
    display: block;
}

.pricingbox.vps .centralized span.how_much {
    background: #FFF;
    color: black;
    width: 100%;
    display: block;
    padding: 15px;
    position: relative;
    font-weight: 400;
    font-size: 22px;
}

.pricingbox.vps .centralized span.how_much small {
    font-size: 16px;
    display: block;
	color: #7b7b7b;
}

.pricingbox.vps .centralized span.how_much:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(196, 71, 71, 0);
    border-bottom-color: #FFF;
    border-width: 10px;
    margin-left: -10px;
}

.pricingbox.vps h6 {
    font-size: 20px;
    ;
    letter-spacing: .04em;
    color: #fff;
    font-weight: 500;
    padding-bottom: 12px;
}

.pricingbox.vps .how_much {
    font-size: 19px;
    color: #fff;
    font-weight: 900;
    letter-spacing: -.03em;
}

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

.ui-slider .ui-slider-handle {
    cursor: default;
    height: 1.2em;
    position: absolute;
    width: 1.2em;
    z-index: 2;
}

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

.ui-slider-horizontal {
    height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
    margin-left: -.6em;
    top: -.3em;
}

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

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

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

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

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

.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;
}

.vps-prices-drag {
    float: left;
    margin: 0;
    padding: 55px 30px;
    padding-bottom: 20px;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0px 5px 5px;
}

.vps-prices-container {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.vps-prices-panel {
    float: left;
    width: 100%;
}

.vps-prices-panel a.order-vps i {
    font-size: 13px;
}

.vps-prices-container .total_amount {
    position: relative;
    font-size: 20px;
    color: white;
    top: 50px;
}

.vps-prices-container .total_amount mark {
    padding: 12px 5px;
    font-size: 20px;
}

.vps-prices-container #vps-slider {
    background: #FFF;
    border-radius: 0;
    float: left;
    height: 6px;
    margin: 0 0 15px;
    width: 100%;
    padding: 0;
    box-shadow: 0 13px 16px rgba(0, 0, 0, 0.16), 0 13px 16px rgba(0, 0, 0, 0.23);
    cursor: pointer;
}

.vps-prices-container #sliderlines {
    background: url(../images/lines1.png) center top;
	background-size: contain;
    display: table;
    height: 37px;
    margin: 0 auto;
    width: 100%;
    opacity: .7;
}

.vps-prices-container #vps-slider .ui-slider-range {
    background-image: -webkit-linear-gradient(top, #337ab7 0, #286090 100%);
    background-image: -o-linear-gradient(top, #337ab7 0, #286090 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090));
    background-image: linear-gradient(to bottom, #337ab7 0, #286090 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
    border-radius: 0;
}

.vps-prices-container #vps-slider .ui-slider-handle {
    border-radius: 100%;
    border: 3px solid rgb(156, 39, 176);
    background: rgba(156, 39, 176, 0.84);
    height: 25px;
    margin-left: -15px;
    margin-top: -6px;
    outline: none;
    width: 25px;
    transition-property: background;
    transition-duration: 1s;
    cursor: pointer;
}

#vps_name_option h3 span {
    font-size: 20px;
    display: table;
    border-bottom: 0;
    padding: 11px 29px;
    margin: 0 auto;
    margin-top: 0;
    margin-bottom: -30px;
    letter-spacing: .04em;
    color: #fff;
    background: #9C27B0;
    font-weight: 300;
    position: relative;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

#vps_name_option h3 span:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 64, 129, 0);
    border-top-color: #9C27B0;
    border-width: 10px;
    margin-left: -10px;
}

.total_amount h3 {
    text-align: center;
    margin-top: 40px;
}

.total_amount h3 span {
    font-size: 45px;
    color: #fff;
    font-weight: 400;
    letter-spacing: -0.09em;
}

.total_amount h3 span#period {
    font-size: 22px;
}


/* End Order Slider - VPS Page */


/* VPS Page Vertical Tabs */

.vps-features-tabs {
    padding: 55px 0 80px;
    background: rgba(233, 233, 233, 0.45);
    overflow: hidden;
    position: relative;
}

.vps-features-tabs:after {
    background: url('/images/backgrounds/5.jpg');
    background-size: cover;
    content: "";
    opacity: 0.5;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

.vps-features-tabs ul.nav.nav-tabs {
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
}

.vps-features-tabs h2 {
    font-size: 29px;
    text-align: center;
    padding: 0;
    margin-bottom: 35px;
    letter-spacing: -0.03em;
}

.vps-features-tabs .tab-content {
    padding: 50px 75px;
    float: right;
    width: 80%;
    background: #fff;
    -webkit-border-radius: 6px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 6px;
    -moz-border-radius-topleft: 0;
    border-radius: 6px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    min-height: 434px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
}

.vps-features-tabs .tab-content h4 {
    font-weight: 700;
    font-size: 24px;
    color: #FF4081;
    display: block;
    margin: 0 0 20px;
    letter-spacing: -0.03em;
}

.vps-features-tabs .tab-content hr.small {
    margin: 21px 0;
    border-color: #d8d6d6;
}

.vps-features-tabs .tab-content p.subtitle {
    font-size: 19px;
    font-weight: 400;
}

.vps-features-tabs .tab-content p {
    font-size: 17px;
}

.vps-features-tabs .tabs-left-vertical {
    margin-top: 55px;
}

.vps-features-tabs .tabs-left-vertical>.nav-tabs {
    float: left;
    width: 20%;
    border: 0;
    box-shadow: none;
    background: #F3F3F3;
    border-radius: 6px 0px 0px 6px;
    border-right: 1px solid #E9E9E9;
}

.vps-features-tabs .tab-content>.tab-pane>.tab-section {
    padding: 50px 0px;
    border-bottom: 2px dashed #EEE;
}

.vps-features-tabs .tab-content>.tab-pane>.tab-section:first-child {
    padding-top: 0px !important;
}

.vps-features-tabs .tab-content>.tab-pane>.tab-section:last-child {
    padding-bottom: 0px !important;
    border-bottom: 0px !important;
}

.vps-features-tabs .tab-content>.tab-pane, .pill-content>.pill-pane {
    display: none;
}

.vps-features-tabs .tab-content>.active, .pill-content>.active {
    display: block;
}

.vps-features-tabs .tabs-left-vertical>.nav-tabs>li {
    text-align: left;
    display: block;
    width: 100%;
    margin-bottom: 0px;
}

.vps-features-tabs .tabs-left-vertical>.nav-tabs>li i {
    margin-right: 15px;
    margin-left: 10px;
    font-size: 13px;
}

.vps-features-tabs .tabs-left-vertical>.nav-tabs>li.active i {
    color: white !important;
}

.vps-features-tabs .tabs-left-vertical>.nav-tabs>li i.green {
    color: #B5BD8E;
}

.vps-features-tabs .tabs-left-vertical>.nav-tabs>li i.red {
    color: #DA3867;
}

.vps-features-tabs .tabs-left-vertical>.nav-tabs>li i.lightblue {
    color: #8ACDDD;
}

.vps-features-tabs .tabs-left-vertical>.nav-tabs>li i.orange {
    color: #E38F75;
}

.vps-features-tabs .tabs-left-vertical>.nav-tabs>li i.darkgray {
    color: #6A6665;
}

.vps-features-tabs .tabs-left-vertical>.nav-tabs>li i.royalblue {
    color: #3F51B5;
}

.vps-features-tabs .tabs-left-vertical>.nav-tabs>li>a {
    margin-right: 0;
    color: #424242 !important;
    padding: 20px 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    font-size: 16px;
    font-weight: 300;
    transition-property: background;
    transition-duration: 0.5s;
}

.vps-features-tabs .tabs-left-vertical>.nav-tabs>li>a:hover, .vps-features-tabs .tabs-left-vertical>.nav-tabs>li>a:focus {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #fff;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.vps-features-tabs .tabs-left-vertical>.nav-tabs>li>a:hover {
    background: white !important;
    border-radius: 0px;
}

.vps-features-tabs .tabs-left-vertical>.nav-tabs .active>a, .vps-features-tabs .tabs-left-vertical>.nav-tabs .active>a:hover, .vps-features-tabs .tabs-left-vertical>.nav-tabs .active>a:focus {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #fff;
    position: relative;
}

.vps-features-tabs .tabs-left-vertical>.nav-tabs>li.active>a {
    background: #3F51B5 !important;
    font-weight: 500;
    color: white !important;
}

#accordion .panel .panel-body ul li {
    font-size: 16px;
}

.vps-intro p.text-center {
    font-weight: 400;
    font-size: 17px;
}

.vps-features-tabs .tabs-left-vertical>.nav-tabs>li:first-child>a {
    border-radius: 6px 0px 0px 0px !important;
}

.vps-features-tabs .tabs-left-vertical>.nav-tabs>li:last-child>a {
    border-radius: 0px 0px 0px 6px !important;
}

.vps-features-tabs .tabs-left-vertical>.nav-tabs .active>a:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #3F51B5;
    border-width: 15px;
    margin-top: -15px;
    transition-property: all;
    transition-duration: 0.5s;
}

.tabcircle {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: #fff;
    border: 8px solid #e1dfe0;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    float: right;
    margin: 0 30px 30px 30px;
    position: relative;
    overflow: hidden;
}

.tabcircle.small {
    width: 120px;
    height: 120px;
    margin: 0 60px 30px 60px;
}

.tabcircle.small i {
    font-size: 54px;
}

.tabcircle i {
    left: 50%;
    top: 50%;
    position: absolute;
    text-align: center;
    z-index: 2;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 87px;
    text-shadow: 1px 1px rgb(230, 230, 230), 2px 2px rgb(230, 230, 230), 3px 3px rgb(230, 230, 230), 4px 4px rgb(230, 230, 230), 5px 5px rgb(230, 230, 230), 6px 6px rgb(230, 230, 230), 7px 7px rgb(230, 230, 230), 8px 8px rgb(230, 230, 230), 9px 9px rgb(230, 230, 230), 10px 10px rgb(230, 230, 230), 11px 11px rgb(230, 230, 230), 12px 12px rgb(230, 230, 230), 13px 13px rgb(230, 230, 230), 14px 14px rgb(230, 230, 230), 15px 15px rgb(230, 230, 230), 16px 16px rgb(231, 231, 231), 17px 17px rgb(231, 231, 231), 18px 18px rgb(232, 232, 232), 19px 19px rgb(232, 232, 232), 20px 20px rgb(233, 233, 233), 21px 21px rgb(234, 234, 234), 22px 22px rgb(234, 234, 234), 23px 23px rgb(235, 235, 235), 24px 24px rgb(235, 235, 235), 25px 25px rgb(236, 236, 236), 26px 26px rgb(236, 236, 236), 27px 27px rgb(237, 237, 237), 28px 28px rgb(238, 238, 238), 29px 29px rgb(238, 238, 238), 30px 30px rgb(239, 239, 239), 31px 31px rgb(239, 239, 239), 32px 32px rgb(240, 240, 240), 33px 33px rgb(241, 241, 241), 34px 34px rgb(241, 241, 241), 35px 35px rgb(242, 242, 242), 36px 36px rgb(242, 242, 242), 37px 37px rgb(243, 243, 243), 38px 38px rgb(243, 243, 243), 39px 39px rgb(244, 244, 244), 40px 40px rgb(245, 245, 245), 41px 41px rgb(245, 245, 245), 42px 42px rgb(246, 246, 246), 43px 43px rgb(246, 246, 246), 44px 44px rgb(247, 247, 247), 45px 45px rgb(248, 248, 248), 46px 46px rgb(248, 248, 248), 47px 47px rgb(249, 249, 249), 48px 48px rgb(249, 249, 249), 49px 49px rgb(250, 250, 250), 50px 50px rgb(250, 250, 250), 51px 51px rgb(251, 251, 251), 52px 52px rgb(252, 252, 252), 53px 53px rgb(252, 252, 252), 54px 54px rgb(253, 253, 253), 55px 55px rgb(253, 253, 253), 56px 56px rgb(254, 254, 254), 57px 57px rgb(255, 255, 255);
}

.tabcircle i.royalblue {
    color: #3F51B5;
}

.tabcircle i.purple {
    color: #9C27B0;
}

.tabcircle i.green {
    color: #B5BD8E;
}

.tabcircle i.red {
    color: #DA3867;
}

.tabcircle i.lightblue {
    color: #8ACDDD;
}

.tabcircle i.orange {
    color: #E38F75;
}


/* VPS Launcher */

.cloud-vps-launcher:after {
    background: url('/images/backgrounds/7.jpg');
    background-size: cover;
    content: "";
    opacity: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

p.intro {
	font-size: 19px;
}

.cloud-vps-launcher {
    padding: 0px;
    padding-bottom: 45px;
    background-size: contain;
    background: -moz-linear-gradient(top, rgba(239, 239, 239, 1) 0%, rgba(255, 255, 255, 0.44) 49%, rgba(255, 255, 255, 0) 87%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(239, 239, 239, 1) 0%, rgba(255, 255, 255, 0.44) 49%, rgba(255, 255, 255, 0) 87%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(239, 239, 239, 1) 0%, rgba(255, 255, 255, 0.44) 49%, rgba(255, 255, 255, 0) 87%, rgba(255, 255, 255, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#ffffff', GradientType=0);
    overflow: hidden;
    position: relative;
}

.cloud-vps-launcher .newplans_box:after {
    border-top-color: #EFEFEF;
}

.panel-vps-app h5 {
    padding: 0px 15px;
    font-size: 13px;
    font-weight: normal;
    margin-top: 0px;
}

.cloud-vps-launcher h4 {
    padding-bottom: 25px;
}

.panel-vps-app .app-wrapper {
    padding: 50px 90px;
    background: url('/images/backgrounds/vps-app-background.png');
    background-size: cover;
    min-height: 210px;
    transition-property: all;
    transition-duration: .5s;
}

.panel-vps-app .app-wrapper i {
    font-size: 54px;
    color: white;
    background: #3F51B5;
    opacity: 0.9;
    padding: 15px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    transition-property: all;
    transition-duration: .2s;
}

.panel-vps-app:hover .app-wrapper i {
    font-size: 74px;
    background: #FF4081;
    opacity: 1;
}

.panel-vps-app .app-wrapper img {
    background: #3F51B5;
    opacity: 1;
    padding: 15px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    width: 84px;
    height: 88px;
    transition-property: all;
    transition-duration: .2s;
}

.panel-vps-app:hover .app-wrapper img {
    background: #FF4081;
    width: 104px;
    height: 109px;
    opacity: 1;
}

.panel-vps-app:hover .app-wrapper {
    background: url('/images/backgrounds/vps-app-background-active.png');
    background-size: cover;
}

.panel-vps-app .panel-body p {
    font-size: 15px;
    min-height: 135px;
}

.panel-vps-app .panel-footer {
    border-top: 0px;
    padding: 0px 10px;
    background: #FFF;
}

.panel-vps-app {
    border-radius: 2px;
    margin-bottom: 50px;
    border: 0;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .12);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .12);
}

.panel-vps-app .panel-heading {
    color: #FF4081 !important;
    font-size: 23px;
    background-image: unset;
    background: #FFF !important;
}


/* VPS Text */

.vps-text {
    padding: 45px 0px;
    padding-bottom: 90px;
    overflow: hidden;
    background: url(../images/paper_bg.jpg);
    background-size: cover;
}

.vps-text h1 {
    font-weight: 700;
    font-size: 31px;
    text-shadow: -1px 1px 0 #2d2d2f;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #424242;
    text-align: left;
    margin-top: 65px;
}

.vps-text h2 {
    color: #424242;
    text-align: left;
    font-weight: 400;
    font-size: 17px;
    margin-top: 25px;
}

.vps-text img {
    padding-top: 15%;
}

.vps-text p {
    font-size: 17px;
    padding-right: 35px;
}


/* Questions Accordion */

.qa-accordion {
    padding: 55px 0;
    overflow: hidden;
    background: #FFFFFF;
}

.qa-accordion h3 {
    font-weight: 700;
    font-size: 26px;
    padding: 0;
    margin-bottom: 30px;
    letter-spacing: -0.07em;
}

.qa-accordion p.maintext {
    font-size: 16px;
}

.qa-accordion .panel {
    box-shadow: none !important;
    background: transparent;
}

.qa-accordion .panel, .qa-accordion .panel-group .panel-heading+.panel-collapse>.panel-body {
    border: none;
    box-shadow: 0;
}

.qa-accordion .panel-body {
    border-top: 0 !important;
}

.qa-accordion .panel-heading {
    border: 0;
    border-bottom: 1px solid #d8d6d6;
    background: #FFF !important;
    border-radius: 0;
    padding: 12px 10px;
}

.qa-accordion .panel-heading h4.panel-title a {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    color: #212121;
}

.qa-accordion .panel-heading h4.panel-title a:hover {
    color: #DA3867;
}

.qa-accordion .panel-heading h4.panel-title i {
    margin: 2px 7px 0 0;
    vertical-align: middle;
    font-size: 19px;
    color: #DA3867;
}

.qa-accordion .panel-body {
    padding: 15px 0;
    margin: 0;
}

.qa-accordion .panel-body p {
    font-size: 16px;
    padding: 0px 10px;
    margin: 0;
}

.qa-stats{
	line-height: 15px;
}
.qa-stats span{
    margin-right: 10px;
	margin-left: 10px;
}

button.btn.qa-vote {
	margin-bottom: 0;
    margin-top: -9px;
}


/* Responsive Table - VPS */

.vps-table {
    background: url(../images/vps-table-bg.png) no-repeat;
    background-size: cover;
    padding: 70px 0;
    z-index: 0;
    position: relative;
}

.vps-products-table {
    min-width: 100%;
    border: 0;
    font-family: 'Roboto', Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif!important;
    margin-bottom: 45px;
}

.vps-products-table thead {
    border: 0;
    background: transparent;
}

.vps-products-table thead th {
    background: #FF4081;
    color: #fff!important;
    font-weight: 900;
    font-size: 18px!important;
    border: 0!important;
    font-family: 'Roboto', Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif!important;
    text-shadow: none;
    padding-top: 10px!important;
    padding-bottom: 10px!important;
    text-align: center;
}

.vps-products-table thead th span {
    display: block;
    width: 100%;
    margin-top: 6px;
}

.vps-products-table thead th:first-child, .vps-products-table thead tr {
    background: transparent;
}

.vps-products-table th {
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    padding: 16px 12px;
    color: #424242;
    font-size: 14px;
    background: #fff;
}

.vps-products-table td {
    color: #424242;
    padding: 16px 12px;
    font-size: 14px;
    border-right: 1px solid #eae8e8;
    text-align: center;
}

.vps-products-table td:first-child {
    text-align: left;
}

.vps-products-table td:last-child {
    border-right: 0;
}

.vps-products-table tr {
    background: #fff;
}

.vps-products-table td i.fa-times {
    color: #ff4081;
}

.vps-products-table td i.fa-check {
    color: #258D5C;
}

.vps-products-table tr.price-comparison {
    background: transparent;
}

.vps-products-table tr.price-comparison td {
    font-weight: 300;
    font-size: 23px;
    letter-spacing: -.06em;
    background: #ee2f70;
    border: 0;
    color: #fff;
}

.vps-products-table tr.price-comparison td:first-child {
    background: transparent;
    border-top: 0;
}


/* End of Responsive Table */


/* ========================
  6 = Dedicated Servers
  ======================== */

#subheader.dedicated-servers {
    background: url(../images/deticated-servers-bg.png);
    padding: 100px 25px;
}

#subheader.dedicated-servers h1 {
    color: #424242;
    text-shadow: none;
}

#subheader.dedicated-servers h2 {
    color: #424242;
}

.pricingbox.servers {
    padding: 55px 0 90px;
}


/* Dedicated Servers Table */

.moreservers {
    width: 100%;
    background: #212832;
    padding: 55px 0 40px;
    border-top: 1px solid #252d38;
    position: relative;
}

.moreservers h3 {
    color: #fff;
    
    margin-bottom: 30px;
    text-align: center;
    font-size: 29px;
}

.moreservers button {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    margin-top: 40px;
    z-index: 9;
    font-size: 16px;
    line-height: 29px;
    font-weight: 300;
}

.servers-table {
    padding: 75px 0 55px;
    overflow: hidden;
    display: none;
}

.server-products-table {
    min-width: 100%;
    border: 1px solid #eae8e8;
    font-family: 'Roboto', Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif!important;
    margin-bottom: 45px;
}

.server-products-table thead {
    border: 0;
    background: transparent;
}

.server-products-table thead th {
    background: #3F51B5;
    color: #fff!important;
    font-weight: 900;
    font-size: 15px!important;
    border: 0!important;
    font-family: 'Roboto', Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif!important;
    text-shadow: none;
    padding-top: 10px!important;
    padding-bottom: 10px!important;
    text-align: center;
}

.server-products-table th {
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    padding: 16px 12px;
    color: #424242;
    font-size: 14px;
    background: #fff;
}

.server-products-table td {
    color: #424242;
    padding: 16px 12px;
    font-size: 14px;
    border-right: 1px solid #eae8e8;
    text-align: center;
}

.server-products-table td:first-child, .server-products-table thead th:first-child {
    text-align: left;
}

.server-products-table td:last-child {
    border-right: 0;
}

.server-products-table tr {
    background: #fff;
}

.server-products-table td i.fa-times {
    color: #ff4081;
}

.server-products-table td i.fa-check {
    color: #258D5C;
}


/* Features */

.features-server h2 {
    font-weight: 200;
    font-size: 36px;
    color: #212832;
    text-shadow: -1px 1px 0 rgba(21, 24, 29, 0.15);
}
.features-server {
    padding: 60px 0px;
    overflow: hidden;
    position: relative;
    min-height: 1080px;
	background: url(../images/backgrounds/v3_rocket.jpg) no-repeat center top;
	background-size: cover;
}

.features-server video#media-video-rocket {
    width: 100%;
    min-height: 100%;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.video-shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition-property: opacity;
    transition-duration: 3s;
}

.video-shadow.go-away {
    opacity: 0;
}

.features-server h3 {
    color: #fff;
    
    margin-bottom: 30px;
    padding: 0 20px;
    font-size: 25px;
}

.features-server .launch-action h3 {
    font-size: 30px;
}

.features-server .launch-action p {
    font-size: 20px;
}

.features-server p {
    color: #fff;
    font-size: 17px;
    padding: 0 50px;
}

.server-feature {
    margin-bottom: 40px;
}

.rightside {
    text-align: right;
}

.server-feature h4 {
    color: #303843;
    margin-bottom: 5px;
    padding: 0;
    font-size: 18px;
}

.server-feature p {
    font-size: 20px;
    padding: 0;
    margin-bottom: 0;
    margin-top: 20px;
    color: #171C25;
}

.server-feature mark {
    font-size: 20px;
}
mark.lightblue {
	background: #2196f3;
}


/* ========================
  7 = Domains
  ======================== */

.domainavailability {
    padding-top: 50px;
    padding-bottom: 250px;
    position: relative;
    overflow: hidden;
}

.domainavailability div.center-block {
    z-index: 2;
}

.domainavailability h1 {
	font-size: 29px;
    display: table;
    border-bottom: 0;
    padding: 0 15px;
    margin: 0 auto;
    color: #555;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 25px;
}

.domain-form-container .form-group.form-group-lg label.control-label {
    font-size: 15px;
    line-height: .99999998;
    font-weight: 400;
    margin: 15px 0 0 0;
}

#domainSearchModal ul.nav.nav-tabs {
    background: #f5f5f5;
}

#domainSearchModal ul.nav.nav-tabs li.tabs-or {
    width: 50%;
    text-align: center;
}

#domainSearchModal ul.nav.nav-tabs li.active a h4 {
    color: #ff4081 !important;
}

#domainSearchModal ul.nav.nav-tabs li:not(.tabs-or) a:hover h4 {
    color: grey;
}

#searchTab .panel {
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
}

.material .material-input .material-bar:before, .material .material-input .material-bar:after {
    background: #dddddd;
    width: 50%;
    height: 1px;
}

.material .material-input :focus~.material-bar:before, .material .material-input :focus~.material-bar:after {
    background: #80cbc4 !important;
    height: 2px !important;
}

.domain-form-container .progress {
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
}

.domain-form-container .panel-heading .checkbox {
    float: right;
    margin: 0;
}

.domain-form-container .panel-heading {
    cursor: pointer;
    transition: background .5s ease;
    border-radius: 3px;
}

.domain-form-container .panel-heading i {
    margin-right: 10px;
}

.domain-form-container .panel-heading i.fa-spin {
    font-size: 21px;
    margin-right: 0;
}

.domain-form-container .material .material-input input {
    border-bottom: 0;
    font-size: 27px;
}

.domain-form-container .material .togglebutton label .toggle:after {
    box-shadow: unset;
    -webkit-box-shadow: unset;
}

.domain-form-container .panel-heading.loading {
    background: white;
    color: #d4d4d4;
    cursor: no-drop;
}

.domain-form-container .material .form-group-lg, .domain-form-container .material .form-group {
    margin-top: 0;
}

.domain-form-container .form-group.is-focused .form-control {
    background-image: unset;
}

.domain-form-container .popular-domains .checkbox label {
    color: #757575;
}

.domain-form-container .popular-domains {
    margin: 20px 0px;
}

.domain-form-container .panel .panel-body .checkbox label {
    color: #6d6d6d;
}

.domain-form-container .panel-body {
    display: none;
}

div#delayedDomains div.mainGroup {
    padding: 0px 2px;
}

div#delayedDomains div.mainGroup .panel-body {
    padding: 10px 0px;
}

div#delayedDomains {
    padding: 10px 0px;
}

.domain-form-container button.btn-fab {
    background: #009688;
    color: white;
}

.domain-form-container .togglebutton label {
    color: #5a5a5a;
    font-size: 14px;
}

.domain-icon {
    text-align: center;
    margin-top: 15px;
}

.row.suggest-list {
    margin-top: 50px;
}

.row.suggest-list .recheck:last-child {
    border-bottom: 0;
    margin-bottom: 50px;
}

.row.suggest-list .col-sm-12 {
    padding: 10px 0px;
    border-bottom: 1px dashed #CCC;
    min-height: 115px;
}

span.pink {
    color: #ff2770;
}

span.purple {
    color: #9C27B0;
}

.row.suggest-list h5 {
    margin: 7px 0px;
    font-size: 24px;
}

.is-status {
    display: block;
    font-size: 14px;
}

.domainavailability .material .material-input:focus~label, .tellmeform .material .material-input .filled~label {
    font-weight: 300;
}

.domainavailability .material .material-input label {
    margin-top: 7px;
}

.domainavailability .material .material-input input {
    font-size: 16px;
    height: 41px;
    width: 100%;
    border: 0;
    border-bottom: 1px solid lightgray;
    outline: none;
    background: 0;
    float: left;
    position: relative;
}

.domainavailability .material .material-select {
    font-size: 14px;
}

.domainavailability .material .material-select ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.domainavailability button i {
    font-size: 16px;
}

/* Ribons */

.corner-ribbon{
	font-size: 16px;
    width: 200px;
    background: #e43;
    position: absolute;
    top: 25px;
    left: -50px;
    text-align: center;
    line-height: 50px;
    color: #ffffff;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.corner-ribbon.sticky{
	position: absolute;
    z-index: 2;
}

.corner-ribbon.shadow{
  box-shadow: 0 0 3px rgba(0,0,0,.3);
}


.corner-ribbon.top-left{
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.corner-ribbon.top-right{
  top: 25px;
  right: -50px;
  left: auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-left{
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-right{
  top: auto;
  right: -50px;
  bottom: 25px;
  left: auto;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.corner-ribbon.white{background: #f0f0f0; color: #555;}
.corner-ribbon.black{background: #333;}
.corner-ribbon.grey{background: #999;}
.corner-ribbon.blue{background: #39d;}
.corner-ribbon.green{background: #2c7;}
.corner-ribbon.turquoise{background: #1b9;}
.corner-ribbon.purple{background: #95b;}
.corner-ribbon.red{background: #e43;}
.corner-ribbon.orange{background: #e82;}
.corner-ribbon.yellow{background: #ec0;}

/* Domain TLDs */

.domaintlds {
    padding: 0;
    background: #fff;
    overflow: hidden;
}

.domaintlds h2 {
    
    font-size: 29px;
    margin-bottom: 22px;
}

.domaintlds p.subtitle {
    padding: 0 100px;
}

.domain-tlds-grid {
    text-align: center;
    margin: 50px 0;
}

.domain-tlds-grid .block-grid-item {
    padding: 25px;
}

.domain-tlds-grid .block-grid-item .tld {
    padding: 25px;
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.tldprice {
    font-size: 15px;
    padding-top: 20px;
    margin: 30px 0 0;
    border-top: 2px solid #e2e0e0;
    position: relative;
    background: #ffffff;
}

.tldprice:after, .tldprice:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.tldprice:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 10px;
    margin-left: -10px;
}

.tldprice:before {
    border-color: rgba(204, 204, 204, 0);
    border-bottom-color: #e2e0e0;
    border-width: 13px;
    margin-left: -13px;
}

.domaintlds h3 {
    font-size: 29px;
    
}

.domaintlds h3 strong {
    color: #ff4081;
}

.domaintlds h3 span {
    display: block;
    color: #ff4081;
    padding-top: 10px;
}


.owl-item .titleborder.centered {
    margin-bottom: 100px;
}

.domain-prices .domains-nav {
    z-index: 2;
    font-size: 40px;
    color: #ff2770;
}

.domain-prices .domains-nav:first-child {
    text-align: right;
}


/* Features */

.domain-features-text {
    padding: 67px 0 60px;
    overflow: hidden;
    background: #f3f3f3;
    border-bottom: 1px solid #dedede;
}

.domain-features-text h4 {
    color: #424242;
    margin-top: 0;
    font-size: 29px;
    
}

.domain-features-text h5 {
    font-size: 23px;
    color: #FF4081;
    
}

.domain-features {
    padding: 55px 0;
    padding-bottom: 0;
    overflow: hidden;
	background: #f5f5f5;
}

.domain-nav {
    width: 125px;
    border-right: 1px solid #dddddd;
}

.premium-marker span {
    font-size: 13px;
    margin: 19px 0px;
    display: block;
}

.domain-features span.label {
    font-size: 18px;
    font-weight: normal;
    display: block;
}
.domain-addons h3 {
    margin-top: -2px;
    font-weight: 300;
}
.domain-features p {
    font-size: 17px;
}

.domain-features img {
    margin-top: 15px;
    background: #eee;
    padding: 10px;
}

strong.pink {
    color: #ff2770;
}


/* ========================
  8 = About Us
  ======================== */

#subheader.about {
    background: url(../images/about_bg.jpg) center center no-repeat;
    padding: 100px 25px;
}

#subheader.about:after {
    background: rgba(34, 43, 50, .9);
    bottom: 0px;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

/* Anion */

.anion-bird-bg {
	background: url('../images/anion/anion_bird_background.jpg') !important;
	background-size: cover;
}
.anion-bird-bg-main {
	background: url('../images/anion/anion_bird_background_main.jpg') !important;
	background-size: cover;
}

.anion-bird-bg-main i.icon-play {
    font-size: 90px;
    color: white;
	transition: all 0.3s ease;
    text-shadow: 1px 0px 80px #2196f3;
}

.anion-bird-bg-main i.icon-play:hover {
    text-shadow: 1px 0px 80px #7312ff;
	cursor: pointer;
}


@media (min-width: 992px) {
	.modal-xl {
		width: 1280px;
	}
}

.modal-video .modal-content{
	background: transparent;
}

.modal-video .modal-header button{
	color: white;
    text-shadow: 0 1px 0 #000;
    opacity: 1;
}

.modal-video .modal-header .modal-title{
	color: #1c8ae1;
}

#anionPromo {
	background: rgba(0, 0, 0, 0.7);
}

.anion-descr.anion-bird-bg h3 {
    text-shadow: -1px 1px 0 #070a19;
    color: white;
}

.anion-descr.anion-bird-bg h1 {
	
    text-shadow: 0px -28px 10px rgb(10, 90, 211);
    color: rgb(255, 255, 255);
}

.anion-descr {
    padding: 100px 0 200px;
    overflow: hidden;
	background: #f1f1f1;
}

.anion-descr.white {
	background: #fff;
}

.anion-descr h1 {
	font-family: 'Roboto', Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
    padding-top: 10px;
    font-weight: 300;
    font-size: 3.28em;
    text-shadow: -1px 1px 0 #fff;
}

.anion-descr h3 {
	font-family: 'Roboto', Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
    font-weight: 100;
    font-size: 2.28em;
    text-shadow: -1px 1px 0 #fff;
}

.anion-descr h3 strong {
    font-weight: 300;
}

.anion-descr h3 small {
	display: block;
    padding-top: 20px;
}

.anion-screenshots {
	padding: 85px 0 50px;
    overflow: hidden;
	background: url("../images/anion/mac_compose_email.png");
	background-size: cover;
	position: relative;
}

.anion-screenshots .newplans_box:before {
    border-top-color: #242b39;
}

.anion-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	background: -moz-linear-gradient(left,  rgba(240,240,239,0) 0%, rgba(240,240,239,0.03) 1%, rgba(36,43,58,0.65) 20%, rgba(36,43,58,0.85) 35%, rgba(36,43,58,1) 50%, rgba(36,43,58,0.85) 65%, rgba(36,43,58,0.65) 80%, rgba(36,43,58,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(240,240,239,0) 0%,rgba(240,240,239,0.03) 1%,rgba(36,43,58,0.65) 20%,rgba(36,43,58,0.85) 35%,rgba(36,43,58,1) 50%,rgba(36,43,58,0.85) 65%,rgba(36,43,58,0.65) 80%,rgba(36,43,58,0) 100%);
	background: linear-gradient(to right,  rgba(240,240,239,0) 0%,rgba(240,240,239,0.03) 1%,rgba(36,43,58,0.65) 20%,rgba(36,43,58,0.85) 35%,rgba(36,43,58,1) 50%,rgba(36,43,58,0.85) 65%,rgba(36,43,58,0.65) 80%,rgba(36,43,58,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f0f0ef', endColorstr='#00242b3a',GradientType=1 );
}

.anion-intro-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	background: -moz-linear-gradient(top,  rgba(33,150,243,1) 10%, rgba(36,43,58,0) 80%);
	background: -webkit-linear-gradient(top,  rgba(33,150,243,1) 10%,rgba(36,43,58,0) 80%);
	background: linear-gradient(to bottom,  rgba(33,150,243,1) 10%,rgba(36,43,58,0) 80%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2196f3', endColorstr='#00242b3a',GradientType=0 );
}

.anion-screenshots h3 {
    color: white;
}

.anion-mail-compose {
    padding: 105px 0 85px;
    overflow: hidden;
	background: url("../images/anion/anion_background_city.png");
	background-size: cover;
	position: relative;
}

.anion-mail-compose h1 {
    padding-top: 0px;
    font-weight: 300;
    font-size: 40px;
	color: white;
}

.anion-mail-compose h3 {
	font-family: 'Roboto', Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
    font-weight: 300;
    font-size: 30px;
	padding-bottom: 5px;
}

.anion-mail-compose h4 {
    color: #2196f3;
}

.anion-mail-compose h3 strong {
	
	font-weight: 300;
	color: #1269ae;
}

.anion-mail-compose h3 small {
    display: block;
    padding-top: 10px;
}

.anion-mail-compose h3 img {
    float: left;
    margin-right: 35px;
    width: 200px;
}

/* Description */

.about-descr {
    overflow: hidden;
	background: url(../images/ion_office.png);
	background-size: cover;
}

.about-descr h3 {
	color: #424242;
    
    margin-bottom: -25px;
    text-align: center;
    font-size: 29px;
    margin-top: 25px;
}

.about-descr p {
    font-size: 17px;
	padding: 0px 15px;
}

.about-descr p.topspacing {
    padding-top: 50px;
}

.about-descr p.description {
    padding: 0 40px;
    margin-bottom: 55px;
    text-align: center;
}

.about-icons {
    background: rgba(36, 43, 58, 0.96);
    padding: 67px 0 55px;
    overflow: hidden;
    text-align: center;
}

.whyion-icons {
	background: #009a78;
	background: -moz-linear-gradient(left,  #009a78 20%, #0081b3 80%);
	background: -webkit-linear-gradient(left,  #009a78 20%,#0081b3 80%);
	background: linear-gradient(to right,  #009a78 20%,#0081b3 80%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009a78', endColorstr='#0081b3',GradientType=1 );
    padding: 0px;
    overflow: hidden;
    text-align: center;
	margin-top: 75px;
}

.popover.top>.arrow:after {
    bottom: 2px;
}

.whyion-icons .col-sm-3 {
    padding: 0;
}

.whyion-icons h3 {
    position: absolute;
    bottom: 0px;
    left: 0px;
    color: white;
	text-align: center;
	width: 100%;
	font-size: 20px;
	padding-bottom: 5px;
}

.about-icons p {
    font-weight: 600;
    font-size: 21px;
    color: #f8f8f8;
    margin-top: 25px;
}

.about-icons p small {
    display: block;
	font-weight: 100;
}

.about-icons i {
    font-size: 50px;
    color: white;
}

.about-team {
    padding: 55px 0;
    overflow: hidden;
}

.about-team h3 {
    color: #424242;
    
    margin-bottom: 30px;
    padding: 0;
    text-align: center;
    font-size: 29px;
}

.about-team p {
    padding: 0 40px;
    margin-bottom: 55px;
    text-align: center;
    font-size: 19px;
}


/* Team */

.team-grid {
    margin-top: 15px;
}

.team-grid .block-grid-item {
    padding: 0;
    margin: 0;
}

.team-grid .block-grid-item h6 {
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    margin-bottom: 0;
    padding: 0;
    
}

.team-grid .block-grid-item p {
    font-size: 16px;
    text-align: center;
    margin-bottom: 17px;
}

.list-group .list-group-item .row-action-primary i {
    background: #3f51b5;
}

small.quote_blue {
    color: #ffffff;
    font-size: 17px;
}

/* Timeline */

.about-timeline {
    padding: 65px 0;
    overflow: hidden;
    background: #fff;
}

.timeline-content .panel-body img {
    float: left;
    width: 50%;
    margin-right: 20px;
	margin-bottom: 5px;
}

.timeline {
    list-style: none;
    position: relative;
    max-width: 1170px;
    padding: 20px;
    margin: 0 auto;
    overflow: hidden;
}

.timeline:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -2px;
    background: #dad7d7;
    height: 100%;
    width: 2px;
    display: block;
}

.timeline .timeline-row {
    padding-left: 50%;
    position: relative;
    z-index: 10;
}

.timeline .timeline-row .timeline-time {
    position: absolute;
    right: 50%;
    top: 40px;
    text-align: right;
    margin-right: 40px;
    font-size: 25px;
    line-height: 1.3;
    font-weight: 300;
    color: #424242;
}

.timeline .timeline-row .timeline-icon {
    position: absolute;
    top: 37px;
    left: 50%;
    margin-left: -18px;
    width: 36px;
    height: 36px;
    background: #80D5DD;
    overflow: hidden;
    z-index: 100;
    border-radius: 50%;
    border: 8px solid #eee;
}

.timeline .timeline-row .timeline-content {
    margin-left: 40px;
    position: relative;
    background: #ff4081;
    color: #fff;
    border-radius: 0;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    z-index: 5;
    padding: 25px;
}

.timeline .timeline-row .timeline-content:before {
    content: "";
    width: 100%;
    height: 30px;
    border-radius: 0;
    position: absolute;
    top: -10px;
    left: 0;
    transform: scale(.95);
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    z-index: -1;
    background: rgba(255, 64, 129, .5);
}

.timeline .timeline-row .timeline-content:after {
    content: "";
    position: absolute;
    top: 53px;
    left: -41px;
    height: 2px;
    width: 40px;
    background: #dad7d7;
    z-index: -1;
}

.timeline .timeline-row .timeline-content .panel-body {
    padding: 15px 15px 2px;
    position: relative;
    z-index: 10;
}

.timeline .timeline-row .timeline-content h2 {
    font-size: 19px;
    margin-bottom: 12px;
    margin-top: 0;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: -.03em;
    color: #fff;
}

.timeline .timeline-row .timeline-content p {
    margin-bottom: 15px;
}

.timeline .timeline-row:nth-child(odd) {
    padding-left: 0;
    padding-right: 50%;
}

.timeline .timeline-row:nth-child(odd) .timeline-time {
    right: auto;
    left: 50%;
    text-align: left;
    margin-right: 0;
    margin-left: 40px;
}

.timeline .timeline-row:nth-child(odd) .timeline-content {
    margin-right: 40px;
    margin-left: 0;
}

.timeline .timeline-row:nth-child(odd) .timeline-content:after {
    left: auto;
    right: -41px;
}

.timeline.animated .timeline-row .timeline-content {
    left: 20px;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition: all 0.8s;
}

.timeline.animated .timeline-row:nth-child(odd) .timeline-content {
    left: -20px;
}

.timeline.animated .timeline-row.active .timeline-content {
    left: 0;
}

.timeline.animated .timeline-row.active:nth-child(odd) .timeline-content {
    left: 0;
}


/* ========================
  9 = FAQ
  ======================== */

#subheader.faq {
    background: #3F445B;
    padding: 100px 25px;
}


/* FAQ categories and accordions */

.faq-tabs {
    padding: 40px 0;
    background: #E9E9E9;
    overflow: hidden;
}

.faq-categories {
    overflow: hidden;
}

.faq-categories ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.faq-categories ul li a {
    border: 3px solid #C6C6C8;
    color: #999;
    font-weight: 400;
    display: block;
    float: left;
    font-size: 15px;
    margin: 0 6px 6px 0;
    padding: 7px 10px;
    position: relative;
    border-radius: 8px;
}

.faq-categories ul li a span.badge {
    margin-left: 5px;
    font-size: 11px;
    background: #b2b2b4;
    padding: 4px 7px 5px;
}

.faq-categories ul li a:hover, .faq-categories ul li.active a {
    border-color: #9E9996;
    color: #fff;
    background: #9E9996;
}

.faq-categories ul li a:hover span.badge, .faq-categories ul li.active span.badge {
    background: #fff;
    color: #999;
}

.faq-tabs-white {
    padding: 55px 0;
    overflow: hidden;
}

.faq-tabs-white .tab-content {
    font-size: 16px;
}

.faq-tabs-white .panel {
    box-shadow: none !important;
    background: transparent;
}

.faq-tabs-white .panel, .faq-tabs-white .panel-group .panel-heading+.panel-collapse>.panel-body {
    border: none;
    box-shadow: 0;
}

.faq-tabs-white .panel-body {
    border-top: 0 !important;
}

.faq-tabs-white .panel-heading {
    border: 0;
    border-bottom: 1px solid #E9E9E9;
    background: transparent;
    border-radius: 0;
    padding: 12px 0;
}

.faq-tabs-white .panel-heading h4.panel-title a {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    color: #212121;
}

.faq-tabs-white .panel-heading h4.panel-title a:hover {
    color: #DA3867;
}

.faq-tabs-white .panel-heading h4.panel-title i {
    margin: 2px 7px 0 0;
    vertical-align: middle;
    font-size: 19px;
    color: #DA3867;
}

.faq-tabs-white .panel-body {
    padding: 15px 0;
    margin: 0;
}

.faq-tabs-white .panel-body p {
    text-align: left;
    font-size: 15px;
    padding: 0;
    margin: 0;
}


/* Support Nethods */

.other-support-methods {
    padding: 67px 0;
    background: url(../images/other-support-bg.png);
    overflow: hidden;
}

.other-support-methods h3 {
    color: #fff;
    
    margin: 0 0 20px;
    padding: 0;
    font-size: 29px;
}

.other-support-methods p {
    color: #fff;
    margin: 0;
    font-size: 16px;
}

.support-method {
    padding-left: 80px;
    margin-bottom: 50px;
}

.support-method:last-child {
    margin-bottom: 0;
}

.support-method h4 {
    padding: 0 0 15px;
    margin: 0;
    font-size: 24px;
    color: #fff;
}

.support-method h4 i {
    margin-right: 8px;
    color: #E9E9E9;
}

.support-method p {
    color: #ccc;
    font-size: 17px;
}

ul.support-links {
    margin: 80px 0 0;
    padding: 0;
    list-style: none;
}

ul.support-links li {
    background: #3b3f56;
    padding: 8px 12px;
    margin-bottom: 1px;
    color: #fff;
    font-size: 16px;
}

ul.support-links li i {
    margin-right: 8px;
}

ul.support-links li a {
    color: #fff;
    font-weight: 300;
}

ul.support-links li a span {
    color: #171C25;
    font-weight: 500;
}

.subheader {
    padding: 100px 25px;
}
.subheader.dark {
    background: #3F445B;
}
.subheader.darker {
    background: #282b3a;
}
.subheader.dark h3{
	color: #eee;
}
.subheader.light {
    background: #fff;
}
.subheader.light h3 {
    color: #555;
    margin: 35px 0px;
}
.subheader.dark p {
    color: white;
}
.subheader.spacing {
	padding: 100px 25px;
}
.subheader.spacing h1 {
    font-weight: 800;
}
.subheader.spacing h4 {
    font-weight: 100;
}
.subheader.spacing h5 {
    font-weight: 100;
}
mark.orange {
    background: #ff5722;
}
.fully-managed .flatty_shadow {
    border-radius: 50%;
}
/* ========================
  ION Ticker
  ======================== */
.ticker {
	color: white;
    display: inline-block;
    padding-top: 6px;
}
.ticker div {
	display: inline-block;
	word-wrap: break-word;
}
.ticker a:hover {
    color: #ff5722;
}
.ticker a {
    color: white;
}  
  /* ========================
  ION Common
  ======================== */
  
.subheader.booster p, .subheader.shield p, .subheader.webs p, .subheader.bizz p {
	color: white;
}
.subheader.booster h3, .subheader.shield h3, .subheader.webs h3, .subheader.bizz h3 {
    color: #ddd;
}
.subheader.booster h2, .subheader.shield h2, .subheader.webs h2, .subheader.bizz h2 {
    color: #eee;
}
.subheader.booster h1, .subheader.shield h1, .subheader.webs h1, .subheader.bizz h1 {
    color: white;
}
.subheader.booster h4, .subheader.shield h4, .subheader.webs h4, .subheader.bizz h4 {
    color: #fefefe;
}
.subheader.booster h5, .subheader.shield h5, .subheader.webs h5, .subheader.bizz h5 {
    color: #fefefe;
}
.subheader.booster hr, .subheader.shield hr, .subheader.webs hr, .subheader.bizz hr {
	border-color: rgba(255, 255, 255, 0.28);
}

@keyframes jump {
  0% {
    top: 0;
  }
  50% {
    top: 10px;
  }
  100% {
    top: 0;
  }
}

#arrow-down {
	position: absolute;
    margin-top: -40px;
    text-align: center;
    animation: jump 1s infinite;
    right: 45%;
}
#arrow-down i {
	content: '\f0a8';
    font-family: 'FontAwesome';
    font-size: 20px;
    color: white;
}

/* ========================
  ION Shield
  ======================== */

.subheader.shield {
    background: #673AB7;
}
/* Anti-DDoS Table */

#firewall table {
    margin-top: 25px;
}

#firewall td, #firewall tr {
    font-size: 15px;
    font-weight: 400;
    padding: 10px 10px;
	text-align: left;
}

#firewall th {
    font-size: 18px;
    font-weight: normal;
}

#firewall td i {
    margin: 0px 5px;
}

#firewall td span {
    margin: 0px 10px;
}

/* ========================
  ION Booster
  ======================== */

.subheader.booster {
    background: #4CAF50;
}

/* ========================
  ION Bizz
  ======================== */

.subheader.bizz {
    background: #2196F3;
}

/* ========================
  ION Webs
  ======================== */

.subheader.webs {
    background: #ff5722;
}

button.button-more {
	position: relative;
    top: -100px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 9;
}

/* ========================
  ION Shield
  ======================== */

.subheader.shield {
    background: #9C27B0;
}


/* ==============================
   14 = Elements
   ============================== */

.elements {
    background: #e0e1e7;
    padding: 20px 0 45px;
    overflow: hidden;
}

h2.elements {
    font-weight: 300;
    margin: 30px 0;
    font-size: 24px;
    text-align: center;
    border-bottom: 4px solid #242B3A;
    padding-bottom: 12px;
    background: #171C25;
    color: #fff;
}

.elements p {
    font-size: 17px;
    font-weight: 300;
    margin: 18px 0 0;
}

blockquote {
    border: 0;
    border-left: 5px solid #ff4081;
    background: #ebebeb;
    font-size: 17px;
    font-weight: 300;
    padding: 12px 18px;
}

blockquote.ownersquote {
    border-left: 5px solid #ff4081;
    background: rgba(0, 0, 0, 0.08);
}

.ownersquote small {
	color: #EEE;
	font-size: 16px;
	font-style: italic;
	float: right;
}


#compare {
	width: 100%;
    font-size: 16px;
    color: #343b46;
}

#compare .row > div {
	display: table;
    padding: 0 4px;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    text-align: center;
}

#compare .row > div .item {
    height: 115px;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    padding: 4px 15px;
    background: white;
	font-weight: 500;
	color: #ff2770;
	font-size: 17px;
	
}

#compare .row > div .item small {
	display: block;
    font-weight: 400;
    color: initial;
}

#compare .row > div .item i {
    font-size: 40px;
    margin-top: -5px;
    float: left;
    margin-right: 20px;
	color: #1170d3;
}

#compare .row > div:first-child {
	border-left: 1px solid #CCC;
	text-align: left;
}

#compare .row.head > div {
	border-right: none;
	height: 60px;
}

#compare .row.head > div:first-child {
	border-left: none;
}

#compare .row.head span {
    display: block;
    font-size: 21px;
}

#compare .row.head .form-btn {
	display: block;
}

/* Accordion */

#accordion.example .panel {
    box-shadow: none !important;
    background: transparent;
}

#accordion.example .panel, .vps-accordion .panel-group .panel-heading+.panel-collapse>.panel-body {
    border: none;
    box-shadow: 0;
}

#accordion.example .panel-body {
    border-top: 0 !important;
}

#accordion.example .panel-heading {
    border: 0;
    border-bottom: 1px solid #d8d6d6;
    background: transparent;
    border-radius: 0;
    padding: 12px 0;
}

#accordion.example .panel-heading h4.panel-title a {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    color: #212121;
}

#accordion.example .panel-heading h4.panel-title a:hover {
    color: #DA3867;
}

#accordion.example .panel-heading h4.panel-title i {
    margin: 2px 7px 0 0;
    vertical-align: middle;
    font-size: 19px;
    color: #DA3867;
}

#accordion.example .panel-body {
    padding: 15px 0;
    margin: 0;
}

#accordion.example .panel-body p {
    text-align: left;
    font-size: 15px;
    padding: 0;
    margin: 0;
}


/* Horizontal Tabs */

.ds-horizontal-tabs .tab-content {
    margin-top: 45px;
    border-top: 1px solid #d9d1d5;
    padding: 45px 0;
    font-size: 16px;
}

.ds-horizontal-tabs .tab-content h4 {
    font-weight: 300;
    font-size: 21px;
    color: #FF4081;
    display: block;
    margin: 0 0 20px;
}

.ds-horizontal-tabs .tabs-top-horizontal>.nav-tabs {
    display: table;
    margin: 0 auto;
}

.ds-horizontal-tabs .tab-content>.tab-pane, .pill-content>.pill-pane {
    display: none;
}

.ds-horizontal-tabs .tab-content>.active, .pill-content>.active {
    display: block;
}

.ds-horizontal-tabs .tabs-top-horizontal>.nav-tabs>li {
    float: left;
    text-align: center;
    border: 0;
    margin-bottom: 0;
    background: #e9e9e9;
}

.ds-horizontal-tabs .tabs-top-horizontal>.nav-tabs>li>a {
    margin-right: 0;
    color: #424242;
    padding: 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
}

.ds-horizontal-tabs .tabs-top-horizontal>.nav-tabs>li.active:after>a {
    content: "";
}


/* Vartical Tabs */

.ds-vertical-tabs .tab-content {
    padding: 0 50px;
    font-size: 16px;
    float: right;
    width: 85%;
}

.ds-vertical-tabs .tab-content h4 {
    font-weight: 300;
    font-size: 31px;
    color: #FF4081;
    display: block;
    margin: 0 0 20px;
}

.ds-vertical-tabs .tab-content hr.small {
    margin: 21px 0;
    border-color: #d8d6d6;
}

.ds-vertical-tabs .tabs-left-vertical>.nav-tabs {
    float: left;
    width: 15%;
}

.ds-vertical-tabs .tab-content>.tab-pane, .pill-content>.pill-pane {
    display: none;
}

.ds-vertical-tabs .tab-content>.active, .pill-content>.active {
    display: block;
}

.ds-vertical-tabs .tabs-left-vertical>.nav-tabs>li {
    text-align: left;
    display: block;
    width: 100%;
    border: 0;
    margin-bottom: 0;
    background: #e9e9e9;
}

.ds-vertical-tabs .tabs-left-vertical>.nav-tabs>li>a {
    margin-right: 0;
    color: #424242;
    padding: 20px 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
}


/* Buttons */

.buttons-example {
    display: table;
    margin: 0 auto;
}

.elements .btn {
    margin-bottom: 12px;
}

.btn-xl {
    font-size: 18px;
}

.btn-lg i {
    font-size: 12px;
}

.btn.no-radius {
    border-radius: 0;
}

.btn.btn-default {
    background: #DADFE1;
}

.btn.btn-primary {
    background: #4B77BE;
}

.btn.btn-info {
    background: #59ABE3;
}

.btn.btn-success {
	color: #fff !important;
    background: #4caf50 !important;
}

.btn.btn-warning {
	color: #fff !important;
    background: #ff5722 !important;
}

.btn.btn-danger {
    color: #fff !important;
    background: #4caf50 !important;
}




/* Counters */

.counters .odometer {
    color: #424242;
    font-size: 50px;
    text-align: center;
    font-weight: 900;
    font-family: 'Roboto', Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
}

.elements h5.badge {
    font-size: 18px;
    padding: 9px 20px;
    background: #DE6262;
    display: table;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 30px;
}

.pricingtables.default {
    background: #fff;
    overflow: hidden;
    padding: 0;
}

.pricingtables.default .panel-heading {
    background: #222;
}

.pricingtables.default .most-popular .panel-heading {
    background: #3a5955;
}

.pricingtables.default .panel-heading h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -.07em;
    margin: 0;
    padding: 12px 0;
}


/* BUTTONS */

.button-pink {
    color: #fff !important;
    background: #ff4081 !important;
}

.button-raised {
    background: #ccc;
}

.button-white {
    background: #fff !important;
}

.button-purple {
    color: #fff !important;
    background: #9C27B0 !important;
}

.button-orange {
    color: #fff !important;
    background: #ff5722 !important;
}

.button-dark {
    color: #fff !important;
    background: #303843 !important;
	text-shadow: none;
}

.button-green {
    color: #fff !important;
    background: #009688 !important;
}

.button-blue {
    color: #fff !important;
    background: #3F51B5 !important;
}

.button-navy {
    color: #fff !important;
    background: #171C25 !important;
}

.button-price {
    min-width: 82px;
}

.button-fade {
    transition: all 0.5s ease;
}

a.button-fab, a.button-purple, a.button-blue, a.button-navy {
    color: #fff;
    text-decoration: none;
}

a.button-fab:hover, a.button-purple:hover, a.button-blue:hover, a.button-navy:hover, a.button-fab:focus, a.button-purple:focus, a.button-blue:focus, a.button-navy:focus {
    color: #fff;
    text-decoration: none;
}

a.button-raised, a.button-white {
    color: #000;
    text-decoration: none;
}

a.button-raised:hover, a.button-white:hover, a.button-raised:focus, a.button-white:focus {
    color: #000;
    text-decoration: none;
}

.button-circle {
    border-radius: 50%;
    font-size: 24px;
    height: 56px;
    margin: auto;
    min-width: 56px;
    width: 56px;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, .12), 0 1px 1px 0 rgba(0, 0, 0, .24);
    position: relative;
    line-height: normal;
}

button.button-circle i {
    color: #fff;
}


/* FORMS */

.material .material-input {
    position: relative;
    padding-top: 18px;
    margin-bottom: 10px;
}

.material .material-input:after {
    display: block;
    clear: both;
    content: "";
}

.material .material-input input {
    font-size: 16px;
    width: 100%;
    border: 0;
    border-bottom: 1px solid lightgray;
    outline: none;
    background: 0;
    float: left;
    height: 32px;
    color: #757575;
    font-size: 12px;
    font-weight: 500;
    font-family: 'Roboto', Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
}

.material .material-input textarea {
    font-size: 16px;
    width: 100%;
    border: 0;
    border-bottom: 1px solid lightgray;
    outline: none;
    background: 0;
    float: left;
    height: 120px;
    padding: 7px 0;
}

.material .material-input label {
    color: #757575;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
    position: absolute;
    left: 0;
    top: 15px;
    line-height: 32px;
}

.material .material-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
}

.material .material-bar:before, .material .material-bar:after {
    content: "";
    height: 2px;
    width: 0;
    bottom: 0;
    position: absolute;
    background: #009DE0;
}

.material .material-bar:before {
    left: 50%;
}

.material .material-bar:after {
    right: 50%;
}

.material .material-input :focus~.material-bar:before, .material .material-input :focus~.material-bar:after {
    width: 50%;
}

.material .material-input :focus~label, .material .material-input .filled~label {
    color: lightgray;
    font-size: 13px;
    top: 0;
    line-height: 24px;
}


/* Radio */

.material .material-group {
    padding-top: 10px;
}

.material .material-group input {
    display: none;
}

.material .material-group-item {
    position: relative;
    margin-bottom: 5px;
}

.material .material-group-item:last-child {
    margin-bottom: 0;
}

.material .material-group label {
    padding-left: 30px;
    position: relative;
    cursor: pointer;
    z-index: 2;
    font-weight: 300;
}

.material .material-checkbox, .material .material-radio {
    width: 18px;
    height: 18px;
    background: #fff;
    left: 0;
    top: 50%;
    margin-top: -9px;
    position: absolute;
    z-index: 1;
    border: 2px solid gray;
}

.material .material-radio {
    border-radius: 10px;
}

.material .material-checkbox {
    border-radius: 3px;
}

.material .material-checkbox:before {
    content: "a";
    font-size: 14px;
    text-align: center;
    padding-top: 3px;
    color: #fff;
    background: gray;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.material .material-radio:before {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: gray;
    content: "";
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.material input:checked~.material-radio:before, .material input:checked~.material-checkbox:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}


/* Select */

.material .material-select {
    font-size: 16px;
    font-weight: 300;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    padding-top: 18px;
    z-index: 3;
}

.material .material-select input {
    display: none;
}

.material .material-select>label {
    color: gray;
    border-bottom: 1px solid lightgray;
    height: 40px;
    line-height: 40px;
    padding: 0 30px 0 0px;
    width: 100%;
    cursor: pointer;
    position: relative;
    display: block;
}

.material .material-select>.material-title {
    position: absolute;
    color: lightgray;
    height: 40px;
    line-height: 40px;
    top: 18px;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

.material .material-select>input:checked+.material-title, .material .material-select.filled>.material-title {
    top: 0;
    opacity: 1;
    visibility: visible;
    font-size: 13px;
    line-height: 24px;
}

.material .material-select>label strong {
    border-color: lightgray transparent transparent transparent;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    margin-top: -3px;
    width: 0;
    height: 0;
    position: absolute;
    right: 0;
    top: 50%;
}

.material .material-select>input:checked~ul {
    visibility: visible;
    opacity: 1;
    top: 24px;
}

.material .material-select ul {
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
}

.material .material-select ul li label {
    color: gray;
}

.material .material-select ul li input:checked+label, .material .material-select ul li:hover input:checked+label {
    font-weight: 400;
}

.material .material-select ul li label {
    display: block;
    cursor: pointer;
    padding: 7px 10px;
}

.material .material-select ul li label:hover {
    background: #f5f5f5;
}

.material .material-select>input:checked+.material-bar {
    top: 22px;
}

.material .material-select .material-bar {
    height: 2px;
    background: #0000ff;
    width: 0;
    bottom: auto;
    top: 56px;
}


/* Shadow */

.material .material-select ul {
    box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
}


/* Animation */

.material .material-select ul, .material .material-bar:before, .material .material-bar:after, .material .material-input label, .material .material-select .material-bar, .material .material-select>span, .material .material-radio:before, .material .material-checkbox, .material .material-checkbox:before, .material .material-checkbox:after {
    transition: .2s ease all;
    -moz-transition: .2s ease all;
    -webkit-transition: .2s ease all;
}


/* Disable select */

.material {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Material border box reset */

.material *, .material *:before, .material *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* ========================
  15 = Footer
  ======================== */


/* Footer ---------------------- */

.footer {
    width: 100%;
    background: #303843;
    padding: 55px 0;
}

.footer h4 {
    color: #e0e0e0;
    font-weight: 700;
    padding-bottom: 17px;
    font-size: 20px;
    margin: 0 0 17px;
    position: relative;
}

.footer h4::after {
    background-color: #0593D0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0%;
    position: absolute;
    width: 40px;
}

.footer a {
    color: #eeeeee;
}

.footer a:hover {
    color: #9e9e9e;
    text-decoration: none;
}

.footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer ul li {
    font-size: 15px;
    font-weight: 300;
    padding-bottom: 4px;
    list-style: none;
}

.footer ul li:last-child {
    border: 0;
}

.footer p {
    color: white;
}


/* Footer / Social Buttons ---------------------- */

.newsletter-form {
    display: none;
}

.social {
    width: 100%;
    background: #171C25;
    padding: 20px 0;
}

.social-links {
    margin: 0 auto;
    padding: 0;
    display: table;
}

.social-links li {
    list-style: none;
    display: inline-table;
}

.social-links li a {
    color: #fff;
    display: inline-block;
    padding-top: 10px;
    text-align: center;
    height: 42px;
    width: 42px;
    position: relative;
    z-index: 1;
    -webkit-transition: color 0.15s;
    transition: color 0.15s;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
}

.social-links li a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    z-index: -1;
    box-shadow: inset 0 0 0 35px #333;
    -webkit-transform: scale3d(0.7, 0.7, 1);
    transform: scale3d(0.7, 0.7, 1);
    -webkit-transition: box-shadow 0.15s, -webkit-transform 0.15;
    transition: box-shadow 0.15s, transform 0.15s;
}

.social-links li a:hover::before {
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
    box-shadow: inset 0 0 0 35px #242B3A;
}

.social p {
    padding-top: 15px;
    font-size: 14px;
    margin-bottom: 0;
    color: #CCC;
}


/* Back to Top Button  ----------------------- */

#back-to-top {
    color: #fff;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    display: none;
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 10000;
    height: 59px;
    width: 59px;
    background-color: #6734BA;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
    -webkit-transform: scale3d(0.7, 0.7, 1);
    transform: scale3d(0.7, 0.7, 1);
    -webkit-transition: box-shadow 0.15s, -webkit-transform 0.15;
    transition: box-shadow 0.15s, transform 0.15s;
}

#back-to-top i {
    padding-top: 20px;
    font-size: 17px;
}

#back-to-top:hover {
    background: #FF377D;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}


/* ===================
   16 = Media Queries
   =================== */


/* For IE Edge (Spartan)  ----------------------- */

@supports (-ms-accelerator:true) {
    .header {
        padding: 0 0 1px 0;
    }
    .sf-menu ul {
        top: 101%;
    }
     ::-webkit-input-placeholder {
        opacity: 0;
    }
}


/* End For IE Edge (Spartan)  ----------------------- */

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

}

@media only screen and (min-width : 320px) and (max-width: 425px) {
	#vps_name_option h3 span {
		padding: 11px 8px;
		margin-left: 64%;
	}
	.vps-prices-container .total_amount {
		top: 56px;
	}
	.vps-prices-container .total_amount mark {
		padding: 7px 5px;
		font-size: 14px;
	}
	.vps-prices-container .total_amount mark #period {
		font-size: 12px;
	}
	.tabcircle.small {
		width: 135px;
		height: 135px;
	}
	.vps-features-tabs .tab-content p.subtitle, .vps-features-tabs .tab-content p {
		text-align: center;
	}
	#mainimage h1 {
		min-height: 250px;
	}
	#mainimage:before {
		background: none;
    }
	.pricingbox.vps:before {
		content: "";
		display: block;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: -10;
		background: url(../video/stills/board.jpg) no-repeat center center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
    }
	.pricingbox .home-packages {
		padding: 0px;
	}
	.rotator {
		padding: 0px;
	}
	
	.pricing-features ul li:first-child {
		font-size: 19px;
		line-height: 26px;
	}
	.features p {
		margin-bottom: 15px;
	}
	.slicknav_menu .slicknav_btn {
		position: absolute;
		right: 23px;
		top: 30px;
	}
	ul.topleft .promo {
		padding-left: 6px;
		padding-right: 6px;
	}
	.vps-features-tabs:after {
		opacity: 1;
	}
	.center-block mark {
		font-size: 28px;
	}
	.domainavailability h1 {
		font-size: 20px;
	}
	.domainavailability {
		padding-bottom: 0;
	}
	.features-grid.clip-item span.clip-overlay mark {
		font-size: 15px;
	}
	.features-grid.clip-item span.clip-overlay {
		top: 50%;
	}
	.spinner-holder {
		padding-top: 0px;
	}
}


@media only screen and (max-width: 767px) {
	
    #navigation {
        display: none;
    }
    .slicknav_menu {
        display: block;
        font-size: 13px;
        font-weight: 500;
        background: #ffffff;
		padding: 0px;
    }
	.topmenu {
		box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 30px rgba(0, 0, 0, 0.5);
	}
    .slicknav_btn {
        font-size: 16px;
        background: #0798da;
        border-radius: 100%;
        width: 34px;
        height: 34px;
        padding: 11px 0 0 8px;
    }
    .slicknav_nav {
		background: whitesmoke;
		border-top: 1px solid rgba(116, 128, 134, 0.15);
    }
	.slicknav_menu img {
		margin: 10px;
    }
	.slicknav_nav a {
		text-transform: uppercase;
		font-size: 17px;
		font-weight: 500;
		color: #242b3a;
    }
	ul.slicknav_nav li a img {
		width: 45px;
	}
	
	ul.slicknav_nav li ul li a i {
		margin-right: 10px;
	}

	ul.slicknav_nav > li:first-child > a {
		border-top: 0px;
	}
	ul.slicknav_nav > li > a {
		border-top: 1px solid rgba(192, 192, 192, 0.16);
		margin: 0 !important;
	}

	.slicknav_nav .slicknav_row, .slicknav_nav a {
		padding: 0px 10px;
		margin: 5px 0px;
	}
    .slicknav_nav a:hover {
		background: #ffffff!important;
		color: #535a63 !important;
		border-radius: 0 !important;
    }
    ul.top, ul.topright {
        display: table;
        margin: 0 auto;
        text-align: center;
    }

    .speech-bubble {
		position: relative;
		background: #D50000;
		border-radius: .4em;
	}

	.speech-bubble:after {
		content: '';
		position: absolute;
		top: 0;
		left: 50%;
		width: 0;
		height: 0;
		border: 61px solid transparent;
		border-bottom-color: #D50000;
		border-top: 0;
		margin-left: -61px;
		margin-top: -61px;
	}
	.m0 {
		margin-bottom: 0px;
		padding: 0px;
	}
	.mtp50 {
		margin-top: 50px;
	}
	.mtp25 {
		margin-top: 25px;
	}
	#arrow-down {
		display: none;
	}
	#mainimage {
        height: auto;
        position: relative;
        overflow: hidden;
		background: rgba(9, 15, 41, 0.95);
    }
	#mainimage h1 {
		font-size: 2em;
		margin: 0;
		font-weight: 100;
	}
    #home-intro .home-intro-container {
        display: none;
    }
    .pricingbox.headerimg {
        position: relative;
		margin-top: -55px;
    }
    .pricingbox.headerimg .verticalbottom {
        margin-top: 0;
    }
    .pricingbox.headerimg .pricing-price p {
        color: #ccc;
        margin-bottom: 0;
        text-align: center;
        padding: 0;
        font-size: 11px;
        letter-spacing: .12em;
    }
    .row.no-gutter [class*='col-']:not(:first-child), .row.no-gutter [class*='col-']:not(:last-child) {
        padding-left: 15px;
        padding-right: 15px;
    }
    .calltoaction {
        padding: 40px 0;
        background: #fff;
    }
    .pricingbox {
        padding: 40px 0;
    }
    .pricingbox p {
        margin-bottom: 70px;
        padding: 0 15px;
    }
    .pricing-plan {
        margin-bottom: 30px;
    }
    .tellme {
        padding: 20px 0 10px;
    }
    .various {
        text-align: center;
    }
    .testimonials .owl-theme .owl-controls .owl-page span {
        width: 30px;
        height: 8px;
        margin: 5px;
    }
    .testimonial-content h5 {
        font-size: 13px;
    }
    .titleborder {
        width: 100%;
    }
    .various .why {
        padding-right: 0;
    }
    .various i {
        float: none;
    }
    .newplanscolumn {
        margin-bottom: 30px;
    }
    .footer h4 {
        margin-top: 20px;
    }
    .affiliates-counts p, .affiliates-examples {
        margin-bottom: 25px;
    }
    .affiliates-features {
        text-align: center;
    }
    .affiliates-features i {
        float: none;
    }
    #subheader, #subheader.shared, #subheader.dedicated-servers, #subheader.about, #subheader.faq, #subheader.datacenter, #subheader.blog, #subheader.contact {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    #subheader h1 {
        font-size: 2.18em;
    }
    #subheader h2 {
        font-size: 1em;
    }
    .subheader-text {
        position: relative;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .features-tabs .tabs-top-horizontal>.nav-tabs>li {
        border-right: 0;
        display: block;
        width: 100%;
        margin-bottom: 2px;
    }
    .features-tabs .tabs-top-horizontal>.nav-tabs .active {
        border-bottom: 2px solid #424242;
    }
    .features-tabs .tab-content p.subtitle {
        padding: 0;
        text-align: center;
    }
    .features-tabs .tabs-top-horizontal>.nav-tabs .active>a:after {
        border-width: 0;
    }
    .fully-managed .block-grid-item {
        padding: 30px 15px;
        border: 0;
    }
    .security .block-grid-item {
        text-align: left;
        padding: 10px;
    }
    .security .security-tab-icon {
        float: none;
        width: 100%;
    }
    .security .security-tab-icon i {
        margin-top: 25px;
        font-size: 42px;
        color: #AEAEAE;
        text-align: center;
    }
    .security .security-tab-feature {
        float: none;
        width: 100%;
    }
    .backups-restore .backupcolumn {
        min-height: 25px;
        margin-bottom: 15px;
    }
    #emails img, #monitoring img, #cdn img {
        margin-bottom: 20px;
    }
    .products-table td, .products-table thead th {
        text-align: left;
    }
    .products-table td:first-child, .products-table thead th:first-child {
        background: #3E65BF;
        color: #fff!important;
    }
    .apps-grid .block-grid-item {
        border: 0;
        margin-bottom: 2px;
    }
    .vps-features-tabs .tab-content {
        padding: 25px 20px 20px;
        width: 100%;
        float: none;
        margin-top: 20px;
    }
    .panel-vps-app .panel-body p {
        min-height: 88px;
    }
    .vps-features-tabs .tabs-left-vertical>.nav-tabs {
        width: 100%;
        float: none;
    }
    .vps-features-tabs .tabs-left-vertical>.nav-tabs .active>a:after {
        border-width: 0;
    }
    .tabcircle {
        float: none;
        padding-left: 0;
        display: table;
        margin: 0 auto;
        margin-top: 30px;
        margin-bottom: 30px;
        text-align: center;
    }
    .tabcircle i {
        text-shadow: none;
    }
    .vps-products-table td, .vps-products-table thead th {
        text-align: left;
        border-bottom: 1px solid #e9e9e9;
    }
    .vps-products-table td:first-child, .vps-products-table thead th:first-child, .vps-products-table tr.price-comparison td:first-child {
        background: #FF4081;
        color: #fff!important;
    }
    .vps-products-table tr.price-comparison td {
        font-weight: 400;
        font-size: 14px;
        letter-spacing: 0;
        background: #fff;
        color: #424242;
    }
    .rightside {
        text-align: left;
    }
    .features-server p {
        padding: 0 15px;
    }
    .moreservers button {
        margin-top: 70px;
    }
    .server-products-table td, .server-products-table thead th {
        text-align: left;
        border-bottom: 1px solid #e9e9e9;
    }
    .server-products-table td:first-child, .server-products-table thead th:first-child {
        background: #3F51B5;
        color: #fff;
    }
    .server-products-table tr td:first-child .tablesaw-cell-label {
        display: none;
    }
    .domaintlds p.subtitle {
        padding: 0 15px;
    }
    #tld-table td {
        text-align: left;
    }
    #tld-table td span.tablesaw-cell-content {
        display: block;
    }
    ul.support-links {
        margin: 30px 0;
    }
    ul.support-links li {
        padding: 6px 10px;
        font-size: 15px;
    }
    .support-method {
        padding: 0;
    }
    .about-team p {
        padding: 0;
    }
    .datacenter-grid .block-grid-item {
        margin: 1% 0;
        width: 100%;
    }
    .contactmethod, .whiteframe {
        margin-bottom: 15px;
    }
	ul.topright li {
		margin-right: 10px;
	}
	.pricing-plan .pricing-title img {
		width: 60px;
	}

}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	#navigation > li > a > img {
		width: 33px;
		margin-right: 5px;
	}
	.speech-bubble {
		position: relative;
		background: #e53935;
		border-radius: .4em;
	}
	.speech-bubble:after {
		content: '';
		position: absolute;
		top: 0;
		left: 50%;
		width: 0;
		height: 0;
		border: 61px solid transparent;
		border-bottom-color: #e53935;
		border-top: 0;
		margin-left: -61px;
		margin-top: -61px;
	}
	.hot-package {
		right: 25px;
		font-size: 14px;
	}
	.home-packages {
		padding: 0;
	}
	.home-packages .col-sm-3 {
		padding: 0;
	}
    .logo {
        margin-top: 10px;
    }
    .sf-menu li a {
        padding: 25px 10px;
    }
	.pricing-plan .pricing-title img {
		width: 50px;
	}
	.pricing-plan {
		min-height: 847px;
	}
	.pricing-plan .pricing-features {
		min-height: 450px;
	}
	.pricing-plan.purple {
		min-height: 977px;
	}
	#testimonials-carousel .item p {
		min-height: 145px;
	}
    #home-intro .home-intro-container .introcaption h2 {
        font-size: 2.6em;
    }
    #home-intro .home-intro-container .introcaption h4 {
        font-size: 1.65em;
    }
    .flex-caption h2 {
        font-size: 1.7em;
    }
    .flex-caption h2 span {
        border: 0;
    }
    .flex-caption h4 {
        font-size: 1.25em;
        margin-top: 15px;
    }
    .flex-caption .mtr-btn {
        margin-top: 15px;
        margin-bottom: 0;
    }
    .flex-control-nav {
        bottom: 10px;
    }
    .features-tabs .tab-content {
        padding: 30px 15px;
    }
    .features-tabs .tabs-top-horizontal>.nav-tabs>li {
        min-width: 110px;
    }
    .features-tabs .tab-content p.subtitle {
        padding: 0;
    }
    .fully-managed .block-grid-item {
        padding: 50px 10px;
    }
    .fully-managed .block-grid-item h5 {
        ffont-size: 16px;
    }
    .security .block-grid-item {
        text-align: left;
        padding: 10px;
    }
    .security .security-tab-icon {
        float: none;
        width: 100%;
    }
    .security .security-tab-icon i {
        margin-top: 25px;
        font-size: 42px;
        color: #AEAEAE;
        text-align: center;
    }
    .security .security-tab-feature {
        float: none;
        width: 100%;
    }
    .backups-restore .backupcolumn {
        min-height: 570px;
    }
    #emails img, #monitoring img, #cdn img {
        margin-bottom: 20px;
    }
    .pricingbox.headerimg .verticalbottom {
        margin-top: 130px;
    }
    .pricing-title {
        font-size: 15px;
    }
    .pricing-price {
        font-size: 35px;
    }
    .pricingbox.headerimg .progressbars, #nextgen-packages .progressbars {
        padding: 0 0 20px;
    }
    #nextgen-packages h2 {
        font-size: 18px;
    }
    .pricingbox.headerimg ul li, .pricingbox.shared ul li, .pricingbox.servers ul li {
        font-size: 15px;
    }
    #shared-video .shared-video-container {
        min-height: 380px;
    }
    #shared-video .shared-video-container .videocaption .videocaption-content {
        max-width: 480px;
    }
    .apps-grid .block-grid-item .odometer {
        font-size: 60px;
    }
    .vps-features-tabs .tab-content {
        padding: 20px 30px;
        width: 70%;
    }
    .vps-features-tabs .tabs-left-vertical>.nav-tabs {
        width: 30%;
    }
    .vps-products-table tr.price-comparison td {
        font-weight: 300;
        font-size: 17px;
    }
    .tabcircle {
        margin-bottom: 15px;
		width: 90px !important;
		height: 90px !important;
		margin: 0 60px 85px 60px !important;
    }
    .rightside {
        text-align: left;
    }
    .features-server p {
        padding: 0 15px;
    }
    .rightside, .server-feature h4, .server-feature p {
        text-align: center;
    }
    #tld-table thead th {
        font-weight: 500;
        font-size: 11px;
    }
    #tld-table th {
        padding: 12px 7px;
        font-size: 11px;
    }
    #tld-table td {
        padding: 12px 7px;
        font-size: 11px;
    }
    .testimonial-content h5 {
        font-size: 13px;
    }
    .newplanscolumn {
        margin-bottom: 30px;
    }
    .footer h4 {
        font-size: 13px;
    }
    .contactmethod {
        min-height: 300px;
    }
    .contactmethod h5 {
        font-size: 14px;
    }
    .contact-elements h3 {
        font-size: 19px;
    }
    .whiteframe {
        padding: 8px;
    }
    .whiteframe p {
        font-size: 15px;
    }
	.vps-prices-container #sliderlines {
		height: 21px;
	}
	.server-feature {
		text-align: center;
	}
	.server-feature p {
		font-size: 19px;
	}
	.server-feature mark {
		font-size: 19px;
	}
	.domainavailability {
		padding-bottom: 100px;
	}
}

@media only screen and (min-width: 960px) and (max-width: 1025px) {
	.pricing-plan {
		min-height: 594px;
	}
	.pricing-plan.blue {
		min-height: 748px;
	}
	.pricing-plan.purple .pricing-features {
		min-height: 543px;
	}
	.pricing-plan.blue .pricing-features, .pricing-plan.red .pricing-features {
		min-height: 440px;
	}
    #home-intro .home-intro-container .introcaption h2 {
        font-size: 3.1em;
    }
    #home-intro .home-intro-container .introcaption h4 {
        font-size: 1.65em;
    }
    .flex-caption h2 {
        font-size: 2.1em;
    }
    .flex-caption h2 span {
        padding: 14px 0;
        color: #fff;
    }
    .flex-caption h4 {
        font-size: 1.3em;
        margin-top: 35px;
    }
    .flex-caption .mtr-btn {
        margin-top: 35px;
    }
    .pricing-title {
        font-size: 20px;
    }
    .pricing-price {
        font-size: 36px;
    }
    #shared-video .shared-video-container {
        min-height: 370px;
    }
    #shared-video .shared-video-container .videocaption .videocaption-content {
        max-width: 520px;
    }
    .features-tabs .tabs-top-horizontal>.nav-tabs>li {
        min-width: 140px;
    }
    .security .security-tab-icon i {
        font-size: 35px;
    }
    .backups-restore .backupcolumn {
        min-height: 400px;
    }
    .testimonial-content h5 {
        font-size: 12px;
    }
    .newplanscolumn {
        min-height: 400px;
    }
    .newplanscolumn p {
        margin-bottom: 0;
    }
    .newplanscolumn {
        margin-bottom: 30px;
    }
    .about-descr p {
        font-size: 16px;
    }
    .whiteframe {
        padding: 8px;
    }
	.vps-prices-container #sliderlines {
		height: 29px;
	}
	.domainavailability {
		padding-bottom: 100px;
	}
}

@media (max-width: 1200px) {
    .timeline {
        padding: 15px 10px;
    }
    .timeline:after {
        left: 26px;
    }
    .timeline .timeline-row {
        padding-left: 0;
        margin-bottom: 16px;
    }
    .timeline .timeline-row .timeline-time {
        position: relative;
        right: auto;
        top: 0;
        text-align: left;
        margin: 0 0 6px 56px;
        padding: 0 0 12px 20px;
    }
    .timeline .timeline-row .timeline-icon {
        top: 65px;
        left: -2px;
        margin-left: 0;
    }
    .timeline .timeline-row .timeline-content {
        margin-left: 56px;
        position: relative;
    }
    .timeline .timeline-row .timeline-content:after {
        right: auto !important;
        left: -48px !important;
        top: 32px;
    }
    .timeline .timeline-row:nth-child(odd) {
        padding-right: 0;
    }
    .timeline .timeline-row:nth-child(odd) .timeline-time {
        position: relative;
        right: auto;
        left: auto;
        top: 0;
        text-align: left;
        margin: 0 0 6px 56px;
    }
    .timeline .timeline-row:nth-child(odd) .timeline-content {
        margin-right: 0;
        margin-left: 55px;
    }
    .timeline.animated .timeline-row:nth-child(odd) .timeline-content {
        left: 20px;
    }
    .timeline.animated .timeline-row.active:nth-child(odd) .timeline-content {
        left: 0;
    }
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
	.spinner-holder {
		padding-top: 50px;
	}
	.header .p0 {
		padding: 0;
	}
	ul.topright li {
		margin-right: 15px;
	}
	
	#navigation > li > a {
		padding-right: 15px;
		padding-left: 15px;
	}
	.pricingbox.vps .centralized span.how_much {
		min-height: 105px;
	}
	.owl-item .item .subheader {
		min-height: 780px;
	}
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
	.pricing-plan.blue, .pricing-plan.red, .pricing-plan.purple, .pricing-plan.dark {
		min-height: 621px;
	}
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
	.tab-content.home-tab .tab-pane {
		min-height: 565px;
	}
	.p0gs {
		padding: 0px;
	}
	.spinner-holder {
		padding-top: 150px;
	}
}