/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */

/* Top menu styling */
.panel.menu-title {
    display: inline-block;
    background: #000;
    margin-top: 0 !important;
}

.top-menu-title {
    display: inline-block;
}

a.top-clients-menu {
    color: #fff !important;
    font-size: 13px;
    padding: 7px 5px;
}

a.top-clients-menu:hover,
a.top-clients-menu[aria-expanded="true"] {
    background: #009a00;
}

.menu-title {
    font-size: 14px;
    color: #686868;
    padding-top: 10px;
    font-weight: bold;
}

.menu-link {
    color: #686868;
    font-size: 13px;
    /*border-top: 1px solid #eee;*/
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: normal;
    padding-left: 25px;
    width: 100%;
}

.panel-group {
    margin-bottom: 0;
}

.menu-link a {
    padding: 5px;
}

.menu-link:hover {
    color: #fff;
    background-color: #009a00;
}

.top-menu-tab {
    position: absolute;
    background-color: #fff;
    border: 1px solid #eee;
}

#client_portal, #billing {
    padding: 0 15px;
}

@media (max-width: 991px) {
    .top-menu-tab {
        position:relative;
        background-color: #000;
        border: none;
        margin-left: 0;
        color: #fff;
        margin-top: 7px;
    }

    .menu-title, .menu-link {
        color: #fff;
    }

    .menu-link {
        border: none;
    }

    .top-menu-tab .col-sm-4 {
        border-right: 0;
    }

    .panel.menu-title {
        width: 100%;
    }

    .top-menu-title {
        width: 97%;
    }

    .submenu-block {
        padding-right: 0 !important;
    }
}

@media (min-width: 992px) {
    #products_services {
        width: 850px;
    }

    #products_services.lt {
        width: 950px;
    }

    #products_services.ru {
        width: 900px;
    }

    #company {
        width: 600px;
    }

    #company.en {
        width: 550px;
    }

    #company.ru {
        width: 650px;
    }

    #client_portal,
    #billing {
        width: 200px;
    }

    #client_portal.lt,
    #billing.lt,
    #billing.ru {
        width: 250px;
    }

    #services {
        width: 450px;
    }

    .top-menu-tab {
        padding: 0 !important;
        margin-top: 6px;
    }
}

@media (max-width: 576px) {
    #primary-nav, .top-menu-tab {
        padding-left: 0;
    }

    .top-menu-title {
        width: 90%;
    }
}
/* End of top menu styling */

@media (max-width: 768px) {
    .main-content {
        padding: 0;
    }
}

body {
    color: #686868;
    font-size: 13px;
    line-height: 1.5 !important;
    margin-top: 98px;
}

a, a:hover, a:active, a:focus {
    color: #009a00;
}

a:hover {
    text-decoration: none;
}

select {
    height: 26px;
    background-color: #fff;
    margin-left: 5px;
}

h4 {
    font-family: unset;
}

.range-slider {
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    background: #ddd;
}

.range-slider::-moz-range-thumb {
    width: 15px;
    height: 15px;
    background-image: url('/images/bacloud-b.png');
    cursor: pointer;
}

.range-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    background-image: url('/images/bacloud-b.png');
    cursor: pointer;
}

.main-content {
    margin-bottom: auto;
}

.btn-primary {
    color: #fff;
    background-color: #009a00 !important;
    border-color: #009a00 !important;
}

.navbar-main {
    min-height: 40px;
    background-color: #000;
    font-size: 13px;
}

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

section#header {
    height: 60px;
    background-color: #000;
    border-radius: 0;
    position: fixed;
    width: 100%;
    z-index: 12;
    top: 0;
}

#nav {
    position: fixed;
    width: 100%;
    top: 60px;
    z-index: 11;
    padding-top: 0;
    padding-bottom: 0;
}

.new-notifications {
    color: #feb801;
}

ul.top-nav > li > a.btn-logged-in-admin:hover, ul.top-nav > li > a.btn-logged-in-admin:active {
    background-color: #009a00;
    color: #fff;
}

ul.top-nav {
    margin-top: 0;
}

.popover.popover-user-notifications li:hover {
    background-color: #009a00;
}

.navbar-main .navbar-nav>li>a {
    padding-left: 5px;
    padding-right: 6px;
}

.navbar .dropdown-toggle {
    padding-top: 15px;
    padding-bottom: 10px;
    transition-duration: 0.3s;
}

.navbar-toggle[aria-expanded="true"],
.navbar-toggle:hover {
  background-color: #009a00 !important;
}

.navbar-toggle .icon-bar {
    background: #fff !important;
}

a.top-clients-menu.dropdown-toggle:hover,
a.top-clients-menu.dropdown-toggle:active,
a.top-clients-menu.dropdown-toggle:focus,
.navbar-main .navbar-nav>.open>a {
    background-color: #009a00 !important;
    color: #fff;
}

li.dropdown:hover .open>.dropdown-menu {
    display: block;
}

li.link a:hover,
#shopping-cart:hover, #shopping-cart:focus,
#accountNotifications:hover, #accountNotifications:active {
    color: #fff;
    background-color: #009a00;
}

.popover-user-notifications ul li a:hover {
    background-color: #009a00;
}

#accountNotifications {
    font-weight: bold;
    padding: 7.75px 5px;
    cursor: pointer;
    transition-duration: 0.3s;
}

.dropdown.nav-search-icon a,
#shopping-cart {
    transition-duration: 0.3s;
}

.btn-logged-in-admin {
    margin-bottom: 6px;
}

.account-tab {
    padding-top: 9px;
    padding-bottom: 9px;
    float: left;
}

li.link {
    list-style: none;
}

ul {
    padding-left: 0;
    list-style: none;
}

.multi-column-dropdown>li {
    padding-left: 10px;
    border-bottom: 1px solid #f5f5f5;
}

.dropdown-menu.columns-4
{
    min-width: 800px;
}

.dropdown-menu.columns-3
{
    min-width: 600px;
}

.dropdown-menu.columns-2
{
    min-width: 400px;
}

.dropdown-menu.columns-1
{
    min-width: 200px;
}

.link>a {
    color: #686868;
    font-weight: 300;
    line-height: 1.428571429;
    white-space: normal;
    display: inline-block;
    clear: both;
    word-wrap: break-word;
    word-break: normal;
    padding-left: 15px;
}

.link:hover {
    background-color: #009a00;
}

.link:hover>a {
    color: #fff;
}

.dropdown-toggle:hover, .dropdown-toggle:focus {
    text-decoration: none;
    background-color: #009a00;
    color:#fff;
    font-weight: bold;
}

.dropdown>ul>a:hover .dropdown {
    background-color: #009a00;
    color:#fff;
    font-weight: bold;
}

.col-sm-3, .col-sm-4, .col-sm-5 {
    font-weight: bold;
    padding-right: 10px;
    padding-left: 10px;
    border-right: 1px solid #f5f5f5;
}

form .input-icon {
    position: relative;
    float: right
}

form .input-icon [class*=" glyphicon-"], form .input-icon [class*=fa-], form .input-icon [class^=fa-], form .input-icon [class^=glyphicon-] {
    display: block;
    position: absolute;
    margin: 11px 2px 4px 10px;
    width: 16px;
    min-width: 16px;
    height: 16px;
    font-size: 16px;
}

form .input-icon.right [class*=fa-], form [class^=fa-] {
    right: 8px;
    float: right
}

form .input-icon.right input {
    padding-left: 12px !important;
    padding-right: 33px !important
}

.dropdown-menu {
    margin-top: 0;
    display: none;
    font-size: 13px;
}
/*
.dropdown-menu li {
    border-bottom: 1px solid #f5f5f5;
}
*/
.dropdown-menu li:last-child {
    border-bottom: 0;
}

