body {
    font-family: 'Montserrat';
    margin-top: 65px;
}

a {
    text-decoration: none;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
}

button,
input,
textarea,
select {
    outline: none;
}

p {
    color: #606060;
    line-height: 24px;
    font-size: 16px;
}

h2 {
    color: #4d4948;
    font-size: 32px;
    line-height: 39px;
    margin: 10px 0 15px;
    font-weight: normal;
}

h2.subtitle {
    font-size: 28px;
    line-height: 34px;
    font-weight: 450;
}

h2.underline {
    padding-bottom: 13px;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 13px;
}

.prefooter {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 0px;
    margin-bottom: -20px;
}

.orange-btn {
    /* Rectangle: */
    background: #F9BA46;
    transition: .2s;
}

.orange-btn:hover,
.subscribe-block #btn-subscribe:hover {
    background-color: #DA9C2A !important;
}

.text-white {
    color: white;
}

.simple-btn {
    padding: 13px 26px;
    background-color: #F9BA46;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    font-weight: 500;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
}

.simple-btn:hover {
    background-color: #E3A83D !important;
    color: black;
}

.bold {
    font-weight: 500;
}
.simple-btn-order-now {
	text-align: center;
	padding-top: 25px;
}
.inline-block {
    vertical-align: top;
    display: inline-block;
}

.inline-block-middle {
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 0;
}

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

.text-center {
    text-align: center !important;
    padding-left: 0 !important;
}

.text-justify {
    text-align: justify !important;
}


.text-center-block p {
    text-align: center !important;
}

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

.border-0 {
    border: none !important;
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

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

.mt-0 {
    margin-top: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.horz-line {
    width: 100%;
    height: 1px;
    background-color: #E2E2E2;
    display: block;
    color: #E2E2E2;
}















/*  flex  */

.d-flex {
    display: flex;
}

.d-column {
    flex-direction: column;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-around {
    justify-content: space-around;
}

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

.flex-wrap {
    flex-wrap: wrap;
}

.bg-gray {
    background-color: #F6F6F6;
}

.link-underline:hover {
    text-decoration: underline;
}

.underline-m {
    border-bottom: 1px solid #dbdbdb !important;
}

table {
    margin-top: 15px;
}

table tr.first-header {
    background-color: #4D4948;
}

table tr.second-header {
    background-color: #F9BA46;
}

table tr.gray-header {
    background-color: #EEEEEE;
}

table tr.light-gray-header {
    background-color: #F8F8F8;
    font-weight: 500;
    color: #4D4948;
}

table th {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    padding: 13px 19px;
    border: 0 !important;
    vertical-align: middle !important;
}

table td {
    font-size: 18px;
    line-height: 22px;
    padding: 14px 19px;
    color: #606060;
    vertical-align: middle;
    border-right: 1px solid #DCDCDC;
}

table tr.first-header th {
    color: #FFFFFF;
}

table tr.second-header th {
    color: #4D4948;
}

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

table tr:last-child td {
    border-bottom: 1px solid #DCDCDC;
}

table tr:nth-child(even) td {
    background-color: #f4f4f4;
}

span.indicator {
    width: 18px;
    height: 18px;
    margin-top: 3px;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #D1D1D1;
    margin-right: 7px;
}

span.indicator.active {
    background-color: #71B625;
}

.navbar {
    min-height: 65px;
    border: none;
    /* background: */
    background: #F6F6F6;
    margin-bottom: 0;
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 500;
    border-radius: 0;
}

.navbar-brand>img {
    width: 165px;
    height: 48px;
}

.navbar-brand {
    padding-top: 7px;
    height: 65px;
    padding-right: 53px;
}

.navbar-default .navbar-nav>li>a {
    /* Hosting: */
    font-size: 16px;
    color: #4D4847;
}

.nav>li>a {
    padding: 22.5px 20px;
    transition: .2s;
}

.nav>li>a:hover {
    /* background: */
    background-color: #FFFFFF !important;
}

.top-bar-sticky {
    padding: 10px 25px;
    width: 100%;
    background-color: #CCC;
    height: 40px;
    position: fixed;
    top: 0;
    z-index: 500;
}

a#mobile-number {
    background-image: url(../images/mobile-number-logo.png);
    background-size: 29px;
    background-position: left center;
    background-repeat: no-repeat;
    background-color: inherit !important;
    padding-left: 37px;
    color: #4D4847;
    font-weight: 500;
}

a#mobile-number:hover {
    color: #F9BA46;
}

a#specials-button {
    padding: 15px 20px;
    margin-top: 7.5px;
    font-weight: 450;
    color: #4A4A4A;
    background-image: url(../images/special-button-logo.png);
    background-size: 26px;
    background-repeat: no-repeat;
    background-position: left 10px center;
    padding-left: 45px;
}

a#specials-button:hover,
#chat-now:hover {
    background-color: #DA9C2A !important;
}

.block.white,
.container.white,
.mid.white {
    background-color: #ffffff;
}

.mid.dark {
    background-color: #4D4949;
}


.block {
    padding-top: 30px;
    padding-bottom: 30px;
}
.block-storage {
    padding-top: 0px;
    padding-bottom: 0px;
}
.block.empty {
    padding: 1px;
}

#heading {
    width: 100%;
    height: 576px;
    background-image: url('../images/slider.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    color: #FFF;
}

#heading.secondary {
    height: 220px;
}

#heading .container {
    height: 100%;
    position: relative;
}

#heading #outer-container {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 3vw;
}

#heading h1 {
    font-size: 50px;
    font-weight: 500;
    height: 75px;
    line-height: 75px;
    margin-bottom: 27px;
}

#heading p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 37px;
    color: #ffffff;
}

#heading button {
    color: #FFF;
    font-weight: 500;
    text-align: center;
    height: 45px;
    font-size: 18px;
    margin: 10px 0 0;
    border: 0;
}

#heading button#chat-now {
    background-color: #F9BA46;
}

#heading button#learn-more {
    border: 2px solid #FFFFFF;
    background-color: transparent;
}

#heading button#learn-more:hover {
    background-color: rgba(255, 255, 255, 0.18);
}

.mid {
    background-color: #F6F6F6;
}

.services {
    padding: 0;
    height: 463px;
}

.most-popular {
	border: 2px solid #FAC86B;
	position: relative;
}
.ribbon {
    position: absolute;
    width: 90px;
    top: 0;
    right: -1px;
 }
.services .service {
    margin-top: 28px;
    background-color: rgba(255, 255, 255, 0.51);
    margin-left: 6px;
    margin-right: 6px;
    padding: 51px 20px 0 20px;
    color: #4D4948;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    padding-bottom: 40px;
}

/*
.services .service:hover {
    margin-top: 18px;
    padding-top: 61px;
    height: 463px;
    background-color: #ffffff;
    cursor: pointer;
    box-shadow: 0 0 14px 0 rgba(176, 176, 176, 0.50);
}
*/

.services .service:first-child {
    margin-left: 0;
}

.services .service:last-child {
    margin-right: 0;
}

.services .row {
    margin-left: -9px;
    margin-right: -9px;
}

.service .logo {
    height: 90px;
    width: 100%;
    background-position: center center;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
}

#service-1 .logo {
    background-image: url('../images/services-vps.png');
}

#service-2 .logo {
    background-image: url('../images/services-ddos.png');
}

#service-3 .logo {
    background-image: url('../images/services-vds.png');
}

#service-1 .starting-from {
    margin-top: 67px;
}

.service h3 {
    text-align: center;
    margin-top: 27px;
    font-size: 26px;
    line-height: 32px;
    height: 64px;
}

.service p {
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    margin-top: 10px;
}

.service .starting-from {
    text-align: center;
    font-size: 16px;
    line-height: 19px;
    margin-top: 20px;
}

.service .price {
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    text-align: center;
}

#descriptions h2 {
    color: #4d4948;
    font-size: 32px;
    font-weight: 500;
    line-height: 39px;
    text-align: center;
    margin-bottom: 37px;
}

#descriptions p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 31px;
    text-align: justify;
}

#descriptions .details .desc {
    padding-left: 103px;
    background-repeat: no-repeat;
    background-position: left 28px top;
    -webkit-background-size: auto 47px;
    background-size: auto 47px;
}

#descriptions .details #desc1.desc {
    background-image: url('../images/desc_globus.png');
}

#descriptions .details #desc2.desc {
    background-image: url('../images/desc_doc.png');
}

#descriptions .details #desc3.desc {
    background-image: url('../images/desc_arrows.png');
}

#descriptions .details #desc4.desc {
    background-image: url('../images/desc_stat.png');
}

#descriptions .details .desc p {}

#descriptions .desc h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 10px;
    margin-bottom: 18px;
}

.features {
    padding: 0;
}

.features .feature {
    padding: 20px 0 20px;
    color: #606060;
}

.features .logo {
    height: 64px;
    width: 100%;
    background-position: center center;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
}

#feature-1 .logo {
    background-image: url('../images/feature_ww.png');
}

#feature-2 .logo {
    background-image: url('../images/feature_customers.png');
}

#feature-3 .logo {
    background-image: url('../images/feature_server.jpg');
}

.feature h3 {
    text-align: center;
    margin-top: 27px;
    font-size: 24px;
    line-height: 29px;
    color: #4d4948;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.feature p {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    margin-top: 0px;
    padding-bottom: 20px;
}

.feedbacks h2 {
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    margin-bottom: 50px;
}

.table-scrollable {
    display: block;
    margin-bottom: 20px;
    overflow-y: scroll;
}

.feedbacks .feedback {
    color: #4D4746;
    padding: 27px 15px 33px;
    border: 1px solid #E2E2E2;
    background-color: #FFFFFF;
    margin-bottom: 10px;
}

.feedbacks .feedback p {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 19px;
}

.feedbacks .feedback .rating {
    width: 100%;
    text-align: center;
    height: 30px;
    margin-bottom: 24px;
}

.star {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.star-gold {
    background-image: url('../images/stars.png');
    background-position: 0 -35px;
}

.star-gray {
    background-image: url('../images/stars.png');
    background-position: 0 -5px;
}

.feedbacks .feedback .name {
    color: #000000;
    font-size: 17px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    margin-bottom: 3px;
}

.feedbacks .feedback .position {
    color: #7D7D7D;
    font-size: 15px;
    line-height: 19px;
    text-align: center;
    margin-top: 3px;
}

.partners {
    margin-top: -3px;
    border-bottom: 1px solid #EEE;
}

.partners .title {
    display: inline-block;
    height: 70px;
    color: #4D4948;
    font-size: 22px;
    line-height: 70px;
    margin-bottom: 30px;
    border-right: 1px solid #EEE;
    padding-right: 25px;
    vertical-align: top;
}

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

.partners .partner {
    display: inline-block;
    width: 140px;
    height: 70px;
    margin: 0;
    overflow: hidden;
    margin-left: 0px;
    margin-right: 0px;
}

.partners .title+.partner {
    margin-left: 0;
}

.partners .partner:last-child {
    margin-right: 0;
}

.links ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 15px;
}

