html {
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    text-shadow: 0 0 1px transparent;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a {
    color: #004380;
}

a:hover {
    color: #111;
    text-decoration: none;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

a,
button {
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
}

.btn-primary {
    background-color: #005bb1;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #005bb1), color-stop(100%, #005bb1));
    background-image: -webkit-linear-gradient(top, #005bb1, #005bb1);
    background-image: -moz-linear-gradient(top, #005bb1, #005bb1);
    background-image: -o-linear-gradient(top, #005bb1, #005bb1);
    background-image: linear-gradient(top, #005bb1, #005bb1);
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#005bb1', endColorstr='#005bb1');
}

.btn-primary:hover {
    background-color: #054888;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #054888), color-stop(100%, #054888));
    background-image: -webkit-linear-gradient(top, #054888, #054888);
    background-image: -moz-linear-gradient(top, #054888, #054888);
    background-image: -o-linear-gradient(top, #054888, #054888);
    background-image: linear-gradient(top, #054888, #054888);
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#054888', endColorstr='#054888');
    text-decoration: none;
}

.topbar {
    height: 30px;
    background-color: #222222;
}

.navbar {
    clear: both;
    min-height: 70px;
    margin-bottom: 0;
}

.navbar-static-top {
    border-width: 0 0 0;
}

.navbar-brand {
    height: 70px;
    padding: 0 15px;
}

.navbar-default {
    background-color: #005BB1;
    border: none;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #000;
    background: transparent;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    background: transparent;
    color: #000;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #000;
    background-color: #ebeeed !important;
}

.mega-dropdown {
    position: static !important;
}

.mega-dropdown-menu {
    padding: 30px 15px 25px;
    text-align: center;
    width: 100%;
    border: 0;
    border-top: 1px solid #c7c9c8!important;
    background-color: #ebeeed !important;
    color: #424b51;
    border-bottom: 1px solid #c7c9c8 !important;
}

.mega-description-item {
    font-size: 16px;
    text-align: left;
    margin-bottom: 15px;
}

.mega-description-item .text-left {
    font-size: 14px;
}

.mega-dropdown-menu .panel-body {
    padding: 25px;
    border: 0;
}

.mega-dropdown-menu .table {
    margin-bottom: 5px;
}

.mega-dropdown-menu .panel-footer {
    padding: 20px 0;
    font-size: 16px;
}

.mega-dropdown-menu .title {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
}

.mega-dropdown-price {
    background-color: #fff;
    border-bottom: solid 1px #c7c9c8;
    padding: 25px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.mega-dropdown-menu:hover {
    text-decoration: none;
}

.mega-dropdown .panel-body {
    font-size: 14px;
}
.mega-dropdown-menu .btn {
    font-size: 15px;
    height: 42px;
}
/* Navbar-toggle */

.navbar-default .navbar-toggle {
    margin-top: 19px;
    margin-bottom: 19px;
    border-radius: 4px;
    background-color: transparent;
    border: 0;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
    color: #111;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #111;
}

.navbar-default .navbar-toggle .menubar-text {
    color: #fff;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0;
}

.topbar ul.nav-left {
    float: left;
    list-style-type: none;
    color: #fff;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 8px;
    padding-left: 0;
}

.topbar .nav-left li {
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
}

.topbar ul.nav-right {
    list-style-type: none;
    float: right;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 8px;
    text-align: right;
}

.topbar .nav-right li {
    float: left;
    border-right: 1px solid #eee;
    line-height: 1;
    font-size: 12px;
}

.topbar .nav-right li a {
    font-size: 12px;
    line-height: 0;
    color: #fff;
    font-weight: 300;
    margin-bottom: 0;
    padding: 0 20px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
}

.topbar .nav-right li a:hover,
.topbar .nav-right>.active>a {
    color: #ccc;
}

.topbar .nav-right .popup-login {
    border-right: 0;
}

.topbar .icon {
    width: 39px;
}

header h1 {
    padding: 0;
    margin: 0;
}

.nav-social {
    float: right;
    list-style-type: none;
    background-color: #222;
    color: #111;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 0;
    padding-left: 8px;
    padding-right: 8px;
}

.nav-social li {
    float: left;
    line-height: 1;
}

.nav-social a {
    color: #FFFFF1;
    padding-left: 8px;
    padding-right: 8px;
}

.nav-social a:hover {
    color: #111;
}

.dropdown-menu {
    z-index: 2000;
}

#dropdown-login {
    margin-top: 20px;
    border-bottom: 1px solid #eee;
}
/* Popup Login */
/* scroll fixes */

.modal-open .modal {
    padding-left: 0px !important;
    padding-right: 0px !important;
    overflow-y: scroll;
}

.modal-header {
    background: #004380;
    color: #fff;
}

.modal-content {
    border-radius: 0;
    border: 0;
}

.modal-vertical-centered {
    transform: translate(0, 50%) !important;
    -ms-transform: translate(0, 50%) !important;
    /* IE 9 */
    
    -webkit-transform: translate(0, 50%) !important;
    /* Safari and Chrome */
}

.modal-dialog-center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
}

.modal-body {
    overflow-y: auto;
}

.modal-footer {
    margin-top: 0;
}

.modal-body .input-group {
    margin-bottom: 10px;
}
/*Slider */

.slider {
    background: #000 url('images/slider.jpg') no-repeat center center;
    max-height: 500px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='images/slider.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/slider.jpg', sizingMethod='scale')";
}

.slider2 {
    background: #fff url('images/vps.jpg') no-repeat center center;
    max-height: 500px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='images/cloud-bg.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/cloud-bg.jpg', sizingMethod='scale')";
}

.slider3 {
    background: #000 url('images/shared-bg.jpg') no-repeat center center;
    max-height: 500px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='images/shared-bg.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/shared-bg.jpg', sizingMethod='scale')";
}

.slider4 {
    background: #000 url('images/reseller-bg.jpg') no-repeat center center;
    max-height: 500px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='images/reseller-bg.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/reseller-bg.jpg', sizingMethod='scale')";
}

.slider-top {
    height: 412px;
}

.slider .slider-header1 {
    color: #fff;
    font-size: 38px;
    letter-spacing: 2px;
}

.slider-header2 {
    color: #fff;
    font-size: 24px;
    font-weight: 200;
    letter-spacing: 2px;
}

.slider2 .slider-header1,
.slider3 .slider-header1,
.slider4 .slider-header1 {
    color: #fff;
    letter-spacing: 2px;
}

.slider .deli,
.slider3 .shared,
.slider4 .reseller {
    color: #fff;
    font-size: 16px;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

.slider2 .vps {
    color: #fff;
    font-size: 18px;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

.slider2-btn {
    margin-top: 40px;
}

.slider .dedi-available {
    color: #fff;
    font-size: 18px;
}

.slider ul,
.slider3 ul,
.slider4 ul {
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-margin-before: 0;
    -webkit-padding-start: 0;
    margin-bottom: 40px;
}

#home-slider {
    position: relative;
}

.slider li,
.slider3 li,
.slider4 li {
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
}

.slider-promo {
    background-color: #333;
    background-color: rgba(51, 51, 51, 0.5);
    padding: 20px 0;
    color: #fff;
    height: 88px;
}

.slider-promo h3 {
    margin-top: 0;
    margin-bottom: 5px;
}

.slider-promo p {
    margin-bottom: 0;
    font-weight: 200;
    letter-spacing: 1px;
    font-size: 12px;
}

.slider2 .slider-promo {
    background-color: #333;
    background-color: rgba(51, 51, 51, 0.5);
    padding: 20px 0;
    color: #fff;
    bottom: 0;
}

.btn-transparent {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    padding: 8px 25px;
}

.btn-transparent:hover {
    background: #fff;
    text-decoration: none;
}

#home-slider .btn-primary {
    margin-left: 10px;
    padding: 8px 25px;
}
/* Domain */

.domain {
    padding: 20px 0;
    background-color: #fff;
    color: #111;
    border-bottom: solid 1px #C7C9C8;
}

.domain h2 {
    color: #005BB1;
}

.domain .btn-primary {
    padding: 6px 35px;
    height: 42px;
    font-size: 18px;
}

.domain .selectpicker,
.domain .form-group {
    margin-bottom: 0;
}

.form-control {
    height: 42px;
    font-size: 16px;
    color: #95a5a6;
}

.price-label {
    padding: 6px 12px;
    display: inline-block;
    color: #fff;
    font-size: 13px;
    margin-right: 8px;
    background-color: #005BB1;
    border-radius: 4px;
    line-height: 12px;
}

.selectboxit-container span,
.selectboxit-container .selectboxit-options a {
    height: 40px;
    line-height: 40px;
}

.selectboxit-container .selectboxit {
    border-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: transparent;
    height: 42px;
}

.selectboxit-container .selectboxit-options {
    border-radius: 4px;
}

.selectboxit-option-first {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.selectboxit-option-last {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.selectboxit-text,
.selectboxit-option,
.selectboxit-optgroup-header {
    text-indent: 0;
}

.selectboxit .selectboxit-option-icon-container,
.selectboxit-container .selectboxit-option-icon {
    margin-left: 8px;
}

.selectboxit-container * {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/*Features */

.home-price {
    background-color: #ebeeed;
    color: #424b51;
    padding: 10px 0;
    -webkit-box-shadow: inset 0 10px 10px -17px #272d32, inset 0 -10px 10px -17px #272d32;
    box-shadow: inset 0 10px 10px -17px #272d32, inset 0 -10px 10px -17px #272d32;
    border-bottom: solid 1px #c7c9c8;
}

.features .col-sm-12,
#testimonial .col-sm-12 {
    text-align: center;
    margin-bottom: 40px;
}

.home-price .col-sm-12 {
    margin-bottom: 10px;
}

.home-price p,
.features p,
#testimonial p {
    font-size: 15px;
    line-height: 1.8;
}

.home-price .panel-primary,
.mega-dropdown-menu .panel-primary {
    background-color: #fff;
    border-bottom: solid 1px #c7c9c8;
    margin-bottom: 30px;
    border: 0;
}

.home-price .panel-primary>.panel-heading,
.mega-dropdown-menu .panel-primary>.panel-heading {
    background-color: #005BB1;
    color: #fff;
    padding: 20px 15px;
}

.home-price .tab-group {
    margin-bottom: 70px;
}

.home-price .btn-group > .btn {
    background: #fff;
    padding: 10px 20px;
}

.home-price .btn-group > .btn.active,
.home-price .btn-group > .btn.focus {
    background: #333;
    color: #fff;
    outline: none;
}

.home-price .btn-success {
    padding: 8px 25px;
    color: #684202;
    background: #ffcc00;
    background: -moz-linear-gradient(top, #ffcc00 0%, #e8bc0b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffcc00), color-stop(100%, #e8bc0b));
    background: -webkit-linear-gradient(top, #ffcc00 0%, #e8bc0b 100%);
    background: -o-linear-gradient(top, #ffcc00 0%, #e8bc0b 100%);
    background: -ms-linear-gradient(top, #ffcc00 0%, #e8bc0b 100%);
    background: linear-gradient(to bottom, #ffcc00 0%, #e8bc0b 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffcc00', endColorstr='#e8bc0b', GradientType=0);
    border: 1px solid #C89505;
}

.home-price .btn-success:hover {
    color: #684202;
    background: #f4bf00;
    background: -moz-linear-gradient(top, #f4bf00 0%, #f28d00 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4bf00), color-stop(100%, #f28d00));
    background: -webkit-linear-gradient(top, #f4bf00 0%, #f28d00 100%);
    background: -o-linear-gradient(top, #f4bf00 0%, #f28d00 100%);
    background: -ms-linear-gradient(top, #f4bf00 0%, #f28d00 100%);
    background: linear-gradient(to bottom, #f4bf00 0%, #f28d00 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f4bf00', endColorstr='#f28d00', GradientType=0);
    border: 1px solid #f28d00;
}

.home-price .panel-title {
    font-size: 22px;
}

.home-price .table>tbody>tr>td {
    padding: 20px 20px;
}

.home-price .panel {
    text-align: center;
}

.home-price .panel-body {
    padding: 0px;
    text-align: center;
    font-size: 15px;
}

.home-price .panel-footer {
    border-bottom: solid 1px #c7c9c8;
}

.the-price h1 {
    line-height: 1em;
    padding: 0;
    margin: 0;
    color: #262f35;
}

.the-price {
    padding-top: 0px;
    padding-bottom: 6px;
}

.home-price .table>thead>tr>th,
.home-price .table>tbody>tr>th,
.home-price .table>tfoot>tr>th,
.home-price .table>thead>tr>td,
.home-price .table>tbody>tr>td,
.home-price .table>tfoot>tr>td {
    border-top: none;
}

.home-price h1 sup {
    font-size: 25px;
}

.the-price h1 {
    text-align: center;
    font-size: 58px;
    line-height: 1;
    margin: 0;
    font-weight: 700;
    color: #111;
}

.price-month {
    color: #424b51;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 0;
}

.home-price .featured {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

.home-price hr {
    border: 0;
    background-color: #BCBEC0;
    color: #BCBEC0;
    height: 1px;
    margin: 0 20px;
}

.see-features {
    border-bottom: 1px dotted #424b51;
    font-weight: 500;
}

.see-features:hover {
    text-decoration: none;
}

.nav-tabs > li,
.nav-pills > li {
    float: none;
    display: inline-block;
    *display: inline;
    /* ie7 fix */
    
    zoom: 1;
    /* hasLayout ie7 trigger */
}

.nav-tabs,
.nav-pills {
    text-align: center;
    border-bottom: none;
}

.nav-tabs>li>a {
    padding: 8px 25px;
    border-radius: 4px;
    margin-right: 0;
}

.nav-tabs>li>a:hover {
    border: 1px solid #111;
    background-color: #111;
    color: #fff;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    border-bottom-color: #ddd;
}

#my-tab-content .panel-title {}

.panel-heading img {
    margin-bottom: 10px;
}
/* Row Pricing */

.row-header {
    text-align: center;
    background-color: #333;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
}

.row-header-first {
    border-top-left-radius: 3px;
}

.row-header-last {
    border-top-right-radius: 3px;
}

.row-pricing .the-price {
    color: #fff;
}

.row-table-o,
.row-table-a {
    color: #424b51;
    margin: 0;
    line-height: 50px;
    font-size: 15px;
}

.row-feature {
    background-color: #fff;
    font-size: 15px;
}

.row-feature-plan {
    background-color: #fff;
    text-align: center;
}

.row-feature-2 {
    background-color: #f7f7f7;
    font-size: 15px;
}

.row-feature-plan-2 {
    background-color: #f7f7f7;
    text-align: center;
}

.row-pricing-btn {
    text-align: center;
}

.row-pricing-last-col {
    margin-bottom: 45px;
}

.row-pricing-wrap .well {
    padding: 10px;
    font-size: 14px;
    min-height: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.my-cross {
    color: #FF6600;
}

.my-check {
    color: green;
}

.row-pricing-wrap .panel-footer {
    padding: 15px 0;
}

.popover {
    min-width: 250px;
    min-height: 50px;
}

.popover {
    line-height: 1.4;
    font-size: 13px;
}

.row-header-price {
    text-align: center;
    background-color: #fff;
    padding: 15px 10px;
    border-bottom: 1px solid #eee;
}

.row-header-price h1 sup {
    font-size: 25px;
}

.row-header-price h1 {
    text-align: center;
    font-size: 58px;
    line-height: 1;
    margin: 0;
    font-weight: 700;
    color: #111;
}
/* Table Stuffs */

.table-curved {
    border-collapse: separate;
}

.table-curved {
    border-left: 0px;
}

.table-curved th {
    border-top: none;
}

.table-curved tr:first-child td {
    border-top: none;
}

.table-curved th:first-child {
    border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    -moz-border-radius: 6px 0 0 0;
}

.table-curved th:last-child {
    border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    -moz-border-radius: 0 6px 0 0;
}

.table-curved th:only-child {
    border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
}

.table-curved tr:last-child td:first-child {
    border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    -moz-border-radius: 0 0 0 6px;
}

.table-curved tr:last-child td:last-child {
    border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    -moz-border-radius: 0 0 6px 0;
}

.test-ip >tbody>tr>td {
    padding: 15px;
}

.test-ip > thead > tr > th {
    border-bottom: 0;
    padding: 15px;
}

.test-ip tbody>tr:nth-of-type(even) {
    background-color: #f5f5f5;
}

.test-ip tbody>tr:nth-of-type(odd) {
    background-color: #fff;
}

.test-ip {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.test-ip td,
.test-ip th {
    text-align: left;
}

.test-ip th {
    background-color: #333;
    color: #fff;
}

.test-ip td:first-child,
.test-ip th:first-child {
    border-left: none;
}

.test-ip tr:first-child td {
    border-top: none;
}

.test-ip th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

.test-ip th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.test-ip th:only-child {
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.test-ip tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.test-ip tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}
/* Price Slider */

.price-slider-container {
    background-color: #fff;
}

.slider-25 {
    width: 25%;
    float: left;
}
/* Page hero */

.page h1 {
    font-size: 24;
    color: #fff;
    margin-top: 0;
}

.page h2 {
    color: #fff;
    margin-top: 0;
}

.page p {
    font-size: 16px;
    letter-spacing: 1px;
    color: #fff;
    margin: 0;
}

.shared-page {
    background: #000 url('images/shared-page-bg.png') no-repeat center center;
    min-height: 138px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='images/shared-page-bg.png', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/shared-page-bg.png', sizingMethod='scale')";
    padding: 40px 0;
}

.reseller-page {
    background: #000 url('images/reseller-page-bg.png') no-repeat center center;
    min-height: 138px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='images/reseller-page-bg.png', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/reseller-page-bg.png', sizingMethod='scale')";
    padding: 40px 0;
}

.vps-page {
    background: #fff url('images/vps-page-bg.png') no-repeat center center;
    min-height: 138px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='images/vps-page-bg.png', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/vps-page-bg.png', sizingMethod='scale')";
    padding: 40px 0;
}

.dedi-page {
    background: #000 url('images/dedi-page-bg.png') no-repeat center center;
    min-height: 138px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='images/dedi-page-bg.png', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/dedi-page-bg.png', sizingMethod='scale')";
    padding: 40px 0;
}

.about-page {
    background: #000 url('images/about-page-bg.png') no-repeat center center;
    min-height: 138px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='images/about-page-bg.png', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/about-page-bg.png', sizingMethod='scale')";
    padding: 40px 0;
    text-align: center;
}

.tos-page {
    background: #fff url('images/tos-page-bg.png') no-repeat center center;
    min-height: 138px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='images/tos-page-bg.png', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/tos-page-bg.png', sizingMethod='scale')";
    padding: 40px 0;
    text-align: center;
}

.about-page h2 {
    color: #fff;
    margin-bottom: 0;
}

.about-us {
    background-color: #ebeeed;
    color: #424b51;
    padding: 40px 0 0;
    -webkit-box-shadow: inset 0 10px 10px -17px #272d32, inset 0 -10px 10px -17px #272d32;
    box-shadow: inset 0 10px 10px -17px #272d32, inset 0 -10px 10px -17px #272d32;
    border-bottom: solid 1px #c7c9c8;
    border-top: solid 1px #c7c9c8;
    max-width: 100%;
    overflow: hidden;
}

.about-us p {
    font-size: 15px;
    line-height: 1.8;
}

.about-us img {
    margin-top: 70px;
}

.meet-people .col-md-4 {
    text-align: center;
    margin-bottom: 15px;
}

.meet-people a {
    color: #fff;
}
/* TOS */

.tos {
    background-color: #ebeeed;
    color: #424b51;
    padding: 20px 0 30px;
    -webkit-box-shadow: inset 0 10px 10px -17px #272d32, inset 0 -10px 10px -17px #272d32;
    box-shadow: inset 0 10px 10px -17px #272d32, inset 0 -10px 10px -17px #272d32;
    border-bottom: solid 1px #c7c9c8;
    border-top: solid 1px #c7c9c8;
    text-align: left;
}

.tos h2 {
    margin-bottom: 20px;
}

.tos p {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 20px;
}
/* Benefits */

.benefits,
.meet-people {
    background-color: #fff;
    color: #424b51;
    padding: 10px 0;
    border-bottom: solid 1px #c7c9c8;
}

.benefits .features-1 {
    border-bottom: 1px solid #c7c9c8;
    padding: 10px 0;
}

.benefits .features-2 {
    padding: 10px 0 10px;
}

.benefits .col-sm-6 {
    text-align: left;
}
/* maps */

.maps {
    background-color: #ebeeed;
    color: #424b51;
    padding: 40px 0 60px;
    -webkit-box-shadow: inset 0 10px 10px -17px #272d32, inset 0 -10px 10px -17px #272d32;
    box-shadow: inset 0 10px 10px -17px #272d32, inset 0 -10px 10px -17px #272d32;
    border-bottom: solid 1px #c7c9c8;
}

.maps .col-sm-12,
.benefits .col-sm-12,
.meet-people .col-sm-12 {
    text-align: center;
    margin-bottom: 20px;
}
/* features */

.features {
    background-color: #fff;
    color: #424b51;
    padding: 10px 0;
    border-bottom: solid 1px #c7c9c8;
}

.features h4 {
    font-weight: 700;
}

.features .col-sm-3 {
    text-align: center;
    margin-bottom: 30px;
}

.features p {
    font-size: 15px;
}
/* Testimonials */

#testimonial {
    background-color: #ebeeed;
    color: #424b51;
    padding: 40px 0 60px;
    -webkit-box-shadow: inset 0 10px 10px -17px #272d32, inset 0 -10px 10px -17px #272d32;
    box-shadow: inset 0 10px 10px -17px #272d32, inset 0 -10px 10px -17px #272d32;
    border-bottom: solid 1px #c7c9c8;
}

#testimonial .flexslider {
    background: none;
}

#testimonial .flex-control-nav {
    position: absolute;
    bottom: 35px;
}

.quote-text {
    background-color: #fff;
    border-radius: 4px;
    color: #424b51;
    font-size: 16px;
    border-bottom: solid 1px #c7c9c8;
    text-align: center;
    padding: 25px;
    margin-top: 20px;
}
/*.block-text:after {
    position: absolute;
    top: 100%;
    left: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: -25px;
    border-color: rgba(0, 0, 0, 0);
    border-top-color: #fff;
    border-style: solid;
    border-width: 25px;
    content: ' ';
    border-bottom: solid 1px #c7c9c8;
} */

.mark {
    padding: 5px 0 0;
    background: none;
}

.glyphicon-star {
    color: #004380;
}

#testimonial .flex-control-paging li a.flex-active {
    background: #004380;
}

.customer-name {
    display: block;
    font-weight: bold;
}

.customer-country {
    display: block;
}
/* Brands */

#brands {
    background-color: #fff;
    color: #424b51;
    padding: 20px 0;
    border-bottom: solid 1px #c7c9c8;
    -webkit-box-shadow: inset 0 10px 10px -17px #272d32, inset 0 -10px 10px -17px #272d32;
    box-shadow: inset 0 10px 10px -17px #272d32, inset 0 -10px 10px -17px #272d32;
}
/* before footer */

.before-footer {
    background-color: #005BB1;
    padding: 30px 0;
    color: #F1E8E8;
    border-bottom: 1px solid #000;
}

.before-footer h4 {
    margin: 8px 0;
    font-size: 20pt;
	
}
/* Footer */

footer {
    background: #222;
    color: #ebeeed;
    padding: 30px 0;
    font-weight: 300;
    font-size: 16px;
}

footer h4 {
    text-transform: uppercase;
    color: #fff;
    margin-top: 0;
}

footer .social a {
    color: #fff;
}

footer .social a:hover {
    text-decoration: none;
}

.fb-bg {
    color: #3b5998;
}

.tw-bg {
    color: #55acee;
}

.gplus-bg {
    color: #dd4b39;
}

.linkedin-bg {
    color: #0976b4;
}

footer address {
    margin-top: 15px;
    margin-bottom: 10px;
}

footer ul {
    list-style-type: none;
    -webkit-padding-start: 0px;
    padding: 0;
}

footer .col-md-3,
footer .col-md-4 {
    margin-bottom: 15px;
}

footer .col-lg-8 {
    margin-top: 30px;
}

footer li a {
    color: #ebeeed;
}

footer li a:hover {
    color: #fff;
}

footer .payments {
    font-size: 33px;
}

footer a:hover {
    text-decoration: underline;
}

#scroll-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    border-color: #C7C9C8;
    height: 48px;
    width: 48px;
}

#scroll-top a {
    padding: 6px 12px;
    color: #111;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

#scroll-top a:hover {
    color: #004380;
}
/* Slider */

.flexslider {
    border: 0;
    margin-bottom: 0;
    box-shadow: none;
}

.flex-direction-nav a {
    color: #eee!important;
}

.flex-control-paging li a.flex-active {
    width: 9px;
    height: 9px;
    background: #fff;
}

.flex-control-paging li a {
    background-color: #666;
    width: 8px;
    height: 8px;
}

.flex-control-paging li a:hover {
    background-color: #eee;
}

.flex-direction-nav .flex-prev {
    left: 0px;
    background: url('images/arrow-prev.png') no-repeat;
    display: none;
}

.flex-direction-nav .flex-next {
    right: 0px;
    background: url('images/arrow-next.png') no-repeat;
    display: none;
}
.flexslider:hover .flex-prev {
    opacity: 0.7;
    left: 100px !important;
    display: block;
}

.flexslider:hover .flex-next {
    opacity: 0.7;
    right: 100px !important;
    display: block;
}
/* Contact */

#gmap_canvas {
    height: 480px;
    width: 100%;
}

#gmap_canvas img {
    max-width: none !important;
    background: none !important;
}

.contact-text {
    padding: 20px 0;
    background-color: #fff;
    color: #111;
    border-bottom: solid 1px #c7c9c8;
    border-top: solid 1px #c7c9c8;
}

.contact-text h3 {
    margin-top: 0;
}

.contact-text h4 {
    margin-bottom: 0;
}

.contact-text .social {
    text-align: right;
    margin-top: 12px;
}

.contact-body {
    background-color: #ebeeed;
    color: #424b51;
    padding-top: 60px;
    padding-bottom: 40px;
    -webkit-box-shadow: inset 0 10px 10px -17px #272d32, inset 0 -10px 10px -17px #272d32;
    box-shadow: inset 0 10px 10px -17px #272d32, inset 0 -10px 10px -17px #272d32;
    border-bottom: solid 1px #c7c9c8;
    outline: none !important;
    font-size: 15px;
    line-height: 1.8;
}

.contact-body h3 {
    margin-top: 0;
}

.contact-body h2 {
    margin-top: 0 !important;
    margin-bottom: 20px !important;
}

.contact-body ul {
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
    -webkit-padding-start: 0px;
}

.contact-body a:hover {
    text-decoration: none;
}

.contact-body a {
    color: #424b51;
}

.contact-text .social a {
    color: #fff;
}

.contact-title {
    color: #424b51;
}
/* 404 */

.not-found {
    background: #000 url('images/404-bg.jpg') no-repeat center center;
    min-height: 500px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='images/404-bg.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/404-bg.jpg', sizingMethod='scale')";
    padding: 40px 0;
    color: #fff;
}

.not-found a:hover,
.not-found a:focus {
    color: #fff;
}

@media (min-width: 1200px) {
    .slider .slider-header2,
    .slider3 .slider-header2,
    .slider4 .slider-header2 {
        font-size: 24px;
        letter-spacing: 4px;
        margin-top: 0;
        margin-bottom: 30px;
    }
    .slider .slider-header1,
    .slider3 .slider-header1,
    .slider4 .slider-header1 {
        font-weight: 700;
        font-size: 38px;
        margin-bottom: 2px;
        margin-top: 40px;
    }
    .slider .deli,
    .slider3 .shared,
    .slider4 .reseller {
        color: #fff;
        font-size: 18px;
        margin-bottom: 30px;
    }
    .slider2 .slider-header1 {
        margin-bottom: 10px;
        font-size: 56px;
        font-weight: 700;
        text-align: center;
        margin-top: 100px;
    }
    .domain h2 {
        font-size: 34px;
        margin-top: 3px;
        margin-bottom: 0;
    }
}

@media (min-width: 993px) {
    .row-plan-title {
        font-size: 24px;
    }
    .slider2 .slider-header1 {
        margin-bottom: 10px;
        font-size: 48px;
        font-weight: 700;
        text-align: center;
        margin-top: 100px;
    }
    .domain h2 {
        margin-top: 0;
    }
    .hasPlaceholder {
        color: #777;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .nav-social {
        display: none;
    }
    .topbar .nav-right li a {
        padding: 0 10px;
    }
    .navbar-nav>li>a {
        font-size: 14px !important;
        padding-left: 10px;
        padding-right: 10px;
    }
    .domain .btn-primary {
        width: 100%;
    }
    .domain .col-lg-9 {
        margin-bottom: 10px;
    }
    .domain h2 {
        margin-top: 10px;
        font-size: 24px;
    }
    .home-price h2 {
        font-size: 24px;
    }
    .row-pricing-btn .btn {
        padding: 8px 15px !important;
        font-size: 12px !important;
        text-align: center;
        font-weight: 700;
    }
    .slider2 .slider-header1 {
        font-size: 32px;
        margin-top: 100px;
        text-align: center;
    }
    #dedi-pricing .title th {
        font-size: 14px !important;
    }
    #dedi-pricing td {
        font-size: 12px !important;
    }
    #dedi-pricing .btn {
        padding: 5px 25px !important;
        font-size: 12px !important;
    }
}

@media (min-width: 768px) {
    .topbar .navbar-nav>li>a {
        font-size: 14px;
        line-height: 16px;
        padding: 7px 15px;
        color: #fff;
    }
    .navbar-nav>li>a {
        padding-top: 26px;
        padding-bottom: 26px;
        font-size: 16px;
        line-height: 18px;
        font-weight: 700;
    }
    .normal-drop .dropdown-menu {
        border-radius: 4px;
        border-top-left-radius: 4px !important;
        border-top-right-radius: 4px !important;
        box-shadow: none;
        margin-top: 20px !important;
        min-width: 200px;
        padding: 0;
    }
    .normal-drop .dropdown-menu:before {
        content: "";
        border-bottom: 10px solid #fff;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        position: absolute;
        top: -10px;
        right: 16px;
        z-index: 10;
    }
    .normal-drop .dropdown-menu:after {
        content: "";
        border-bottom: 12px solid rgba(0,0,0,.15);
        border-right: 12px solid transparent;
        border-left: 12px solid transparent;
        position: absolute;
        top: -12px;
        right: 14px;
        z-index: 9;
    }
    .normal-drop .dropdown-menu > li {
        border-bottom: 1px solid #ccc
    }
    .normal-drop .dropdown-menu > li:last-child {
        border-bottom: none;
    }
    .normal-drop .dropdown-menu > li > a {
        padding: 10px 20px;
    }
    .slider2 .vps {
        color: #fff;
        font-size: 22px;
        margin-bottom: 30px;
        letter-spacing: 1px;
        text-align: center;
    }
    .slider2-btn {
        text-align: center;
    }
    .flex-control-nav {
        bottom: 10px;
        z-index: 1;
    }
    #dedi-pricing table {
        margin-bottom: 20px;
    }
    #dedi-pricing .title {
        background-color: #005bb1;
        color: #fff;
    }
    #dedi-pricing tbody {
        background-color: #f5f5f5;
    }
    #dedi-pricing .title th {
        padding: 10px 10px;
        text-align: center;
        font-size: 14px;
    }
    #dedi-pricing .title th:first-child {
        text-align: left;
    }
    #dedi-pricing td:first-child {
        text-align: left;
        border-top-left-radius: 3px !important;
    }
    #dedi-pricing td {
        padding: 13px 20px;
        font-size: 13px;
        text-align: center;
    }
    #dedi-pricing .table-bordered>thead>tr>th,
    #dedi-pricing .table-bordered>tbody>tr>th,
    #dedi-pricing .table-bordered>tfoot>tr>th,
    #dedi-pricing .table-bordered>thead>tr>td,
    #dedi-pricing .table-bordered>tbody>tr>td,
    #dedi-pricing .table-bordered>tfoot>tr>td {
        border: 0;
    }
    #dedi-pricing .btn {
        padding: 5px 25px;
        font-size: 16px;
    }
    .no-stock {
        background: transparent !important;
        color: #111 !important;
        border-color: transparent !important
    }
    .not-found-title {
        font-size: 205px;
        font-weight: 700;
        margin-bottom: 0;
        letter-spacing: 10px;
    }
    .not-found h3 {
        font-weight: 300;
        margin-top: 0;
        margin-bottom: 50px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .topbar .nav-right li a {
        font-size: 11px;
        padding: 0 10px;
    }
    .topbar .nav-right .popup-login a {
        padding-right: 0;
    }
    .slider .slider-header1 {
        margin-top: 50px;
    }
    .slider2 .slider-header1 {
        margin-top: 100px;
    }
    .slider3 .shared,
    .slider4 .reseller {
        font-size: 14px;
    }
    .slider3 .slider-header1,
    .slider4 .slider-header1 {
        margin-top: 35px;
    }
    .flex-control-nav {
        bottom: 30px;
        z-index: 1;
    }
    .domain .btn-primary,
    .before-footer .btn-transparent {
        width: 100%;
    }
    .domain .col-lg-9,
    .domain h2 {
        margin-bottom: 10px;
    }
    .domain h2 {
        margin-top: 0px;
        font-size: 22px;
    }
    .flex-direction-nav {
        display: none;
    }
    .flex-control-nav {
        bottom: 10px;
    }
    footer .col-sm-12 {
        margin-top: 20px;
    }
    .row-plan-title {
        font-size: 14px;
        font-weight: 700;
    }
    .row-pricing-btn .btn {
        padding: 8px 15px !important;
        font-size: 12px !important;
        text-align: center;
        font-weight: 700;
    }
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        background-color: #ebeeed;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #000;
    }
    .modal-dialog-center {
        width: 100%;
    }
    .mega-dropdown-menu .panel-title {
        font-size: 18px;
    }
    .mega-dropdown-menu .panel-body {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .mega-dropdown-menu .panel-footer {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .row-feature,
    .row-feature-2 {
        text-align: center;
        border-bottom: 1px solid #eee;
        font-weight: 700;
    }
    .shared-page,
    .reseller-page,
    .vps-page,
    .dedi-page,
    .about-page,
    .tos-page {
        min-height: 100px;
    }
    /* Force table to not be like tables anymore */
    
    #dedi-pricing table,
    #dedi-pricing thead,
    #dedi-pricing tbody,
    #dedi-pricing th,
    #dedi-pricing td,
    #dedi-pricing tr {
        display: block;
    }
    #dedi-pricing tr {
        background-color: #f5f5f5;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    
    #dedi-pricing thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    #dedi-pricing tr:first-child {
        border-top: 1px solid #eee;
    }
    #dedi-pricing .table-striped>tbody>tr:nth-child(odd) {
        margin-bottom: 15px;
        border-top: 1px solid #eee;
        background: #fff;
    }
    #dedi-pricing .table-striped>tbody>tr:nth-child(even) {
        margin-bottom: 15px;
        border-top: 1px solid #eee;
        background: #f5f5f5;
    }
    #dedi-pricing .table-bordered {
        border: 0;
    }
    #dedi-pricing td {
        /* Behave  like a "row" */
        
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 40%;
        white-space: normal;
        text-align: left;
        padding-top: 13px;
        padding-bottom: 13px;
        padding-right: 15px;
    }
    #dedi-pricing td:before {
        /* Now like a table header */
        
        position: absolute;
        /* Top/left values mimic padding */
        
        top: 15px;
        left: 15px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }
    #dedi-pricing td:before {
        content: attr(data-title);
    }
    #dedi-pricing .btn {
        padding: 7px 20px !important;
        font-size: 12px !important;
        height: 30px;
    }
    .no-stock {
        opacity: 0.5;
    }
    .contact-text .social {
        text-align: left;
    }
    .contact-body .btn {
        width: 100%;
    }
    .about-us img {
        margin-top: 0px;
    }
    .not-found {
        min-height: 200px;
    }
    .not-found-title {
        font-size: 80px;
        font-weight: 700;
        margin-top: 0;
        margin-bottom: 0;
        letter-spacing: 3px;
    }
    .not-found h3 {
        font-weight: 300;
        margin-top: 0;
        margin-bottom: 50px;
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .topbar .nav-right li a {
        font-size: 11px;
        padding: 0 10px;
    }
    .topbar .nav-right .popup-login {
        margin-right: 0;
        border-right: 0;
        padding-left: 10px;
    }
    .topbar .nav-right .popup-login a {
        padding-right: 0;
        padding-left: 0;
    }
    .slider li,
    .slider3 li,
    .slider4 li {
        font-size: 14px;
    }
    .navbar-default .navbar-brand:hover,
    .navbar-default .navbar-brand:focus {
        padding-right: 0;
    }
    .form-control,
    .selectboxit-container .selectboxit,
    .domain .btn-primary,
    .home-price .btn-success {
        height: 38px;
        font-size: 14px;
    }
    .mega-dropdown-menu .btn {
        height: 38px;
        font-size: 14px;
        line-height: ;
    }
    .selectboxit-container span,
    .selectboxit-container .selectboxit-options a {
        height: 34px;
        line-height: 34px;
    }
    .mega-dropdown-menu .panel-primary>.panel-heading {
        padding: 10px 15px;
    }
    .price-label {
        font-size: 11px;
        padding: 4px 10px;
    }
    .mega-dropdown-menu {
        padding: 15px 0;
        font-size: 13px;
    }
    .mega-dropdown-menu button {
        width: 100%;
    }
    .slider .slider-header1 {
        margin-top: 50px;
        font-size: 28px;
    }
    .slider2 .slider-header1 {
        margin-top: 80px;
    }
    .slider4 .slider-header1 {
        font-size: 28px;
        margin-top: 40px;
    }
    .slider1-btn {
        border-bottom: 80px;
    }
    .slider2 {
        text-align: left;
    }
    .slider3 .slider-header1 {
        margin-top: 40px;
        font-size: 32px;
    }
    .slider .slider-header2,
    .slider3 .slider-header2,
    .slider4 .slider-header2 {
        font-size: 18px;
        margin-top: 0;
        margin-bottom: 20px;
        font-weight: 300;
    }
    .flex-control-nav {
        bottom: 15px;
    }
    .topbar .nav-left li,
    .topbar .nav-right li,
    .topbar .nav-right li a {
        font-size: 10px;
    }
    .btn-transparent,
    #home-slider .btn-primary,
    .contact-body .btn-primary {
        height: 38px;
        font-size: 14px;
        line-height: 35px;
        padding-top: 0;
        padding-bottom: 0;
    }
    .domain .btn-primary,
    .before-footer .btn-transparent {
        width: 100%;
    }
    .domain .col-lg-9,
    .domain h2 {
        margin-bottom: 10px;
    }
    .domain h2 {
        font-size: 20px;
        margin-top: 0px;
    }
    .flex-direction-nav {
        display: none;
    }
    .home-price,
    #testimonial,
    .features,
    .before-footer,
    .contact-body {
        padding: 30px 0;
    }
    .home-price .col-sm-12 {
        margin-bottom: 25px;
    }
    .home-price h2,
    #testimonial h2,
    .features h2,
    .benefits h2,
    .maps h2,
    .tos h2,
    .about-us h2,
    .contact-body h2 {
        font-size: 20px;
        margin-top: 0;
    }
    .home-price .tab-group {
        margin-bottom: 40px;
    }
    .home-price .btn-group > .btn {
        font-size: 13px;
    }
    .home-price .table>thead>tr>th,
    .home-price .table>tbody>tr>th,
    .home-price .table>tfoot>tr>th,
    .home-price .table>thead>tr>td,
    .home-price .table>tbody>tr>td,
    .home-price .table>tfoot>tr>td {
        font-size: 13px;
    }
    .home-price .table>tbody>tr>td {
        padding: 15px;
    }
    .the-price h1 {
        font-size: 38px;
    }
    .home-price h1 sup {
        font-size: 20px;
    }
    #my-tab-content .panel-title {
        font-size: 18px;
    }
    #my-tab-content .panel-body {
        font-size: 14px;
    }
    .home-price p,
    .features p,
    #testimonial p,
    .tos p,
    .about-us p {
        font-size: 13px !important;
    }
    #testimonial p {
        margin-top: 20px;
        margin-bottom: 10px;
    }
    #testimonial .flex-control-nav {
        bottom: 15px;
    }
    .customer-name,
    .customer-country {
        font-size: 14px;
    }
    .benefits .features-1 {
        border-bottom: 1px solid #c7c9c8;
        padding: 20px 0;
    }
    .benefits .features-2 {
        padding: 20px 0 0;
        margin-bottom: 0;
    }
    .benefits .features-1 h3 {
        margin-top: 0;
    }
    .col-sm-12 .features-2 {
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .maps {
        padding-bottom: 30px;
    }
    .test-ip {
        margin-top: 20px;
    }
    .test-ip >tbody>tr>td {
        padding: 8px 12px;
    }
    .brands .col-xs-4 {
        padding-bottom: 40px;
    }
    .before-footer h4 {
        font-size: 16px;
        margin-bottom: 15px;
        margin-top: 0;
    }
    footer {
        padding: 40px 0;
    }
    footer .col-sm-12 {
        margin-top: 20px;
    }
    footer li,
    footer p,
    footer address {
        font-size: 14px;
    }
    footer p {
        margin-top: 15px;
    }
    .row-plan-title {
        font-size: 11px;
        font-weight: 700;
    }
    .row-feature,
    .row-feature-2 {
        text-align: center;
        border-top: 1px solid #eee;
        font-weight: 700;
        font-size: 13px;
    }
    .row-pricing-btn .btn {
        padding: 8px 5px !important;
        font-size: 9px;
        text-align: center;
        font-weight: 700;
    }
    .row-pricing-wrap .panel-footer {
        padding: 0;
    }
    .row-pricing-wrap .well {
        font-size: 12px;
        line-height: 13px;
        text-align: left;
    }
    .row-table-o,
    .row-table-a {
        font-size: 12px !important;
        line-height: 38px;
    }
    .row-header-price {
        border-bottom: none !important;
    }
    .row-header-price h1 {
        font-size: 26px !important;
    }
    .row-header-price h1 sup {
        font-size: 16px;
    }
    .row-header-price .price-month {
        font-size: 11px !important;
    }
    #gmap_canvas {
        height: 300px;
    }
    .contact-text .social {
        text-align: left;
    }
    .contact-body {
        font-size: 14px;
    }
    .page h1 {
        font-size: 20px;
        color: #fff;
        margin-top: 0;
    }
    .page p {
        font-size: 14px;
    }
    footer .payments {
        font-size: 24px;
    }
}

