/*!
 * Bootstrap v2.3.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
form {
  margin: 0 0 20px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 15px;
  color: #999999;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
label {
  display: block;
  margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}
input,
textarea,
.uneditable-input {
  width: 186px;
}
select {
  width: 200px;
}
textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-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 linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select,
input[type="file"] {
  height: 30px;
  *margin-top: 4px;
  line-height: 30px;
}
select {
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.uneditable-input,
.uneditable-textarea {
  color: #999999;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}
.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px;
}
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px;
}
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px;
}
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px;
}
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px;
}
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px;
}
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px;
}
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px;
}
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px;
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px;
}
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px;
}
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px;
}
.controls-row {
  *zoom: 1;
}
.controls-row:before,
.controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.controls-row:after {
  clear: both;
}
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}
.help-block,
.help-inline {
  color: #595959;
}
.help-block {
  display: block;
  margin-bottom: 10px;
}
.help-inline {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu,
.input-append .popover,
.input-prepend .popover {
  font-size: 14px;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}
input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.control-group {
  margin-bottom: 10px;
}
legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}
.form-horizontal .help-block {
  margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 10px;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border: 1px solid #cccccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}
.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #0088cc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover,
.btn-link:focus {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../../images/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
  margin-top: 1px;
}
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:focus > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > li > a:focus > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:focus > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"],
.dropdown-submenu:focus > a > [class*=" icon-"] {
  background-image: url("../../images/glyphicons-halflings-white.png");
}
.icon-glass {
  background-position: 0 0;
}
.icon-music {
  background-position: -24px 0;
}
.icon-search {
  background-position: -48px 0;
}
.icon-envelope {
  background-position: -72px 0;
}
.icon-heart {
  background-position: -96px 0;
}
.icon-star {
  background-position: -120px 0;
}
.icon-star-empty {
  background-position: -144px 0;
}
.icon-user {
  background-position: -168px 0;
}
.icon-film {
  background-position: -192px 0;
}
.icon-th-large {
  background-position: -216px 0;
}
.icon-th {
  background-position: -240px 0;
}
.icon-th-list {
  background-position: -264px 0;
}
.icon-ok {
  background-position: -288px 0;
}
.icon-remove {
  background-position: -312px 0;
}
.icon-zoom-in {
  background-position: -336px 0;
}
.icon-zoom-out {
  background-position: -360px 0;
}
.icon-off {
  background-position: -384px 0;
}
.icon-signal {
  background-position: -408px 0;
}
.icon-cog {
  background-position: -432px 0;
}
.icon-trash {
  background-position: -456px 0;
}
.icon-home {
  background-position: 0 -24px;
}
.icon-file {
  background-position: -24px -24px;
}
.icon-time {
  background-position: -48px -24px;
}
.icon-road {
  background-position: -72px -24px;
}
.icon-download-alt {
  background-position: -96px -24px;
}
.icon-download {
  background-position: -120px -24px;
}
.icon-upload {
  background-position: -144px -24px;
}
.icon-inbox {
  background-position: -168px -24px;
}
.icon-play-circle {
  background-position: -192px -24px;
}
.icon-repeat {
  background-position: -216px -24px;
}
.icon-refresh {
  background-position: -240px -24px;
}
.icon-list-alt {
  background-position: -264px -24px;
}
.icon-lock {
  background-position: -287px -24px;
}
.icon-flag {
  background-position: -312px -24px;
}
.icon-headphones {
  background-position: -336px -24px;
}
.icon-volume-off {
  background-position: -360px -24px;
}
.icon-volume-down {
  background-position: -384px -24px;
}
.icon-volume-up {
  background-position: -408px -24px;
}
.icon-qrcode {
  background-position: -432px -24px;
}
.icon-barcode {
  background-position: -456px -24px;
}
.icon-tag {
  background-position: 0 -48px;
}
.icon-tags {
  background-position: -25px -48px;
}
.icon-book {
  background-position: -48px -48px;
}
.icon-bookmark {
  background-position: -72px -48px;
}
.icon-print {
  background-position: -96px -48px;
}
.icon-camera {
  background-position: -120px -48px;
}
.icon-font {
  background-position: -144px -48px;
}
.icon-bold {
  background-position: -167px -48px;
}
.icon-italic {
  background-position: -192px -48px;
}
.icon-text-height {
  background-position: -216px -48px;
}
.icon-text-width {
  background-position: -240px -48px;
}
.icon-align-left {
  background-position: -264px -48px;
}
.icon-align-center {
  background-position: -288px -48px;
}
.icon-align-right {
  background-position: -312px -48px;
}
.icon-align-justify {
  background-position: -336px -48px;
}
.icon-list {
  background-position: -360px -48px;
}
.icon-indent-left {
  background-position: -384px -48px;
}
.icon-indent-right {
  background-position: -408px -48px;
}
.icon-facetime-video {
  background-position: -432px -48px;
}
.icon-picture {
  background-position: -456px -48px;
}
.icon-pencil {
  background-position: 0 -72px;
}
.icon-map-marker {
  background-position: -24px -72px;
}
.icon-adjust {
  background-position: -48px -72px;
}
.icon-tint {
  background-position: -72px -72px;
}
.icon-edit {
  background-position: -96px -72px;
}
.icon-share {
  background-position: -120px -72px;
}
.icon-check {
  background-position: -144px -72px;
}
.icon-move {
  background-position: -168px -72px;
}
.icon-step-backward {
  background-position: -192px -72px;
}
.icon-fast-backward {
  background-position: -216px -72px;
}
.icon-backward {
  background-position: -240px -72px;
}
.icon-play {
  background-position: -264px -72px;
}
.icon-pause {
  background-position: -288px -72px;
}
.icon-stop {
  background-position: -312px -72px;
}
.icon-forward {
  background-position: -336px -72px;
}
.icon-fast-forward {
  background-position: -360px -72px;
}
.icon-step-forward {
  background-position: -384px -72px;
}
.icon-eject {
  background-position: -408px -72px;
}
.icon-chevron-left {
  background-position: -432px -72px;
}
.icon-chevron-right {
  background-position: -456px -72px;
}
.icon-plus-sign {
  background-position: 0 -96px;
}
.icon-minus-sign {
  background-position: -24px -96px;
}
.icon-remove-sign {
  background-position: -48px -96px;
}
.icon-ok-sign {
  background-position: -72px -96px;
}
.icon-question-sign {
  background-position: -96px -96px;
}
.icon-info-sign {
  background-position: -120px -96px;
}
.icon-screenshot {
  background-position: -144px -96px;
}
.icon-remove-circle {
  background-position: -168px -96px;
}
.icon-ok-circle {
  background-position: -192px -96px;
}
.icon-ban-circle {
  background-position: -216px -96px;
}
.icon-arrow-left {
  background-position: -240px -96px;
}
.icon-arrow-right {
  background-position: -264px -96px;
}
.icon-arrow-up {
  background-position: -289px -96px;
}
.icon-arrow-down {
  background-position: -312px -96px;
}
.icon-share-alt {
  background-position: -336px -96px;
}
.icon-resize-full {
  background-position: -360px -96px;
}
.icon-resize-small {
  background-position: -384px -96px;
}
.icon-plus {
  background-position: -408px -96px;
}
.icon-minus {
  background-position: -433px -96px;
}
.icon-asterisk {
  background-position: -456px -96px;
}
.icon-exclamation-sign {
  background-position: 0 -120px;
}
.icon-gift {
  background-position: -24px -120px;
}
.icon-leaf {
  background-position: -48px -120px;
}
.icon-fire {
  background-position: -72px -120px;
}
.icon-eye-open {
  background-position: -96px -120px;
}
.icon-eye-close {
  background-position: -120px -120px;
}
.icon-warning-sign {
  background-position: -144px -120px;
}
.icon-plane {
  background-position: -168px -120px;
}
.icon-calendar {
  background-position: -192px -120px;
}
.icon-random {
  background-position: -216px -120px;
  width: 16px;
}
.icon-comment {
  background-position: -240px -120px;
}
.icon-magnet {
  background-position: -264px -120px;
}
.icon-chevron-up {
  background-position: -288px -120px;
}
.icon-chevron-down {
  background-position: -313px -119px;
}
.icon-retweet {
  background-position: -336px -120px;
}
.icon-shopping-cart {
  background-position: -360px -120px;
}
.icon-folder-close {
  background-position: -384px -120px;
  width: 16px;
}
.icon-folder-open {
  background-position: -408px -120px;
  width: 16px;
}
.icon-resize-vertical {
  background-position: -432px -119px;
}
.icon-resize-horizontal {
  background-position: -456px -118px;
}
.icon-hdd {
  background-position: 0 -144px;
}
.icon-bullhorn {
  background-position: -24px -144px;
}
.icon-bell {
  background-position: -48px -144px;
}
.icon-certificate {
  background-position: -72px -144px;
}
.icon-thumbs-up {
  background-position: -96px -144px;
}
.icon-thumbs-down {
  background-position: -120px -144px;
}
.icon-hand-right {
  background-position: -144px -144px;
}
.icon-hand-left {
  background-position: -168px -144px;
}
.icon-hand-up {
  background-position: -192px -144px;
}
.icon-hand-down {
  background-position: -216px -144px;
}
.icon-circle-arrow-right {
  background-position: -240px -144px;
}
.icon-circle-arrow-left {
  background-position: -264px -144px;
}
.icon-circle-arrow-up {
  background-position: -288px -144px;
}
.icon-circle-arrow-down {
  background-position: -312px -144px;
}
.icon-globe {
  background-position: -336px -144px;
}
.icon-wrench {
  background-position: -360px -144px;
}
.icon-tasks {
  background-position: -384px -144px;
}
.icon-filter {
  background-position: -408px -144px;
}
.icon-briefcase {
  background-position: -432px -144px;
}
.icon-fullscreen {
  background-position: -456px -144px;
}
/* v1.0 | 20080212 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
  -moz-outline-style: none;
}
/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.black {
  color: #000000;
}
.white {
  color: #ffffff;
}
.grey {
  color: #7f7f7f;
}
.grey_light {
  color: #d2d2d2;
}
.blue {
  color: #3f60b0;
}
.mainNav {
  color: #383642;
}
.mainNavActive {
  color: #23232c;
}
.footer {
  color: #222222;
}
div.color {
  background: #7f7f7f;
  cursor: pointer;
  float: left;
  height: 22px;
  margin-right: 4px;
  position: relative;
  width: 22px;
}
div.color.active {
  -moz-box-sizing: border-box;
  border: 3px solid #282828;
  height: 24px;
  width: 24px;
}
.hFont {
  font-family: 'Quicksand', Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.pFont {
  font-family: 'Quicksand', Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.size12 {
  font-size: 12px;
  line-height: 15px;
}
.size10 {
  font-size: 10px;
  line-height: 15px;
}
.h {
  font-family: 'Quicksand', Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.h1 {
  font-size: 24px;
  line-height: 35px;
}
.h2 {
  font-size: 24px;
  line-height: 30px;
}
.h3 {
  font-size: 20px;
  line-height: 25px;
}
.h4 {
  font-size: 16px;
  line-height: 20px;
}
.h5 {
  font-size: 14px;
  line-height: 20px;
}
.p {
  font-family: 'Quicksand', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.boldItalic {
  font-weight: bold;
  font-style: italic;
}
.caps {
  text-transform: uppercase;
}
.clear {
  clear: both;
}
.strike {
  color: #d2d2d2;
  text-decoration: line-through;
}
html,
body {
  font-family: 'Quicksand', Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #383642;
  font-size: 14px;
  line-height: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Quicksand', Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
h1 {
  font-size: 24px;
  line-height: 35px;
}
h2 {
  font-size: 24px;
  line-height: 30px;
}
h3 {
  font-size: 20px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
}
p {
  font-family: 'Quicksand', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
b,
strong {
  font-weight: bold;
}
i,
em {
  font-style: italic;
}
b i,
strong i,
i b,
i strong,
b em,
strong em,
em b,
em strong {
  font-weight: bold;
  font-style: italic;
}
img {
  display: block;
}
p + p {
  margin-bottom: 20px;
}
a {
  color: #3f60b0;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a.button {
  text-decoration: none;
}
a.button:hover {
  text-decoration: underline;
}
a.button.large {
  text-decoration: none;
}
a.button.large:hover {
  text-decoration: underline;
}
a.nav,
a.size {
  color: #383642;
}
a.nav.active,
a.size.active {
  color: #383642;
  font-weight: bold;
}
#content p {
  margin-bottom: 10px;
  margin-bottom: 13px;
  line-height: 23px;
}
ul.messages li.success-msg {
  color: green;
}
ul.messages li.error-msg {
  color: red;
}
@media (max-width: 720px) {
  #content {
    background-image: none !important;
  }
}
.column,
.box {
  display: block;
  position: relative;
  float: left;
}
.button {
  display: block;
  position: relative;
  float: left;
  background-color: #383642;
  color: #fff;
}
.button .label {
  display: block;
  position: relative;
  float: left;
  font-family: 'Quicksand', Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  margin: 3px;
  margin-left: 10px;
  padding-right: 30px;
}
.button .label:hover {
  text-decoration: none;
}
.button .icon {
  background-color: #4c4a55;
  display: block;
  position: relative;
  float: left;
  margin: 3px;
  position: absolute;
  right: 0px;
}
.button.blue {
  background-color: #3f60b0;
}
.button.blue .icon {
  background-color: #5370b8;
}
.button.white {
  background-color: #ffffff;
}
.button.white .label {
  color: #383642;
}
.button.white .icon {
  background-color: #ffffff;
}
.inputbutton {
  display: block;
  position: relative;
  float: left;
  background-color: #fff;
  margin: 3px;
}
.hr {
  height: 20px;
  background: url(/images/hr.gif);
}
#signupLink {
  margin-right: 50px;
}
@media (max-width: 1160px) {
  input[type=text],
  input[type=password] {
    width: 120px !important;
  }
  #signupLink {
    margin-right: 20px;
  }
}
@media (max-width: 980px) {
  #logoWrap {
    width: auto;
  }
  input[type=text],
  input[type=password] {
    width: 100px !important;
  }
  #signupLink {
    margin-right: 10px !important;
  }
}
@media (max-width: 720px) {
  #logoWrap {
    width: auto;
  }
  #logo {
    height: 70px !important;
    overflow: hidden;
  }
  #logo img {
    position: relative;
    top: -20px;
  }
  #header .column {
    width: auto !important;
  }
  #header input {
    margin-left: 10px;
    margin-bottom: 5px;
  }
}
#footer {
  color: #222222;
  text-transform: uppercase;
  font-size: 10px;
  border-top: 1px solid #dee3e7;
  margin-bottom: 20px;
  border-top: 1px solid #f2f4f5;
  margin-top: 30px;
}
#footer p {
  color: #222222;
  font-size: 10px;
}
#footer a {
  color: #222222;
  font-size: 10px;
}
#footer a.footer-space {
  margin-right: 40px;
  margin-top: 5px;
}
.homeBox {
  background: #fff;
}
.homeBox .inner {
  display: block;
  position: relative;
  float: left;
  margin: 4px;
  height: 390px;
  width: 292px;
  background-color: #fff;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
.homeBox .inner .content {
  display: block;
  position: relative;
  float: left;
  position: absolute;
  bottom: 0px;
  background-color: #23232c;
  background-color: rgba(0, 0, 0, 0.5);
}
.homeBox .inner .content h2 {
  display: block;
  position: relative;
  float: left;
  color: #ffffff;
  margin: 2px 10px;
}
.homeBox .inner .content.new_rule h2 {
  color: red;
}
.homeBox .inner .content p {
  display: block;
  position: relative;
  float: left;
  color: #ffffff;
  margin: 2px 10px;
}
.homeBox .inner .content.new_rule p {
  color: red;
}
.homeBox .inner .content .button {
  margin: 2px 10px;
  margin-bottom: 10px;
}
#content {
  margin-top: 20px;
}
#content.home {
  margin-top: 0px;
}
#homeBox0 .inner {
  background-image: url(/content/home_bg.jpg);
}
#homeBox1 .inner {
  /*background-image: url(https://d3qv9x1wtb5ihw.cloudfront.net/content/Home-Feature-Box1b.jpg);*/
  background-image: url(/content/promo_01.jpg);
}
#homeBox2 .inner {
  /*background-image: url(https://d3qv9x1wtb5ihw.cloudfront.net/content/Home-Feature-Box2b.jpg);*/
  background-image: url(/content/promo_03.jpg);
}
#homeBox3 .inner {
  /*background-image: url(https://d3qv9x1wtb5ihw.cloudfront.net/content/Home-Feature-Box3b.jpg);*/
  background-image: url(/content/promo_04.jpg);
}
#homeBannerText {
  position: absolute;
  top: 150px;
  left: 160px;
  width: 340px;
}
@media (max-width: 980px) {
  #homeBannerText {
    position: absolute;
    top: 150px;
    left: 40px;
    width: 340px;
  }
  .homeBox {
    height: 260px;
  }
  .homeBox .inner {
    height: 252px;
    width: 212px;
  }
}
@media (max-width: 720px) {
  .homeBox {
    height: 252px;
    margin-bottom: 20px;
    top: 0px !important;
    border: 4px solid white;
  }
  .homeBox .inner {
    height: 252px;
    margin: 0px;
    width: 100%;
  }
}
.swatch {
  display: block;
  position: relative;
  float: left;
  width: 22px;
  height: 22px;
  background: black;
  margin-top: 5px;
  margin-right: 3px;
  margin-bottom: 5px;
}
.swatch a {
  display: block;
  width: 22px;
  height: 22px;
}
.gallery .img1 {
  display: block;
  position: relative;
  float: left;
  margin-bottom: 14px;
}
.gallery .img2 {
  display: block;
  position: relative;
  float: left;
  width: 104px;
  margin-right: 14px;
  margin-bottom: 14px;
}
.gallery .img3 {
  display: block;
  position: relative;
  float: left;
  width: 104px;
  margin-right: 14px;
  margin-bottom: 14px;
}
.gallery .img4 {
  display: block;
  position: relative;
  float: left;
  width: 104px;
  margin-bottom: 14px;
}
#content .cartItem p {
  margin-bottom: 0px;
}
#content .cartItem .cartCol1 {
  width: 60%;
}
#content .cartItem .cartCol1 img {
  margin-right: 20px;
}
#content .cartItem .cartCol1 p {
  font-size: 12px;
}
#content .cartItem .cartCol1 p.size {
  clear: both;
}
#content .cartItem .cartCol2 {
  width: 10%;
}
#content .cartItem .cartCol3 {
  width: 15%;
}
#content .cartItem .cartCol3 input {
  width: 60px;
}
#content .cartItem .cartCol4 {
  width: 15%;
}
#content .cartItem .cartCol4 p {
  font-weight: bold;
}
#shopping-cart-totals-table {
  text-transform: uppercase;
}
#shopping-cart-totals-table td:first-child {
  text-align: right;
  padding-right: 10px;
}
#shopping-cart-totals-table tfoot {
  font-size: 24px;
  line-height: 30px;
}
#shopping-cart-totals-table tfoot td:first-child strong {
  font-weight: normal;
}
@media (max-width: 720px) {
  .cartItem h3 {
    font-size: 14px;
  }
  .cartItem .cartCol1 {
    width: 60% !important;
  }
  .cartItem .cartCol1 .itemName {
    display: none;
  }
  .cartItem .cartCol1 .column {
    width: auto !important;
  }
  .cartItem .cartCol1 p {
    clear: none !important;
    display: block;
    float: left;
  }
  .cartItem .cartCol1 p.size {
    line-height: 30px;
  }
  .cartItem .cartCol1 .productDescription {
    clear: both;
  }
  .cartItem .cartCol1 .column.clear {
    float: left;
    clear: none;
  }
  .cartItem .cartCol2 {
    width: 40% !important;
  }
  .cartItem .cartCol2 .column {
    width: auto !important;
  }
  .cartItem .cartCol3 {
    width: 60% !important;
    clear: both;
  }
  .cartItem .cartCol3 .column {
    width: auto !important;
  }
  .cartItem .cartCol4 {
    width: 40% !important;
  }
  .cartItem .cartCol4 .column {
    width: auto !important;
  }
  #discount-coupon-form .inputbutton {
    position: absolute;
    top: 0px;
    right: 0px;
  }
}
.checkoutButtons .button .label {
  font-size: 10px;
}
@media (max-width: 980px) {
  .checkoutButtons .button .label {
    font-size: 14px;
    margin: 2px 2px 2px 10px;
  }
}
#shopping-cart-totals-table .a-right {
  padding-left: 20px;
  padding-bottom: 10px;
}
@media (max-width: 720px) {
  #footer .box.wide12 {
    clear: both;
  }
}
.pageContent.col5 .box.wide1.num0 {
  clear: both;
}
#main {
  height: 500px;
}
.sliderPage {
  height: 700px;
  position: absolute;
}
.sliderContainer {
  overflow: hidden;
  height: 700px;
}
.sliderContent {
  position: absolute;
  left: 0px;
  top: 0px;
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.sliderLabel {
  width: 880px;
  margin: 20px auto;
  margin-top: 370px;
  text-align: center;
}
.sliderLabel p {
  padding: 40px 120px;
}
.sliderLeft {
  width: 60px;
  height: 120px;
  position: absolute;
  left: 0px;
  top: 260px;
  background-image: url(/images/arrow_left.png);
  cursor: pointer;
}
.sliderRight {
  width: 60px;
  height: 120px;
  position: absolute;
  right: 0px;
  top: 260px;
  background-image: url(/images/arrow_right.png);
  cursor: pointer;
}
@media (max-width: 720px) {
  .fullWidth .pageContainer .pageContent .column .box.wide4.brand {
    width: 50%;
    margin: 0px;
    float: left;
  }
  #main {
    display: none;
  }
}
#footerformcontainer {
  width: 312px;
}
#footerformcontainer form {
  margin: 0 0 20px;
}
#mainNav {
  background: #383642;
}
#loginLink {
  padding-right: 2px;
}
ul.nav.main {
  display: block;
  float: left;
}
ul.nav.main li {
  display: block;
  float: left;
  height: 31px;
  font-size: 12px;
}
ul.nav.main li a,
ul.nav.main li span {
  display: block;
  float: left;
  height: 31px;
  width: 100%;
  line-height: 31px;
  text-transform: uppercase;
  text-align: center;
  background: #383642;
  color: #fff;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
ul.nav.main li:hover a {
  text-decoration: none;
  background: #23232c;
}
ul.nav.main li.active a {
  background: #23232c;
  text-decoration: none;
}
ul.nav.main li.active:hover a {
  background: #23232c;
  text-decoration: none;
}
ul.nav.left {
  margin-left: 20px;
}
ul.nav.left li {
  text-transform: uppercase;
  color: #383642;
  font-size: 16px;
  line-height: 26px;
}
ul.nav.left li a {
  color: #383642;
}
ul.nav.left li a:hover {
  text-decoration: none;
}
ul.nav.left li ul li a {
  color: #383642;
}
ul.nav.left li ul li a:hover {
  text-decoration: none;
}
ul.nav.left li.active {
  font-weight: bold;
}
ul.nav.left li.active ul li a {
  color: #383642;
}
ul.nav.left li.active ul li.active a {
  color: #383642;
}
p.login {
  color: #000;
  font-size: 12px;
  line-height: 26px;
  text-transform: uppercase;
  width: 371px;
  text-align: right;
}
@media (max-width: 1140px) {
  p.login {
    width: 291px !important;
    margin-left: 10px;
  }
}
@media (max-width: 980px) {
  p.login {
    width: 281px !important;
    margin-left: 10px;
  }
}
@media (max-width: 720px) {
  p.login {
    width: auto !important;
    margin-left: 10px;
  }
  #searchPanel {
    clear: both;
    float: right;
  }
}
/* Magento One Page Checkout new layout */
.block-progress .block-title {
  background: none;
  margin: 0 0 34px;
  padding: 0;
}
.checkout-onepage-index .col-main {
  padding: 0;
  border: 0;
}
.checkout-onepage-index .page-title {
  padding-right: 40px;
  width: auto;
}
.checkout-onepage-index .page-title h1 {
  background: none;
  padding: 0;
}
.opc {
  position: relative;
  overflow: auto;
  height: 1000px;
  padding-top: 20px;
  text-align: center;
}
.opc .buttons-set {
  margin: 15px 0 0;
  opacity: 1!important;
}
.opc .buttons-set p.required {
  margin: 0;
  padding: 0 0 10px;
}
.opc .buttons-set .back-link {
  display: none;
}
.opc .buttons-set .please-wait {
  position: absolute;
  z-index: 99;
  top: 30%;
  left: 50%;
  margin: -80px 0 0 -146px;
  border: 5px solid #f3b66f;
  font-size: 12px;
  background: #fff;
  padding: 30px;
  white-space: nowrap;
  border: 1px solid #c0c0c0;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
}
.opc .ul {
  list-style: disc outside;
  padding-left: 18px;
}
.opc li.section {
  display: inline;
}
.opc .step {
  position: absolute;
  border: 0;
  top: 50px;
  left: 0;
  z-index: 1;
  border: none;
  width: 100%;
  text-align: left;
}
.opc .step-title {
  position: relative;
  float: left;
  text-align: center;
  background: none;
  background-color: #c0c0c2;
  background-clip: padding-box;
  margin: 0px;
  width: 20%;
  background-image: url(/images/cartArrow.png);
  background-position: right;
  background-repeat: no-repeat;
}
.opc .step-title a {
  display: none;
}
.opc .step-title .number {
  display: none;
}
.opc .step-title h2 {
  color: #FFFFFF;
  display: block;
  float: left;
  font-family: 'Quicksand', Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 400;
  height: 20px;
  line-height: 20px;
  position: relative;
  text-transform: uppercase;
  right: 10px;
}
.opc #opc-review .step-title {
  background-image: none;
}
.opc .allow .step-title {
  cursor: pointer;
  background: #73727a;
}
.opc .allow .step-title h2 {
  color: #FFF;
}
.opc .allow .step-title {
  background-image: url(/images/cartArrowAllow.png);
  background-position: right;
  background-repeat: no-repeat;
}
.opc .active .step-title {
  background-color: #73727a;
  background-image: url(/images/cartArrowActive.png);
  background-position: right;
  background-repeat: no-repeat;
}
.opc .step-title h2,
.opc .allow .step-title h2,
.opc .active .step-title h2 {
  text-align: center;
  width: 100%;
}
#content .step {
  width: 570px;
  padding-left: 2px;
}
#content .step label {
  font-weight: normal;
  float: left;
  width: auto;
}
#content .step label em {
  padding-left: 5px;
  float: right;
}
#content .step ul {
  display: block;
  float: left;
  clear: both;
  width: 100%;
}
#content .step ul li {
  display: block;
  float: left;
  clear: both;
  width: 100%;
}
#content .step ul li div.field,
#content .step ul li div.fields {
  display: block;
  float: left;
  width: 40%;
  height: 80px;
  margin: 0;
  margin-right: 10%;
}
#content .step ul li div.field input[type="text"],
#content .step ul li div.fields input[type="text"],
#content .step ul li div.field input[type="email"],
#content .step ul li div.fields input[type="email"],
#content .step ul li div.field input[type="password"],
#content .step ul li div.fields input[type="password"],
#content .step ul li div.field input[type="number"],
#content .step ul li div.fields input[type="number"],
#content .step ul li div.field select,
#content .step ul li div.fields select {
  width: 100% !important;
  margin-bottom: 0px;
}
#content .step ul li.wide label,
#content .step ul li.wide div.input-box {
  width: 90%;
  margin: 0;
  margin-right: 10%;
}
#content .step ul li.wide label input[type="text"],
#content .step ul li.wide div.input-box input[type="text"],
#content .step ul li.wide label input[type="email"],
#content .step ul li.wide div.input-box input[type="email"],
#content .step ul li.wide label input[type="password"],
#content .step ul li.wide div.input-box input[type="password"],
#content .step ul li.wide label input[type="number"],
#content .step ul li.wide div.input-box input[type="number"],
#content .step ul li.wide label select,
#content .step ul li.wide div.input-box select {
  width: 100% !important;
  margin-bottom: 0px;
}
#content .step ul li.wide label {
  width: auto;
  margin-bottom: 5px;
}
#content .step ul li.wide div.input-box {
  height: 80px;
}
#content .step ul li.control {
  display: block;
  float: left;
  clear: none;
  width: 40%;
  margin: 0;
  margin-right: 10%;
}
#content .step ul li.control input[type=radio],
#content .step ul li.control input[type=checkbox],
#content .step ul li.control label {
  display: block;
  float: left;
  line-height: 16px;
  margin: 0px;
  margin-right: 10px;
}
#content .step ul li.control label {
  width: 160px;
}
#content .step div.buttons-set {
  display: block;
  float: left;
  clear: both;
  width: 100%;
  margin: 0;
  margin-top: 10px !important;
  margin-right: 10%;
}
#content .step div.buttons-set div.button {
  float: right;
  margin-right: 45px;
}
#content .step dl {
  display: block;
  float: left;
  clear: both;
  width: 90%;
  margin: 0;
  margin-right: 10%;
}
#content .step dl dt {
  display: block;
  float: left;
  clear: both;
}
#content .step dl dd {
  display: block;
  float: left;
  clear: both;
}
#content .step dl dd ul {
  display: block;
  float: left;
  clear: none
				width: auto;
  margin: 20px;
}
#content .step dl dd ul li {
  display: block;
  float: left;
  margin-right: 20px;
}
#content .step dl label,
#content .step dl input,
#content .step dl select {
  display: block;
  float: left;
  margin-right: 10px;
  margin-bottom: 0px;
}
#content .step table {
  margin: 0 5%;
  width: 90%;
}
#content .step table dl {
  width: 100%;
  margin: 0px;
}
#content .step table dl dt {
  font-weight: bold;
  clear: left;
  margin-right: 10px;
}
#content .step table dl dd {
  clear: none;
}
#content .step#checkout-step-review {
  width: 100%;
  padding-left: 0px;
}
#content .step#checkout-step-review table {
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
}
#content .step#checkout-step-review div.buttons-set div.button {
  float: right;
  margin-right: 0px;
}
#checkout-step-payment input,
#checkout-step-payment select {
  float: left;
  clear: none;
}
#checkout-step-payment div {
  float: left;
  clear: both;
}
#checkout-step-payment dt,
#checkout-step-payment dd {
  width: 100%;
}
#checkout-step-payment li {
  height: 80px;
}
#checkout-step-payment div.v-fix {
  clear: none;
}
#content .step #checkout-review-table {
  margin-bottom: 20px;
}
#content .step #checkout-review-table td,
#content .step #checkout-review-table th {
  width: 10%;
  padding: 10px 0px;
}
#content .step #checkout-review-table td:first-child,
#content .step #checkout-review-table td.first,
#content .step #checkout-review-table th:first-child,
#content .step #checkout-review-table th.first {
  width: 60%;
}
#content .step #checkout-review-table td:last-child,
#content .step #checkout-review-table td.last,
#content .step #checkout-review-table th:last-child,
#content .step #checkout-review-table th.last {
  width: 20%;
  text-align: right;
}
#content .step #checkout-review-table tr {
  border-bottom: 1px solid #dee3e7;
}
#content .step #checkout-review-table h3.product-name {
  font-family: 'Quicksand', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}
