html{
  min-height: 100%;
}
ul{
  list-style:none;
  padding:0;
}
div {
  display: block;
}
body{
	color:#222;
  min-height: 100%;
  /*font-family: ProximaNova-Regular, Arial, Helvetica, sans-serif;*/
  font-family: 'Montserrat', 'Lato', 'Open Sans', 'Helvetica Neue', Helvetica, Calibri, Arial, sans-serif;
	line-height: 1.4em;
	/*font-weight: 400;*/
}
img {
	border-style: none;
}
/* Remove the glow left after a click */
.btn:focus,
.btn:active {
  outline: none !important;
}
.carousel-inner p {
  font-size: 17px;
}
.bootstrap-select .dropdown-toggle:focus{
  outline: 0 !important;
}
/*helps out with making shading in the right layer with stacked modals 
*/
.modal-backdrop {
  visibility: hidden !important;
}
.modal.in {
  background-color: rgba(0,0,0,0.5);
}

/*
a{
  background-color: transparent;
  color: #FFD733;
  text-decoration: underline;
}*/
.btn-default {
  text-shadow: none;
}
.btn-round-lg{
  border-radius: 22.5px;
}
.btn-round{
  border-radius: 17px;
}
.btn-round-sm{
  border-radius: 15px;
}
.btn-round-xs{
  border-radius: 11px;
  padding-left: 10px;
  padding-right: 10px;
}

li.header__top-bar-item.heaer__top-bar-item-signin.disabled{
  background-image: none;
  box-shadow: none;
  cursor: not-allowed;
  opacity: .65;
}

a#sign-in.header__top-bar-item-link.disabled{
  background-image: none;
  box-shadow: none;
  cursor: not-allowed;
  opacity: .65;
}

.footer{
  float: none;
  width: 100%;
  clear: both;
  padding: .5em 0;
  background: #FFD733;
  color: #fff;
}
.clickable{
  cursor: pointer;   
}
.footer:before, 
.footer:after{
  content: "";
  display: table;
  clear: both;
  line-height: 0;
}
[contenteditable]:focus {
  /*outline: 3px solid;
  outline: auto -webkit-focus-ring-color;
  outline-color: rgb(153, 153, 158);
  border-radius: 5px;*/
  border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    border-radius: 4px;
    background-color: #fff;
}
.footer__copyright{
  float: right;
  padding: 0 0 2.4em;
  padding-top: 2.4em;
  text-align: left;
}

.footer__copyright-text{
  font-size: 12px;
  color: #a3a3a3;
}

#footer__social_media_icons {
  list-style-type: none;
  margin-top: 10px;
}

#footer__social_media_icons li { 
  display: inline; 
  padding: 15px;
}

#loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url('/images/ajax-loader.gif') 50% 50% no-repeat rgb(249,249,249);
  opacity: .8;
}

.custom-bullet li {
  display: block;
}

.custom-bullet li:before {
  content: "•  "; 
  color: black;
}

.faq_images{
  width: 100%;
}
/* CUSTOMIZE SELECT BOXES 
-------------------------------------------------- */

.manufacturer-select .btn:hover, 
.manufacturer-select .btn:visited, 
.manufacturer-select .btn:focus, 
.manufacturer-select .btn:active{
  background: rgb(255, 255, 255) !important;
  background-color: #fff !important;
}

.manufacturer-select filter-option:hover, 
.manufacturer-select filter-option:active 
.manufacturer-select filter-option:focus, 
.manufacturer-select filter-option:visited{
  background-color: #fff;
}

.manufacturer-select{
  max-width: 168px;
  background-color: #fff;
  background: #fff;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  outline: none;
  box-shadow: none;
  border-radius: 0;  
}

.bootstrap-select .dropdown-menu {
  margin: 0;
}
.dropdown-menu>.active>a{
  background-color: #FFC433 !important;
  background-image: none;
}
.dropdown-menu>li>a:hover{
  background-image: none;
  background-color: #FFD733;
}
.open>.dropdown-toggle.btn-default{
  background-color: #fff;
  border-color: #fff;
}
.manufacturer-select .dropdown-menu>.active>a{
  background-color: #FFC433 !important;
  background-image: none;
}

.dropdown-menu>li>a{
  color: black !important;
}
.manufacturer-select .dropdown-menu>li>a:hover{
  background-image: none;
  background-color: #FFD733;
} 

.search-location{
  display: inline-block;
  vertical-align: middle;
  display: table-cell;
  height: 66px;
}

.search-location-select{
    background-color: #fff;
    background: #fff;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    max-width: 199px;
    line-height: 66px;
}

