/*  General
----------------*/
.heading {
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  color: #24273a;
  text-transform: uppercase;
  padding: 20px 0px;
  margin: 0px;
    font-family: 'FuturaStd-CondensedExtraBd';
}

.viewall{
color:#00a9c6;
font-size: 14px;
text-align: right;

}
.horizantal-divider {
  background: #dddddd;
  height: 1px;
  left: 0;
  position: absolute;
  top: 60px;
  width: 100%;
}
.vertical-divider {
  background: #dddddd;
  height: 1px;
  left: 0;
  position: absolute;
  top: 60px;
  width: 100%;
}
/*====================
     Main Style Here
======================*/
.nav {
  float:right;
  font-size: 14px;
  font-weight: 900;
  background: #091c5a;

}
.nav-list {
  text-align: left;
}
.nav-item {
  *display: inline;
  zoom: 1;
  position: relative;
}
.nav-item a {
  display: block;
  color: #fff;
  height: 67px;
  font-family: 'FuturaStd-CondensedBold';
  text-transform: uppercase;
  font-size: 14px;
  padding: 25px 20px 0px 20px;
}
.nav-item a.active span {
  border-bottom: 3px solid;
  color: #ffd911;
  padding-bottom: 4px;
}
.mega-menu.nav-item a span {
  padding-bottom: 4px;
}
.mega-menu.nav-item > a i {
  /*margin-bottom: 3px;*/
}
.mega-menu.nav-item a.active span {
  border-bottom: 3px transparent solid;
}
.nav-scroller {
  width: 246px;
  border: none;
}
.nav-scroller li {
  background: #191A48;
  color:#FFF;
}
.nav-scroller li a {
  height: 40px;
  padding: 0;
}
.nav-scroller li a i {
  font-size: 300%;
  font-weight: bold;
  line-height: 0.85;
}
.tabs-left .nav-scroller.nav-tabs > li > a:hover, .tabs-left .nav-scroller.nav-tabs > li > a:focus {
  background: #191A48;
  color:#FFF;
  border: 1px solid #191A48;
  padding: 0;
}

.navprodname {
  font-family: 'FuturaStd-CondensedExtraBd';
  font-size: 15px;
  text-transform: uppercase;
  color:#0193a6;
  margin: 0px;
}

.product-slider-product{
  width:50%;
  padding-top: 10px;
  float: left;
  min-height: 85px;
}

.product-slider a {
    display:inline;
}

.product-carousel .item img{
    background: #FFFFFF;
}

.idea-inspiration a{
    display:inline;
}

.navbrand{
  color:#87827e;
  font-size: 12px;
  font-family: 'FuturaStd-CondensedBold';
  text-transform: uppercase;
  margin: 0px;
}

.navprice{
  color:#091c5a;
  font-size: 24px;
  font-family: 'FuturaStd-CondensedExtraBd';
  text-transform: uppercase;
  width:50%;
  float: right;
  text-align: right;
  margin-top: 12px;
}

.navsaveprice{
  color:#cc0000;
  font-size: 16px;
  font-family: 'FuturaStd-CondensedExtraBd';
  text-transform: uppercase;
  width:50%;
  float: right;
  text-align: right;
  margin-top: 5px;
}

.navgreatrate{
  width:50%;
  float: right;
  background-image: url(/assets/img/icons/Great-Rate-Icon68x33.png);
  height: 33px;
  width: 68px;
  display: inline-block;
  margin-top: 5px;
}