.links ul li {
    font-size: 15px;
    line-height: 24px;
    color: #606060;
    line-height: 24px;
}

.links ul li:first-child {
    font-size: 17px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 8px;
}

.links ul li a {
    color: #606060;
}

.f-bottom div.title {
    color: #525252;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    text-align: left;

    margin-bottom: 19px;
}

.subscribe-block,
.payments-block {
    margin-bottom: 15px;
    /*line-height: 40px;*/
}

.subscribe-block {
    height: 40px;
}

.subscribe-block .input-subscribe {
    height: 40px;
    width: calc(100% - 220px);
    border: 1px solid #C7C7C7;
    background-color: #FFFFFF;
    vertical-align: top;
}

.subscribe-block #btn-subscribe {
    height: 40px;
    width: 101px;
    background-color: #F9BA46;
    vertical-align: top;
    color: #525252;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    text-align: center;
    border: 0;
    margin-right: 20px;
}

.title.accr {
    display: block;
}

.payments-block {
    width: 245px;
}

.payments-block .payment {
    /*height: 25px;*/
    display: inline-block;
}

.payments-block .payment img {
    max-height: 30px;
}

.payments-block .payment.accredited img {
    max-height: 70px;
    margin-top: 40px;
}

@media screen and (max-width: 450px) {
    .subscribe-block {
        height: unset;
    }
    .subscribe-block .input-subscribe {
        width: calc(100% - 105px);
    }
    .subscribe-block form {
        display: block!important;
        margin-bottom: 5px;
    }
    .subscribe-block form button {
        margin: 0!important;
    }
    .f-bottom .col-xs-6 {
        width: 100%;
    }
    .payments-block .payment.accredited img {
        margin-top: 0;
    }
}

.copyright {
    margin-top: 20px;
    height: 36px;
}

.copyright p.copy-text {
    color: #606060;
    font-size: 15px;
    line-height: 36px;
}

span.social-icon {
    width: 40px;
    height: 40px;
    display: inline-block;
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
    background-repeat: no-repeat;
}

span.fb-icon {
    background-image: url('../images/facebook_2x.png');
}

span.twitter-icon {
    background-image: url('../images/twitter_2x.png');
}

#heading.secondary #outer-container {
    width: 100%;
    background-repeat: no-repeat;
    -webkit-background-size: 80px 83px;
    background-size: 80px 83px;
    margin: 0;
    position: relative;
    padding: 0;
}

#heading.secondary h1 {
    margin: 0 0 10px 0;
    height: 50px;
    line-height: 50px;
    padding: 0;
}

#heading.secondary p {
    font-size: 18px;
    line-height: 26px;
    font-weight: normal;
    margin: 0;
}

#heading.virtual-servers #outer-container {
    background-image: url('../images/heading_virtual_server.png');
}

#heading.virtual-servers {
    background-image: url('../images/bg_virtual_servers.jpg');
}

#heading.virtual-servers #outer-container {
    padding-left: 140px;
    margin-left: 48px;
    width: 100%;
}

#heading.virtual-servers h1 {
    margin: 0 0 10px 0;
    height: 50px;
    line-height: 50px;
    padding: 0;
}

#heading.virtual-servers p {
    font-size: 18px;
    line-height: 26px;
    font-weight: normal;
    margin: 0;
}

.mid.gray-border {
    border-bottom: 1px solid #E2E2E2;
}

.vs-features p {
    margin-bottom: 27px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

.vs-features .vs-feature {
    margin-top: 20px;
    padding-left: 80px;
    background-repeat: no-repeat;
    -webkit-background-size: 58px auto;
    background-size: auto 51px;
    background-position: 0 15px;
}

#on-demand.vs-feature {
    background-image: url('../images/vs_feature_monitor.png');
}

#performance.vs-feature {
    background-image: url('../images/vs_feature_timer.png');
}

#flexibility.vs-feature {
    background-image: url('../images/vs_feature_gears.png');
}

.vs-features .vs-feature h3 {
    color: #4D4948;
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
}

.vs-features .vs-feature p {
    margin-bottom: 10px;
}

.vs-plans {
    margin-bottom: 30px;
}

.vs-plans h2 {
    color: #4d4948;
    font-size: 32px;
    line-height: 39px;
    text-align: center;
    margin: 10px 0 26px;
    font-weight: normal;
}

.vs-plans .vs-plan {
    margin-top: 26px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.vs-plan .vs-plan-heading {
    height: 90px;
    background-color: rgba(77, 73, 72, 0.7);

    padding-top: 15px;
}

#plan-2.vs-plan .vs-plan-heading {
    background-color: rgba(77, 73, 72, 0.8);
}

#plan-3.vs-plan .vs-plan-heading {
    background-color: rgba(77, 73, 72, 0.90);
}

#plan-4.vs-plan .vs-plan-heading {
    background-color: #4D4948;
}

.vs-plan .vs-plan-name {
    height: 19px;
    color: #ffffff;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
}

.vs-plan .vs-plan-price {
    text-align: center;
    color: #ffffff;
    font-size: 34px;
    line-height: 42px;
    font-weight: 500;
}

.vs-plan .vs-plan-price span {
    font-weight: 500;
    line-height: 20px;
    font-size: 17px;
}

.vs-plan .vs-plan-body {
    padding: 25px 10px 25px 10px;
    background-color: #F4F4F4;
}

.vs-plan .vs-plan-body ul.vs-plan-features {
    margin: 0;
    padding: 0;
    list-style: none;
}

.vs-plan span.strong,
.vs-plan li.indicator {
    font-weight: 500;
}

.vs-plan .vs-plan-body ul.vs-plan-features li {
    color: #5f5957;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    margin-top: 9px;
    margin-bottom: 9px;
}

.vs-plan li.indicator {
    padding-left: 27px;
}

.vs-plan li.indicator span {
    width: 18px;
    height: 18px;
    margin-top: 3px;
    position: absolute;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #D1D1D1;
    margin-right: 9px;
    margin-left: -27px;
}

.vs-plan li.indicator.active span {
    background-color: #71B625;
}

.vs-plan .btn-vs-buy-now {
    height: 50px;
    width: 140px;
    background-color: #F9BA46;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    text-align: center;
    margin-left: calc(50% - 70px);
    margin-top: 15px;
    box-shadow: none;
    border: 0;
    display: block;
    padding-top: 11px;
}

.vs-why {}

.vs-why ul.nav-tabs {}

.vs-why ul.nav-tabs li.nav-item {
    margin-right: -8px;
}

.vs-why ul.nav-tabs li.nav-item a {

    color: #777777;
    text-align: center;
    height: 54px;
    font-size: 20px;
    line-height: 54px;
    border: 1px solid #d8d8d8;
    border-bottom: 0;
    padding: 0;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #efefef;
    transition-property: background-color, border-color;
}

.vs-why ul.nav-tabs li.nav-item.active a,
.vs-why ul.nav-tabs li.nav-item a:hover {
    border-top: 2px solid #f9ba46;
    color: #4d4948;
    line-height: 53px;
    background-color: #ffffff;
}

.vs-why .why-column {
    margin-top: 50px;
}

.vs-why .why-column .title {
    color: #000000;
    font-size: 20px;
    line-height: 24px;
    margin: 0;
    padding: 0;
}

.vs-why .why-column p {
    color: #606060;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
    margin-top: 18px;
}

.vs-why .details .desc {
    padding-left: 103px;
    background-repeat: no-repeat;
    background-position: 30px 10px;
    -webkit-background-size: auto 47px;
    background-size: auto 47px;
}


.vs-why .details #vs1.desc {
    background-image: url('../images/monitor_icon_2x.jpg');
}

.vs-why .details #vs2.desc {
    background-image: url('../images/timer_icon_2x.jpg');
}

.vs-why .details #vs3.desc {
    background-image: url('../images/backup_icon_2x.jpg');
}

.vs-why .details #vs4.desc {
    background-image: url('../images/unmetered_icon_2x.jpg');
}

.vs-faq .vs-faq-panel .panel {
    border: none;
    border-top: 1px solid #D8D8D8;
    margin-top: 0;
    box-shadow: none;
}

.vs-faq .vs-faq-panel .panel-heading {
    min-height: 59px;
    background-color: inherit;
    margin: 0;
    padding: 0;
    box-shadow: none;
    background-color: #F6F6F6;
}

.vs-faq .vs-faq-panel .panel-heading h4 {

    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    padding: 0;
    margin: 0;
    border: 0;
}

.vs-faq .vs-faq-panel .panel-heading h4 a {
    width: 100%;
    height: 100%;
    display: block;
    color: #000;
    -webkit-transition: background-color 0.25s ease-out;
    -moz-transition: background-color 0.25s ease-out;
    -ms-transition: background-color 0.25s ease-out;
    -o-transition: background-color 0.25s ease-out;
    transition: background-color 0.25s ease-out;
    padding: 15px 5px 15px;
    text-decoration: none;
    cursor: pointer;
}

.vs-faq .vs-faq-panel .panel-heading h4 a.collapsed {
    background-color: #F6F6F6;
    color: #4D4948;
}

.vs-faq .vs-faq-panel .panel-collapse {
    margin: 0;
    padding: 0;
    border-top: 1px solid #D8D8D8;
    background-color: #F6F6F6;
    overflow: hidden;
}

.vs-faq .vs-faq-panel .panel-collapse .panel-body {
    border-top: 0;
    padding: 0;
    margin: 36px 20px 36px;
}

#heading.heading-cdn {
    background-image: url('../images/cdn_background.jpg');
}

.cdn-features h2 {
    font-size: 28px;
    line-height: 34px;
    font-weight: normal;
    padding-bottom: 13px;
    border-bottom: 1px solid #DBDBDB;
    margin-bottom: 13px;
}

.cdn-features h3 {
    margin-top: 20px;
    font-size: 22px;
    line-height: 24px;
    font-weight: normal;
    margin-bottom: 30px;
}

.cdn-features-list {}

.cdn-feature {
    min-height: 110px;
    background-position: 35px center;
    background-repeat: no-repeat;
    background-size: 95px;
    padding-left: 180px;
    padding-right: 180px;
}

