/**** Global settings ******/
@font-face {
    font-family: 'tradegothic';
    src: url('fonts/tradegothicltstd-bdcn20-webfont.eot');
    src: url('fonts/tradegothicltstd-bdcn20-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/tradegothicltstd-bdcn20-webfont.woff') format('woff'),
         url('fonts/tradegothicltstd-bdcn20-webfont.ttf') format('truetype'),
         url('fonts/tradegothicltstd-bdcn20-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'tradegothiclight';
    src: url('fonts/tradegothicltstd-cn18-webfont.eot');
    src: url('fonts/tradegothicltstd-cn18-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/tradegothicltstd-cn18-webfont.woff') format('woff'),
         url('fonts/tradegothicltstd-cn18-webfont.ttf') format('truetype'),
         url('fonts/tradegothicltstd-cn18-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {
  color: #121212;
  font-family: tradegothiclight !important;
  font-size: 14px;
  line-height: normal;
  font-weight: normal;
}
#viewport{min-height:350px;}
#container { max-width: 1020px; margin: auto;}
h1, h2, h3, h4, h5, h6 {
    font-family: tradegothic;
    font-weight: normal;
}
b { font-weight: 700; }
i { font-style: italic; }
u { text-decoration: underline;}
input[type="text"], input[type="password"], input[type="email"], textarea, select {
  float: left;
  margin: 0;
  padding: 2px;
}
.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
  background: none repeat scroll 0 0 #000000;
  color: #FFFFFF;
  float: left;
  font-size: 14px;
  margin: 0;
  padding: 5px;
  text-shadow: none;
  border: 1px solid #000000;
}
.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
	background: none repeat scroll 0 0 #7F7F7F;
	color: #FFFFFF;
}
input { -webkit-appearance: none;  }
input[type="checkbox"] {
  border: 0 none;
  height: 12px;
  width: 12px;
}
input[type="radio"] { background: none repeat scroll 0 0 transparent; width: 12px; height: 12px; border: 0px; float:left; clear:left; -webkit-appearance: radio; margin-top: 3px; margin-right: 3px;}
.left { text-align: left;}
.center { text-align: center;}
.right { text-align: right;}
select { height: 25px; -webkit-appearance:listbox;}
a, a:visited { text-decoration: none; }
a:hover {  text-decoration: underline;   }
.spaceafter {  margin-bottom: 5px; }
.remove-bottom { padding-bottom: 0px  !important; margin-bottom: 0px  !important;}
/***** Language options *****/
.langlinks a { text-decoration: underline; padding-right: 2px; font-size: 0.8em; }
h1 {
  margin: 0;
}
ol, ul ,li{
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {

}
.nomargin {
  margin: 0 !important;
}
.floatLeft{
	float: left;
}
.floatRight{
	float: right;
}
/***** Header *****/
#headerimage {
  margin-bottom: 16px;
  margin-top: 15px;
}
#headerimage img {
  max-width: 100%;
}
.menu-header-1 {
  margin-top: 20px;
  display: inline-block;
  zoom: 1; *display: inline;
}
.menu-header-2 {
  display: inline-block;
  zoom: 1; *display: inline;
  margin-top: 20px;
}
.menu-header-1 li {
  display: inline-block;
  zoom: 1; *display: inline;
  vertical-align: top;
}
.menu-header-2 li {
  display: inline-block;
  float: right;
  zoom: 1; *display: inline;
  vertical-align: top;
}
.menu-header-1 li a {
  border-right: 1px solid #000000;
  color: #000000;
  float: left;
  font-family: tradegothiclight;
  font-size: 13px;
  line-height: 12px;
  margin-top: 3px;
  padding: 0 12px;
  text-transform: uppercase;
}
#menu-topnav li {
  display: inline;
  position: relative;
}
#menu-topnav li a {
  font-family: tradegothiclight;
  font-size: 22px;
  padding: 0 25px;
}
#menu-topnav li a:hover {
  color: #383838;
}
#menu-topnav li:last-child a {
  padding-right: 0;
}
#menu-topnav {
  float: right;
  margin-bottom: 10px;
  margin-top: 45px;
}
#menu-topnav li:first-child a {
  padding-left: 0;
}
.menu-header-1 li.first a{
  padding-left: 0;
}
.menu-header-1 li.last a {
  border-right: 0 none;
  padding-right: 0;
}
.menu-header-1 li.cart-box {
  background: url("images/bg-cart.png") no-repeat scroll 5px 0 rgba(0, 0, 0, 0);
  height: 18px;
}
.menu-header-1 li.cart-box a {
  padding-left: 35px;
}
.menu-header-2 li a {
  border-right: 1px solid #000000;
  float: left;
  font-size: 12px;
  line-height: 12px;
  padding: 0 12px;
  color: #000000;
}
.menu-header-2 li.first a{
  padding-left: 0;
}
.menu-header-2 li.last a {
  border-right: 0 none;
  padding-right: 0;
}
.menu-header-2 li.noboder a {
  border: medium none;
}
#topnav{z-index:9999 !important;}
#topnav ul {
    float: right;
}
#topnav li {
    float: left;
    height: 26px;
    list-style-type: none;
}
#topnav li a {
    color: #000000 !important;
    display: block;
    font-family: tradegothiclight;
    font-size: 19px;
    letter-spacing: 0;
    margin-top: -1px;
    padding: 9px 10px 1px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}
