body {
  background-color: #f4f4f4;
  height: 100%;
}

table tr td {
  vertical-align: middle !important;;
}

.ag-store-navbar {
  background-color: #383838;
  margin-bottom: 0px;
  border-radius: 0;
}

.ag-second-navbar {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
  padding-top: 16px;
}

.jump-home-cover {
  background: url('/themes/default/assets/img/jumbo.jpg') no-repeat center;
  height: 420px;
}

.jump-welcome {
  margin-top: 140px;
  color: #fff !important;
}

.jump-whois-input {
  max-width: 650px;
}

.jump-whois-form {
  margin: 0px;
}

.text-white {
  color: #fff;
}

.navbar > a {
  color: #fff;
}

.navbar-inverse .navbar-brand {
  color: #fff;
}

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

.navbar-inverse .navbar-nav > li > a:hover {
  color: #c3c3c3;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
  background-color: #272727;
}

/*.navbar-default {
  z-index: 1000;
}*/

.navbar-nav > li > .dropdown-menu {
  border-top: 0px;
}

.nav-link-lg {
  margin-top: -17px;
  line-height: 55px !important;
  font-weight: 400;
  font-size: 1.4em;
}

.btn-jump {
    background-color: #9b59b6 !important;
    color: white !important;
}

.btn-jump:hover {
    background-color: #430ea0 !important;
    color: white;
}

.btn-blue {
    background-color: #52b9e9 !important;
    color: white;
}

.btn-blue:hover {
    background-color: #1171a3 !important;
    color: white;
}

.dropdown-menu > li {
  height: 40px;
}

.dropdown-menu > li > a {
  line-height: 30px;
}

#brand-navbar {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

#brand-navbar-content {
    padding-top: 16px;
    height: 80px;
}

#brand-logo {
    padding: 0px 0px;
}

.brand-button {
    color: #777 !important;
    font-size: 17px !important;
    font-weight: 900;
}

.jumbo {
    background-color: #17234E;
    background-size: cover;
    min-height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 100% !important;
}

.jumbo-inner {
    max-width: 1170px !important;
    margin: 0 auto;
    padding: 0;
}

a.brand-button:hover,
a.brand-button:focus,
a.brand-button:active {
    color: #f88529 !important;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    /* ...and now for the proper property */
    transition:.5s;
}

#brand-caret {
    border-top-color: #777 !important;
    border-bottom-color: #777 !important;
}

.search-jumbo {
    background-color: #555;
    padding: 30px;
}

.result-add-to-cart {
    border-left: solid 1px;
    padding-left: 15px;
}

.result-price {
    padding-right: 15px;
}

.nav-pills > .active > a, .nav-pills > .active > a:hover {
    background-color: #444 !important;
}

.nav-pills {
    
}

@media (min-width: 768px) {
  .brand-pills > li > a {
      border-left: solid 3px #444;
      border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  
  li.brand-nav.active a:after{
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 6px solid #444;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 100%;
    z-index: 2;
  }
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */



#wrap > .container {
  padding: 60px 15px 0;
}
.container .credit {
  margin: 20px 0;
}

#footer > .container {
  padding-left: 15px;
  padding-right: 15px;
}

.footer-container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

code {
  font-size: 80%;
}

.wrap {
  min-height: 100vh;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by its height */
  margin: 0 auto -60px;
  /* Pad bottom by footer height */
  padding: 0 0 60px;
}

.footer {
  background-color: #383838;
  /*position: absolute;*/
  /*margin-top: -60px;*/
  height: 60px;
  /*width: 100%;
  clear:both;
  padding-top:20px;
  bottom: 0;*/
}
.footer .container {
    width: 1170px;
}
.footer .copyright {
  padding: 5px 0;
}
.footer-links {
  padding: 5px 0;
  color: #999;
}
.footer-links ul {
  padding: 0;
}
.footer-links li {
  display: inline;
  padding: 0 5px;
}
.footer-links li a {
  color: #999;
}
.footer-links li:first-child {
  padding-left: 0;
}