.cdn-feature h3 {
    font-weight: 500;
    line-height: 32px;
    font-size: 28px;
    padding-top: 15px;
    margin-bottom: 11px;
}

.cdn-feature p {
    text-align: justify;
}

.cdn-feature#save-money {
    background-image: url('../images/cdn_pig.png');
}

.cdn-feature#cdn-brings {
    background-image: url('../images/cdn_box.png');
}

.cdn-feature#scalability {
    background-image: url('../images/cdn_notebook.jpg');
}

.cdn-feature#content-format {
    background-image: url('../images/cdn_player.png');
}

.cdn-feature#never-alone {
    background-image: url('../images/cdn_user.jpg');
}

.cdn-feature#setup-is {
    background-image: url('../images/cdn_gear.jpg');
}

.cdn-order {
    margin-bottom: 20px;
}

.cdn-order h2 {
    color: #4D4948;
    font-size: 28px;
    line-height: 37px;
    text-align: center;
}

.cdn-prefooter {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 30px;
    margin-bottom: -20px;
}

.cdn-prefooter p {
    color: #606060;
}

.cdn-prefooter p a {
    color: #F5D178;
    text-decoration: underline;
}

#heading.heading-vdp {
    background-image: url('../images/vdp_background.jpg');
}

.vdp .entry {
    margin-top: 10px;
    margin-bottom: 20px;
}

.vdp>div {}

.vdp-buttons {
    margin-top: 30px;
}

.vdp-buttons .vdp-btn {
    background-color: #EEEEEE;
    min-height: 50px;
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    line-height: 50px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
    text-align: left;
    background-position: 26px center;
    background-repeat: no-repeat;
    padding-left: 86px;
    -webkit-background-size: 31px 22px;
    background-size: 31px 22px;
    background-image: url('../images/vdp_arrow.png');
    border: 0;
}

.vdp-buttons .vdp-btn:hover {
    background-color: #F9BA46;
}

.vdp .subtitle {
    margin-bottom: 7px;
}

.vdp .vdp-feature-big {
    min-height: 290px;
    background-position: 100% center;
    background-repeat: no-repeat;
    background-size: 410px;
    padding-right: 42%;
    background-image: url("../images/multiple_environments_2x.png");
}

.vdp .vdp-feature-big>p {
    text-align: justify;
}

.vdp .vdp-feature {
    min-height: 110px;
    background-position: 35px 10px;
    background-repeat: no-repeat;
    background-size: 66px;
    padding-left: 140px;
    padding-bottom: 5px;
}

.vdp-feature#vdp-backup-server {
    background-image: url("../images/icon_backup_2x.png");
}

.vdp-feature#vdp-hardware {
    background-image: url("../images/icon_server_2x.png");
}

@media screen and (max-width: 1200px) {
    .vdp .vdp-feature-big {
        background-size: 380px;
        padding-right: 45%;
    }
}

@media screen and (max-width: 1000px) {
    .vdp .vdp-feature-big {
        background-size: 300px;
        padding-right: 45%;
    }
}

@media screen and (max-width: 760px) {
    .vdp .vdp-feature-big {
        background-size: 280px;
        padding-right: 0;
        padding-top: 190px;
        background-position: center top;
    }
    .vdp .vdp-feature {
        padding-left: 100px;
        background-position: 11px 10px;
    }
}

@media screen and (max-width: 560px) {
    .vs-why ul.nav-tabs li.nav-item a span {
        display: block;
        overflow: hidden;
        white-space: nowrap;
        font-size: 3.0vw;
    }
}

#heading.heading-affliates {
    background-image: url('../images/affliates_background.jpg');
}

.affliates .aff-info-mt {
    margin-top: 30px;
}

.affliates-promote {
    min-height: 107px;
    position: relative;
}

.affliates-promote h3 {
    color: #4D4948;
    font-size: 28px;
    line-height: 37px;
    margin-top: 5px;
    font-weight: normal;
}

.affliates-promote .rect {
    position: relative;
    height: 168px;
    width: 185px;
    background-color: #FFFFFF;
    float: left;
    margin: 5px;
    background-repeat: no-repeat;
    -webkit-background-size: 185px 168px;
    background-size: 185px 168px;
}

.affliates-promote .rect.last {
    margin-right: 107px;
}

.affliates-promote .rect .title {
    color: #4D4948;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    bottom: 16px;
    width: 100%;
    position: absolute;
}

.affliates-promote .rect.join {
    background-image: url('../images/affliates_handshake.png');
}

.affliates-promote .rect.promote {
    background-image: url('../images/affliates_promote.png');
}

.affliates-promote .rect.earn {
    background-image: url('../images/affliates_money.png');
}

.affliates-promote button.simple-btn {
    bottom: 0;
    position: absolute;
}

#heading.heading-contact-us {
    background-image: url('../images/contact_background.jpg');
}

.contact-form {
    background-color: #F4F4F4;
    padding: 15px;
    position: relative;
}

.contacts .gray-border {
    border-bottom: 1px solid #DBDBDB;
}

.contacts .block {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}

.contacts h3 {
    color: #4D4948;
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.icon-block {
    height: 60px;
    width: 340px;
    border: 1px solid #E6E6E6;
    background-repeat: no-repeat;
    -webkit-background-size: 40px;
    background-size: 40px;
    background-position: left 15px center;
    padding-left: 70px;
    line-height: 60px;
    font-size: 20px;
    color: #606060;
    margin-top: 2.5px;
    margin-bottom: 2.5px;
}

.icon-facebook {
    background-image: url('../images/social_fb.png');
}

.icon-twitter {
    background-image: url('../images/social_twitter.png');
}

.icon-yahoo {
    background-image: url('../images/social_yahoo.jpg');
}

.icon-outlook {
    background-image: url('../images/social_outlook.jpg');
}

.icon-icq {
    background-image: url('../images/social_icq.jpg');
}

.icon-skype {
    font-size: 16px;
    background-image: url('../images/skype128.png');
}

.contact-form input,
.contact-form textarea,
.contact-form input:focus {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 0;
    outline: 0;
    box-shadow: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    margin-top: 5px;
    margin-bottom: 5px;
    height: 50px;
    font-size: 16px;
    line-height: 22px;
    width: 100%;
    padding: 14px 12px;
    border: 2px solid #FFF;
    resize: none;
}

.contact-form textarea {
    min-height: 160px;
    resize: vertical;
    resize: none;
}

.contact-form .right-area > textarea{
    min-height: 215px;
}


.contact-form input:focus,
.contact-form textarea:focus {
    border: 2px solid #F9BA46;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #878787;
}

.contact-form h2 {
    background-color: #4D4948;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: normal;
    line-height: 29px;
    padding: 20px 32px;
    margin: -15px -15px 15px -15px;
}

table.table-specials,
.table-responsive {
    border: 0;
    width: 100%;
}

table.table-specials td:last-child,
table.table-specials td:nth-child(6),
table.table-specials td:nth-child(1) {
    border-right: 0 !important;
}

table.table-specials td:nth-child(1) {
    vertical-align: middle;
    padding-top: 0
}

table.table-specials tr th {
    padding: 8px 20px;
}

table.table-specials tr th:first-child {
    padding: 8px 20px;
}

table.table-specials tr td {
    padding: 8px 20px;
    font-size: 16px;
    line-height: 23px;
}

table.table-specials td:nth-child(1) span {
    display: block;
    width: 58px;
    height: 38px;

    background: url('../images/intel.png') no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

table.table-specials tr td:last-child {
    padding-right: 20px;
}

.notes {
    border-top: 1px solid #DBDBDB;
    border-bottom: 1px solid #DBDBDB;
    background-color: #F9F9F9;
    margin-bottom: 20px;
}

.notes ul {
    list-style: none;
    margin-top: 10px;
    margin-bottom: 10px;
}

.notes ul li:before {
    background: #F9BA46;
    width: 16px;
    height: 16px;
    content: "A";
    font-size: 0px;
    margin-top: 11px;
    margin-left: -25px;
    position: absolute;
    display: inline-block;
}

.notes ul li {
    padding-left: 15px;
    font-size: 16px;
    font-weight: 500;
    line-height: 40px;
}

.notes ul li ul li {
    font-weight: normal;
    line-height: 26px;
    padding-left: 0;
}

.notes ul li ul li:before {
    font-size: 0;
    content: none;
    margin: 0;
    padding: 0;
}

.notes.white {
    background-color: #fff;
    border: 0;
}

.notes.white ul li {
    font-weight: normal;
}

.notes.white+p {
    padding-left: 25px;
}

.notes.white+p a {
    color: #606060
}

.specials-intro p {
    background: url("../images/special.png") no-repeat;
    background-size: 199px 132px;
    height: 132px;
    padding-left: 240px;
    margin-left: 44px;
    padding-top: 35px;
    margin-bottom: 20px;
}

.check-out-txt {
    margin-top: 25px;
}

.specials a {
    color: #FEB94B;
    text-decoration: underline;
}

.check-out-txt a {
    color: #606060;
    font-size: 16px;
    line-height: 40px;
    text-decoration: underline;
}

@media (min-width: 768px) {

    #heading button {
        max-width: 220px;
        height: 60px;
        margin-right: 5px;
        margin-left: 5px;
    }

    #heading button:first-child {
        margin-left: 0;
    }

    #heading button:last-child {
        margin-right: 0;
    }
}

@media (max-width: 768px) {
    .specials-intro p {
        background: none;
        padding-left: 0px;
        margin-left: 0px;
        padding-top: 20px;
        height: auto;
        margin-bottom: 20px;
    }

    .navbar-collapse {
        padding-left: 15px !important;
    }

    #descriptions .details .desc {
        padding-left: 20px;
        -webkit-background-size: auto 47px;
        background-size: auto 47px;
        background-position: left 21px top 10px;
        padding-top: 65px;
    }

    #descriptions .desc h3 {
        overflow: visible;
        white-space: normal;
        font-size: 17px !important;
    }

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

    .contacts .icon-block {
        width: 100%;
    }

    #heading.virtual-servers #outer-container {
        padding-left: 0px;
        margin-left: 0px;
        background-image: none;
    }
    .mobile-center {
        text-align: center;
    }
    .slider-text h1 {
        font-size: 36px !important;
        color: #FFFFFF;
        line-height: 42px !important;
    }
    .slider-text p {
        font-size: 18px !important;
        color: #FFFFFF;
        line-height: 24px !important;
        width: 60%;
    }
    .slider-text a {
        padding: 8px 16px !important;
    }
}

#heading.business-hosting-heading {
    background-image: url('../images/business_hosting_background.jpg');
}

