/**
 * @license
 * MyFonts Webfont Build ID 2739633, 2014-02-04T09:36:18-0500
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=2739633
 * Licensed pageviews: 250,000
 * 
 * © 2014 MyFonts Inc
*/

/* @import must be at top of file, otherwise CSS will not work 
@import url("//hello.myfonts.net/count/29cdb1");*/

@font-face {font-family: 'ITC-Demi-CD';src: url('ITCFranklinGothic/29CE08_0_0.eot');src: url('ITCFranklinGothic/29CE08_0_0.eot?#iefix') format('embedded-opentype'),url('ITCFranklinGothic/29CE08_0_0.woff') format('woff'),url('ITCFranklinGothic/29CE08_0_0.ttf') format('truetype'),url('ITCFranklinGothic/29CE08_0_0.svg#wf') format('svg');}
@font-face {font-family: 'ITC-Book';src: url('ITCFranklinGothic/29CDB1_2_0.eot');src: url('ITCFranklinGothic/29CDB1_2_0.eot?#iefix') format('embedded-opentype'),url('ITCFranklinGothic/29CDB1_2_0.woff') format('woff'),url('ITCFranklinGothic/29CDB1_2_0.ttf') format('truetype'),url('ITCFranklinGothic/29CDB1_2_0.svg#wf') format('svg');}
@font-face {font-family: 'ITC-Book-CD';src: url('ITCFranklinGothic/29CDB1_3_0.eot');src: url('ITCFranklinGothic/29CDB1_3_0.eot?#iefix') format('embedded-opentype'),url('ITCFranklinGothic/29CDB1_3_0.woff') format('woff'),url('ITCFranklinGothic/29CDB1_3_0.ttf') format('truetype'),url('ITCFranklinGothic/29CDB1_3_0.svg#wf') format('svg');}
@font-face {font-family: 'ITC-Med-CD';src: url('ITCFranklinGothic/29CDB1_4_0.eot');src: url('ITCFranklinGothic/29CDB1_4_0.eot?#iefix') format('embedded-opentype'),url('ITCFranklinGothic/29CDB1_4_0.woff') format('woff'),url('ITCFranklinGothic/29CDB1_4_0.ttf') format('truetype'),url('ITCFranklinGothic/29CDB1_4_0.svg#wf') format('svg');}
 
 
 /** Iconmoon Package **/
@font-face {
	font-family: 'icon';
	src:url('icons/icon.eot');
	src:url('icons/icon.eot?#iefix') format('embedded-opentype'),
		url('icons/icon.woff') format('woff'),
		url('icons/icon.ttf') format('truetype'),
		url('icons/icon.svg#icon') format('svg');
	font-weight: normal;
	font-style: normal;
}
.filternav .option-item .btn.selected .btn-circle.icon-1x:before,
div.block-layered-nav div.amshopby-slider div.handle:before,
[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: 'icon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: middle;
  font-size: 4/3em;
}

.btn, .nav-tabs {
  [class^="icon-"],
  [class*=" icon-"] {
  /* keeps button heights with and without icons the same */
    line-height: .9em;
  }
}

li {
  [class^="icon-"],
  [class*=" icon-"] {
    display: inline-block;
    width: 1.25em;
    text-align: center;
  }
  .icon-large:before,
  .icon-large:before {
    /* 1.5 increased font size for icon-large * 1.25 width */
    width: 1.5*1.25em;
  }
}

ul.icons {
  list-style-type: none;
  margin-left: 2em;
  text-indent: -.8em;

  li {
    [class^="icon-"],
    [class*=" icon-"] {
      width: .8em;
    }
    .icon-large:before,
    .icon-large:before {
      /* 1.5 increased font size for icon-large * 1.25 width */
      vertical-align: initial;
//      width: 1.5*1.25em;
    }
  }
}


.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.icon-spin:before { padding: 0; display: block;}
.icon-spin {
  display: inline-block;
  -moz-animation: spin 0.99s infinite linear;
  -o-animation: spin 0.99s infinite linear;
  -webkit-animation: spin 0.99s infinite linear;
  animation: spin 0.99s infinite linear;
}

.rating {
  unicode-bidi: bidi-override;
  direction: rtl;
}
.rating > span {
  display: inline-block;
}
.rating > span:hover:before,
.rating > span:hover ~ span:before {
   content: "\f005";color: #e3cf7a;

}