.dropdown-menu>li>a {
    color: #888;
}

.navbar {
    padding: 10px;
    border-radius: 0;
}

.navbar-left{
    float:left;
}

.navbar-left, .navbar-right {
    padding-right: 6px;
    padding-left: 5px;
}

.dropdown-toggle {
    padding: 7px;
    font-weight: bold;
    color: #fff;
}

.dropdown-menu li>a {
    padding-bottom: 5px;
    padding-top: 5px;
}

.dropdown-search {
    padding: 10px 10px 10px 10px !important;
    min-width: 300px;
}

@media (max-width: 992px) {
  .navbar-nav .open .dropdown-menu {
    min-width: unset;
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }

  .account-tab {
      padding-top: 3px;
      padding-bottom: 3px;
  }

  .navbar-nav .open .dropdown-menu .submenu-cat {
      color: #fff;
  }

  .navbar-nav .open .dropdown-menu .link a {
      color: #fff;
  }

  .notification-title-text {
      display: none;
  }
}

.row {
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.dropdown-menu .row .submenu-cat {
    padding: 5px 10px;
    font-weight: 700;
}

a.dropdown-toggle:focus {
    color: #fff !important;
    background-color: #009a00 !important;
}

.logo img {
    width: 190px;
    max-height: 40px;
    margin-right: 10px;
}

.logo {
    margin-left: 30px;
}

#main-menu .navbar-nav {
    margin-left: 15px;
}

.sprite-six {
    background-image: url(../img/spritesheet.png);
    background-repeat: no-repeat;
    display: block;
}

.sprite-six-ltu {
    margin: 0 0 5px 0;
    width: 22px;
    height: 16px;
    background-position: -59px -150px
}

.sprite-six-ru {
    margin: 0 0 0 0;
    width: 22px;
    height: 16px;
    background-position: -59px -176px
}

.sprite-six-usa {
    margin: 0 0 5px 0;
    width: 22px;
    height: 16px;
    background-position: -199px -171px
}

.language-menu {
    font-size: 1.35em;
    max-height: 40px;
    padding: 0 5px;
}

.language-menu a {
    color: #fff;
}

.bc-lang-li {
    width: 20px;
    height: 15px;
    margin-bottom: 0;
    margin-right: 1px;
    margin-top: 3px;
}

a.mobile-support {
    display: none;
}

.navbar-nav.navbar-right>li {
    float: left;
}

.navbar-right {
    float: right !important;
}

a.top-clients-menu.dropdown-toggle {
    padding-bottom: 9px;
    padding-top: 9px;
}

.ribbon-wrapper {
    width: 85px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    top: -3px;
    right: -3px;
    z-index: 1;
}

.ribbon-wrapper>.ribbon {
    display: block;
    font-size: 11px;
    color: #fff;
    text-align: center;
    transform: rotate(45deg);
    position: relative;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 5px;
    padding-right: 0px;
    left: -5px;
    top: 15px;
    width: 120px;
    line-height: 20px;
    background-color: rgba(0, 0, 0, .7);
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}

div.price-tag .ribbon-wrapper {
    width: 85px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    top: -3px;
    right: 0px
}

div.price-tag .ribbon-wrapper>.ribbon {
    top: 14px;
}

.block-footer>.copyright {
    padding-top: 10px;
    border-top: 1px solid #f9f9f9;
    border-bottom: 1px solid #f9f9f9;
}

.page-container {
    background: #fff;
}

#foot-logo {
    display: block;
    width: 100%;
    height: 40px;
    float: left;
    margin-left: auto;
    margin-right: auto;
    background-image: url(/images/bacloud-big.png);
    background-position-x: 50%;
    background-position-y: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    margin-bottom: 10px;
}

.block-footer ul.list-unstyled li {
    padding-top: 5px;
}

.list-unstyled li.foot {
    border-bottom-width: 1px;
    border-bottom-color: #f0f0f0;
    width: 90%;
    padding-right: 5px;
}

.list-unstyled a {
    color: #989898;
}

.btn-circle:hover>i {
    color: #009a00;
}

#page-footer h4 {
    color: #009a00;
    font-size: 18px;
    padding-top: 10px;
    padding-left: 10px;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 10px;
    right: 15px;
}

.copyright>div>.list-inline {
    float:right;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    font-size: 11px;
    border-radius: 15px;
}

.btn-circle a {
    text-align:center;
}

a.btn.btn-circle.btn-facebook.btn-xs,
a.btn.btn-circle.btn-googleplus.btn-xs,
a.btn.btn-circle.btn-twitter.btn-xs,
a.btn.btn-circle.btn-linkedin.btn-xs {
    border: 1px solid #009a00 !important;
    border-radius: 50% !important;
    transition-duration: 0.3s;
}

a.btn.btn-circle.btn-facebook.btn-xs:hover {
    background-color: #fff !important;
    border: 1px solid #3b5998 !important;
}

a.btn.btn-circle.btn-facebook.btn-xs:hover>i {
    color: #3b5998 !important;
}

a.btn.btn-circle.btn-googleplus.btn-xs:hover {
    background-color: #fff !important;
    border: 1px solid #dd4b39 !important;
}

a.btn.btn-circle.btn-googleplus.btn-xs:hover>i {
    color: #dd4b39 !important;
}

a.btn.btn-circle.btn-twitter.btn-xs:hover {
    background-color: #fff !important;
    border: 1px solid #2ba9e1 !important;
}

a.btn.btn-circle.btn-twitter.btn-xs:hover>i {
    color: #2ba9e1 !important;
}

a.btn.btn-circle.btn-linkedin.btn-xs:hover {
    background-color: #fff !important;
    border: 1px solid #1a0dab !important;
}

a.btn.btn-circle.btn-linkedin.btn-xs:hover>i {
    color: #1a0dab !important;
}

ul.list-unstyled>li.foot:hover>a {
    padding-left: 10px;
    color: #009a00 !important;
    transition: .3s
}

.list-unstyled .fa-angle-right:before {
    color: #009a00;
}

.footer .fa-phone {
    color: #009a00;
}

.footer .fa-envelope {
    color: #009a00;
}

.block-footer ul.list-unstyled {
    padding: 0 10px;
}

.list-unstyled li.foot i.fa-angle-right {
    padding: 0 10px;
}

section#main-body {
    padding-bottom: 0;
}

section#main-menu {
    background-color: #000;
}

section#footer {
    background-color: #fff;
    border-top: 0;
    color: #009a00 !important;
    padding-top: 0;
}

section#footer .footer .foot {
    padding-left: 10px;
}

ul.list-unstyled .foot {
    border-bottom: 1px solid #f0f0f0;
}

.nav-top {
    text-align: right;
    float:right;
    display: inline-block;
    height: 50px;
    width: 100%;
}

/* Online backup styles start */

.backup-features>li {
    list-style: inside;
    padding-left: 15px;
}

.old_backup_space {
    text-decoration: line-through;
    color: red;
}

@media (max-width: 1200px) {
    .lt-backup-1 {
        height: 39px;
    }
}

@media (max-width: 991px) {
    .en-backup-0,
    .en-backup-3,
    .lt-backup-3,
    .ru-backup-3 {
        height: 39px;
    }
}

@media (max-width: 767px) {
    .en-backup-0,
    .en-backup-3,
    .lt-backup-1,
    .lt-backup-3,
    .ru-backup-3 {
        height: unset;
    }
}

/* Online backup styles end */

.text-gray {
    color: #b1b1b1!important;
}
.list-inline>li i {
    padding-left: 10px;
}

.list-inline>li a {
    color: #818181;
}

.list-inline>li:hover a {
    color: #009a00;
}

#back-to-top:active, #back-to-top:focus, #back-to-top:hover {
    border: 1px solid #009a00;
    color: #fff;
}