#topnav .menu-header-1 li a {
    border-left: 1px solid #828282;
    float: left;
    font-size: 16px;
    line-height: 14px;
    margin-top: 3px;
    padding: 0 12px;
}
#topnav li:first-child a {
    border-left: medium none;
}
#topnav li:last-child a {
    padding-right: 0;
}
#topnav .menu-header-1 li.cart-box a {
    padding-left: 35px;
}
#topnav li a:hover {

}
#menu-top-menu {
    margin-top: 30px;
}
#menu-topnav {
    margin-top: 35px;
}
#topnav li a:hover, #topnav li a:active {
    color: #FFFFFF;
}
#topnav li a.sf-with-ul {
    padding-right: 25px;
}
#topnav li a .sf-sub-indicator {
    display: block;
    height: 10px;
    overflow: hidden;
    position: absolute;
    right: 10px;
    text-indent: -9999px;
    top: 12px;
    width: 10px;
}
#topnav li li a, #topnav li li a:link, #topnav li li a:visited {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #666666;
    border-image: none;
    border-right: 1px solid #666666;
    border-style: solid;
    border-width: 0 1px 1px;
    color: #000000;
    font-size: 11px;
    padding: 7px 10px;
    position: relative;
    text-transform: none;
    width: 158px;
}
#topnav li li a:hover, #topnav li li a:active {
   color:#fff !important;
   background:#000;
}
#topnav li li a .sf-sub-indicator {
    top: 10px;
}
#topnav li ul, #topnav li ul.children {
    height: auto;
    left: -9999px;
    margin: -5px 0 0;
    padding: 10px 0 0;
    position: absolute;
    width: 180px;
    z-index: 9999;
}
#topnav li ul a {
    width: 160px;
}
#topnav li ul ul {
    margin: -31px 0 0 179px;
}
#topnav li:hover ul, #topnav li.sfHover ul {
    left: auto;
}