@-moz-keyframes spin {
  0% { -moz-transform: rotate(0deg); }
  100% { -moz-transform: rotate(359deg); }
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(359deg); }
}
@-o-keyframes spin {
  0% { -o-transform: rotate(0deg); }
  100% { -o-transform: rotate(359deg); }
}
@-ms-keyframes spin {
  0% { -ms-transform: rotate(0deg); }
  100% { -ms-transform: rotate(359deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(359deg); }
}
@-moz-document url-prefix() {
  .icon-spin {
    height: .9em;
  }
  .btn .icon-spin {
    height: auto;
  }
  .icon-spin.icon-large {
    height: 1.25em;
  }
  .btn .icon-spin.icon-large {
    height: .75em;
  }
}

.icon-legal:before {
	content: "\e600";
}
.icon-facebook-sign:before {
	content: "\e601";
}
.icon-twitter-sign:before {
	content: "\e602";
}
.icon-google-plus-sign:before, 
{
	content: "\e603";
	
}
.icon-pinterest-sign:before {
	content: "\e604";
}
.icon-rss:before {
	content: "\e605";
}
.icon-chevron-right:before {
	content: "\e608";
}
.icon-home:before {
	content: "\e606";
}
.icon-align-justify:before {
	content: "\e607";
}
.icon-phone-square:before,
.icon-phone-sign:before {
	content: "\e609";
}
.icon-shopping-cart:before {
	content: "\e60a";
}
.icon-minus-sign-alt:before {
	content: "\e640"; 
}
.icon-plus-sign:before {
	content: "\e63f";
}
.icon-envelope:before {
	content: "\e60c";
}
.icon-plus:before {
	content: "\e60d";
}
.icon-remove:before {
	content: "\e60b";
}
.icon-signin:before {
	content: "\e60e";
}
.icon-arrow-circle-right:before,
.icon-circle-arrow-right:before {
	content: "\e60f";
}
.icon-map-marker:before {
	content: "\e610";
}
.icon-credit-card:before {
	content: "\e611";
}
.icon-truck:before {
	content: "\e612";
}
.icon-gift:before {
	content: "\e613";
}
.icon-minus:before {
	content: "\e614";
}
.icon-key:before {
	content: "\e615";
}
.icon-arrow-left:before {
	content: "\e617";
}
.icon-envelope-alt:before {
	content: "\e616";
}
.icon-unlock:before {
	content: "\e618";
}
.icon-signout:before {
	content: "\e61a";
}
.icon-user:before {
	content: "\e619";
}
.icon-star:before {
	content: "\e61c";
}
.icon-heart:before {
	content: "\e61d";
}
.icon-share:before {
	content: "\e61b";
}
.icon-edit:before {
	content: "\e61f";
}
.icon-inbox:before {
	content: "\e61e";
}
.icon-search:before {
	content: "\e620";
}
.icon-tag:before {
	content: "\e621";
}
.icon-info-sign:before {
	content: "\e623";
}
.icon-star-empty:before {
	content: "\e624";
}
.icon-arrow-circle-left:before,
.icon-circle-arrow-left:before {
	content: "\e622";
}
.icon-ban-circle:before {
	content: "\e625";
}
.icon-retweet:before {
	content: "\e626";
}
.icon-check:before {
	content: "\e628";
}
.icon-refresh:before {
	content: "\e627";
}
.icon-spinner:before {
	content: "\e62a";
}
.icon-cogs:before {
	content: "\e629";
}
.icon-resize-full:before {
	content: "\e62b";
}
.icon-bar-chart:before {
	content: "\e62c";
}
.icon-time:before {
	content: "\e62d";
}
.icon-kids:before {
	content: "\e641";
}
.icon-maennlich:before,
.icon-men:before {
	content: "\e640";
}
.icon-weiblich:before,
.icon-women:before {
	content: "\e642";
}
.icon-unisex:before,
.icon-random:before {
	content: "\e63f";
}
.icon-arrow-circle-o-right:before,
.icon-angle-right:before {
	content: "\e631";
}
.icon-angle-left:before {
	content: "\e634";
}
.icon-tint:before {
	content: "\e632";
}
.icon-tags:before {
	content: "\e633";
}
.icon-question-circle:before,
.icon-question-sign:before {
	content: "\e635";
}
.icon-globe:before {
	content: "\e636";
}
.icon-magnet:before {
	content: "\e637";
}
.icon-check-empty:before {
	content: "\e638";
}
*/
p.btn:not(#foo):hover > input[type=radio] + label:before, p.btn:not(#foo):hover > input[type=checkbox] + label:before,
p.btn:not(#foo) > input[type=radio]:checked + label:before,
p.btn:not(#foo) > input[type=checkbox]:checked + label:before,
p.btn:not(#foo) > input[type=checkbox]:hover:checked + label:before,
p.btn:not(#foo) > input[type=checkbox]:focus:checked + label:before,
p.btn:not(#foo) > input[type=radio]:hover:checked + label:before,
p.btn:not(#foo) > input[type=radio]:focus:checked + label:before,
.filternav .option-item .btn.selected .btn-circle.icon-1x:before,
.icon-ok:before {
	font-family: 'icon';
	content: "\e639";
}*/
.icon-caret-down:before {
	content: "\e63a";
}
.icon-angle-up:before {
	content: "\e63b";
}
.icon-angle-down:before {
	content: "\e63c";
}
.icon-arrow-right:before {
	content: "\e63d";
}
.icon-phone:before {
	content: "\e63e";
}