.social {
  margin-bottom: 0;
}
.social .pinterest a {
  background-repeat: no-repeat;
  width: auto !important;
  min-width: 60px !important;
}
.social .pinterest a span {
  float: right;
  position: relative !important;
  left: 0 !important;
}
.social-buttons {
  display: inline-block;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .social-buttons {
    float: none !important;
  }
}
.social-buttons li {
  display: inline-block;
  line-height: 1;
  padding: 5px 8px;
}
.social-buttons a {
  color: #76af57;
}

/* 

PORTLETS 

*/

.portlet {
  position: relative;
  padding: 0;
  margin: 0 0 2em;
}
.portlet-header {
  padding: 0;
  margin: 0;
}
.portlet-title u {
  text-decoration: none;
}
.portlet-icon {
  position: relative;
  top: -1px;
  margin-right: 10px;
  font-size: 16px;
}
.portlet-body {
  padding: 0;
  margin: 0;
  background: #fff;
}
.portlet-body:before,
.portlet-body:after {
  content: " ";
  display: table;
}
.portlet-body:after {
  clear: both;
}
.portlet-default .portlet-title {
  position: relative;
  margin-bottom: 30px;
}
.portlet-default .portlet-title:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  z-index: 9;
  background: #e6e6e6;
}
.portlet-default .portlet-title:after {
  content: "";
  display: block;
  position: relative;
  z-index: 10;
  width: 80px;
  height: 1px;
  margin: 20px 0 0;
  background: #6685a4;
}
.portlet-boxed .portlet-header {
  padding: 20px 20px;
  border: 1px solid #ddd;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.portlet-boxed .portlet-title {
  display: inline-block;
  margin-bottom: 0;
  font-size: 18px;
}
.portlet-boxed .portlet-title u {
  text-decoration: none;
}
.portlet-boxed .portlet-title:after {
  content: "";
  display: block;
  position: relative;
  bottom: -22px;
  z-index: 100;
  width: auto;
  height: 1px;
  padding: 0 0 0 0;
  margin: 0 -35px 0 0;
  background: #6685a4;
}
.portlet-boxed .portlet-body {
  padding: 25px 25px 25px;
  border: 1px solid #ddd;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.portlet-boxed .portlet-header + .portlet-body {
  padding-top: 30px;
  border-top: none;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.portlet-table .portlet-body {
  padding: 0;
}
.portlet-table .table-bordered {
  margin-top: -2px !important;
  margin-bottom: -2px !important;
  border-right: none;
  border-left: none;
}
.portlet-table .table-bordered > thead > tr > th:first-child,
.portlet-table .table-bordered > tbody > tr > td:first-child,
.portlet-table .table-bordered > tfoot > tr > th:first-child {
  padding-left: 20px;
}
.portlet-table .table-bordered > thead > tr > th:last-child,
.portlet-table .table-bordered > tbody > tr > td:last-child,
.portlet-table .table-bordered > tfoot > tr > th:last-child {
  padding-right: 20px;
}
.portlet-table .dataTables_filter,
.portlet-table .dataTables_paginate {
  float: right;
  padding-right: 20px;
}
.portlet-table .dataTables_info,
.portlet-table .dataTables_length {
  float: left;
  padding-left: 20px;
}
.portlet-table .dataTables_filter,
.portlet-table .dataTables_length {
  padding-top: 13px;
  padding-bottom: 10px;
}
.portlet-table .dataTables_paginate,
.portlet-table .dataTables_info {
  padding-top: 10px;
  padding-bottom: 10px;
}
.portlet-table .dataTables_info {
  padding-top: 20px;
}
.portlet-body .layout {
  margin-top: -30px;
}
.portlet-boxed .portlet-header {
  background-color: #ffffff;
}
.portlet-boxed .portlet-title {
  color: #435f76;
}
.portlet-boxed.portlet-inverse .portlet-header {
  background-color: #354b5e;
}
.portlet-boxed.portlet-inverse .portlet-title {
  color: #ffffff;
}
.portlet-boxed.portlet-danger .portlet-header {
  background-color: #db5b57;
}
.portlet-boxed.portlet-danger .portlet-title {
  color: #ffffff;
}
.portlet-boxed.portlet-warning .portlet-header {
  background-color: #f1b157;
}
.portlet-boxed.portlet-warning .portlet-title {
  color: #ffffff;
}
.portlet-boxed.portlet-success .portlet-header {
  background-color: #5cb85c;
}
.portlet-boxed.portlet-success .portlet-title {
  color: #ffffff;
}
.portlet-boxed.portlet-info .portlet-header {
  background-color: #5bc0de;
}
.portlet-boxed.portlet-info .portlet-title {
  color: #ffffff;
}
.portlet-boxed.portlet-primary .portlet-header {
  background-color: #d74b4b;
}
.portlet-boxed.portlet-primary .portlet-title {
  color: #ffffff;
}
.portlet-boxed.portlet-secondary .portlet-header {
  background-color: #6685a4;
}
.portlet-boxed.portlet-secondary .portlet-title {
  color: #ffffff;
}
.portlet-boxed.portlet-tertiary .portlet-header {
  background-color: #bcbcbc;
}
.portlet-boxed.portlet-tertiary .portlet-title {
  color: #ffffff;
}
/* END OF PORTLETS */


/* SIDE NAVBAR */
.nav-layout-sidebar-skip {
  display: none;
  margin-bottom: 1em;
  font-size: 12px;
  text-align: center;
}
.nav-layout-sidebar {
  position: relative;
  z-index: 101;
  margin: 0 0 2em;
  border-top: 1px solid #e5e5e5;
}
.nav-layout-sidebar > li {
  padding: 0;
  margin: 0;
}
.nav-layout-sidebar > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #666;
  border-bottom: 1px solid #e5e5e5;
  outline: none;
}
.nav-layout-sidebar > li > a .fa {
  position: relative;
  top: 1px;
  width: 1em;
  margin-right: 4px;
  font-size: 1.25em;
  text-align: center;
}
.nav-layout-sidebar > li > a:hover {
  background-color: #f4f4f4;
}
.nav-layout-sidebar > .active > a,
.nav-layout-sidebar > .active > a:focus,
.nav-layout-sidebar > .active > a:hover {
  color: #d74b4b;
  font-weight: 600;
  background-color: #fff;
}
.nav-layout-sidebar > li + li {
  margin-top: 0;
}
/* END OF SIDE NAVBAR */