/***** Menu *****/
#menubar {
  border-top: 1px solid #000000;
  margin-bottom: 10px;
  position: relative;
  z-index: 999;
}
#menubar .megaFullWidth {
  float: left;
  margin: auto;
  text-align: center;
  width: 100%;
}
#menubar  ul.megaMenu > li > a span.wpmega-link-title, #menubar  ul.megaMenu > li > span.um-anchoremulator span.wpmega-link-title {
  font-size: 16px;
}
#menubar  ul li.ss-nav-menu-mega ul li.ss-nav-menu-item-depth-1 {
  float: left;
  padding: 0 !important;
  width: 100%;
}
#menubar .megaMenuHorizontal ul.megaMenu > li.menu-item > ul.sub-menu.sub-menu-1 {
  left: 0 !important;
  max-width: 150px;
  padding-left: 15px;
  top: 35px;
  width: 150px !important;
}
#menubar  ul li.ss-nav-menu-mega {
  position: relative !important;
}
#menubar  ul li.ss-nav-menu-mega ul.sub-menu li:hover ul.sub-menu {
 display: block !important;
}
#menubar  ul li.ss-nav-menu-mega ul.sub-menu ul.sub-menu {
  background: none repeat scroll 0 0 #F9F9F9;
  display: none !important;
  left: 150px !important;
  position: absolute !important;
  top: 0 !important;
}
#menubar  ul li.ss-nav-menu-mega ul.sub-menu li a, #menubar  ul li.ss-nav-menu-mega ul.sub-menu li span.um-anchoremulator {
  line-height: normal;
  margin: 0 !important;
  padding: 5px 0 !important;
}
.navbar .nav > li {
  position: relative;
}
.navbar .nav > li > a {
  color: #000000;
  font-family: tradegothiclight;
  font-size: 20px;
  line-height:normal;
  padding: 8px 20px 8px 21px;
  text-transform: uppercase;
}
.navbar .nav > li > a:hover {
  background: none repeat scroll 0 0 #000000;
  color: #FFFFFF;
}
.navbar .nav > li .sub-menu {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #000000;
  display: none;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 190px;
  z-index: 9999;
}
.navbar .nav > li:hover .sub-menu {
  display: block;
}
.navbar .nav > li .sub-menu li {
  margin: 0;
}
.navbar .nav > li .sub-menu a {
  color: #000000;
  display: block;
  font-family: tradegothiclight;
  font-size: 18px;
  margin: 0;
  padding: 8px 20px;
  text-transform: uppercase;
}
.navbar .nav > li .sub-menu a:hover {
  background: none repeat scroll 0 0 #000000;
  color: #FFFFFF;
  text-decoration: none;
}
.navbar-inner {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: medium none;
  box-shadow: none;
  padding: 0;
}
.navbar {
  margin: 0;
}
.menu-collapse {
  font-size: 24px;
  line-height: 40px;
}
.navbar .nav > li > a {
  margin-bottom: 0;
}
/***** Search *****/
.search_box {
  float: left;
  width: 75%;
}
#xlsSearch {
  background: url("http://www.feltraiger.com/store/themes/custom/css/images/text-search.png") no-repeat scroll left center transparent;
  border-color: #BABABA;
  border-image: none;
  border-style: none none solid;
  border-width: medium medium 1px;
  box-shadow: none;
  color: #BABABA;
  font-family: tradegothic;
  font-size: 12px;
  padding: 0 0 0 20px;
  width: 85%;
}
#submitbutton {
  background: none repeat scroll 0 0 transparent;
  border: medium none;
  color: #BABABA;
  float: left;
  font-family: tradegothic;
  font-size: 12px;
  font-weight: normal;
  padding: 0;
  width: 25%;
}
.frmsearch {
  float: left;
  margin-top: -5px;
}
.frmsearch form {
  float: right;
  margin: 0;
  max-width: 180px;
}
.dropdown-menu .active > a, .dropdown-menu .active > a:hover {
  background: #000000;
  background-color: #000000;
  background-image: linear-gradient(to bottom, #666666, #474747);
  color: white;
}
.dropdown-menu li > a {
  font-size: 12px;
}
/*			Sidebar				*/
#main-frame .widget {
    margin-top: 10px;
}
.category-wapper {
    margin-bottom: 15px;
}
.category-wapper .heading_box {
    background:url(http://www.feltraiger.com/store/themes/custom/css/images/label.jpg) repeat-x left top;
    line-height: 33px;
	color: #525252;
    padding: 0 15px;
}
.category-wapper .heading_box a:hover{	color: #525252; text-decoration:none;}
.block-left li a {
    color: #525252;
    display: block;
    padding:0;
}
.block-left .block-content {
    padding: 0 0px;
}
.category-wapper ul{font-size:100%;}
.category-wapper ul li:first-child{border-top:none}
.category-wapper ul li{line-height:30px;border-top:0px solid #EFEFEF;padding:0 15px;}
.category-wapper ul ul{display:none}

.category-wapper ul ul li {
    margin-bottom: 0;
}
.category-wapper ul ul ul{display:none;}
.category-wapper ul ul ul li{}

.category-wapper ul li.active li.active ul, .category-wapper ul li.active ul {
    display: block;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 0;
}
.category-wapper ul li.active ul ul{
	display:none;
}
.category-wapper ul li a:hover{
	color:#D60665;
	text-decoration:none;
}
.family-wapper li.active a {
    text-decoration: underline;
}
#category-tree span,.category-wapper .heading_box a {
  font-family: tradegothic;
  font-size: 14px;
}
/*			Footer				*/
#footer-box {
  border-top: 1px solid #E0E0E0;
  margin-top: 5px;
  padding-top: 15px;
}
.footer-box3 {
  text-align: center;
}
#footer {
  border-top: 1px solid #E0E0E0;
  margin-top: 20px;
  padding-top: 15px;
}
.footer-menu {
  float: left;
  margin-left: 2%;
  width: 31%;
}
#footer-box a {
  color: #000000;
  font-family: tradegothiclight;
  font-size: 14px;
}
.footer-menu li {
  font-family: tradegothiclight;
}
#footer-box h3 {
  font-size: 21px;
  line-height: normal;
  margin-bottom: 10px;
}
.copyright {
  color: #000000;
  float: left;
  font-family: Calibri,Candara,Segoe,Optima,sans-serif;
  font-size: 12px;
  margin-bottom: 10px;
}
.footer-inner .indentr {
  float: right;
  font-family: Calibri,Candara,Segoe,Optima,sans-serif;
  font-size: 12px;
}
#card-logo img {
  max-width: 20%;
}
.socialmedia {
  clear: both;
  float: none;
  margin: auto;
  padding-top: 20px;
}
#mc_signup_form .mc_var_label, #mc_display_rewards,.mc_custom_border_hdr {
  display: none;
}
#mc_signup_form {
  background: none repeat scroll 0 0 transparent !important;
  border: medium none !important;
  max-width: 210px;
  padding: 0 !important;
  float: left;
  width: 100%;
}
.mc_merge_var {
  float: left;
  width: 75%;
}
.mc_signup_submit {
  float: right;
  width: 25%;
}
#mc_signup_form .mc_input {
  border-color: #C1C1C1;
  border-image: none;
  border-radius: 0 0 0 0;
  border-style: none none solid;
  border-width: medium medium 1px;
  box-shadow: none;
  font-family: tradegothic;
  font-size: 12px;
  padding: 2px 0;
  width: 100%;
}
.ui-dialog .ui-widget-header{
	background-image:none;
	border:none;
}
#mc_signup_submit {
  background: none repeat scroll 0 0 transparent;
  border: medium none;
  box-shadow: none;
  color: #AAAAAA;
  float: left;
  font-family: tradegothic;
  font-size: 12px;
  font-weight: normal;
  padding: 2px 0;
  width: 100%;
}
#sign-up {
  clear: both;
  float: left;
  font-family: tradegothiclight;
  margin-top: 5px;
}
#ns_widget_mailchimp-email-3 {
  border: 1px solid #000000;
  margin-right: 5px;
  padding: 5px;
  width: 300px;
}
#mailchimp-button {
  background: none repeat scroll 0 0 #000000;
  border: medium none;
  border-radius: 0;
  padding: 8px 5px;
  text-transform: uppercase;
}
.menu-more-info-container a {
  text-transform: uppercase;
}
#topnav ul.sub-menu {
  background: none repeat scroll 0 0 #FFFFFF;
  top: 32px;
}
/**** Responsive settings ******/
@media only screen and (min-width: 980px) {
.menu-collapse {
  display: none;
}
}
@media only screen and (min-width: 800px) {
#menubar #navigation .megaResponsiveToggle ul.megaMenu {
  display: inline-block !important;
  zoom: 1; *display: inline;
}

