html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
font: sans-serif;
vertical-align: baseline;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
display: block;
}
body {
line-height: 1;
}
ol,ul {
list-style: none;
}
blockquote,q {
quotes: none;
}
blockquote:before,blockquote:after,q:before,q:after {
content: '';
content: none;
}
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
h1,h2,h3,h4,h5,h6 {
font-weight: normal;
}
strong,b {
font-weight: bold;
}
em,i {
font-style: italic;
}
a {
text-decoration: none;
margin: 0;
padding: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
input,select {
vertical-align: middle;
}
pre {
padding: 15px;
white-space: pre;
white-space: pre-wrap;
white-space: pre-line;
word-wrap: break-word;
}
address {
font-style: normal;
display: inline;
margin: 0;
padding: 0;
}
html {
overflow-y: scroll;
}
a:hover,a:active {
outline: none;
}
textarea {
overflow: auto;
}
.ie7 img {
-ms-interpolation-mode: bicubic;
}
textarea,input {
outline: none;
}
#wai {
position: absolute;
height: 0;
left: -999em;
overflow: hidden;
}
.ir {
display: block;
text-indent: -999em;
overflow: hidden;
background-repeat: no-repeat;
text-align: left;
direction: ltr;
}
.hidden {
display: none;
visibility: hidden;
}
.visuallyhidden {
position: absolute!important;
clip: rect(1px 1px 1px 1px);
clip: rect(1px, 1px, 1px, 1px);
}
.invisible {
visibility: hidden;
}
.clearfix:after {
content: ".";
display: block;
height: 0;
font-size: 0;
clear: both;
visibility: hidden;
}

.container {
width: 940px;
margin-left: auto;
margin-right: auto;
zoom: 1;
}
.container:before,.container:after {
display: table;
content: "";
zoom: 1;*display:inline;
}
.container:after {
clear: both;
}
.pull-right {
float: right;
}
.pull-left {
float: left;
}
.hide {
display: none;
}
.show {
display: block;
}
.row {
zoom: 1;
margin-left: -20px;
}
.row:before,.row:after {
display: table;
content: "";
zoom: 1;*display:inline;
}
.row:after {
clear: both;
}
[class*="span"] {
display: inline;
float: left;
margin-left: 20px;
}
.span1 {
width: 40px;
}
.span2 {
width: 100px;
}
.span3 {
width: 160px;
}
.span4 {
width: 220px;
}
.span5 {
width: 280px;
}
.span6 {
width: 340px;
}
.span7 {
width: 400px;
}
.span8 {
width: 460px;
}
.span9 {
width: 520px;
}
.span10 {
width: 580px;
}
.span11 {
width: 640px;
}
.span12 {
width: 700px;
}
.span13 {
width: 760px;
}
.span14 {
width: 820px;
}
.span15 {
width: 880px;
}
.span16 {
width: 940px;
}
.span17 {
width: 1000px;
}
.span18 {
width: 1060px;
}
.span19 {
width: 1120px;
}
.span20 {
width: 1180px;
}
.span21 {
width: 1240px;
}
.span22 {
width: 1300px;
}
.span23 {
width: 1360px;
}
.span24 {
width: 1420px;
}
.offset1 {
margin-left: 80px;
}
.offset2 {
margin-left: 140px;
}
.offset3 {
margin-left: 200px;
}
.offset4 {
margin-left: 260px;
}
.offset5 {
margin-left: 320px;
}
.offset6 {
margin-left: 380px;
}
.offset7 {
margin-left: 440px;
}
.offset8 {
margin-left: 500px;
}
.offset9 {
margin-left: 560px;
}
.offset10 {
margin-left: 620px;
}
.offset11 {
margin-left: 680px;
}
.offset12 {
margin-left: 740px;
}
.span-one-third {
width: 300px;
}
.span-two-thirds {
width: 620px;
}
.offset-one-third {
margin-left: 340px;
}
.offset-two-thirds {
margin-left: 660px;
}

/* Tabs and Pills */