.business-hosting .hosting-desc {
    padding-left: 195px;
    background-repeat: no-repeat;
    background-position: 60px top;
}

.business-hosting .hosting-desc#shared-hosting {
    background-image: url(../images/host-shared-host-logo.png);
    background-size: 80px;
}

.business-hosting .hosting-desc#cloud-hosting {
    background-image: url(../images/host-cloud-host-logo.png);
    background-size: 80px;
}

.business-hosting .hosting-desc#virtual-hosting {
    background-image: url(../images/host-virtual-host-logo.png);
    background-size: 80px;
}

.business-hosting .hosting-desc#dedicated-hosting {
    background-image: url(../images/host-dedicated-host-logo.png);
    background-size: 70px 77px;
}

.business-hosting .simple-btn {
    background-color: #EEEEEE;
    padding-left: 70px;
    background-image: url(../images/vdp_arrow.png);
    background-size: 31px 22px;
    background-position: 20px center;
    background-repeat: no-repeat;
}

.additional-text {
    margin-top: 30px;
}

.additional-text a {
    color: #F4C351;
    text-decoration: underline;
}

@media (max-width: 576px) {
    .business-hosting p {
        text-align: justify;
    }
}

.line-br-on-xxs {
    display: none;
}

#heading.heading-origins {
    background-image: url('../images/our_origins_and_mission.jpg');
}

#heading.terms-services {
    background-image: url('../images/terms_of_services.jpg');
}

#heading.heading-specials.heading-origins #outer-container h1 {
    color: #4E4A49;
    font-weight: 600;
}

#heading.heading-specials.heading-origins #outer-container p {
    color: #4E4A49;
    font-weight: 500;
}

.origins-container .block .row p {
    font-weight: 400;
}

.origins-container .block .row h2 {
    font-weight: 500;
    color: #4D4948;
}

h3.block-title {
    color: #4D4948;
    font-size: 28px;
    font-weight: 500;
    line-height: 34px;
    margin-bottom: 22px;
    margin-top: 0;
}

h5.reasons-title {
    color: #4D4948;
    font-size: 21px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 19px;
}

h5.reasons-title span.square {
    height: 16px;
    width: 16px;
    background-color: #F9BA46;
    display: inline-block;
    margin-right: 18px;
}

.terms-services p span.square {
    height: 16px;
    width: 16px;
    background-color: #F9BA46;
    display: inline-block;
    margin-right: 18px;
    margin-top: 20px;
}

.award-section {
    border-bottom: 1px solid #DBDBDB;
    border-top: 1px solid #DBDBDB;
}

body>div:nth-child(8)>div>div>div.heading>p {
    margin-top: -20px;
    margin-bottom: 35px;
    font-weight: 500;
}

.awards>div {
    padding-left: 5px;
    padding-right: 5px;
}

.awards div div {
    margin-bottom: 10px;
}

.awards img {
    max-width: 100%;
}

.award-container {
    padding-bottom: 30px;
}

.sincerely-container {
    padding-top: 50px;
    padding-bottom: 50px;
}

.sincerely-container #big-logo {
    display: block;
    height: 99px;
    width: 100%;
    background-image: url('../images/logo_2x.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
    margin-right: 0;
    margin-top: 45%;
    transform: translateY(-50%);
    -webkit-transition: background-position 0.3s;
    -moz-transition: background-position 0.3s;
    -ms-transition: background-position 0.3s;
    -o-transition: background-position 0.3s;
    transition: background-position 0.3s;
}


.sincerely-container .text-container {
    box-shadow: 0 0 9px 0 rgba(205, 205, 205, 0.5);
    padding: 22px;
    margin-bottom: 30px;
}

.triangle {
    position: relative;

    box-sizing: border-box;
    box-shadow: 0 0 9px 0 rgba(226, 226, 226, 0.18);
}

.triangle::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: -0.5em;
    bottom: -2em;
    left: 30px;
    box-sizing: border-box;

    border: 1em solid black;
    border-color: transparent transparent #ffffff #ffffff;

    transform-origin: 0 0;
    transform: rotate(-45deg);

    box-shadow: -3px 3px 4px 0 rgba(205, 205, 205, 0.5);
}

.sincerely-container .big-red {
    height: 24px;
    color: #D42E12;
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
}

@media (max-width: 768px) {
    .sincerely-container #big-logo {
        margin-top: 50px;
        background-position: center center;
        /*transform: translateY(-50%);*/
    }
}

@media (max-width: 578px) {
    #heading.heading-origins #outer-container h1 {
        height: auto;
    }
    .line-br-on-xxs {
        display: block;
    }
}

#heading.heading-management {
    background-image: url('../images/management_overview_1x.png');
}

.management-plans-container .subtitle {
    color: #606060;
}

.management-plans-container .semi-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #606060;
}

.management-plans-container .semi-title-desc {
    margin-bottom: 30px;
}

.management-plans-container span.square {
    height: 16px;
    width: 16px;
    background-color: #F9BA46;
    display: inline-block;
    margin-right: 11px;
}

.management-plans-container ul li {
    list-style: none;
    font-size: 16px;
    color: #606060;
    margin-bottom: 20px;
}

.management-plans-container ul {
    padding-left: 0;
    margin-bottom: 0;
}

.additional-text-management {
    margin-top: 20px;
    margin-bottom: 30px;
}

.management-faq-panel .panel-heading {
    background-color: #fff;
    border-top: 1px solid #D8D8D8;
    padding: 15px 10px;
}

.management-faq-panel .panel-default {
    border: none;
}

.management-faq-panel .panel-title a {
    font-weight: 500;
    color: #4D4948;
    line-height: 24px;
    font-size: 20px;
}

.management-faq-panel .panel-group .panel+.panel {
    margin-top: 0;
}

.management-plans-container .additional-text {
    margin-bottom: 44px;
}

#accordion div.panel-heading>h4>a {
    display: block;
}

#accordion div.panel-heading>h4>a:after {
    content: " ";
    float: right;
    background-image: url("../images/arrow-closed_2x.png");
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: 20px;
    height: 20px;
    transform: rotate(180deg);
    background-position: center center;
    -webkit-transition: transform 0.2s;
    -moz-transition: transform 0.2s;
    -ms-transition: transform 0.2s;
    -o-transition: transform 0.2s;
    transition: transform 0.2s;
}

#accordion div.panel-heading>h4>a.collapsed:after {
    content: " ";
    transform: rotate(0deg);
}

.management-features h3 {
    color: #4D4948;
    font-size: 28px;
    font-weight: 500;
    line-height: 24px;
}

.management-features p {
    color: #606060;
    font-size: 16px;
    line-height: 24px;
}

.management-features button {
    margin-right: 20px;
}

.management-features .hosting-desc {
    padding-left: 170px;
    background-position: 40px top;
}


.management-features .hosting-desc#load-hosting {
    background-image: url(../images/balance_icon_2x.png);
    background-size: 80px;
}

.management-features .hosting-desc#failover-hosting {
    background-image: url(../images/server_gear_icon_2x.png);
    background-size: 80px;
}

.management-features .hosting-desc#initial-hosting {
    background-image: url(../images/chat_icon_2x.png);
    background-size: 80px;
}

.management-features .hosting-desc#optimized-hosting {
    background-image: url(../images/world_gear_2x.png);
    background-size: 80px;
}

.management-features .after-btn-text {
    margin-bottom: 15px;
    margin-top: 6px;
}

@media (max-width: 578px) {
    .x-small-justify {
        text-align: justify;
    }
    #heading.heading-management #outer-container h1 {
        height: auto;
    }
    .management-features .hosting-desc {
        padding-left: 0;
        padding-top: 80px;
        background-position: top;
        margin-top: -40px;
    }
    .management-features .hosting-desc h3 {
        text-align: center;
    }
    .management-features .hosting-desc>p {
        text-align: justify;
        margin-left: 7px;
        margin-right: 7px;
    }
    .management-features .simple-btn {
        /*margin-bottom: 10px;*/
        margin-top: 3px;
    }

    #accordion div.panel-heading>h4>a {
        font-size: 1.1em;
        word-wrap: break-word;
    }

    #accordion div.panel-heading>h4>a>span {
        width: 90%;
        display: inline-block;
    }

    .panel-body.faq-text p {
        word-wrap: break-word;
    }

    .management-features .after-btn-text {
        margin-left: 0;
        margin-bottom: 65px;
    }
}

#heading.start-something {
    background-image: url('../images/start-something@1x.png');
}

.mid.white.start-mid {
    padding-bottom: 41px;
}

.start-something-container .mid-title {
    margin-top: 30px;
}

.start-something-container .mid-title h2 {
    color: #4D4948;
    font-size: 28px;
}

.start-something-container .mid-title p {
    font-size: 16px;
    color: #606060;
}

.start-something-container table tr td,
.start-something-container table thead tr th {
    padding-left: 20px;
}

.start-something-container table tr.gray-header th {
    text-align: center;
}

.start-something-container table tr.first-header th {
    text-align: left;
}

.start-something-container table tr td.row-heading {
    font-weight: 500;
    width: 37%;
    color: #606060;
    background-color: #EEEEEE;
    text-align: left;
}

.start-something-container table tr td {
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 54px;
}

table tr td.check-symbol {
    background-image: url(../images/check_icon_2x.png);
    background-repeat: no-repeat;
    background-size: 26px;
    background-position: center;
    border: none;
}

.start-something-container table tr td a.simple-btn {
    text-decoration: none;
    padding: 10px 19px;
    cursor: pointer;
}

@media (max-width: 576px) {
    #heading.secondary h1 {
        height: auto;
    }
    #heading.secondary.start-something h1 {
        height: auto;
    }
    .start-something-container .mid-title p:last-child {
        text-align: justify;
    }
}

#heading.peace-of-mind {
    background-image: url('../images/peace_of_mind@1x.png');
}

#peace-of-mind-tabs {
    margin-top: 50px;
}

#peace-of-mind-tabs-content .additional-text {
    margin-top: 42px;
    margin-bottom: 25px;
}

.peace-of-mind-container table tr td {
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 54px;
}

@media (max-width: 576px) {
    #shared-host-tab,
    #budget-host-tab {}
}

#heading.cloud-hosting-heading {
    background-image: url('../images/virtual_server_background.jpg');
}

.cloud-hosting-features .hosting-desc .feature-title {
    margin-bottom: 34px;
    font-weight: 500;
    font-size: 28px;
}

.cloud-hosting-features subtitle.underline {
    margin-bottom: 32px;
}

.cloud-hosting-features .hosting-desc ul {
    margin-left: 30px;
}