.opc .validation-advice {
  color: red;
}
@media (max-width: 720px) {
  #content .step {
    width: 100%;
    padding-left: 0px;
  }
  #content .step ul {
    width: 100%;
    margin-left: 0px;
  }
  #content .step ul li {
    width: 100%;
  }
  #content .step ul li div.field,
  #content .step ul li div.fields {
    width: 40%;
    height: 80px;
    margin: 0 5%;
  }
  #content .step ul li.wide label,
  #content .step ul li.wide div.input-box {
    width: 90%;
    margin: 0 5%;
  }
  #content .step ul li.control {
    width: 40%;
    margin: 0 5%;
  }
  #content .step div.buttons-set {
    width: 90%;
    margin: 0 5%;
  }
  #content .step dl {
    width: 90%;
    margin: 0 5%;
  }
  #content .step table {
    margin: 0 5%;
    width: 90%;
  }
  #content .step div.buttons-set div.button {
    float: right;
    margin-right: 0px;
  }
  .opc .step-title {
    display: block;
    float: left;
    clear: both;
    width: 100%;
    background-image: none !important;
  }
  .opc .step {
    top: 140px;
  }
  .page-title h1 {
    margin: 0 5%;
    width: 90%;
  }
}
/*
#content .opc{
	input[type="text"], 
	input[type="email"], 
	input[type="password"], 
	input[type="number"], {
		margin-bottom: 0px;
	}
}
.opc .form-list label { clear:both;
	float:left;
width:220px;
padding:4px 0 0;
height: 16px;
margin-bottom: 15px;}
.opc .form-list li.wide label {width:600px;}
.opc .form-list label.required em { float:none;
	position:relative; right:4px; }
.opc .form-list li.fields { margin:0; clear:both;}
.opc .form-list div.fields { width:100%; overflow:hidden; margin:0 0 8px; }
.opc .form-list .wide,.opc .form-list li.fields .field { width:350px; margin:0 0 8px; float:left;}
.opc .form-list .wide {width:700px;}
.opc .form-list li.wide .input-box,.opc .form-list .input-box { clear:none; margin-right:140px; width:260px; }
.opc .form-list li.wide select { width:390px; }
.opc .form-list li.fields input.input-text { width:325px; }
.opc .form-list li.fields select { width:335px; }
.opc .form-list li.wide input.input-text { width:675px; }
.opc .form-list .control input { margin:8px 0 0 25px; display: inline; }
.opc .form-list li.control label { float:left; padding-top:0px; display: inline;}
.opc form .form-list li.wide { margin-bottom:8px; }
.opc form .address-select { margin:8px 0 40px; }
.opc .form-list div.shippingsame {
	clear: both;
}
.opc .form-list div.shippingsame input {float:left;}
.opc .form-list div.shippingsame label {clear:none;margin-left:10px;width:auto;}
.opc:first-of-type .step{-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;}
.opc:first-of-type .step[style*='display:none;'],
.opc:first-of-type .step[style*='display: none;']{display:block !important;}
.opc:first-of-type .section .step{left: 100%;}
.opc:first-of-type .allow .step{left: -100%;}
.opc:first-of-type .active .step{left:0;}
.opc:first-of-type li:last-child .step-title a{width:50%}
.opc:first-of-type li:first-child .step-title a{width:50%;left:50%}
.opc .validation-advice {color: red;}
#opc-login p.required { display:none; }
#opc-login h3 { margin-bottom:18px; }
#opc-login .col-2 { float:left; }
#opc-login .col-2 form fieldset h4 { display:none; }
#opc-login .col-2 { display:block; width:500px; }
#opc-login .col-2 fieldset { width:500px; }
#opc-login .col-2 .input-box { width:188px; margin:0; float:left; }
#opc-login .col-2 .input-text { width:182px; }
#opc-login .col-2 .form-list label { text-align:left; }
#opc-login .form-list li.control label { float:none; }
#opc-login .form-list li.control input { margin:0 8px 0 0; }
#opc-login .col-1 { float:right; }
#opc-login .col-1 { width:500px; }
#opc-login .col-1 h4,#opc-login .col-1 .ul { display:none; }
#checkout-step-review.step { width:645px; }

#opc-review .step { padding:30px 20px; }
#opc-review .product-name { font-weight:bold; color:#0a263c; }
#opc-review .item-options { margin:5px 0 0; }
#opc-review .buttons-set { padding:20px 0; border:0; }
#opc-review .buttons-set p { margin:0; line-height:40px; }
#opc-review .buttons-set .please-wait { height:40px; line-height:40px; }
#opc-review #checkout-review-table td, #opc-review #checkout-review-table th {padding:10px;}
#opc-shipping_method .buttons-set { border-top:1px solid #E4E4E4; }




*/
.box.pagination {
  border-top: 1px solid #f2f4f5;
  border-bottom: 1px solid #f2f4f5;
  margin-bottom: 20px;
}
.box.pagination strong {
  display: none;
}
.box.pagination ol {
  display: block;
  float: left;
  text-align: center;
  width: 34%;
}
.box.pagination ol li {
  display: inline;
  text-transform: uppercase;
  height: 30px;
  line-height: 30px;
  color: #383642;
}
.box.pagination ol li a {
  color: #383642;
}
.box.pagination ol li.current {
  font-weight: bold;
}
.box.pagination ol.prev {
  width: 33%;
  text-align: left;
}
.box.pagination ol.next {
  width: 33%;
  text-align: right;
}
input[type=text],
input[type=email],
input[type=password],
input[type=number] {
  font-family: 'Quicksand', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  border: none;
  margin: 0px;
  width: 140px;
  height: 16px;
  line-height: 16px;
  padding: 5px;
}
textarea {
  font-family: 'Quicksand', Arial, Helvetica, sans-serif;
  font-weight: 400;
  border: none;
  margin: 0px;
  line-height: 16px;
  padding: 5px;
  font-size: 14px;
  line-height: 20px;
}
.inputbutton {
  display: block;
  float: left;
  border: none;
  background: none;
  margin: 0px;
  padding: 0px;
  margin: 3px;
}
#content input[type=text],
#content input[type=email],
#content input[type=password],
#content input[type=number] {
  margin-bottom: 15px;
}
#content label {
  font-weight: bold;
  font-family: 'Quicksand', Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #383642;
  margin-bottom: 5px;
}
select {
  border: none;
  margin-bottom: 11px;
}
#discount-coupon-form,
#shopping-cart-totals-table,
#checkout-buttons {
  float: right;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.ie6 .ie,
