@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic,700italic);
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  max-width: 100%;
}
body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #222222;
  background-color: #ffffff;
  padding-top: 40px;
  max-width: 100%;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #002fa7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #00195b;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  color: #ff1c61;
}
.hide {
  display: none;
}
img {
  vertical-align: middle;
}
.img-responsive,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img,
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 3px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #ededed;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: #333333;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p,
.p {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
button,
b,
strong {
  font-weight: 700 !important;
}
.btn {
  font-weight: 600;
}
small,
.small {
  font-size: 0.8em;
}
@media screen and (min-width: 690px) {
  small,
  .small {
    font-size: 0.85em;
  }
}
cite {
  font-style: normal;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
.align-justify {
  text-align: justify;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #002fa7;
}
a.text-primary:hover {
  color: #002174;
}
.text-success {
  color: #ffffff;
}
a.text-success:hover {
  color: #e6e6e6;
}
.text-info {
  color: #222222;
}
a.text-info:hover {
  color: #080808;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #002fa7;
}
a.bg-primary:hover {
  background-color: #002174;
}
.bg-success {
  background-color: #6dce87;
}
a.bg-success:hover {
  background-color: #47c168;
}
.bg-info {
  background-color: #ededed;
}
a.bg-info:hover {
  background-color: #d4d4d4;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #ededed;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.428571429;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #ededed;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #ededed;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}
@font-face {
  font-family: 'Elusive-Icons';
  src: url('../fonts_icons/fonts/Elusive-Icons.eot');
  src: url('../fonts_icons/fonts/Elusive-Icons.eot?#iefix') format('embedded-opentype'), url('../fonts_icons/fonts/Elusive-Icons.svg#Elusive-Icons') format('svg'), url('../fonts_icons/fonts/Elusive-Icons.woff') format('woff'), url('../fonts_icons/fonts/Elusive-Icons.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
[class*="el-icon-"] {
  font-family: 'Elusive-Icons';
  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;
}
.el-icon-zoom-out:before {
  content: "\e600";
}
.el-icon-zoom-in:before {
  content: "\e601";
}
.el-icon-youtube:before {
  content: "\e602";
}
.el-icon-wrench-alt:before {
  content: "\e603";
}
.el-icon-wrench:before {
  content: "\e604";
}
.el-icon-wordpress:before {
  content: "\e605";
}
.el-icon-wheelchair:before {
  content: "\e606";
}
.el-icon-website-alt:before {
  content: "\e607";
}
.el-icon-website:before {
  content: "\e608";
}
.el-icon-warning-sign:before {
  content: "\e609";
}
.el-icon-w3c:before {
  content: "\e60a";
}
.el-icon-volume-up:before {
  content: "\e60b";
}
.el-icon-volume-off:before {
  content: "\e60c";
}
.el-icon-volume-down:before {
  content: "\e60d";
}
.el-icon-vkontakte:before {
  content: "\e60e";
}
.el-icon-vimeo:before {
  content: "\e60f";
}
.el-icon-view-mode:before {
  content: "\e610";
}
.el-icon-video-chat:before {
  content: "\e611";
}
.el-icon-video-alt:before {
  content: "\e612";
}
.el-icon-video:before {
  content: "\e613";
}
.el-icon-viadeo:before {
  content: "\e614";
}
.el-icon-user:before {
  content: "\e615";
}
.el-icon-usd:before {
  content: "\e616";
}
.el-icon-upload:before {
  content: "\e617";
}
.el-icon-unlock-alt:before {
  content: "\e618";
}
.el-icon-unlock:before {
  content: "\e619";
}
.el-icon-universal-access:before {
  content: "\e61a";
}
.el-icon-twitter:before {
  content: "\e61b";
}
.el-icon-tumblr:before {
  content: "\e61c";
}
.el-icon-trash-alt:before {
  content: "\e61d";
}
.el-icon-trash:before {
  content: "\e61e";
}
.el-icon-torso:before {
  content: "\e61f";
}
.el-icon-tint:before {
  content: "\e620";
}
.el-icon-time-alt:before {
  content: "\e621";
}
.el-icon-time:before {
  content: "\e622";
}
.el-icon-thumbs-up:before {
  content: "\e623";
}
.el-icon-thumbs-down:before {
  content: "\e624";
}
.el-icon-th-list:before {
  content: "\e625";
}
.el-icon-th-large:before {
  content: "\e626";
}
.el-icon-th:before {
  content: "\e627";
}
.el-icon-text-width:before {
  content: "\e628";
}
.el-icon-text-height:before {
  content: "\e629";
}
.el-icon-tasks:before {
  content: "\e62a";
}
.el-icon-tags:before {
  content: "\e62b";
}
.el-icon-tag:before {
  content: "\e62c";
}
.el-icon-stumbleupon:before {
  content: "\e62d";
}
.el-icon-stop-alt:before {
  content: "\e62e";
}
.el-icon-stop:before {
  content: "\e62f";
}
.el-icon-step-forward:before {
  content: "\e630";
}
.el-icon-step-backward:before {
  content: "\e631";
}
.el-icon-star-empty:before {
  content: "\e632";
}
.el-icon-star-alt:before {
  content: "\e633";
}
.el-icon-star:before {
  content: "\e634";
}
.el-icon-stackoverflow:before {
  content: "\e635";
}
.el-icon-spotify:before {
  content: "\e636";
}
.el-icon-speaker:before {
  content: "\e637";
}
.el-icon-soundcloud:before {
  content: "\e638";
}
.el-icon-smiley-alt:before {
  content: "\e639";
}
.el-icon-smiley:before {
  content: "\e63a";
}
.el-icon-slideshare:before {
  content: "\e63b";
}
.el-icon-skype:before {
  content: "\e63c";
}
.el-icon-signal:before {
  content: "\e63d";
}
.el-icon-shopping-cart-sign:before {
  content: "\e63e";
}
.el-icon-shopping-cart:before {
  content: "\e63f";
}
.el-icon-share-alt:before {
  content: "\e640";
}
.el-icon-share:before {
  content: "\e641";
}
.el-icon-search-alt:before {
  content: "\e642";
}
.el-icon-search:before {
  content: "\e643";
}
.el-icon-screenshot:before {
  content: "\e644";
}
.el-icon-screen-alt:before {
  content: "\e645";
}
.el-icon-screen:before {
  content: "\e646";
}
.el-icon-scissors:before {
  content: "\e647";
}
.el-icon-rss:before {
  content: "\e648";
}
.el-icon-road:before {
  content: "\e649";
}
.el-icon-reverse-alt:before {
  content: "\e64a";
}
.el-icon-retweet:before {
  content: "\e64b";
}
.el-icon-return-key:before {
  content: "\e64c";
}
.el-icon-resize-vertical:before {
  content: "\e64d";
}
.el-icon-resize-small:before {
  content: "\e64e";
}
.el-icon-resize-horizontal:before {
  content: "\e64f";
}
.el-icon-resize-full:before {
  content: "\e650";
}
.el-icon-repeat-alt:before {
  content: "\e651";
}
.el-icon-repeat:before {
  content: "\e652";
}
.el-icon-remove-sign:before {
  content: "\e653";
}
.el-icon-remove-circle:before {
  content: "\e654";
}
.el-icon-remove:before {
  content: "\e655";
}
.el-icon-refresh:before {
  content: "\e656";
}
.el-icon-reddit:before {
  content: "\e657";
}
.el-icon-record:before {
  content: "\e658";
}
.el-icon-random:before {
  content: "\e659";
}
.el-icon-quotes-alt:before {
  content: "\e65a";
}
.el-icon-quotes:before {
  content: "\e65b";
}
.el-icon-question-sign:before {
  content: "\e65c";
}
.el-icon-question:before {
  content: "\e65d";
}
.el-icon-qrcode:before {
  content: "\e65e";
}
.el-icon-puzzle:before {
  content: "\e65f";
}
.el-icon-print:before {
  content: "\e660";
}
.el-icon-podcast:before {
  content: "\e661";
}
.el-icon-plus-sign:before {
  content: "\e662";
}
.el-icon-plus:before {
  content: "\e663";
}
.el-icon-play-circle:before {
  content: "\e664";
}
.el-icon-play-alt:before {
  content: "\e665";
}
.el-icon-play:before {
  content: "\e666";
}
.el-icon-plane:before {
  content: "\e667";
}
.el-icon-pinterest:before {
  content: "\e668";
}
.el-icon-picture:before {
  content: "\e669";
}
.el-icon-picasa:before {
  content: "\e66a";
}
.el-icon-photo-alt:before {
  content: "\e66b";
}
.el-icon-photo:before {
  content: "\e66c";
}
.el-icon-phone-alt:before {
  content: "\e66d";
}
.el-icon-phone:before,
.el-icon-earphone:before {
  content: "\e66e";
}
.el-icon-person:before {
  content: "\e66f";
}
.el-icon-pencil-alt:before {
  content: "\e670";
}
.el-icon-pencil:before {
  content: "\e671";
}
.el-icon-pause-alt:before {
  content: "\e672";
}
.el-icon-pause:before {
  content: "\e673";
}
.el-icon-path:before {
  content: "\e674";
}
.el-icon-paper-clip-alt:before,
.el-icon-paperclip-alt:before {
  content: "\e675";
}
.el-icon-paper-clip:before,
.el-icon-paperclip:before {
  content: "\e676";
}
.el-icon-opensource:before {
  content: "\e677";
}
.el-icon-ok-sign:before {
  content: "\e678";
}
.el-icon-ok-circle:before {
  content: "\e679";
}
.el-icon-ok:before {
  content: "\e67a";
}
.el-icon-off:before {
  content: "\e67b";
}
.el-icon-network:before {
  content: "\e67c";
}
.el-icon-myspace:before {
  content: "\e67d";
}
.el-icon-music:before {
  content: "\e67e";
}
.el-icon-move:before {
  content: "\e67f";
}
.el-icon-minus-sign:before {
  content: "\e680";
}
.el-icon-minus:before {
  content: "\e681";
}
.el-icon-mic-alt:before {
  content: "\e682";
}
.el-icon-mic:before {
  content: "\e683";
}
.el-icon-map-marker-alt:before {
  content: "\e684";
}
.el-icon-map-marker:before {
  content: "\e685";
}
.el-icon-male:before {
  content: "\e686";
}
.el-icon-magnet:before {
  content: "\e687";
}
.el-icon-magic:before {
  content: "\e688";
}
.el-icon-lock-alt:before {
  content: "\e689";
}
.el-icon-lock:before {
  content: "\e68a";
}
.el-icon-livejournal:before {
  content: "\e68b";
}
.el-icon-list-alt:before {
  content: "\e68c";
}
.el-icon-list:before {
  content: "\e68d";
}
.el-icon-linkedin:before {
  content: "\e68e";
}
.el-icon-link:before {
  content: "\e68f";
}
.el-icon-lines:before {
  content: "\e690";
}
.el-icon-leaf:before {
  content: "\e691";
}
.el-icon-lastfm:before {
  content: "\e692";
}
.el-icon-laptop-alt:before {
  content: "\e693";
}
.el-icon-laptop:before {
  content: "\e694";
}
.el-icon-key:before {
  content: "\e695";
}
.el-icon-italic:before {
  content: "\e696";
}
.el-icon-iphone-home:before {
  content: "\e697";
}
.el-icon-instagram:before {
  content: "\e698";
}
.el-icon-info-sign:before {
  content: "\e699";
}
.el-icon-indent-right:before {
  content: "\e69a";
}
.el-icon-indent-left:before {
  content: "\e69b";
}
.el-icon-inbox-box:before {
  content: "\e69c";
}
.el-icon-inbox-alt:before {
  content: "\e69d";
}
.el-icon-inbox:before {
  content: "\e69e";
}
.el-icon-idea-alt:before {
  content: "\e69f";
}
.el-icon-idea:before {
  content: "\e6a0";
}
.el-icon-hourglass:before {
  content: "\e6a1";
}
.el-icon-home-alt:before {
  content: "\e6a2";
}
.el-icon-home:before {
  content: "\e6a3";
}
.el-icon-heart-empty:before {
  content: "\e6a4";
}
.el-icon-heart-alt:before {
  content: "\e6a5";
}
.el-icon-heart:before {
  content: "\e6a6";
}
.el-icon-hearing-impaired:before {
  content: "\e6a7";
}
.el-icon-headphones:before {
  content: "\e6a8";
}
.el-icon-hdd:before {
  content: "\e6a9";
}
.el-icon-hand-up:before {
  content: "\e6aa";
}
.el-icon-hand-right:before {
  content: "\e6ab";
}
.el-icon-hand-left:before {
  content: "\e6ac";
}
.el-icon-hand-down:before {
  content: "\e6ad";
}
.el-icon-guidedog:before {
  content: "\e6ae";
}
.el-icon-group-alt:before {
  content: "\e6af";
}
.el-icon-group:before {
  content: "\e6b0";
}
.el-icon-graph-alt:before {
  content: "\e6b1";
}
.el-icon-graph:before {
  content: "\e6b2";
}
.el-icon-googleplus:before {
  content: "\e6b3";
}
.el-icon-globe-alt:before {
  content: "\e6b4";
}
.el-icon-globe:before {
  content: "\e6b5";
}
.el-icon-glasses:before {
  content: "\e6b6";
}
.el-icon-glass:before {
  content: "\e6b7";
}
.el-icon-github-text:before {
  content: "\e6b8";
}
.el-icon-github:before {
  content: "\e6b9";
}
.el-icon-gift:before {
  content: "\e6ba";
}
.el-icon-gbp:before {
  content: "\e6bb";
}
.el-icon-fullscreen:before {
  content: "\e6bc";
}
.el-icon-friendfeed-rect:before {
  content: "\e6bd";
}
.el-icon-friendfeed:before {
  content: "\e6be";
}
.el-icon-foursquare:before {
  content: "\e6bf";
}
.el-icon-forward-alt:before {
  content: "\e6c0";
}
.el-icon-forward:before {
  content: "\e6c1";
}
.el-icon-fork:before {
  content: "\e6c2";
}
.el-icon-fontsize:before {
  content: "\e6c3";
}
.el-icon-font:before {
  content: "\e6c4";
}
.el-icon-folder-sign:before {
  content: "\e6c5";
}
.el-icon-folder-open:before {
  content: "\e6c6";
}
.el-icon-folder-close:before {
  content: "\e6c7";
}
.el-icon-folder:before {
  content: "\e6c8";
}
.el-icon-flickr:before {
  content: "\e6c9";
}
.el-icon-flag-alt:before {
  content: "\e6ca";
}
.el-icon-flag:before {
  content: "\e6cb";
}
.el-icon-fire:before {
  content: "\e6cc";
}
.el-icon-filter:before {
  content: "\e6cd";
}
.el-icon-film:before {
  content: "\e6ce";
}
.el-icon-file-new-alt:before {
  content: "\e6cf";
}
.el-icon-file-new:before {
  content: "\e6d0";
}
.el-icon-file-edit-alt:before {
  content: "\e6d1";
}
.el-icon-file-edit:before {
  content: "\e6d2";
}
.el-icon-file-alt:before {
  content: "\e6d3";
}
.el-icon-file:before {
  content: "\e6d4";
}
.el-icon-female:before {
  content: "\e6d5";
}
.el-icon-fast-forward:before {
  content: "\e6d6";
}
.el-icon-fast-backward:before {
  content: "\e6d7";
}
.el-icon-facetime-video:before {
  content: "\e6d8";
}
.el-icon-facebook:before {
  content: "\e6d9";
}
.el-icon-eye-open:before {
  content: "\e6da";
}
.el-icon-eye-close:before {
  content: "\e6db";
}
.el-icon-exclamation-sign:before {
  content: "\e6dc";
}
.el-icon-eur:before {
  content: "\e6dd";
}
.el-icon-error-alt:before {
  content: "\e6de";
}
.el-icon-error:before {
  content: "\e6df";
}
.el-icon-envelope-alt:before {
  content: "\e6e0";
}
.el-icon-envelope:before {
  content: "\e6e1";
}
.el-icon-eject:before {
  content: "\e6e2";
}
.el-icon-edit:before {
  content: "\e6e3";
}
.el-icon-dribbble:before {
  content: "\e6e4";
}
.el-icon-download-alt:before {
  content: "\e6e5";
}
.el-icon-download:before {
  content: "\e6e6";
}
.el-icon-digg:before {
  content: "\e6e7";
}
.el-icon-deviantart:before {
  content: "\e6e8";
}
.el-icon-delicious:before {
  content: "\e6e9";
}
.el-icon-dashboard:before {
  content: "\e6ea";
}
.el-icon-css:before {
  content: "\e6eb";
}
.el-icon-credit-card:before {
  content: "\e6ec";
}
.el-icon-compass-alt:before {
  content: "\e6ed";
}
.el-icon-compass:before {
  content: "\e6ee";
}
.el-icon-comment-alt:before {
  content: "\e6ef";
}
.el-icon-comment:before {
  content: "\e6f0";
}
.el-icon-cogs:before {
  content: "\e6f1";
}
.el-icon-cog-alt:before {
  content: "\e6f2";
}
.el-icon-cog:before {
  content: "\e6f3";
}
.el-icon-cloud-alt:before {
  content: "\e6f4";
}
.el-icon-cloud:before {
  content: "\e6f5";
}
.el-icon-circle-arrow-up:before {
  content: "\e6f6";
}
.el-icon-circle-arrow-right:before {
  content: "\e6f7";
}
.el-icon-circle-arrow-left:before {
  content: "\e6f8";
}
.el-icon-circle-arrow-down:before {
  content: "\e6f9";
}
.el-icon-child:before {
  content: "\e6fa";
}
.el-icon-chevron-up:before {
  content: "\e6fb";
}
.el-icon-chevron-right:before {
  content: "\e6fc";
}
.el-icon-chevron-left:before {
  content: "\e6fd";
}
.el-icon-chevron-down:before {
  content: "\e6fe";
}
.el-icon-check-empty:before,
.el-icon-unchecked:before {
  content: "\e6ff";
}
.el-icon-check:before {
  content: "\e700";
}
.el-icon-certificate:before {
  content: "\e701";
}
.el-icon-cc:before {
  content: "\e702";
}
.el-icon-caret-up:before {
  content: "\e703";
}
.el-icon-caret-right:before {
  content: "\e704";
}
.el-icon-caret-left:before {
  content: "\e705";
}
.el-icon-caret-down:before {
  content: "\e706";
}
.el-icon-car:before {
  content: "\e707";
}
.el-icon-camera:before {
  content: "\e708";
}
.el-icon-calendar-sign:before {
  content: "\e709";
}
.el-icon-calendar:before {
  content: "\e70a";
}
.el-icon-bullhorn:before {
  content: "\e70b";
}
.el-icon-bulb:before {
  content: "\e70c";
}
.el-icon-brush:before {
  content: "\e70d";
}
.el-icon-broom:before {
  content: "\e70e";
}
.el-icon-briefcase:before {
  content: "\e70f";
}
.el-icon-braille:before {
  content: "\e710";
}
.el-icon-bookmark-empty:before {
  content: "\e711";
}
.el-icon-bookmark:before {
  content: "\e712";
}
.el-icon-book:before {
  content: "\e713";
}
.el-icon-bold:before {
  content: "\e714";
}
.el-icon-blogger:before {
  content: "\e715";
}
.el-icon-blind:before {
  content: "\e716";
}
.el-icon-bell:before {
  content: "\e717";
}
.el-icon-behance:before {
  content: "\e718";
}
.el-icon-barcode:before {
  content: "\e719";
}
.el-icon-ban-circle:before {
  content: "\e71a";
}
.el-icon-backward:before {
  content: "\e71b";
}
.el-icon-asl:before {
  content: "\e71c";
}
.el-icon-arrow-up:before {
  content: "\e71d";
}
.el-icon-arrow-right:before {
  content: "\e71e";
}
.el-icon-arrow-left:before {
  content: "\e71f";
}
.el-icon-arrow-down:before {
  content: "\e720";
}
.el-icon-align-right:before {
  content: "\e721";
}
.el-icon-align-left:before {
  content: "\e722";
}
.el-icon-align-justify:before {
  content: "\e723";
}
.el-icon-align-center:before {
  content: "\e724";
}
.el-icon-adult:before {
  content: "\e725";
}
.el-icon-adjust-alt:before {
  content: "\e726";
}
.el-icon-adjust:before {
  content: "\e727";
}
.el-icon-address-book-alt:before {
  content: "\e728";
}
.el-icon-address-book:before {
  content: "\e729";
}
.el-icon-asterisk:before {
  content: "\e72a";
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 738px;
  }
}
@media (min-width: 1000px) {
  .container {
    width: 980px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666666666666%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666666666666%;
}
.col-xs-pull-10 {
  right: 83.33333333333334%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666666666666%;
}
.col-xs-pull-7 {
  right: 58.333333333333336%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666666666667%;
}
.col-xs-pull-4 {
  right: 33.33333333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.666666666666664%;
}
.col-xs-pull-1 {
  right: 8.333333333333332%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666666666666%;
}
.col-xs-push-10 {
  left: 83.33333333333334%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666666666666%;
}
.col-xs-push-7 {
  left: 58.333333333333336%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666666666667%;
}
.col-xs-push-4 {
  left: 33.33333333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.666666666666664%;
}
.col-xs-push-1 {
  left: 8.333333333333332%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1000px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #6dce87;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #5ac877;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #ededed;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #e0e0e0;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 5px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #545454;
}
.form-control {
  display: block;
  width: 100%;
  height: 30px;
  padding: 4px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #545454;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #ededed;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
.search-dropdown .search-box {
  width: 100% !important;
  height: 46px;
  border: 0;
  border-bottom: 1px solid #a9a9a9;
  padding: 6px 24px 12px 0;
  font-size: 26px;
  background-color: transparent;
  box-shadow: none !important;
}
.search-dropdown .search-box:focus {
  font-weight: 700;
  color: #333333;
  background-color: transparent;
}
.clear-search {
  font-size: 16px;
  position: absolute;
  top: 16px;
  right: 1px;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 30px;
}
.form-group {
  margin-bottom: 15px;
  position: relative;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 1px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 42px;
  padding: 8px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 3px;
}
select.input-lg {
  height: 42px;
  line-height: 42px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 37.5px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #ffffff;
}
.has-success .form-control {
  border-color: #ffffff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.has-success .input-group-addon {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #6dce87;
}
.has-success .form-control-feedback {
  color: #ffffff;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #626262;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 25px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-control-static {
  padding-top: 5px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 4px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #ffffff;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-grey {
  color: #ffffff;
  background-color: #545454;
  border-color: transparent;
}
.btn-grey:hover,
.btn-grey:focus,
.btn-grey:active,
.btn-grey.active,
.open .dropdown-toggle.btn-grey {
  color: #ffffff;
  background-color: #404040;
  border-color: rgba(0, 0, 0, 0);
}
.btn-grey:active,
.btn-grey.active,
.open .dropdown-toggle.btn-grey {
  background-image: none;
}
.btn-grey.disabled,
.btn-grey[disabled],
fieldset[disabled] .btn-grey,
.btn-grey.disabled:hover,
.btn-grey[disabled]:hover,
fieldset[disabled] .btn-grey:hover,
.btn-grey.disabled:focus,
.btn-grey[disabled]:focus,
fieldset[disabled] .btn-grey:focus,
.btn-grey.disabled:active,
.btn-grey[disabled]:active,
fieldset[disabled] .btn-grey:active,
.btn-grey.disabled.active,
.btn-grey[disabled].active,
fieldset[disabled] .btn-grey.active {
  background-color: #545454;
  border-color: transparent;
}
.btn-grey .badge {
  color: #545454;
  background-color: #ffffff;
}
.btn-default {
  color: #ffffff;
  background-color: #ff1c61;
  border-color: transparent;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #ffffff;
  background-color: #f2004a;
  border-color: rgba(0, 0, 0, 0);
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ff1c61;
  border-color: transparent;
}
.btn-default .badge {
  color: #ff1c61;
  background-color: #ffffff;
}
.btn-primary {
  color: #ffffff;
  background-color: #3359b9;
  border-color: transparent;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #2a4a99;
  border-color: rgba(0, 0, 0, 0);
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #3359b9;
  border-color: transparent;
}
.btn-primary .badge {
  color: #3359b9;
  background-color: #ffffff;
}
.btn-hollow {
  color: #002fa7;
  background-color: #ffffff;
  border-color: #002fa7;
}
.btn-hollow:hover,
.btn-hollow:focus,
.btn-hollow:active,
.btn-hollow.active,
.open .dropdown-toggle.btn-hollow {
  color: #002fa7;
  background-color: #ebebeb;
  border-color: #001e6a;
}
.btn-hollow:active,
.btn-hollow.active,
.open .dropdown-toggle.btn-hollow {
  background-image: none;
}
.btn-hollow.disabled,
.btn-hollow[disabled],
fieldset[disabled] .btn-hollow,
.btn-hollow.disabled:hover,
.btn-hollow[disabled]:hover,
fieldset[disabled] .btn-hollow:hover,
.btn-hollow.disabled:focus,
.btn-hollow[disabled]:focus,
fieldset[disabled] .btn-hollow:focus,
.btn-hollow.disabled:active,
.btn-hollow[disabled]:active,
fieldset[disabled] .btn-hollow:active,
.btn-hollow.disabled.active,
.btn-hollow[disabled].active,
fieldset[disabled] .btn-hollow.active {
  background-color: #ffffff;
  border-color: #002fa7;
}
.btn-hollow .badge {
  color: #ffffff;
  background-color: #002fa7;
}
.btn-hollow:hover {
  background-color: fff;
}
.btn-hollow a:hover {
  text-decoration: none;
}
.btn-link {
  color: #002fa7;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #00195b;
  text-decoration: underline;
  background-color: transparent;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 8px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 3px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 1px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 1px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.carousel {
  position: relative;
}
@media screen and (max-width: 768px) {
  .carousel {
    padding-right: -15px;
    padding-left: -15px;
  }
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.9);
}
.carousel-control.right {
  left: auto;
  right: 0;
}
.carousel-control:hover,
.carousel-control:focus {
  outline: none;
  color: #ffffff;
  text-decoration: none;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -20px;
  margin-left: -10px;
  font-family: serif;
  font-size: 96px !important;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 15;
  margin-right: 25px;
  margin-bottom: -5px;
  padding-left: 0;
  list-style: none;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .carousel-indicators {
    margin-bottom: 5px;
  }
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ededed;
  background-color: #999999;
  border-radius: 10px;
  cursor: pointer;
  margin-right: 5px;
}
.carousel-indicators li:last-child {
  margin-right: 0;
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
  margin-right: 5px;
}
.carousel-indicators .active:last-child {
  margin-right: 0;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.9);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
@media screen and (min-width: 1000px) {
  .product-carousel .right {
    right: -10px;
  }
}
.product-carousel .carousel-control .icon-prev,
.product-carousel .carousel-control .icon-next {
  font-size: 60px;
  top: 38%;
  color: #fff;
}
.product-carousel .carousel-control .icon-prev a,
.product-carousel .carousel-control .icon-next a {
  color: #fff;
}
.product-carousel .carousel-indicators {
  position: absolute;
  width: 100% !important;
  text-align: center;
  margin-right: 0;
  bottom: 20px;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
#fblikeus-modal,
#cartr1-modal {
  top: 40px;
  right: auto;
  bottom: auto;
  left: 50%;
  margin-left: -305px;
}
#fblikeus-modal .modal-dialog,
#cartr1-modal .modal-dialog {
  width: 610px;
}
@media screen and (max-width: 767px) {
  #fblikeus-modal .modal-dialog,
  #cartr1-modal .modal-dialog {
    width: 510px;
  }
}
#fblikeus-modal .modal-content,
#cartr1-modal .modal-content {
  background-color: #fff;
  background-position: top center;
  background-repeat: no-repeat;
  height: 382px;
}
@media screen and (max-width: 767px) {
  #fblikeus-modal .modal-content,
  #cartr1-modal .modal-content {
    background-size: 100%;
    height: 340px;
  }
}
@media screen and (max-width: 767px) {
  #fblikeus-modal,
  #cartr1-modal {
    margin-left: -255px;
  }
}
#fblikeus-modal .modal-content {
  background-image: url("/assets/images/10offModal_July2014-fb.gif");
}
#cartr1-modal .modal-content {
  background-image: url("/assets/images/10offModal_July2014-cart.gif");
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 0;
  border-radius: 24px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-header {
  padding: 15px;
  border: 0;
  min-height: 16.428571429px;
}
.modal-header .close {
  float: right;
  margin-top: -5px;
  margin-right: -8px;
  border: 0;
  background: none;
  font-size: 24px;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 19px 20px 20px;
  text-align: center;
  border: 0;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 1000px) {
  .modal-lg {
    width: 900px;
  }
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 2px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #6dce87;
  border-color: #5ac865;
  color: #ffffff;
}
.alert-success hr {
  border-top-color: #47c153;
}
.alert-success .alert-link {
  color: #e6e6e6;
}
.alert-info {
  background-color: #ededed;
  border-color: #dbdbdb;
  color: #222222;
}
.alert-info hr {
  border-top-color: #cecece;
}
.alert-info .alert-link {
  color: #080808;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: static !important;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 500;
  display: none;
  float: left;
  width: auto;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 30px;
  background-color: rgba(43, 43, 43, 0.95);
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #4e4e4e;
}
@media screen and (min-width: 768px) {
  .dropdown-menu > li {
    padding-left: 15px;
  }
}
@media screen and (min-width: 900px) {
  .dropdown-menu > li {
    padding-left: 65px;
  }
}
@media screen and (min-width: 950px) {
  .dropdown-menu > li {
    padding-left: 90px;
  }
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 10px;
  clear: both;
  font-weight: 300;
  line-height: 35px;
  color: #ffffff;
  white-space: nowrap;
}
.dropdown-menu > li > a.sale {
  color: #c91f53 !important;
}
.dropdown-menu > li:first-child > a {
  margin-top: 5px;
}
.dropdown-menu > li:last-child > a {
  margin-bottom: 10px;
}
.dropdown-menu > li > a > span {
  margin-top: 3px;
  margin-right: 14px;
}
.menu-dropdown {
  background-color: rgba(43, 43, 43, 0.95);
}
.menu-dropdown img {
  width: 24px;
  height: auto;
  margin-top: -3px;
  margin-right: 14px;
}
@media screen and (orientation: landscape) {
  .menu-dropdown img {
    width: 20px;
  }
}
.search-dropdown {
  position: absolute !important;
  padding: 25px 15px;
  font-weight: 300;
  font-size: 26px;
  line-height: 33px;
  color: #999999;
  background-color: rgba(255, 255, 255, 0.95);
}
@media screen and (max-width: 767px) {
  .search-dropdown .container {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
.search-dropdown .container:first-child {
  width: auto !important;
  max-width: 600px;
}
@media screen and (min-width: 950px) {
  .search-dropdown li {
    padding-left: 0;
  }
}
.search-dropdown .search-form {
  width: 100%;
}
.search-dropdown .search-form .column:first-child {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right;
}
@media (min-width: 768px) {
  .search-dropdown .search-form .column:first-child {
    float: left;
    width: 83.33333333333334%;
  }
}
@media (min-width: 1000px) {
  .search-dropdown .search-form .column:first-child {
    float: left;
    width: 83.33333333333334%;
  }
}
@media (min-width: 1200px) {
  .search-dropdown .search-form .column:first-child {
    float: left;
    width: 83.33333333333334%;
  }
}
@media screen and (max-width: 1000px) {
  .search-dropdown .search-form .column:first-child {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .search-dropdown .search-form .column:first-child {
    float: left;
    width: 83.33333333333334%;
  }
}
@media screen and (max-width: 1000px) and (min-width: 1000px) {
  .search-dropdown .search-form .column:first-child {
    float: left;
    width: 83.33333333333334%;
  }
}
@media screen and (max-width: 1000px) and (min-width: 1200px) {
  .search-dropdown .search-form .column:first-child {
    float: left;
    width: 83.33333333333334%;
  }
}
@media screen and (max-width: 767px) {
  .search-dropdown .search-form .column:first-child {
    width: 100%;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
.search-dropdown .search-form .column:last-child {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
}
@media (min-width: 768px) {
  .search-dropdown .search-form .column:last-child {
    float: left;
    width: 16.666666666666664%;
  }
}
@media (min-width: 1000px) {
  .search-dropdown .search-form .column:last-child {
    float: left;
    width: 16.666666666666664%;
  }
}
@media (min-width: 1200px) {
  .search-dropdown .search-form .column:last-child {
    float: left;
    width: 16.666666666666664%;
  }
}
@media screen and (max-width: 1000px) {
  .search-dropdown .search-form .column:last-child {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .search-dropdown .search-form .column:last-child {
    float: left;
    width: 16.666666666666664%;
  }
}
@media screen and (max-width: 1000px) and (min-width: 1000px) {
  .search-dropdown .search-form .column:last-child {
    float: left;
    width: 16.666666666666664%;
  }
}
@media screen and (max-width: 1000px) and (min-width: 1200px) {
  .search-dropdown .search-form .column:last-child {
    float: left;
    width: 16.666666666666664%;
  }
}
@media screen and (max-width: 767px) {
  .search-dropdown .search-form .column:last-child {
    display: none;
  }
}
.search-dropdown .search-form .nav-search {
  position: relative;
}
.search-dropdown .search-form .nav-search .clear-search {
  display: none;
  position: absolute;
  right: 20px;
  top: 16px;
}
@media screen and (max-width: 767px) {
  .search-dropdown .search-form .nav-search .clear-search {
    right: 10px;
  }
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: transparent !important;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #c91f53;
  text-decoration: none;
  outline: 0;
  background-color: transparent;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999999;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 490;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.desktop-nav .dropdown-toggle {
  padding-bottom: 7px;
}
.desktop-nav .dropdown-menu {
  top: 40px;
  left: 0 !important;
  background: rgba(255, 255, 255, 0.95);
}
.desktop-nav .dropdown-menu .nav-dropdown-container {
  width: 880px;
  padding: 0 15px;
  position: relative;
  padding-bottom: 30px;
}
.desktop-nav .dropdown-menu .nav-dropdown-container .column {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1000px) {
  .desktop-nav .dropdown-menu .nav-dropdown-container .column {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .desktop-nav .dropdown-menu .nav-dropdown-container .column {
    float: left;
    width: 50%;
  }
}
.desktop-nav .dropdown-menu .nav-dropdown-container h2 {
  margin-bottom: 10px;
}
.desktop-nav .dropdown-menu .nav-dropdown-container .shop-dropdown-topics ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.desktop-nav .dropdown-menu .nav-dropdown-container .shop-dropdown-topics ul li {
  display: inline-block;
  text-align: center;
  padding-right: 20px;
}
.desktop-nav .dropdown-menu .nav-dropdown-container .shop-dropdown-topics ul li a {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  color: #222222;
}
@media (min-width: 768px) {
  .desktop-nav .dropdown-menu .nav-dropdown-container .shop-dropdown-topics ul li a {
    font-size: 21px;
  }
}
.desktop-nav .dropdown-menu .nav-dropdown-container .shop-dropdown-topics ul li a:hover {
  text-decoration: none;
}
.desktop-nav .dropdown-menu .nav-dropdown-container .shop-dropdown-topics ul li .preview-image {
  width: 107px;
  height: 107px;
  background-color: #ededed;
  padding: 2px;
  border: 1px solid #ccc;
  border-radius: 50px;
}
.desktop-nav .dropdown-menu .nav-dropdown-container .shop-dropdown-topics ul li.more {
  position: absolute;
  right: 0;
  top: 140px;
}
.desktop-nav .dropdown-menu .nav-dropdown-container .shop-dropdown-topics ul li.more a {
  font-size: 14px;
  font-weight: 600;
}
.desktop-nav .dropdown-menu .nav-dropdown-container .shop-dropdown-topics ul li.more a span {
  display: block;
  font-size: 30px;
}
.desktop-nav .dropdown-menu .nav-dropdown-container .apparel-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.desktop-nav .dropdown-menu .nav-dropdown-container .apparel-list li {
  float: left;
  display: inline;
  width: 50%;
  margin: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 15px;
}
.desktop-nav .dropdown-menu .nav-dropdown-container .apparel-list li a {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: normal;
}
.desktop-nav .dropdown-menu .nav-dropdown-container .apparel-list li a:hover {
  color: #002fa7;
}
.desktop-nav .dropdown-menu .nav-dropdown-container .sell p,
.desktop-nav .dropdown-menu .nav-dropdown-container .sell ul {
  font-size: 14px;
}
.desktop-nav .dropdown-menu .nav-dropdown-container .get-started {
  margin-top: 30px;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 2px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 42px;
  padding: 8px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 3px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 42px;
  line-height: 42px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 1px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 4px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #545454;
  text-align: center;
  background-color: #ededed;
  border: 1px solid #cccccc;
  border-radius: 2px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 1px;
}
.input-group-addon.input-lg {
  padding: 8px 16px;
  font-size: 18px;
  border-radius: 3px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
  float: left;
}
@media screen and (min-width: 1000px) {
  .nav > li {
    position: static;
  }
}
.nav > li > a {
  position: relative;
  display: inline-block;
  padding: 2px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #000000;
}
.nav > li.search-li {
  position: static !important;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #000000;
  border-color: #002fa7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #999999;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 30px;
  padding: 8px 68px 5px 68px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 2px 2px 0 0;
  color: #999999;
  background-color: #ededed;
  border-bottom: 1px solid #999999;
}
@media screen and (max-width: 320px) {
  .nav-tabs > li > a {
    padding: 6px 30px;
    margin-right: 15px;
  }
}
.nav-tabs > li > a:hover {
  border-color: #999999 #999999 #999999;
  background-color: #ededed;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #002fa7;
  background-color: #ffffff;
  border: 1px solid #999999;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 2px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid transparent;
    border-radius: 2px 2px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: transparent;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 2px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: transparent;
  background-color: transparent;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 2px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid transparent;
    border-radius: 2px 2px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: transparent;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 40px;
  height: 40px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  padding: 5px 15px 0 10px;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 2px;
  }
}
.navbar > .container-fluid {
  text-align: center;
}
@media (min-width: 768px) {
  .pull-left-nav,
  .pull-right-nav {
    margin: 0 !important;
  }
}
.pull-left-nav {
  width: 84px;
  max-width: 84px;
}
.pull-right-nav {
  max-width: 114px;
}
@media (min-width: 900px) {
  .pull-right-nav {
    margin-right: 8px !important;
  }
}
.search-toggle {
  max-width: 26px;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 10px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 40px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 3px;
  margin-bottom: 3px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar .nav-center {
  position: absolute;
  left: 50%;
  margin-left: -42px;
}
.navbar-nav {
  text-align: left;
  margin: 0 -20px;
}
.navbar-nav .nav-cart {
  position: relative;
}
.navbar-nav .nav-cart #cart-count {
  position: absolute;
  top: 0px;
  right: 10px;
  padding: 1px 2px;
  background-color: #ff1c61;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
}
.navbar-nav > li > a {
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 20px;
}
.navbar-nav > li:first-child a {
  padding-top: 5px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: 100%;
    margin-top: 3px;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 10px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
  .navbar-nav .open .search-dropdown {
    margin-top: 1px;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav .open .dropdown-menu {
    top: 35px;
    left: -30px;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 10px 25px 10px 25px;
  }
  .navbar-nav .open .search-dropdown {
    top: 39px;
    left: 0;
  }
  .navbar-nav > li {
    float: left;
  }
}
@media (min-width: 768px) and screen and (min-width: 768px) {
  .navbar-nav .open .dropdown-menu {
    left: -45px;
  }
}
@media (min-width: 768px) and screen and (min-width: 900px) {
  .navbar-nav .open .dropdown-menu {
    left: -120px;
  }
}
.pull-right-nav {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .pull-right-nav {
    margin-right: -10px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  padding: 0;
  border: 0;
  margin-right: 0;
  margin-left: 0;
  margin-top: 5px;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 5px;
  margin-bottom: 5px;
}
.navbar-btn.btn-sm {
  margin-top: 5px;
  margin-bottom: 5px;
}
.navbar-btn.btn-xs {
  margin-top: 9px;
  margin-bottom: 9px;
}
.navbar-text {
  margin-top: 7px;
  margin-bottom: 7px;
  font-size: 20px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.menu-icon {
  padding: 10px 15px 8px 15px;
  font-size: 18px;
  line-height: 18px;
}
.dropdown .menu-icon {
  padding-right: 4px;
}
.dropdown strong {
  vertical-align: top;
}
.search-toggle .menu-icon {
  padding: 0;
  padding-right: 15px;
}
@media (max-width: 768px) {
  .search-toggle .menu-icon {
    padding-right: 0;
  }
}
.navbar-default {
  background-color: #000000;
  border-color: transparent;
}
.navbar-default .navbar-brand {
  color: #ffffff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #ffffff;
  background-color: #000000;
}
.navbar-default .navbar-text {
  color: #ffffff;
  line-height: 30px;
}
.navbar-default .navbar-text a {
  color: #ffffff;
}
.navbar-default .navbar-text a:hover {
  text-decoration: none;
}
.navbar-default .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: #000000;
}
.navbar-default .navbar-toggle {
  border-color: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #000000;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #000000;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #000000;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: #000000;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #000000;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: #000000;
  }
}
.navbar-default .navbar-link {
  color: #ffffff;
}
.navbar-default .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
#search-box-desktop-autocomplete-results {
  width: auto !important;
  max-width: 600px !important;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  #search-box-desktop-autocomplete-results {
    margin-top: 15px;
  }
}
#search-box-desktop-autocomplete-results ul {
  list-style-type: none;
  padding-right: 0;
  padding-left: 0;
}
#search-box-desktop-autocomplete-results ul .title {
  margin-bottom: 15px;
}
#search-box-desktop-autocomplete-results ul li {
  color: #333333;
  margin-bottom: 10px;
}
#search-box-desktop-autocomplete-results ul li a {
  font-weight: 300;
  color: #212121;
  padding-bottom: 1px;
  border-bottom: 2px solid #212121;
}
@media screen and (max-width: 767px) {
  #search-box-desktop-autocomplete-results ul li a {
    line-height: 30px;
    border: 0;
  }
}
#search-box-desktop-autocomplete-results ul li a b {
  font-weight: 600 !important;
}
#search-box-desktop-autocomplete-results ul li a:hover {
  text-decoration: none;
}
#search-box-mobile-autocomplete-results {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  #search-box-mobile-autocomplete-results {
    margin-top: 15px;
  }
}
#search-box-mobile-autocomplete-results ul {
  list-style-type: none;
  padding-right: 0;
  padding-left: 0;
}
#search-box-mobile-autocomplete-results ul .title {
  margin-bottom: 15px;
}
#search-box-mobile-autocomplete-results ul li {
  color: #333333;
  margin-bottom: 10px;
}
#search-box-mobile-autocomplete-results ul li a {
  font-weight: 300;
  color: #212121;
  padding-bottom: 1px;
  border-bottom: 2px solid #212121;
}
@media screen and (max-width: 767px) {
  #search-box-mobile-autocomplete-results ul li a {
    line-height: 30px;
    border: 0;
  }
}
#search-box-mobile-autocomplete-results ul li a b {
  font-weight: 600 !important;
}
#search-box-mobile-autocomplete-results ul li a:hover {
  text-decoration: none;
}
.active-autocomplete-value a {
  font-weight: 600 !important;
}
.mobile-nav {
  padding-right: 0;
  padding-left: 0;
  /*  > .logo {
    background-image: url("../images/skreened1.png");
    background-repeat: no-repeat;
    background-size: 84px 28px;
    width: 84px;
    height: 28px;
    margin-top: 2px;
    cursor: pointer;
    cursor: hand;

    @media screen and (min-width: 768px) {
      margin-top: 5px;
    }
  }*/
}
@media (min-width: 1000px) {
  .mobile-nav {
    display: none;
  }
}
@media (max-width: 768px) {
  .mobile-nav {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.mobile-nav img.nav.logo {
  width: 84px;
  height: 28px;
}
@media screen and (min-width: 1000px) {
  .mobile-nav .pull-left {
    margin-top: 4px;
  }
}
@media screen and (min-width: 1200px) {
  .mobile-nav .pull-left {
    margin-top: 10px;
  }
}
.mobile-nav .pull-left .menu-dropdown li a span {
  font-size: 24px;
}
@media screen and (orientation: landscape) {
  .mobile-nav .pull-left .menu-dropdown li {
    font-size: 20px;
  }
  .mobile-nav .pull-left .menu-dropdown li a {
    padding: 5px 25px;
  }
  .mobile-nav .pull-left .menu-dropdown li a span {
    font-size: 18px;
    font-weight: normal;
  }
}
.mobile-nav .pull-right .links {
  display: inline-block;
  margin-right: 15px;
}
.mobile-nav .pull-right .links:last-child {
  margin-right: 5px;
}
.mobile-nav .pull-right .links .link {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
}
.mobile-nav .pull-right .links .link span {
  margin-right: 2px;
}
@media screen and (max-width: 767px) {
  .mobile-nav .pull-right .links {
    display: none;
  }
}
.mobile-nav .search-box {
  padding-right: 45px !important;
}
@media screen and (max-width: 767px) {
  .mobile-nav .search-box {
    padding-right: 30px !important;
  }
}
@media (max-width: 999px) {
  .desktop-nav {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  .desktop-nav {
    margin-top: 2px;
  }
}
.desktop-nav img.nav.logo {
  width: 110px;
  height: 34px;
  margin-top: -6px;
  margin-left: -3px;
  margin-right: -5px;
}
.desktop-nav > .pull-left .dropdown {
  display: inline-block;
  margin-right: 30px;
}
.desktop-nav > .pull-left .dropdown:last-child {
  margin-right: 0;
}
.desktop-nav > .pull-left .dropdown .dropdown-toggle {
  font-size: 15px;
  font-weight: 600;
}
.desktop-nav > .pull-left .dropdown a {
  font-size: 15px;
  font-weight: 600;
  display: block;
}
.desktop-nav > .pull-left .dropdown a .caret {
  display: block;
  margin: auto;
  margin-top: 0.16em;
  border-top: 6px solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  color: #000000;
  transform: rotate(180deg);
}
.desktop-nav > .pull-left .dropdown a .caret.active {
  color: #fff;
}
.desktop-nav > .pull-left .dropdown a:hover {
  color: #fff;
}
.desktop-nav > .pull-left .dropdown a:hover .caret {
  color: #fff;
}
.desktop-nav > .pull-left .nav-sale a {
  font-size: 15px;
  font-weight: 600;
  color: #ff1c61;
}
.desktop-nav .pull-right .links {
  display: inline-block;
  margin-right: 30px;
}
.desktop-nav .pull-right .links:last-child {
  margin-right: 15px;
}
.desktop-nav .pull-right .links .link {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: normal;
}
.desktop-nav .pull-right .links .link span {
  margin-right: 2px;
}
.desktop-nav .pull-right .links .link:hover {
  color: #545454;
}
.desktop-nav .pull-right .links .nav-cart a:hover,
.desktop-nav .pull-right .links .search-li a:hover {
  color: #545454 !important;
}
.desktop-nav .pull-right-nav {
  margin: 0 !important;
}
.desktop-nav .pull-right-nav .search-toggle .menu-icon {
  padding-right: 0;
}
.desktop-nav .cart-icon:hover,
.desktop-nav .menu-icon:hover {
  color: #999999;
}
.desktop-nav .previews {
  width: 100%;
  margin-bottom: 15px;
  height: 160px;
  overflow: hidden;
}
.desktop-nav .preview {
  display: inline-block;
  width: 30%;
}
.welcome-splash {
  margin-top: -20px;
  margin-bottom: -48px !important;
  height: 400px;
  background: linear-gradient(to bottom right, #00ffea, #7ccef4);
  background: -webkit-linear-gradient(left top, #00ffea, #7ccef4);
  background: -moz-linear-gradient(bottom right, #00ffea, #7ccef4);
  background: -o-linear-gradient(bottom right, #00ffea, #7ccef4);
}
.welcome-splash h1.welcome-text {
  text-align: center;
  padding-top: 118px;
  font-size: 96px;
  letter-spacing: -1px;
  text-shadow: 4px 3px 6px #30bcc2;
}
@media screen and (orientation: portrait) {
  .welcome-splash h1.welcome-text {
    padding-top: 120px;
    font-size: 72px;
  }
}
@media screen and (orientation: landscape) {
  .welcome-splash h1.welcome-text {
    padding-top: 120px;
    font-size: 64px;
  }
}
@media screen and (orientation: landscape) and (max-width: 568px) {
  .welcome-splash h1.welcome-text {
    padding-top: 80px;
    font-size: 46px;
  }
}
@media screen and (max-width: 320px) {
  .welcome-splash h1.welcome-text {
    padding-top: 120px;
    font-size: 3.8em;
    margin-right: -15px;
    margin-left: -15px;
  }
}
.signin-nav {
  border-bottom: 1px solid #999999;
  padding-left: 50%;
  margin-bottom: 50px;
  margin-left: -218px;
}
@media screen and (max-width: 320px) {
  .signin-nav {
    padding-left: 0;
    margin-left: 20px;
  }
}
.fb-btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 4px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 5px 10px;
  background-color: #3b5998;
  border-radius: 2px;
}
.fb-btn:focus,
.fb-btn:active:focus,
.fb-btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.fb-btn:hover,
.fb-btn:focus {
  color: #ffffff;
  text-decoration: none;
}
.fb-btn:active,
.fb-btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.fb-btn a {
  color: #fff;
  font-size: 18px;
}
.fb-btn a:hover {
  color: #fff;
  text-decoration: none;
}
.fb-btn a span {
  font-size: 20px;
  margin-right: 5px;
}
#signin .separator,
#join .separator {
  width: 100%;
  margin-top: 60px;
  border-top: 1px solid #999999;
}
#signin .or,
#join .or {
  width: 40px;
  height: 40px;
  border: 2px solid #ccc;
  border-radius: 20px;
  font-size: 24px;
  color: #ccc;
  padding: 1px;
  padding-left: 6px;
  margin-top: -42px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}
#signin #signin-form,
#join #signin-form {
  margin-top: 30px;
}
#signin #signin-form .form-group,
#join #signin-form .form-group {
  width: 428px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}
@media screen and (max-width: 320px) {
  #signin #signin-form .form-group,
  #join #signin-form .form-group {
    width: 100%;
  }
}
#signin #signin-form .form-group label,
#join #signin-form .form-group label {
  display: block !important;
  font-weight: normal;
}
#signin #signin-form .form-group label[for=nothing],
#join #signin-form .form-group label[for=nothing] {
  color: red;
}
#signin #signin-form .form-group .form-control,
#join #signin-form .form-group .form-control {
  font-size: 24px;
  font-weight: 300;
  border-radius: 3px;
  height: auto;
}
#signin #signin-form .form-group input[type=submit],
#join #signin-form .form-group input[type=submit] {
  margin-bottom: 15px;
}
#signin #signin-form .form-group .form-control-feedback,
#join #signin-form .form-group .form-control-feedback {
  top: 20px;
  right: 4px;
}
#signin #signin-form .form-group .el-icon-minus-sign,
#join #signin-form .form-group .el-icon-minus-sign {
  font-size: 22px;
  color: red;
}
#signin #signin-form .form-group .el-icon-ok-sign,
#join #signin-form .form-group .el-icon-ok-sign {
  font-size: 22px;
  color: #6dce87;
}
#signin #signin-form .pull-right,
#join #signin-form .pull-right {
  color: red;
}
.f-password-splash {
  margin-top: -20px;
  margin-bottom: -48px !important;
  height: 400px;
  background: linear-gradient(to bottom right, #00ffea, #7ccef4);
  background: -webkit-linear-gradient(left top, #00ffea, #7ccef4);
  background: -moz-linear-gradient(bottom right, #00ffea, #7ccef4);
  background: -o-linear-gradient(bottom right, #00ffea, #7ccef4);
}
.f-password-splash h1 {
  text-align: center;
  padding-top: 75px;
  font-size: 72px !important;
  letter-spacing: -1px;
  text-shadow: 4px 3px 6px #30bcc2;
}
@media screen and (orientation: portrait) {
  .f-password-splash h1 {
    padding-top: 75px;
    font-size: 60px;
  }
}
@media screen and (max-width: 690px) {
  .f-password-splash h1 {
    font-size: 52px;
    padding-top: 60px;
  }
}
.password-tab {
  border-bottom: #545454;
  margin-bottom: 50px;
  text-align: center;
  padding-left: 50%;
  margin-left: -160px;
}
#request_password {
  max-width: 320px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 1000px) {
  #request_password {
    max-width: 600px;
  }
}
#request_password #forgot-form {
  margin-top: 30px;
}
#request_password #forgot-form .form-group {
  width: auto;
  max-width: 320px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}