.navcats{
  line-height: 30px;
  font-size: 15px;
}
.navcats li a{
  color:#3b3b3b;
  padding: 0;
  height: auto;
  font-family: inherit;
  text-transform:none;
    font-size: 15px;
    font-weight: normal;
}
.navcats li a:hover{
  color:#00b2cc;
}
.nav-item > a:hover {
  color: #ffd911;
}
.nav-item:hover .nav-submenu {
  display: block;
}
.mega-menu.nav-item:hover .nav-submenu {
  display: none;
}
.nav-submenu {
  display: none;
  position: absolute;
  left: 0;
  width: 220px;
  z-index: 300;

  -webkit-box-shadow: 0 30px 30px rgba(0,0,0,0.3), 30px 0px 30px rgba(0,0,0,0.3), -30px 0px 30px rgba(0,0,0,0.3);
  box-shadow: 0 30px 30px rgba(0,0,0,0.3), 30px 0px 30px rgba(0,0,0,0.3), -30px 0px 30px rgba(0,0,0,0.3);
}
.nav-submenu-item {
  position: relative;
}
.nav-submenu-item a {
  color: #ffffff;
  background: #091c5a;
  border-bottom: 1px solid #0d246d;
  display: block;
  line-height: 67px;
  padding-top: 0;
}
.nav-submenu-item a span {
    display: inline-block;
    line-height: 21px;
    vertical-align: middle;
}
.nav-submenu-item a:hover {
    background: #fff;
    color: #091c5a;
}
.nav-mobile {
  display: none;
  cursor: pointer;
  position: absolute;
  top: 7px;
  /*right: 0;*/
  background: #091C5A url(../../img/template/nav.svg) no-repeat center center;
  background-size: 18px;
  height: 50px;
  width: 50px;
}
.nav-click {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  height: 40px;
  width: 40px;
  cursor: pointer;
  transform: rotate(-90deg);
}
.nav-click i {
  display: block;
  height: 40px;
  width: 40px;
  background: url(../../img/template/drop.svg) no-repeat center center;
  background-size: 14px;
  transition: all 0.3s;
}
.nav-click:hover {
  background-color:;
}
.nav-rotate {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(90deg);
}
.main-li {

}
.nav li:nth-child(7),
.nav li:nth-child(8),
.nav li:nth-child(9) {

}
.news-tab .fa-angle-left {
    transform: translate(-1px, -4px);
}
.news-tab .fa-angle-right {
    transform: translate(0px, -4px);
}
.news-tab .tab-content {
  padding-bottom: 10px;
  margin-top: 0 !important;
}
.float-left {
  float: left;
}
.arrow {
  position: absolute;
  right: 10px;
  top: 17px;
}
.read-more {
  padding: 10px 0px!important;
  color: #ffd911 !important;
  text-transform: uppercase;
}
.yellow-bg {
  background: #ffd911 !important;
  color: #ffffff !important;
}
.mega-menu {
  position: static;
}
.mega-menu-wrapper {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 300;
  background: #ffffff;
  /*border-top: 2px solid #ffd911;*/
  padding: 0px 30px 0px!important;
}
.link {
  padding: 0px 0px;
  width: 100%!important;
}
.link a {
  color: #a1b1bc;
  padding: 10px 0px!important;
  font-family: 'FuturaStd-Medium';
  text-transform: none;
  font-weight: normal;
  height: auto;
  color:#3b3b3b;

}
.link a:hover,
.link a:focus,
.link a.active {
  color: #00b3cc;
}
/*  Tab
----------------*/



.tabs-left .nav-tabs  > li {
  float: none;
  display: block;
  width: 100%;
  max-width: 246px;
  text-align: left;
  margin-bottom: -4px;

}
.tabs-left .nav-tabs  > li  > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
    /*font-family: 'FuturaStd-CondensedExtraBd';*/
    height:36px;
    padding: 7px 20px 7px 25px;
    font-family: inherit;
    font-weight: normal;
    text-transform: none;
    font-size: 15px;

}
.tabs-left .nav-tabs {
  margin-right: 19px;
  margin-left: -30px !important;
}
.tabs-left .nav-tabs > li > a {
  margin-right: -1px;
  border-radius: 0px;
  background: #233777;
  /*border: 1px solid #0d246d;*/
}
.tabs-left .nav-scroller.nav-tabs > li > a {
  background: #091c5a;
}
.tabs-left .close-link {
  position: absolute;
  top: 0px;
  right: 0px;
  display: inline-block;
}
.tabs-left .close-link i {
  color: #D5D5D5;
  font-size: 280%;
  font-weight: 100;
}

.tabs-left .nav-tabs > li > a:hover,
.tabs-left .nav-tabs > li > a:focus {
  color: #091c5a;
  /*border-top: 1px solid #fff;*/
  /*border-right: 0px solid #fff;*/
  /*border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;*/

}
.tabs-left .nav-tabs > li > a.active {
  color: #091c5a;
  /*border-top: 1px solid #dddddd;*/
  border-right: 0px solid #dddddd;
  /*border-bottom: 1px solid #dddddd;*/
  /*border-left: 1px solid #dddddd;*/
}
.tabs-left .nav-tabs > li > a:hover,
.tabs-left .nav-tabs > li > a:focus {
  background: none;
}
.tabs-left .nav-tabs .active > a,
.tabs-left .nav-tabs .active > a:hover,
.tabs-left .nav-tabs .active > a:focus {
  /*border-color: #ddd transparent #ddd #ddd;*/
  border-right-color: #ffffff;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
  color:#091c5a;
  background-color: #fff;
}
.news-post-lg,
.blog-post-lg {
  padding: 30px 0px;
}
.news-post-lg img,
.blog-post-lg img {
  width: 100%;
}
.news-post-lg h3,
.blog-post-lg h3 {
  font-size: 13px;
  padding: 0px;
  margin-top: 20px;
  margin-bottom: 0px;
}
.blog-post-lg {
  padding: 0px;
}
.blog-post-lg p {
  padding-top: 10px;
}
.news-post-sm,
.blog-post-sm {
  padding-bottom: 20px;
}
.news-post-sm img,
.blog-post-sm img {
  width: 100%;
}
.news-post-sm h3,
.blog-post-sm h3 {
  font-size: 13px;
  padding: 0px;
  margin: 0px;
}
.blog-post-sm {
  margin-top: 50px;
}
.date {
  color: #a1b1bc;
  font-size: 12px;
}
.author-name {
  color: #ffd911;
  font-size: 12px;
}
.blog-content {
  margin-top: 20px;
}
/*  Accordion
----------------*/
.news-accordion .panel-heading {
  padding: 0px;
}
.news-accordion .panel-group .panel {
  border-radius: 0;
}
.news-accordion .panel-title {
  font-size: 14px;
}
.news-accordion .panel-title a {
  padding: 15px 30px;
}
.news-accordion .panel-body {
  font-weight: normal;
  padding: 20px 30px;
}
.news-accordion .panel-group {
  margin-bottom: 0;
  margin-top: 20px;
}
.news-accordion .panel-group .panel + .panel {
  margin-top: -1px;
}
.news-content {
  margin-top: 55px;
}

