@charset "UTF-8";
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
@import url("https://use.fontawesome.com/releases/v5.0.13/css/all.css");
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;
  text-align: left;
}

th {
  vertical-align: bottom;
}

td {
  vertical-align: top;
}

* {
  -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: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #428bca;
  text-decoration: none;
}

a:hover, a:focus {
  color: #2a6496;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-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 #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 6px;
  padding-right: 6px;
}

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 6px;
  padding-right: 6px;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -6px;
  margin-right: -6px;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.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: 6px;
  padding-right: 6px;
}

.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-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@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-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .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-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@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-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

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;
  max-width: 100%;
  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;
  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: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -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 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 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: #eeeeee;
  opacity: 1;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 34px;
  /* IE8+ misaligns the text within date inputs, so we reset */
  line-height: 1.42857 \0;
}

input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"],
.input-group-sm > input.input-group-addon[type="date"],
.input-group-sm > .input-group-btn > input.btn[type="date"],
input[type="time"].input-sm,
.input-group-sm > input.form-control[type="time"],
.input-group-sm > input.input-group-addon[type="time"],
.input-group-sm > .input-group-btn > input.btn[type="time"],
input[type="datetime-local"].input-sm,
.input-group-sm > input.form-control[type="datetime-local"],
.input-group-sm > input.input-group-addon[type="datetime-local"],
.input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
input[type="month"].input-sm,
.input-group-sm > input.form-control[type="month"],
.input-group-sm > input.input-group-addon[type="month"],
.input-group-sm > .input-group-btn > input.btn[type="month"] {
  line-height: 30px;
}

input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"],
.input-group-lg > input.input-group-addon[type="date"],
.input-group-lg > .input-group-btn > input.btn[type="date"],
input[type="time"].input-lg,
.input-group-lg > input.form-control[type="time"],
.input-group-lg > input.input-group-addon[type="time"],
.input-group-lg > .input-group-btn > input.btn[type="time"],
input[type="datetime-local"].input-lg,
.input-group-lg > input.form-control[type="datetime-local"],
.input-group-lg > input.input-group-addon[type="datetime-local"],
.input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
input[type="month"].input-lg,
.input-group-lg > input.form-control[type="month"],
.input-group-lg > input.input-group-addon[type="month"],
.input-group-lg > .input-group-btn > input.btn[type="month"] {
  line-height: 46px;
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.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="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

.input-sm, .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: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select.form-control[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple] {
  height: auto;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select.form-control[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple] {
  height: auto;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -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: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.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;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.form-control-static {
  margin-bottom: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group, .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control, .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group, .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon, .navbar-form .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .navbar-form .input-group .input-group-btn,
  .form-inline .input-group .form-control,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control, .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label, .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio, .navbar-form .radio,
  .form-inline .checkbox,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label, .navbar-form .radio label,
  .form-inline .checkbox label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"], .navbar-form .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback, .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-left: -6px;
  margin-right: -6px;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

.form-horizontal .form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -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: #333;
  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.disabled, .btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  background-image: none;
}

.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #3071a9;
  border-color: #285e8e;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  background-image: none;
}

.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  background-image: none;
}

.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  background-image: none;
}

.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  background-image: none;
}

.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link[disabled],
fieldset[disabled] .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: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.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%;
}

.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: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -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: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}

.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.42857;
  color: #999999;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.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 {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.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 > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: 0;
}

.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:before, .btn-toolbar:after {
  content: " ";
  display: table;
}

.btn-toolbar:after {
  clear: both;
}

.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, .btn-group-lg.btn-group > .btn + .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, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .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:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.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: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  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%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}

.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-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: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.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:before, .nav:after {
  content: " ";
  display: table;
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #999999;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}

.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 #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.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: #fff;
  background-color: #428bca;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}

.nav-justified > li > a, .nav-tabs.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, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.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: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

.navbar:before, .navbar:after {
  content: " ";
  display: table;
}

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  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:before, .navbar-collapse:after {
  content: " ";
  display: table;
}

.navbar-collapse:after {
  clear: both;
}

.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;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .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;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@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: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}

.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: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.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 {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 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;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

@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: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .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: #555;
    background-color: #e7e7e7;
  }
  .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: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

.navbar-inverse .navbar-brand {
  color: #999999;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  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: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.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: #090909;
  color: #fff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .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: #fff;
    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: #fff;
    background-color: #090909;
  }
  .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: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #999999;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #999999;
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb > .active {
  color: #999999;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.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: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.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;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -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-body:before, .panel-body:after {
  content: " ";
  display: table;
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.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 #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.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: 3px;
  border-top-left-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .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 th:first-child,
.panel > .table-responsive:first-child > .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 th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .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 th:last-child,
.panel > .table-responsive:first-child > .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 th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .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 th:first-child,
.panel > .table-responsive:last-child > .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 th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .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 th:last-child,
.panel > .table-responsive:last-child > .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 th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}

.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-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.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: 4px;
}

.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 #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #428bca;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #428bca;
}

.panel-primary > .panel-heading .badge {
  color: #428bca;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #428bca;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.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-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.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-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -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: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  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: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.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%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.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;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    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: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -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: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  z-index: 9999;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -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: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.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;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

@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: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  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: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.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%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.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;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix: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 !important;
}

.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;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}

.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

.fa {
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands", "FontAwesome", sans-serif !important;
}

/*!
 * bootstrap-select v1.5.4
 * http://silviomoreto.github.io/bootstrap-select/
 *
 * Copyright 2013 bootstrap-select
 * Licensed under the MIT license
 */
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="span"] {
  float: none;
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 0;
}

.form-search .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group,
.navbar-form .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group {
  margin-bottom: 0;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}

.bootstrap-select.btn-group.pull-right,
.bootstrap-select.btn-group[class*="span"].pull-right,
.row-fluid .bootstrap-select.btn-group[class*="span"].pull-right {
  float: right;
}

.input-append .bootstrap-select.btn-group {
  margin-left: -1px;
}

.input-prepend .bootstrap-select.btn-group {
  margin-right: -1px;
}

.bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
  margin-bottom: 0;
}

.bootstrap-select {
  width: 100%;
  margin-bottom: 0;
}

.bootstrap-select.form-control:not([class*="span"]) {
  width: 100%;
}

.bootstrap-select > .btn {
  width: 100%;
  padding-right: 25px;
  outline: 0 !important;
  border: 0 !important;
  border-radius: 0;
  background: #f3f3f3;
  color: #333333;
  height: 30px;
  padding: 5px;
  font-size: 16px;
  font-family: "ff-scala-web-pro";
}

.bootstrap-select .dropdown-menu li a {
  padding: 5px;
}

.error .bootstrap-select .btn {
  border: 1px solid #b94a48;
}

.bootstrap-select.show-menu-arrow.open > .btn {
  z-index: 2051;
}

.bootstrap-select .btn:focus {
  outline: 0 !important;
}

.bootstrap-select.btn-group .btn .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  float: left;
  outline: 0;
  text-align: left;
}

.bootstrap-select.btn-group .btn .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  color: #4e6dc8;
  margin-top: -2px;
  vertical-align: middle;
}

.bootstrap-select.btn-group > .disabled,
.bootstrap-select.btn-group .dropdown-menu li.disabled > a {
  cursor: not-allowed;
}

.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}

.bootstrap-select.btn-group[class*="span"] .btn {
  width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  z-index: 2000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  border: 0;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu dt {
  display: block;
  padding: 3px 20px;
  cursor: default;
}

.bootstrap-select.btn-group .div-contain {
  overflow: hidden;
}

.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}

.bootstrap-select.btn-group .dropdown-menu li > a.opt {
  position: relative;
  padding-left: 35px;
}

.bootstrap-select.btn-group .dropdown-menu li > a {
  cursor: pointer;
}

.bootstrap-select.btn-group .dropdown-menu li > dt small {
  font-weight: normal;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a i.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 2.5px;
}

.bootstrap-select.btn-group .dropdown-menu li a i.check-mark {
  display: none;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}

.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:hover small,
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:focus small,
.bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) > a small {
  color: #64b1d8;
  color: rgba(255, 255, 255, 0.4);
}

.bootstrap-select.btn-group .dropdown-menu li > dt small {
  font-weight: normal;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #CCC;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid #ccc;
  border-bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.2);
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid #ffffff;
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}

.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
}

.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mobile-device {
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100% !important;
  opacity: 0;
}

.bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-select.btn-group.fit-width .btn .filter-option {
  position: static;
}

.bootstrap-select.btn-group.fit-width .btn .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

.control-group.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}

.bootstrap-select-searchbox,
.bootstrap-select .bs-actionsbox {
  padding: 4px 8px;
}

.bootstrap-select .bs-actionsbox {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}

.bootstrap-select-searchbox input {
  margin-bottom: 0;
}

.bootstrap-select .bs-actionsbox .btn-group button {
  width: 50%;
}

.clearing {
  clear: both;
}

.mbnone {
  margin-bottom: 0 !important;
}

/* test */
figure.wysiwyg-figure {
  padding: 0;
  height: auto;
  overflow: hidden;
  margin: 0.3em 2.8% 0.6em 0;
}

figure.wysiwyg-figure img {
  width: 100%;
}

figure.wysiwyg-figure.float-left {
  float: left;
}

figure.wysiwyg-figure.float-right {
  float: right;
}

figure.wysiwyg-figure.figure-fullwidth {
  width: 100%;
  margin: 1em 0;
  max-height: 800px;
}