#menubar .megaMenuHorizontal ul.megaMenu {
  display: inline-block !important;
  zoom: 1; *display: inline;
  float: none;
  margin: auto;
  width: auto !important;
}
}
@media only screen and (min-width: 800px) and (max-width: 939px) {
.navbar-inner {
  text-align: center;
}

}
@media only screen and (min-width: 768px) and (max-width: 799px) {
#menubar .megaMenuHorizontal ul.megaMenu {
  display: inline-block !important;
  zoom: 1; *display: inline;
  float: none;
  margin: auto;
  width: auto !important;
}
#menu-top-menu li a {
  padding: 0 20px;
}
.navbar-inner {
  text-align: center;
}
}
@media only screen and (max-width: 767px) {
.container-fluid {
  padding-left: 1%;
  padding-right: 1%;
}
#header {
  text-align: center;
}
.frmsearch form {
  float: none;
  margin: auto auto 10px;
}
.menu-header-1 ,.menu-header-2 {
  float: none;
  margin: 5px auto auto;
}
.megaMenuToggle-icon:after, .megaMenuToggle-icon:before {
  left: 0;
}
#menubar  ul.megaMenu > li > a span.wpmega-link-title, #menubar  ul.megaMenu > li > span.um-anchoremulator span.wpmega-link-title {
  font-size: 14px;
}
.footer-box3 {
  clear: both;
  float: left;
}
#mc_signup_form {
  float: none;
  margin: auto;
}
.socialmedia {
  float: none;
}
.navbar-inner {
  text-align: center;
}
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
#footer-box .footer-box1, #footer-box .footer-box2 {
  float: left;
}
#menubar  ul.megaMenu > li > a, #menubar  ul.megaMenu > li > span.um-anchoremulator {
  padding: 8px 10px;
}
.footer-menu {
  margin-left: 0;
}
}
@media only screen and (min-width:480px) and (max-width: 599px ) {
#footer-box .footer-box1, #footer-box .footer-box2 {
  float: left;
}
#menubar  ul.megaMenu > li > a, #menubar  ul.megaMenu > li > span.um-anchoremulator {
  padding: 5px 10px;
}
.copyright, .footer-inner .indentr {
  float: none;
  text-align: center;
}
}
@media only screen and (min-width:320px) and (max-width: 479px) {
.footer-box1 h3, .footer-box1 ul, .footer-box2 h3, .footer-box2 ul {
  margin: 0 !important;
  text-align: center;
}
.menu-header-1 li a {
  padding: 0 10px;
}
#menubar  ul.megaMenu > li > a, #menubar  ul.megaMenu > li > span.um-anchoremulator {
  padding: 5px 10px;
}
.copyright, .footer-inner .indentr {
  float: none;
  text-align: center;
}
#menu-top-menu li a {
  padding: 0 5px;
}
}
@media only screen and (max-width:320px){
#menubar  ul.megaMenu > li > a, #menubar  ul.megaMenu > li > span.um-anchoremulator {
  padding: 5px 10px;
}
}