.pagination>.active>a {
    background-color: #009a00;
    color: #fff;
    border-color: #009a00;
}

.pagination>.active>a:hover {
    background-color: #fff;
    color: #009a00;
    border-color: #009a00;
}

div.header-lined h1 {
    font-size: 26px;
    margin: 0;
    color: #414141;
}

.status-active {
    border-color: #3fad46;
}

.status-pending {
    border-color: #d9534f;
}

.status-cancelled {
    border-color: #87939f;
}

.status-terminated {
    border-color: #666;
}

.status-suspended {
    border-color: #f0ad4e;
}

#tableServicesList_info,
#tableAffiliatesList_info,
#tableDomainsList_info,
#tableInvoicesList_info,
#tableQuotesList_info,
#tableEmailsList_info,
#tableTicketsList_info {
    background-color: #009a00;
    color: #fff;
    font-weight: bold;
}

th.sorting_desc:after, th.sorting_asc:after {
    color: #000;
}

.client-home-panels .panel>.panel-heading {
    color: #000;
}

#cPanelPackagePanel, #cPanelUsagePanel,
#cPanelBillingOverviewPanel, #cPanelConfigurableOptionsPanel,
#cPanelQuickEmailPanel, #cPanelQuickShortcutsPanel {
    border-color: #6a8034;
}

.panel-default>.panel-heading {
    color: #fff;
    border-color: #6a8034;
    background-color: #009a00;
}

.text-info {
    color: #009a00;
}

.status-unpaid {
    border-color: #ed3e48;
}

.status-paid {
    border-color: #498302;
}

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

.panel.panel-default .panel-footer {
    color: #fff;
    padding: 0;
    padding-bottom: 1px;
}

.form-horizontal .table, .form-horizontal .table thead, .form-horizontal .table tr, .form-horizontal .table td {
    border: 1px solid #999;
}

.client-home-panels .panel>.list-group {
    border: none;
}

div.client-area-tile {
    border: 3px solid #fff !important;
}

div.client-area-tile a .icon .fa-cube {
    color: #f0ad4e;
}

div.client-area-tile a .icon .fa-globe {
    color: #5cb85c;
}

div.client-area-tile a .icon .fa-comments {
    color: #5bc0de;
}

div.client-area-tile a .icon .fa-credit-card {
    color: #d9534f;
}

.btn.btn-default.btn-xs:hover,
.btn.btn-default.btn-xs:focus,
.btn.btn-default.btn-xs:active {
    background: #009a00;
    color: #fff;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #201F1F;
    border: 1px solid #201F1F;
    border-bottom-color: transparent;
}

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

div.tab-content.product-details-tab-container {
    margin-top: -10px;
    margin-left: 15px;
    margin-right: 15px;
    border-color: #201F1F;
}

.client-area-tile.gold-border:hover {
    border: 3px solid #f0ad4e !important;
    color: #009a00;
    font-weight: bold;
}

.client-area-tile.green-border:hover {
    border: 3px solid #5cb85c !important;
    color: #009a00;
    font-weight: bold;
}

.client-area-tile.blue-border:hover {
    border: 3px solid #5bc0de !important;
    color: #009a00;
    font-weight: bold;
}

.client-area-tile.red-border:hover {
    border: 3px solid #d9534f !important;
    color: #009a00;
    font-weight: bold;
}

.nav-tabs {
    border-bottom-color: #201F1F;
}

li.dropdown.pull-right.tabdrop>a {
    border-color: #009a00;
    border-bottom-color: transparent;
    color: #009a00;
}

li.dropdown.pull-right.tabdrop>a:hover {
    background-color: #009a00;
    color: #fff;
}

li.dropdown.pull-right.tabdrop .dropdown-menu li a {
    color: #009a00;
    background: #fff;
}

li.dropdown.pull-right.tabdrop .dropdown-menu li:hover a,
li.dropdown.pull-right.tabdrop .dropdown-menu li:focus a,
li.dropdown.pull-right.tabdrop .dropdown-menu li:active a {
    color: #fff;
    background-color: #009a00;
}

.inquire.btn.btn-success.btn-primary {
    color: #009a00;
    background-color: #fff !important;
    border: 1px solid #009a00;
}

.inquire.btn.btn-success.btn-primary:hover {
    color: #fff !important;
    background-color: #00b600 !important;
    border: 1px solid #00b600;
}

#product-service .btn.btn-success.btn-primary {
    border: 1px solid #009a00;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:hover,
.btn-primary:active:focus {
    color: #fff;
    background-color: #00b600 !important;
    border: 1px solid #00b600;
}

.btn.btn-default.btn-sm.dropdown-toggle {
    border-color: #009a00;
    color: #009a00;
}

.btn.btn-default.btn-sm.dropdown-toggle:hover,
.btn.btn-default.btn-sm.dropdown-toggle:active,
.btn.btn-default.btn-sm.dropdown-toggle:focus {
    border-color: #009a00;
    background-color: #009a00;
    color: #fff;
}

.btn-group.margin-bottom a.setBulkAction:hover {
    background-color: #009a00;
    color: #fff;
}

.btn.btn-default {
    color: #009a00;
    border: 1px solid #009a00;
}

.btn.btn-default:hover,
.btn.btn-default:active,
.btn.btn-default:focus,
.open>.dropdown-toggle.btn-default {
    color: #fff !important;
    background-color: #009a00 !important;
}

.btn-group.btn-group-sm.open ul li a:hover{
    background-color: #009a00;
    color: #fff;
}

div.ribbon.bg-success {
    background-color: #009a00;
}

div.ribbon-wrapper {
    margin-left: 0 ;
    margin-right: 0;
}

.pricing-head {
    display: block;
    position: inherit;
    min-height: 100px !important;
    width: 100% !important;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #eee;
}

.btn {
    border-radius: 0;
}

.pricing-head>.price-tag {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 20px;
    font-weight: 100;
}

.pricing-head .plan-title {
    color: #fdfdfd !important;
    font-weight: 100;
    letter-spacing: 2px;
    text-align:center;
    font-size: 22px;
    margin: 0;
    text-transform: uppercase;
    background: #009a00;
}

.pricing-head .plan-intro {
    color: #252525 !important;
    font-weight: 100;
    text-align: center;
    font-size: 12px;
    height: 40px;
    vertical-align: middle;
    margin: 0;
}

.pricing-head div.plan_start {
    color: #252525;
}

.pricing-head div.plan_prefix, .pricing-head div.plan_suffix {
    display: inline;
    color: #252525;
    font-weight: 200;
    min-height: 50px !important;
    vertical-align: top;
    font-size: 20px;
}

.pricing-head div.plan_timespan {
    display: inline;
    color: #252525;
    vertical-align: bottom;
    font-size: 20px;
}

.pricing-head div.plan-price {
    display: inline;
    color: #252525;
    font-weight: 100;
    height: 60px;
    font-size: 60px;
    line-height: 1;
}

.features {
    width: 100%;
    height: 100%;
    z-index: 10;
    position: relative;
}

.features div.crnl {
    position: absolute;
    display: table-cell;
    border-style: solid;
    border-top: 6px solid #989898;
    border-left: 6px solid #989898;
    border-bottom: 0;
    border-right: 0;
    height: 40px;
    width: 40px;
    left: 10px;
    top: -10px;
    z-index: 3;
}

.features ul.plan-features {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0 !important;
    border-right: 20px solid #eee;
    border-left: 20px solid #eee;
}

.plan-details {
    color: #eee;
    font-size: 15px;
    padding-left: 2px;
    padding-right: 2px;
    margin-left: 2px;
    margin-right: 2px;
    border-left: 1px solid #fdfdfd;
    border-right: 1px solid #fdfdfd;
}

.features ul.plan-features li {
    text-align: left !important;
    background: #009a00;
    color: #eee;
    font-size: 12px;
    border: 0;
}