.search-location-select .btn:hover, 
.search-location-select .btn:active, 
.search-location-select .btn:focus, 
.search-location-select .btn:visited{
  background-color: #fff !important;
  background: #fff !important;
}
.search-location-select filter-option:hover, 
.search-location-select filter-option:active 
.search-location-select filter-option:focus, 
.search-location-select filter-option:visited{
  background-color: #fff;
}

/* New Nav Bars  
-------------------------------------------------- */
/*{margin:0;padding:0;text-decoration:none}*/
#menu-bar-wrapper {
  position: relative;
  z-index: 5;
  width: 100%;
}

#top-menu-header{
  position:relative;
  width:100%;
  background:#FFD733;
  height: 80px;
}
#bottom-menu-header{
  position:relative;
  width:100%;
  background:#fff;
}
.logo{
  /*position:relative;
  z-index:123;
  padding:10px;
  font:18px verdana;
  color:#6DDB07;
  float:left;
  width:5%;*/
  position: absolute;
  top: 0px;
  left: 10%;
  /*width: 300px;
  height: 94px;*/
  padding: 5px;
  margin: 5px;
  margin-top: 39px;
  z-index: 123;
  float: none;
}


.logo img{
  width: 300px;
  /*height: 90px;*/
}

.logo a{
  color:#6DDB07;
}


@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
#top-menu,
#top-menu ul,
#top-menu ul li,
#top-menu ul li a,
#top-menu #menu-button{
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#top-menu, 
#top-menu> ul, 
#top-menu> ul > li, 
#top-menu> ul > li a{
  height: 100%;
  line-height: 80px;
}
.top-menu-submenu,
.top-menu-submenu li,
.top-menu-submenu li a {
  height: none;
  line-height: 1 !important;
}
#top-menu:after,
#top-menu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#top-menu #menu-button {
  display: none;
}
#top-menu {
  font-family: Montserrat, sans-serif;
  background: #FFD733;
  z-index: 5;
  width: 90%;
  height: 100%;
}
#top-menu > ul > li {
  float: left;
}
#top-menu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#top-menu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#top-menu.align-center ul ul {
  text-align: left;
}
#top-menu.align-right > ul > li {
  float: right;
}
#top-menu > ul > li > a {
  padding: 17px;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
  color: darkblue;
  font-weight: 700;
  /*text-transform: uppercase;*/
}
#top-menu .nav>li>a:focus,
#top-menu .nav>li>a:active,
#top-menu .nav>li>a:hover,
#top-menu > ul > li:hover > a,
#top-menu > ul > li:focus > a,
#top-menu > ul > li:active > a {
  color: #ffffff;
  background: #FFC433;
}
#top-menu > ul > li.has-sub > a {
  padding-right: 30px;
}
#top-menu > ul > li.has-sub > a:after {
  position: absolute;
  top: 54px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: darkblue;
  content: '';
}
#top-menu > ul > li.has-sub > a:before {
  position: absolute;
  top: 51px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: darkblue;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#top-menu > ul > li.has-sub:hover > a:before {
  top: 55px;
  height: 0;
}
#top-menu ul ul {
  position: absolute;
  left: -9999px;
}
#top-menu.align-right ul ul {
  text-align: right;
}
#top-menu ul ul li:first-child{
    border-top: 3px solid darkblue;
}
#top-menu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  border: 1px solid #ddd;
}
#top-menu li:hover > ul {
  left: auto;
}
#top-menu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#top-menu li:hover > ul > li {
  height: 35px;
}
#top-menu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#top-menu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#top-menu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 170px;
  font-size: 12px;
  text-decoration: none;
  color: darkblue;
  font-weight: 400;
  background: #fff;
}
#top-menu ul ul li:last-child > a,
#top-menu ul ul li.last-item > a {
  border-bottom: 0;
}
#top-menu ul ul li:hover > a,
#top-menu ul ul li a:hover {
  color: #ffffff;
  background: #FFC433;
}
#top-menu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#top-menu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#top-menu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#top-menu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#top-menu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}