.cloud-hosting-features .hosting-desc ul li:before {
    margin: 0 12px 8px -30px;
    vertical-align: middle;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #F9BA46;
    content: "";
}

.cloud-hosting-features .hosting-desc {
    background-position: 40px top;
    -webkit-background-size: 80px;
    background-size: 80px;
}

.cloud-hosting-features .hosting-desc#support-feature {
    background-image: url(../images/customer_support_icon_2x.png);
}

.cloud-hosting-features .hosting-desc#network-feature {
    background-image: url(../images/worldwide_icon_2x.jpg);
}

.cloud-hosting-features .hosting-desc#support-features {
    background-image: url(../images/cloud_icon_2x.jpg);
}

.cloud-hosting-container table tr td .dot:before {
    width: 14px;
    height: 14px;
    background-color: #71B625;
    display: inline-block;
    content: "";
    margin: 0 6px 0 -20px;
    border-radius: 50%;
}

.cloud-hosting-container table tr td .dot {
    margin-left: 20px;
}

@media (max-width: 576px) {
    #heading.cloud-hosting-heading {
        background-position: -540px center;
    }
    .cloud-hosting-features .hosting-desc {
        background-position: center top;
        padding-top: 85px;
        text-align: justify;
        padding-left: 0;
    }
    .additional-text {}
}

#heading.knowledge-base-heading {
    background-image: url('../images/knownledge_base_background_1x.png');
}

#heading.knowledge-base-heading #outer-container h1 {
    color: #4D4948;
}

#heading.knowledge-base-heading #outer-container p {
    color: #4D4948;
}

.knowledge-base-mid .search-block .input-group input.form-control {
    height: 45px;
}

.knowledge-base-mid button.search-btn {
    padding: 0 20px;
    margin-left: 10px !important;
    height: 45px;
}

.knowledge-base-mid .search-block .input-group {
    margin: 50px auto;
}

.knowledge-base-mid .article .article-heading {
    font-weight: 500;
    font-size: 20px;
    color: #4D4948;
    margin-bottom: 16px;
}

.knowledge-base-mid .article>p {
    font-size: 16px;
    color: #606060;
    margin-bottom: 7px;
}

@media screen and (max-width: 576px) {
    .knowledge-base-mid .article>p {
        text-align: justify;
    }
}

#heading.data-centers-heading {
    background-image: url('../images/start-something_1x.png');
    height: 80px;
}

#heading.data-centers-heading #outer-container h1 {
    font-size: 28px;
    line-height: initial;
    height: initial;
    padding-bottom: 0;
    margin-bottom: 0;
}

#heading.data-centers-heading #outer-container p {
    font-size: 14px;
    line-height: 26px;
}

#heading.data-centers-heading #outer-container {
    position: initial;
}

#heading.data-centers-heading .heading-dropdowns button {
    color: #4D4948;
    font-size: 16px;
    font-weight: 500;
    height: 40px;
    width: 181px;
    text-align: left;
}

#heading.data-centers-heading .heading-dropdowns button span {
    font-size: 16px;
    top: 2px;
    color: #979797;
    float: right;
    padding-right: 5px;
}

#heading.server-location-heading {
    background-image: url('../images/header image_2x.png');
    height: 500px;
}

#heading.server-location-heading #outer-container h1 {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 60px;
    text-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.63);
    line-height: initial;
    height: initial;
    padding-bottom: 0;
    margin-bottom: 0;
}

#heading.server-location-heading #outer-container p {
    font-size: 26px;
    color: #FFFFFF;
    text-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.63);
    margin-bottom: 80px;
}

.server-location-partners-icons {
    display: flex;
    flex-direction: row;
}

.server-location-partners-icons img {
    max-height: 95px;
}

.server-location-partners-mid {
    padding-bottom: 30px;
}


.server-location-partners-mid .text-with-img img {
    max-height: 233px;
    margin-left: 20px;
}


.server-location-partners-mid .article .article-heading {
    font-size: 32px;
    font-weight: 600;
    color: #2E2B2B;
    margin-bottom: 16px;
    line-height: initial;
}

.server-location-partners-mid .article>p {
    font-size: 17px;
    color: #606060;
    margin-bottom: 7px;
}

.server-location-partners-mid ul li {
    font-size: 17px;
    color: #606060;
    line-height: 32px;
    position: relative;
}

.server-location-partners-mid ul {
    margin-top: 22px;
    margin-bottom: 25px;
    list-style: none;
}

.server-location-partners-mid ul li::before {
    position: absolute;
    bottom: 5px;
    margin: 0 0 -1px -13px;
    content: '. ';
    font-weight: bold;
}

.server-location-partners-mid .flag-row img {
    height: 38px;
    width: 50px;
    margin-bottom: 18px;
    margin-top: 18px;
}

.server-location-partners-mid .flag-row .article-heading {
    font-weight: 500;
    font-size: 26px;
    color: #2E2B2B;
}

.server-location-partners-mid .flag-row .small-title {
    font-weight: 500;
    font-size: 20px;
    color: #2E2B2B;
    margin-bottom: 0;
    margin-left: 12px;
}

#heading.industry-heading {
    background-image: url('../images/virtual-servers-background.jpg');
}

.industry-mid .intro {
    text-align: center;
    padding-bottom: 40px;
}

.industry-mid .small-title {
    font-weight: 500;
    font-size: 24px;
    color: #4D4948;
    padding-bottom: 12px;
}

.industry-mid .text-container {
    padding-left: 106px;
    background-repeat: no-repeat;
    background-position: 22px top;
    background-size: 60px;
}

.industry-mid .image-icon-1 {
    background-image: url("../images/industry_icon_2x.png");
}

.industry-mid .image-icon-2 {
    background-image: url("../images/global_icon_2x.png");
}

.industry-mid .image-icon-3 {
    background-image: url("../images/performance_icon_2x.png");
}

.industry-mid .tabs-block ul li {
    margin-right: 2px;
    padding-top: 110px;
    width: 226px;
    z-index: 1;


    /*BG images props*/
    background-position: center 26px;
    background-repeat: no-repeat;
    background-size: 60px;
}

.industry-mid .tabs-block ul a {
    padding: 14.5px 0;
    background-color: #EFEFEF;
    color: #363333;
    font-size: 15px;
    border-radius: initial;
}

.industry-mid .tabs-block ul li.active a {
    background-color: #fff;
}

.mobile-panels p {
    text-align: justify;
}

.mobile-panels .panel {
    border: none;
}

.mobile-panels .panel .panel-heading {
    margin-top: 2px;
    height: 46px;
    padding: 10px 10px;
}

.mobile-panels .panel .panel-heading~div {
    /*padding-right: 10px;*/
    padding-left: 10px;
    padding-bottom: 20px;
}

.mobile-panels .panel-heading a::after {
    font-family: 'Glyphicons Halflings';
    content: "\e252";
    float: right;
    color: #9F9F9F;
    width: 14px;
    height: 7px;
}

.mobile-panels .panel-heading a[aria-expanded="true"]::after {
    content: "\e253";
}

.mobile-panels .panel-heading a {
    display: block;
    font-size: 15px;
    color: #363333;
    line-height: 26px;
}

.mobile-panels .small-title {
    color: #4D4948;
    font-size: 20px;
    height: 60px;
    margin-top: 10px;
    padding-top: 12px;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 60px;
    margin-right: 30px;
}

.mobile-panels .industry-btn {
    margin-top: 18px;
    display: block;
    font-size: 16px;
    color: #000000;
}

.mobile-panels a.simple-btn.industry-btn::before {
    height: 16px;
    width: 24px;
}

.industry-mid .tabs-block .tab-icon-1 {
    background-image: url("../images/big_data_default_2x.png");
}

.industry-mid .tabs-block .tab-icon-1.active,
#collapse1>.small-title,
.industry-container #tab-1 {
    background-image: url("../images/big_data_active_2x.png");
}

.industry-mid .tabs-block .tab-icon-2 {
    background-image: url("../images/streamingIPTV_icon_default_2x.png");
}

.industry-mid .tabs-block .tab-icon-2.active,
#collapse2>.small-title,
.industry-container #tab-2 {
    background-image: url("../images/streamingIPTV_icon_active_2x.png");
}

.industry-mid .tabs-block .tab-icon-3 {
    background-image: url("../images/gaming_icon_default_2x.png");
}

.industry-mid .tabs-block .tab-icon-3.active,
#collapse3>.small-title,
.industry-container #tab-3 {
    background-image: url("../images/gaming_icon_active_2x.png");
}

.industry-mid .tabs-block .tab-icon-4 {
    background-image: url("../images/e-commerce_icon_default_2x.png");
}

.industry-mid .tabs-block .tab-icon-4.active,
#collapse4>.small-title,
.industry-container #tab-4 {
    background-image: url("../images/e-commerce_icon_active_2x.png");
}

.industry-mid .tabs-block .tab-icon-5 {
    background-image: url("../images/high_availability_icon_default_2x.png");
}

.industry-mid .tabs-block .tab-icon-5.active,
#collapse5>.small-title,
.industry-container #tab-5 {
    background-image: url("../images/high_availability_icon_active_2x.png");
}

.horz-line.industry {
    margin-top: -1px;
}

.simple-btn.industry-btn {
    background-color: #EEEEEE;
}

#industry-tabs .nav-tabs>li>a {
    border-radius: 0;
}

a.simple-btn.industry-btn::before {
    content: "";
    background-image: url(../images/vdp_arrow.png);
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
    height: 20px;
    width: 32px;
    display: inline-block;
    vertical-align: middle;
    margin: -4px 16px 0 0;
}

.industry-container .tab-pane {
    padding-right: 162px;

    /*BG images props*/
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 88px;
}

.industry-container {
    padding-right: 100px;
    margin-bottom: 20px;
}

.industry-container .small-title {
    font-size: 24px;
    color: #4D4948;
    font-weight: normal;
    margin-bottom: 17px;
    margin-top: 40px;
}

.industry-container .intro {
    margin-bottom: 30px;
}


.mobile-logo-right {
    max-height: 180px;
    margin: auto;
}

.business-infrastructure-section .small-title {
    font-size: 24px;
    color: #4D4948;
    font-weight: normal;
    margin-bottom: 17px;
}

.business-infrastructure-section p {
    margin-bottom: 30px;
}

.business-infrastructure-section {
    padding-bottom: 20px;
}

.see-your-business-section .small-title {
    font-size: 26px;
    color: #4D4948;
    font-weight: normal;
    margin-bottom: 16px;
}

.see-your-business-section .btn-container {
    margin-bottom: 30px;
}