@media screen and (min-width: 1000px) {
  #request_password #forgot-form .form-group {
    max-width: 600px;
  }
}
#request_password #forgot-form .form-group label {
  font-weight: normal;
}
#request_password #forgot-form .form-group .form-control {
  font-size: 24px;
  font-weight: 300;
  border-radius: 3px;
  height: auto;
}
#request_password #forgot-form .form-group input[type=submit] {
  margin-bottom: 15px;
}
.jumbotron {
  padding: 30px;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 30px;
  color: #ffffff;
  text-shadow: 0 0 6px #212121;
  background-color: #ededed;
  height: 400px;
}
@media screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
  .jumbotron {
    height: 250px;
  }
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
  font-size: 42px;
}
.jumbotron h3 {
  color: inherit;
  font-weight: 600;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.container .jumbotron {
  border-radius: 3px;
}
.jumbotron .container {
  clear: both;
  height: 400px;
  overflow: hidden;
}
.jumbotron .container .container-message {
  float: left;
}
@media screen and (max-width: 767px) {
  .jumbotron .container .container-message {
    padding-top: 90px;
  }
}
@media screen and (max-width: 568px) {
  .jumbotron .container .container-message {
    width: 90%;
    padding-top: 60px;
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .jumbotron .container .container-message {
    width: 40%;
    padding-top: 75px;
    padding-right: 0;
    padding-left: 36px;
  }
  .jumbotron .container .container-message h1 {
    font-size: 35px;
  }
  .jumbotron .container .container-message h3 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1000px) {
  .jumbotron .container .container-message {
    width: 34%;
  }
  .jumbotron .container .container-message h1 {
    font-size: 42px;
  }
  .jumbotron .container .container-message h3 {
    font-size: 28.799999999999997px;
  }
}
.jumbotron .container .funky-grid {
  float: right;
  height: inherit;
}
@media screen and (max-width: 767px) {
  .jumbotron .container .funky-grid {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .jumbotron .container .funky-grid {
    width: 60%;
  }
}
@media screen and (min-width: 1000px) {
  .jumbotron .container .funky-grid {
    width: 66%;
  }
}
.jumbotron .container .funky-grid ul {
  list-style-type: none;
  clear: both;
  height: inherit;
}
.jumbotron .container .funky-grid ul li {
  float: left;
  height: 50%;
}
@media screen and (min-width: 768px) {
  .jumbotron .container .funky-grid ul li {
    width: 50%;
  }
}
@media screen and (min-width: 1000px) {
  .jumbotron .container .funky-grid ul li {
    width: 33%;
  }
}
.jumbotron .container .funky-grid ul li a img {
  width: 100%;
  height: 100%;
}
.splash {
  background: url("../assets/images/splash.gif");
  background-size: cover;
}
@media screen and (max-width: 1200px) {
  .splash {
    background-position: -200px 0;
  }
}
@media screen and (min-width: 569px) and (max-width: 767px) {
  .splash {
    background-position: initial;
  }
}
.crumbs {
  font-size: 85% !important;
  border-bottom: 1px solid #c7c7c7;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .crumbs {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.crumbs > .pull-left {
  padding: 8px 15px;
  margin-bottom: 20px;
  color: #4960a8;
  border-right: 1px solid #c7c7c7;
}
@media (max-width: 767px) {
  .crumbs > .pull-left {
    padding-top: 10px;
    padding-left: 15px;
  }
}
.crumbs > .pull-left,
.crumbs > .pull-right {
  margin-bottom: 0px;
  padding: 15px;
  padding-right: 20px;
  padding-left: 20px;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: transparent;
  border-radius: 2px;
}
@media (max-width: 767px) {
  .breadcrumb {
    padding-right: 15px;
  }
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > li a {
  color: #4960a8;
}
.breadcrumb > .active {
  color: #999999;
}
h1 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: #333333;
  margin-bottom: 10px;
  font-size: 24px;
  color: #545454;
  margin-top: 20px;
  margin-bottom: 20px;
}
h1 small,
h1 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1 small,
h1 .small {
  font-size: 65%;
}
h1 span {
  color: #002fa7;
  font-size: 70%;
}
a.gallery-link:hover {
  text-decoration: none;
}
h3 {
  color: #545454;
  margin-top: 20px;
  margin-bottom: 20px;
}
h3 span {
  color: #002fa7;
  font-size: 70%;
}
.view-all,
.see-more,
.browse-more {
  text-align: center;
}
.home-page-gallery > .column {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .home-page-gallery > .column {
    float: left;
    width: 33.33333333333333%;
  }
}
@media (min-width: 1000px) {
  .home-page-gallery > .column {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .home-page-gallery > .column {
    float: left;
    width: 25%;
  }
}
.gallery-page > .column {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .gallery-page > .column {
    float: left;
    width: 33.33333333333333%;
  }
}
@media (min-width: 1000px) {
  .gallery-page > .column {
    float: left;
    width: 33.33333333333333%;
  }
}
@media (min-width: 1200px) {
  .gallery-page > .column {
    float: left;
    width: 33.33333333333333%;
  }
}
.home-page-gallery .caption,
.gallery-page .caption {
  height: 58px;
}
@media screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
  .home-page-gallery > .column,
  .gallery-page > .column {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 560px) and (max-width: 767px) {
  .home-page-gallery > .column,
  .gallery-page > .column {
    float: left;
    width: 50%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 560px) and (max-width: 767px) and (min-width: 768px) {
  .home-page-gallery > .column,
  .gallery-page > .column {
    float: left;
    width: 50%;
  }
}
@media screen and (min-width: 560px) and (max-width: 767px) and (min-width: 1000px) {
  .home-page-gallery > .column,
  .gallery-page > .column {
    float: left;
    width: 50%;
  }
}
@media screen and (min-width: 560px) and (max-width: 767px) and (min-width: 1200px) {
  .home-page-gallery > .column,
  .gallery-page > .column {
    float: left;
    width: 50%;
  }
}
.gallery-item .sale-price {
  display: none;
}
img.product-card-img {
  background-image: url(/assets/images/preloaders/circle.gif);
  background-repeat: no-repeat;
  background-position: center;
}
#shop-sidebar {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: -5px;
}
@media (min-width: 768px) {
  #shop-sidebar {
    float: left;
    width: 33.33333333333333%;
  }
}
@media (min-width: 1000px) {
  #shop-sidebar {
    float: left;
    width: 33.33333333333333%;
  }
}
@media (min-width: 1200px) {
  #shop-sidebar {
    float: left;
    width: 33.33333333333333%;
  }
}
#shop-sidebar ul,
#shop-sidebar h3 {
  width: 100%;
}
.gallery-item-sale {
  position: relative;
  z-index: 90;
}
.gallery-item-sale a > .ribbon-wrapper {
  width: 82px;
  height: 100px;
  overflow: hidden;
  position: absolute;
  top: -2px;
  right: -2px;
}
.gallery-item-sale a > .ribbon-wrapper > .ribbon {
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  position: relative;
  padding: 3px 0;
  left: 0;
  top: 15px;
  width: 110px;
  background-color: #ff1c61;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.gallery-item-sale a > .ribbon-wrapper > .ribbon:before,
.gallery-item-sale a > .ribbon-wrapper > .ribbon:after {
  position: absolute;
  bottom: -3px;
}
.gallery-item-sale a > .ribbon-wrapper > .ribbon:before {
  left: 0;
}
.gallery-item-sale a > .ribbon-wrapper > .ribbon:after {
  right: 0;
}
.gallery-item-sale .price {
  float: right !important;
  font-size: 0.8em;
  text-decoration: line-through;
  padding-top: 4px;
}
@media screen and (min-width: 690px) {
  .gallery-item-sale .price {
    font-size: 0.85em;
  }
}
.gallery-item-sale .sale-price {
  display: block;
  float: right !important;
  color: #ff1c61;
  padding-left: 4px;
}
.pagination {
  width: 100%;
}
.pagination:before,
.pagination:after {
  content: " ";
  display: table;
}
.pagination:after {
  clear: both;
}
.pagination:before,
.pagination:after {
  content: " ";
  display: table;
}
.pagination:after {
  clear: both;
}
.pagination .column {
  float: left;
  width: 33.33333333333333%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  font-weight: normal;
  font-size: 0.8em;
}
@media (min-width: 768px) {
  .pagination .column {
    float: left;
    width: 33.33333333333333%;
  }
}
@media (min-width: 1000px) {
  .pagination .column {
    float: left;
    width: 66.66666666666666%;
  }
}
@media (min-width: 1200px) {
  .pagination .column {
    float: left;
    width: 66.66666666666666%;
  }
}
.pagination .column strong {
  color: #545454;
  font-weight: normal !important;
  margin-right: 10px;
}
.pagination .column a {
  color: #999999;
  font-weight: normal;
  margin-right: 10px;
}
.pagination .column a:last-child {
  margin-right: 0;
}
.pagination .column:first-child,
.pagination .column:last-child {
  float: left;
  width: 33.33333333333333%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .pagination .column:first-child,
  .pagination .column:last-child {
    float: left;
    width: 33.33333333333333%;
  }
}
@media (min-width: 1000px) {
  .pagination .column:first-child,
  .pagination .column:last-child {
    float: left;
    width: 16.666666666666664%;
  }
}
@media (min-width: 1200px) {
  .pagination .column:first-child,
  .pagination .column:last-child {
    float: left;
    width: 16.666666666666664%;
  }
}
.pagination .column:first-child .pag-left,
.pagination .column:last-child .pag-left,
.pagination .column:first-child .pag-right,
.pagination .column:last-child .pag-right {
  display: block;
  color: #fff;
  font-weight: 600;
  background-color: #333333;
  text-align: center;
  padding: 10px;
  border-radius: 2px;
}
@media screen and (max-width: 320px) {
  .pagination .column:first-child .pag-left,
  .pagination .column:last-child .pag-left,
  .pagination .column:first-child .pag-right,
  .pagination .column:last-child .pag-right {
    padding: 6px;
    font-size: 0.8em;
  }
}
@media screen and (max-width: 320px) and screen and (min-width: 690px) {
  .pagination .column:first-child .pag-left,
  .pagination .column:last-child .pag-left,
  .pagination .column:first-child .pag-right,
  .pagination .column:last-child .pag-right {
    font-size: 0.85em;
  }
}
.pagination .column:first-child .pag-left:hover,
.pagination .column:last-child .pag-left:hover,
.pagination .column:first-child .pag-right:hover,
.pagination .column:last-child .pag-right:hover {
  text-decoration: none;
  background-color: #262626;
}
.pagination .column:first-child {
  padding-left: 0;
}
.pagination .column:nth-child(2) {
  padding: 0;
  padding-top: 10px;
}
@media screen and (max-width: 320px) {
  .pagination .column:nth-child(2) {
    padding-top: 5px;
  }
}
.pagination .column:last-child {
  padding-right: 0;
}
.gallery-image {
  min-height: 0px !important;
  text-align: center;
}
.gallery-image img {
  max-width: 100%;
}
#gallery-select select,
#gallery-select input {
  display: inline-block;
}
#gallery-select input {
  width: 100%;
}
.new-style {
  clear: both;
  padding-left: 15px;
}
#header-text {
  position: fixed;
  height: auto;
  min-height: 40px;
  top: 0;
  right: 0;
  left: 0;
  background-color: #ff1c61;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  font-weight: 700;
  z-index: 1029;
}
@media screen and (max-width: 320px) {
  #header-text span {
    display: inline-block;
    max-width: 280px;
    font-size: 0.8em;
  }
}
@media screen and (max-width: 320px) and screen and (min-width: 690px) {
  #header-text span {
    font-size: 0.85em;
  }
}
@media screen and (max-width: 768px) {
  .homepage-carousel {
    margin-right: -15px;
    margin-left: -15px;
  }
}
#locate-order .form-group {
  display: inline-block;
  width: 33%;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  #locate-order .form-group {
    width: auto;
  }
}
#locate-order .text input {
  font-size: 18px;
  color: #333333;
}
#locate-order .btn-info {
  background-color: #ccc;
}
@-webkit-keyframes rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.product-page {
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .product-page {
    padding-top: 0;
  }
}
.product-page a {
  color: #4960a8;
}
.column > .product-title {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .column > .product-title {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1000px) {
  .column > .product-title {
    float: left;
    width: 100%;
  }
}
h1.product-title {
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.1;
  color: #333333;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  color: #545454;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 15px;
}
h1.product-title small,
h1.product-title .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1.product-title small,
h1.product-title .small {
  font-size: 65%;
}
@media screen and (max-width: 767px) {
  h1.product-title {
    display: none;
  }
}
.product-details-page {
  position: relative;
}
.product-details-page > .product-area {
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media (min-width: 768px) {
  .product-details-page > .product-area {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1000px) {
  .product-details-page > .product-area {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .product-details-page > .product-area {
    float: left;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .product-details-page > .product-area {
    padding-right: 0;
    padding-left: 0;
  }
}
.product-details-page > .product-area .product {
  width: 100%;
}
.product-details-page > .product-area .zoominfo {
  float: right;
  font-size: 12px;
  text-transform: uppercase;
  margin-right: 24px;
}
.product-details-page > .product-area .apparel-sku {
  font-size: 12px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .product-details-page > .product-area .apparel-sku {
    padding-left: 15px;
  }
}
.product-details-page > .product-area #panModal .modal-custom {
  margin-top: 0;
}
@media (min-width: 768px) {
  .product-details-page > .product-area #panModal .modal-custom {
    width: 344px;
    height: 383px;
    margin-top: 111px;
  }
}
@media (min-width: 1000px) {
  .product-details-page > .product-area #panModal .modal-custom {
    width: 460px;
    height: 520px;
    margin-top: 111px;
  }
}
.product-details-page > .product-area #panModal .modal-custom .modal-content {
  border-radius: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}
.product-details-page > .product-area #panModal .modal-custom .modal-body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: relative;
}
.product-details-page > .product-area #panModal .modal-custom .modal-body #zoomBusy-loader {
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
}
.product-details-page > .product-area #panModal .modal-custom .modal-body #zoomBusy-loader .spinner {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  background-color: #212121;
  animation: rotateplane 1.2s infinite ease-in-out;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
}
.product-details-page > .product-area #panModal .modal-custom .modal-body .closebtn {
  position: fixed;
  top: 10px;
  left: 0;
}
@media (min-width: 768px) {
  .product-details-page > .product-area #panModal .modal-custom .modal-body .closebtn {
    left: calc(294px);
  }
}
@media (min-width: 1000px) {
  .product-details-page > .product-area #panModal .modal-custom .modal-body .closebtn {
    left: calc(410px);
  }
}
.product-details-page > .product-area #panModal .modal-custom .modal-body .closebtn button {
  border: none;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  background-image: url("/assets/images/remove-circle.png");
  background-repeat: no-repeat;
  background-position: center;
}
.product-details-page > .product-area #panModal .modal-custom .modal-body .panContainer {
  overflow: hidden;
}
.product-details-page .clear:before,
.product-details-page .clear:after {
  content: " ";
  display: table;
}
.product-details-page .clear:after {
  clear: both;
}
.product-details-page .clear:before,
.product-details-page .clear:after {
  content: " ";
  display: table;
}
.product-details-page .clear:after {
  clear: both;
}
.product-details-page > .product-details {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .product-details-page > .product-details {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1000px) {
  .product-details-page > .product-details {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .product-details-page > .product-details {
    float: left;
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .product-details-page > .product-details .mobile-title {
    display: none;
  }
}
.product-details-page > .product-details .mobile-title h3.mobile-product-title {
  font-weight: 700;
  margin-top: 15px;
  display: block;
}
.product-details-page > .product-details .size-select h3.select-size,
.product-details-page > .product-details .size-select h3.select-style {
  font-weight: 300 !important;
  margin-top: 0;
}
.product-details-page > .product-details .size-select .sizes {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-left: 0;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .product-details-page > .product-details .size-select .sizes {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1000px) {
  .product-details-page > .product-details .size-select .sizes {
    float: left;
    width: 75%;
  }
}
@media (min-width: 1200px) {
  .product-details-page > .product-details .size-select .sizes {
    float: left;
    width: 75%;
  }
}
.product-details-page > .product-details .size-select .size {
  display: inline-block;
  border: 1px solid #333333;
  background-color: #fff;
  color: #545454;
  font-weight: 300;
  font-size: 16px;
  padding: 8px;
  text-align: center;
  margin-right: 6px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  margin-bottom: 5px;
  cursor: pointer;
  cursor: hand;
}
@media screen and (max-width: 568px) {
  .product-details-page > .product-details .size-select .size {
    width: 38px;
    height: 38px;
    border-radius: 19px;
    font-size: 16px;
    padding: 7px;
  }
}
.product-details-page > .product-details .size-select .size:hover {
  border: 1px solid #6dce87;
  color: #6dce87;
  font-weight: 700;
  cursor: pointer;
  cursor: hand;
}
.product-details-page > .product-details .size-select .wrap {
  display: inline-block;
  position: relative;
}
.product-details-page > .product-details .size-select .wrap .size {
  margin-bottom: 3px;
  display: block;
}
.product-details-page > .product-details .size-select .wrap .diff {
  display: block;
  font-size: 11px;
  font-weight: 600;
  color: #212121;
  position: absolute;
  top: 43px;
  left: 4px;
}
@media screen and (max-width: 568px) {
  .product-details-page > .product-details .size-select .wrap .diff {
    top: 38px;
    left: 0;
  }
}
.product-details-page > .product-details .size-select .round {
  width: 40px;
  height: 40px;
  border-radius: 20px;
}
@media screen and (max-width: 568px) {
  .product-details-page > .product-details .size-select .round {
    width: 38px;
    height: 38px;
    border-radius: 19px;
    font-size: 16px;
    padding: 7px;
  }
}
.product-details-page > .product-details .size-select .pill {
  width: auto;
  height: 40px;
  border-radius: 20px;
  padding: 8px;
  text-transform: lowercase;
}
@media screen and (max-width: 568px) {
  .product-details-page > .product-details .size-select .pill {
    width: auto;
    height: 38px;
    border-radius: 16px;
    font-size: 16px;
    padding: 7px;
  }
}
.product-details-page > .product-details .size-select .selected {
  background-color: #6dce87;
  border: 1px solid #6dce87;
  font-weight: 700 !important;
  color: #fff;
}
.product-details-page > .product-details .size-select .selected:hover {
  border: 1px solid #6dce87;
  color: #fff;
  font-weight: 700;
}
.product-details-page > .product-details .size-select .buttons {
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 20px;
  position: relative;
}
@media (min-width: 768px) {
  .product-details-page > .product-details .size-select .buttons {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1000px) {
  .product-details-page > .product-details .size-select .buttons {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .product-details-page > .product-details .size-select .buttons {
    float: left;
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .product-details-page > .product-details .size-select .buttons {
    margin-bottom: 45px;
  }
}
.product-details-page > .product-details .size-select .buttons button {
  display: block;
  width: 100%;
  background-color: #fff;
  border-color: #333333;
  color: #333333;
  border-radius: 2px;
  padding: 3px 5px;
  font-size: 14px;
  font-weight: normal !important;
  min-width: 96px;
}
.product-details-page > .product-details .size-select .buttons button:first-child {
  margin-bottom: 5px;
}
@media screen and (max-width: 1000px) {
  .product-details-page > .product-details .size-select .buttons button {
    display: inline-block;
    width: auto;
    background-color: #fff;
    border-color: #333333;
    color: #333333;
    border-radius: 2px;
    padding: 5px 8px;
  }
  .product-details-page > .product-details .size-select .buttons button:first-child {
    margin-bottom: 0;
  }
}
.product-details-page > .product-details .size-select .buttons button#custom-tooltip {
  position: relative;
}
.product-details-page > .product-details .size-select .buttons button#custom-tooltip[title]:hover:after {
  content: "See this design on a different item";
  position: absolute;
  right: -1px;
  bottom: calc(26px);
  padding: 2px 5px;
  z-index: 20;
  background: #000;
  color: #FFF;
}
@media screen and (max-width: 1000px) {
  .product-details-page > .product-details .size-select .buttons button#custom-tooltip[title]:hover:after {
    bottom: calc(30px);
  }
}
.product-details-page > .product-details .size-select .buttons .open {
  background-color: #212121 !important;
  color: #fff !important;
  padding: 10px 5px;
  border-color: #212121;
  z-index: 10;
}
@media screen and (max-device-width: 767px) {
  .product-details-page > .product-details .size-select .buttons .change-style {
    display: none !important;
  }
}
.product-details-page > .product-details .size-select .buttons .size-chart.open {
  margin-bottom: -9px !important;
}
.product-details-page > .product-details .size-select .buttons .change-style.open {
  margin-bottom: -9px !important;
}
.product-details-page > .product-details .display-price,
.product-details-page > .product-details .display-cart-button {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .product-details-page > .product-details .display-price,
  .product-details-page > .product-details .display-cart-button {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1000px) {
  .product-details-page > .product-details .display-price,
  .product-details-page > .product-details .display-cart-button {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .product-details-page > .product-details .display-price,
  .product-details-page > .product-details .display-cart-button {
    float: left;
    width: 50%;
  }
}
.product-details-page > .product-details .display-price .spacer,
.product-details-page > .product-details .display-cart-button .spacer {
  min-height: 30px;
  max-height: 30px;
}
.product-details-page > .product-details .display-price .oops,
.product-details-page > .product-details .display-cart-button .oops {
  color: #ff1c61;
  text-align: center;
}
.product-details-page > .product-details .display-price h3.product-price,
.product-details-page > .product-details .display-cart-button h3.product-price {
  display: block;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: #333333;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 30px;
  margin-top: 2px;
}
.product-details-page > .product-details .display-price h3.product-price small,
.product-details-page > .product-details .display-cart-button h3.product-price small,
.product-details-page > .product-details .display-price h3.product-price .small,
.product-details-page > .product-details .display-cart-button h3.product-price .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
.product-details-page > .product-details .display-price h3.product-price small,
.product-details-page > .product-details .display-cart-button h3.product-price small,
.product-details-page > .product-details .display-price h3.product-price .small,
.product-details-page > .product-details .display-cart-button h3.product-price .small {
  font-size: 65%;
}
.product-details-page > .product-details .display-price h3.product-price .sale,
.product-details-page > .product-details .display-cart-button h3.product-price .sale {
  color: #ff1c61;
}
.product-details-page > .product-details .display-price h3.product-price .old-price,
.product-details-page > .product-details .display-cart-button h3.product-price .old-price {
  display: inline-block;
  font-weight: 700;
  text-decoration: line-through;
  color: #333333;
}
.product-details-page > .product-details .display-price h3.product-price .no-change,
.product-details-page > .product-details .display-cart-button h3.product-price .no-change {
  color: #333333;
}
.product-details-page > .product-details .display-price .btn-grey:hover,
.product-details-page > .product-details .display-cart-button .btn-grey:hover {
  background-color: #ededed;
}
.product-details-page > .product-details .display-price .btn-cart,
.product-details-page > .product-details .display-cart-button .btn-cart {
  display: block;
  width: 98%;
  float: right;
  border-radius: 2px;
  line-height: 1.5em;
}
@media screen and (min-device-width: 1000px) {
  .product-details-page > .product-details .display-price .btn-cart:hover,
  .product-details-page > .product-details .display-cart-button .btn-cart:hover {
    background-color: #fff;
    border-color: #ff1c61;
    color: #ff1c61;
  }
}
.product-details-page > .product-details .share {
  margin-top: 15px;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .product-details-page > .product-details .share {
    display: inline-block;
    position: relative;
    float: right;
  }
}
.product-details-page > .product-details .share a {
  margin-left: 5px;
  color: #212121;
}
.product-details-page > .product-details .share a span {
  padding: 5px;
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .product-details-page > .product-details .share a span {
    font-size: 18px;
  }
}
.product-details-page > .product-details .share a img {
  width: 24px;
  height: 24px;
  margin-top: -10px;
}
@media screen and (min-width: 768px) {
  .product-details-page > .product-details .share a img {
    width: 26px;
    height: 26px;
    padding: 5px;
  }
}
.product-details-page > .product-details .share a:hover {
  text-decoration: none;
}
.product-details-page > .product-details > .product-desc h3 {
  font-weight: 300;
  margin-top: 15px;
  margin-bottom: 5px;
}
.product-details-page > .product-details > .product-desc h3 a:hover {
  text-decoration: none;
}
.product-details-page > .product-details > .product-desc h3 a.similar-items {
  font-weight: 700;
}
.product-details-page > .product-details > .product-desc p {
  margin-bottom: 20px;
}
.product-details-page > .product-details > .product-desc p.tags-list {
  margin-top: 20px;
}
.product-details-page > .product-details > .product-desc p.tags-list .tag {
  display: inline-block;
  background-color: #ededed;
  color: #999;
  padding: 5px;
  margin-right: 10px;
  margin-bottom: 5px;
  border-radius: 2px;
}
.product-details-page > .product-details > .product-desc p.tags-list .tag span {
  padding-right: 3px;
}
.product-details-page > .product-details > .product-desc p.shop-more {
  margin-bottom: 40px;
}
.product-details-page > .product-details > .product-desc p.shop-more a:hover {
  text-decoration: none;
}
.product-details-page .gallery-page {
  margin-top: 20px;
}
.product-details-page .browse-more .btn {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}
.product-details-page .f-comments {
  min-height: 100px;
}
@media screen and (max-width: 767px) {
  .product-details-page .f-comments {
    display: none;
  }
}
.product-details-page .f-comments .fb-comments,
.product-details-page .f-comments .fb-comments span,
.product-details-page .f-comments .fb-comments.fb_iframe_widget span iframe {
  width: 100% !important;
  min-height: 100px;
}
.product-details-page .cart-success {
  display: none;
  position: relative;
  border: 2px solid #6dce87;
  border-radius: 3px;
  background-color: #fff;
  padding: 15px;
}
.product-details-page .cart-success:before,
.product-details-page .cart-success:after {
  content: " ";
  display: table;
}
.product-details-page .cart-success:after {
  clear: both;
}
.product-details-page .cart-success:before,
.product-details-page .cart-success:after {
  content: " ";
  display: table;
}
.product-details-page .cart-success:after {
  clear: both;
}
.product-details-page .cart-success .lead {
  font-size: 32px;
  padding-top: 0;
  line-height: 32px;
  -webkit-margin-before: 0;
}
.product-details-page .cart-success .shipmessage {
  font-weight: bold;
}
.product-details-page .cart-success .spend {
  color: #ff1c61;
  font-size: 15px;
  font-weight: 700;
}
.product-details-page .cart-success .btn-keep-shopping {
  font-size: 18px;
  background-color: #ededed;
  color: #333333;
  border-color: #ededed;
}
.product-details-page .cart-success .btn-checkout {
  font-size: 18px;
  background-color: #6dce87;
}
.product-details-page .cart-success .pull-right {
  float: left !important;
  padding-left: 15px;
}
.product-details-page .cart-success .el-icon-thumbs-up,
.product-details-page .cart-success .el-icon-unlock {
  font-size: 72px;
  color: #6dce87;
  margin-top: 30px;
}
@media screen and (max-width: 320px) {
  .product-details-page .cart-success .el-icon-thumbs-up,
  .product-details-page .cart-success .el-icon-unlock {
    display: none;
  }
}
.product-details-page .cart-success .success {
  color: #6dce87;
}
.product-details-page .cart-success .buttons {
  position: relative;
  margin-top: 30px;
}
.product-details-page .cart-success .buttons button {
  font-size: 14px;
}
@media screen and (max-width: 569px) {
  .product-details-page .cart-success .buttons button {
    font-size: 12px;
  }
}
.product-details-page .apparel-message {
  color: red;
  margin-bottom: 15px;
}
.product-carousel {
  position: relative;
}
.product-carousel #busy-loader {
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
.product-carousel #busy-loader .spinner {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  background-color: #212121;
  animation: rotateplane 1.2s infinite ease-in-out;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
}
.wanelo-save-button {
  background: url(/assets/images/wanelo-18px.png) !important;
  height: 18px !important;
  width: 18px !important;
}
#size-chart {
  display: none;
  position: absolute;
  top: 36px;
  width: auto;
  height: auto;
  border: 1px solid #999999;
  border-top: 5px solid #212121;
  background: white;
  z-index: 10;
}
@media screen and (max-width: 569px) {
  #size-chart {
    left: -10px;
  }
}
@media screen and (min-width: 1000px) {
  #size-chart {
    right: 0;
  }
}
#apparel-selector {
  display: none;
  position: absolute;
  top: 36px;
  z-index: 10;
}
@media screen and (max-width: 569px) {
  #apparel-selector {
    left: -10px;
  }
}
@media screen and (min-width: 1000px) {
  #apparel-selector {
    top: 78px;
    right: 0;
  }
}
#apparel-selector .panel-default {
  border-color: #999999;
  border-top: 0;
}
#apparel-selector .panel {
  margin-top: -1px;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 0;
}
#apparel-selector .panel:first-child {
  border-top: 5px solid #212121;
}
#apparel-selector .panel p.style {
  text-transform: capitalize;
  font-weight: 600;
  padding: 10px 15px;
  margin-bottom: 0;
}
#apparel-selector .panel hr.line {
  margin-top: 0;
  margin-bottom: 5px;
}
#apparel-selector .panel::-webkit-scrollbar-track {
  background-color: #fff;
  border-right: 1px solid #c7c7c7;
}
#apparel-selector .panel::-webkit-scrollbar {
  width: 10px;
}
#apparel-selector .panel::-webkit-scrollbar-thumb {
  background-color: #999999;
  border: 2px solid #999999;
  border-radius: 0;
}
#apparel-selector .panel-heading:first-child {
  -moz-margin-top: 10px;
}
#apparel-selector .panel-heading {
  background-color: #ededed;
}
#apparel-selector .panel-heading:before,
#apparel-selector .panel-heading:after {
  content: " ";
  display: table;
}
#apparel-selector .panel-heading:after {
  clear: both;
}
#apparel-selector .panel-heading:before,
#apparel-selector .panel-heading:after {
  content: " ";
  display: table;
}
#apparel-selector .panel-heading:after {
  clear: both;
}
#apparel-selector .panel-heading h3 {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  font-size: 19px !important;
  color: #212121;
  margin-bottom: 0;
  width: 45%;
  float: left !important;
}
@media (min-width: 768px) {
  #apparel-selector .panel-heading h3 {
    font-size: 21px;
  }
}
#apparel-selector .panel-heading h3 a:hover {
  text-decoration: none;
}
#apparel-selector .panel-heading h3 a span {
  color: #212121;
  font-size: 60%;
}
#apparel-selector .panel-heading .apparel-pills {
  float: right !important;
  text-align: right;
  width: 55%;
  margin-right: -5px;
}
#apparel-selector .panel-heading .apparel-pills li {
  background-color: transparent;
  border: 1px solid #999999;
  border-radius: 2px;
  color: #999999;
  padding: 0px 15px;
  margin-top: 3px;
  margin-left: 5px;
  min-width: 112px;
  text-align: center;
}
#apparel-selector .panel-heading .apparel-pills li:hover {
  background-color: #545454;
}
#apparel-selector .panel-heading .apparel-pills li a {
  color: #999999;
}
#apparel-selector .panel-heading .apparel-pills li a:hover {
  color: #fff;
  background-color: transparent;
  text-decoration: none;
}
#apparel-selector .panel-heading .apparel-pills .selected {
  background-color: #333333;
  border: 1px solid #999999;
  color: #fff;
}
#apparel-selector .panel-heading .apparel-pills .selected:hover {
  background-color: #333333;
}
#apparel-selector .panel-heading .apparel-pills .selected a {
  color: #fff;
}
#apparel-selector .panel-heading .apparel-pills .selected a:hover {
  color: #fff;
}
#apparel-selector .panel-collapse {
  box-shadow: none;
}
#apparel-selector .in {
  border-top: 1px solid #ededed;
}
#apparel-selector .panel-body:before,
#apparel-selector .panel-body:after {
  content: " ";
  display: table;
}
#apparel-selector .panel-body:after {
  clear: both;
}
#apparel-selector .panel-body:before,
#apparel-selector .panel-body:after {
  content: " ";
  display: table;
}
#apparel-selector .panel-body:after {
  clear: both;
}
#apparel-selector .panel-body .left {
  float: left !important;
  width: 35%;
}
#apparel-selector .panel-body .left img {
  width: 95%;
  height: auto;
}
#apparel-selector .panel-body .right {
  float: right !important;
  width: 65%;
}
#apparel-selector .panel-body .right h4.style {
  display: inline-block;
  width: 80%;
  font-size: 16px;
  float: left !important;
}
#apparel-selector .panel-body .right h4.price {
  font-size: 16px;
  float: right !important;
  text-align: right;
  margin-top: -6px;
}
#apparel-selector .panel-body .right h4.price small {
  font-size: 10px;
  color: #222222;
  font-weight: 600;
  margin-bottom: -5px;
}
#apparel-selector .panel-body .right .color {
  width: 34px;
  height: 34px;
  border-radius: 19px;
  border: 1px solid #999999;
  display: inline-block;
  margin-right: 5px;
  cursor: pointer;
  cursor: hand;
  overflow: hidden;
}
#apparel-selector .panel-body .right .color .thumb-color {
  height: 100%;
  float: right !important;
  padding: 0;
}
#apparel-selector .panel-body .right .selected {
  border: 2px solid #545454;
}
.sub-page {
  padding-left: 15px;
}
.sub-page .banner {
  height: 200px;
  margin-bottom: 1.4em;
}
@media screen and (max-width: 767px) {
  .sub-page .banner {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.sub-page .banner .background {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.sub-page .banner .background img.womens {
  width: 100%;
  height: auto;
  position: relative;
  top: -125px;
  left: 0;
}
@media screen and (max-width: 999px) {
  .sub-page .banner .background img.womens {
    top: -100px;
  }
}
@media screen and (max-width: 320px) {
  .sub-page .banner .background img.womens {
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
  }
}
.sub-page .banner .background img.mens {
  width: 100%;
  height: auto;
  position: relative;
  top: 0;
  left: 0;
}
@media screen and (max-width: 999px) {
  .sub-page .banner .background img.mens {
    top: 0;
  }
}
@media screen and (max-width: 320px) {
  .sub-page .banner .background img.mens {
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
  }
}
.sub-page .banner .background .banner-text {
  position: absolute;
  min-width: 450px;
  height: 200px;
  top: 0;
  left: 0;
  background-color: #999999;
  background: -webkit-linear-gradient(left, rgba(250, 250, 250, 0.9), rgba(250, 250, 250, 0.6), transparent);
  background: -o-linear-gradient(right, rgba(250, 250, 250, 0.9), rgba(250, 250, 250, 0.6), transparent);
  background: -moz-linear-gradient(right, rgba(250, 250, 250, 0.9), rgba(250, 250, 250, 0.6), transparent);
  background: linear-gradient(to right, rgba(250, 250, 250, 0.9), rgba(250, 250, 250, 0.6), transparent);
}
@media screen and (max-width: 320px) {
  .sub-page .banner .background .banner-text {
    min-width: 200px;
  }
}
.sub-page .banner .background .banner-text h1 {
  font-weight: 300;
  font-size: 2.8em;
  position: relative;
  top: 35%;
  margin: auto 30px;
  color: #333;
}
.sub-page .banner .background .banner-text.mens {
  background: -webkit-linear-gradient(left, rgba(50, 50, 50, 0.9), rgba(50, 50, 50, 0.6), transparent);
  background: -o-linear-gradient(right, rgba(50, 50, 50, 0.9), rgba(50, 50, 50, 0.6), transparent);
  background: -moz-linear-gradient(right, rgba(50, 50, 50, 0.9), rgba(50, 50, 50, 0.6), transparent);
  background: linear-gradient(to right, rgba(50, 50, 50, 0.9), rgba(50, 50, 50, 0.6), transparent);
}
.sub-page .banner .background .banner-text.mens h1 {
  color: #fff;
  text-shadow: -1px 1px 1px #000000;
}
.sub-page h1 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: #333333;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 30px;
  padding-top: 10px;
  margin-bottom: 16px !important;
}
.sub-page h1 small,
.sub-page h1 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
.sub-page h1 small,
.sub-page h1 .small {
  font-size: 65%;
}
.sub-page h1 span {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: #333333;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 30px;
}
.sub-page h1 span small,
.sub-page h1 span .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
.sub-page h1 span small,
.sub-page h1 span .small {
  font-size: 65%;
}
.sub-page h1.discover {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: #333333;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  padding-bottom: 10px;
}
.sub-page h1.discover small,
.sub-page h1.discover .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
.sub-page h1.discover small,
.sub-page h1.discover .small {
  font-size: 65%;
}
.sub-page h1.discover span {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: #333333;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
}
.sub-page h1.discover span small,
.sub-page h1.discover span .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
.sub-page h1.discover span small,
.sub-page h1.discover span .small {
  font-size: 65%;
}
@media screen and (max-width: 999px) {
  .sub-page h1.discover {
    display: none;
  }
}
.sub-page .select-topic,
.sub-page .select-topic-faq {
  position: relative;
  text-align: center;
}
.sub-page .select-topic .dropdown-toggle-one,
.sub-page .select-topic-faq .dropdown-toggle-one,
.sub-page .select-topic .dropdown-toggle-two,
.sub-page .select-topic-faq .dropdown-toggle-two {
  background-color: #ededed;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.sub-page .select-topic .dropdown-toggle-one h4,
.sub-page .select-topic-faq .dropdown-toggle-one h4,
.sub-page .select-topic .dropdown-toggle-two h4,
.sub-page .select-topic-faq .dropdown-toggle-two h4 {
  color: #666;
  padding: 5px;
  margin: 5px 0;
  font-size: 14px;
  cursor: pointer;
  cursor: hand;
}
.sub-page .select-topic .dropdown-toggle-one h4 .down,
.sub-page .select-topic-faq .dropdown-toggle-one h4 .down,
.sub-page .select-topic .dropdown-toggle-two h4 .down,
.sub-page .select-topic-faq .dropdown-toggle-two h4 .down {
  margin-left: 15px;
  color: #999;
}
.sub-page .select-topic .topic-dropdown-one,
.sub-page .select-topic-faq .topic-dropdown-one,
.sub-page .select-topic .topic-dropdown-two,
.sub-page .select-topic-faq .topic-dropdown-two {
  display: none;
  position: absolute;
  top: 55px;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 10px 30px;
  z-index: 999;
  width: 100%;
}
.sub-page .select-topic .topic-dropdown-one h3,
.sub-page .select-topic-faq .topic-dropdown-one h3,
.sub-page .select-topic .topic-dropdown-two h3,
.sub-page .select-topic-faq .topic-dropdown-two h3 {
  color: #333;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
}
.sub-page .select-topic .topic-dropdown-one ul,
.sub-page .select-topic-faq .topic-dropdown-one ul,
.sub-page .select-topic .topic-dropdown-two ul,
.sub-page .select-topic-faq .topic-dropdown-two ul {
  list-style-type: none;
  padding: 0;
}
.sub-page .select-topic .topic-dropdown-one ul li,
.sub-page .select-topic-faq .topic-dropdown-one ul li,
.sub-page .select-topic .topic-dropdown-two ul li,
.sub-page .select-topic-faq .topic-dropdown-two ul li {
  margin-bottom: 15px;
}
.sub-page .select-topic .topic-dropdown-one ul li a,
.sub-page .select-topic-faq .topic-dropdown-one ul li a,
.sub-page .select-topic .topic-dropdown-two ul li a,
.sub-page .select-topic-faq .topic-dropdown-two ul li a {
  font-size: 18px;
  font-weight: 300;
  color: #222222;
}
.sub-page > .panel-group .panel + .panel {
  margin-top: 0;
}
.sub-page > .panel-group .panel-faq {
  border: 0;
}
.sub-page > .panel-group .panel-faq .panel-heading {
  background-color: transparent;
  border-top: 1px solid #ccc;
  border-right: 0 solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 0 solid transparent;
  padding: 15px 5px;
}
.sub-page > .panel-group .panel-faq .panel-title {
  display: table;
  color: #4960a8;
}
.sub-page > .panel-group .panel-faq .panel-title .info-icon {
  display: table-cell;
  vertical-align: middle;
  padding-right: 10px;
}
.sub-page > .panel-group .panel-faq .panel-title a {
  display: table-cell;
}
.sub-page > .panel-group .panel-faq .panel-body {
  padding-left: 30px;
  font-size: 90%;
}
@media screen and (min-width: 1000px) {
  .sub-page .select-topic {
    display: none;
  }
}
.sub-page .topic-list {
  display: block;
  float: left;
}
@media screen and (max-width: 999px) {
  .sub-page .topic-list {
    display: none;
  }
}
.sub-page .topic-list h3.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  font-size: 30px !important;
  border-bottom: 1px solid #999999;
  padding-top: 10px;
  padding-bottom: 15px;
  margin-bottom: 15px !important;
}
@media (min-width: 768px) {
  .sub-page .topic-list h3.lead {
    font-size: 21px;
  }
}
.sub-page .topic-list li {
  border-right: 0;
  border-left: 0;
  padding-left: 0;
}
.sub-page .topic-list li .active {
  font-weight: 600;
  color: #333333;
}
.sub-page .topic-list li .active .down {
  font-size: 18px;
}
.sub-page .topic-list li.shop-category {
  border: 0;
}
.sub-page .topic-list li.shop-category a {
  font-size: 18px;
  color: #212121;
}
.sub-page .topic-list .active-topic {
  font-weight: 600;
}
.sub-page .topic-list .active-topic a {
  color: #333333;
}
.sub-page .topic-list a {
  font-size: 20px;
  color: #4960a8;
}
@media screen and (max-width: 999px) {
  .sub-page .topic-list a {
    font-size: 18px;
  }
}
.sub-page .topic-list a:hover {
  text-decoration: none;
}
.sub-page .topic-list ul {
  list-style-type: none;
  margin-top: 5px;
  margin-bottom: -5px;
  margin-left: -21px;
  padding: 0;
}
.sub-page .topic-list ul li {
  padding: 10px 15px;
  padding-left: 45px;
}
.sub-page .topic-list ul li a:hover {
  color: #000;
}
@media screen and (min-width: 1000px) {
  .sub-page.topics .unisex-menu + h3 {
    margin-left: 325px;
  }
}
@media screen and (min-width: 1000px) {
  .unisex-menu {
    float: left;
    width: 25%;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .unisex-menu .select-discover-topic-one,
  .unisex-menu .select-discover-topic-two {
    float: left;
    display: block;
    width: 345px;
  }
  .unisex-menu .select-discover-topic-one {
    margin-right: 15px;
  }
  .unisex-menu .single {
    width: 100%;
    margin-right: 0;
  }
}
.unisex-menu .topic-list h2 {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  font-size: 1.6em;
  border-bottom: 1px solid #333333;
  padding-bottom: 5px;
  margin: 0;
  margin-right: 30px;
}
@media (min-width: 768px) {
  .unisex-menu .topic-list h2 {
    font-size: 21px;
  }
}
.unisex-menu .topic-list .unisex-heading {
  margin-top: 15px;
}
.unisex-menu .topic-list li {
  border: 0;
}
.unisex-menu .topic-list li a {
  color: #212121;
}
@media screen and (min-width: 1000px) {
  .gallery-wrapper {
    display: block;
    float: right;
    width: 75%;
  }
}
.gallery-wrapper h3 {
  color: #212121;
}
#search {
  padding-left: 0px;
  padding-right: 0px;
}
#search #search-bar {
  padding-top: 15px;
}
#search #search-bar .input {
  float: left;
  width: 75%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #search #search-bar .input {
    float: left;
    width: 91.66666666666666%;
  }
}
@media (min-width: 1000px) {
  #search #search-bar .input {
    float: left;
    width: 91.66666666666666%;
  }
}
@media (min-width: 1200px) {
  #search #search-bar .input {
    float: left;
    width: 91.66666666666666%;
  }
}
#search #search-bar .input input {
  width: 100%;
  height: auto;
  font-size: 1.4em;
}
#search #search-bar .button {
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  position: relative;
}
@media (min-width: 768px) {
  #search #search-bar .button {
    float: left;
    width: 8.333333333333332%;
  }
}
@media (min-width: 1000px) {
  #search #search-bar .button {
    float: left;
    width: 8.333333333333332%;
  }
}
@media (min-width: 1200px) {
  #search #search-bar .button {
    float: left;
    width: 8.333333333333332%;
  }
}
#search #search-bar .button #search-button {
  width: 100%;
}
#search #search-bar .button #search-button span {
  font-size: 1.6em;
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
}
#search .dropdown-filter {
  position: relative;
}
#search .dropdown-filter:before,
#search .dropdown-filter:after {
  content: " ";
  display: table;
}
#search .dropdown-filter:after {
  clear: both;
}
#search .dropdown-filter:before,
#search .dropdown-filter:after {
  content: " ";
  display: table;
}
#search .dropdown-filter:after {
  clear: both;
}
#search .dropdown-filter .mobile-only {
  overflow: hidden;
}
#search .dropdown-filter .clear {
  display: block;
  text-align: center;
  position: absolute;
  top: 20%;
  width: 10%;
  left: 0px;
  float: left;
  background-color: fff;
  z-index: 1;
  color: #212121;
}
@media screen and (max-width: 1000px) {
  #search .dropdown-filter .clear {
    display: block;
  }
}
@media screen and (min-width: 1000px) {
  #search .dropdown-filter .clear {
    display: none;
  }
}
#search .dropdown-filter .clear:hover,
#search .dropdown-filter .clear:focus {
  text-decoration: none;
}
@media screen and (min-width: 1000px) {
  #search .mobile-only {
    display: none;
  }
}
#search .select-wrapper {
  background-color: #ededed;
  width: 100%;
  min-height: 40px;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  color: #333333;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: window;
  font-size: 1em;
  cursor: hand;
  cursor: pointer;
  line-height: 40px;
  padding-left: 10px;
  z-index: 10;
}
#search .select-wrapper:before {
  font-family: 'Elusive-Icons';
  content: "\e6fe";
  font-size: 12px;
  line-height: 40px;
  padding-right: 10px;
  float: right;
}
#search .select-wrapper.open:before {
  content: "\e6fb";
}
@media screen and (max-width: 999px) {
  #search .clear + .select-wrapper {
    width: 90%;
    float: right;
  }
  #search .clear + .select-wrapper.open {
    width: 100%;
  }
}
#search #category {
  background: none;
  background-color: #ededed;
}
#search #category:before {
  font-family: 'Elusive-Icons';
  content: "\e663";
  font-size: 12px;
  line-height: 40px;
  padding-right: 10px;
  float: right;
}
#search #category.open:before {
  content: "\e655";
}
#search .left {
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media (min-width: 768px) {
  #search .left {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1000px) {
  #search .left {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  #search .left {
    float: left;
    width: 25%;
  }
}
#search .left h3 {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  font-weight: 600;
  font-style: italic;
  margin-top: 0;
}
@media (min-width: 768px) {
  #search .left h3 {
    font-size: 21px;
  }
}
@media screen and (max-width: 999px) {
  #search .left h3.narrow {
    display: none;
  }
  #search .left .criteria,
  #search .left .filters {
    display: none;
  }
}
#search .left h5.criteria {
  font-weight: normal;
  font-size: #222222;
  position: relative;
  border-bottom: 1px solid #212121;
  padding-bottom: 5px;
}
#search .left h5.criteria span {
  position: absolute;
  right: 0;
}
#search .left h5.criteria span a {
  font-weight: normal;
  color: #212121;
  text-decoration: underline;
}
#search .left .selected-filter {
  min-height: 30px;
  margin-bottom: 7.5px;
  position: relative;
}
#search .left .selected-filter .clear {
  display: inline-block;
  color: #212121;
  font-weight: 600;
  font-size: 1em;
  width: 1.2em;
  height: 1.2em;
  text-align: center;
  line-height: 0.8em;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.6em;
}
#search .left .selected-filter .clear:hover {
  text-decoration: none;
}
#search .left .selected-filter .filter {
  width: 85%;
  display: inline-block;
  padding: 5px;
  background-color: #ededed;
  position: absolute;
  right: 0;
  text-transform: capitalize;
}
#search .left .selected-filter .filter span {
  display: inline-block;
  margin-right: 5px;
  width: 0.66em;
  height: 0.66em;
  border-radius: 0.33em;
  border: 1px solid #545454;
}
#search .left #category-dropdown {
  width: 100%;
}
@media screen and (max-width: 999px) {
  #search .left #category-dropdown {
    display: none;
  }
}
#search .left #category-dropdown ul {
  padding-left: 0;
}
#search .left #category-dropdown ul h4 {
  font-weight: 300;
  border-bottom: 1px solid #212121;
  font-size: 1.4em;
  padding-bottom: 5px;
  position: relative;
  margin-top: 37.5px;
  cursor: hand;
  cursor: pointer;
}
#search .left #category-dropdown ul h4.first {
  margin-top: 7.5px;
}
@media screen and (max-width: 999px) {
  #search .left #category-dropdown ul h4.first {
    margin-top: 0;
  }
}
#search .left #category-dropdown ul h4 span {
  position: absolute;
  right: 0;
  font-size: 0.8em;
}
#search .left #category-dropdown ul a {
  font-size: 1.2em;
  color: #212121;
  font-weight: 700;
  display: block;
}
#search .left #category-dropdown ul a li {
  list-style-type: none;
  margin-bottom: 15px;
}
#search .left #category-dropdown ul a.active li:before {
  content: "•";
  color: #ff1c61;
  padding-right: 15px;
}
#search .left #category-dropdown .hide {
  display: block !important;
}
#search .left #category-dropdown .hide a {
  display: none;
}
@media screen and (max-width: 999px) {
  #search .left #category-dropdown {
    position: absolute;
    top: 37.5px;
    background-color: #fff;
    border: 1px solid #ededed;
    z-index: 100;
    padding-top: 15px;
  }
  #search .left #category-dropdown ul {
    float: left;
    width: 50%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
    padding-left: 10px;
  }
  #search .left #category-dropdown ul h4 {
    margin-top: 0;
    cursor: default;
  }
  #search .left #category-dropdown ul h4 span {
    display: none;
  }
  #search .left #category-dropdown ul:nth-child(2),
  #search .left #category-dropdown ul:last-child {
    padding-right: 10px;
  }
  #search .left #category-dropdown .hide a {
    display: block !important;
  }
}
@media screen and (max-width: 999px) and screen and (max-width: 767px) {
  #search .left #category-dropdown .unisex {
    padding-right: 0;
  }
}
@media screen and (max-width: 999px) and (min-width: 768px) {
  #search .left #category-dropdown ul {
    float: left;
    width: 50%;
  }
}
#search .right {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 768px) {
  #search .right {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1000px) {
  #search .right {
    float: left;
    width: 75%;
  }
}
@media (min-width: 1200px) {
  #search .right {
    float: left;
    width: 75%;
  }
}
#search .right .wrap {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #search .right .wrap {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1000px) {
  #search .right .wrap {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  #search .right .wrap {
    float: left;
    width: 50%;
  }
}
@media screen and (max-width: 1000px) {
  #search .right .wrap {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 768px) {
  #search .right .wrap:last-child {
    padding-right: 0;
  }
}
#search .products {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #search .products {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1000px) {
  #search .products {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  #search .products {
    float: left;
    width: 100%;
  }
}
#search .products h1 {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  margin: 0 0 10px;
}
#search #color-dropdown,
#search #sort-dropdown {
  display: none;
  position: absolute;
  top: 37.5px;
  background-color: #fff;
  padding: 20px;
  width: 100%;
  z-index: 100;
  border: 1px solid #ededed;
  font-weight: 700;
}
#search #color-dropdown:before,
#search #sort-dropdown:before,
#search #color-dropdown:after,
#search #sort-dropdown:after {
  content: " ";
  display: table;
}
#search #color-dropdown:after,
#search #sort-dropdown:after {
  clear: both;
}
#search #color-dropdown:before,
#search #sort-dropdown:before,
#search #color-dropdown:after,
#search #sort-dropdown:after {
  content: " ";
  display: table;
}
#search #color-dropdown:after,
#search #sort-dropdown:after {
  clear: both;
}
#search #color-dropdown .tooltip-inner,
#search #sort-dropdown .tooltip-inner {
  text-transform: capitalize;
}
#search #color-dropdown .colors,
#search #sort-dropdown .colors {
  display: block;
  float: left;
  width: 2.5em;
  height: 2.5em;
  border-radius: 1.25em;
  margin: 10px;
  cursor: hand;
  cursor: pointer;
}
#search #color-dropdown .colors:hover,
#search #sort-dropdown .colors:hover,
#search #color-dropdown .colors.selected,
#search #sort-dropdown .colors.selected {
  box-shadow: 0px 0px 0px 3px #fff, 0px 0px 0px 4px #333;
}
#search #color-dropdown .colors#white,
#search #sort-dropdown .colors#white {
  border: 1px solid #ededed;
}
#search #color-dropdown .sort,
#search #sort-dropdown .sort {
  cursor: hand;
  cursor: pointer;
}
#search #color-dropdown ul,
#search #sort-dropdown ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#search #color-dropdown ul a,
#search #sort-dropdown ul a {
  color: #212121;
}
#search #color-dropdown ul a li,
#search #sort-dropdown ul a li {
  padding-bottom: 7.5px;
}
#giftcards {
  margin-top: 30px;
}
#giftcards:before,
#giftcards:after {
  content: " ";
  display: table;
}
#giftcards:after {
  clear: both;
}
#giftcards:before,
#giftcards:after {
  content: " ";
  display: table;
}
#giftcards:after {
  clear: both;
}
#giftcards .gift-photo-wrapper,
#giftcards .gift-card-wrapper {
  display: inline-block;
  float: left;
}
#giftcards .gift-photo-wrapper {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #giftcards .gift-photo-wrapper {
    float: left;
    width: 33.33333333333333%;
  }
}
@media (min-width: 1000px) {
  #giftcards .gift-photo-wrapper {
    float: left;
    width: 33.33333333333333%;
  }
}
@media (min-width: 1200px) {
  #giftcards .gift-photo-wrapper {
    float: left;
    width: 33.33333333333333%;
  }
}
#giftcards .gift-photo-wrapper img {
  width: 100%;
  height: auto;
}
#giftcards .gift-card-wrapper {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #giftcards .gift-card-wrapper {
    float: left;
    width: 66.66666666666666%;
  }
}
@media (min-width: 1000px) {
  #giftcards .gift-card-wrapper {
    float: left;
    width: 66.66666666666666%;
  }
}
@media (min-width: 1200px) {
  #giftcards .gift-card-wrapper {
    float: left;
    width: 66.66666666666666%;
  }
}
.fourohfour hr {
  border-top: 2px solid #ccc;
}
.fourohfour .or {
  width: 40px;
  height: 40px;
  border: 2px solid #ccc;
  border-radius: 20px;
  font-size: 24px;
  color: #ccc;
  padding: 1px;
  padding-left: 6px;
  margin-top: -42px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}