figure.wysiwyg-figure.figure-halfwidth {
  width: 47%;
  height: auto;
  max-height: 600px;
  overflow: hidden;
}

figure.wysiwyg-figure.figure-thirdwidth {
  width: 31%;
  height: auto;
  max-height: 500px;
  overflow: hidden;
}

@media (max-width: 767px) {
  figure.wysiwyg-figure {
    float: none !important;
    width: 100% !important;
    margin: 1em 0 !important;
  }
}

figure.wysiwyg-figure.figure-small {
  width: 15%;
  height: auto;
  max-height: 220px;
  overflow: hidden;
}

@media (max-width: 767px) {
  figure.wysiwyg-figure.figure-small {
    max-height: none !important;
    text-align: center !important;
  }
}

@media (max-width: 767px) {
  figure.wysiwyg-figure.figure-small img {
    width: 35% !important;
    margin: 0 auto !important;
  }
}

.wysiwyg tfoot tr:first-child {
  border-top: 1px solid #cccccc;
}

.btn:focus, a:focus, button {
  outline: none;
  border: none;
}

body {
  font-family: "ff-scala-web-pro";
  border-top: solid 5px #eae349;
  background: #edece9;
  -webkit-transition: left 0.2s ease-out;
  -o-transition: left 0.2s ease-out;
  transition: left 0.2s ease-out;
  font-kerning: normal;
  font-variant-ligatures: common-ligatures contextual;
  -webkit-font-feature-settings: "kern" 1, "liga" 1, "clig" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 1;
  -ms-font-feature-settings: "kern" 1, "liga" 1, "clig" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 1;
  -moz-font-feature-settings: "kern" 1, "liga" 1, "clig" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 1;
  font-feature-settings: "kern" 1, "liga" 1, "clig" 1,"calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 1;
}

body.no-border {
  border-top: 0px none transparent;
}

body.noScroll {
  overflow: hidden;
}

input {
  font-variant-numeric: lining-nums tabular-nums;
  -webkit-font-feature-settings: "kern" 0, "liga" 1, "calt" 1, "clig" 1,"pnum" 1, "tnum" 0, "onum" 0, "lnum" 1, "zero" 1;
  -ms-font-feature-settings: "kern" 0, "liga" 1, "calt" 1, "clig" 1,"pnum" 1, "tnum" 0, "onum" 0, "lnum" 1, "zero" 1;
  -moz-font-feature-settings: "kern" 0, "liga" 1, "calt" 1, "clig" 1,"pnum" 1, "tnum" 0, "onum" 0, "lnum" 1, "zero" 1;
  font-feature-settings: "kern" 0, "liga" 1, "calt" 1, "clig" 1,"pnum" 1, "tnum" 0, "onum" 0, "lnum" 1, "zero" 1;
}

strong, b {
  font-weight: 700;
}

a.active {
  cursor: default !important;
  text-decoration: none;
}

em em, em i, i i, i em {
  font-style: normal;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.alignRight {
  text-align: right;
}

.largerFont {
  font-size: 16px;
  line-height: 20px;
}

header {
  padding: 40px 0 0;
  min-height: 285px;
  background: white;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

header .navbar-brand {
  width: 152px;
  height: 116px;
  display: inline-block;
  text-indent: -9999px;
  outline: 0;
  background: url("../img/scribe_logo.png") no-repeat center bottom;
}

header h1 {
  margin: 10px 0 0 0;
  font-family: "ff-scala-web-pro";
  color: #58595b;
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
}

header h1 strong {
  font-family: "ff-scala-web-pro";
  font-weight: 700;
  color: #e35441;
}

header.dropdownOpen .navbar {
  color: #fff;
}

header.dropdownOpen .navbar .opnMenu i {
  background-position: 0 -23px;
}

header.dropdownOpen .navbar .searchBox i {
  background-position: -1px -112px;
}

header.dropdownOpen .navbar .searchBox .form-control {
  border-color: #fff;
  color: white;
}

header.dropdownOpen .navbar .topLinks a i.ico1 {
  background-position: -24px -112px;
}

header.dropdownOpen .navbar .topLinks a i.ico2 {
  background-position: -46px -112px;
}

header.dropdownOpen .navbar .topLinks a i.ico3 {
  background-position: -69px -112px;
}

header.dropdownOpen .navbar .topLinks a:hover i.ico1 {
  background-position: -50px -27px;
}

header.dropdownOpen .navbar .topLinks a:hover i.ico2 {
  background-position: -72px -27px;
}

header.dropdownOpen .navbar .topLinks a:hover i.ico3 {
  background-position: -95px -27px;
}

header.dropdownOpen .dropDownMenu {
  color: #fff;
}

header.dropdownOpen a {
  color: #fff;
}

header .dropDownMenu {
  width: 100%;
  position: relative;
  left: 0;
  top: 0;
  z-index: 13;
  display: none;
  padding-top: 0;
  padding: 40px 0;
}

header .dropDownMenu h4 {
  font-size: 28px;
  text-transform: uppercase;
  margin: 0 0 5px 0;
  line-height: 33px;
  font-family: "proxima-nova-condensed";
  font-weight: 400;
  color: #333333;
}

header .dropDownMenu ul, header .dropDownMenu li {
  list-style: none;
  padding: 0;
  margin: 0;
}

header .dropDownMenu a {
  font-family: "proxima-nova-condensed";
  display: block;
  color: #333333;
  -webkit-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

header .dropDownMenu a:hover {
  text-decoration: none;
  color: #eae349;
}

header .dropDownMenu li a {
  font-size: 17px;
  line-height: 25px;
}

header.dropdownOpen {
  background: #333333;
}

header.dropdownOpen .dropDownMenu h4 {
  color: #fff;
}

header.dropdownOpen .dropDownMenu a {
  color: #fff;
}

header.dropdownOpen .dropDownMenu a:hover {
  color: #eae349;
}

header .headArea {
  background: #fff;
  padding: 50px 0;
}

#sitewide-banner {
  background-color: #e35441;
  padding: 0.5rem 0;
}

#sitewide-banner a, #sitewide-banner a:visited {
  color: white;
  text-decoration: none;
}

#sitewide-banner a:hover {
  color: #dddddd;
}

#sitewide-banner p {
  font-family: "proxima-nova-condensed";
  font-size: 18px;
  color: white;
  margin: 0 auto;
  padding: 0.2rem 2rem 0;
  max-width: 950px;
  text-align: center;
}

.navbar {
  margin-bottom: 0;
  font-family: "proxima-nova-condensed";
  color: #333333;
  font-size: 17px;
  text-transform: uppercase;
  border: none;
  min-height: inherit;
  position: relative;
  z-index: 14;
}