.features ul.plan-features li:nth-child(odd) {
    background: #84a432;
}

.pricing-table-3 ul li {
    list-style: none;
    padding: 7.5px 0;
    border-bottom: solid 1px #f2f2f2;
}

.features div.crnr {
    position: absolute;
    display: table-cell;
    border-style: solid;
    border-bottom: 6px solid #989898;
    border-right: 6px solid #989898;
    border-top: 0;
    border-left: 0;
    height: 40px;
    width: 40px;
    right: 10px;
    bottom: -10px;
    z-index: 3;
}

.pricing-button {
    background: #eee;
    padding-top: 15px;
    padding-bottom: 15px;
    letter-spacing: 2px;
    text-align: center;
}

.features-logo {
    background-color: #fff;
    display: table;
    margin: 0 auto;
    height: 150px;
    width: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: 1px solid #f9f9f9;
    border-radius: 50%;
    transition: all .5s ease !important;
}

.feature-media:hover .features-logo {
    border: 1px solid #686868;
}

.feature-media:hover .media-heading {
    color: #686868;
}

.fal.fa-edit:hover, .fal.fa-trash-alt:hover {
    transform: scale(1.2);
}

/* Account details start */

/* Change password start */
.hr-16 {
    margin: 16px 0;
}

.hr-dotted {
    border-top-style: dotted;
}

.hr {
    display: block;
    height: 0;
    overflow: hidden;
    font-size: 0;
    border-top: 1px solid #e5e5e5;
    margin: 12px 0;
}

/*Change password end */

/* Account details end */

.col-sm-3.pull-right {
    padding: 10px;
}

.bg-info {
    background-color: #009a00;
    color: #fff;
}

.fa-angle-double-right {
    color: #009a00;
}

.services-show-mob {
        display: none;
}

.label-more {
    color: #fff;
    background-color: #009a00;
}

.label-more:hover {
    color: #fff;
    background-color: #00b600;
}

.fa-quote-left, .fa-quote-right {
    font-size: 0.8em;
}

.fa-quote-left {
    float: bottom;
}

.fa-quote-right {
    float: top;
}

/* Config order */

#cpc-box3.panel-collapse div.form-group {
    margin-bottom: unset;
    padding: 7px 0;
}

#order-comparison .form-horizontal .table,
#order-comparison .form-horizontal .table td,
#order-comparison .form-horizontal .table tr {
    border: 0px;
}

#order-comparison .form-horizontal .table tr {
    border-top: 1px solid #ddd;
}

.portlet-heading {
    background-color: #fff;
    padding: 0 15px;
    margin: 0 -15px;
    border-bottom: 2px solid #00b600;
}

.portlet-heading .portlet-title {
    color: #000;
    float: left;
}

.portlet-heading .portlet-widgets {
    float: right;
    padding: 10px 0;
    color: #000;
}

.portlet-heading .portlet-widgets:hover {
    transform: scale(1.5);
}

.portlet-heading .portlet-widgets .fa-chevron-up,
.portlet-heading .portlet-widgets .fa-chevron-down{
    color: #000;
}

.portlet-heading .portlet-widgets a[aria-expanded="false"] .fa-chevron-up,
.portlet-heading .portlet-widgets a[aria-expanded="true"] .fa-chevron-down{
    transform: rotate(180deg);
}

.portlet {
    margin-bottom: 10px;
}

.portlet .portlet-title h4 {
    font-size: 15px;
    font-weight: bold;
}

div.portlet-body .form-group label {
    border: 0;
}

#cpc-box1 .table.pricing tbody tr:first-child,
#cpc-box4 .table.pricing tbody tr:first-child {
    border: 0;
}

/* config order end */

/* Order summary */

.order-summ-table thead {
    background-color: #f5f5f5;
}

.order-summ-table tbody tr:nth-child(even) {
    background-color: #f5f5f5;
}

.order-summ-table tfoot tr {
    border: 0 !important;
}

.order-summ-table tfoot tr:nth-child(even) {
    background-color: #f5f5f5;
}

/* Order summary end */

/* My Invoices */

.pay-selected-btn:hover {
    border-color: #009a00;
    color: #009a00;
}

.pay-all-btn:hover {
    color: #009a00;
    background-color: #fff;
    border-color: #009a00;
}

.pay-all-btn {
    color: #fff;
    background-color: #009a00;
    border-color: #009a00;
}

.view-invoice-btn {
    display: ruby;
    border: 2px solid #fff;
    border-radius: 25px;
    padding-left: 5px;
    padding-right: 5px;
}

.view-invoice-btn:hover {
    border-color: #009a00;
}

/* end of My Invoices */

/* Affiliates not logged in */

.aff-login {
    border-right: 1px solid #ddd;
}

.logincontainer .aff-login .login-form {
    border-right: 0;
}

.logincontainer .aff-login .btn-social {
    text-align: center;
    padding-left: 12px;
}

@media (max-width: 991px) {

    .aff-login {
        border-right: 0;
    }

    .logincontainer .aff-login .btn-social {
        width: 265px;
        margin-left: auto;
        margin-right: auto;
    }

    .navbar-nav {
        float: left !important;
    }
}

@media (max-width: 500px) {

    .logincontainer .aff-login .btn-social {
        width: 100%;
    }
}

/* Affiliates not logged in end */

#solusvmpro_accordion .panel-heading:hover {
    background-color: #00b600;
}

#solusvmpro_accordion .panel-heading a:hover {
    color: #fff;
}

/* VPS properties on 'Customise and order' */

.vps-properties {
    text-align:center;
    padding: 30px 0;
    border-right: 0;
}

@media (max-width: 992px) {
    .vps-properties {
        padding: 15px 0;
    }

    .vps-properties-configure {
        padding-top: 0;
    }
}

@media (max-width: 768px) {

    .vps-properties-configure {
        padding-top: 15px;
        padding-bottom: 30px;
    }
}

/* End of VPS properties */

/* Blog custom styles */

.home-blog-block {
    min-height: 127px;
}

.blog-andrius-petkus {
    display: block;
}

.blog-credit-card {
    float: right;
}

.blog-nvme-2 {
    float: left;
}

.blog-infrastructure {
    float: right;
    padding: 15px;
}

.centos-table {
    width: 100%;
}

.centos-table th,
.centos-table td {
    padding: 8px 4px;
    text-align: center;
    border: 2px solid #aaa;
}

.centos-table tr:nth-child(even) {
    background-color: #fafafa;
}

@media (max-width: 1200px) {
    .home-blog-block {
        min-height: 207px;
    }

    .blog-infrastructure {
        max-width: 50%;
        height: auto;
    }
}