.fourohfour .column-left {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .fourohfour .column-left {
    float: left;
    width: 33.33333333333333%;
  }
}
@media (min-width: 1000px) {
  .fourohfour .column-left {
    float: left;
    width: 33.33333333333333%;
  }
}
@media (min-width: 1200px) {
  .fourohfour .column-left {
    float: left;
    width: 33.33333333333333%;
  }
}
.fourohfour .column-left img {
  width: 100%;
}
.fourohfour .column-right {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .fourohfour .column-right {
    float: left;
    width: 66.66666666666666%;
  }
}
@media (min-width: 1000px) {
  .fourohfour .column-right {
    float: left;
    width: 66.66666666666666%;
  }
}
@media (min-width: 1200px) {
  .fourohfour .column-right {
    float: left;
    width: 66.66666666666666%;
  }
}
.fourohfour .column-right button {
  width: 100%;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .fourohfour .column-right .create {
    display: none;
  }
}
.fourohfour #bad {
  padding-bottom: 20px;
}
.no-results:before,
.no-results:after {
  content: " ";
  display: table;
}
.no-results:after {
  clear: both;
}
.no-results:before,
.no-results:after {
  content: " ";
  display: table;
}
.no-results:after {
  clear: both;
}
.no-results input {
  display: inline-block;
  float: left;
}
@media screen and (max-width: 569px) {
  .no-results input {
    display: block;
    float: none;
  }
}
@media screen and (max-width: 569px) {
  .no-results button {
    margin-right: auto;
    margin-left: auto;
  }
}
.no-results .search-box {
  width: 85%;
}
.no-results .btn {
  width: 15%;
}
@media screen and (max-width: 569px) {
  .no-results .btn {
    width: auto;
  }
}
.inspired {
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  padding: 30px 0;
}
.inspired button {
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .inspired {
    display: none;
  }
}
hr {
  border-top: 2px solid #ccc;
}
.or {
  width: 40px;
  height: 40px;
  border: 2px solid #ccc;
  border-radius: 20px;
  font-size: 24px;
  color: #ccc;
  padding: 1px;
  padding-left: 6px;
  margin-top: -42px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .last {
    display: none;
  }
}
.cart-page h3 {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  border-bottom: 2px solid #212121;
  margin-top: 0.4em;
  padding-bottom: 3px;
}
@media (min-width: 768px) {
  .cart-page h3 {
    font-size: 21px;
  }
}
.cart-page .alert {
  padding: 11px 15px;
}
.cart-page .alert a {
  color: #4960a8;
}
.cart-page .alert a:hover {
  color: #4960a8;
}
.cart-page .cart-list,
.cart-page .totals-list {
  display: table;
  border: 0;
  width: 100%;
}
.cart-page .cart-list .cart-row,
.cart-page .totals-list .cart-row {
  display: table-row;
}
.cart-page .cart-list .cart-row .list-group-item,
.cart-page .totals-list .cart-row .list-group-item,
.cart-page .cart-list .cart-row .cart-item,
.cart-page .totals-list .cart-row .cart-item {
  display: table-cell;
  padding-top: 15px;
  padding-left: 0;
}
.cart-page .cart-list .cart-row .list-group-item,
.cart-page .totals-list .cart-row .list-group-item {
  border: 0;
  border-bottom: 1px solid #ededed;
}
.cart-page .cart-list .cart-row .list-group-item:first-child,
.cart-page .totals-list .cart-row .list-group-item:first-child {
  padding-left: 15px;
}
.cart-page .cart-list .cart-row .cart-item,
.cart-page .totals-list .cart-row .cart-item {
  display: table-cell;
  padding-top: 15px;
  padding-left: 0;
  border: 0;
  border-bottom: 1px solid #ededed;
  vertical-align: top;
  padding: 15px 0;
}
.cart-page .cart-list .cart-giftcard a {
  color: #545454;
}
.cart-page .cart-list .cart-giftcard a:hover {
  color: #212121;
  text-decoration: none;
}
.cart-page .cart-list .cart-giftcard a span {
  display: block;
  padding-left: 15px;
  width: 100px;
  font-size: 100px;
}
.cart-page .cart-list .item a {
  display: block;
  width: 100%;
}
.cart-page .cart-list .item a img {
  max-width: 90%;
}
.cart-page .cart-list .details {
  max-width: 280px;
}
.cart-page .cart-list .details h5 {
  margin-top: 0;
}
.cart-page .cart-list .details h5 a {
  color: #4960a8;
  font-weight: 600;
}
.cart-page .cart-list .details h5 a:hover {
  color: #4960a8;
}
.cart-page .cart-list .details .attributes p {
  margin: 0;
}
.cart-page .cart-list .details .attributes p .label {
  font-weight: 700;
}
.cart-page .cart-list .details .attributes .cart-item-remove {
  font-size: 0.8em;
  margin-top: 15px;
}
@media screen and (min-width: 690px) {
  .cart-page .cart-list .details .attributes .cart-item-remove {
    font-size: 0.85em;
  }
}
.cart-page .cart-list .details .attributes .cart-item-remove a {
  color: #999999;
}
.cart-page .cart-list .details .attributes .cart-item-remove a span {
  font-size: 0.8em;
}
.cart-page .cart-list .details .attributes .cart-item-remove a:hover {
  color: #545454;
  text-decoration: none;
}
.cart-page .cart-list .qty input {
  padding-left: 2px;
}
.cart-page .cart-list .price {
  font-weight: 700;
  text-align: left;
}
.cart-page .cart-list .total-text,
.cart-page .cart-list .total,
.cart-page .cart-list .subtotal {
  font-weight: 700;
}
.cart-page .cart-list .total,
.cart-page .cart-list .subtotal {
  text-align: left;
}
.cart-page .cart-list .mobile-label {
  display: none;
}
.cart-page .cart-list .labels .list-group-item {
  border-bottom: 2px solid #212121;
  font-size: 0.8em;
  font-weight: 600;
}
@media screen and (min-width: 690px) {
  .cart-page .cart-list .labels .list-group-item {
    font-size: 0.85em;
  }
}
.cart-page .cart-list .cart-update-quantity,
.cart-page .cart-list .total-text {
  min-height: 64px;
}
.cart-page .cart-list .cart-update-quantity {
  border-bottom: 1px solid #ededed;
  padding: 15px 0;
  list-style-type: none;
}
.cart-page .cart-list .cart-update-quantity button {
  background-color: #545454;
  color: #fff;
}
.cart-page .cart-list .cart-update-quantity button:hover {
  background-color: #333333;
}
.cart-page .promo-code,
.cart-page .subtotals {
  border-bottom: 0 !important;
}
.cart-page .promo-code {
  width: 65%;
  border: 0;
}
.cart-page .promo-code:before,
.cart-page .promo-code:after {
  content: " ";
  display: table;
}
.cart-page .promo-code:after {
  clear: both;
}
.cart-page .promo-code:before,
.cart-page .promo-code:after {
  content: " ";
  display: table;
}
.cart-page .promo-code:after {
  clear: both;
}
.cart-page .promo-code .promocode {
  padding: 2px 8px;
  margin-bottom: 5px;
  border-radius: 3px;
  background-color: #6dce87;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
.cart-page .promo-code .promocode a {
  color: #fff;
  margin-right: 15px;
}
.cart-page .promo-code .promocode a:hover {
  text-decoration: none;
}
.cart-page .promo-code .promocode a span {
  font-size: 0.76em;
}
.cart-page .promo-code .giftcert {
  background-color: #4960a8;
}
.cart-page .promo-code .form-group:before,
.cart-page .promo-code .form-group:after {
  content: " ";
  display: table;
}
.cart-page .promo-code .form-group:after {
  clear: both;
}
.cart-page .promo-code .form-group:before,
.cart-page .promo-code .form-group:after {
  content: " ";
  display: table;
}
.cart-page .promo-code .form-group:after {
  clear: both;
}
.cart-page .promo-code .form-group .promo-code-input {
  width: 70%;
  padding: 2px;
  float: left;
}
.cart-page .promo-code .form-group button {
  float: left;
  width: 25%;
  margin-top: -1px;
  margin-left: 5px;
  padding: 4px 10px;
  background-color: #545454;
  color: #fff;
}
.cart-page .promo-code .form-group button:hover {
  background-color: #333333;
}
.cart-page .cart-images {
  width: 35%;
}
.cart-page .subtotals {
  float: right;
  width: 27.5%;
  padding-top: 0 !important;
  padding-right: 12px;
  border-bottom: 0;
}
.cart-page .subtotals .cart-row .cart-item {
  border: 0;
}
.cart-page .subtotals .cart-row .cart-item:nth-child(odd) {
  width: 5.52em;
}
.cart-page .subtotals .cart-row .cart-item:nth-child(even) {
  text-align: left;
}
.cart-page .subtotals .cart-row .total-text,
.cart-page .subtotals .cart-row .total,
.cart-page .subtotals .cart-row .subtotal {
  border-top: 1px solid #ededed;
}
.cart-page .cart-reg-price {
  text-decoration: line-through;
  font-size: smaller;
}
.cart-page .cart-sale-price {
  color: #ff1c61;
}
@media screen and (max-width: 999px) {
  .cart-page .ck-1 {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .cart-page .cart-list .cart-row,
  .cart-page .totals-list .cart-row,
  .cart-page .subtotals ul .cart-row {
    display: block;
  }
  .cart-page .cart-list .cart-row:before,
  .cart-page .totals-list .cart-row:before,
  .cart-page .subtotals ul .cart-row:before,
  .cart-page .cart-list .cart-row:after,
  .cart-page .totals-list .cart-row:after,
  .cart-page .subtotals ul .cart-row:after {
    content: " ";
    display: table;
  }
  .cart-page .cart-list .cart-row:after,
  .cart-page .totals-list .cart-row:after,
  .cart-page .subtotals ul .cart-row:after {
    clear: both;
  }
  .cart-page .cart-list .cart-row:before,
  .cart-page .totals-list .cart-row:before,
  .cart-page .subtotals ul .cart-row:before,
  .cart-page .cart-list .cart-row:after,
  .cart-page .totals-list .cart-row:after,
  .cart-page .subtotals ul .cart-row:after {
    content: " ";
    display: table;
  }
  .cart-page .cart-list .cart-row:after,
  .cart-page .totals-list .cart-row:after,
  .cart-page .subtotals ul .cart-row:after {
    clear: both;
  }
  .cart-page .cart-list {
    border: 1px solid #999999;
    padding: 0 15px;
  }
  .cart-page .cart-list .labels {
    display: none;
  }
  .cart-page .cart-list .item,
  .cart-page .cart-list .details,
  .cart-page .cart-list .qty,
  .cart-page .cart-list .price {
    float: left;
    width: 50%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-page .cart-list .item,
  .cart-page .cart-list .details {
    min-height: 197px;
    border-bottom: 0 !important;
  }
  .cart-page .cart-list .qty,
  .cart-page .cart-list .price {
    border-top: 1px solid #ededed !important;
  }
  .cart-page .cart-list .cart-update-quantity,
  .cart-page .cart-list .total,
  .cart-page .cart-list .subtotal {
    float: left;
    width: 50%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-page .cart-list .cart-update-quantity {
    padding-left: 0;
  }
  .cart-page .cart-list .spacer {
    display: none !important;
  }
  .cart-page .cart-list .total-text {
    display: none !important;
  }
  .cart-page .cart-list .total,
  .cart-page .cart-list .subtotal {
    text-align: right;
  }
  .cart-page .cart-list .mobile-label {
    display: block;
    font-weight: normal;
  }
  .cart-page .cart-list .qty,
  .cart-page .cart-list .price {
    min-height: 98px;
  }
  .cart-page .cart-list .qty .mobile-label,
  .cart-page .cart-list .price .mobile-label {
    padding-bottom: 5px;
    border-bottom: 1px solid #ededed;
    margin-bottom: 15px;
  }
  .cart-page .cart-list .price {
    text-align: right;
  }
  .cart-page .cart-images {
    display: block;
    float: none;
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 30px;
  }
  .cart-page .promo-code {
    display: block;
    float: none;
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 640px) and (min-width: 768px) {
  .cart-page .cart-list .item,
  .cart-page .cart-list .details,
  .cart-page .cart-list .qty,
  .cart-page .cart-list .price {
    float: left;
    width: 50%;
  }
}
@media screen and (max-width: 640px) and (min-width: 768px) {
  .cart-page .cart-list .cart-update-quantity,
  .cart-page .cart-list .total,
  .cart-page .cart-list .subtotal {
    float: left;
    width: 50%;
  }
}
@media screen and (max-width: 640px) and (min-width: 768px) {
  .cart-page .cart-images {
    float: left;
    width: 100%;
  }
}
@media screen and (max-width: 640px) and (min-width: 768px) {
  .cart-page .promo-code {
    float: left;
    width: 100%;
  }
}
.cart-page .shipping-panel .shipping-option {
  margin-bottom: 15px;
}
.cart-page .shipping-panel .shipping-option strong {
  color: #212121;
  font-weight: 600;
}
.cart-page .shipping-panel .shipping-option .ship {
  margin-right: 15px;
}
.cart-page .shipping-panel .shipping-option em {
  font-weight: normal;
  font-style: italic;
  color: #222222;
}
.cart-page .shipping-panel .shipping-option input,
.cart-page .shipping-panel .shipping-option label {
  cursor: pointer;
  cursor: hand;
}
.cart-page .shipping-panel .select-wrapper {
  background: url("/assets/images/arrow.gif") no-repeat 95% center;
  background-color: #ededed;
  width: 100%;
  min-height: 40px;
  position: relative;
  overflow: hidden;
  background-size: 20px 12px;
}
.cart-page .shipping-panel .select-wrapper select {
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  border: 0;
  outline: 0;
  padding: 10px 15px;
  color: #333333;
  font-weight: 700;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: window;
  font-size: 1em;
}
.cart-page .shipping-panel .select-wrapper select option {
  background-color: #fff;
  border: 0;
  font-size: 14px !important;
}
.cart-page .shipping-panel p {
  margin-top: 5px;
  font-weight: 600;
}
.cart-page .well-total {
  background-color: #fff;
  border: 1px solid #545454;
  border-radius: 3px;
  font-size: 1.2em;
  font-weight: 700;
  margin-top: 30px;
}
.cart-page .well-total div div {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 7.5px;
}
.cart-page .well-total div .estimate-sales-tax {
  display: none;
  min-height: 54px;
  margin-bottom: auto;
}
.cart-page .checkout {
  font-weight: 700;
}
.cart-page .btn.checkout {
  text-transform: uppercase;
  width: 100%;
}
.cart-page .btn.btn-pp {
  background-color: #179bd7;
}
.cart-page .btn.btn-pp:hover {
  background-color: #1282b4;
}
.cart-page .btn.btn-pp img {
  width: auto;
  max-height: 20px;
}
.cart-page .cart-images {
  margin-bottom: 30px;
}
.cart-page .cart-images img {
  display: block;
  max-width: 90%;
  float: right;
}
@media screen and (max-width: 768px) {
  .cart-page .cart-images img {
    float: none;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 320px) {
  .cart-page .item a {
    width: 100%;
  }
  .cart-page .item a img {
    max-width: 90%;
  }
  .cart-page .cart-giftcard span {
    width: 109px;
    font-size: 100px;
    padding-left: 0 !important;
  }
  .cart-page .promocode {
    font-size: 0.8em;
    font-weight: 600;
  }
}
@media screen and (max-width: 320px) and screen and (min-width: 690px) {
  .cart-page .promocode {
    font-size: 0.85em;
  }
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 2px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 4px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #002fa7;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #00195b;
  background-color: #ededed;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #002fa7;
  border-color: #002fa7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 8px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 1px;
  border-top-left-radius: 1px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
}
/*!
 * Sample styles for jQuery accordion wizard based on bootstrap
 * Original author: @stephen_thomas
 * Licensed under the MIT license
 */
.acc-wizard-step {
  margin-top: 2em;
}
.panel-heading {
  position: relative;
  z-index: 1;
}
.panel-collapse {
  padding-top: 2.6em;
  margin-top: -2.6em;
}
.header {
  background-color: #fff;
}
.header h2 {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #fff;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .header h2 {
    width: 738px;
  }
}
@media (min-width: 1000px) {
  .header h2 {
    width: 980px;
  }
}
.header h2 > .navbar-header,
.header h2 > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .header h2 > .navbar-header,
  .header h2 > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.wrapper {
  padding: 30px 0;
  background-color: #ededed;
}
.checkout-page:before,
.review-page:before,
.checkout-page:after,
.review-page:after {
  content: " ";
  display: table;
}
.checkout-page:after,
.review-page:after {
  clear: both;
}
.checkout-page:before,
.review-page:before,
.checkout-page:after,
.review-page:after {
  content: " ";
  display: table;
}
.checkout-page:after,
.review-page:after {
  clear: both;
}
.checkout-page #creditcard-error,
.review-page #creditcard-error {
  background-color: #fff;
  border: 1px solid red;
  margin-bottom: 15px;
}
.checkout-page #creditcard-error:before,
.review-page #creditcard-error:before,
.checkout-page #creditcard-error:after,
.review-page #creditcard-error:after {
  content: " ";
  display: table;
}
.checkout-page #creditcard-error:after,
.review-page #creditcard-error:after {
  clear: both;
}
.checkout-page #creditcard-error:before,
.review-page #creditcard-error:before,
.checkout-page #creditcard-error:after,
.review-page #creditcard-error:after {
  content: " ";
  display: table;
}
.checkout-page #creditcard-error:after,
.review-page #creditcard-error:after {
  clear: both;
}
.checkout-page #creditcard-error h3.lead,
.review-page #creditcard-error h3.lead {
  padding-right: 15px;
  padding-left: 15px;
}
.checkout-page #creditcard-error p:last-child,
.review-page #creditcard-error p:last-child {
  padding-right: 15px;
  padding-left: 15px;
}
.checkout-page #creditcard-error a,
.review-page #creditcard-error a {
  color: #212121;
  text-decoration: underline;
}
.checkout-page #creditcard-error a:hover,
.review-page #creditcard-error a:hover {
  text-decoration: none;
}
.checkout-page #creditcard-error .info-left,
.review-page #creditcard-error .info-left {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .checkout-page #creditcard-error .info-left,
  .review-page #creditcard-error .info-left {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1000px) {
  .checkout-page #creditcard-error .info-left,
  .review-page #creditcard-error .info-left {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .checkout-page #creditcard-error .info-left,
  .review-page #creditcard-error .info-left {
    float: left;
    width: 50%;
  }
}
.checkout-page #creditcard-error .info-right,
.review-page #creditcard-error .info-right {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .checkout-page #creditcard-error .info-right,
  .review-page #creditcard-error .info-right {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1000px) {
  .checkout-page #creditcard-error .info-right,
  .review-page #creditcard-error .info-right {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .checkout-page #creditcard-error .info-right,
  .review-page #creditcard-error .info-right {
    float: left;
    width: 50%;
  }
}
@media screen and (min-width: 1000px) {
  .checkout-page #creditcard-error .info-right,
  .review-page #creditcard-error .info-right {
    padding-left: 0;
  }
}
.checkout-page #creditcard-error .info-right .details p:first-child,
.review-page #creditcard-error .info-right .details p:first-child {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
}
@media (min-width: 768px) {
  .checkout-page #creditcard-error .info-right .details p:first-child,
  .review-page #creditcard-error .info-right .details p:first-child {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1000px) {
  .checkout-page #creditcard-error .info-right .details p:first-child,
  .review-page #creditcard-error .info-right .details p:first-child {
    float: left;
    width: 33.33333333333333%;
  }
}
@media (min-width: 1200px) {
  .checkout-page #creditcard-error .info-right .details p:first-child,
  .review-page #creditcard-error .info-right .details p:first-child {
    float: left;
    width: 33.33333333333333%;
  }
}
.checkout-page #creditcard-error .info-right .details p:last-child,
.review-page #creditcard-error .info-right .details p:last-child {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 768px) {
  .checkout-page #creditcard-error .info-right .details p:last-child,
  .review-page #creditcard-error .info-right .details p:last-child {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1000px) {
  .checkout-page #creditcard-error .info-right .details p:last-child,
  .review-page #creditcard-error .info-right .details p:last-child {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .checkout-page #creditcard-error .info-right .details p:last-child,
  .review-page #creditcard-error .info-right .details p:last-child {
    float: left;
    width: 50%;
  }
}
.checkout-page .required,
.review-page .required {
  color: red;
}
.checkout-page .grey,
.review-page .grey {
  color: #999999;
}
.checkout-page h2,
.review-page h2 {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #fff;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .checkout-page h2,
  .review-page h2 {
    width: 738px;
  }
}
@media (min-width: 1000px) {
  .checkout-page h2,
  .review-page h2 {
    width: 980px;
  }
}
.checkout-page h2 > .navbar-header,
.review-page h2 > .navbar-header,
.checkout-page h2 > .navbar-collapse,
.review-page h2 > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .checkout-page h2 > .navbar-header,
  .review-page h2 > .navbar-header,
  .checkout-page h2 > .navbar-collapse,
  .review-page h2 > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.checkout-page .sidebar-wrapper,
