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

    ** Custom Stylesheet **

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

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

@import url('https://fonts.googleapis.com/css?family=Cairo:400,700');
body,
h1,
h2,
h3,
h4,
h5,
h6,
.navbar-main {
    font-family: 'Cairo', sans-serif !important;
}
#order-standard_cart .empty-cart .btn
section#header .logo img {
    max-height: 60px;
}

#order-standard_cart .sub-heading span, #order-standard_cart .sub-heading-borderless span {
    top: -26px !important;
}
#order-standard_cart .sub-heading {
    margin-top: 30px;
}

section#main-body {
    min-height: calc(100vh - 370px);
}

.navbar-main {
    background-color:#2b65a5;
    font-size: 16px;
}
.domain-check-availability
{
     height: 35px !important;
    line-height: 10px !important;
    font-size: 16px !important;   
}
#order-standard_cart .input-group-lg>.form-control
{
    height: 35px !important;
    font-size: 16px !important;
}
.domain-checker-container
{
    background-image:url('../images/domain-registration-bg.jpg');
    background-repeat:no-repeat;
        background-position: center;
    background-size: cover;
}
.label-success{
    background:#2b65a5;
}
.btn-info
{
    background-color:#18affe;
    border-color:#18affe;
}
.table-list>tbody>tr:hover td {
    background: #cccccc40;
}
.domain-checker-bg
{
    background-image:none;
}
#order-standard_cart h2
{
    color:#2b65a5;
}
.navbar-main li.account {
    background-color: #c50032;
}

section#home-banner {
    background: url(../images/header.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom left;
    padding: 105px 0 140px;
}

section#home-banner h2 {
    padding: 0 0 40px 0;
    font-weight: bold;
}

section#home-banner .btn.transfer {
    background-color:#18affe !important;
}

section#home-banner .btn.search {
    background-color: #2b65a5 !important;
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
}

section#home-banner .form-control {
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
}

.home-shortcuts .lead {
    line-height: 67px;
    color: #2b65a5;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 40px;
}

.home-shortcuts .how-img {
      height: 70px;
    width: 62px;
    float: left;
    margin-left: 12px;
    vertical-align: middle;
    margin-top: -7px;
    transition:all 0.3s ease-in;
}


.home-shortcuts li p span {
    display: inline;
}

.home-shortcuts li:hover span {
    display: inline;
}
.home-shortcuts li:hover .how-img
{
    transform:scale(1.3);
}
.home-shortcuts li p {
   margin-top: 6px;
    white-space: normal;
    margin-right: 14px;
    vertical-align: middle;
    margin-left: 10px;
}

.home-shortcuts li a {
    color: #2b65a5;
    font-size: 21px;
    font-weight: bold;
}
.home-shortcuts li
{
        padding: 14px 3px;
}
.home-shortcuts {
    background: #fff;
}

.serv-title {
    color: #2b65a5;
}

.serv.hosting {
    background: url('../images/domain.jpg');
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 15px;
    background-size: 100%;
}

.serv.telecoms {
    background: url('../images/telecoms.jpg');
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 15px;
    background-size: 100%;
}

.serv.network {
    background: url('../images/networking.jpg');
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 15px;
    background-size: 100%;
}

.serv.graphic {
    background: url('../images/graphics.jpg');
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 15px;
    background-size: 100%;
}

.serv.emarketing {
    background: url('../images/emarketing.jpg');
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 15px;
    background-size: 100%;
}

.serv.consultancy {
    background: url('../images/consultancy.jpg');
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 15px;
    background-size: 100%;
}

.serv.development {
    background: url('../images/development.jpg');
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 15px;
    background-size: 100%;
}

.serv.product {
    background: url('../images/products.jpg');
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 15px;
    background-size: 100%;
}

.serv-title {
    margin-bottom: 50px;
}

.serv-link:hover,
.serv-link:active,
.serv-link:focus {
    text-decoration: none;
}

.serv.hosting:hover,
.serv.telecoms:hover,
.serv.network:hover,
.serv.graphic:hover,
.serv.emarketing:hover,
.serv.consultancy:hover,
.serv.development:hover,
.serv.product:hover {
    background-size: 150%;
}

.serv::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.8;
    left: 0;
    right: 0;
    border-radius: 15px;
    top: 0;
    transition: all 0.3s ease-in;
}