.see-your-business-section p {
    color: #606060;
    line-height: 24px;
    font-size: 16px;
}

.see-your-business-section .block {
    margin-bottom: 10px;
}

.need-more-flexibility .title {
    text-align: center;
    font-size: 32px;
    color: #000000;
    font-weight: normal;
    margin-bottom: 0px;
    margin-top: 0;
}

.need-more-flexibility .title~p {
    margin-bottom: 36px;
}

.need-more-flexibility .containing-div {
    min-height: 146px;
    box-shadow: 0 0 3px 0 rgba(87, 87, 87, 0.5);
    transition: all 0.3s;
}

.need-more-flexibility .containing-div:hover {
    background: #FFFFFF;
    box-shadow: 0 0 12px 0 rgba(61, 61, 61, 0.50);
    transition: all 0.4s;
}

.need-more-flexibility .text-div-for-bg {
    padding-left: 194px;
    max-height: 73px;

    /*BG images props*/
    background-position: 66px center;
    background-repeat: no-repeat;
    background-size: contain;
}

.need-more-flexibility .small-title {
    color: #000000;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 3px;
}

.need-more-flexibility .small-title~p {
    color: #000000;
    font-size: 14px;
}

.need-more-flexibility .icon-1 {
    background-image: url("../images/virtual_server_icon_2x.png");
}

.need-more-flexibility .icon-2 {
    background-image: url("../images/dedicated_server_icon_2x.png");
}

.need-more-flexibility .column {
    padding-right: 0;
    padding-left: 10px;
}

#heading.ddos-heading {
    background-image: url('../images/ddos_background.jpg');
}

.ddos-heading #outer-container {
    background-image: url('../images/ddos_protected_servers-icon_2x.png');
    /*BG images props*/
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 90px;
}

#heading.ddos-heading #outer-container>* {
    padding-left: 94px;
}

.ddos-mid .main-title {
    color: #4D4948;
    font-size: 32px;
    font-weight: normal;
}

.ddos-mid .small-gutter {
    padding-right: 5px;
    padding-left: 6px;
}

.ddos-mid .big-card .simple-btn {
    background-color: #EEEEEE;
    position: absolute;
    bottom: 30px;
}

.ddos-mid .big-card {
    padding: 40px;
    box-shadow: 0 0 10px 0 rgba(183, 183, 183, 0.5);
    min-height: 640px;
    position: relative;
}

.ddos-mid .big-card .title {
    line-height: 34px;
    font-size: 28px;
    color: #4D4948;
    font-weight: normal;
    margin-bottom: 41px;
    padding-left: 76px;


    /*BG images props*/
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 59px;
}

.ddos-mid .big-card .icon-shield {
    background-image: url(../images/shield_icon_2x.png);
}

.ddos-mid .big-card .icon-lock {
    background-image: url(../images/shield_lock_icon_2x.png);
}


.ddos-mid .big-card ul li:before {
    content: "";
    height: 16px;
    width: 16px;
    background-color: #F9BA46;
    display: inline-block;
    margin-right: 11px;
    position: absolute;
    left: 0;
    top: 6px;
}

.ddos-mid .big-card ul li {
    color: #6D6D6D;
    line-height: 22px;
    font-size: 15px;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}

.ddos-mid .big-card ul li:last-child {
    margin-bottom: 60px;
}

.ddos-mid .big-card-2 ul li:last-child {
    margin-bottom: 60px;
}

.ddos-mid.how-we-protect-you-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.ddos-mid.how-we-protect-you-section .middle-tab-container {
    display: block;
    border-top: 2px solid #F9BA46;
    border-left: 1px solid #D8D8D8;
    border-right: 1px solid #D8D8D8;

    z-index: 1;
    width: 295px;
    margin: auto;
}

.ddos-mid.how-we-protect-you-section .middle-tab-container p {
    text-align: center;
    font-size: 20px;
    color: #4D4948;

    padding-top: 16px;
    padding-bottom: 16px;
    margin-bottom: 0;
}

.ddos-mid.how-we-protect-you-section .title {
    margin-top: 53px;
    text-align: center;
    color: #4D4948;
    font-size: 28px;
    font-weight: normal;
    margin-bottom: 30px;
}

.ddos-mid.how-we-protect-you-section img {
    margin-bottom: 50px;
}

.ddos-mid.how-we-protect-you-section p:last-child {
    margin-bottom: 0px;
}

.ddos-mid.how-network-will-protect-you-section .main-title {
    font-size: 34px;
    color: #FFFFFF;
    font-weight: normal;
    margin-bottom: 33px;
    padding-top: 15px;
}

.ddos-mid.how-network-will-protect-you-section p {
    color: #C2C2C2;
    margin-bottom: 18px;
}

.ddos-mid.how-network-will-protect-you-section p:last-of-type {
    margin-bottom: 33px;
}

.ddos-mid.how-network-will-protect-you-section img {
    padding-bottom: 13px;
}

.ddos-mid.mitigation-features-section .main-title {
    text-align: center;
    margin-bottom: 45px;
}

.ddos-mid.mitigation-features-section p {
    text-align: justify;
}

.ddos-mid.mitigation-features-section .title {
    font-size: 26px;
    color: #4D4948;
    margin-bottom: 18px;
}

.ddos-mid.mitigation-features-section .col-container {
    padding-left: 110px;

    /*BG images props*/
    background-position: 11px 6px;
    background-repeat: no-repeat;
    background-size: 85px;
}

.ddos-mid.mitigation-features-section .icon-mitigation {
    background-image: url(../images/ddos_mitigation_icon_2x.jpg);
}

.ddos-mid.mitigation-features-section .icon-critical {
    background-image: url(../images/critical_ddos_icon_2x.jpg);
}

.ddos-mid.mitigation-features-section .icon-attacks {
    background-image: url(../images/attacks_icon_2x.jpg);
}

.ddos-mid.mitigation-features-section .icon-benefits {
    background-image: url(../images/key_benefits_icon_2x.jpg);
}

@media (max-width: 1200px) {
    .ddos-mid .big-card {
        min-height: 685px;
    }
    .subscribe-block #btn-subscribe {
        position: absolute;
        right: -4px;
    }
    .navbar-nav>li {
        top: -15px;
    }
}

@media (max-width: 992px) {
    .ddos-mid .big-card {
        min-height: initial;
        margin-bottom: 4px;
    }
    .ddos-mid h1,
    .ddos-mid h2,
    .ddos-mid h3 {
        font-size: 2em !important;
    }
}

@media (max-width: 455px) {
    .ddos-mid .big-card .simple-btn {
        font-size: 16px;
        padding: 13px 11px;
    }
    .ddos-mid .big-card {
        padding: 27px;
    }
    .ddos-mid.mitigation-features-section .col-container {
        padding-top: 61px;
        padding-left: initial;
        background-position: center top;
    }
    .ddos-mid.mitigation-features-section .title {
        text-align: center;
    }
}

@media (max-width: 576px) {
    .affliates p,
    .vdp p,
    .cdn-features p {
        text-align: justify;
    }
    .simple-btn.not-sure-email {
        margin: 15px 0;
    }
}

@media (max-width: 992px) {
    .specials-intro p {
        padding-top: 20px;
        height: auto;
        margin-bottom: 20px;
    }

    .f-bottom div.title {
        margin-left: 0;
    }

    .services .service {
        max-width: 100%;
        margin: 18px 0 0;
    }

    .services .row {
        margin-left: 0;
        margin-right: 0;
    }

    h1,
    h2,
    h3 {
        font-size: 1.5em !important;
    }

    #heading h1 {
        font-size: 27pt !important;
        margin-top: -10px !important;
    }

    .cdn-feature {
        padding-right: 0;
        padding-left: 130px;
        background-position: 15px center;
    }

    .affliates-promote h3 {
        color: #4D4948;
        font-size: 28px;
        line-height: 37px;
        margin-top: 5px;
        font-weight: normal;
        text-align: center;
    }

    .affliates-promote button.simple-btn {
        bottom: 0;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .affliates-promote>div {
        min-height: 157px;
    }
}

@media (max-width: 1200px) {
    .navbar-collapse {
        padding-left: 0;
    }

    .partners .title {
        border-right: 0;
        width: 100%;
        text-align: center;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #EEE;
    }

    /*NAVBAR*/
    .navbar-toggle {
        margin-top: 15px;
        display: block;
        border: none;
        background: transparent !important;
    }

    .navbar-toggle:hover {
        background: transparent !important;
    }

    .navbar-toggle .icon-bar {
        width: 22px;
        transition: all 0.2s;
    }

    .navbar-toggle .top-bar {
        transform: rotate(45deg);
        transform-origin: 10% 10%;
    }

    .navbar-toggle .middle-bar {
        opacity: 0;
    }

    .navbar-toggle .bottom-bar {
        transform: rotate(-45deg);
        transform-origin: 10% 90%;
    }

    .navbar-toggle.collapsed .top-bar {
        transform: rotate(0);
    }

    .navbar-toggle.collapsed .middle-bar {
        opacity: 1;
    }

    .navbar-toggle.collapsed .bottom-bar {
        transform: rotate(0);
    }

    .navbar-header {
        float: none;
    }

    .navbar-left,
    .navbar-right {
        float: none !important;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

    .navbar-nav>li {
        float: none;
        margin-top: 7px;
    }

    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse.in {
        display: block !important;
    }
}

.big-data-image-1 {
    background-image: url(../images/big_data_experience.png);
}

.big-data-image-2 {
    background-image: url(../images/big_data_power.png);
    background-size: 53px 60px !important;
}

#heading.big-data-heading {
    background-image: url(../images/big_data_background.jpg);
}

#heading.big-data-heading #outer-container {
    padding-left: 94px;
    background-image: url(../images/big_data_icon.png);
    background-size: 60px 50px;
}

.simple-btn.not-sure-contact {
    padding-left: 58px;
    display: inline-block;
    position: relative;
}

.contact-us-block a.contact-us-link:before {
    content: '';
    background-image: url(../images/not-sure-contact.png);
    display: inline-block;
    position: absolute;
    left: 15px;
    top: 13px;
    width: 30px;
    background-size: cover;
    height: 28px;
}

.simple-btn.not-sure-email {
    background-color: transparent;
    outline: 1px solid #d8d8d8;
    outline-offset: -1px;
    display: inline-block;
    position: relative;
    padding-left: 65px;
}

.contact-us-block a.send-email-link:before {
    content: '';
    background-image: url(../images/not-sure-email.png);
    display: inline-block;
    position: absolute;
    left: 15px;
    top: 13px;
    width: 37px;
    background-size: cover;
    height: 25px;
}