.review-page .sidebar-wrapper {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .checkout-page .sidebar-wrapper,
  .review-page .sidebar-wrapper {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1000px) {
  .checkout-page .sidebar-wrapper,
  .review-page .sidebar-wrapper {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .checkout-page .sidebar-wrapper,
  .review-page .sidebar-wrapper {
    float: left;
    width: 33.33333333333333%;
  }
}
@media (min-width: 1000px) {
  .checkout-page .sidebar-wrapper,
  .review-page .sidebar-wrapper {
    right: 75%;
  }
}
@media (min-width: 1200px) {
  .checkout-page .sidebar-wrapper,
  .review-page .sidebar-wrapper {
    right: 66.66666666666666%;
  }
}
@media screen and (max-width: 999px) {
  .checkout-page .sidebar-wrapper .sidebar,
  .review-page .sidebar-wrapper .sidebar {
    display: none;
  }
}
.checkout-page .sidebar-wrapper .sidebar h4.checkout-process,
.review-page .sidebar-wrapper .sidebar h4.checkout-process {
  margin-top: 5px;
  margin-bottom: 30px;
}
.checkout-page .sidebar-wrapper .sidebar ol.checkout-progress-sidebar,
.review-page .sidebar-wrapper .sidebar ol.checkout-progress-sidebar {
  margin-left: 30px;
  padding-left: 0;
  border-left: 1px solid #ededed;
  position: relative;
  list-style-type: none;
}
.checkout-page .sidebar-wrapper .sidebar ol.checkout-progress-sidebar li,
.review-page .sidebar-wrapper .sidebar ol.checkout-progress-sidebar li {
  position: relative;
  margin: 0 0 0 -26px;
  padding: 10px 15px;
  color: #999999;
}
.checkout-page .sidebar-wrapper .sidebar ol.checkout-progress-sidebar li a,
.review-page .sidebar-wrapper .sidebar ol.checkout-progress-sidebar li a {
  color: #999999;
}
.checkout-page .sidebar-wrapper .sidebar ol.checkout-progress-sidebar li a .number,
.review-page .sidebar-wrapper .sidebar ol.checkout-progress-sidebar li a .number {
  display: inline-block;
  width: 1.6em;
  height: 1.6em;
  border: 1px solid #999999;
  border-radius: 0.8em;
  padding: 0 0.5em;
  margin-right: 15px;
  background-color: #fff;
}
.checkout-page .sidebar-wrapper .sidebar ol.checkout-progress-sidebar li a .number:hover,
.review-page .sidebar-wrapper .sidebar ol.checkout-progress-sidebar li a .number:hover {
  text-decoration: none;
}
.checkout-page .sidebar-wrapper .sidebar ol.checkout-progress-sidebar li a.first .number,
.review-page .sidebar-wrapper .sidebar ol.checkout-progress-sidebar li a.first .number {
  padding: 0 0.52em;
}
.checkout-page .sidebar-wrapper .sidebar ol.checkout-progress-sidebar li.active,
.review-page .sidebar-wrapper .sidebar ol.checkout-progress-sidebar li.active {
  color: #6dce87;
}
.checkout-page .sidebar-wrapper .sidebar ol.checkout-progress-sidebar li.active a .number,
.review-page .sidebar-wrapper .sidebar ol.checkout-progress-sidebar li.active a .number {
  display: inline-block;
  width: 1.6em;
  height: 1.6em;
  border: 1px solid #6dce87;
  border-radius: 0.8em;
  margin-right: 15px;
}
.checkout-page .sidebar-wrapper .sidebar ol.checkout-progress-sidebar li.active a.first .number,
.review-page .sidebar-wrapper .sidebar ol.checkout-progress-sidebar li.active a.first .number {
  padding: 0 0.52em;
}
.checkout-page .sidebar-wrapper .sidebar ol.checkout-progress-sidebar li.success,
.review-page .sidebar-wrapper .sidebar ol.checkout-progress-sidebar li.success {
  color: #6dce87;
}
.checkout-page .sidebar-wrapper .sidebar ol.checkout-progress-sidebar li.success a,
.review-page .sidebar-wrapper .sidebar ol.checkout-progress-sidebar li.success a {
  color: #6dce87;
  font-weight: 600;
}
.checkout-page .sidebar-wrapper .sidebar ol.checkout-progress-sidebar li.success a .number,
.review-page .sidebar-wrapper .sidebar ol.checkout-progress-sidebar li.success a .number {
  display: inline-block;
  width: 1.6em;
  height: 1.6em;
  border: 1px solid #6dce87;
  border-radius: 0.8em;
  margin-right: 15px;
  background-color: #6dce87;
  color: #fff;
}
.checkout-page .sidebar-wrapper .sidebar ol.checkout-progress-sidebar li.success a:hover,
.review-page .sidebar-wrapper .sidebar ol.checkout-progress-sidebar li.success a:hover {
  text-decoration: none;
  font-weight: 600;
}
.checkout-page .sidebar-wrapper .sidebar ol.checkout-progress-sidebar li.success a.first .number,
.review-page .sidebar-wrapper .sidebar ol.checkout-progress-sidebar li.success a.first .number {
  padding: 0 0.52em;
}
.checkout-page .sidebar-wrapper .sidebar ol.checkout-progress-sidebar li:first-child,
.review-page .sidebar-wrapper .sidebar ol.checkout-progress-sidebar li:first-child {
  padding-top: 0;
}
.checkout-page .sidebar-wrapper .sidebar ol.checkout-progress-sidebar li:last-child,
.review-page .sidebar-wrapper .sidebar ol.checkout-progress-sidebar li:last-child {
  padding-bottom: 0;
}
.checkout-page .sidebar-wrapper .sidebar ol.checkout-progress-sidebar li:first-child:before,
.review-page .sidebar-wrapper .sidebar ol.checkout-progress-sidebar li:first-child:before {
  margin-top: -18px;
}
.checkout-page .sidebar-wrapper .sidebar ol.checkout-progress-sidebar li:last-child:before,
.review-page .sidebar-wrapper .sidebar ol.checkout-progress-sidebar li:last-child:before {
  margin-top: -1px;
}
.checkout-page .sidebar-wrapper .sidebar ol.checkout-progress-sidebar li.active:before,
.review-page .sidebar-wrapper .sidebar ol.checkout-progress-sidebar li.active:before {
  border-color: #6dce87;
}
.checkout-page .sidebar-wrapper .sidebar ol.checkout-progress-sidebar li.active a,
.review-page .sidebar-wrapper .sidebar ol.checkout-progress-sidebar li.active a {
  color: #6dce87;
}
.checkout-page .sidebar-wrapper .sidebar ol.checkout-progress-sidebar li.success:before,
.review-page .sidebar-wrapper .sidebar ol.checkout-progress-sidebar li.success:before {
  background: #6dce87;
}
.checkout-page .main,
.review-page .main {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .checkout-page .main,
  .review-page .main {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1000px) {
  .checkout-page .main,
  .review-page .main {
    float: left;
    width: 75%;
  }
}
@media (min-width: 1200px) {
  .checkout-page .main,
  .review-page .main {
    float: left;
    width: 66.66666666666666%;
  }
}
.checkout-page .main .panel,
.review-page .main .panel {
  margin-top: -1px !important;
}
.checkout-page .main .panel:first-child,
.review-page .main .panel:first-child {
  margin-top: 0px !important;
}
.checkout-page .main .panel-heading .check,
.review-page .main .panel-heading .check {
  color: #fff;
}
.checkout-page .main .panel-title,
.review-page .main .panel-title {
  font-size: 14px;
  color: #999999;
}
.checkout-page .main .panel-title a:hover,
.review-page .main .panel-title a:hover {
  text-decoration: none;
}
.checkout-page .main .panel-title .edit,
.review-page .main .panel-title .edit {
  display: inline-block;
  margin-right: 5px;
  color: #999999;
  font-weight: 600;
  padding: 0 5px;
}
.checkout-page .main .panel-title .ok,
.review-page .main .panel-title .ok {
  color: #6dce87;
}
.checkout-page .main .panel-body h3,
.review-page .main .panel-body h3 {
  color: #212121;
  margin-top: 0;
}
@media screen and (max-width: 320px) {
  .checkout-page .main .panel-body h3,
  .review-page .main .panel-body h3 {
    font-size: 1.4em;
  }
}
.checkout-page .main .panel-body h3 span,
.review-page .main .panel-body h3 span {
  color: #212121;
  font-size: 0.5em;
}
.checkout-page .main .panel-body .heading,
.review-page .main .panel-body .heading {
  display: inline-block;
  margin-right: 15px;
}
.checkout-page .main .panel-body .check,
.review-page .main .panel-body .check {
  display: inline-block;
  padding-top: 5px;
  color: #ededed;
  font-size: 1.6em;
}
@media screen and (max-width: 320px) {
  .checkout-page .main .panel-body .check,
  .review-page .main .panel-body .check {
    font-size: 1.2em;
  }
}
.checkout-page .main .panel-body .check.ok,
.review-page .main .panel-body .check.ok {
  color: #6dce87;
}
.checkout-page .main .panel-body .one-half,
.review-page .main .panel-body .one-half {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .checkout-page .main .panel-body .one-half,
  .review-page .main .panel-body .one-half {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1000px) {
  .checkout-page .main .panel-body .one-half,
  .review-page .main .panel-body .one-half {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .checkout-page .main .panel-body .one-half,
  .review-page .main .panel-body .one-half {
    float: left;
    width: 50%;
  }
}
.checkout-page .main .panel-body .one-third,
.review-page .main .panel-body .one-third {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .checkout-page .main .panel-body .one-third,
  .review-page .main .panel-body .one-third {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1000px) {
  .checkout-page .main .panel-body .one-third,
  .review-page .main .panel-body .one-third {
    float: left;
    width: 33.33333333333333%;
  }
}
@media (min-width: 1200px) {
  .checkout-page .main .panel-body .one-third,
  .review-page .main .panel-body .one-third {
    float: left;
    width: 33.33333333333333%;
  }
}
.checkout-page .main .panel-body .invalid,
.review-page .main .panel-body .invalid {
  color: red;
}
.checkout-page .main .panel-body .valid,
.review-page .main .panel-body .valid {
  color: #6dce87;
}
.checkout-page .main .panel-body .gift-order,
.review-page .main .panel-body .gift-order {
  margin-top: 0;
}
.checkout-page .main .panel-body .spacer,
.review-page .main .panel-body .spacer {
  margin-bottom: 20px !important;
}
.checkout-page .main .panel-body .checkout-radio,
.review-page .main .panel-body .checkout-radio,
.checkout-page .main .panel-body .checkout-radio + .lead,
.review-page .main .panel-body .checkout-radio + .lead {
  cursor: pointer;
  cursor: hand;
}
.checkout-page .main .panel-body .checkout-radio,
.review-page .main .panel-body .checkout-radio {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #ededed;
  border: 1px solid #999999;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: -8px;
  color: #ededed;
}
.checkout-page .main .panel-body .checkout-radio span,
.review-page .main .panel-body .checkout-radio span {
  display: none;
}
.checkout-page .main .panel-body .selected,
.review-page .main .panel-body .selected {
  background-color: #fff;
  border: 3px solid #6dce87;
  color: #6dce87;
  padding: 3px 3px 3px 4px;
}
.checkout-page .main .panel-body .selected span,
.review-page .main .panel-body .selected span {
  display: inline;
  font-size: 15px;
}
.checkout-page .main #credit-card-form,
.review-page .main #credit-card-form {
  width: 85%;
  margin: 0;
}
.checkout-page .main #credit-card-form .card-wrapper,
.review-page .main #credit-card-form .card-wrapper {
  margin: 0 auto 30px auto;
  text-align: center;
}
@media screen and (max-width: 320px) {
  .checkout-page .main #credit-card-form .card-wrapper,
  .review-page .main #credit-card-form .card-wrapper {
    display: none;
  }
}
.checkout-page .main #credit-card-form .form-group,
.review-page .main #credit-card-form .form-group {
  padding-right: 15px;
  margin-bottom: 15px;
}
.checkout-page .main #credit-card-form .expires .form-control-feedback,
.review-page .main #credit-card-form .expires .form-control-feedback,
.checkout-page .main #credit-card-form .cvc-code .form-control-feedback,
.review-page .main #credit-card-form .cvc-code .form-control-feedback {
  right: 15px;
}
.checkout-page .main #credit-card-form .button,
.review-page .main #credit-card-form .button {
  margin-bottom: 0;
}
.checkout-page .main #credit-card-form .card-number,
.review-page .main #credit-card-form .card-number,
.checkout-page .main #credit-card-form .full-name,
.review-page .main #credit-card-form .full-name {
  padding-right: 0;
  width: 48%;
}
@media screen and (max-width: 768px) {
  .checkout-page .main #credit-card-form .card-number,
  .review-page .main #credit-card-form .card-number,
  .checkout-page .main #credit-card-form .full-name,
  .review-page .main #credit-card-form .full-name {
    width: 100%;
  }
}
.checkout-page .main #credit-card-form .card-number input,
.review-page .main #credit-card-form .card-number input,
.checkout-page .main #credit-card-form .full-name input,
.review-page .main #credit-card-form .full-name input {
  width: 100%;
}
.checkout-page .main #credit-card-form .full-name,
.review-page .main #credit-card-form .full-name {
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  .checkout-page .main #credit-card-form .full-name,
  .review-page .main #credit-card-form .full-name {
    padding-left: 0;
  }
}
.checkout-page .main #credit-card-form .expires,
.review-page .main #credit-card-form .expires,
.checkout-page .main #credit-card-form .cvc-code,
.review-page .main #credit-card-form .cvc-code {
  width: 30%;
}
.checkout-page .main #credit-card-form .expires input,
.review-page .main #credit-card-form .expires input,
.checkout-page .main #credit-card-form .cvc-code input,
.review-page .main #credit-card-form .cvc-code input {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .checkout-page .main #credit-card-form .expires,
  .review-page .main #credit-card-form .expires,
  .checkout-page .main #credit-card-form .cvc-code,
  .review-page .main #credit-card-form .cvc-code {
    width: 50%;
  }
}
@media screen and (max-width: 320px) {
  .checkout-page .main #credit-card-form .expires,
  .review-page .main #credit-card-form .expires,
  .checkout-page .main #credit-card-form .cvc-code,
  .review-page .main #credit-card-form .cvc-code {
    width: 70%;
  }
}
.checkout-page .main .bold .panel:first-child,
.review-page .main .bold .panel:first-child {
  margin-top: 0px !important;
}
.checkout-page .main .bold #payment-form,
.review-page .main .bold #payment-form {
  width: 85%;
  margin: 0 auto;
}
.checkout-page .main .bold #payment-form .card-wrapper,
.review-page .main .bold #payment-form .card-wrapper {
  margin-bottom: 30px;
}
.checkout-page .main .bold #payment-form .form-group,
.review-page .main .bold #payment-form .form-group {
  padding-right: 15px;
  margin-bottom: 15px;
}
.checkout-page .main .bold #payment-form .button,
.review-page .main .bold #payment-form .button {
  margin-bottom: 0;
}
.checkout-page .main .bold #payment-form .card-number,
.review-page .main .bold #payment-form .card-number,
.checkout-page .main .bold #payment-form .full-name,
.review-page .main .bold #payment-form .full-name {
  padding-right: 0;
  width: 48%;
}
@media screen and (max-width: 768px) {
  .checkout-page .main .bold #payment-form .card-number,
  .review-page .main .bold #payment-form .card-number,
  .checkout-page .main .bold #payment-form .full-name,
  .review-page .main .bold #payment-form .full-name {
    width: 100%;
  }
}
.checkout-page .main .bold #payment-form .card-number input,
.review-page .main .bold #payment-form .card-number input,
.checkout-page .main .bold #payment-form .full-name input,
.review-page .main .bold #payment-form .full-name input {
  width: 100%;
}
.checkout-page .main .bold #payment-form .full-name,
.review-page .main .bold #payment-form .full-name {
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  .checkout-page .main .bold #payment-form .full-name,
  .review-page .main .bold #payment-form .full-name {
    padding-left: 0;
  }
}
.checkout-page .main .bold #payment-form .expires,
.review-page .main .bold #payment-form .expires,
.checkout-page .main .bold #payment-form .cvc-code,
.review-page .main .bold #payment-form .cvc-code {
  width: 30%;
}
.checkout-page .main .bold #payment-form .expires input,
.review-page .main .bold #payment-form .expires input,
.checkout-page .main .bold #payment-form .cvc-code input,
.review-page .main .bold #payment-form .cvc-code input {
  width: 100%;
}
.checkout-page .main .bold .bold,
.review-page .main .bold .bold {
  font-weight: 600;
}
.checkout-page #review .left,
.review-page #review .left {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .checkout-page #review .left,
  .review-page #review .left {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1000px) {
  .checkout-page #review .left,
  .review-page #review .left {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .checkout-page #review .left,
  .review-page #review .left {
    float: left;
    width: 50%;
  }
}
.checkout-page #review .left .hours-left,
.review-page #review .left .hours-left {
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.1;
  color: #333333;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  color: #ff1c61;
  font-weight: 700;
}
.checkout-page #review .left .hours-left small,
.review-page #review .left .hours-left small,
.checkout-page #review .left .hours-left .small,
.review-page #review .left .hours-left .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
.checkout-page #review .left .hours-left small,
.review-page #review .left .hours-left small,
.checkout-page #review .left .hours-left .small,
.review-page #review .left .hours-left .small {
  font-size: 65%;
}
@media (min-width: 768px) {
  .checkout-page #review .left .hours-left,
  .review-page #review .left .hours-left {
    font-size: 21px;
  }
}
.checkout-page #review .left .hours-left span,
.review-page #review .left .hours-left span {
  color: #ff1c61;
  font-weight: 700;
  font-size: 100%;
}
.checkout-page #review:before,
.review-page #review:before,
.checkout-page #review:after,
.review-page #review:after {
  content: " ";
  display: table;
}
.checkout-page #review:after,
.review-page #review:after {
  clear: both;
}
.checkout-page #review:before,
.review-page #review:before,
.checkout-page #review:after,
.review-page #review:after {
  content: " ";
  display: table;
}
.checkout-page #review:after,
.review-page #review:after {
  clear: both;
}
.checkout-page #review #order-change-form .alert,
.review-page #review #order-change-form .alert {
  margin-right: 15px;
  margin-left: 15px;
}
.checkout-page #review #order-change-form .alert a,
.review-page #review #order-change-form .alert a {
  color: #fff;
  text-decoration: underline;
}
.checkout-page #review #order-change-form .alert a:hover,
.review-page #review #order-change-form .alert a:hover {
  text-decoration: none;
}
@media screen and (max-width: 568px) {
  .checkout-page #review #order-change-form .alert p.lead,
  .review-page #review #order-change-form .alert p.lead,
  .checkout-page #review #order-change-form .alert p,
  .review-page #review #order-change-form .alert p {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
    line-height: 1.1;
    color: #333333;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    color: #ffffff;
  }
  .checkout-page #review #order-change-form .alert p.lead small,
  .review-page #review #order-change-form .alert p.lead small,
  .checkout-page #review #order-change-form .alert p small,
  .review-page #review #order-change-form .alert p small,
  .checkout-page #review #order-change-form .alert p.lead .small,
  .review-page #review #order-change-form .alert p.lead .small,
  .checkout-page #review #order-change-form .alert p .small,
  .review-page #review #order-change-form .alert p .small {
    font-weight: normal;
    line-height: 1;
    color: #999999;
  }
  .checkout-page #review #order-change-form .alert p.lead small,
  .review-page #review #order-change-form .alert p.lead small,
  .checkout-page #review #order-change-form .alert p small,
  .review-page #review #order-change-form .alert p small,
  .checkout-page #review #order-change-form .alert p.lead .small,
  .review-page #review #order-change-form .alert p.lead .small,
  .checkout-page #review #order-change-form .alert p .small,
  .review-page #review #order-change-form .alert p .small {
    font-size: 75%;
  }
}
.checkout-page #review .receipt-info:before,
.review-page #review .receipt-info:before,
.checkout-page #review .receipt-info:after,
.review-page #review .receipt-info:after {
  content: " ";
  display: table;
}
.checkout-page #review .receipt-info:after,
.review-page #review .receipt-info:after {
  clear: both;
}
.checkout-page #review .receipt-info:before,
.review-page #review .receipt-info:before,
.checkout-page #review .receipt-info:after,
.review-page #review .receipt-info:after {
  content: " ";
  display: table;
}
.checkout-page #review .receipt-info:after,
.review-page #review .receipt-info:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .checkout-page #review .receipt-info .order-number,
  .review-page #review .receipt-info .order-number {
    display: inline-block;
    float: left;
    width: 35%;
  }
}
.checkout-page #review .receipt-info .order-number h3.lead,
.review-page #review .receipt-info .order-number h3.lead {
  margin-bottom: 0px;
}
@media screen and (min-width: 768px) {
  .checkout-page #review .receipt-info .delivery-date,
  .review-page #review .receipt-info .delivery-date {
    display: inline-block;
    float: left;
    width: 65%;
  }
}
.checkout-page #review .receipt-info .delivery-date h3.lead,
.review-page #review .receipt-info .delivery-date h3.lead {
  margin-bottom: 0px;
}
.checkout-page #review .right,
.review-page #review .right {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .checkout-page #review .right,
  .review-page #review .right {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1000px) {
  .checkout-page #review .right,
  .review-page #review .right {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .checkout-page #review .right,
  .review-page #review .right {
    float: left;
    width: 50%;
  }
}
.checkout-page #review .right button,
.review-page #review .right button {
  color: #333333;
}
.checkout-page #review hr,
.review-page #review hr {
  border-top: 1px solid #ccc;
}
.checkout-page #review .column,
.review-page #review .column {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .checkout-page #review .column,
  .review-page #review .column {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1000px) {
  .checkout-page #review .column,
  .review-page #review .column {
    float: left;
    width: 33.33333333333333%;
  }
}
@media (min-width: 1200px) {
  .checkout-page #review .column,
  .review-page #review .column {
    float: left;
    width: 33.33333333333333%;
  }
}
.checkout-page #review .column hr,
.review-page #review .column hr {
  border-top: 1px solid #ccc;
}
.checkout-page #review .column:first-child,
.review-page #review .column:first-child {
  padding-right: 0;
  padding-left: 0;
}
.checkout-page #review .column:first-child .right,
.review-page #review .column:first-child .right {
  padding-right: 0;
  padding-left: 0;
}
.checkout-page #review .column:nth-child(2),
.review-page #review .column:nth-child(2) {
  border-left: 1px solid #ededed;
}
.checkout-page #review .column:last-child,
.review-page #review .column:last-child {
  border-left: 1px solid #ededed;
}
.checkout-page #review hr,
.review-page #review hr {
  border-top: 1px solid #ccc;
}
.checkout-page #review .cart-list,
.review-page #review .cart-list {
  width: auto;
}
.checkout-page #review .cart-list .list-group-item,
.review-page #review .cart-list .list-group-item {
  border: 0px;
  border-bottom: 1px solid #ccc;
}
.checkout-page #review .cart-list .list-group-item .wrap:before,
.review-page #review .cart-list .list-group-item .wrap:before,
.checkout-page #review .cart-list .list-group-item .wrap:after,
.review-page #review .cart-list .list-group-item .wrap:after {
  content: " ";
  display: table;
}
.checkout-page #review .cart-list .list-group-item .wrap:after,
.review-page #review .cart-list .list-group-item .wrap:after {
  clear: both;
}
.checkout-page #review .cart-list .list-group-item .wrap:before,
.review-page #review .cart-list .list-group-item .wrap:before,
.checkout-page #review .cart-list .list-group-item .wrap:after,
.review-page #review .cart-list .list-group-item .wrap:after {
  content: " ";
  display: table;
}
.checkout-page #review .cart-list .list-group-item .wrap:after,
.review-page #review .cart-list .list-group-item .wrap:after {
  clear: both;
}
.checkout-page #review .cart-list .list-group-item .left,
.review-page #review .cart-list .list-group-item .left {
  padding-left: 0;
  vertical-align: top;
}
.checkout-page #review .cart-list .list-group-item .left .cart-item-image,
.review-page #review .cart-list .list-group-item .left .cart-item-image,
.checkout-page #review .cart-list .list-group-item .left a span,
.review-page #review .cart-list .list-group-item .left a span {
  width: 65px;
  height: 65px;
  font-size: 70px;
  color: #333333;
}
.checkout-page #review .cart-list .list-group-item .right h5,
.review-page #review .cart-list .list-group-item .right h5 {
  margin-top: 0;
}
.checkout-page #review .cart-list .list-group-item .right h5 a,
.review-page #review .cart-list .list-group-item .right h5 a {
  color: #4960a8;
}
.checkout-page #review .cart-list .list-group-item .right h5 a:hover,
.review-page #review .cart-list .list-group-item .right h5 a:hover {
  color: #4960a8;
}
.checkout-page #review .cart-list .list-group-item .right p,
.review-page #review .cart-list .list-group-item .right p {
  font-size: 0.8em;
}
@media screen and (min-width: 690px) {
  .checkout-page #review .cart-list .list-group-item .right p,
  .review-page #review .cart-list .list-group-item .right p {
    font-size: 0.85em;
  }
}
.checkout-page #review .cart-list .list-group-item .right p:before,
.review-page #review .cart-list .list-group-item .right p:before,
.checkout-page #review .cart-list .list-group-item .right p:after,
.review-page #review .cart-list .list-group-item .right p:after {
  content: " ";
  display: table;
}
.checkout-page #review .cart-list .list-group-item .right p:after,
.review-page #review .cart-list .list-group-item .right p:after {
  clear: both;
}
.checkout-page #review .cart-list .list-group-item .right p:before,
.review-page #review .cart-list .list-group-item .right p:before,
.checkout-page #review .cart-list .list-group-item .right p:after,
.review-page #review .cart-list .list-group-item .right p:after {
  content: " ";
  display: table;
}
.checkout-page #review .cart-list .list-group-item .right p:after,
.review-page #review .cart-list .list-group-item .right p:after {
  clear: both;
}
.checkout-page #review .cart-list .list-group-item .right p .size span,
.review-page #review .cart-list .list-group-item .right p .size span,
.checkout-page #review .cart-list .list-group-item .right p .color span,
.review-page #review .cart-list .list-group-item .right p .color span {
  font-weight: 600;
}
.checkout-page #review .cart-list .list-group-item .right p .size,
.review-page #review .cart-list .list-group-item .right p .size {
  float: left !important;
  padding-right: 30px;
}
.checkout-page #review .cart-list .list-group-item .right p .color,
.review-page #review .cart-list .list-group-item .right p .color {
  float: left !important;
}
.checkout-page #review .cart-list .list-group-item .right .cart-item-attributes .color,
.review-page #review .cart-list .list-group-item .right .cart-item-attributes .color {
  float: none;
}
.checkout-page #review .cart-list .list-group-item .bottom,
.review-page #review .cart-list .list-group-item .bottom {
  margin-top: 10px;
  padding-top: 5px;
  border-top: 1px solid #ededed;
}
.checkout-page #review .cart-list .list-group-item .bottom .left,
.review-page #review .cart-list .list-group-item .bottom .left {
  width: 100%;
  padding-left: 0;
  float: none;
  display: table;
}
.checkout-page #review .cart-list .list-group-item .bottom .left .table-row,
.review-page #review .cart-list .list-group-item .bottom .left .table-row {
  display: table-row;
}
.checkout-page #review .cart-list .list-group-item .bottom p,
.review-page #review .cart-list .list-group-item .bottom p {
  margin-bottom: 0px;
}
.checkout-page #review .cart-list .list-group-item .bottom .price-text,
.review-page #review .cart-list .list-group-item .bottom .price-text,
.checkout-page #review .cart-list .list-group-item .bottom .price,
.review-page #review .cart-list .list-group-item .bottom .price,
.checkout-page #review .cart-list .list-group-item .bottom .subtotal-text,
.review-page #review .cart-list .list-group-item .bottom .subtotal-text,
.checkout-page #review .cart-list .list-group-item .bottom .subtotal,
.review-page #review .cart-list .list-group-item .bottom .subtotal {
  display: inline;
}
.checkout-page #review .cart-list .list-group-item .bottom .cell-left,
.review-page #review .cart-list .list-group-item .bottom .cell-left,
.checkout-page #review .cart-list .list-group-item .bottom .price-text,
.review-page #review .cart-list .list-group-item .bottom .price-text,
.checkout-page #review .cart-list .list-group-item .bottom .subtotal-text,
.review-page #review .cart-list .list-group-item .bottom .subtotal-text {
  font-weight: 600;
}
.checkout-page #review .cart-list .list-group-item .bottom .price,
.review-page #review .cart-list .list-group-item .bottom .price,
.checkout-page #review .cart-list .list-group-item .bottom .subtotal,
.review-page #review .cart-list .list-group-item .bottom .subtotal {
  text-align: left;
}
.checkout-page #review .cart-list .list-group-item .bottom .gift-code,
.review-page #review .cart-list .list-group-item .bottom .gift-code {
  background-color: #ededed;
  border-color: #dbdbdb;
  color: #222222;
  padding: 5px;
  margin-top: 10px;
}
.checkout-page #review .cart-list .list-group-item .bottom .gift-code hr,
.review-page #review .cart-list .list-group-item .bottom .gift-code hr {
  border-top-color: #cecece;
}
.checkout-page #review .cart-list .list-group-item .bottom .gift-code .alert-link,
.review-page #review .cart-list .list-group-item .bottom .gift-code .alert-link {
  color: #080808;
}
.checkout-page #review .cart-list .list-group-item hr,
.review-page #review .cart-list .list-group-item hr {
  margin: 5px 0;
}
.checkout-page #review .cart-list .list-group-item .cart-item-image,
.review-page #review .cart-list .list-group-item .cart-item-image {
  width: 60px;
  height: 60px;
}
.checkout-page #review .cart-list .list-group-item:first-child,
.review-page #review .cart-list .list-group-item:first-child {
  margin-bottom: 0;
}
.checkout-page #review .cart-list .list-group-item:last-child,
.review-page #review .cart-list .list-group-item:last-child {
  border-bottom: 0px;
}
.checkout-page #review .cart-list hr,
.review-page #review .cart-list hr {
  border-color: #ededed;
}
.checkout-page button,
.review-page button,
.checkout-page input[type=button],
.review-page input[type=button] {
  width: 100%;
  margin-top: 30px;
}
.checkout-page button,
.review-page button {
  margin-top: 30px;
}
.checkout-page .pay-with-credit,
.review-page .pay-with-credit {
  width: auto;
  text-align: center;
}
.checkout-page .pay-with-credit label,
.review-page .pay-with-credit label {
  font-weight: normal;
}
.checkout-page #cart-signin,
.review-page #cart-signin {
  display: none;
}
.checkout-page #sign-in-error,
.review-page #sign-in-error {
  color: red;
  display: none;
}
.checkout-page .promocode,
.review-page .promocode {
  padding: 2px 8px;
  margin-bottom: 15px;
  border-radius: 3px;
  background-color: #6dce87;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
.checkout-page .promocode a,
.review-page .promocode a {
  color: #fff;
  margin-right: 15px;
}
.checkout-page .promocode a:hover,
.review-page .promocode a:hover {
  text-decoration: none;
}
.checkout-page .promocode a span,
.review-page .promocode a span {
  font-size: 0.76em;
}
.checkout-page .giftcert,
.review-page .giftcert {
  background-color: #4960a8;
}
.checkout-page .cart-totals,
.review-page .cart-totals {
  text-align: right;
  width: 100%;
  margin-bottom: 20px;
  padding-left: 0;
}
.checkout-page .cart-totals tr,
.review-page .cart-totals tr {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  padding: 0;
  width: 100%;
}
.checkout-page .cart-totals tr:first-child,
.review-page .cart-totals tr:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.checkout-page .cart-totals tr:last-child,
.review-page .cart-totals tr:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.checkout-page .cart-totals tr > .badge,
.review-page .cart-totals tr > .badge {
  float: right;
}
.checkout-page .cart-totals tr > .badge + .badge,
.review-page .cart-totals tr > .badge + .badge {
  margin-right: 5px;
}
.checkout-page .cart-totals tr:before,
.review-page .cart-totals tr:before,
.checkout-page .cart-totals tr:after,
.review-page .cart-totals tr:after {
  content: " ";
  display: table;
}
.checkout-page .cart-totals tr:after,
.review-page .cart-totals tr:after {
  clear: both;
}
.checkout-page .cart-totals tr:before,
.review-page .cart-totals tr:before,
.checkout-page .cart-totals tr:after,
.review-page .cart-totals tr:after {
  content: " ";
  display: table;
}
.checkout-page .cart-totals tr:after,
.review-page .cart-totals tr:after {
  clear: both;
}
.checkout-page .cart-totals td,
.review-page .cart-totals td {
  float: left;
  width: 50%;
  padding: 10px 15px;
}
.checkout-page .cart-totals td:nth-child(odd),
.review-page .cart-totals td:nth-child(odd) {
  border-right: 1px solid #ccc;
}
.checkout-page .cart-totals .subtotal-text,
.review-page .cart-totals .subtotal-text,
.checkout-page .cart-totals .subtotal,
.review-page .cart-totals .subtotal {
  font-weight: 700;
}
.checkout-page .cart-totals .promocode,
.review-page .cart-totals .promocode,
.checkout-page .cart-totals .discount-text,
.review-page .cart-totals .discount-text,
.checkout-page .cart-totals .discount,
.review-page .cart-totals .discount,
.checkout-page .cart-totals .certificates-text,
.review-page .cart-totals .certificates-text,
.checkout-page .cart-totals .certificates,
.review-page .cart-totals .certificates {
  background-color: transparent;
  text-transform: uppercase;
}
.checkout-page .cart-totals .promocode a,
.review-page .cart-totals .promocode a,
.checkout-page .cart-totals .discount-text a,
.review-page .cart-totals .discount-text a,
.checkout-page .cart-totals .discount a,
.review-page .cart-totals .discount a,
.checkout-page .cart-totals .certificates-text a,
.review-page .cart-totals .certificates-text a,
.checkout-page .cart-totals .certificates a,
.review-page .cart-totals .certificates a {
  color: #fff;
  margin-left: 5px;
  padding-top: 3px;
}
.checkout-page .cart-totals .promocode a:hover,
.review-page .cart-totals .promocode a:hover,
.checkout-page .cart-totals .discount-text a:hover,
.review-page .cart-totals .discount-text a:hover,
.checkout-page .cart-totals .discount a:hover,
.review-page .cart-totals .discount a:hover,
.checkout-page .cart-totals .certificates-text a:hover,
.review-page .cart-totals .certificates-text a:hover,
.checkout-page .cart-totals .certificates a:hover,
.review-page .cart-totals .certificates a:hover {
  text-decoration: none;
}
.checkout-page .cart-totals .subtotal-text,
.review-page .cart-totals .subtotal-text,
.checkout-page .cart-totals .subtotal,
.review-page .cart-totals .subtotal,
.checkout-page .cart-totals .total-text,
.review-page .cart-totals .total-text,
.checkout-page .cart-totals .total,
.review-page .cart-totals .total {
  background-color: #ededed;
  font-weight: 700;
}
.checkout-page .main {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1000px) {
  .checkout-page .main {
    float: left;
    width: 75%;
  }
}
@media (min-width: 1200px) {
  .checkout-page .main {
    float: left;
    width: 66.66666666666666%;
  }
}
@media (min-width: 1000px) {
  .checkout-page .main {
    left: 25%;
  }
}
@media (min-width: 1200px) {
  .checkout-page .main {
    left: 33.33333333333333%;
  }
}
.checkout-page .main .certificate-payment {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.checkout-page .main .certificate-payment h2 {
  width: auto;
}
@media screen and (max-width: 320px) {
  .checkout-page .main .certificate-payment h2 {
    font-size: 24px;
  }
}
.checkout-page .main .certificate-payment h2 span {
  font-size: 75px;
  color: #999999;
}
@media screen and (max-width: 320px) {
  .checkout-page .main .certificate-payment {
    width: 100%;
  }
}
.checkout-page .main #review .bottom p.cell-left,
.checkout-page .main #review .bottom p.cell-right {
  display: table-cell;
}
.checkout-page .main #review .bottom p.cell-left {
  width: 40%;
}
.checkout-page .main #review .bottom p.cell-left span {
  font-weight: 600;
}
.review-page .main {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1000px) {
  .review-page .main {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .review-page .main {
    float: left;
    width: 100%;
  }
}
.review-page .main #review .wrap:before,
.review-page .main #review .wrap:after {
  content: " ";
  display: table;
}
.review-page .main #review .wrap:after {
  clear: both;
}
.review-page .main #review .wrap:before,
.review-page .main #review .wrap:after {
  content: " ";
  display: table;
}
.review-page .main #review .wrap:after {
  clear: both;
}
.review-page .main #review .wrap .left,
.review-page .main #review .wrap .right {
  float: left;
}
.review-page .main #review .wrap .left .cart-item-type,
.review-page .main #review .wrap .right .cart-item-type {
  display: inline-block;
}
.review-page .main #review .col-one {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1000px) {
  .review-page .main #review .col-one {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .review-page .main #review .col-one {
    float: left;
    width: 50%;
  }
}
.review-page .main #review .col-one .cart-list {
  width: 100%;
}
.review-page .main #review .col-one .cart-list .cart-item {
  padding-left: 0;
  margin-bottom: 0;
}
.review-page .main #review .col-one .cart-list .cart-item .left,
.review-page .main #review .col-one .cart-list .cart-item .right {
  width: auto;
  display: inline-block;
}
.review-page .main #review .col-one .cart-list .cart-item .right {
  max-width: 300px;
}
@media screen and (max-width: 320px) {
  .review-page .main #review .col-one .cart-list .cart-item .right {
    max-width: 140px;
  }
}
.review-page .main #review .col-one .cart-list .cart-item .bottom p.cell-left,
.review-page .main #review .col-one .cart-list .cart-item .bottom p.cell-right {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .review-page .main #review .col-one .cart-list .cart-item .bottom p.cell-left,
  .review-page .main #review .col-one .cart-list .cart-item .bottom p.cell-right {
    float: left;
    width: 16.666666666666664%;
  }
}
@media (min-width: 1000px) {
  .review-page .main #review .col-one .cart-list .cart-item .bottom p.cell-left,
  .review-page .main #review .col-one .cart-list .cart-item .bottom p.cell-right {
    float: left;
    width: 16.666666666666664%;
  }
}
@media (min-width: 1200px) {
  .review-page .main #review .col-one .cart-list .cart-item .bottom p.cell-left,
  .review-page .main #review .col-one .cart-list .cart-item .bottom p.cell-right {
    float: left;
    width: 16.666666666666664%;
  }
}
@media screen and (max-width: 767px) {
  .review-page .main #review .col-one .cart-list .cart-item .bottom p.cell-left,
  .review-page .main #review .col-one .cart-list .cart-item .bottom p.cell-right {
    display: inline-block;
    font-size: 0.8em;
  }
}
@media screen and (max-width: 767px) and screen and (min-width: 690px) {
  .review-page .main #review .col-one .cart-list .cart-item .bottom p.cell-left,
  .review-page .main #review .col-one .cart-list .cart-item .bottom p.cell-right {
    font-size: 0.85em;
  }
}
.review-page .main #review .col-one .cart-list .cart-item .bottom p.cell-left:first-child {
  padding-left: 0;
}
.review-page .main #review .col-one .cart-list .cart-item .bottom .quantity-large {
  font-size: 14px;
  font-weight: normal;
}
@media screen and (max-width: 320px) {
  .review-page .main #review .col-one .cart-list .cart-item .bottom .quantity-large {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 320px) and screen and (min-width: 690px) {
  .review-page .main #review .col-one .cart-list .cart-item .bottom .quantity-large {
    font-size: 0.85em;
  }
}
.review-page .main #review .col-one .left {
  width: auto;
}
.review-page .main #review .col-two {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1000px) {
  .review-page .main #review .col-two {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .review-page .main #review .col-two {
    float: left;
    width: 25%;
  }
}
.review-page .main #review .col-three {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1000px) {
  .review-page .main #review .col-three {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .review-page .main #review .col-three {
    float: left;
    width: 25%;
  }
}
.cart-summary .cart-list {
  display: table;
  width: 100%;
}
.cart-summary .cart-list a:hover {
  text-decoration: none;
}
.cart-summary .cart-list hr {
  margin-top: 15px;
  margin-bottom: 15px;
}
.cart-summary .cart-list .left {
  display: table-cell;
  vertical-align: top;
  padding-right: 10px;
}
.cart-summary .cart-list .left .cart-item-image,
.cart-summary .cart-list .left a span {
  width: 65px;
  height: 65px;
  font-size: 70px;
  color: #545454;
}
.cart-summary .cart-list .left .quantity-large {
  font-size: 1.4em;
  font-weight: 600;
  color: #545454;
}
.cart-summary .cart-list .left .price-line,
.cart-summary .cart-list .left .subtotal-line {
  display: table;
  width: 100%;
}
.cart-summary .cart-list .left .price-line .price-text,
.cart-summary .cart-list .left .subtotal-line .price-text,
.cart-summary .cart-list .left .price-line .price,
.cart-summary .cart-list .left .subtotal-line .price,
.cart-summary .cart-list .left .price-line .subtotal-text,
.cart-summary .cart-list .left .subtotal-line .subtotal-text,
.cart-summary .cart-list .left .price-line .subtotal,
.cart-summary .cart-list .left .subtotal-line .subtotal {
  display: table-cell;
}
.cart-summary .cart-list .left .price-line .price,
.cart-summary .cart-list .left .subtotal-line .price,
.cart-summary .cart-list .left .price-line .subtotal,
.cart-summary .cart-list .left .subtotal-line .subtotal {
  text-align: right;
}
.cart-summary .cart-list .left .price-line .cell-left,
.cart-summary .cart-list .left .subtotal-line .cell-left,
.cart-summary .cart-list .left .price-line .price-text,
.cart-summary .cart-list .left .subtotal-line .price-text,
.cart-summary .cart-list .left .price-line .subtotal-text,
.cart-summary .cart-list .left .subtotal-line .subtotal-text {
  font-weight: 600;
}
.cart-summary .cart-list .right {
  display: table-cell;
  vertical-align: middle;
}
.cart-summary .cart-list .right h5 {
  margin-top: 0;
  color: #4960a8;
}
.cart-summary .cart-list .right h5 a {
  color: #4960a8;
}
.cart-summary .cart-list .right p {
  font-size: 0.8em;
}
@media screen and (min-width: 690px) {
  .cart-summary .cart-list .right p {
    font-size: 0.85em;
  }
}
.cart-summary .cart-list .right p:before,
.cart-summary .cart-list .right p:after {
  content: " ";
  display: table;
}
.cart-summary .cart-list .right p:after {
  clear: both;
}
.cart-summary .cart-list .right p:before,
.cart-summary .cart-list .right p:after {
  content: " ";
  display: table;
}
.cart-summary .cart-list .right p:after {
  clear: both;
}
.cart-summary .cart-list .right p .size {
  float: left !important;
  padding-right: 30px;
}
.cart-summary .cart-list .right p .size span {
  font-weight: 600;
}
.cart-summary .cart-list .right p .color {
  float: left !important;
}
.cart-summary .cart-list .right p .color span {
  font-weight: 600;
}
.cart-summary .cart-list .right p:last-child {
  margin-bottom: 0;
}
.cart-summary .cart-list .right p.cart-item-remove {
  text-align: right;
  color: #999999;
  font-size: 0.8em;
}
@media screen and (min-width: 690px) {
  .cart-summary .cart-list .right p.cart-item-remove {
    font-size: 0.85em;
  }
}
.cart-summary .cart-list .right p.cart-item-remove a {
  color: #999999;
}
.cart-summary .cart-list .right p.cart-item-remove a:hover {
  color: #333333;
}
.cart-summary .cart-list .cart-item-image {
  width: 80px;
  height: 80px;
}
.cart-summary .cart-list hr {
  border-top: 1px;
}
.cart-summary .cart-list .bottom {
  width: 100%;
  display: table;
}
@media screen and (min-width: 768px) {
  .cart-summary .cart-list .bottom .left {
    display: table;
  }
}
.cart-summary .cart-list .bottom .left .quantity {
  border: 1px solid #ddd;
  margin-left: 10px;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .cart-summary .cart-list .bottom .left .form-group,
  .cart-summary .cart-list .bottom .left .price-line,
  .cart-summary .cart-list .bottom .left .subtotal-line {
    display: table-cell;
    width: 33%;
    padding-right: 30px;
  }
}
.cart-summary .cart-list .cart-update-quantity {
  background-color: #ededed;
}
.cart-summary .cart-list .cart-update-quantity .btn-grey {
  font-size: #222222;
  border: 1px solid #ccc;
  color: #545454;
}
.cart-summary .cart-list .bottom .left {
  width: 100%;
  padding-left: 0;
  margin-top: 15px;
  float: none;
  display: table;
}
.cart-summary .cart-list .bottom .left .table-row {
  display: table-row;
}
.cart-summary .cart-list .bottom .left .table-row p.cell-left,
.cart-summary .cart-list .bottom .left .table-row p.cell-right {
  display: table-cell;
  padding: 5px 0;
}
.cart-summary .cart-list .bottom .left .table-row p.cell-left {
  width: 35%;
}
.cart-summary .cart-list .expand {
  border: 1px solid #999999;
  background-color: #ededed;
  text-align: center;
  font-size: 1.1em;
  padding: 5px;
  margin-top: 1px;
  cursor: pointer;
  cursor: hand;
}
.cart-summary .cart-list .expand span {
  margin-left: 3px;
  font-size: 14px;
}
.checkout-wrapper {
  margin-bottom: -80px;
}
.thumbnail {
  display: block;
  padding: 0;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #002fa7;
}
.thumbnail .caption {
  padding: 9px;
  color: #222222;
  display: table;
  width: 100%;
  min-height: 5.6em;
}
.thumbnail .caption > .caption-left,
.thumbnail .caption .caption-right {
  display: table-cell;
  vertical-align: middle;
}
.thumbnail .caption > .caption-left {
  width: 60%;
}
.thumbnail .caption > .caption-left > .caption-title {
  margin: 0;
}
.thumbnail .caption > .caption-left > .caption-title a em {
  font-weight: 600;
  color: #333333 !important;
}
.thumbnail .caption > .caption-right {
  width: 40%;
  text-align: right;
}
.thumbnail .caption > .caption-right > .caption-price {
  margin-top: 0;
  margin-bottom: 0;
  text-align: right;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #002fa7;
  border-color: #002fa7;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #749bff;
}
.list-group-item-success {
  color: #ffffff;
  background-color: #6dce87;
}
a.list-group-item-success {
  color: #ffffff;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #ffffff;
  background-color: #5ac877;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.list-group-item-info {
  color: #222222;
  background-color: #ededed;
}
a.list-group-item-info {
  color: #222222;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #222222;
  background-color: #e0e0e0;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #222222;
  border-color: #222222;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 1px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 1px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 2px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #c7c7c7;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #c7c7c7;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #c7c7c7;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #c7c7c7;
}
.panel-primary {
  border-color: #002fa7;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #002fa7;
  border-color: #002fa7;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #002fa7;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #002fa7;
}
.panel-success {
  border-color: #5ac865;
}
.panel-success > .panel-heading {
  color: #ffffff;
  background-color: #6dce87;
  border-color: #5ac865;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #5ac865;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #5ac865;
}
.panel-info {
  border-color: #dbdbdb;
}
.panel-info > .panel-heading {
  color: #222222;
  background-color: #ededed;
  border-color: #dbdbdb;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dbdbdb;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dbdbdb;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  -webkit-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);
}
.well-lg {
  padding: 24px;
  border-radius: 3px;
}
.well-sm {
  padding: 9px;
  border-radius: 1px;
}
footer {
  background-color: #212121;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 10px;
  margin-top: 80px;
  margin-bottom: 0;
}
footer .row:first-child {
  position: relative;
}
footer h4 {
  font-weight: 300;
  color: #fff;
  margin-bottom: 15px;
}
@media screen and (orientation: portrait) and (min-width: 767px) and (max-width: 767px) {
  footer h4 {
    font-size: 16px;
  }
}
@media (min-width: 320px) and (max-width: 569px) {
  footer .col-xs-8 {
    display: none;
  }
}
@media (min-width: 320px) and (max-width: 569px) {
  footer .col-xs-4 {
    width: 100%;
  }
}
footer .col-sm-5,
footer .col-sm-7 {
  font-size: 90%;
}
@media screen and (orientation: portrait) and (min-width: 767px) and (max-width: 767px) {
  footer .col-sm-5,
  footer .col-sm-7 {
    padding-left: 30px;
  }
}
@media screen and (orientation: portrait) and (min-width: 767px) and (max-width: 767px) {
  footer {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  footer .col-xs-8,
  footer .col-xs-4 {
    position: static;
    font-size: 75%;
  }
}
footer .footer-sections > .column {
  float: left;
  width: 25%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  footer .footer-sections > .column {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1000px) {
  footer .footer-sections > .column {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  footer .footer-sections > .column {
    float: left;
    width: 25%;
  }
}
@media screen and (orientation: portrait) and (min-width: 767px) and (max-width: 767px) {
  footer .footer-sections > .column {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 320px) and (max-width: 569px) {
  footer .footer-sections {
    display: none;
  }
}
footer .footer-sections ul {
  list-style-type: none;
  padding-left: 0;
}
footer .footer-sections ul li {
  margin-bottom: 10px;
}
footer .footer-sections ul a {
  color: #fff;
}
footer .footer-sections ul a:hover {
  text-decoration: none;
  color: #999999;
}
@media (min-width: 320px) and (max-width: 569px) {
  footer h4.newsletter {
    display: none;
  }
}
footer h4.creditcards {
  margin-top: 38px;
}
@media screen and (orientation: portrait) and (min-width: 767px) and (max-width: 767px) {
  footer h4.creditcards {
    width: 66.68%;
    margin-top: 0px;
    padding-right: 15px;
    float: left;
  }
}
footer h4.social {
  margin-top: 38px;
  margin-bottom: 5px;
}
@media screen and (orientation: portrait) and (min-width: 767px) and (max-width: 767px) {
  footer h4.social {
    margin-bottom: 0;
    width: 33.32%;
    padding-right: 15px;
    padding-left: 35px;
    float: right;
    clear: right;
  }
}
footer form.newsletter {
  width: 194px;
}
@media screen and (orientation: portrait) and (min-width: 767px) and (max-width: 767px) {
  footer form.newsletter {
    width: 124px;
  }
}
footer form.newsletter .form-group {
  display: table;
  width: 194px;
  position: relative;
}
@media screen and (orientation: portrait) and (min-width: 767px) and (max-width: 767px) {
  footer form.newsletter .form-group {
    width: 164px;
  }
}
footer form.newsletter .form-group .newsletter-email {
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.428571429;
  display: table-cell;
  float: left;
  width: 194px;
  height: 29px;
  background-color: transparent;
  border: 1px solid #fff;
  font-size: 18px;
  padding: 0;
  padding-bottom: 3px;
  padding-left: 4px;
  padding-right: 34px;
}
@media screen and (orientation: portrait) and (min-width: 767px) and (max-width: 767px) {
  footer form.newsletter .form-group .newsletter-email {
    width: 164px;
    font-size: 12px;
    padding-right: 25px;
  }
}
footer form.newsletter .form-group button {
  border: 0;
}
footer form.newsletter .form-group .submit {
  display: table-cell;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 29px;
  height: 26px;
  background-color: #002fa7;
  color: #fff;
  padding: 8px;
  border-left: 1px solid #fff;
}
@media screen and (orientation: portrait) and (min-width: 767px) and (max-width: 767px) {
  footer form.newsletter .form-group .submit {
    width: 20px;
    height: 20px;
    padding: 5px;
  }
}
@media (min-width: 320px) and (max-width: 569px) {
  footer form.newsletter {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (orientation: portrait) and (min-width: 767px) and (max-width: 767px) {
  footer .make-row {
    position: absolute;
    width: 100%;
    bottom: -95px;
    left: 0;
    padding-right: 20px;
    padding-left: 25px;
    background-color: #212121;
  }
}
footer .make-row .social-buttons a {
  color: #fff;
  font-size: 28px;
  margin-right: 10px;
}
footer .make-row .social-buttons a:last-child {
  margin-right: 0;
}
@media screen and (orientation: portrait) and (min-width: 767px) and (max-width: 767px) {
  footer .make-row .social-buttons a {
    margin-right: 10px;
  }
}
@media screen and (orientation: portrait) and (min-width: 767px) and (max-width: 767px) {
  footer .make-row .social-buttons a img {
    height: 24px;
  }
}
@media screen and (orientation: portrait) and (min-width: 767px) and (max-width: 767px) {
  footer .make-row .social-buttons {
    width: 33.32%;
    padding-right: 15px;
    padding-left: 35px;
    float: right;
    clear: right;
  }
}
footer .make-row img {
  max-width: 100%;
}
footer .copyright {
  text-align: center;
  font-size: 90%;
  margin-top: 20px;
}
@media screen and (orientation: portrait) and (min-width: 767px) and (max-width: 767px) {
  footer .copyright {
    margin-top: 105px;
  }
}
footer .mobile-policies {
  display: none;
  margin-top: 30px;
}
footer .mobile-policies .column:first-child {
  margin-bottom: 15px;
}
footer .mobile-policies .column:first-child a {
  text-transform: none !important;
}
footer .mobile-policies .column:first-child a:first-child {
  margin-right: 60px;
}
footer .mobile-policies a {
  color: #fff;
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 90%;
  margin-right: 40px;
}
footer .mobile-policies a:last-child {
  margin-right: 0;
}
@media (min-width: 320px) and (max-width: 569px) {
  footer .mobile-policies {
    display: block;
    margin-bottom: 20px;
  }
}
@media (min-width: 320px) and (max-width: 569px) {
  footer {
    text-align: center;
  }
}
.fix-row-margin {
  margin-left: 0px;
  margin-right: 0px;
}
.category-title {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: bold;
  border-bottom: 1px solid #999999;
}
.feedback {
  cursor: pointer;
  text-decoration: none!important;
}
.customer-feedback,
.customer-found-answer {
  color: #777;
  font-size: 12px;
}
.green-text {
  color: #006b00;
}
.red-text {
  color: #8e0009;
}
.padding-left-10 {
  padding-left: 10px;
}
.padding-left-14 {
  padding-left: 14px;
}
[data-question-id] {
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  padding-left: 13px;
  text-indent: -13px;
}
[data-answer-id] {
  margin-top: 7px;
  font-size: 16px;
}
[data-answer-id] p {
  font-size: 16px!important;
}
.btn-deselected {
  text-align: left;
  color: #333;
  background-color: transparent;
}
.btn-deselected:hover,
.btn-deselected:focus {
  background-color: #e1f5fe;
  color: #333;
}
.no-margin {
  margin: 0px;
}
.btn-selected {
  text-align: left;
  color: #333;
  background-color: #e1f5fe;
}
.btn-selected:hover,
.btn-selected:focus {
  color: #01579b;
}
.font-size-40 {
  font-size: 40px;
}
.font-size-30 {
  font-size: 30px;
}
#faq-search {
  padding-top: 10px;
  padding-bottom: 30px;
}
.right-ten {
  margin-left: 10px!important;
}
.faq-domain {
  min-height: 200px;
  margin: 5px 5px 5px 0px;
}
.faq-domain div {
  font-size: 75px;
}
.faq-domain span {
  font-size: 25px;
}
.btn-faq {
  background-color: #F2F2F2;
  color: #333;
  padding: 40px;
  white-space: normal;
}
.btn-faq:hover {
  background-color: #E0E0E0;
  color: #222;
}
.fix-container-padding {
  padding-left: 0px;
  padding-right: 0px;
}
.font-size-10 {
  font-size: 10px;
}
.font-size-9 {
  font-size: 9px;
}
@media (min-width: 1000px) {
  .visible-mobile {
    display: none;
  }
  .visible-desktop {
    display: block;
  }
}
@media (max-width: 999px) {
  .visible-mobile {
    display: block;
  }
  #faq-search {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .visible-desktop {
    display: none;
  }
}
/* ---------------- */
.input-has-error {
  border: 1px solid #FF0000!important;
}
/* ---------------- */
.font-size-20 {
  font-size: 20px;
}
.font-size-11 {
  font-size: 11px;
}
.down-15 {
  margin-top: 15px;
}
.down-19 {
  margin-top: 19px;
}
.faq-center-text {
  text-align: center;
}
.faq-large-font {
  font-size: 40px;
}
#faq-home-header {
  background-color: #e1f5fe;
  color: #01579b;
  margin-bottom: 20px;
  min-height: 175px;
  padding-top: 15px;
  padding-bottom: 35px;
}
.faq-home-title {
  color: #01579b;
  font-size: 40px;
}
#faq-header {
  background-color: #F2F2F2;
  color: #333;
  margin-bottom: 20px;
  min-height: 175px;
  padding-top: 15px;
  padding-bottom: 35px;
}
.faq-title {
  color: #333;
  font-size: 40px;
}
.faq-button-artist-support {
  background-color: #e1f5fe!important;
  color: #212121!important;
}
.faq-button-customer-support {
  background-color: #e1f5fe!important;
  color: #212121!important;
}
.faq-button-technical-trouble {
  background-color: #e1f5fe!important;
  color: #212121!important;
}
.faq-button-policies {
  background-color: #e1f5fe!important;
  color: #212121!important;
}
.faq-button-artist-support:hover,
.faq-button-artist-support:focus {
  color: #FFF!important;
  background-color: #4a148c!important;
  background-size: cover;
  background-image: url(/images/faqs/artist.png);
  background-position: center;
  background-blend-mode: overlay;
  color: #fff;
  text-shadow: 0px 0px 10px #000;
}
.faq-button-customer-support:hover,
.faq-button-customer-support:focus {
  color: #FFF!important;
  background-color: #01579b!important;
  background-size: cover;
  background-image: url(/images/faqs/customer.png);
  background-position: center;
  background-blend-mode: overlay;
  color: #fff;
  text-shadow: 0px 0px 10px #000;
}
.faq-button-technical-trouble:hover,
.faq-button-technical-trouble:focus {
  color: #FFF!important;
  background-color: #33691e!important;
  background-size: cover;
  background-image: url(/images/faqs/technical.png);
  background-position: center;
  background-blend-mode: overlay;
  color: #fff;
  text-shadow: 0px 0px 10px #000;
}
.faq-button-policies:hover,
.faq-button-policies:focus {
  color: #FFF!important;
  background-color: #880e4f!important;
  background-size: cover;
  background-image: url(/images/faqs/policy.png);
  background-position: center;
  background-blend-mode: overlay;
  color: #fff;
  text-shadow: 0px 0px 10px #000;
}
#faq-home-header h1,
.faq-header-artist-support h1,
.faq-header-customer-support h1,
.faq-header-technical-trouble h1,
.faq-header-policies h1,
#faq-home-header a,
.faq-header-artist-support a,
.faq-header-customer-support a,
.faq-header-technical-trouble a,
.faq-header-policies a {
  color: #FFF!important;
}
#faq-home-header {
  background-color: #01579E !important;
  background-image: url(/images/faqs/support-home.png);
  background-position: center;
  background-size: cover;
  background-blend-mode: overlay;
  color: #FFF!important;
  text-shadow: 0px 0px 10px #000;
}
.faq-header-artist-support {
  background-color: #4a148c !important;
  background-image: url(/images/faqs/artist.png);
  background-position: center;
  background-size: cover;
  background-blend-mode: overlay;
  color: #FFF!important;
  text-shadow: 0px 0px 10px #000;
}
.faq-header-customer-support {
  background-color: #01579b !important;
  background-image: url(/images/faqs/customer.png);
  background-position: center;
  background-size: cover;
  background-blend-mode: overlay;
  color: #FFF!important;
  text-shadow: 0px 0px 10px #000;
}
.faq-header-technical-trouble {
  background-color: #33691e !important;
  background-image: url(/images/faqs/technical.png);
  background-position: center;
  background-size: cover;
  background-blend-mode: overlay;
  color: #FFF!important;
  text-shadow: 0px 0px 10px #000;
}
.faq-header-policies {
  background-color: #880e4f !important;
  background-image: url(/images/faqs/policy.png);
  background-position: center;
  background-size: cover;
  background-blend-mode: overlay;
  color: #FFF!important;
  text-shadow: 0px 0px 10px #000;
}
.mobile-faq-nav-dropdown {
  width: 100%;
}
#faq-items {
  -moz-column-width: 18em;
  -webkit-column-width: 18em;
  -moz-column-gap: 1em;
  -webkit-column-gap: 1em;
}
#faq-items-update {
  -moz-column-width: 18em;
  -webkit-column-width: 18em;
  -moz-column-gap: 1em;
  -webkit-column-gap: 1em;
}
.faq-item {
  display: inline-block;
  padding: 0.25rem;
  width: 100%;
  padding-bottom: 20px;
}
.new-well {
  position: relative;
  display: block;
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 2px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.modal-footer:before,
.modal-footer:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.header h2:before,
.header h2:after,
.checkout-page h2:before,
.checkout-page h2:after,
.review-page h2:before,
.review-page h2:after,
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.header h2:after,
.checkout-page h2:after,
.review-page h2:after,
.panel-body:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