@media (max-width: 992px) {

    .blog-img-800 {
        width: 100%;
        height: auto;
    }

    .blog-location, .blog-vilnius-lith {
        width: 100%;
        height: auto;
    }

    .home-blog-block {
        min-height: 247px;
    }

    .blog-credit-card {
        max-width: 100%;
        height: auto;
        float: unset;
    }

    .blog-nvme-2 {
        float: unset;
    }

    .colocation_vs_inhouse {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 768px) {

    .blog-img-600 {
        width: 100%;
        height: auto;
    }

    .blog-location,
    .blog-ssd-nvme {
        display: none !important;
    }

    .blog-sh-vs-vps,
    .blog-img-768-1 {
        width: 100%;
        height: auto;
    }

    .home-blog-img {
        max-height: 150px;
    }

    .home-blog-block {
        border-bottom: 1px solid #009a00;
    }

    .blog-andrius-petkus {
        max-width: 50%;
        height: auto;
    }

    .blog-nvme-2 {
        max-width: 100%;
        height: auto;
    }
}

@media (max-width: 560px) {
    .blog-ssd-nvme-tests,
    .blog-windows-server-2019 {
        width: 100%;
        height: auto;
    }

    .blog-andrius-petkus,
    .blog-infrastructure {
        max-width: 100%;
        height: auto;
        float: unset !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

/* End of Blog custom styles */

/* Live chat bubble style fix */

.operator.photo {
    min-height: 60px;
    background-color: #fff;
}

/* Enf of live chat bubble style */

.looking-glass {
    color: #666;
}

.looking-glass:hover {
    color: #009a00;
}

@media (max-width: 800px) {
    td#main-price-cell.discount-price-head {
        height: 85px !important;
    }
}

@media (min-width:992px) {
    .dropdown:hover>ul{
        display: block;
    }
}

@media (max-width: 991px) {

    button.navbar-toggle .fa-bars {
        padding-right: 15px;
    }

    li.dropdown.support-menu {
        display: none;
    }

    a.mobile-support {
        display: inline-block;
        color: #fff;
        padding-top: 6px;
        padding-bottom: 6px;
        padding-right: 5px;
        padding-left: 6px;
        border-radius: 0;
    }

    a.mobile-support:hover {
        background-color: #009a00;
        color: #fff;
    }

    .navbar-toggle {
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 0;
        margin-right: -5px;
    }

    .navbar-main .navbar-nav>li>a {
        padding-right: 11px;
        padding-left: 11px;
    }

    .navbar-nav {
        margin-bottom: 0;
    }

    .navbar-left {
        padding-right: 15px;
    }

    .mass-head {
        top: 0;
    }
}

@media (max-width:1200px) {
    .win-vps-table {
        height: 52px;
    }
}

@media (max-width: 991px) {
    .product-details.clearfix {
        margin-top: 50px;
    }

    #tabOverview {
        margin-top: 50px;;
    }

    .win-vps-table {
        height: 70px;
    }

    .qc-menu-footer {
        border-right: 10px solid #fff;
    }
}

@media (max-width:900px) {
    .services-mob {
        display: none;
    }

    .services-show-mob {
        display: block;
    }

    .mob-table-check {
        padding-right: unset !important;
        text-align: center;
    }

    .domain-details-mob {
        display: block;
    }
}

@media (min-width: 900px) {
    .domain-details-mob {
        display: none;
    }
}

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

@media (max-width:768px) {

    #primary-nav {
        max-height: 500px !important;
        margin-right: -42px;
    }

    .back-to-services-btn {
        margin-top: 0;
    }

    .product-details.clearfix {
        margin-top: 0;
    }

    #tabOverview {
        margin-top: 0;
    }

    .social-footer {
        border-right: 10px solid #fff;
    }

    .navbar-toggle {
        margin-right: 0;
    }
}

@media (max-width: 600px) {
    .fact-header {
        width: 100% !important;
    }

    #tableServicesList_info,
    #tableAffiliatesList_info,
    #tableDomainsList_info,
    #tableInvoicesList_info,
    #tableQuotesList_info,
    #tableEmailsList_info,
    #tableTicketsList_info {
        height: 90px;
    }

    .dataTables_wrapper .dataTables_filter {
        margin-top: 45px;
    }
}

@media (min-width: 450px) {
    section#footer {
        line-height: 22px !important;
        font-size: 13px;
    }

    .breadcrumb-title {
        min-width: 420px;
    }
}

@media (max-width: 415px) {
    #tableServicesList,
    #tableAffiliatesList,
    #tableDomainsList,
    #tableInvoicesList,
    #tableQuotesList,
    #tableEmailsList {
        font-size: 10px;
    }

    .service-mob-400 {
        display: none;
    }

    .domain-status-mob {
        display: block;
    }
}

@media (min-width: 415px) {
    .domain-status-mob {
        display: none;
    }
}

@media (max-width: 500px) {
    .collect-info-table {
        display: none;
    }

    section#header .top-nav {
        margin-top: 60px;
    }

    section#header {
        height: 120px;
    }

    #nav {
        margin-top: 60px;
    }

    .logo {
        top: 0;
        position: fixed;
        margin-top: 10px;
        margin-left: 15px;
    }

    .logo-icon-div {
        width: 100%;
        text-align: center;
    }

    body {
        margin-top: 158px;
    }
}