.serv:hover::before {
    background: #2b65a5;
    opacity: 0.8;
}

.serv:hover p,
.serv:hover h4 {
    color: #fff;
}

.serv img {
    position: relative;
    height: 80px;
    width: 80px;
    margin: 10px auto;
}

.serv {
    position: relative;
    padding: 25px;
    color: #353535;
    text-align: center;
    transition: all 0.3s ease-in;
    margin-bottom: 25px;
}
.serv h4
{
    font-weight:bold;
}
.serv h4,
.serv p {
    position: relative;
    transition: all 0.3s ease-in;
    z-index: 99;
}

.serv p {
    z-index: 99;
}

.home-shortcuts li:nth-child(2) {
    margin-left: 6%;
    margin-right: 3.3%;
}

.home-shortcuts li:nth-child(3) {
    margin-left: 3.3%;
    margin-right: 6%;
}

.home-shortcuts li {
    border: 1px solid #0e88b0;
    width: 20%;
    border-radius: 10px;
}

ul.top-nav>li.primary-action {
    border-left: 0px;
    padding-left: 0px;
}

ul.top-nav>li.primary-action>a.btn {
    background: #2b65a5;
    padding: 4px;
    width: 145px;
    margin-top: -3px;
    border-radius: 0px;
    line-height: 21px;
    border-color: #2b65a5;
}

.navbar-main .navbar-nav>li>a {
    padding-top: 8px;
    padding-bottom: 10px;
    margin-top: 0px;
    margin-right: 25px;
}


.navbar-nav>li>.dropdown-menu
{
    margin-top:2px;
}
#Secondary_Navbar-Account a {
    margin-right: 0px;
    color: #2b65a5;
    background: #fff;
    border-radius: 5px;
    padding: 6px 20px 8px 20px;
    margin-top:2px;
}

ul.top-nav>li.primary-action>a.btn i {
    margin-right: 10px;
}

ul.top-nav>li>a.login i {
    margin-right: 10px;
}

ul.top-nav>li>a.login {
    background: #b72d26;
    padding: 6px 0px;
    border-radius: 0px;
    color: #fff;
    width: 145px;
    line-height: 19px;
    text-align: center;
    margin-left: 5px;
}

ul.top-nav {
    margin-top: 15px;
}

ul.top-nav>li>a.choose-language {
    background: #1a191a;
    padding: 6px 0px;
    border-radius: 0px;
    color: #fff;
    width: 145px;
    line-height: 19px;
    text-align: center;
    margin-left: 5px;
}
.product .btn-success
{
    background:#2b65a5;
    border-color:#2b65a5;
    font-size:13px;
}
.product .btn-success:hover
{
    background:#1e5899;
    border-color:#1e5899;
}
.product .btn-success i
{
    margin-right:5px;
}
#order-standard_cart .products .product div.product-pricing
{
    font-weight:bold;
}
#order-standard_cart .products .product div.product-pricing span.price
{
    font-size:1.6em;
}
.product-desc ul li
{
    font-size:14px;
    line-height:25px;
}
.navbar-main li.account
{
    background-color:transparent;
}
.label
{
        padding: .1em .6em .1em;
}
.panel.panel-accent-blue
{
    border-top-color:#18affe;
}
.panel.panel-accent-gold
{
    border-top-color:#b72d26;
}
.bg-color-blue
{
    background-color:#18affe;
}
.client-home-panels .panel>.panel-heading .panel-title .btn:hover
{
    color:#fff;
}
.bg-color-blue:hover
{
    background-color:#00a7ff;
    color:#fff;
}
.bg-color-red
{
 background-color:#7f8c8d;   
}
.bg-color-green
{
  background-color:#2b65a5;   
}
.bg-color-gold
{
    background-color:#b72d26;
}
.bg-color-gold:hover
{
    background-color:#941610;
}
.panel.panel-accent-emerald
{
    border-top-color:#2b65a5;
}
.btn-primary,.btn-success
{
    background:#2b65a5;
    border-color:#2b65a5;
}
.btn-primary:hover,.btn-success:hover,.btn-primary:focus,.btn-success:focus,
.btn-primary:active,.btn-success:active,.btn-success:active:focus
{
   background:#1e5899;
    border-color:#1e5899;
}
#order-standard_cart .products .product header span
{
    color:#fff !important;
        font-size: 1.5em !important;
    font-weight: bold;
}
.panel-sidebar a.list-group-item.active, .panel-sidebar a.list-group-item.active:focus, .panel-sidebar a.list-group-item.active:hover
{
        background-color: #667378;
        border-color:#667378;
}