.ie7 .ie,
.ie8 .ie,
.ie9 .ie {
  display: block;
}
.ie8 .ie8 {
  display: block;
}
.ie7 .ie7 {
  display: block;
}
.ie6 .ie6 {
  display: block;
}
.enhanced {
  /*---------------------------------------------------
    LESS Elements 0.6
  ---------------------------------------------------
    A set of useful LESS mixins by Dmitry Fadeyev
    Special thanks for mixin suggestions to:
      Kris Van Herzeele,
      Benoit Adam,
      Portenart Emile-Victor,
      Ryan Faerman

    More info at: http://lesselements.com
-----------------------------------------------------*/

}
.enhanced .enhancements {
  display: block;
}
.enhanced body.testing .column {
  -webkit-box-shadow: inset 0 0px 1px #990000;
  -moz-box-shadow: inset 0 0px 1px #990000;
  box-shadow: inset 0 0px 1px #990000;
}
.enhanced body.testing .box {
  -webkit-box-shadow: inset 0 0px 1px #006600;
  -moz-box-shadow: inset 0 0px 1px #006600;
  box-shadow: inset 0 0px 1px #006600;
}
.enhanced .button {
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.enhanced .button .icon {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.6);
}
.enhanced .homeBox {
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}
.enhanced input[type=text],
.enhanced input[type=email],
.enhanced input[type=password],
.enhanced input[type=number],
.enhanced textarea,
.enhanced select {
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6);
}
.enhanced .inputbutton {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.6);
}