.navbar .opnMenu, .navbar .opnMenuMob {
  float: left;
  margin-right: 20px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.navbar .opnMenu i, .navbar .opnMenuMob i {
  width: 25px;
  height: 18px;
  display: inline-block;
  margin-right: 11px;
  position: relative;
  top: 3px;
  background: url("../img/sprite.png") no-repeat 0 0;
}

.navbar a {
  color: #333333;
  cursor: pointer;
  -webkit-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.navbar a:hover {
  color: #e35441;
  text-decoration: none;
}

.navbar .searchBox {
  float: left;
  width: 285px;
}

.navbar .searchBox label {
  font-weight: 400;
  margin-top: -2px;
  float: left;
  margin-right: 6px;
}

.navbar .searchBox i {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 11px;
  position: relative;
  top: 5px;
  background: url("../img/sprite.png") no-repeat -27px 0;
}

.navbar .searchBox .form-control {
  font-size: 19px;
  line-height: 1.1;
  width: 182px;
  border: none;
  padding: 0;
  margin-top: -3px;
  float: left;
  height: 22px;
  background: transparent;
  border-bottom: solid 2px #333333;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.navbar .topLinks {
  float: right;
}

.navbar .topLinks a {
  margin-left: 15px;
}

.navbar .topLinks a i {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 5px;
}

.navbar .topLinks a i.fa {
  top: 0;
  font-size: 20px;
  text-align: center;
}

.navbar .topLinks a i.fa-facebook-f {
  font-size: 18.5px;
}

.navbar .topLinks a i.ico1 {
  background: url("../img/sprite.png") no-repeat 0 0;
  background-position: -50px 0;
}

.navbar .topLinks a i.ico2 {
  background: url("../img/sprite.png") no-repeat 0 0;
  background-position: -72px 0;
}

.navbar .topLinks a i.ico3 {
  background: url("../img/sprite.png") no-repeat 0 0;
  background-position: -95px 0;
}

.navbar .topLinks a:hover i.ico1 {
  background-position: -50px -27px;
}

.navbar .topLinks a:hover i.ico2 {
  background-position: -72px -27px;
}

.navbar .topLinks a:hover i.ico3 {
  background-position: -95px -27px;
}

.navbar .dropdownParent {
  position: relative;
  height: 40px !important;
  display: inline-block !important;
  width: auto !important;
}

.navbar .dropdownLoc {
  display: none;
}

.navbar .dropdownParent:hover a i.ico1 {
  background-position: -50px -27px;
}

.navbar .dropdownParent:hover .dropdownLoc {
  display: block;
  position: absolute;
  top: 25px;
  left: 25px;
}

.innerContainer {
  margin: 50px 0 30px 0;
}

.innerContainer.whiteBG {
  background-color: #ffffff;
  margin-top: -50px;
}

.latestBook {
  display: block;
  overflow: hidden;
  text-align: center;
}

.mainBlock {
  margin-bottom: 60px;
}

.mainBlock.smallMargin {
  margin-bottom: 10px;
}

.bkList {
  min-height: 340px;
  border-top: solid 2px #eae349;
  background: #fff;
  margin-bottom: 12px;
}

.bkList figure {
  height: 216px;
  overflow: hidden;
  position: relative;
}

.bkList figure a {
  position: absolute;
  text-decoration: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  background: rgba(34, 34, 34, 0.25);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.bkList figure a.imagelink {
  padding: 0;
}

.bkList figure h3 {
  font-size: 17px;
  margin: 0 0 10px 0;
  color: #eae349;
  text-transform: uppercase;
  font-family: "proxima-nova-condensed";
  font-weight: 400;
}

.bkList figure p {
  font-size: 24px;
  color: #fff;
  font-family: "ff-scala-web-pro";
  font-weight: 700;
  line-height: 24px;
  margin: 0 0 10px 0;
}

.bkList figure span {
  font-size: 16px;
  font-family: "ff-scala-web-pro";
  font-style: italic;
  color: #fff;
}

.bkList figcaption {
  padding: 15px;
}

.bkList figcaption p {
  font-size: 15px;
  color: #333333;
  line-height: 20px;
  font-family: "ff-scala-web-pro";
  margin: 0 0 10px;
}

.bkList figcaption .more {
  color: #375abf;
  font-size: 17px;
  font-family: "proxima-nova-condensed";
}

.bkList figcaption .more i {
  width: 17px;
  height: 12px;
  display: inline-block;
  margin-right: 4px;
  background: url("../img/sprite.png") no-repeat -151px 0;
  position: relative;
  top: 1px;
}

.bkList:hover figure a {
  background: rgba(34, 34, 34, 0);
}

.sortLinks {
  margin: 0 0 15px;
  padding: 0;
  list-style: none;
}

.sortLinks li {
  font-size: 19px;
  text-transform: uppercase;
  display: inline-block;
  font-family: "proxima-nova-condensed";
  margin-right: 8px;
  height: 18px;
  line-height: 18px;
  border-right: solid 2px #333333;
}

.sortLinks li.active a {
  text-decoration: none;
  color: #375abf;
}

.sortLinks li a {
  padding-right: 8px;
  color: #333333;
}

.sortLinks li a:hover, .sortLinks li a:focus, .sortLinks li a:active {
  text-decoration: none;
  color: #375abf;
}

.sortLinks li:last-child {
  border: none;
}

.bookBlocks {
  padding: 10px;
  background: #fff;
  height: 305px;
  margin-bottom: 10px;
  position: relative;
}

.bookBlocks figure {
  height: 258px;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}

.bookBlocks .qckView {
  font-size: 15px;
  font-family: "proxima-nova-condensed";
  color: #375abf;
  float: right;
  cursor: pointer;
  text-decoration: none;
}

.bookBlocks .qckView i {
  width: 10px;
  height: 7px;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: -2px;
  background: url("../img/sprite.png") no-repeat -169px 0;
}

.quickViewPop {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  left: 0;
  top: 0;
  display: none;
  border-top: solid 2px #eae349;
  padding: 10px;
}

.quickViewPop .popUpOvrFlw {
  height: 100%;
  margin-bottom: 20px;
  overflow: hidden;
  width: 100%;
}

.quickViewPop h3 {
  font-family: "proxima-nova-condensed";
  margin: 0 0 10px;
  text-transform: uppercase;
  color: #375abf;
  font-size: 26px;
  line-height: 24px;
  font-weight: 400;
}

.quickViewPop h3 a {
  color: #375abf;
  text-decoration: none;
}

.quickViewPop p {
  font-size: 18px;
  font-family: "ff-scala-web-pro";
  font-weight: 700;
  color: #333333;
  line-height: 22px;
}

.quickViewPop p a {
  color: #375abf;
}

.quickViewPop label {
  font-size: 17px;
  line-height: 16px;
  color: #666666;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  font-family: "proxima-nova-condensed";
}

.quickViewPop label span {
  text-transform: none;
  color: #333333;
}

.quickViewPop a.coverView {
  position: absolute;
  right: 10px;
  bottom: 4px;
  font-family: "proxima-nova-condensed";
  color: #375abf;
  font-weight: 400;
  font-size: 15px;
  cursor: pointer;
  text-decoration: none;
}

.quickViewPop a.coverView:after {
  position: absolute;
  width: 8px;
  height: 11px;
  content: "";
  display: block;
  background: #375abf;
  left: -14px;
  top: 5px;
}

.subHead01 {
  font-size: 19px;
  font-family: "proxima-nova-condensed";
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #333333;
  font-weight: 400;
}

footer {
  padding: 35px 0 70px 0;
  background: #fff;
  border-top: solid 2px #eae349;
}

footer .footerLogo {
  width: 152px;
  height: 116px;
  display: inline-block;
  text-indent: -9999px;
  outline: 0;
  background: url("../img/scribe_logo.png") no-repeat center bottom;
}

footer .footerLogo.scribbleFooter {
	margin-top: 1.5rem;
  height: 130px;
  background: url("../img/scribble_site_logo.png") no-repeat center bottom;
}

footer h4 {
  font-family: "proxima-nova-condensed";
  font-size: 17px;
  color: #333333;
  margin: 0 0 10px;
  font-weight: 400;
}

footer .footerLinks a {
  display: block;
  font-size: 14px;
  color: #333333;
}

footer h5 {
  font-size: 20px;
  font-family: "ff-scala-web-pro";
  font-weight: 700;
  line-height: 25px;
  color: #e35441;
  margin: 0 0 40px 0;
}

.newsLetter .form-group {
  margin-bottom: 10px;
}

.newsLetter .form-group .form-control {
  height: 25px;
  width: 190px;
  border: none;
  color: #333333;
  border-bottom: solid 1px #333333;
  padding: 0;
  font-size: 14px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.newsLetter .form-group .form-control::-moz-placeholder {
  color: #333333;
}

.newsLetter .form-group .form-control::-webkit-input-placeholder {
  color: #333333;
}

.newsLetter .form-group .form-control:-ms-input-placeholder {
  color: #333333;
}

.newsLetter .form-group .form-control:input-placeholder {
  color: #333333;
}

.newsLetter .submit {
  color: #375abf;
  font-size: 17px;
  padding: 0;
  margin-top: 5px;
  background: none;
  font-family: "proxima-nova-condensed";
}

.newsLetter .submit i {
  width: 17px;
  height: 12px;
  display: inline-block;
  margin-right: 4px;
  background: url("../img/sprite.png") no-repeat -151px 0;
  position: relative;
  top: 1px;
}

.social a {
  height: 25px;
  margin: 0 4px;
  display: inline-block;
  width: auto;
  color: #666666;
  font-size: 30px;
  text-decoration: none;
  text-align: center;
}

.social a:hover {
  color: #e35441;
  text-decoration: none;
}

.social a.fa-facebook-f {
  font-size: 27px;
}

.detailsPage {
  background: #fff;
  padding: 15px 0 80px 0;
  border-top: solid 2px #edece9;
}

.detailsPage h2 {
  font-size: 46px;
  font-family: "proxima-nova-condensed";
  line-height: 38px;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
}

.detailsPage .subHead {
  font-size: 24px;
  font-family: "ff-scala-web-pro";
  color: #666666;
  margin: 0 0 30px;
  font-weight: 100;
}

.detailsPage .subHead .blackText {
  color: #333333;
}

.detailsPage .subHead .redText {
  color: #e35441;
}

.detailsPage .viewBtn {
  font-size: 22px;
  font-family: "proxima-nova-condensed";
  color: #375abf;
  font-weight: 400;
}

.detailsPage .subHeadCart {
  font-size: 22px;
  font-family: "proxima-nova-condensed";
  color: #666666;
  text-transform: uppercase;
  margin: 0 0 30px;
  line-height: 20px;
  font-weight: 100;
}

.breadcrumb {
  padding: 0;
  background: none;
  margin: 0 0 20px 0;
  font-size: 11px;
  color: #333333;
  font-family: "arial";
  font-style: italic;
  font-weight: 600;
}

.breadcrumb > .active {
  color: #333333;
}

.breadcrumb li + li:before {
  color: #333333;
}

.breadcrumb a {
  color: #333333;
}

.bookDetails .bookCover {
  margin: 0 10px 30px 0;
  position: relative;
}

.bookDetails h5 {
  font-size: 22px;
  font-family: "ff-scala-web-pro";
  font-style: italic;
  line-height: 26px;
  color: #333333;
  font-weight: 400;
  margin: 0 0 5px 0;
}

.bookDetails h4 {
  font-size: 19px;
  margin: 0;
  text-transform: uppercase;
  color: #e35441;
  font-family: "proxima-nova-condensed";
  font-weight: 400;
}

.bookDetails .bookDiscrip {
  margin: 30px 0;
}

.bookDetails .bookDiscrip, .bookDetails p {
  font-size: 16px;
  line-height: 20px;
  color: #333333;
}

.bookDetails p {
  margin-bottom: 15px;
}

.authorDiscrip {
  margin-bottom: 15px;
}

.authorDiscrip p {
  font-size: 16px;
  line-height: 22px;
  color: #333333;
  margin: 0 0 15px 0;
}

.reviewBox {
  margin-bottom: 30px;
}

.reviewBox p {
  font-family: "ff-scala-web-pro";
  font-weight: 400;
  font-style: italic;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 15px;
}

.reviewBox p em, .reviewBox p i {
  font-style: normal !important;
}

.reviewBig p em, .reviewBig p i {
  font-style: normal !important;
}

.buyBtn {
  height: 42px;
  min-width: 180px;
  padding: 8px 15px;
  color: #fff;
  border: none;
  background-color: #4e6dc8;
  margin-bottom: 15px;
  font-size: 19px;
  text-transform: uppercase;
  font-family: "proxima-nova-condensed";
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.buyBtn[disabled] {
  min-height: 42px;
  height: auto;
  background-color: #e8e8e8;
  color: #e35441;
}

.buyBtn[disabled]:hover {
  background-color: #e8e8e8;
  color: #e35441;
}

.buyBtn:hover {
  color: #fff;
  background: #3654ad;
  text-decoration: none;
}

.buyBtn.blk {
  background: #333333;
}

.buyBtn.blk:hover {
  background: #151515;
}

.buyBtn.white {
  background: #eeeeee;
  color: #333333;
}

.buyBtn.white:hover {
  background: #cccccc;
}

.buyBtn.saleButton {
  background: #e35441;
}

.buyBtn.saleButton:hover {
  background: #d2341f;
}

.buyBtn.fullWidth {
  width: 100%;
  text-align: center;
  line-height: 1;
  padding-top: 13px;
  margin-bottom: 8px;
  vertical-align: center;
}

.buttonsRow {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.buttonsRow .fullWidth {
  flex-shrink: 0;
}

/*
.inlineblocking {
    display: inline-block;
    vertical-align: top;
}

label.inlineblocking {
    width: 27%;
}

span.inlineblocking {
    width: 70%;
}
*/
/* sitewide book covers */
.bookFigure img, .bookCover img {
  border: 1px solid #e8e8e8;
}

.bookDtlsRight h4 {
  font-size: 19px;
  line-height: 18px;
  text-transform: uppercase;
  border-bottom: solid 5px #eae349;
  margin: 0 0 10px 0;
  padding-bottom: 5px;
  font-family: "proxima-nova-condensed";
  color: #333333;
  font-weight: 400;
}

.bookDtlsRight .detailsBlock {
  margin-bottom: 25px;
}

.bookDtlsRight .sellers a {
  display: inline-block;
  width: 32%;
  text-align: center;
}

.bookDtlsRight .sellers a img {
  max-width: 100%;
}

.bookDtlsRight .infoBlock p {
  font-size: 19px;
  line-height: 30px;
  margin: 0;
  font-family: "proxima-nova-condensed";
  font-weight: 400;
  color: #333333;
}

.bookDtlsRight .infoBlock p label {
  color: #666666;
  margin: 0 10px 0 0;
  font-weight: 400;
  text-transform: uppercase;
}

.bookDtlsRight .infoBlock p a {
  color: #375abf;
}

.bookDtlsRight .infoBlock.infoBlockPremo p {
  line-height: 22px;
}

.bookDtlsRight .tags {
  font-size: 19px;
  font-family: "proxima-nova-condensed";
  color: #666666;
  text-transform: uppercase;
}

.bookDtlsRight .tags a {
  padding-right: 10px;
  margin-right: 10px;
  height: 20px;
  line-height: 20px;
  color: #666666;
  border-right: solid 2px #666666;
}

.bookDtlsRight .tags a:hover {
  color: #375abf;
}

.bookDtlsRight .tags a:last-child {
  border: none;
}

.bookDtlsRight .tags span.tag {
  padding-right: 10px;
  margin-right: 10px;
  height: 20px;
  line-height: 20px;
  color: #666666;
  border-right: solid 2px #666666;
}

.bookDtlsRight .tags span.tag:last-child {
  border: none;
}

.bookDtlsRight .autherMsg h5 {
  font-size: 22px;
  margin: 0 0 10px 0;
  color: #375abf;
}

.bookDtlsRight .autherMsg p {
  font-size: 16px;
  line-height: 21px;
  font-family: "ff-scala-web-pro";
  color: #333333;
}

.bookDtlsRight .autherMsg .more {
  color: #375abf;
  font-size: 17px;
  font-family: "proxima-nova-condensed";
}

.bookDtlsRight .autherMsg .more i {
  width: 17px;
  height: 12px;
  display: inline-block;
  margin-right: 4px;
  background: url("../img/sprite.png") no-repeat -151px 0;
  position: relative;
  top: 1px;
}

.cartHead {
  font-size: 19px;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #666666;
  font-family: "proxima-nova-condensed";
  font-weight: 400;
  border-bottom: solid 5px #eae349;
}

.cartHead h4 {
  font-weight: 400;
  margin: 0;
}

.cartHead .remove {
  text-align: center;
}

.cartBox {
  margin-bottom: 20px;
}

.cartBox .cartItem {
  padding: 15px 0;
  border-bottom: solid 1px #edece9;
}

.cartBox .cartItem .itemBlock {
  width: 110px;
  overflow: hidden;
  float: left;
  margin-right: 20px;
}

.cartBox .cartItem .itemBlock img {
  max-width: 100%;
}

.cartBox .cartItem h4 {
  font-family: "proxima-nova-condensed";
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  color: #333333;
  text-transform: uppercase;
  margin: 0;
}

.cartBox .cartItem p {
  font-size: 20px;
  line-height: 25px;
  color: #333333;
  margin: 0;
}

.cartBox .cartItem label {
  font-size: 19px;
  font-family: "proxima-nova-condensed";
  color: #333333;
  text-transform: uppercase;
  font-weight: 400;
}

.cartBox .cartItem label.cartHeadSub {
  color: #666666;
}

.cartBox .cartItem .textFiled {
  width: 30px;
  height: 31px;
  background: #f3f3f3;
  text-align: center;
  border: none;
  font-family: "proxima-nova-condensed";
  font-size: 19px;
  color: #333333;
  padding-top: 6px;
  margin-top: -5px;
}

.cartBox .cartItem .removeIcon {
  text-align: center;
  width: 17px;
  height: 17px;
  display: block;
  margin: 3px auto;
  text-indent: -9999px;
  cursor: pointer;
  background: url("../img/sprite.png") no-repeat -139px -48px;
}

.cartBox .cartItem:last-child {
  border-bottom: none;
}

.mainHead {
  font-size: 46px;
  font-family: "proxima-nova-condensed";
  line-height: 38px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  padding: 0 0 40px 0;
  margin: 20px 0 0;
}

.innerDtlsPage {
  border-top: solid 5px #eae349;
  padding: 20px 0 20px;
}

.whiteBox {
  background: #ffffff;
}

.whiteBox .conctBnr {
  margin-bottom: 0;
}

.whiteBox .contactForm {
  margin-bottom: 0;
}

.whiteBox .bookDtlsRight h4 {
  margin-top: 15px;
  border-bottom: 0;
}

.conctBnr {
  width: 100%;
  overflow: hidden;
  display: block;
  margin-bottom: 10px;
}

.contactForm {
  background: #fff;
  padding: 15px 20px;
  min-height: 452px;
  margin-bottom: 10px;
}

.contactForm .buyBtn {
  float: right;
  margin: 0;
  min-width: 130px;
}

.contactForm p {
  font-size: 16px;
  line-height: 20px;
}

.newsletter {
  background: #fff;
  padding: 15px 20px;
  min-height: 343px;
  margin-bottom: 10px;
}

.newsletter .buyBtn {
  float: right;
  margin: 0;
}

.form label {
  font-size: 17px;
  line-height: 26px;
  margin: 0;
  font-family: "proxima-nova-condensed";
  font-weight: 400;
  color: #333333;
}

.form .form-control {
  border: none;
  font-size: 14px;
  line-height: 20px;
  padding: 5px;
  font-size: 16px;
  font-family: "ff-scala-web-pro";
  font-weight: 400;
  color: #333333;
  background: #f3f3f3;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.form .form-control[type="text"] {
  height: 30px;
}

.form .subEmail, .form .subCB {
  position: relative;
  font-size: 16px;
  font-family: "ff-scala-web-pro";
  padding-left: 30px;
  cursor: pointer;
  float: left;
  margin-top: 5px;
}

.form .subEmail input, .form .subCB input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.form .subEmail:after, .form .subCB:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 3px;
  background: #f3f3f3;
}

.form .subEmail.active:after, .form .subCB.active:after {
  background: url("../img/sprite.png") no-repeat -159px -16px;
}

.inlineform {
  display: inline !important;
  font-family: "proxima-nova-condensed";
}

.conactDtls {
  background: #fff;
  padding: 28px 28px;
}

.conactDtls h3 {
  font-size: 28px;
  line-height: 21px;
  margin: 0 0 16px;
  font-family: "proxima-nova-condensed";
  font-weight: 400;
  text-transform: uppercase;
  color: #333333;
}

.conactDtls p {
  line-height: 20px;
  font-size: 16px;
  font-family: "ff-scala-web-pro";
  color: #333333;
  font-weight: 400;
}

.conactDtls.videoBox {
  min-height: 344px;
}

.book-club .conactDtls.videoBox {
  min-height: 305px;
}

.subMenuHead {
  padding-bottom: 6px;
}

.subMenuHead ul, .subMenuHead li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.subMenuHead li {
  display: inline;
}

.subMenuHead a {
  font-family: "proxima-nova-condensed";
  text-transform: uppercase;
  color: #333333;
  font-size: 19px;
  margin-right: 60px;
  line-height: 18px;
  text-decoration: none;
}

.subMenuHead a:hover, .subMenuHead a.active {
  color: #375abf;
}

.subMenuHead span.item {
  font-family: "proxima-nova-condensed";
  text-transform: uppercase;
  color: #333333;
  font-size: 19px;
  margin-right: 60px;
  line-height: 18px;
  text-decoration: none;
}

.subMenuHead .active, .subMenuHead .active a {
  color: #375abf;
}

.bookBanner {
  margin-bottom: 35px;
}

.carousel .carousel-control {
  width: 90px;
  height: 100%;
  position: absolute;
  display: block;
  top: 0;
  z-index: 12;
  cursor: pointer;
  background-image: none;
}

.carousel .carousel-control:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 28px;
  height: 40px;
  margin-left: -14px;
  margin-top: -20px;
  background: url("../img/sprite.png") no-repeat 0 0;
}

.carousel .carousel-control.left {
  left: 0;
  background-image: none;
}

.carousel .carousel-control.left:after {
  background-position: -184px 0;
}

.carousel .carousel-control.right {
  right: 0;
  background-image: none;
}

.carousel .carousel-control.right:after {
  background-position: -214px 0;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.extractBlock {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  bottom: 0;
  right: 0;
  background-color: #ffffff;
  min-height: 100% !important;
}

.bradCrump {
  margin: 20px 0 20px -9px;
  padding: 0;
  list-style: none;
  clear: both;
  width: 80%;
}

.bradCrump li {
  font-family: "proxima-nova-condensed";
  display: inline-block;
  font-size: 17px;
  color: #333333;
  text-transform: uppercase;
  padding: 0 9px;
  position: relative;
  /* line 1187, ../scss/_layout.scss */
}

.bradCrump li a {
  text-decoration: none;
  color: #333333;
}

.bradCrump li a:hover, .bradCrump li a.active {
  color: #375abf;
}

.bradCrump li:after {
  content: " / ";
  font-size: 17px;
  color: #333333;
  font-family: "proxima-nova-condensed";
  position: absolute;
  right: -5px;
  top: 0;
}

.bradCrump li.last-page:before {
  content: "...  / ";
  font-size: 17px;
  color: #333333;
  font-family: "proxima-nova-condensed";
  padding: 0;
  position: relative;
  right: 1px;
  top: 0;
}

.bradCrump li.first-page {
  margin-right: -8px;
}

.bradCrump li.first-page:after {
  content: "/ ... /";
  font-size: 17px;
  color: #333333;
  font-family: "proxima-nova-condensed";
  padding: 0;
  position: relative;
  top: 0;
}

.bradCrump li.last-page:after, .bradCrump li.no-slash:after {
  content: "";
  display: none !important;
}

.tagBlock {
  margin: 0 -5px;
  font-size: 19px;
  text-transform: uppercase;
  color: #666666;
  font-family: "proxima-nova-condensed";
}

.tagBlock a {
  color: #666666;
  padding: 0 2px;
  line-height: 35px;
}

.tagBlock a.active, .tagBlock a:hover {
  color: #375abf;
  text-decoration: none;
}

.cartBtns {
  border-top: solid 5px #eae349;
  padding: 20px 0 35px 0;
}

.cartBtns .cartbt {
  text-align: right;
}

@media (max-width: 767px) {
  .orderqty {
    position: relative;
    top: -1em;
  }
}

.cartChkOut label {
  font-size: 17px;
  line-height: 26px;
  margin: 0;
  font-family: "proxima-nova-condensed";
  font-weight: 400;
  color: #333333;
}

.cartChkOut input, .cartChkOut select {
  display: block;
  width: 100%;
  height: 34px;
  line-height: 20px;
  padding: 5px;
  font-size: 16px;
  font-weight: 400;
  font-family: "ff-scala-web-pro";
  color: #333333;
  background: #f3f3f3;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.cartChkOut input:focus, .cartChkOut select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.cartChkOut input[disabled], .cartChkOut input[readonly],
fieldset[disabled] .cartChkOut input, .cartChkOut select[disabled], .cartChkOut select[readonly],
fieldset[disabled] .cartChkOut select {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}

.cartChkOut input[type="text"], .cartChkOut input[type="email"], .cartChkOut input[type="tel"], .cartChkOut select[type="text"], .cartChkOut select[type="email"], .cartChkOut select[type="tel"] {
  height: 30px;
}

.cartChkOut select {
  height: 30px;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%226%22%3E%3Cpath%20fill%3D%22%234180ff%22%20d%3D%22M0%200l6%206%206-6z%22/%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right .7em top 50%;
  background-size: .65em auto;
}

.cartChkOut select::-ms-expand {
  display: none;
}

.detailsBoxOdr {
  padding: 10px 0;
}

.detailsBoxOdr label {
  display: block;
  font-size: 19px;
  font-family: "proxima-nova-condensed";
  font-weight: 400;
}

.detailsBoxOdr label span {
  text-transform: uppercase;
  color: #666666;
}

.detailsBoxOdr label strong {
  font-size: 19px;
  font-family: "proxima-nova-condensed";
}

.detailsBoxOdr p {
  font-size: 16px;
  line-height: 20px;
}

.detailsBoxOdr .more {
  font-size: 16px;
  color: #375abf;
}

.detailsBoxOdr.total {
  text-align: right;
}

.detailsBoxOdr.total span {
  float: left;
  text-align: left;
}

.detailsBoxOdr .premoCode .form-group {
  position: relative;
}

.detailsBoxOdr .premoCode .form-group .buyBtn {
  position: absolute;
  right: 0;
  top: 28px;
  font-size: 18px;
  height: 30px;
  padding: 4px 15px;
  min-width: inherit;
}

.bckToTop {
  font-family: "proxima-nova-condensed";
  font-size: 19px;
  color: #375abf;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}

.bckToTop:hover {
  color: #375abf;
}

.reviewOdr .itemBlock {
  float: left;
  margin-right: 20px;
  overflow: hidden;
  width: 110px;
}

.reviewOdr h4 {
  font-family: "proxima-nova-condensed";
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  color: #333333;
  text-transform: uppercase;
  margin: 0;
}

.reviewOdr p {
  font-size: 20px;
  line-height: 25px;
  color: #333333;
  margin: 0;
}

.chkOutStp .cartHead {
  cursor: pointer;
  margin-bottom: 10px;
}

.chkOutStp .detailsBoxSlide {
  display: none;
}

.chkOutStp .detailsBoxSlide.first {
  display: block;
}

.subImg {
  margin-bottom: 20px;
}

.subImg figure {
  width: 100%;
}

.subImg figure img {
  max-width: 100%;
}

.subImg p {
  font-size: 16px;
  font-family: "ff-scala-web-pro";
  font-style: italic;
  margin: 5px 0;
}

.exploreBanner {
  height: 590px;
  position: relative;
}

.exploreBanner figure {
  width: 100%;
  overflow: hidden;
}

.exploreBanner .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.65);
}

.exploreBanner .container {
  position: relative;
  height: 100%;
}

.exploreBanner .bannerText {
  position: absolute;
  left: 0;
  bottom: 120px;
}

.exploreBanner .bannerText h3 {
  font-size: 46px;
  line-height: 46px;
  text-transform: uppercase;
  font-family: "proxima-nova-condensed";
  color: #fff;
  margin: 0;
  font-weight: 400;
}

.exploreBanner .bannerText p {
  margin: 0;
  font-size: 24px;
  color: #fff;
  font-family: "ff-scala-web-pro";
  font-weight: 700;
}

.bookBuy {
  background: #fff;
  height: 71px;
  border-bottom: solid 5px #eae349;
  border-top: solid 5px #eae349;
  padding: 20px 0;
}

.bookBuy input.textInput {
  font-size: 19px;
  text-transform: uppercase;
  font-family: "proxima-nova-condensed";
  color: #666666;
  margin-right: 25px;
  text-decoration: none;
  font-weight: 400;
  line-height: 23px;
  cursor: pointer;
  background-color: transparent;
  border: 0px none #ffffff;
}

.bookBuy a {
  font-size: 19px;
  text-transform: uppercase;
  font-family: "proxima-nova-condensed";
  color: #666666;
  margin-right: 25px;
  text-decoration: none;
  font-weight: 400;
  line-height: 23px;
  cursor: pointer;
  background-color: transparent;
  border: 0px none #ffffff;
}

.bookBuy a:hover {
  color: #375abf;
}

.bookBuy a.close {
  margin: 0;
  padding-right: 30px;
  position: relative;
  opacity: 1;
}

.bookBuy a.close:after {
  width: 17px;
  height: 17px;
  display: block;
  background: url("../img/sprite.png") no-repeat -139px -48px;
  content: "";
  position: absolute;
  right: 0;
  top: 2px;
}

.bookBuy.active {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}

.exploreContent {
  padding: 100px 0 60px;
  background: #fff;
}

.exploreContent h3 {
  text-align: center;
  font-size: 46px;
  font-family: "proxima-nova-condensed";
  color: #333333;
  line-height: 46px;
  font-weight: 400;
  margin: 0 0 60px 0;
}

.exploreContent p {
  font-size: 24px;
  line-height: 28px;
}

.exploreContent .authorname {
  text-align: center;
  padding: 40px 0 0;
  margin-top: 60px;
  position: relative;
  font-size: 24px;
  font-family: "ff-scala-web-pro";
  font-weight: 700;
  color: #333333;
}

.exploreContent .authorname span {
  display: block;
  font-family: "ff-scala-web-pro";
  font-style: italic;
  font-size: 16px;
}

.exploreContent .authorname:after {
  width: 140px;
  height: 2px;
  background: #cecece;
  display: block;
  content: "";
  top: 0;
  left: 50%;
  margin: 0 0 0 -70px;
  position: absolute;
}

.promotions a {
  display: block;
  color: #375abf;
}

.addressBlk {
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  margin-bottom: 20px;
}

.addressBlk a {
  color: #375abf;
}

.addressBlk strong {
  font-family: "ff-scala-web-pro";
  font-weight: 700;
}

.bookSellers {
  margin-bottom: 15px;
  min-height: 630px;
}

.bookSellers .listStyle {
  margin: 0;
  padding: 0 0 0 15px;
}

.text-center {
  text-align: center;
}

/* Popup Overlay
==================================*/
.cartPopup {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 5px;
  z-index: 25;
  display: none;
}

.cartPopup .container {
  position: relative;
}

.cartPopup .popUpArea {
  padding: 25px 0;
  background: #fff;
}

.cartPopup h3 {
  margin: 0 0 15px 0;
  text-align: center;
  font-size: 19px;
  text-transform: uppercase;
  font-family: "proxima-nova-condensed";
  color: #333333;
  font-weight: 400;
  line-height: 18px;
}

.cartPopup .cartItem {
  width: 110px;
  margin: 0px auto 10px;
  overflow: hidden;
}

.cartPopup .cartItem img {
  max-width: 100%;
}

.cartPopup .buyBtn {
  min-width: 140px;
}

.cartPopup .close {
  position: absolute;
  right: 0;
  top: 0;
  padding-right: 30px;
  font-family: "proxima-nova-condensed";
  color: #666666;
  font-weight: 400;
  font-size: 19px;
  opacity: 1;
  margin-right: 15px;
}

.cartPopup .close:hover {
  color: #333333;
}

.cartPopup .close:after {
  width: 17px;
  height: 17px;
  display: block;
  background: url("../img/sprite.png") no-repeat -139px -48px;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
}

.listStyle01 {
  margin: 0;
  font-size: 16px;
  padding: 0 0 0 15px;
}

.copyText {
  margin: 50px 0 0 0;
}

.copyText a {
  padding: 0 5px;
  color: #375abf;
}

.mobileNav {
  width: 270px;
  position: fixed;
  height: 100%;
  left: -270px;
  top: 0;
  padding: 20px 10px;
  background: #333333;
  border-top: solid 5px #eae349;
  -webkit-transition: left 0.2s ease-out;
  -o-transition: left 0.2s ease-out;
  transition: left 0.2s ease-out;
  z-index: 15;
  overflow-y: auto;
  overflow-x: hidden;
}

.mobileNav h4 {
  font-size: 28px;
  text-transform: uppercase;
  margin: 0 0 5px 0;
  line-height: 33px;
  font-family: "proxima-nova-condensed";
  font-weight: 400;
  color: #fff;
}

.mobileNav a {
  font-family: "proxima-nova-condensed";
  display: block;
  color: #fff;
  -webkit-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.mobileNav a:hover {
  text-decoration: none;
  color: #eae349;
}

.mobileNav li a {
  font-size: 17px;
}

.mobileNav .row > div {
  margin-bottom: 15px;
}

.mobileNav.act {
  left: 0;
}

.mobileNav .close {
  position: absolute;
  width: 17px;
  height: 17px;
  display: block;
  right: 20px;
  top: 20px;
  z-index: 16;
  text-indent: -9999px;
  background: url("../img/sprite.png") no-repeat -160px -48px;
}

.mobileNav::-webkit-scrollbar {
  width: 8px;
}

.mobileNav::-webkit-scrollbar-track {
  border-radius: 0;
}

.mobileNav::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.6);
}

.carousel.c-fade .item {
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

.carousel.c-fade .active.left,
.carousel.c-fade .active.right {
  left: 0;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
}

.carousel.c-fade .next,
.carousel.c-fade .prev {
  left: 0;
  z-index: 1;
}

.carousel.c-fade .carousel-control {
  z-index: 3;
}

.savings-corner {
  position: absolute;
  top: 0;
  left: 0;
  width: 10rem;
  padding: 0.7rem 0 0.3rem 0.7rem;
  z-index: 1;
  color: white;
  font-weight: 700;
  pointer-events: none;
  font-size: 1.2em;
  line-height: 1.3;
  text-align: left;
  box-sizing: border-box;
}

.savings-corner:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  border-style: solid;
  box-sizing: border-box;
  border-width: 8rem 8rem 0 0;
  border-color: #e35441 transparent transparent transparent;
  z-index: -1;
}

/* Book catalog stuff */
.catalogBook {
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  margin: 10px 0;
}

.catalogDetails .bookCover {
  padding-bottom: 20px;
}

.catalogDetails .reviewBox h5, .catalogDetails .reviewBox h4 {
  color: #e35441;
}

.catalogDetails .sidebar p {
  text-align: right;
  color: #aaaaaa;
  font-family: "proxima-nova-condensed";
}

.catalogDetails > div {
  padding: 10px;
}

.catalogDetails h2, .catalogDetails .headerFont {
  font-family: "proxima-nova-condensed";
}

.catalogDetails .catHead {
  font-weight: 600;
  line-height: 1.1;
}

.catalogDetails .catHead a {
  color: #e35441;
  text-decoration: none;
}

.catalogDetails .bookDiscrip {
  margin-top: 25px;
}

.catalogDetails .blackText {
  font-family: "ff-scala-web-pro";
  text-transform: none;
  display: inline-block;
  width: 100%;
  padding-top: 20px;
}

.catalogDetails .redText {
  font-family: "ff-scala-web-pro";
  text-transform: none;
  color: #e35441;
  font-weight: 500;
  display: inline-block;
  line-height: 1.1;
}

.catalogDetails h2 {
  color: #e35441;
  font-size: 2em;
  margin: 0;
  padding: 0;
}

.catalogDetails .reviewBox {
  margin-bottom: 10px;
}

.catalogDetails .reviewBox p:last-of-type {
  margin: 0;
  padding: 0.25rem;
}

.catalogDetails .reviewBox h4 {
  line-height: 1.1;
}

.catalogDetails h4 {
  color: #333333;
}

.catalogDetails h4.author {
  font-family: "ff-scala-web-pro";
  color: #e35441;
  text-transform: none;
  display: inline-block;
  width: 100%;
  padding-top: 20px;
  font-weight: 700;
}

.catalogDetails .autherMsg p {
  margin: 10px 0 15px 0;
}

.catalogDetails .infoBlock p {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  font-family: "proxima-nova-condensed";
  font-weight: 400;
  color: #333333;
}

.catalogDetails .infoBlock p label {
  color: #666666;
  margin: 0 10px 0 0;
  font-weight: 400;
  text-transform: uppercase;
}

.catalogDetails .infoBlock p a {
  color: #375abf;
}

.catalogDetails .infoBlock.infoBlockPremo p {
  line-height: 22px;
}

.special-nomargin {
  margin: 0 !important;
  padding: 0 !important;
}

.special-bottomborder {
  border-bottom: 5px solid #eae349;
  padding-bottom: 6px;
  margin-bottom: 20px;
}

@media (min-width: 641px) {
  #sitewide-banner {
    white-space: nowrap;
    overflow-x: hidden;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  .xxs-fullwidth {
    width: 100%;
  }
  .navbar .topLinks a i {
    top: -15px;
  }
  .navbar .topLinks a i.fa {
    top: -15px;
  }
  .wysiwyg table, .wysiwyg tbody, .wysiwyg tr, .wysiwyg th, .wysiwyg td, .wysiwyg tfoot {
    border: 0;
    display: block;
    padding: 0;
    text-align: left;
    white-space: normal;
  }
  .wysiwyg thead {
    display: none;
  }
  .wysiwyg .inlineme, .wysiwyg .inlineme span, .wysiwyg tfoot th, .wysiwyg tfoot td {
    display: inline !important;
  }
  body {
    position: relative;
    left: 0;
    overflow-x: hidden;
    -webkit-transition: left 0.2s ease-out;
    -o-transition: left 0.2s ease-out;
    transition: left 0.2s ease-out;
  }
  body.mobNav {
    overflow-x: hidden;
    overflow-y: auto;
    left: 270px;
    top: 0;
  }
  header {
    padding: 10px 0 0 0;
    min-height: 0;
  }
  header .headArea {
    padding: 0;
    position: relative;
    margin-top: -15px;
  }
  header .navbar-brand {
    height: 65px;
    margin: 15px auto;
    float: none;
    display: block;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
  header .dropDownMenu {
    padding-top: 60px;
    padding-bottom: 15px;
  }
  header .dropDownMenu .container > div {
    margin-bottom: 15px;
  }
  .navbar {
    margin-bottom: 0;
  }
  .navbar .searchBox {
    float: right;
    width: auto;
    margin-right: 34px;
  }
  .navbar .searchBox .form-control {
    position: relative;
    left: 30px;
    top: -20px;
    font-size: 20px;
    margin-top: 0;
    width: 102px;
    height: 19px;
  }
  .navbar .searchBox label i {
    margin: 0;
    top: 8px;
  }
  .navbar .topLinks a {
    margin-left: 8px;
  }
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .innerContainer {
    margin: 10px 0;
  }
  .innerContainer.whiteBG {
    margin-top: -30px;
  }
  .latestBook {
    margin-bottom: 12px;
  }
  .latestBook img {
    min-width: 100%;
    max-width: 100%;
  }
  .bkList {
    min-height: inherit;
  }
  .bkList figure img {
    min-width: 100%;
    max-width: 100%;
  }
  .mainBlock {
    margin-bottom: 25px;
  }
  .mainBlock.smallMargin {
    margin-bottom: 25px;
  }
  .bookBlocks {
    height: 100%;
    min-height: 330px;
    padding-bottom: 30px;
  }
  .bookBlocks figure {
    height: 100%;
    margin-bottom: 5px;
  }
  .bookBlocks figure img {
    min-width: 100%;
    max-width: 100%;
  }
  footer {
    padding: 35px 20px 50px;
  }
  footer .footerLogo {
    margin-bottom: 30px;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    margin-left: -10px;
  }
  footer .newsLetter {
    margin: 30px 0;
  }
  footer h5 {
    margin-bottom: 30px;
  }
  .detailsPage .subHead {
    margin-bottom: 15px;
  }
  .cartItem .cartLeft {
    margin-bottom: 20px;
  }
  .cartItem label {
    margin-bottom: 15px;
  }
  .cartItem .remove .removeIcon {
    margin: 3px 0;
  }
  .cartBtns .cartbt {
    text-align: left;
  }
  .cartBtns button {
    display: block;
    min-width: 190px;
    margin-bottom: 10px;
  }
  .cartChkOut .chkOutBlk {
    margin-bottom: 20px;
  }
  .reviewOdr .buyBtn {
    float: right;
  }
  .conctBnr img {
    max-width: 100%;
  }
  .contactForm .buyBtn, .newsletter .buyBtn {
    min-width: 110px;
  }
  .subMenuHead a {
    margin-right: 15px;
  }
  .contactForm, .newsletter {
    min-height: inherit;
  }
  .contactForm:before, .contactForm:after, .newsletter:before, .newsletter:after {
    content: " ";
    display: table;
  }
  .contactForm:after, .newsletter:after {
    clear: both;
  }
  .exploreBanner .overlay {
    padding: 0 15px;
  }
  .bookBuy {
    height: auto;
  }
  .bookBuy a {
    display: block;
    line-height: 30px;
  }
  .bookBuy .container {
    position: relative;
  }
  .bookBuy a.close {
    position: absolute;
    right: 0;
    top: 0;
  }
  .bookBuy a.close:after {
    right: 8px;
    top: 4px;
  }
  .exploreContent {
    padding: 60px 0 40px 0;
  }
  .exploreContent h3 {
    font-size: 45px;
  }
  .exploreContent p {
    font-size: 20px;
    line-height: 24px;
  }
  .conactDtls.videoBox {
    min-height: inherit;
    margin-bottom: 15px;
  }
  .bookSellers {
    min-height: inherit;
  }
  .popUpArea {
    text-align: center;
  }
  .popUpArea .container {
    padding-top: 40px;
  }
  .cartPopup .buyBtn {
    min-width: 125px;
  }
  .bookDetails .bookCover img {
    width: 100%;
  }
  .reviewArea {
    margin-bottom: 30px;
  }
  .bookBanner {
    margin-bottom: 0;
  }
  .tagBlock {
    font-size: 18px;
  }
  .carousel-inner > .item > a > img {
    min-width: 150%;
    margin-left: -25%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
  .orderqty {
    position: relative;
    top: -1em;
  }
  .navbar .topLinks a i {
    top: -15px;
  }
  .navbar .topLinks a i.fa {
    top: -15px;
  }
  body {
    position: relative;
    left: 0;
    overflow-x: hidden;
    -webkit-transition: left 0.2s ease-out;
    -o-transition: left 0.2s ease-out;
    transition: left 0.2s ease-out;
  }
  body.mobNav {
    overflow-x: hidden;
    overflow-y: auto;
    left: 270px;
    top: 0;
  }
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  header {
    padding: 10px 0;
    min-height: 160px;
  }
  header .headArea {
    padding: 20px 0;
  }
  header h1 {
    font-size: 24px;
  }
  .latestBook {
    margin-bottom: 12px;
  }
  .latestBook img {
    min-width: 100%;
    max-width: 100%;
  }
  .bkList {
    min-height: 350px;
  }
  .bkList figure img {
    min-width: 100%;
  }
  .mainBlock {
    margin-bottom: 35px;
  }
  .navbar {
    margin-bottom: 20px;
  }
  .navbar .searchBox {
    float: right;
    width: inherit;
    margin-right: 34px;
  }
  .navbar .searchBox .form-control {
    position: relative;
    left: 30px;
    top: -20px;
    margin-top: 0;
    font-size: 20px;
    width: 192px;
    height: 19px;
  }
  .navbar .searchBox label i {
    margin: 0;
    top: 8px;
  }
  .navbar .topLinks a {
    margin-left: 15px;
  }
  .navbar .topLinks i.fa {
    top: -15px !important;
  }
  .bookBlocks {
    height: 316px;
  }
  .bookBlocks figure {
    height: 266px;
  }
  .bookBlocks figure img {
    min-width: 100%;
    max-width: 100%;
  }
  footer {
    padding-bottom: 20px;
  }
  footer h5 {
    margin-bottom: 30px;
  }
  .connetFooter {
    margin-top: 25px;
  }
  .detailsPage .subHead {
    margin-bottom: 15px;
  }
  .cartItem .cartLeft {
    margin-bottom: 20px;
  }
  .cartItem label {
    margin-bottom: 15px;
  }
  .cartItem .remove .removeIcon {
    margin: 3px 0;
  }
  .cartBtns .cartbt {
    text-align: left;
  }
  .cartBtns button {
    display: block;
    min-width: 190px;
    margin-bottom: 10px;
  }
  .cartChkOut .chkOutBlk {
    margin-bottom: 20px;
  }
  .reviewOdr .buyBtn {
    float: right;
  }
  .conctBnr img {
    max-width: 100%;
  }
  .contactForm .buyBtn, .newsletter .buyBtn {
    width: 110px;
  }
  .subMenuHead a {
    margin-right: 15px;
  }
  .contactForm, .newsletter {
    min-height: inherit;
  }
  .contactForm:before, .contactForm:after, .newsletter:before, .newsletter:after {
    content: " ";
    display: table;
  }
  .contactForm:after, .newsletter:after {
    clear: both;
  }
  .exploreBanner .overlay {
    padding: 0 15px;
  }
  .conactDtls.videoBox {
    min-height: inherit;
    margin-bottom: 15px;
  }
  .bookSellers {
    min-height: inherit;
  }
  .popUpArea {
    text-align: center;
  }
  .popUpArea .container {
    padding-top: 40px;
  }
  .cartPopup .buyBtn {
    min-width: 125px;
  }
  .copyText {
    margin: 0 0 20px 0;
  }
  .quickViewPop .popUpOvrFlw {
    height: 90%;
  }
  .quickViewPop h3 {
    font-size: 22px;
    margin: 0 0 0px;
    line-height: 24px;
  }
  .quickViewPop p {
    font-size: 18px;
    line-height: 20px;
    margin: 10px 0;
  }
  .quickViewPop a.coverView {
    bottom: 7px;
  }
  .reviewArea {
    margin-bottom: 30px;
  }
  .bookDetails .bookCover {
    height: auto;
    margin-bottom: 20px;
    overflow: hidden;
  }
  .bookDetails .bookCover img {
    height: inherit;
    width: inherit;
  }
  .bookDtlsRight .detailsBlock {
    margin-bottom: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  body {
    position: relative;
    left: 0;
    overflow-x: hidden;
    -webkit-transition: left 0.2s ease-out;
    -o-transition: left 0.2s ease-out;
    transition: left 0.2s ease-out;
  }
  body.mobNav {
    overflow-x: hidden;
    overflow-y: auto;
    left: 270px;
    top: 0;
  }
  .latestBook {
    margin-bottom: 12px;
  }
  .latestBook img {
    min-width: 100%;
    max-width: 100%;
  }
  .bkList {
    min-height: 366px;
  }
  .bkList figure img {
    min-width: 100%;
  }
  /* just testing something */
  .hpBookList figcaption p {
    height: 120px !important;
  }
  .bookBlocks {
    height: 420px;
  }
  .bookBlocks figure {
    height: 370px;
  }
  .bookBlocks figure img {
    min-width: 100%;
    max-width: 100%;
  }
  .conactDtls.videoBox {
    min-height: 365px;
    max-height: 365px;
  }
  .bookSellers {
    min-height: 700px;
  }
  .bannerRight .bkList {
    min-height: 270px;
  }
  .bannerRight .bkList figure {
    height: 125px;
  }
  .bannerRight .bkList figure p {
    display: none;
  }
  .bookDetails .bookCover img {
    width: 100%;
  }
  .bookDetails .bookCover.premoPic {
    overflow: hidden;
  }
  .bookDetails .bookCover.premoPic img {
    max-width: 100%;
  }
  .newsletter {
    min-height: 363px;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
  .col-lg-6 .latestBook img {
    height: 700px;
  }
  .bookDetails .bookCover.premoPic {
    margin-bottom: 0;
  }
}

/* Landscape phones and smaller */
@media (max-width: 480px) {
  .quickViewPop .popUpOvrFlw {
    height: 90%;
  }
  .quickViewPop h3 {
    font-size: 22px;
    margin: 0 0 0px;
    line-height: 24px;
  }
  .quickViewPop p {
    font-size: 18px;
    line-height: 20px;
    margin: 10px 0;
  }
  .quickViewPop a.coverView {
    bottom: 7px;
  }
}

/* Smaller than medium */
@media (min-width: 600px) and (max-width: 767px) {
  .buttonsRow {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .buyBtn.fullWidth {
    height: auto;
    width: auto;
    flex-shrink: 1;
    margin-right: 10px;
    flex-grow: 1;
  }
  .buyBtn.fullWidth:last-child {
    margin-right: 0;
  }
}

@media (max-width: 350px) {
  .buyBtn.fullWidth {
    height: auto;
  }
}

.contentLayers {
  padding-right: 10px;
  box-sizing: border-box;
}

.block-content {
  padding: 0;
  margin: 1.6rem 0;
}

.block-content p:first-child {
  margin-top: 0;
}

.block-figure {
  padding: 0;
  height: auto;
  overflow: hidden;
  margin-top: 0.4rem;
  margin-bottom: 1.6rem;
}

.block-figure .float-left, .block-figure.float-left {
  float: left;
  margin-right: 15px;
  margin-left: 0;
}

.block-figure .float-right, .block-figure.float-right {
  float: right;
  margin-left: 15px;
  margin-right: 0;
}

.block-figure .figure-image {
  position: relative;
}

.block-figure .figure-image p.overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  margin: 0;
  padding: 0.8rem;
}

.block-figure .figure-image,
.block-figure img {
  width: 100%;
}

.block-figure.figure-fullwidth, .block-figure.figure-listicle {
  width: 100%;
  margin: 1.6rem 0;
  max-height: 800px;
  float: none;
  clear: both;
}

.block-figure.figure-halfwidth {
  width: calc(50% - 15px);
  height: auto;
  max-height: 600px;
  overflow: hidden;
}

.block-figure.figure-thirdwidth {
  width: calc(33% - 15px);
  height: auto;
  max-height: 500px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .block-figure {
    float: none !important;
    width: 100% !important;
    margin: 1rem 0 !important;
  }
}

.block-figure.figure-small,
.block-figure .figure-small {
  width: 22.5%;
  height: auto;
  max-height: 300px;
  overflow: hidden;
}

.block-figure.figure-small + figcaption > p:first-child, .block-figure.figure-small + figcaption > h4:first-child,
.block-figure .figure-small + figcaption > p:first-child,
.block-figure .figure-small + figcaption > h4:first-child {
  margin-top: 0.4rem;
}

@media (max-width: 767px) {
  .block-figure.figure-small,
  .block-figure .figure-small {
    max-height: none !important;
    text-align: center !important;
  }
}

@media (max-width: 767px) {
  .block-figure.figure-small img,
  .block-figure .figure-small img {
    width: 35% !important;
    margin: 0 auto !important;
  }
}

@media (max-width: 991px) {
  .block-figure.figure-listicle .figure-small {
    width: 40% !important;
  }
}

@media (max-width: 767px) {
  .block-figure.figure-listicle .figure-small {
    width: 100% !important;
    float: none;
    margin-bottom: 1.3rem;
  }
}

.block-figure figcaption .more {
  color: #375abf;
  font-size: 17px;
  font-family: "proxima-nova-condensed";
}

.block-figure figcaption .more i {
  width: 17px;
  height: 12px;
  display: inline-block;
  margin-right: 4px;
  background: url("../img/sprite.png") no-repeat -151px 0;
  position: relative;
  top: 1px;
}

.block-figure + .block-content,
.block-figure + .block-content > p:first-child,
.block-figure + .block-content > div:first-child {
  margin-top: 0.4rem;
}

.figure-listicle figcaption p:first-child {
  margin-top: 0;
}

.blocks-wysiwyg .figure-fullwidth:first-child {
  margin-top: 0 !important;
}

.blocks-wysiwyg .figure-halfwidth.float-left + .figure-halfwidth.float-left {
  margin-right: 0;
}

.blocks-wysiwyg .figure-halfwidth.float-right + .figure-halfwidth.float-right {
  margin-left: 0;
}

.blocks-wysiwyg .figure-thirdwidth.float-left + .figure-thirdwidth.float-left + .figure-thirdwidth.float-left {
  margin-right: 0;
}

.blocks-wysiwyg .figure-thirdwidth.float-right + .figure-thirdwidth.float-right + .figure-thirdwidth.float-right {
  margin-left: 0;
}

.blocks-wysiwyg .text-justified {
  text-align: justify;
}

.blocks-wysiwyg p.small {
  font-size: 14px;
  margin: 0.8rem 0;
}

.blocks-wysiwyg hr {
  border: 0;
  height: 1px;
}

.blocks-wysiwyg hr.border-wide {
  height: 5px;
}

.blocks-wysiwyg h3 {
  font-size: 36px;
  font-family: "proxima-nova-condensed";
  line-height: 28px;
  font-weight: 400;
  text-transform: uppercase;
  color: #333333;
  margin: 3.2rem 0 1.6rem 0;
}

.blocks-wysiwyg h3.border {
  padding-bottom: 5px;
}

.blocks-wysiwyg h4 {
  font-size: 19px;
  line-height: 18px;
  text-transform: uppercase;
  margin: 2.4rem 0 1.6rem 0;
  font-family: "proxima-nova-condensed";
  color: #333333;
  font-weight: 400;
}

.blocks-wysiwyg h4.border {
  padding-bottom: 5px;
}

.blocks-wysiwyg h4.color-red {
  color: #e35441;
}

.blocks-wysiwyg h4.color-red a {
  color: #e35441;
}

.blocks-wysiwyg h4.color-gray {
  color: #58595b;
}

.blocks-wysiwyg h4.color-gray a {
  color: #58595b;
}

.blocks-wysiwyg .border-bottom-gray {
  border-bottom: 1px solid #e8e8e8;
}

.blocks-wysiwyg .border-bottom-red {
  border-bottom: 1px solid #e35441;
}

.blocks-wysiwyg .border-bottom-yellow {
  border-bottom: 1px solid #eae349;
}

.blocks-wysiwyg .border-top-gray {
  border-top: 1px solid #e8e8e8;
}

.blocks-wysiwyg .border-top-red {
  border-top: 1px solid #e35441;
}

.blocks-wysiwyg .border-top-yellow {
  border-top: 1px solid #eae349;
}

.blocks-wysiwyg .border-horizontal-gray {
  padding: 1.6rem 0;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}

.blocks-wysiwyg .border-horizontal-gray p:last-child {
  margin-bottom: 0;
}

.blocks-wysiwyg .border-horizontal-red {
  padding: 1.6rem 0;
  border-top: 1px solid #e35441;
  border-bottom: 1px solid #e35441;
}

.blocks-wysiwyg .border-horizontal-red p:last-child {
  margin-bottom: 0;
}

.blocks-wysiwyg .border-horizontal-yellow {
  padding: 1.6rem 0;
  border-top: 1px solid #eae349;
  border-bottom: 1px solid #eae349;
}

.blocks-wysiwyg .border-horizontal-yellow p:last-child {
  margin-bottom: 0;
}

.blocks-wysiwyg .border-wide {
  border-width: 5px;
}

.blocks-wysiwyg .figure-bookitem {
  padding: 1.6rem 0;
  margin: 1.6rem 0;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}

.blocks-wysiwyg .figure-bookitem + .figure-bookitem {
  margin-top: 0;
  padding-top: 0;
  border-top: 0px none transparent;
}

.block-pullquote,
.block-pullquote p {
  font-size: 24px;
  line-height: 30px;
  font-style: normal;
  text-align: center;
}

.block-pullquote em,
.block-pullquote i,
.block-pullquote p em,
.block-pullquote p i {
  font-style: italic;
}

.block-pullquote.citation,
.block-pullquote p.citation {
  margin-bottom: 0;
  margin-top: 0rem;
}

.block-pullquote.citation,
.block-pullquote.citation cite,
.block-pullquote p.citation,
.block-pullquote p.citation cite {
  text-align: right;
  font-style: normal;
}

.block-pullquote.citation em,
.block-pullquote.citation i,
.block-pullquote.citation cite em,
.block-pullquote.citation cite i,
.block-pullquote p.citation em,
.block-pullquote p.citation i,
.block-pullquote p.citation cite em,
.block-pullquote p.citation cite i {
  font-style: italic;
}

.blocks-wysiwyg.blocks-sidebar .block-pullquote,
.blocks-wysiwyg.blocks-sidebar .block-pullquote p {
  font-size: 21px;
  line-height: 26px;
  font-style: normal;
  text-align: center;
}

.blocks-wysiwyg.blocks-sidebar h4 {
  font-size: 19px;
  line-height: 18px;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  font-family: "proxima-nova-condensed";
  color: #333333;
  font-weight: 400;
}

.blocks-wysiwyg.blocks-sidebar .detailsTable {
  border: 0;
  width: 100%;
  margin: 1.6rem 0;
  table-layout: fixed;
}

.blocks-wysiwyg.blocks-sidebar .detailsTable th, .blocks-wysiwyg.blocks-sidebar .detailsTable td {
  font-size: 19px;
  line-height: 24px;
  font-family: "proxima-nova-condensed";
  font-weight: 400;
  vertical-align: top;
  padding: 4px 0;
}

.blocks-wysiwyg.blocks-sidebar .detailsTable th {
  width: 35%;
  color: #666666;
  padding-right: 10px;
}

.blocks-wysiwyg.blocks-sidebar .detailsTable td {
  color: #333333;
}

.blocks-wysiwyg.blocks-sidebar .detailsTable td a {
  display: block;
  width: 100%;
}