/* START OF HEADING BLOCK */
.heading-block {
  position: relative;
  margin-bottom: 30px;
  text-align: left;
}
.heading-block h1,
.heading-block h2,
.heading-block h3,
.heading-block h4,
.heading-block h5,
.heading-block h6 {
  margin-bottom: 0;
  color: #354b5e;
}
.heading-block .lead {
  width: 100%;
  margin: 20px auto 0;
  font-size: 19px;
  line-height: 1.5em;
}
.heading-block:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  z-index: 9;
  background: #e6e6e6;
}
.heading-block:after {
  content: "";
  display: block;
  position: relative;
  z-index: 10;
  width: 80px;
  height: 1px;
  margin: 20px 0 0;
  background: #6685a4;
}
.heading-block.heading-minimal {
  margin-bottom: 60px;
}
.heading-block.heading-minimal:before,
.heading-block.heading-minimal:after {
  height: 2px;
}
.heading-block.heading-minimal:before {
  display: none;
}
.heading-block.heading-minimal:after {
  margin-top: 40px;
}
.heading-block.heading-center {
  text-align: center;
}
.heading-block.heading-center:after {
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .heading-block .lead {
    width: 70%;
  }
}
/* END OF HEADING BLOCK */

/* ICON STAT */
.icon-stat {
  display: block;
  overflow: hidden;
  position: relative;
  padding: 15px;
  margin-bottom: 1em;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
}
.icon-stat-details {
  position: relative;
  text-align: left;
}
.icon-stat-details:before,
.icon-stat-details:after {
  content: " ";
  display: table;
}
.icon-stat-details:after {
  clear: both;
}
.icon-stat-label {
  display: block;
  color: #999;
  font-size: 13px;
}
.icon-stat-value {
  display: block;
  font-size: 28px;
  font-weight: 600;
}
.icon-stat-visual {
  position: relative;
  top: 22px;
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
}
.icon-stat-footer {
  padding: 10px 0 0;
  margin-top: 10px;
  color: #aaa;
  font-size: 12px;
  border-top: 1px solid #eee;
}
@media (min-width: 768px) {
  .icon-stat {
    margin-bottom: 2em;
  }
}
/* END OF ICON STAT */