.tabs, .pills {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  zoom: 1;
}
.tabs:before,
.pills:before,
.tabs:after,
.pills:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.tabs:after, .pills:after {
  clear: both;
}
.tabs > li, .pills > li {
    display: inline-block;
    /*float: left;*/
}
.tabs > li > a, .pills > li > a {
  display: block;
}
.tabs {
  float: left;
  width: 100%;
  border-bottom: 1px solid #ddd;
}
.tabs > li {
  position: relative;
  top: 1px;
  margin-bottom: 0 !important;
}
.tabs > li > a {
  padding: 0 15px;
  margin-right: 2px;
  line-height: 36px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.tabs > li > a:hover {
  text-decoration: none;
  background-color: #eee;
  border-color: #eee #eee #ddd;
}
.tabs > li.active > a {
  color: #808080;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.tabs .menu-dropdown, .tabs .dropdown-menu {
  top: 35px;
  border-width: 1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.tabs a.menu:after, .tabs .dropdown-toggle:after {
  border-top-color: #999;
  margin-top: 15px;
  margin-left: 5px;
}
.tabs li.open.menu .menu, .tabs .open.dropdown .dropdown-toggle {
  border-color: #999;
}
.tabs li.open a.menu:after, .tabs .dropdown.open .dropdown-toggle:after {
  border-top-color: #555;
}
.tab-content {
  clear: both;
}
.pills a {
  padding: 3px 15px;
  text-shadow: 0 1px 1px #ffffff;
  line-height: 30px;
  margin: 5px 20px 5px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.pills a:hover {
  background: #09a7c8;
  cursor: pointer;
  color: #ffffff;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
.pills .active a {
  background: #19b7d8;
  color: #ffffff;
  font-family: 'ProximaNovaBold';
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
.tab-content > *, .pill-content > * {
  display: none;
}
.tab-content > .active, .pill-content > .active {
  display: block;
}

/* Bootstrap Well */

.well {
  background-color: #f5f5f5;
  margin-bottom: 20px;
  padding: 19px;
  min-height: 20px;
  border: 1px solid #eee;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

html {
    font-family: Helvetica, Arial, Tahoma, sans-serif;
}

/* Fonts - Licensing Information Below */

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

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

@font-face {
    font-family: 'MuseoSans500';
    src: url('../fonts/15B0D9_0.eot');
    src: url('../fonts/15B0D9_0.eot?#iefix') format('embedded-opentype'),
         url('../fonts/15B0D9_0.woff') format('woff'),
         url('../fonts/15B0D9_0.ttf') format('truetype'),
         url('../fonts/15B0D9_0.svg#fg1HMu31') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

@font-face {
    font-family: 'MuseoSans100';
    src: url('../fonts/museosans-100-webfont.eot');
    src: url('../fonts/museosans-100-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/museosans-100-webfont.woff') format('woff'),
         url('../fonts/museosans-100-webfont.ttf') format('truetype'),
         url('../fonts/museosans-100-webfont.svg#fg1HMu31') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Sprites */

.sprite-icn-tiny-bookmark,
.sprite-icn-tiny-person,
.sprite-icn-tiny-pencil,
.sprite-icn-tiny-cart,
.sprite-icn-tiny-bag,
.sprite-icn-tiny-cart-dark,
.sprite-icn-tiny-cloud,
.sprite-icn-tiny-eye-dark,
.sprite-icn-tiny-eye,
.sprite-icn-tiny-heart,
.sprite-icn-tiny-ipad,
.sprite-icn-tiny-kindle,
.sprite-icn-tiny-minus,
.sprite-icn-tiny-nook,
.sprite-icn-tiny-pdf,
.sprite-icn-tiny-plus {
	background: url(../imgs/icn-tiny-sprite.png) no-repeat;
}

.sprite-icn-tiny-bookmark{background-position:0 -420px;padding-left:18px;}
.sprite-icn-tiny-person{background-position:-3062px -838px;padding-left:21px;}
.sprite-icn-tiny-pencil{background-position:-3062px -422px;padding-left:15px;}
.sprite-icn-tiny-cart{background-position:0 -1252px;padding-left:20px;}

.sprite-icn-tiny-bag{background-position:0 0;}
.sprite-icn-tiny-cart-dark{background-position:0 -836px;}
.sprite-icn-tiny-cloud{background-position:-1016px 0; }
.sprite-icn-tiny-eye-dark{background-position:-1016px -416px;}
.sprite-icn-tiny-eye{background-position:-1016px -825px;}
.sprite-icn-tiny-heart{background-position:-1016px -1233px;}
.sprite-icn-tiny-minus{background-position:-2039px -844px;}
.sprite-icn-tiny-plus{background-position:-3062px -1253px;}

.sprite-icn-tiny-kindle{background-position:-2039px -422px;/* padding left:20px; */}
.sprite-icn-tiny-ipad{background-position:-2039px 0;/* padding left:20px; */}
.sprite-icn-tiny-nook{background-position:-2039px -1258px;/* padding left:20px; */}
.sprite-icn-tiny-pdf{background-position:-3062px 0;/* padding left:20px; */}