@media (min-width: 320px) and (max-width: 479px) {
    .top-contact {
        display: none;
    }
    .topbar .nav-right li a {
        font-size: 11px;
        padding: 0 7px;
    }
    .slider .slider-header1 {
        margin-top: 60px;
        font-size: 28px;
    }
    .slider2 .slider-header1 {
        margin-top: 75px;
    }
    .slider1-btn {
        border-bottom: 80px;
    }
    .slider2 {
        text-align: left;
    }
    .slider3 .slider-header1 {
        margin-top: 60px;
        font-size: 28px;
    }
    .slider3 .slider-header2,
    .slider4 .slider-header2 {
        font-size: 18px;
        margin-top: 0;
        margin-bottom: 20px;
    }
    .slider4 .slider-header1 {
        font-size: 26px;
        margin-top: 45px;
    }
    .topbar .nav-left li,
    .topbar .nav-right li,
    .topbar .nav-right li a {
        font-size: 10px;
    }
    .topbar ul.nav-right {
        padding-left: 0;
        margin-left: 0;
    }
    .topbar .nav-right li {}
    .topbar .nav-right li a {
        font-size: 10px;
    }
    .domain .col-lg-9,
    .domain h2 {
        margin-bottom: 10px;
    }
    .domain h2 {
        font-size: 20px;
        margin-top: 0px;
    }
    .flex-direction-nav {
        display: none;
    }
    .before-footer .btn-transparent {
        width: 100%;
    }
    .row-plan-title {
        font-size: 10px;
        font-weight: 700;
    }
    .row-pricing-btn .btn {
        padding: 10px 3px !important;
        font-size: 10px;
        line-height: 14px;
        text-align: center;
        font-weight: 700;
        width: 100%;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .row-header {
        padding-left: 3px;
        padding-right: 3px;
    }
    .row-feature,
    .row-feature-2 {
        font-size: 12px;
    }
    .row-feature-plan,
    .row-feature-plan-2 {
        font-size: 11px !important;
    }
    .home-price .tab-group {
        margin-bottom: 30px;
    }
    .home-price .btn-group > .btn {
        font-size: 11px;
        padding: 10px;
    }
    .row-header-price h1 {
        font-size: 20px !important;
    }
    .home-price h1 sup {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .test-ip {
        margin-top: 20px;
    }
    .row-table-o,
    .row-table-a {
        font-size: 14px !important;
    }
    .first-col-ul {
        margin-bottom: 0 !important;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    #testimonial p .customer-name,
    .customer-country {
        font-size: 14px;
    }
}




@sans: 'Open Sans', sans-serif;
@serif: 'Roboto Slab', serif;
@grey: #005bb1;
@orange: #005bb1;
@letter-spacing: .1em;

.transition(...) {
  -webkit-transition: @arguments;
  -moz-transition: @arguments;
  -o-transition: @arguments;
  transition: @arguments;
}

* {
  font-family: @sans;
}

.button-fill {
    text-align: center;
    background: #005bb1;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    margin: 25px;

    // CSS FOR GREY FILL BUTTONS

    &.grey {
    	background: @grey;
    	color: white;
    }

    // CSS FOR ORANGE FILL BUTTONS

    &.orange {
    	background: @orange;
    	color: #fff;
    	.button-inside {
    		color: @orange;
    	}
    	.button-inside.full {
    		border: 1px solid @orange;
    	}
    }
}

.button-text {
    padding: 0 25px;
    line-height: 56px;
    letter-spacing: .1em;
}


.button-inside {
    width: 0px;
    height: 54px;
    margin: 0;
    float: left;
    position: absolute;
    top: 1px;
    left: 50%;
    line-height: 54px;
    color: @grey;
    background: #fff;
    text-align: center;
    overflow: hidden;
    .transition(width .5s, left .5s, margin .5s;);
}

.button-inside.full { // HOVER STATE (jQuery)
    width: 100%;
    left: 0%;
    top: 0;
    margin-right: -50px;
    border: 1px solid @grey;
}

.inside-text {
 	text-align: center;
 	position: absolute;
 	right: 50%;
 	letter-spacing: .1em;
 	text-transform: uppercase;
 	-webkit-transform: translateX(50%);
	-moz-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%);
}





.host-view {
    padding: 0px;
    margin: 12px 0 0 0;
    float: left;
    font-size: 12.5pt;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    width: 100%;
    position: absolute;
    z-index: 2;
}

.host-view a {
    padding: 11px 40px;
    color: #ffffff;
    text-decoration: none;
    background: #005bb1;
}