/* ============================================ *
 * Configurable Swatches
 * ============================================ */
/* Clears */
.clearfix:after,
.configurable-swatch-list:after,
.product-view .product-options .swatch-attr:after {
  content: '';
  display: table;
  clear: both;
}

/* General Swatch Styling */
.swatch-link,
.swatch-label {
  display: block;
  border-radius: 3px;
  font-size: 14px;
  text-align: center;
  color: #636363;
  text-decoration: none;
  box-sizing: content-box;
}

.swatch-link {
  border: 1px solid #cccccc;
  margin: 0 0 3px;
}
.swatch-link img {
  border-radius: 2px;
}
.swatch-link:hover {
  cursor: pointer;
  text-decoration: none;
}
.swatch-link .x {
  display: none;
  text-indent: -999em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../images/bg_x.png) center no-repeat transparent;
  z-index: 10;
}
.swatch-link.has-image .swatch-label {
  position: relative;
}
.swatch-link.has-image img {
  position: absolute;
  top: 0;
  left: 0;
}

.swatch-label {
  border: 1px solid #fff;
  margin: 0;
  white-space: nowrap;
  background: #f4f4f4;
}

.configurable-swatch-list {
  margin-left: -3px;
  zoom: 1;
  clear: both;
  -webkit-transform: translateZ(0px);
}
.configurable-swatch-list li {
  float: left;
  zoom: 1;
  margin: 0 0 0 3px;
}
.products-grid .configurable-swatch-list li {
  display: inline-block;
  float: none;
  margin: 0;
  vertical-align: top;
}
.configurable-swatch-list .not-available .x {
  display: block;
}
.configurable-swatch-list .not-available .swatch-link {
  border-color: #ededed;
  position: relative;
}
.configurable-swatch-list .not-available .swatch-link.has-image img {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.configurable-swatch-list .not-available .swatch-label {
  color: #aaa;
  background: #fff;
}
.configurable-swatch-list .wide-swatch .swatch-label {
  padding: 0 6px;
}
.configurable-swatch-list .not-available a:focus {
  outline: 0;
}

#narrow-by-list dd .configurable-swatch-list li {
  margin: 0 0 0 3px;
  width: 47%;
}
#narrow-by-list dd .swatch-link {
  border: none;
  line-height: 25px;
  margin-right: 2px;
  text-align: left;
}
#narrow-by-list dd .swatch-link.has-image {
  line-height: inherit;
}
#narrow-by-list dd .swatch-link:hover .swatch-label {
  border-color: #3399cc;
}
#narrow-by-list dd .swatch-label {
  background: #f4f4f4;
  border: 1px solid #cccccc;
  border-radius: 3px;
  display: block;
  float: left;
  line-height: 1.5em;
  margin: 0 5px 0 0;
  padding: 1px 5px;
  white-space: nowrap;
}
#narrow-by-list dd .swatch-label img {
  border: 1px solid #fff;
  border-radius: 3px;
  box-sizing: content-box;
}
#narrow-by-list dd .has-image .swatch-label {
  padding: 0;
}