@media (max-width: 568px) {
    .simple-btn.not-sure-contact.contact-us-link {
        width: 100%;
        text-align: center;
    }

    .contact-us-block a.contact-us-link:before {
        content: '';
        background-image: url(../images/not-sure-contact.png);
        display: inline-block;
        position: relative;
        left: -10px;
        top: 5px;
        width: 22px;
        background-size: cover;
        height: 20px;
    }

    .simple-btn.not-sure-email.send-email-link {
        width: 100%;
        text-align: center;
    }

    .contact-us-block a.send-email-link:before {
        content: '';
        background-image: url(../images/not-sure-email.png);
        display: inline-block;
        position: relative;
        left: -10px;
        top: 3px;
        width: 30px;
        background-size: cover;
        height: 20px;
    }
}

.industry-inner h2 {
    margin-bottom: 10px;
}

.simple-btn.not-sure-email:hover {
    background-color: #F2F2F2 !important;
}

#heading.streaming-heading {
    background-image: url(../images/streaming_background.jpg);
}

#heading.availability-heading {
    background-image: url(../images/availability_background.jpg);
    position: relative;
}

#heading.streaming-heading #outer-container {
    padding-left: 94px;
    background-image: url(../images/streaming_icon.png);
    background-size: 60px 50px;
}

.streaming-image-1 {
    background-image: url(../images/streaming_smooth.png);
    background-size: 60px 42px;
    background-position: 20px 15px !important;
}

.streaming-image-2 {
    background-image: url(../images/streaming_highest_quality.png);
    background-size: 50px 65px;
    background-position: 20px 15px !important;
}

#heading.gaming-heading {
    background-image: url(../images/gaming_background.jpg);
}

#heading.gaming-heading #outer-container {
    padding-left: 94px;
    background-image: url(../images/gaming_icon.png);
    background-size: 62px 45px;
}

.gaming-image-1 {
    background-image: url(../images/gaming_low.png);
    background-size: 60px 45px;
    background-position: 20px 15px !important;
}

.gaming-image-2 {
    background-image: url(../images/gaming_widely.png);
    background-size: 52px;
    background-position: 20px 15px !important;
}

#heading.availability-heading #outer-container {
    background-image: url(../images/availability_icon.png);
    background-size: 64px;
    padding-left: 75px !important;
}

.availability-image-1 {
    background-image: url(../images/availability_server.png);
    background-size: 50px;
    background-position: 20px 15px !important;
}

.availability-image-2 {
    background-image: url(../images/availability_fast.png);
    background-size: 60px 57px;
    background-position: 20px 15px !important;
}

#heading.commerce-heading {
    background-image: url(../images/commerce_background.jpg);
}

#heading.commerce-heading #outer-container {
    padding-left: 78px;
    background-image: url(../images/commerce_icon.png);
    background-size: 64px;
}

.commerce-image-1 {
    background-image: url(../images/commerce_grow.png);
    background-size: 60px 42px;
    background-position: 20px 15px !important;
}

.commerce-image-2 {
    background-image: url(../images/manage_icon.png);
    background-size: 43px 54px;
    background-position: 20px 15px !important;
}

.item {
    position: relative;
}


.carousel-indicators li {
    background-image: url(../images/slider-button.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 4px;
    border: none;
    border-radius: 0;
}

.carousel-indicators li.active {
    background-image: url(../images/slider-button-active.png);
    width: 25px;
    height: 4px;
    border: none;
    margin: 1px;
}

.carousel-inner .item {
    height: 570px;
}

.carousel-inner .item.carousel-bg-1 {
    background-image: url(../images/Slide1.jpg);
    background-position: right center;
    background-size: auto 570px;
    background-repeat: no-repeat;
    background-color: #071A2B;
}

.carousel-inner .item.carousel-bg-2 {
    background-image: url(../images/Slide2.jpg);
    background-position: right center;
    background-size: auto 570px;
    background-repeat: no-repeat;
    background-color: #0F1906;
}

.carousel-inner .item.carousel-bg-3 {
    background-image: url(../images/Slide3.jpg);
    background-position: right center;
    background-size: auto 570px;
    background-repeat: no-repeat;
    background-color: #272631;
}

.carousel-inner .item.carousel-bg-4 {
    background-image: url(../images/Slide4.jpg);
    background-position: right center;
    background-size: auto 570px;
    background-repeat: no-repeat;
    background-color: #031E4B;
}

.cdn .panel-group .panel {
    border-radius: 0;
}

.cdn .panel-body .simple-btn {
    background-color: #EEEEEE;
    padding-left: 70px;
    background-image: url(../images/vdp_arrow.png);
    background-size: 31px 22px;
    background-position: 20px center;
    background-repeat: no-repeat;
    display: block;
    margin-top: 20px;
}

.cdn .panel-body {
    padding: 30px;
}

.cdn .panel-default>.panel-heading {
    padding: 0;
}

.cdn .panel-default>.panel-heading a {
    padding: 14px 20px;
    font-size: 20px;
    color: #000000;
    background-color: #F9BA46;
}

.cdn .panel-default>.panel-heading a.collapsed {
    background-color: #f5f5f5;
}

.cdn .panel-default>.panel-heading a.collapsed:hover {
    background-color: #e8e8e8;
}

.industry-mid.website_acc .text-container.commerce-image-1 {
    background-image: url(../images/performance_icon_2.png);
    background-size: 52px 45px;
    background-position: 20px 15px !important;
}

.industry-mid.website_acc .text-container.commerce-image-2 {
    background-image: url(../images/cms.png);
    background-size: 53px 47px;
    background-position: 20px 15px !important;
}

.industry-mid.website_acc .text-container.commerce-image-3 {
    background-image: url(../images/support.png);
    background-size: 54px 49px;
    background-position: 20px 15px !important;
}

#heading.heading-acc {
    background-image: url(../images/website_acceleration.jpg);
}

#heading.heading-live {
    background-image: url(../images/live_streaming.jpg);
}

#heading.heading-video {
    background-image: url(../images/video_on_demand.jpg);
}

#heading.heading-soft {
    background-image: url(../images/virtual-soft-background.jpg);
}

#heading.heading-game {
    background-image: url(../images/virtual-game-background.jpg);
}

#heading.heading-privcdn {
    background-image: url(../images/privcdn.jpg);
}

.live-img-holder {
    padding-top: 40px;
    height: 120px;
}

.features-box-wrapper {
    background-color: #fff;
    padding: 15px !important;
    min-height: 365px;
    box-shadow: 0 0 10px 0 rgba(181, 181, 181, 0.50);
    border-radius: 2px;
}

.features-box-wrapper p {
    font-size: 14px;
    color: #606060;
    text-align: center;
    padding: 10px 0;
    margin: 0;
}

.features-box-wrapper span {
    font-size: 14px;
    color: #000000;
    /* Rectangle 4: */
    background: #E8E8E8;
    border-radius: 100px;
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 15px;
}

.features-box-wrapper h4#video {
    background-image: url(../images/videoboxicon.png);
    background-size: 35px;
    background-repeat: no-repeat;
    line-height: 35px;
}

.features-box-wrapper h4#security {
    background-image: url(../images/securityboxicon.png);
    background-size: 28px 35px;
    background-repeat: no-repeat;
    line-height: 35px;
}

.globaldelivery img {
    margin: 50px 0 15px 0;
}

.text-over-img {
    position: relative;
}

.text-over-img div {
    position: absolute;
    top: 65%;
}

.text-over-img div h4 {
    font-size: 16px;
    color: #121110;
}

.text-over-img div p {
    font-size: 13px;
    color: #6C6C6C;
    text-align: center;
}

.mt-50 {
    margin-top: 50px;
}

.formats img {
    margin-right: 10px;
}

.formats span {
    font-size: 18px;
    color: #121110;
    text-align: center;
    display: inline-block;
    /* Rectangle 4: */
    background: #DEDDD7;
    border-radius: 100px;
    padding: 3px 19px;
    margin: 0 10px 10px 0;
}

.industry-mid.video-dem .text-container.commerce-image-1 {
    background-image: url(../images/videostorage.png);
    background-size: 48px 37px;
    background-position: 20px 15px !important;
}

.industry-mid.video-dem .text-container.commerce-image-2 {
    background-image: url(../images/prefetchicon.png);
    background-size: 52px;
    background-position: 20px 15px !important;
}

.industry-mid.video-dem .text-container.commerce-image-3 {
    background-image: url(../images/support.png);
    background-size: 54px 49px;
    background-position: 20px 15px !important;
}

h2#support {
    background-image: url(../images/supportcamera.png), url(../images/supportphone.png);
    background-repeat: no-repeat;
    background-position: left bottom, right bottom;
    background-size: 57px 49px, 60px 60px;
    padding-left: 15px;
}

.industry-mid.soft-dis .text-container.commerce-image-1 {
    background-image: url(../images/performance_icon_2.png);
    background-size: 52px 45px;
    background-position: 20px 15px !important;
}

.industry-mid.soft-dis .text-container.commerce-image-2 {
    background-image: url(../images/simpsaving.png);
    background-size: 52px;
    background-position: 20px 15px !important;
}

.industry-mid.soft-dis .text-container.commerce-image-3 {
    background-image: url(../images/setupsupporticon.png);
    background-size: 52px;
    background-position: 20px 15px !important;
}

.industry-mid.game-cdn .text-container.commerce-image-1 {
    background-image: url(../images/videostorage.png);
    background-size: 52px 45px;
    background-position: 20px 15px !important;
}

.industry-mid.game-cdn .text-container.commerce-image-3 {
    background-image: url(../images/simpsaving.png);
    background-size: 52px;
    background-position: 20px 15px !important;
}

.industry-mid.private-cdn .text-container.commerce-image-1 {
    background-image: url(../images/fullycustom.png);
    background-size: 52px;
    background-position: 20px 15px !important;
}

.industry-mid.private-cdn .text-container.commerce-image-2 {
    background-image: url(../images/privcdnicon.png);
    background-size: 52px 47px;
    background-position: 20px 15px !important;
}

.industry-mid.private-cdn .text-container.commerce-image-3 {
    background-image: url(../images/global_infrastructure_icon.png);
    background-size: 52px;
    background-position: 20px 15px !important;
}

.industry-mid.private-cdn .text-container.commerce-image-4 {
    background-image: url(../images/cacheicon.png);
    background-size: 60px 44px;
    background-position: 20px 15px !important;
}

.private-cdn .contact-form h1 {
    font-size: 24px;
}

.private-cdn .contact-form {
    margin-bottom: 40px;
}