.dataTables_wrapper table.table-list thead th
{
    border-color:#b72d26;
}
.panel-default>.panel-heading
{
    
    color:#fff;
    background-color: #b72d26;
    border-color: #b72d26;
}
.dataTables_wrapper table.table-list thead th:nth-child(even)
{
    border-color:#e5170d;
}
div.header-lined h1
{
    color:#b72d26 !important
}
.panel-sidebar>.panel-heading
{
        color: #fff;
    background-color:#2b65a5;
}
.panel-sidebar .panel-title
{
    color:#fff;
}
.panel-sidebar a.list-group-item:hover i.fa
{
    color:#2b65a5 !important;
}
.panel-sidebar a.list-group-item.active i, .panel-sidebar a.list-group-item.active:focus i, .panel-sidebar a.list-group-item.active:hover i
{
    color:#fff !important;
}
#order-standard_cart .empty-cart .btn
{
    background-color: #b72d26 !important;
}
.main-content .form-horizontal thead
{
    background: #efefef;
}
.bg-info
{
    background-color: #b72d26;
    color:#fff;
}
tr.masspay-invoice-detail td
{
        font-size: 1em !important;
}
#order-standard_cart .product-info
{
        font-size: 1em !important;
}
#order-standard_cart .summary-container
{
            font-size: 1em !important;

}

#order-standard_cart .products .product div.product-desc
{
    margin-top:10px;
}
#order-standard_cart .products .product header
{
     background-image:url('../images/parallax-tables-bg.svg') !important;
    background-color:#2b65a5 !important;
    background-repeat: no-repeat !important;
    background-size: 240% !important;
   
}
/*new footer*/

.links .numbers {
    padding-top: 20px;
}

.pre-border {
    height: 2px;
    border-top: 4px solid #444444;
    margin-bottom: 4px;
}

.pre-footer {
    background-color: #444444;
    padding-top: 35px;
    padding-bottom: 10px;
    position: relative;
    margin: 0px;
}

.middle-logo {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: -10px;
}

.middle-logo img {
    width: 105px;
    height: 105px;
}

.links .text {
    color: #fff;
    font-weight: 400;
}

.links .icon-phone i {
    display: inline-block;
    font-size: 16px;
}

.links .icon-mail i {
    font-size: 13px;
}

.links .icon-text {
    display: inline-block;
    color: #8f8f8f;
}

.links h3 {
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
}

.links li {
    line-height: 25px;
}

.links i {
    color: #fff;
    font-size: 10px;
}

.links a {
    text-decoration: none;
    color: #8f8f8f;
    font-size: 14px;
}

.footer {
    background: #353535;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 5px;
    margin: 0px;
    font-size: 13px;
}

.social i {
    color: #fff;
    margin-right: 10px;
    transition: all .3s ease-in-out;
}

.footer .social i:hover {
    transform: scale(1.5);
    color: #ccc;
}

.footer p {
    padding: 0px;
    color: #fff;
}

.footer .back-to-top {
    position: fixed;
    right: 10px;
    bottom: 125px;
}

.footer .back-to-top i {
    padding: 10px;
    background-color: #ddd;
    color: #888;
    border-radius: 3px;
    opacity: .7;
}

.bordered-right {
    border-right: 1px solid #9d9d9d;
    padding-right: 45px;
}
.panel-accent-gold h3, 
.panel-accent-red h3
{
    color:#b72d26;
    font-weight:bold;
}

.client-home-panels .panel > .panel-body {
    border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
padding: 10px 15px;
}

.client-home-panels .panel>.panel-body p {
        padding: 0;
    margin: 0;
}
.panel-accent-emerald h3
{
    color:#2b65a5;
    font-weight:bold;
}

.panel-accent-teal h3
{
    color:#00aba9;
    font-weight:bold;
}

.panel-accent-midnight-blue h3
{
    color:#2c3e50;
    font-weight:bold;
}