/*  Contact
----------------*/
.phone {
  font-size: 14px;
  padding-bottom: 15px;
}
.phone-number p,
.fax-number p,
.email-number p {
  font-size: 12px;
  color: #a1b1bc;
}
.phone-number {
  margin-top: 20px;
}
.google-map {
  margin-top: 19px;
}
.contact-form {
  margin-top: 20px;
}
.field-wrapper input,
.field-wrapper textarea {
  border-radius: 0px;
  margin-bottom: 10px;
  border: 1px solid #dddddd;
  box-shadow: none;
  font-weight: normal;
  padding: 0px 15px;
  height: 45px;
}
.field-wrapper input:hover,
.field-wrapper textarea:hover,
.field-wrapper input:focus,
.field-wrapper textarea:focus,
.field-wrapper input .active,
.field-wrapper textarea .active {
  box-shadow: none;
  border: 1px solid #ffd911;
}
.textarea-box {
  height: 100px!important;
}
.standard-button {
  background: #ffd911;
  color: #ffffff;
  margin-right: 15px;
  margin-top: 15px;
}
.standard-button:hover,
.standard-button:focus,
.standard-button .active {
  box-shadow: none;
  color: #ffffff;
}
.subscribe-button {
  background: #ffd911;
  color: #ffffff;
  margin-right: 15px;
  margin-top: 15px;
  width: 100%;
}
.subscribe-button:hover,
.subscribe-button:focus,
.subscribe-button .active {
  box-shadow: none;
  color: #ffffff;
}
.login-wrapper .standard-button {
  margin-right: 0px;
}
/*  Search
----------------*/
.search-box {
  padding-top: 12px;
  padding-bottom: 12px;
}

.search-box .input-group{
  display:block;
}

.search-text{
  font-size: 24px;
  font-weight: normal;
  margin-top: 15px;
  color:#fff;
}
.dropdown-menu {
  border: 0 none;
  border-radius: 0;
  padding: 10px 0 !important;
}
.dropdown-menu > li > a {
  color: #333;
  padding: 10px 20px;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background-color: #ffd911;
  color: #ffffff;
  text-decoration: none;
}
.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open > .dropdown-toggle.btn-default {
  background-color: #ffd911;
  border-color: #adadad;
  color: #ffffff;
}
.input-group-btn > .btn {
  padding: 11.5px;
  position: relative;
}
.search-wrapper {
  width: 100%!important;
  right: 0!important;
  background-color: #00b3cc !important;
  padding-bottom: 14px !important;
  border-top: 0px !important;
  margin-left: -100px;
}
.menusearch i{
    display: none;
}
.menusearch i.active{
    display: block;
}
.menusearch .fa-minus {
    padding: 0 2px 0 1px;
}
.search-wrapper{
    display: none;
}
.search-bar {
    background: #00b3cc none repeat scroll 0 0;
    left: 0;
    position: absolute;
    width: 100%;
    display: none;
    z-index: 300;
}
.search-bar .menusearch, .search-bar .input-group-btn:last-child > .btn {
    border: 0 none;
    color: #fff;
    margin-left: 0;
    padding: 10px 22px 12px;
}
.search-bar .input-group-btn:last-child > .btn:focus{
    background: none;
    box-shadow: none;
    outline: none;
}
.search-box input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #fff;
    height: 42px;
    color:#fff;
}
.search-box input.form-control::-moz-placeholder {
    color:#fff;
}
.search-box input.form-control::-webkit-input-placeholder {
    color:#fff;
}
.search-box input.form-control:-moz-placeholder {
    color:#fff;
}
.search-box input.form-control::-moz-placeholder {
    color:#fff;
}
.search-box input.form-control:-ms-input-placeholder {
    color:#fff;
}
/*  Login Form
----------------*/
.login-wrapper {
  width: 350px!important;
  left: 70%;
}
.login-wrapper .checkbox {
  display: inline-block;
  margin-top: 25px;
}
.forms-link li {
  display: inline-block;
}
.forms-link li a {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  padding: 22px 8px 0;
}
.forms-link li a:hover,
.forms-link li a:focus,
.forms-link li a .active {
  color: #ffd911;
}



/*Paul*/

/*.nav-tabs>li>a{
  border:0px !important;
}*/
