/**
 * WHMCS Bootstrap Override Sheet
 *
 * These styles override Bootstrap's defaults.
 *
 * @project   WHMCS
 * @cssdoc    version 1.0-pre
 * @package   WHMCS
 * @author    WHMCS Limited <development@whmcs.com>
 * @copyright Copyright (c) WHMCS Limited 2005-2015
 * @license   http://www.whmcs.com/license/
 * @link      http://www.whmcs.com/
*/

@import url("//fonts.googleapis.com/css?family=Open+Sans:400,600|Raleway:400,700");

body,
input,
button,
select,
textarea {
  font-family: "Open Sans", Verdana, Tahoma, serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #464646;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
}

.navbar-main {
    margin-bottom: 0;
    background-color: #fff;
    border: 0;
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
}

.navbar-main .navbar-nav > li > a {
    color: #fff;
}

.navbar-main .navbar-nav > li > a {
    padding-top: 9px;
    padding-bottom: 9px;
}
.navbar-main .navbar-nav > li > a.logo{
  padding-bottom: 20px;
  margin-right: 25px;
}

.navbar-main .navbar-nav > li > a:hover,
.navbar-main .navbar-nav > li > a:focus,
.navbar-main .navbar-nav > .active > a,
.navbar-main .navbar-nav > .active > a:hover,
.navbar-main .navbar-nav > .active > a:focus,
.navbar-main .navbar-nav > .open > a,
.navbar-main .navbar-nav > .open > a:hover,
.navbar-main .navbar-nav > .open > a:focus {
    color: #222222;
    background-color: #eee;
}

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



@media (max-width: 1200px) {
#main-menu .navbar-nav {
    margin-left: -40px;
    margin-right: -15px;
}
}
@media (max-width: 992px) {
      .navbar-main .navbar-nav > li > a.logo{

  margin-right: 0;
}
}
@media (max-width: 991px) {

    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .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: 7px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}


@media (max-width: 768px) {
    .navbar-main .navbar-nav .open .dropdown-menu > li > a {
        color: #ddd;
    }
    .navbar-main .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #fff;
    }
}

.panel {
  font-size: 0.9em;
}

.list-group {
  font-size: 0.9em;
}

a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus, a.list-group-item:focus, a.list-group-item:hover {
    background-color: #5F6E84;
    border-color:transparent;
    color:#fff;
}

.pagination {
    font-size: 0.8em;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    color: white;
    background-color: #22b8eb;
    border-color: #22b8eb;
}

.navbar-main .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #fff;
    background-color: #006687;
}

.label {
    border-radius: 0;
}

input[type='file'].form-control {
    height: inherit;
    margin-bottom: 5px;
}

.list-group-item {
    padding: 7px 15px;
}
.panel-body {
    padding: 10px 15px;
}

/* 
 * We use a larger font-size than the bootstrap default, which requires an increase 
 * in the top offset to maintain correct alignment in form control feedback. 
 */
.has-feedback label ~ .form-control-feedback {
    top: 27px !important;
}

.list-group-item > i.fa.fa-circle-o {
    color: #808080;
}




 .footer {
    border-top: 10px solid #0A0C10 !important;
    background-color: #1f2532 !important;
    padding-top: 80px;
}

.footer {
  border-top: 10px solid #0d131a;
  background-color: #151c27;
  padding-top: 80px; }
  .footer p {
    padding: 50px 0 10px;
    color: #4c5c74;
    font-weight: 600; }
  .footer .logo {
    float: left; }
  .footer .soc_net {
    float: right; }
    .footer .soc_net ul {
      margin-top: -9px; }
    .footer .soc_net li {
      display: inline-block;
      padding: 5px 7px 0; }
      .footer .soc_net li:last-child {
        padding-right: 0; }
    .footer .soc_net a {
      font-size: 24px;
      padding: 10px 13px;
      -webkit-border-bottom-left-radius: 3px;
              border-bottom-left-radius: 3px;
      -webkit-border-bottom-right-radius: 3px;
              border-bottom-right-radius: 3px;
      color: #fff; }
      .footer .soc_net a:hover {
        opacity: 0.8; }
  .footer .icon-twitter {
    background: #00aeef;
    border-bottom: 3px solid #0081b1; }
  .footer .icon-facebook {
    background: #0054a6;
    border-bottom: 3px solid #003a72; }
  .footer .header {
    padding: 10px 0; }
  .footer ul li {
    float: left; }
  .footer .payment ul {
    width: 100%;
    padding: 30px 0 30px;
    text-align: center; }
  .footer .payment li {
    float: none;
    display: inline-block;
    padding: 0 25px;
    position: relative;
    vertical-align: middle;
    line-height: 65px;
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transition: All 0.3s ease;
    transition: All 0.3s ease; }
    .footer .payment li:hover {
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1); }
    .footer .payment li:last-child {
      margin-right: 0;
      padding-right: 0; }
    .footer .payment li:first-child {
      margin-left: 0;
      padding-left: 0; }
    .footer .payment li a {
      display: inline-block; }
  .footer .copyright span {
    float: right;
    line-height: 35px;
    font-size: 12px;
    font-weight: 600;
    color: #4c5c74; }
    .footer .copyright span a {
      color: #ff742c; } 
      
      .footer .soc_net a {
    font-size: 24px;
    padding: 10px 13px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    color: #fff;
}
.footer .icon-twitter {
    background: #00aeef;
    border-bottom: 3px solid #0081b1;
}

.footer .icon-facebook {
    background: #0054a6;
    border-bottom: 3px solid #003a72;
}

section#header {
	background:#1f2532 !important;
	 line-height: 30px !important 
}
#top-nav a.quick-nav {
	color: #e4e4e4 !important;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 30px !important;
    vertical-align: middle;
}

#nav{
  border-radius: 0px;

}