/*

Bottom menu

*/
#bottom-menu,
#bottom-menu ul,
#bottom-menu ul li,
#bottom-menu ul li a,
#bottom-menu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#bottom-menu:after,
#bottom-menu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#bottom-menu #menu-button {
  display: none;
}
#bottom-menu {
  font-family: Montserrat, sans-serif;
  background: #fff;
  width: 90%;

}
#bottom-menu > ul > li {
  float: left;
}
#bottom-menu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#bottom-menu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#bottom-menu.align-center ul ul {
  text-align: left;
}
#bottom-menu.align-right > ul > li {
  float: right;
}
#bottom-menu > ul > li > a {
  padding: 17px;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
  color: darkblue;
  font-weight: 700;
  /*text-transform: uppercase;*/
}
#bottom-menu > ul > li:hover > a {
  color: #ffffff;
  background: #FFC433;
}
#bottom-menu > ul > li.has-sub > a {
  padding-right: 30px;
}
#bottom-menu > ul > li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: darkblue;
  content: '';
}
#bottom-menu > ul > li.has-sub > a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: darkblue;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#bottom-menu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#bottom-menu ul ul {
  position: absolute;
  left: -9999px;
}
#bottom-menu.align-right ul ul {
  text-align: right;
}
#bottom-menu ul ul li:first-child{
    border-top: 3px solid darkblue;
}
#bottom-menu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  border: 1px solid #ddd;
}
#bottom-menu li:hover > ul {
  left: auto;
}
#bottom-menu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#bottom-menu li:hover > ul > li {
  height: 35px;
}
#bottom-menu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#bottom-menu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#bottom-menu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 170px;
  font-size: 12px;
  text-decoration: none;
  color: darkblue;
  font-weight: 400;
  background: #fff;
}
#bottom-menu ul ul li:last-child > a,
#bottom-menu ul ul li.last-item > a {
  border-bottom: 0;
}
#bottom-menu ul ul li:hover > a,
#bottom-menu ul ul li a:hover {
  color: #ffffff;
  background: #FFD733;
}
#bottom-menu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: darkblue;
  content: '';
}
#bottom-menu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#bottom-menu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: darkblue;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#bottom-menu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#bottom-menu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}


@media all and (max-width: 768px) {
  .logo {
    /*padding-left: 70px;*/
    margin-top: 17px;
    left: 20%;
    width: auto;
    height: auto;
  }
  .logo img{
    width: 200px;
    /*height: 46px;*/
  }
  #top-menu-header{
    height: unset;
  }
  #top-menu {
    width: 100%;
  }
  #top-menu ul {
    width: 100%;
    display: none;
  }
  #top-menu.align-center > ul {
    text-align: left;
  }
  #top-menu ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
  }
  #top-menu ul ul li,
  #top-menu li:hover > ul > li {
    height: auto;
  }
  #top-menu ul li a,
  #top-menu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #top-menu > ul > li {
    float: none;
  }
  #top-menu ul ul li a {
    padding-left: 25px;
  }
  #top-menu ul ul ul li a {
    padding-left: 35px;
  }
  #top-menu ul ul li a {
    color: darkblue;
    background: none;
  }
  #top-menu ul ul li:hover > a,
  #top-menu ul ul li.active > a {
    color: #ffffff;
  }
  #top-menu ul ul,
  #top-menu ul ul ul,
  #top-menu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }

  #top-menu, 
  #top-menu> ul, 
  #top-menu> ul > li, 
  #top-menu> ul > li a{
    height: unset;
    line-height: unset;
  }

  #top-menu > ul > li.has-sub > a:after,
  #top-menu > ul > li.has-sub > a:before,
  #top-menu ul ul > li.has-sub > a:after,
  #top-menu ul ul > li.has-sub > a:before {
    display: none;
  }
  #top-menu #menu-button {
    display: block;
    padding: 17px;
    color: darkblue;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
  }
  #top-menu #menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid darkblue;
    border-bottom: 2px solid darkblue;
    content: '';
    box-sizing: content-box;
  }
  #top-menu #menu-button:before {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: darkblue;
    content: '';
    box-sizing: content-box;
  }
  #top-menu #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: darkblue;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #top-menu #menu-button.menu-opened:before {
    top: 23px;
    background: darkblue;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #top-menu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  #top-menu .submenu-button.submenu-opened {
    background: #FFC433;
  }
  #top-menu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #top-menu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: darkblue;
    content: '';
  }
  #top-menu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #top-menu .submenu-button.submenu-opened:after {
    background: darkblue;
  }
  #top-menu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: darkblue;
    content: '';
  }
  #top-menu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #top-menu .submenu-button.submenu-opened:before {
    display: none;
  }

  /* bottom nav bar */
  #bottom-menu {
    width: 100%;
  }
  #bottom-menu ul {
    width: 100%;
    display: none;
  }
  #bottom-menu.align-center > ul {
    text-align: left;
  }
  #bottom-menu ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
  }
  #bottom-menu ul ul li,
  #bottom-menu li:hover > ul > li {
    height: auto;
  }
  #bottom-menu ul li a,
  #bottom-menu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #bottom-menu > ul > li {
    float: none;
  }
  #bottom-menu ul ul li a {
    padding-left: 25px;
  }
  #bottom-menu ul ul ul li a {
    padding-left: 35px;
  }
  #bottom-menu ul ul li a {
    color: darkblue;
    background: none;
  }
  #bottom-menu ul ul li:hover > a,
  #bottom-menu ul ul li.active > a {
    color: #ffffff;
  }
  #bottom-menu ul ul,
  #bottom-menu ul ul ul,
  #bottom-menu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #bottom-menu > ul > li.has-sub > a:after,
  #bottom-menu > ul > li.has-sub > a:before,
  #bottom-menu ul ul > li.has-sub > a:after,
  #bottom-menu ul ul > li.has-sub > a:before {
    display: none;
  }
  #bottom-menu #menu-button {
    display: block;
    padding: 17px;
    color: darkblue;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
  }
  #bottom-menu #menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid darkblue;
    border-bottom: 2px solid darkblue;
    content: '';
    box-sizing: content-box;
  }
  #bottom-menu #menu-button:before {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: darkblue;
    content: '';
    box-sizing: content-box;
  }
  #bottom-menu #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: darkblue;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #bottom-menu #menu-button.menu-opened:before {
    top: 23px;
    background: darkblue;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #bottom-menu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  #bottom-menu .submenu-button.submenu-opened {
    background: #FFC433;
  }
  #bottom-menu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #bottom-menu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: darkblue;
    content: '';
  }
  #bottom-menu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #bottom-menu .submenu-button.submenu-opened:after {
    background: darkblue;
  }
  #bottom-menu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: darkblue;
    content: '';
  }
  #bottom-menu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #bottom-menu .submenu-button.submenu-opened:before {
    display: none;
  }

}