#order-standard_cart .order-summary .total-due-today .amt
{
    font-size:1.9em !important;
}
.panel-accent-blue h3
{
    color:#18affe;
    font-weight:bold;
}
.panel-title
{
    font-size:18px;
}
/*end of new footer*/


.label-warning {
    background-color: #b72d26;
}




@media (max-width: 1200px) {
    .navbar-main .navbar-nav>li>a {
        margin-right: 0;
    }
    .home-shortcuts li a {
        font-size: 16px;
    }
    .home-shortcuts .how-img {
        height: 70px;
        width: 70px;
    }
}

@media (max-width: 1023px) {
    .pre-footer .links {
        height: 180px;
    }
}

@media (max-width: 992px) {
    .home-shortcuts li p {
        margin-top: 0px;
        margin-right: 0px;
    }
    .home-shortcuts .how-img {
        float: none;
        display: block;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
 .home-shortcuts li
 {
     float:left;
     border: 1px solid #0e88b0 !important;
 }
}

@media only screen and (max-width: 767px) and (orientation:landscape) {
    /* footer */
    .pre-border {
        margin-top: 0px;
    }
    .footer .copyright,
    .footer .social {
        float: none !important;
        text-align: center;
    }
    .mobile-footer .links h3 {
        margin-top: 15px;
    }
    .pre-footer {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .home-shortcuts li a
    {
        font-size:13px;
    }
    ul.top-nav
    {
        width:100%;
        text-align:center;
      margin-bottom:15px;
    }
    section#header .logo
    {
        text-align:center;
        display:block;
    }
}

@media only screen and (max-width: 480px) {
    .home-shortcuts li a
    {
        font-size:13px;
    }
    .serv
    {
        padding:10px;
    }
    .serv.hosting:hover,
    .serv.telecoms:hover,
    .serv.network:hover,
    .serv.graphic:hover,
    .serv.emarketing:hover,
    .serv.consultancy:hover,
    .serv.development:hover,
    .serv.product:hover {
        background-size: 200%;
    }
    .serv.hosting,
    .serv.telecoms,
    .serv.network,
    .serv.graphic,
    .serv.emarketing,
    .serv.consultancy,
    .serv.development,
    .serv.product {
        background-size: cover;
    }
    .home-shortcuts li:last-child {
        border: 1px solid #0e88b0 !important;
    }
    .home-shortcuts li {
        margin-bottom: 15px;
        width: 49%;
        float: left;
        border: 1px solid #0e88b0 !important;
    }
    .home-shortcuts li:nth-child(2) {
        border: 1px solid #0e88b0 !important;
        width: 49%;
        margin-left: 2%;
        margin-right: 0%;
        float: left;
    }
    .home-shortcuts li:nth-child(3) {
        border: 1px solid #0e88b0 !important;
        float: left;
        width: 49%;
        margin-right: 2%;
        margin-left: 0%;
    }
    ul.top-nav>li,
    ul.top-nav>li>a {
        display: block;
    }
    section#header .logo {
        display: block;
        clear: both;
        text-align: center;
        margin-top: 10px;
    }
    ul.top-nav {
        width: 100%;
        display: block;
        clear: both;
    }
    ul.top-nav>li>a.choose-language {
        width: 100%;
        margin-left: 0px;
    }
    ul.top-nav>li>a.login {
        width: 100%;
        margin-left: 0px;
        margin-top: 10px;
    }
    ul.top-nav>li.primary-action>a.btn {
        width: 100%;
        margin-left: 0px;
        margin-top: 10px;
    }
    ul.top-nav {
        margin-bottom: 10px;
    }
    ul.top-nav>li.primary-action {
        margin-left: 0px;
    }
    .pre-border {
        margin-top: 0px;
    }
    .footer .copyright,
    .footer .social {
        float: none !important;
        text-align: center;
    }
    .pre-footer {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}
@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.eot?88588525');
  src: url('../fonts/fontello.eot?88588525#iefix') format('embedded-opentype'),
       url('../fonts/fontello.woff2?88588525') format('woff2'),
       url('../fonts/fontello.woff?88588525') format('woff'),
       url('../fonts/fontello.ttf?88588525') format('truetype'),
       url('../fonts/fontello.svg?88588525#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?88588525#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-check-mark:before { content: '\e800'; } /* '' */
.icon-arrow-blue:before { content: '\e801'; } /* '' */