@media only screen and (max-width: 770px) {
  #narrow-by-list dd .configurable-swatch-list li:nth-child(odd) {
    clear: left;
  }
}
.currently .swatch-current {
  position: relative;
}
.currently .swatch-current .btn-remove {
  margin-top: -10px;
  position: absolute;
  right: 0;
  top: 50%;
}
.currently .swatch-current span {
  display: block;
  float: left;
}
.currently .swatch-link {
  display: inline-block;
  margin: 0 0 0 3px;
}
.currently .swatch-link:hover {
  border-color: #cccccc;
  cursor: default;
}

/* Other Swatch States */
.configurable-swatch-list .hover .swatch-link,
.configurable-swatch-list .selected .swatch-link,
.swatch-link:hover {
  border-color: #3399cc;
}

.configurable-swatch-box {
  background: none !important;
}
.configurable-swatch-box select.swatch-select {
  display: none;
}
.configurable-swatch-box .validation-advice {
  margin: 0 0 5px;
  background: #df280a;
  padding: 2px 5px !important;
  font-weight: bold;
  color: #fff !important;
  float: left;
  display: block;
  border-radius: 3px;
}
.product-view .product-img-box .product-image img {
    max-width: 100%;
    max-height: 750px;
    margin: 0px auto;
}
.product-view .product-img-box .product-image-zoom {
    z-index: 0;
}
.product-view .product-image-thumbs img {
    max-width: 100%;
    max-height: 100%;
}
.header_slogan {
  color: red;
  font-size: 16px;
}
#attribute92{
  display: none;
}

#select_label_color{
  
}
.hide_extended_product_name {
    display: none;
}