/*               End New Nav Bars                  */

.popover-title{
  margin: 0;
}
.popover-title .glyphicon{
  vertical-align: top;
}

/* Notify 
-------------------------------------------------- */


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (max-width: 768px) {
  
}

@media (min-width: 768px) and (max-width: 1200px){  
  .logo{
    left: 5%;
  }
}

.faq_title{
  width:100%;
  margin: 20px 0px 20px 0px;
  font-weight: 400;
  text-align: center;
  background: #FFD733;
  color: #fff;
  /*border-bottom: 1px solid #d4d4d4;*/
  height: 80px;
}

.help_body{

}

.header__banner{
  box-shadow: 0 2px 4px rgba(0, 0, 0, .5);
  height: 250px;
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 0;
  width:100%;
  margin-top: -1px;
  text-align: center;
  color: #fff;
  background: #162432;
}
.header__banner-image{
  left: 0;
  top: 0;
  /*height: 250px;*/
  position: absolute;
  min-height: 250px;
  /*height: inherit;*/
  /*min-width: 1496px;*/
  width:100%;
}
.faq_rows > div{
  /*height: 120px;*/
}

.faq_rows div[class^="col-"] div:nth-child(1) {
  text-align: center;
  background: #FFD733;
  color: #fff;
}
.faq_rows div[class^="col-"] div:nth-child(2) {
  padding: 0px 5px 0px 10px;
}
.help_body h3,
.faq_rows h3,
.faq_rows h4 {
  color: darkblue;
}

.btn,
.btn:hover,
.btn:active,
.btn:visited,
.btn:focus {
    background-color: #337ab7 !important;
    border-color: #337ab7 !important;
    color: white !important;
    background-image: none;
}
.modal-register{
  width: 60%;
}
#register-modal .modal-content{
  padding:30px;
  padding-bottom:0;
}
#register-modal .wizard {
    margin: 20px auto;
    background: #dcdcdc;
    background-image: linear-gradient(to bottom, #e8e8e8 0, #f5f5f5 100%);
}

#register-modal .wizard .nav-tabs {
    position: relative;
    margin: 40px auto;
    margin-bottom: -20px;
    margin-top: -20px;
    border-bottom-color: #FFC433;
}

#register-modal .wizard > div.wizard-inner {
    position: relative;
}
.manufacturer-select .btn:hover, 
.manufacturer-select .btn:visited, 
.manufacturer-select .btn:focus, 
.manufacturer-select .btn:active{
  background: #fff !important;
  background-color: #fff !important;
}

.manufacturer-select filter-option:hover, 
.manufacturer-select filter-option:active 
.manufacturer-select filter-option:focus, 
.manufacturer-select filter-option:visited{
  background-color: #fff;
}