.private-cdn .contact-form form {
    padding: 20px 16px 10px 10px!important
}

.private-cdn .contact-form form .left-area {
    float: left;
    width: 49.5%;
    display: block;
}

.private-cdn .contact-form form .right-area {
    float: right;
    width: 49.5%;
    display: block;
}

.private-cdn .contact-form form {
    text-align: center;
}

.dropdown-menu {
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
    min-width: 226px;
}

.dropdown-menu>li>a {
    font-size: 16px;
    color: #4D4847;
    border-top: 1px solid #EBEBEB;
    padding: 10px 18px;
    outline: none;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background-color: white;
}

.industry-mid.cdn-sol .text-container.commerce-image-1 {
    background-image: url(../images/traffic.png);
    background-size: 48px 52px;
    background-position: 20px 15px !important;
}

.industry-mid.cdn-sol .text-container.commerce-image-2 {
    background-image: url(../images/worldpops.png);
    background-size: 42px 52px;
    background-position: 20px 15px !important;
}

.industry-mid.cdn-sol .text-container.commerce-image-3 {
    background-image: url(../images/latesttech.png);
    background-size: 52px;
    background-position: 20px 15px !important;
}

.industry-mid.cdn-sol .text-container.commerce-image-4 {
    background-image: url(../images/highvol.png);
    background-size: 52px;
    background-position: 20px 15px !important;
}

.industry-mid.cdn-sol .text-container.commerce-image-5 {
    background-image: url(../images/completecontrol.png);
    background-size: 52px;
    background-position: 20px 15px !important;
}

.industry-mid.cdn-sol .text-container.commerce-image-6 {
    background-image: url(../images/24_7_support.png);
    background-size: 54px 49px;
    background-position: 20px 15px !important;
}

.industry-mid.cdn-sol .text-container.commerce-image-7 {
    background-image: url(../images/global_infrastructure_icon.png);
    background-size: 52px;
    background-position: 20px 5px !important;
}

.industry-mid.cdn-sol .text-container.commerce-image-8 {
    background-image: url(../images/quickstep.png);
    background-size: 66px 58px;
    background-position: 20px 5px !important;
}

.cdn-img-wrapper img {
    display: inline-block;
    max-height: 78px;
    margin-bottom: 40px;
}
.underline {
	text-decoration: underline;
}
.text-center {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}

.subtitle.underline{
    font-size: 26px;
    text-decoration: none;
}

.after-contact-form{
    font-size: 14px;
    text-align: center;
    width: 100%;
    display: block;
}

@media (max-width: 992px) {
    .carousel-inner .item.carousel-bg-1 {
        background-position: left -950px center;
    }
    .carousel-inner .item.carousel-bg-2 {
        background-position: left -400px center;
    }
    .carousel-inner .item.carousel-bg-3 {
        background-position: left -400px center;
    }
    .carousel-inner .item.carousel-bg-4 {
        background-position: center;
    }
    .slider-text h1 {
        top: 15%;
        font-size: 36px !important;
    }
    .slider-text p {
        top: 45%;
    }
    .cdn-img-wrapper img {
        display: inline-block;
        max-height: 48.9px;
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .carousel-inner .item.carousel-bg-1 {
        background-position: left -950px center;
    }
    .carousel-inner .item.carousel-bg-2 {
        background-position: left -700px center;
    }
    .carousel-inner .item.carousel-bg-3 {
        background-position: left -700px center;
    }
    .carousel-inner .item.carousel-bg-4 {
        background-position: center;
    }
    .slider-text h1 {
        top: 11%;
        font-size: 36px !important;
    }
    .slider-text p {
        top: 41.5%;
    }
    .xs-center {
        text-align: center;
    }
    .features-box-wrapper {
        margin-bottom: 20px;
    }
    h2#support {
        background-image: none;
    }
    .private-cdn .contact-form form {
        padding: 20px !important;
    }
    .private-cdn .contact-form form .left-area {
        float: none;
        width: 100%;
        display: block;
    }
    .private-cdn .contact-form form .right-area {
        float: none;
        width: 100%;
        display: block;
    }
    .private-cdn .contact-form form button {
        width: 100%;
    }
    .cdn-img-wrapper img {
        display: inline-block;
        max-height: auto;
        margin-bottom: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .carousel-inner .item.carousel-bg-1 {
        background-position: left;
    }
    .carousel-inner .item.carousel-bg-2 {
        background-position: left -400px center;
    }
    .carousel-inner .item.carousel-bg-3 {
        background-position: left -300px center;
    }
    .carousel-inner .item.carousel-bg-4 {
        background-position: left -300px center;
    }
    .cdn-img-wrapper img {
        display: inline-block;
        max-height: 64px;
        margin-bottom: 40px;
    }
}

@media (min-width: 1200px) {
    .features-box-wrapper p.last {
        padding-bottom: 0;
    }
}

@media (max-width: 1200px) {
    #heading.availability-heading::before{
        background-color: rgba(0, 0, 0, 0.60);
        content: '';
        display: block;
        height: 100%;
        position: absolute;
        width: 100%;
    }
}

@media (max-width: 690px) {
	.data-center-filter .simple-btn{
		width: 100% !important;
		margin-top: 15px;
	}
	.price-slider {
		width: 100% !important;
	}
	.price-slider .slider.slider-horizontal {
		width: 100% !important;
	}
	.price-val-container {
		width: 100% !important;
	}
}

.cdn .card-header{
    background-color: #FBFBFB;
    display: block;
    padding: 17px 20px;
    border: 1px solid #D8D8D8;
}

.cdn button:focus{outline:0!important;}

.cdn .card-header button{
    text-decoration: none;
    font-size: 20px;
    padding: 0px;
    width: 100%;
    display: block;
    text-align: left;
    color: #4D4948;
    font-weight: 500;
    position: relative;
}

.cdn .card-header button.collapsed::before{
    content: '';
    display: block;
    background: url("../images/arrow-closed_2x.png") no-repeat right;
    width: 12px;
    height: 18px;
    background-size: contain;
    position: absolute;
    right: 0;
}

.cdn .card-header button:not(.collapsed)::before{
    content: '';
    display: block;
    background: url("../images/arrow-closed_2x.png") no-repeat right;
    width: 12px;
    height: 18px;
    background-size: contain;
    position: absolute;
    right: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.cdn .card-body .card-header{
    padding: 8px 40px;
}

.cdn .card-body .card-header button.collapsed::before{
    content: '+';
    background: none;
    left: -10px;
}

.cdn .card-body .card-header button:not(.collapsed)::before{
    content: '-';
    background: none;
    left: -12px;
    top: 4px;
}

.cdn .card-body .card-body .card-header{
    padding-left: 70px;
}

.cdn .card-body .card-header button{
    color: #4D4948;
    font-size: 16px;
    font-weight: 500;
}

.cdn .card-body:not(.childs){
    background-color: #FFFFFF;
    padding: 10px 40px;
    border: 1px solid #D8D8D8;
}

.cdn .card-body .card-body:not(.childs){
   padding-left: 70px;
}

.cdn .card-body .card-body .card-body:not(.childs){
    padding-left: 100px;
}


.feedbacks .description a{
    margin-top: 20px;
    display: block;
}

.feedbacks .link{
    display: block;
    text-align: center;
}

.feedbacks .morelink {
    cursor: pointer;
}

.packages-container table tr td,
.packages-container table thead tr th {
    padding-left: 20px;
}

.packages-container table tr.gray-header th {
    text-align: center;
}

.packages-container table tr.first-header th {
    text-align: left;
}

.packages-container table tr td.row-heading {
    font-weight: 500;
    width: 37%;
    color: #606060;
    background-color: #EEEEEE;
    text-align: left;
}

.packages-container table tr td {
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 54px;
}

.packages-container table tr td a.simple-btn {
    text-decoration: none;
    padding: 10px 19px;
    cursor: pointer;
    white-space: nowrap;
}

.firstColumn {
    width: 170px !important;
}

@media (max-width: 1024px) {
    .need-more-flexibility .small-title {
        margin-top: -10px;
    }
}

@media (min-width:1024px) {
    .need-more-flexibility .text-div-for-bg {
        padding-left: 177px;
    }
}
@media only screen and (max-width: 1024px) {
    a#mobile-number {
        margin-left: 8px;
    }
}

@media (max-width: 493px) and (min-width:426px) {
    .mt-50 {
        margin-top: 90px;
    }
}

@media (max-width: 425px) {
    .mt-50 {
        margin-top: 110px;
    }
}

@media (max-width: 320px) {
    .mt-50 {
        margin-top: 160px;
    }
}

@media (max-width: 768px) {
    .nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
        border-top: 1px solid #EBEBEB;
    }
}

@media (max-width: 786px) {
    #myNavbar > ul:nth-child(1) > li.dropdown.open > ul > li.dropdown.open > a {
        background-color: inherit;
    }
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color:#777
    }

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
    padding-top: 7px;
}

.full-width {
    display: block;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.6);
}

.top-header {
    position: absolute !important;
    z-index: 1;
    top: -105px !important;
    padding-left: 8px !important;
    max-width: 90%;
}

@media (max-width: 320px) {
    #heading.ddos-heading #outer-container > * {
        padding-left: 88px;
    }

    #heading.secondary h1 {
        line-height: 41px;
    }
}

    @media (max-width: 1000px) {
        .server-location-partners-mid .text-with-img {
        }
    }

    @media (max-width: 568px) {
        .server-location-partners-mid .flag-row .col-xs-4 {
            width: 100%;
        }

        .server-location-partners-mid .text-with-img img {
            max-height: 120px;
            margin-left: 20px;
        }

        .server-location-partners-mid p {
            text-align: justify;
        }

        .contact-us-block {
            text-align: center;
        }

        .contact-us-block a {
            text-align: center;
            width: 100%;
        }

        .simple-btn.not-sure-contact {
            padding-left: 25px;
        }

        .contact-us-block a.contact-us-link:before {
            content: '';
            background-image: url(../images/not-sure-contact.png);
            display: inline-block;
            position: relative;
            left: -10px;
            top: 5px;
            width: 22px;
            background-size: cover;
            height: 20px;
        }

        .simple-btn.not-sure-email {
            padding-left: 25px;
        }

        .contact-us-block a.send-email-link:before {
            content: '';
            background-image: url(../images/not-sure-email.png);
            display: inline-block;
            position: relative;
            left: -10px;
            top: 3px;
            width: 30px;
            background-size: cover;
            height: 20px;
        }
    }
}

@media (max-width: 375px) {
    .server-location-partners-mid .flag-row .col-xs-4 {
        width: 100%;
    }
}