/* PRICING PLANS */

.pricing-plan {
  position: relative;
  display: block;
  vertical-align: top;
  width: 100%;
  padding: 15px 15px;
  margin-bottom: 4em;
  text-align: center;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pricing-header {
  padding: 15px;
  margin: -25px -15px 15px;
  color: #87a3bc;
  background-color: #383833;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.pricing-plan-help {
  border-bottom: 1px dotted #000;
  cursor: help;
}
.pricing-plan-help strong.ui-popover {
  border-bottom: 1px dotted #000;
}
.pricing-plan-label {
  padding-right: 12px;
  padding-left: 12px;
  margin-bottom: 0;
  font-size: 13px;
}
.pricing-plan-title {
  margin-top: 0;
  margin-bottom: 6px;
  color: #ffffff;
  font-size: 21px;
  font-weight: 400;
  text-transform: uppercase;
}
.pricing-plan-price {
  display: block;
  padding: 10px;
  margin: -15px -15px 0;
  color: #555555;
  background-color: #f9f9f9;
  border-bottom: 1px solid #dddddd;
}
.pricing-plan-amount {
  color: #46a546;
  font-size: 24px;
  font-weight: 400;
}
.pricing-plan-details {
  padding: .5em 0 0;
  margin: 0 0 1em;
}
.pricing-plan-details li {
  padding-top: .5em;
  padding-bottom: .5em;
  list-style: none;
  border-bottom: 1px solid #e8e8e8;
}
.pricing-plan hr {
  margin-top: 10px;
  margin-bottom: 10px;
}
.pricing-plan-current,
.pricing-plan-current:hover {
  color: #333;
  font-weight: 800;
  text-decoration: none;
  cursor: default;
}
.pricing-plan-ribbon,
.pricing-plan-ribbon-primary,
.pricing-plan-ribbon-secondary,
.pricing-plan-ribbon-tertiary,
.pricing-plan-ribbon-current {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 15px;
  width: 28px;
  padding: 8px 0 12px;
  color: #fff;
  background-color: #777;
}
.pricing-plan-ribbon:before,
.pricing-plan-ribbon-primary:before,
.pricing-plan-ribbon-secondary:before,
.pricing-plan-ribbon-tertiary:before,
.pricing-plan-ribbon-current:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-bottom: 6px solid #383838;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
}
.pricing-plan-ribbon-primary {
  background-color: #d74b4b;
}
.pricing-plan-ribbon-secondary {
  background-color: #6685a4;
}
.pricing-plan-ribbon-tertiary {
  background-color: #bcbcbc;
}
.pricing-plan-ribbon-current {
  background-color: #3d576d;
  color: #d74b4b;
}
@media (min-width: 768px) {
  .pricing-plan {
    padding-top: 25px;
    padding-bottom: 25px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 2em;
  }
  .pricing-plan hr {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .pricing-plan-amount {
    font-size: 32px;
  }
  .pricing-plan-details {
    margin: 0 0 2em;
  }
  .pricing-plan-details li {
    padding-top: 1.25em;
    padding-bottom: 1.25em;
  }
}
.pricing-table {
  margin-bottom: 3em;
}
.pricing-table-head {
  height: 70px;
  padding: 15px 5px;
  text-align: center;
  background-color: #344a5c;
  border-bottom: solid 1px #dddddd;
}
.pricing-table-head-title {
  margin: 0 0 4px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
}
.pricing-table-head-byline {
  display: block;
  color: #87a3bc;
  font-family: 'Open Sans', 'Trebuchet MS', arial, sans-serif;
  font-size: 13px;
}
.pricing-table-amount {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 50px;
  margin-bottom: 0;
  color: #444444;
  font-family: 'Open Sans', 'Trebuchet MS', arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 50px;
  text-align: center;
  background-color: #ffffff;
  border-left: solid 1px #dddddd;
}
.pricing-table-amount i {
  font-style: normal;
  font-size: 22px;
  font-weight: 600;
  line-height: 0px;
}
.pricing-table-index {
  margin-top: 120px;
  font-weight: 600;
}
.pricing-table-index .pricing-table-content {
  text-align: right;
}
.pricing-table-content {
  padding: 0;
  margin: 0;
  text-align: center;
  list-style-type: none;
  border-top: 1px solid #dddddd;
  border-left: solid 1px #dddddd;
}
.pricing-table-content > li {
  padding: 12px 10px;
  margin: 0;
  background-color: #ffffff;
  border-bottom: solid 1px #dddddd;
}
.pricing-table-content li:nth-child(2n+1) {
  background-color: #f9f9f9;
}
.pricing-table-footer {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  border-bottom: 1px solid #dddddd;
  border-left: solid 1px #dddddd;
}
.pricing-table-footer .btn {
  padding-right: 20px;
  padding-left: 20px;
}
/* Fix the missing border on the right side */
.pricing-tables .pricing-col:last-child .pricing-table-amount,
.pricing-tables .pricing-col:last-child .pricing-table-content,
.pricing-tables .pricing-col:last-child .pricing-table-footer {
  border-right: solid 1px #dddddd;
}
.pricing-tables .row .pricing-col:first-child .pricing-table-content {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pricing-tables .row .pricing-col:nth-child(2) .pricing-table-head {
  border-top-left-radius: 4px;
}
.pricing-tables .row .pricing-col:nth-child(2) .pricing-table-footer {
  border-bottom-left-radius: 4px;
}
.pricing-tables .row .pricing-col:last-child .pricing-table-head {
  border-top-right-radius: 4px;
}
.pricing-tables .row .pricing-col:last-child .pricing-table-footer {
  border-bottom-right-radius: 4px;
}
@media (min-width: 992px) {
  .pricing-table {
    margin-bottom: 0;
  }
  .pricing-col {
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 991px) {
  .pricing-table-head {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
  }
  .pricing-table-content span {
    display: block;
  }
  .pricing-table {
    border-right: solid 1px #dddddd;
  }
}

/* END OF PRICING PLANS SECTION */


/* TACHYONS */
.mt0 {
  margin-top: 0px;
}
.mr10 {
  margin-right: 10px;
}

.pl10 {
  padding-left: 10px;
}
/* END OF TACHYONS */

/* BOOTSTRAP BG COLORS OVERRIDE */
.bg-warning {
  background-color: #FFC107;
  color: #fff;
}

.bg-danger {
  background-color: #F44336;
  color: #fff;
}

.bg-primary {
  background-color: #03A9F4;
  color: #fff;
}

.bg-success {
  background-color: #4CAF50;
  color: #fff;
}

.nmgt {
  margin-top: 0px;
}

[ng\:cloak], [ng-cloak], .ng-cloak {
  display: none !important;
}

.borderless td, .borderless th {
    border: none !important;
}


ul.dropdown-cart{
  min-width:450px;
}
ul.dropdown-cart li {
  height: auto;
}
ul.dropdown-cart li .item{
  display:block;
  padding:3px 10px;
  margin: 3px 0;
}
ul.dropdown-cart li .item:hover{
  background-color:#f3f3f3;
}
ul.dropdown-cart li .item:after{
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

ul.dropdown-cart li .item-left{
  float:left;
}
ul.dropdown-cart li .item-left img,
ul.dropdown-cart li .item-left span.item-info{
  float:left;
}
ul.dropdown-cart li .item-left span.item-info{
  margin-left:10px;   
}
ul.dropdown-cart li .item-left span.item-info span{
  display:block;
}
ul.dropdown-cart li .item-right{
  float:right;
}
ul.dropdown-cart li .item-right button{
  margin-top:14px;
}