.manufacturer-select{
  max-width: 168px;
  background-color: #fff;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  outline: none;
  box-shadow: none;
  border-radius: 10px;  
}

.open>.dropdown-toggle.btn-default{
  background-color: #fff;
  border-color: #fff;
}
.manufacturer-select .dropdown-menu>.active>a{
  background-color: #FFC433 !important;
  background-image: none;
}

.manufacturer-select .dropdown-menu>li>a:hover{
    background-image: none;
    background-color: #FFD733;
}


.bootstrap-select .dropdown-menu {
    margin: 0;
}
.dropdown-menu>.active>a{
    background-color: #FFC433 !important;
    background-image: none;
}
.dropdown-menu>li>a:hover{
    background-image: none;
    background-color: #FFD733;
}
.open>.dropdown-toggle.btn-default{
    background-color: #fff;
    border-color: #fff;
}

  
  .dropdown-menu>li>a{
    color: black !important;
  }

#register-modal .well{
	padding-top:0;
}

#register-modal .connecting-line {
    height: 2px;
    background: #FFD733;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

#register-modal .wizard .nav-tabs > li.active > a, 
#register-modal .wizard .nav-tabs > li.active > a:hover, 
#register-modal .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

#register-modal span.round-tab {
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}

#register-modal span.round-tab i{
    color:#555555;
}

#register-modal .wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #FFD733;
    
}

#register-modal .wizard li.active span.round-tab i{
    color: #FFD733;
}

#register-modal span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

#register-modal .wizard .nav-tabs > li {
    width: 25%;
}

#register-modal .wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}

#register-modal .wizard li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #FFC433;
}

#register-modal .wizard .nav-tabs > li a {
    width: 60px;
    height: 60px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

#register-modal .wizard .nav-tabs > li a:hover {
    background: transparent;
}

#register-modal .wizard .tab-pane {
    position: relative;
    padding-top: 50px;
}

#register-modal .wizard h3 {
    margin-top: 0;
}

#register-modal .step1{
    border:1px solid #ccc;
    border-radius:5px;
    padding:10px;
    margin-bottom:10px;	
}

#register-modal .step2{
    border :1px solid #ccc;
    border-radius:5px;
    padding:10px;
    margin-bottom:10px;	
}
#register-modal .step1 .row, 
#register-modal .step2 .row, 
#register-modal .step3 .row, 
#register-modal .step4 .row{
	margin-bottom:10px;
}

/*
#register-modal .step3{
    border:1px solid #ccc;
    border-radius:5px;
    padding:10px;
    margin-bottom:10px;
}

#register-modal .step4{
    border:1px solid #ccc;
    border-radius:5px;
    padding:10px;
    margin-bottom:10px;
    text-align: center;
}
*/
#register-modal .mar_ned {
    margin-bottom:10px;
}

#register-modal .wdth {
    width:25%;
}

#register-modal .birthdrop {
    padding: 6px 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #333;
    margin-left: 10px;
    width: 16%;
    outline: 0;
    font-weight: normal;
}

.btn-primary.disabled {
  background-color: #FFC433;
}


/* according menu */
#accordion-container {
    font-size:13px
}

#register-modal .accordion-header {
    font-size:13px;
	background:#ebebeb;
	margin:5px 0 0;
	padding:7px 20px;
	cursor:pointer;
	color:#fff;
	font-weight:400;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px
}

#register-modal .unselect_img{
	width:18px;
	-webkit-user-select: none;  
	-moz-user-select: none;     
	-ms-user-select: none;      
	user-select: none; 
}

#register-modal .active-header {
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
	background:#F53B27;
}

#register-modal .active-header:after {
	content:"\f068";
	font-family:'FontAwesome';
	float:right;
	margin:5px;
	font-weight:400
}

#register-modal .inactive-header {
	background:#333;
}

#register-modal .inactive-header:after {
	content:"\f067";
	font-family:'FontAwesome';
	float:right;
	margin:4px 5px;
	font-weight:400
}

#register-modal .accordion-content {
	display:none;
	padding:20px;
	background:#fff;
	border:1px solid #ccc;
	border-top:0;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	border-radius:0 0 5px 5px
}

#register-modal .accordion-content a{
	text-decoration:none;
	color:#333;
}

#register-modal .accordion-content td{
	border-bottom:1px solid #dcdcdc;
}



@media( max-width : 585px ) {
    .modal-register{
    width: 95%;
    }

    #register-modal .wizard {
        width: 90%;
        height: auto !important;
    }

    #register-modal span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    #register-modal .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    #register-modal .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}