/* Homepage styles */
    .service-name-title {
        text-align: center;
        font-size: 20px;
        transition-duration: 0.5s;
        font-weight: bold;
    }

    .product-group {
        padding: 5px 15px;
    }

    .offer-dedicated .ded-cycle .fa-server {
        color: #00c6a6;
    }

    .offer-special .spec-cycle .fa-project-diagram {
        color: #fbcc66;
    }

    .offer-windows-vps .win-cycle .fa-windows {
        color: #0078d7;
    }

    .offer-linux-vps .lin-cycle .fa-linux {
        color: #f5c11b;
    }

    .offer-hosting .host-cycle .fa-cloud-upload {
        color: #c6ca4c;
    }

    .offer-backup .back-cycle .fa-database {
        color: #00b600;
    }

    .offer-domains .dom-cycle .fa-globe {
        color: #0fb8d2;
    }

    .offer-dedicated .round-icon-bg {
        border-color: #00c6a6;
    }

    .offer-special .round-icon-bg {
        border-color: #fbcc66;
    }

    .offer-windows-vps .round-icon-bg {
        border-color: #0078d7;
   }

    .offer-linux-vps .round-icon-bg {
        border-color: #f5c11b;
    }

    .offer-hosting .round-icon-bg {
        border-color: #c6ca4c;
    }

    .offer-backup .round-icon-bg {
        border-color: #00b600;
    }

    .offer-domains .round-icon-bg {
        border-color: #0fb8d2;
    }

    .round-icon-bg {
        background: transparent;
        border: 3px solid #686868;
        height: 70px;
        width: 70px;
        border-radius: 50%;
        padding-top: 12px;
        margin-left: auto;
        margin-right: auto;
    }

    .round-icon-bg i {
        transition-duration: 0.5s;
        color: #686868;
    }

    .service-logo:hover .round-icon-bg i {
        color: #686868 !important;
    }

    .service-link {
        color: #686868;
        font-size: 17px;
        list-style-type: none;
    }

    #offer-dedicated .service-link:hover {
        color: #00c6a6;
        font-weight: bold;
    }

    #offer-special .service-link:hover {
        color: #fbcc66;
        font-weight: bold;
    }

    #offer-vps-windows .service-link:hover {
        color: #0078d7;
        font-weight: bold;
    }

    #offer-vps-linux .service-link:hover {
        color: #f5c11b;
        font-weight: bold;
    }

    #offer-hosting .service-link:hover {
        color: #c6ca4c;
        font-weight: bold;
    }

    #offer-backup .service-link:hover {
        color: #00b600;
        font-weight: bold;
    }

    #offer-domains .service-link:hover {
        color: #0fb8d2;
        font-weight: bold;
    }

    .bottom-border {
        height: 2px;
        background: #686868;
        padding: 0;
        margin: 5px 0;
    }

    .bottom-border.ded {
        background: #00c6a6;
    }

    .bottom-border.spec {
        background: #fbcc66;
    }

    .bottom-border.win {
        background: #0078d7;
    }

    .bottom-border.lix {
        background: #f5c11b;
    }

    .bottom-border.host {
        background: #c6ca4c;
    }

    .bottom-border.back {
        background: #00b600;
    }

    .bottom-border.dom {
        background: #0fb8d2;
    }

    .en .ded-cycle[aria-expanded="true"] ~ .prod-description,
    .en .spec-cycle[aria-expanded="true"] ~ .prod-description,
    .en .win-cycle[aria-expanded="true"] ~ .prod-description,
    .en .lin-cycle[aria-expanded="true"] ~ .prod-description,
    .en .host-cycle[aria-expanded="true"] ~ .prod-description,
    .en .back-cycle[aria-expanded="true"] ~ .prod-description,
    .en .dom-cycle[aria-expanded="true"] ~ .prod-description,
    .lt .ded-cycle[aria-expanded="true"] ~ .prod-description,
    .lt .spec-cycle[aria-expanded="true"] ~ .prod-description,
    .lt .win-cycle[aria-expanded="true"] ~ .prod-description,
    .lt .lin-cycle[aria-expanded="true"] ~ .prod-description,
    .lt .host-cycle[aria-expanded="true"] ~ .prod-description,
    .lt .back-cycle[aria-expanded="true"] ~ .prod-description,
    .lt .dom-cycle[aria-expanded="true"] ~ .prod-description,
    .ru .ded-cycle[aria-expanded="true"] ~ .prod-description,
    .ru .spec-cycle[aria-expanded="true"] ~ .prod-description,
    .ru .win-cycle[aria-expanded="true"] ~ .prod-description,
    .ru .lin-cycle[aria-expanded="true"] ~ .prod-description,
    .ru .host-cycle[aria-expanded="true"] ~ .prod-description,
    .ru .back-cycle[aria-expanded="true"] ~ .prod-description,
    .ru .dom-cycle[aria-expanded="true"] ~ .prod-description {
        animation: collapse-description 1s;
        -webkit-animation: collapse-description 1s;
        height: 0;
    }

    .ded-cycle[aria-expanded="true"] .bottom-border.ded {
        animation-name: expanded-bottom-border-ded;
        -webkit-animation-name: expanded-bottom-border-ded;
        animation-duration: 1s;
        animation-timing-function: linear;
        background: #686868;
    }

    .spec-cycle[aria-expanded="true"] .bottom-border.spec {
        animation-name: expanded-bottom-border-spec;
        -webkit-animation-name: expanded-bottom-border-spec;
        animation-duration: 1s;
        animation-timing-function: linear;
        background: #686868;
    }

    .win-cycle[aria-expanded="true"] .bottom-border.win {
        animation-name: expanded-bottom-border-win;
        -webkit-animation-name: expanded-bottom-border-win;
        animation-duration: 1s;
        animation-timing-function: linear;
        background: #686868;
    }

    .lin-cycle[aria-expanded="true"] .bottom-border.lix {
        animation-name: expanded-bottom-border-lin;
        -webkit-animation-name: expanded-bottom-border-lin;
        animation-duration: 1s;
        animation-timing-function: linear;
        background: #686868;
    }

    .host-cycle[aria-expanded="true"] .bottom-border.host {
        animation-name: expanded-bottom-border-host;
        -webkit-animation-name: expanded-bottom-border-host;
        animation-duration: 1s;
        animation-timing-function: linear;
        background: #686868;
    }

    .back-cycle[aria-expanded="true"] .bottom-border.back {
        animation-name: expanded-bottom-border-back;
        -webkit-animation-name: expanded-bottom-border-back;
        animation-duration: 1s;
        animation-timing-function: linear;
        background: #686868;
    }

    .dom-cycle[aria-expanded="true"] .bottom-border.dom {
        animation-name: expanded-bottom-border-dom;
        -webkit-animation-name: expanded-bottom-border-dom;
        animation-duration: 1s;
        animation-timing-function: linear;
        background: #686868;
    }

    .prod-description {
        animation: show-description 1s;
        height: 150px;
        font-size: 14px;
        text-align: center;
        overflow: hidden;
    }

    .prod-description.row-2 {
        height: 85px;
        animation: show-description-row-2 1s;
    }

    #offered-services a[aria-expanded="true"] .round-icon-bg i {
        color: #686868;
    }

    #offered-services a[aria-expanded="true"] .round-icon-bg {
        border-color: #686868;
        animation: expanded-border 1s cubic-bezier(0.19, 1, 0.22, 1) 1;
        -webkit-animation: expanded-border 1s cubic-bezier(0.19, 1, 0.22, 1) 1;
    }

    .service-block {
        margin-bottom: 10px;
    }

    .service-link-block {
        padding: 0;
    }

    @keyframes expanded-border {
        0% {
            border-width: 0 0 0 0;
        }
        12% {
            border-width: 1px 0 0 0;
        }
        25% {
            border-width: 1px 1px 0 0;
        }
        38% {
            border-width: 1px 1px 1px 0;
        }
        50% {
            border-width: 1px 1px 1px 1px;
        }
        62% {
            border-width: 3px 1px 1px 1px;
        }
        75% {
            border-width: 3px 3px 1px 1px;
        }
        87% {
            border-width: 3px 3px 3px 1px;
        }
        100% {
            border-width: 3px 3px 3px 3px;
        }
    }

    @keyframes expanded-bottom-border-ded {
        0% {
            background: #00c6a6;
            width: 1%;
        }

        100% {
            background: #686868;
            width: 100%;
        }
    }

    @keyframes expanded-bottom-border-spec {
        0% {
            background: #fbcc66;
            width: 1%;
        }

        100% {
            background: #686868;
            width: 100%;
        }
    }

    @keyframes expanded-bottom-border-win {
        0% {
            background: #0078d7;
            width: 1%;
        }

        100% {
            background: #686868;
            width: 100%;
        }
    }

    @keyframes expanded-bottom-border-lin {
        0% {
            background: #f5c11b;
            width: 1%;
        }

        100% {
            background: #686868;
            width: 100%;
        }
    }

    @keyframes expanded-bottom-border-host {
        0% {
            background: #c6ca4c;
            width: 1%;
        }

        100% {
            background: #686868;
            width: 100%;
        }
    }

    @keyframes expanded-bottom-border-back {
        0% {
            background: #00b600;
            width: 1%;
        }

        100% {
            background: #686868;
            width: 100%;
        }
    }

    @keyframes expanded-bottom-border-dom {
        0% {
            background: #0fb8d2;
            width: 1%;
        }

        100% {
            background: #686868;
            width: 100%;
        }
    }

    @keyframes collapse-description {
        0% {
            height: 50px;
            opacity: 1;
        }

        100% {
            height: 0;
            opacity: 0;
        }
    }

    @keyframes show-description {
        0% {
            height: 0;
            opacity: 0;
        }

        100% {
            height: 150px;
            opacity: 1;
        }
    }

    @keyframes show-description-row-2 {
        0% {
            height: 0;
            opacity: 0;
        }

        100% {
            height: 105px;
            opacity: 1;
        }
    }

    @keyframes show-description-en-l {
        0% {
            height: 0;
            opacity: 0;
        }

        100% {
            height: 190px;
            opacity: 1;
        }
    }

    @keyframes show-description-row-2-en-l {
        0% {
            height: 0;
            opacity: 0;
        }

        100% {
            height: 150px;
            opacity: 1;
        }
    }

    @keyframes show-description-45 {
        0% {
            height: 0;
            opacity: 0;
        }

        100% {
            height: 45px;
            opacity: 1;
        }
    }

    @keyframes show-description-lt-xl {
        0% {
            height: 0;
            opacity: 0;
        }

        100% {
            height: 170px;
            opacity: 1;
        }
    }

    @keyframes show-description-row-2-lt-xl {
        0% {
            height: 0;
            opacity: 0;
        }

        100% {
            height: 130px;
            opacity: 1;
        }
    }

    @keyframes show-description-lt-l {
        0% {
            height: 0;
            opacity: 0;
        }

        100% {
            height: 255px;
            opacity: 1;
        }
    }

    @keyframes show-description-row-2-lt-l {
        0% {
            height: 0;
            opacity: 0;
        }

        100% {
            height: 170px;
            opacity: 1;
        }
    }

    @keyframes show-description-lt-125 {
        0% {
            height: 0;
            opacity: 0;
        }

        100% {
            height: 125px;
            opacity: 1;
        }
    }

    @keyframes show-description-lt-65 {
        0% {
            height: 0;
            opacity: 0;
        }

        100% {
            height: 65px;
            opacity: 1;
        }
    }

    @keyframes show-description-ru-xl {
        0% {
            height: 0;
            opacity: 0;
        }

        100% {
            height: 190px;
            opacity: 1;
        }
    }

    @keyframes show-description-row-2-ru-xl {
        0% {
            height: 0;
            opacity: 0;
        }

        100% {
            height: 130px;
            opacity: 1;
        }
    }

    @keyframes show-description-ru-l {
        0% {
            height: 0;
            opacity: 0;
        }

        100% {
            height: 210px;
            opacity: 1;
        }
    }

    @keyframes show-description-row-2-ru-l {
        0% {
            height: 0;
            opacity: 0;
        }

        100% {
            height: 170px;
            opacity: 1;
        }
    }

    @keyframes show-description-small-85 {
        0% {
            height: 0;
            opacity: 0;
        }

        100% {
            height: 85px;
            opacity: 1;
        }
    }

    @keyframes show-description-small {
        0% {
            height: 0;
            opacity: 0;
        }

        100% {
            height: 70px;
            opacity: 1;
        }
    }

    @keyframes show-description-small-45 {
        0% {
            height: 0;
            opacity: 0;
        }

        100% {
            height: 45px;
            opacity: 1;
        }
    }

    @keyframes show-description-small-25 {
        0% {
            height: 0;
            opacity: 0;
        }

        100% {
            height: 25px;
            opacity: 1;
        }
    }

    @keyframes pulse {
        from {
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
        }

        25% {
            -webkit-transform: scale3d(1.3, 1.3, 1.3);
            transform: scale3d(1.3, 1.3, 1.3);
        }

        50% {
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
        }

        to {
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
        }
    }

    .blog-title-img {
        -webkit-animation-name: pulse;
        animation-name: pulse;
        animation-duration: 2s;
        animation-iteration-count: infinite;
        font-size: 1.5em;
    }

    .blog-posts {
        padding: 10px 0;
    }

    .blog-title {
        text-align: center;
        font-size: 30px;
    }

    .blog-title a {
        color: #686868;
    }

    .blog-title:hover a {
        color: #00c6a6;
    }

    .fa-bullhorn {
        padding-top: 10px;
        padding-bottom: 5px;
    }

    .home-blog-img {
        max-width: 100%;
        max-height: 100px;
        padding: 0;
    }

    .blog-post {
        min-height: 300px;
        padding: 5px 0;
    }

    .blog-post-img {
        text-align: center;
        height: 100px;
    }

    .blog-post-title {
        text-align: center;
        color: #686868;
        background-color: #f6f6f6;
        font-weight: bold;
        padding: 5px 10px;
        height: 70px;
    }

    .blog-post-body {
        text-align: left;
        color: #999;
        padding: 5px 10px;
    }

    .blog-post-read-more {
        text-align: right;
        background: #f6f6f6;
        padding: 5px 10px;
    }

    .blog-read-all:hover {
        font-weight: bold;
    }

    .blog-post-read-more a:hover {
        font-weight: bold;
    }

    .blogs-block {
        padding-top: 20px;
    }

    @media (max-width: 1400px) {
        #image-slider .lang-ru .slide-title {
            font-size: 25px;
        }

        #image-slider .lang-ru .slide-text {
            font-size: 18px;
        }
    }

    @media (max-width: 1200px) {
        #image-slider .slide-title {
            font-size: 20px;
        }

        #image-slider .slide-text {
            font-size: 15px;
        }

        #image-slider .ism-slide-1 .ism-caption-2 {
            top: 10%;
        }

        #image-slider .ism-caption img {
            height: 50px;
        }
    }

    @media (min-width: 992px) {
        .en .prod-description {
            height: 190px;
            -webkit-animation-name: show-description-en-l;
            animation-name: show-description-en-l;
        }

        .en .row-2 {
            height: 150px;
            -webkit-animation-name: show-description-row-2-en-l;
            animation-name: show-description-row-2-en-l;
        }

        .lt .prod-description {
            height: 255px;
            -webkit-animation-name: show-description-lt-l;
            animation-name: show-description-lt-l;
        }

        .lt .row-2 {
            height: 170px;
            -webkit-animation-name: show-description-row-2-lt-l;
            animation-name: show-description-row-2-lt-l;
        }

        .ru .prod-description {
            height: 210px;
            -webkit-animation-name: show-description-ru-l;
            animation-name: show-description-ru-l;
        }

        .ru .row-2 {
            height: 170px;
            -webkit-animation-name: show-description-row-2-ru-l;
            animation-name: show-description-row-2-ru-l;
        }

        .en.offer-windows-vps.product-group .service-name-title,
        .en.offer-linux-vps.product-group .service-name-title,
        .lt.offer-windows-vps.product-group .service-name-title,
        .lt.offer-linux-vps.product-group .service-name-title,
        .lt.offer-hosting.product-group .service-name-title,
        .lt.offer-domains.product-group .service-name-title,
        .ru.offer-windows-vps.product-group .service-name-title,
        .ru.offer-linux-vps.product-group .service-name-title,
        .ru.offer-hosting.product-group .service-name-title,
        .ru.offer-domains.product-group .service-name-title {
            padding: 15px 0;
        }
    }

    @media (min-width: 1200px) {
        .en.offer-windows-vps.product-group .service-name-title,
        .en.offer-linux-vps.product-group .service-name-title {
            padding: 0;
        }

        .lt.offer-dedicated.product-group .service-name-title,
        .lt.offer-windows-vps.product-group .service-name-title,
        .lt.offer-linux-vps.product-group .service-name-title,
        .ru.offer-windows-vps.product-group .service-name-title,
        .ru.offer-linux-vps.product-group .service-name-title {
            padding: 15px 0;
        }

        .lt.offer-hosting.product-group .service-name-title,
        .lt.offer-domains.product-group .service-name-title,
        .ru.offer-hosting.product-group .service-name-title,
        .ru.offer-domains.product-group .service-name-title {
            padding: 0;
        }

        .en .prod-description {
            height: 150px;
            -webkit-animation-name: show-description;
            animation-name: show-description;
        }

        .en .row-2 {
            height: 105px;
            -webkit-animation-name: show-description-row-2;
            animation-name: show-description-row-2;
        }

        .lt .prod-description {
            height: 170px;
            -webkit-animation-name: show-description-lt-xl;
            animation-name: show-description-lt-xl;
        }

        .lt .row-2 {
            height: 130px;
            -webkit-animation-name: show-description-row-2-lt-xl;
            animation-name: show-description-row-2-lt-xl;
        }

        .ru .prod-description {
            height: 190px;
            -webkit-animation-name: show-description-ru-xl;
            animation-name: show-description-ru-xl;
        }

        .ru .row-2 {
            height: 130px;
            -webkit-animation-name: show-description-row-2-ru-xl;
            animation-name: show-description-row-2-ru-xl;
        }
    }

    @media (max-width: 991px) {

        #image-slider .lang-en .slide-title,
        #image-slider .lang-ru .slide-title {
            font-size: 20px;
        }

        #image-slider .lang-lt .slide-title {
            font-size: 19px;
        }

        #image-slider .lang-en .slide-text,
        #image-slider .lang-ru .slide-text {
            font-size: 15px;
        }

        #image-slider .lang-lt .slide-text {
            font-size: 14px;
        }

        #image-slider .ism-slide-1 .ism-caption-2,
        #image-slider .ism-slide-2 .ism-caption-2 {
            top: 5% !important;
        }

        #image-slider .ism-caption img {
            height: 40px;
        }

        .blog-home-block-0,
        .blog-home-block-1,
        .blog-home-block-2,
        .blog-home-block-3 {
            height: 320px;
        }

        #offered-services .en.product-group .prod-description {
            max-height: 110px;
        }

        .en.offer-dedicated.product-group,
        .en.offer-special.product-group,
        .en.offer-windows-vps.product-group,
        .en.offer-linux-vps.product-group,
        .en.offer-hosting.product-group,
        .en.offer-backup.product-group,
        .ru.offer-windows-vps.product-group,
        .ru.offer-linux-vps.product-group,
        .ru.offer-hosting.product-group,
        .ru.offer-backup.product-group {
            min-height: 232px;
        }

        .en.offer-domains.product-group {
            min-height: 170px;
        }

        .en.offer-hosting.product-group .prod-description,
        .en.offer-backup.product-group .prod-description {
            max-height: 110px;
        }

        .en.offer-domains.product-group .prod-description {
            max-height: 45px;
        }

        .en.offer-domains .prod-description {
            -webkit-animation-name: show-description-45;
            animation-name: show-description-45;
            animation-duration: 1s;
            transition-duration: 1s;
        }

        .lt.offer-dedicated.product-group,
        .lt.offer-special.product-group,
        .lt.offer-windows-vps.product-group,
        .lt.offer-linux-vps.product-group,
        .lt.offer-hosting.product-group,
        .lt.offer-backup.product-group,
        .ru.offer-dedicated.product-group,
        .ru.offer-special.product-group {
            min-height: 252px;
        }

        .lt.offer-dedicated.product-group .prod-description,
        .lt.offer-special.product-group .prod-description,
        .lt.offer-windows-vps.product-group .prod-description,
        .lt.offer-linux-vps.product-group .prod-description,
        .lt.offer-hosting.product-group .prod-description,
        .lt.offer-backup.product-group .prod-description,
        .ru.offer-dedicated.product-group .prod-description,
        .ru.offer-special.product-group .prod-description,
        .ru.offer-hosting.product-group .prod-description,
        .ru.offer-backup.product-group .prod-description {
            max-height: 130px;
        }

        .ru.offer-windows-vps.product-group .prod-description,
        .ru.offer-linux-vps.product-group .prod-description {
             max-height: 110px;
        }

        .lt.offer-hosting .prod-description,
        .lt.offer-backup .prod-description {
            -webkit-animation-name: show-description-lt-125;
            animation-name: show-description-lt-125;
            animation-duration: 1s;
            transition-duration: 1s;
        }

        .lt.offer-domains .prod-description,
        .ru.offer-domains .prod-description {
            -webkit-animation-name: show-description-lt-65;
            animation-name: show-description-lt-65;
            animation-duration: 1s;
            transition-duration: 1s;
        }

        .prod-description.row-2 {
            height: unset;
        }
    }

    @media (max-width: 767px) {
        #image-slider,
        .free-space {
            display: none;
        }

        .product-group {
            padding: 5px 0;
        }

        .en .prod-description,
        .en .prod-description.row-2 {
            height: 70px;
            -webkit-animation-name: show-description-small;
            animation-name: show-description-small;
        }

        .en .prod-description,
        .en .prod-description.row-2,
        .lt .prod-description,
        .lt .prod-description.row-2,
        .ru .prod-description,
        .ru .prod-description.row-2 {
            padding: 0;
        }

        .lt.offer-dedicated.product-group,
        .lt.offer-special.product-group,
        .lt.offer-windows-vps.product-group,
        .lt.offer-linux-vps.product-group,
        .lt.offer-backup.product-group,
        .ru.offer-special.product-group,
        .ru.offer-dedicated.product-group,
        .ru.offer-linux-vps.product-group,
        .ru.offer-windows-vps.product-group,
        .ru.offer-hosting.product-group,
        .ru.offer-backup.product-group {
            min-height: 195px;
        }

        .lt.offer-hosting.product-group,
        .lt.offer-domains.product-group {
            min-height: 170px;
        }

        .ru.offer-domains.product-group {
            min-height: 145px;
        }

        .lt .prod-description,
        .lt .prod-description.row-2,
        .ru.offer-domains .row-2 {
            height: 45px;
            -webkit-animation-name: show-description-small-45;
            animation-name: show-description-small-45;
        }

        .lt.offer-dedicated .prod-description,
        .lt.offer-special .prod-description,
        .lt.offer-windows-vps .prod-description,
        .lt.offer-linux-vps .prod-description,
        .lt.offer-backup .prod-description,
        .ru .prod-description,
        .ru .prod-description.row-2 {
            height: 70px;
            -webkit-animation-name: show-description-small;
            animation-name: show-description-small;
        }

        #offered-services .en.product-group {
            min-height: unset;
        }

        .blog-post {
            min-height: auto;
        }

        .blog-home-block-0,
        .blog-home-block-1,
        .blog-home-block-2 {
            border-right: 0;
        }

        .blog-home-block-0,
        .blog-home-block-1,
        .blog-home-block-2,
        .blog-home-block-3 {
            height: auto;
        }

        .blog-post-title {
            height: auto;
        }
    }

    .address-needs {
        margin-bottom: 0;
        overflow: hidden;
    }

    @media (max-width: 575px) {
        .en .prod-description,
        .en .prod-description.row-2,
        .ru .prod-description,
        .ru .prod-description.row-2 {
            height: auto;
        }
    }

    @media (max-width: 530px) {
        .lt.offer-dedicated.product-group,
        .lt.offer-special.product-group,
        .lt.offer-windows-vps.product-group,
        .lt.offer-linux-vps.product-group,
        .lt.offer-hosting.product-group,
        .lt.offer-backup.product-group {
            min-height: 216px;
        }

        .lt.offer-dedicated .prod-description,
        .lt.offer-special .prod-description,
        .lt.offer-windows-vps .prod-description,
        .lt.offer-linux-vps .prod-description,
        .lt.offer-hosting .prod-description,
        .lt.offer-backup .prod-description {
            height: 85px;
            -webkit-animation-name: show-description-small-85;
            animation-name: show-description-small-85;
        }

        .lt.offer-domains.product-group {
            min-height: 175px;
        }

        .lt.offer-domains .prod-description {
            height: 70px;
            -webkit-animation-name: show-description-small;
            animation-name: show-description-small;
        }
    }

    @media (max-width: 410px) {
        .lt.offer-dedicated .prod-description,
        .lt.offer-special .prod-description,
        .lt.offer-windows-vps .prod-description,
        .lt.offer-linux-vps .prod-description,
        .lt.offer-hosting .prod-description,
        .lt.offer-backup .prod-description,
        .lt.offer-domains .prod-description {
            height: auto;
        }
    }
/* end of homepage styles*/

.announcement-single {
    padding: 0;
}

/* Service management buttons styles */
    .control-panel-button {
        height: 50px;
        width: 100%;
        display: inline-block;
        padding-left: 30px;
        border: 3px solid #d1d1d1;
        background-color: #f0f0f0;
    }

    .control-panel-button:hover {
        background-color: #fff;
    }

    .control-panel-button:disabled .fas,
    .control-panel-button:disabled span {
        color: #d1d1d1 !important;
    }

    .control-panel-button:disabled:hover {
        background-color: #f0f0f0;
        cursor: not-allowed;
    }
/* End of service management */

/* Modal dialog styles */
    div.modal-header.panel-heading {
        background-color: #00b600;
        border-color: #00b600;
    }
/* end of modal dialog */

@media (min-width: 768px) {
    .blog-title-text {
        text-align: right;
        padding-top: 12px;
        padding-bottom: 13px;
    }

    .blog-title-icon {
        text-align: left;
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

@media (max-width: 767px) {
    .blog-title-text,
    .blog-title-icon {
        float: none;
    }
}
