/* reset.css */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
}
ol,
ul {
  list-style: none;
}
figure {
  margin: 0;
}
blockquote,
q {
  quotes: none;
}
/* remember to define focus styles! */

:focus {
  outline: 0;
}
/* remember to highlight inserts somehow! */

ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */

table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* clearfix */

.clearfix:after {
  line-height: 0;
  height: 0;
  content: ".";
  clear: both;
  visibility: hidden;
}
* html .clearfix {
  height: 1%;
}
br.clear {
  height: 0;
  clear: both;
}
.textLeft {
  text-align: left;
}
.textCenter {
  text-align: center;
}
.textRight {
  text-align: right;
}
/*!
 * Bootstrap v3.3.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=fca40d1d7aa5d40911ce)
 * Config saved to config.json and https://gist.github.com/fca40d1d7aa5d40911ce
 */

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.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: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  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: #337ab7;
}
.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 #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: white;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 1024px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 1024px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: white;
  }
}
.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: white;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 1024px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 1024px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: white;
  }
}
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.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;
}
@media (min-width: 1024px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 1024px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 1024px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !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-device-width: 1024px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 1024px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 1024px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 1024px) {
  .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 > img {
  display: block;
}
@media (min-width: 1024px) {
  .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: 65px;
  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: 1024px) {
  .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: 1024px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    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: 1024px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.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 (min-width: 1024px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 1024px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .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-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-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 1024px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 1024px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    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: #555555;
    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: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: white;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: white;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: white;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: white;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: white;
}
@media (max-width: 1024px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: white;
    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: white;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: white;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: white;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.clearfix:before,
.clearfix:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}
.clearfix:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse: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;
}
@media (min-width: 1024px) {
  .nav > li {
    display: inline;
  }
  .nav > li > a {
    display: inline;
    padding: 0;
  }
}
/*!
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=56c9efe6ae755db2976e)
 * Config saved to config.json and https://gist.github.com/56c9efe6ae755db2976e
 */

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
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-color: 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: yellow;
  color: black;
}
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;
  -webkit-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"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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 silver;
  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;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -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: transparent;
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: white;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
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.42857143;
  background-color: white;
  border: 1px solid #dddddd;
  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;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: white;
  background-color: #337ab7;
}
a.bg-primary:hover {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: white;
  background-color: #333333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: whitesmoke;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@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: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@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-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  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.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: white;
  background-image: none;
  border: 1px solid #cccccc;
  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, -webkit-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 {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  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 {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  min-height: 32px;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  min-height: 38px;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .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,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  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,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  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,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  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 ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .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: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  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,
.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,
.btn.focus {
  color: #333333;
  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: #333333;
  background-color: white;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: white;
  border-color: #cccccc;
}
.btn-default .badge {
  color: white;
  background-color: #333333;
}
.btn-primary {
  color: white;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: white;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: white;
}
.btn-success {
  color: white;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: white;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: white;
}
.btn-info {
  color: white;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: white;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: white;
}
.btn-warning {
  color: white;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: white;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: white;
}
.btn-danger {
  color: white;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: white;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: white;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.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: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  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%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.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: white;
  border: 1px solid #cccccc;
  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);
  -webkit-background-clip: padding-box;
  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.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: whitesmoke;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: white;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.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.42857143;
  color: #777777;
  white-space: nowrap;
}
.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 {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 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-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: whitesmoke;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #777777;
}
.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,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .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;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: black;
  text-shadow: 0 1px 0 white;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: black;
  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;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: white;
  border: 1px solid #999999;
  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);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: black;
}
.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.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.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;
}
@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;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.modal-footer: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;
}
.affix {
  position: fixed;
}
@-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;
  }
}
/*!
 * Bootstrap v3.3.2 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=ef5e3db410b7112043c3)
 * Config saved to config.json and https://gist.github.com/ef5e3db410b7112043c3
 */

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
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-color: 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: yellow;
  color: black;
}
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;
  -webkit-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"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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 silver;
  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;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -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: transparent;
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: white;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  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.42857143;
  background-color: white;
  border: 1px solid #dddddd;
  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;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: white;
  background-color: #337ab7;
}
a.bg-primary:hover {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@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: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@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-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  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.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: white;
  background-image: none;
  border: 1px solid #cccccc;
  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, -webkit-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;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  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="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .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,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  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,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  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,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  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 ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .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: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  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,
.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,
.btn.focus {
  color: #333333;
  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: #333333;
  background-color: white;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: white;
  border-color: #cccccc;
}
.btn-default .badge {
  color: white;
  background-color: #333333;
}
.btn-primary {
  color: white;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: white;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: white;
}
.btn-success {
  color: white;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: white;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: white;
}
.btn-info {
  color: white;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: white;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: white;
}
.btn-warning {
  color: white;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: white;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: white;
}
.btn-danger {
  color: white;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: white;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: white;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.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: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  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%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.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: white;
  border: 1px solid #cccccc;
  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);
  -webkit-background-clip: padding-box;
  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.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: whitesmoke;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: white;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.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.42857143;
  color: #777777;
  white-space: nowrap;
}
.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 {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 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-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: whitesmoke;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #777777;
}
.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,
.embed-responsive video {
  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%;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group: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;
}
@-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;
  }
}
/*! jQuery UI - v1.11.2 - 2014-12-03
* http://jqueryui.com
* Includes: core.css
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  min-height: 0;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ui-front {
  z-index: 100;
}
.ui-state-disabled {
  cursor: default !important;
}
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-multiselect {
  padding: 2px 0 2px 4px;
  text-align: left;
}
.ui-multiselect span.ui-icon {
  float: right;
}
.ui-multiselect-single .ui-multiselect-checkboxes input {
  position: absolute !important;
  top: auto !important;
  left: -9999px;
}
.ui-multiselect-single .ui-multiselect-checkboxes label {
  padding: 5px !important;
}
.ui-multiselect-header {
  margin-bottom: 3px;
  padding: 3px 0 3px 4px;
}
.ui-multiselect-header ul {
  font-size: 0.9em;
}
.ui-multiselect-header ul li {
  float: left;
  padding: 0 10px 0 0;
}
.ui-multiselect-header a {
  text-decoration: none;
}
.ui-multiselect-header a:hover {
  text-decoration: underline;
}
.ui-multiselect-header span.ui-icon {
  float: left;
}
.ui-multiselect-header li.ui-multiselect-close {
  float: right;
  text-align: right;
  padding-right: 0;
}
.ui-multiselect-menu {
  display: none;
  padding: 3px;
  position: absolute;
  z-index: 10000;
  text-align: left;
}
.ui-multiselect-checkboxes {
  position: relative/* fixes bug in IE6/7 */;
  overflow-y: auto;
}
.ui-multiselect-checkboxes label {
  cursor: default;
  display: block;
  border: 1px solid transparent;
  padding: 3px 1px;
}
.ui-multiselect-checkboxes label input {
  position: relative;
  top: 1px;
}
.ui-multiselect-checkboxes li {
  clear: both;
  font-size: 0.9em;
  padding-right: 3px;
}
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label {
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid;
}
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a {
  display: block;
  padding: 3px;
  margin: 1px 0;
  text-decoration: none;
}
/* remove label borders in IE6 because IE6 does not support transparency */

* html .ui-multiselect-checkboxes label {
  border: none;
}
/**
 * Description: styles related to aTools.
 * User: Manuel Nogueira
 * Date: 18/November/2014
**/

.demoMode {
  top: 0;
  right: 0;
  width: 196px;
  height: 197px;
  overflow: hidden;
  cursor: pointer;
  z-index: 9999999;
  position: fixed;
  line-height: 1000em;
  text-indent: 1000em;
  background-image: url('../../images/demo.png');
  background-repeat: no-repeat;
}
.scrollbar-measure {
  width: 100px;
  height: 100px;
  overflow: scroll;
  position: absolute;
  top: -9999px;
}
#screenSize {
  background: blue;
  z-index: 9999;
  width: 200px;
  height: 20px;
  position: fixed;
  top: 0;
  left: 0;
  color: red;
}
#toggleGuides {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
}
#guides {
  position: fixed;
  height: 100%;
  top: -15px;
  left: 0;
  bottom: -15px;
  right: 0;
  margin: 0 auto;
  z-index: 9000;
  pointer-events: none;
  overflow: hidden;
  padding: 0px;
}
#guides div {
  height: 100%;
}
#guides > .container > .row > div {
  float: left;
  outline: 1px solid lightblue;
  outline-offset: -15px;
  background-clip: content-box;
  opacity: 1;
}
#guides > .container > .row.outGutter {
  border-left: 1px solid lightblue;
  border-right: 1px solid lightblue;
}
/* Sticky Footer */

/*
html, body{
  height: 100%;
}
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  */

/* Negative indent footer by it's height */

/*

  margin: 0 auto -195px;
}
#wrap > hr#pushFooter
{
  border: 0;
  margin: 0;
  height: 195px;
}
footer#footerWrapper
{
  height: 195px;
}
*/

/* classes for bootstrap */

.pull-none {
  float: none !important;
}
.noPadding {
  padding: 0;
}
.noPadding-left {
  padding-left: 0;
}
.noPadding-right {
  padding-right: 0;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.bootbox.modal.fade {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
}
/* ------------
        MEDIA QUERIES
        --------------- */

@media (max-width: 480px) {
  .verticalTableHolder {
    max-width: 100%;
    overflow-x: auto;
  }
  .verticalTableHolder > table {
    width: auto !important;
  }
  .verticalTableHolder > table th,
  .verticalTableHolder > table td {
    min-width: 130px;
    height: 50px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  #guides > .container > .row > div {
    background: blue;
    background-clip: content-box;
    opacity: 0.2;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #guides > .container > .row > div {
    background: green;
    background-clip: content-box;
    opacity: 0.2;
  }
}
@media (min-width: 992px) {
  #guides > .container > .row > div {
    background: red;
    background-clip: content-box;
    opacity: 0.2;
  }
}
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */

/** RESET AND LAYOUT
===================================*/

/*.bx-wrapper {
	position: relative;
	margin: 0 auto 25px;
	padding: 0;
  z-index: 1;
	*zoom: 1;
}*/

.bx-wrapper img {
  max-width: 100%;
  display: block;
}
/** THEME
===================================*/

.bx-wrapper .bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
  display: none;
}
/* LOADER */

.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../../images/loader.GIF) center center no-repeat black;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #666666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: black;
}
/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
  left: 10px;
}
.bx-wrapper .bx-next {
  right: 10px;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 40px;
  text-indent: -9999px;
  z-index: 6000;
  transform: translate(-50%, 0);
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: white;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}
/*! jQuery UI - v1.11.2 - 2014-12-03
* http://jqueryui.com
* Includes: core.css
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  min-height: 0;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ui-front {
  z-index: 100;
}
.ui-state-disabled {
  cursor: default !important;
}
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bootstrap-select {
  /*width: 220px\9; IE8 and below*/
  width: 220px;
  /*IE9 and below*/

}
.bootstrap-select > .btn {
  width: 100%;
  padding-right: 25px;
}
.error .bootstrap-select .btn {
  border: 1px solid #b94a48;
}
.control-group.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select .btn:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row-fluid .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-search .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.input-append .bootstrap-select.btn-group {
  margin-left: -1px;
}
.input-prepend .bootstrap-select.btn-group {
  margin-right: -1px;
}
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group .btn .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.bootstrap-select.btn-group .btn .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group[class*="col-"] .btn {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  z-index: 1035;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.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(100, 177, 216, 0.4);
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: whitesmoke;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: whitesmoke;
  margin: 0 5px;
}
.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;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .btn {
  z-index: 1036;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom-width: 7px;
  border-bottom-style: solid;
  border-bottom-color: #cccccc;
  border-bottom-color: rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  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-bottom: 0;
  border-top-width: 7px;
  border-top-style: solid;
  border-top-color: #cccccc;
  border-top-color: rgba(204, 204, 204, 0.2);
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  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;
}
.bs-searchbox,
.bs-actionsbox {
  padding: 4px 8px;
}
.bs-actionsbox {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox input.form-control {
  margin-bottom: 0;
  width: 100%;
}
.mobile-device {
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100% !important;
  opacity: 0;
}
/**
 * Description: styles related to Backgrounds
 * User: Manuel Nogueira
 * Date: 18/November/2014
**/

.vertical-align {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.center-align {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}
.hideButtonsTest {
  overflow: hidden;
  text-indent: -500px;
  line-height: 500px;
}
.bx-controls-direction a,
.has-js .labelCheck,
.has-js .labelRadio,
.categories > li .check {
  background-image: url("/files/templates/designs/fifthfield/images/sprite.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}
#wrapperMainContainer {
  background-repeat: no-repeat;
  background-position: center top;
}
#wrapperMainContainer.watermark:before {
  width: 100%;
  height: 100%;
}
#wrapperMainContainer.fixedImage {
  background-attachment: fixed;
  background-position: center 50%;
}
#wrapperMainContainer.largeImage {
  background-size: 100%;
}
#wrapperMainContainer.grayscale {
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -ms-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
}
#wrapperMainContainer.transparency_0:before {
  background: white;
}
#wrapperMainContainer.transparency_10:before {
  background: rgba(255, 255, 255, 0.9);
}
#wrapperMainContainer.transparency_20:before {
  background: rgba(255, 255, 255, 0.8);
}
#wrapperMainContainer.transparency_30:before {
  background: rgba(255, 255, 255, 0.7);
}
#wrapperMainContainer.transparency_40:before {
  background: rgba(255, 255, 255, 0.6);
}
#wrapperMainContainer.transparency_50:before {
  background: rgba(255, 255, 255, 0.5);
}
#wrapperMainContainer.transparency_60:before {
  background: rgba(255, 255, 255, 0.4);
}
#wrapperMainContainer.transparency_70:before {
  background: rgba(255, 255, 255, 0.3);
}
#wrapperMainContainer.transparency_80:before {
  background: rgba(255, 255, 255, 0.2);
}
#wrapperMainContainer.transparency_90:before {
  background: rgba(255, 255, 255, 0.1);
}
#wrapperMainContainer.transparency_100:before {
  background: rgba(255, 255, 255, 0);
}
#ecomMenu > ul > li > ul > li {
  background-image: url("/files/templates/designs/fifthfield/images/plus.png");
  background-repeat: no-repeat;
  background-position: -50px 15px;
}
#productDescription .rating > li i,
#reviewsContainer .rating > li i,
#productRatings .rating > li i,
.reviewRating .rating > li i,
.averageRating .rating > li i,
.itemCreatorForm .rate label {
  background-image: url("/files/templates/designs/fifthfield/images/tendas.png");
  background-repeat: no-repeat;
}
.productList .rating > li i {
  background-image: url("/files/templates/designs/fifthfield/images/tendasSmall.png");
  background-repeat: no-repeat;
}
.has-js .labelCheck,
.categories > li .check {
  background-position: 0 -230px;
}
.has-js label.c_on,
.categories > li.active .check {
  background-position: 0 -290px;
}
.has-js .labelRadio {
  background-position: 0 -360px;
}
.has-js label.r_on {
  background-position: 0 -430px;
}
.has-js #customerInformation .labelCheck {
  background-position: 0 -225px;
}
.has-js #customerInformation label.c_on {
  background-position: 0 -285px;
}
#productRatings .rating > li i,
.reviewRating .rating > li i,
#productDescription .rating > li.star i,
#reviewsContainer .rating > li.star i,
#productRatings .rating > li.star i,
.reviewRating .rating > li.star i {
  background-position: 0 0;
}
.itemCreatorForm .rate li:hover > label,
.itemCreatorForm .rate li.active ~ li > label,
.itemCreatorForm .rate li.active > label,
.itemCreatorForm .rate li:hover ~ li > label {
  background-position: -1px 0;
}
.productList .rating > li.star i,
.productList .rating > li.star ~ li i,
#productDescription .priceContainer > .rating > li.star ~ li i,
#reviewsContainer .rating > li.star ~ li i,
.averageRating .rating > li.star ~ li i,
#productDescription .priceContainer > .rating > li.star i,
#reviewsContainer .rating > li.star i,
.averageRating .rating > li.star i {
  background-position: -1px 0 !important;
}
.productList .rating > li i {
  background-position: -42px 0;
}
#productDescription .rating > li i,
#reviewsContainer .rating > li i,
#productDescription .rating > li.star ~ li i,
#reviewsContainer .rating > li.star ~ li i,
#productRatings .rating > li.star ~ li i,
.reviewRating .rating > li.star ~ li i,
.itemCreatorForm .rate li > label,
#productDescription .priceContainer > .rating > li i,
.averageRating .rating > li i {
  background-position: -62px 0;
}
#productDescription .rating > li.star ~ li i.fa-star-half-o,
#reviewsContainer .rating > li.star ~ li i.fa-star-half-o,
#productRatings .rating > li.star ~ li i.fa-star-half-o,
#productDescription .rating > li.star i.fa-star-half-o,
#reviewsContainer .rating > li.star i.fa-star-half-o,
#productRatings .rating > li.star i.fa-star-half-o {
  background-position: -31px 0;
}
#ecomMenu > ul > li > ul > li.inpath,
#ecomMenu > ul > li > ul > li.activeItem,
#ecomMenu > ul > li > ul > li:hover {
  background-position: 0 15px;
}
.bx-controls-direction a.bx-next {
  background-position: 0 -66px;
}
.paragraphImage .bx-controls-direction a.bx-prev {
  background-position: 0 -138px;
}
.calendar > table,
.calendar tbody td,
.calendar thead .hilite,
.calendar tbody .rowhilite td,
.calendar .button,
.calendar thead .title,
.calendar table .wn,
.calendar thead .name,
.calendar tbody .day,
.calendar .daysrow > .weekend,
.calendar tfoot .ttip,
.calendar td.time,
.calendar tbody td.wn:hover,
#productImagesContainer .bx-controls-direction a {
  background-image: none;
}
#sizeSelect label,
.fitContainer label {
  background-image: none !important;
}
/* Background color */

#variantsForm input[type="submit"]:hover,
.btnBlueYellow:hover,
.heapOptions a:hover,
.DMForms input[type=submit]:hover {
  background-color: #1e394e;
}
#headerContainer,
#navbar {
  background-color: #101e29;
}
#pageImageContainer,
.paragraphText table th,
#headerContainer.subpage,
#variantsForm input[type="submit"],
.btnBlueYellow,
.DMForms input[type=submit],
.heapBox .handler,
.ui-multiselect span.ui-icon,
#cartSteps > li.active > span:first-child {
  background-color: #192833;
}
.calendar,
.reminderDescription,
#footerContainer,
#sizeSelect label:hover,
#sizeSelect label.selected,
.heapBox,
.heapBox .heap .heapOptions,
#miniCartContainer {
  background-color: white;
}
#footerContainer,
#myOrdersTable tbody tr:nth-child(even) td,
.resumedReview.titles,
.categories > li:hover,
.categories > li.active {
  background-color: #f4f3ee;
}
.btnGray,
.buttonsContainer .fakeBtn,
#socialMediaList > li {
  background-color: #aba494;
}
.btnGray:hover,
.btnBlueYellow.disabled,
#socialMediaList > li:hover {
  background-color: #948c79;
}
#miniCartFooter {
  background-color: #dbd9d1;
}
.paragraphText table tr:nth-child(even),
.fitContainer > ul > li {
  background-color: #d9d9d9;
}
#cartRightContainer h2,
.buttonsContainer {
  background-color: #e6e7e9;
}
#registerMenu > li ul li a,
#registerMenuLogged > li ul li a,
.wrapperMainContainer .navbar-header,
#sizeSelect label {
  background-color: #1e394e;
}
.calendar tbody td.day.selected,
.calendar tbody td.day:hover,
.bootstrap-select.btn-group .btn .caret,
.fakefile > button,
#myOrdersTable th,
#registerMenu > li ul li a:hover,
#registerMenuLogged > li ul li a:hover,
#registerMenu > li ul li.activeItem a,
#registerMenuLogged > li ul li.activeItem a {
  background-color: #2d5472;
}
.fitContainer > ul > li.active,
.fitContainer > ul > li.active span,
.fitContainer > ul > li.active label {
  background-color: #192833;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #d7b145;
}
#miniCartHeader {
  background-color: #9f8940;
}
#ordersTotalPrice li > div {
  background-color: #e0cfa1;
}
#productVariants,
aside#cartOptions {
  background-color: #f5f3ee;
}
/* Images */

#registerMenu > li ul,
#registerMenuLogged > li ul {
  background-image: url("/files/templates/designs/fifthfield/images/menuArrow.jpg");
  background-repeat: no-repeat;
  background-position: 50% 1px;
}
.xBreak {
  background-image: url("/files/templates/designs/fifthfield/images/x.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}
.breadcrumbs ul {
  background: url("/files/templates/designs/fifthfield/images/corner.png") no-repeat;
}
#miniCartOverload {
  background: url("/files/templates/designs/fifthfield/images/overload.png") repeat;
}
@media (max-width: 767) {
  #headerContainer div#navbar {
    background-clip: content-box;
  }
}
@media (max-width: 767) {
  #headerContainer div#navbar {
    background-clip: content-box;
  }
}
@media (min-width: 1024px) {
  #navbar {
    background: none;
  }
  #mainMenuMob > li ul li a {
    background-color: #1e394e;
  }
  #mainMenuMob > li ul li a:hover,
  #mainMenuMob > li ul li.activeItem a {
    background-color: #2d5472;
  }
  #mainMenuMob > li ul {
    background-image: url("/files/templates/designs/fifthfield/images/menuArrow.jpg");
    background-repeat: no-repeat;
    background-position: 50% 1px;
  }
}
/**
 * Description: styles related to Blocks and Positions
 * User: Manuel Nogueira
 * Date: 18/November/2014
**/

/*Positions*/

#miniCartOverload,
#miniCartOverload #loading {
  position: fixed;
}
.fileinputs,
#wrapperMainContainer.watermark,
.wrapperMainContainer h1.pageTitle,
#socialMediaList > li > a,
.mainContainer > li,
#registerMenu > li,
#registerMenuLogged > li,
#pageImageContainer > div,
.groupContainer,
#prodThumbs > li,
#sizeSelect label,
#productDescription .rating > li,
#reviewsContainer .rating > li,
#productInfo .btnBlueYellow,
.itemCreatorForm .rate label,
#miniCartContainer,
.productList .rating > li i,
#cartSteps,
#cartHeader,
.cartReminders,
.categories > li,
#headerContainer > div.container {
  position: relative;
}
.fileinputs .doneAlready,
#wrapperMainContainer.watermark:before,
#miniCartOverload.registerSalesAlert #loader,
.mainContainer > li > div,
.mainContainer > li > div > h2,
#registerMenu > li ul,
#registerMenuLogged > li ul,
.triangle-bottomleft,
#pageImageContainer > div > div:first-child,
.groupContainer h2,
.groupContainer > div:first-child,
.groupContainer .slider-triangle-topleft,
.groupContainer .bx-controls-direction a,
#sizeSelect input,
#headerCart,
.has-js .labelRadio input,
.has-js .labelCheck input,
#miniCartContainer .close,
.reminderDescription,
#registerMenu,
#registerMenuLogged,
.categories > li .check,
span.slogan,
header .letterSize {
  position: absolute;
}
/*Floats*/

.formButtons input,
#registerMenu > li,
#registerMenuLogged > li,
#socialMediaList > li,
#socialMediaList > li a,
.mainContainer > li,
.mainContainer > li > div > h2 a,
.groupContainer ul li,
.rating,
.productList > li > div > span,
#highlightedMenu > li,
.categories > li,
#pathMenu > li,
#pathMenu > li > a,
.priceContainer *,
.priceContainer .rating,
.priceContainer,
.fitContainer > ul > li,
.fitContainer > ul > li.active span,
.fitContainer > ul > li.active label,
.fitLegends > span,
.helpfulReview > span,
.rating.noClick li,
#reviewProductHolder > div > figure,
#reviewProductHolder > div > p,
.itemCreatorForm fieldset > label,
.itemCreatorForm fieldset > span,
.itemCreatorForm > ul,
.itemCreatorForm .fitContainer .fitLegends,
.itemCreatorForm .rate > ul,
.itemCreatorForm input[type=submit],
.itemCreatorForm #previewButton,
#miniCartContainer > ul > li > span:first-child,
#miniCartContainer > ul > li,
#miniCartContainer > ul > li > div,
#miniCartContainer > ul > li > div:first-child,
#miniCartContainer,
#cartSteps > li,
#cartRightContainer ul li,
#cartRightContainer ul li > span:first-child,
#cartRightContainer ul li > div:first-child,
#customerInfo fieldset > label,
#deliveryFormContainer div > label,
#customerInfo div > input[type=text],
#deliveryFormContainer div > input[type=text],
#customerInformation > fieldset,
#deliveryFormContainer > div,
#customerInfo .zipAndCity input,
#deliveryFormContainer .zipAndCity input,
#cartHeader,
p.newsletterEmail,
span.newsletterEmail,
#paymentInfo label,
#paymentInfo h2,
.wrapperMainContainer .confirmContainer h2,
.wrapperMainContainer .confirmContainer label,
.confirmContainer form > div,
#cartProducts > li figure,
#cartProducts > li,
.cartCompleted div.part,
#cartProducts > li > div:first-child > div.prodName,
#miniCartFooter,
#ExtUserForm label,
#ExtUserForm2 label,
#sizeSelect label,
#customerInformation .whatsThis,
#customerInformation > h3,
#myOrdersTable th > span,
#RMAdata > dt:nth-child(odd),
#RMAdata > dd:nth-child(odd),
.backToRmaList,
.wrapperMainContainer .navbar {
  float: left;
}
#reviewsParagraphs #viewRatingStars li,
.mainContainer > li.topRight > div > h2 a,
.mainContainer > li.bottomRight > div > h2 a,
.rating > li,
#highlightedMenu,
#highlightedMenu > li a,
.itemCreatorForm .rate li,
#miniCartContainer > ul > li > span,
#miniCartContainer > ul > li > div,
#miniCartContainer .gotoCart,
#cartRightContainer ul li > span,
#cartRightContainer ul li > div,
#miniCartFooter > input,
.productList .rating.noClick > li,
.buttonsContainer input,
body .priceContainer .rating.noClick > li,
.averageRating .rating.noClick > li,
.itemToTrash {
  float: right;
}
.reviewRating .rating.noClick,
.averageRating .rating.noClick,
.averageRating .rating,
.wrapperMainContainer .confirmContainer.cartCompleted h2 {
  float: none;
}
/*display*/

.DateTime > label,
.Date > label,
.infiniteLoader,
#wrapperMainContainer.watermark:before,
#lookingForCampus > span,
.mainContainer > li > div > h2 span,
#registerMenu > li > ul li a,
#registerMenu > li:hover > ul,
#registerMenuLogged > li > ul li a,
#registerMenuLogged > li:hover > ul,
.wrapperMainContainer h1,
.mainContainer #navbarCollapse > ul a,
ul.show,
.DMForms input[type=submit],
.DMForms .smallText,
#variantsForm > div > span,
.wantToKnow,
#reviewsContainer > ul > li > p,
.fitContainer > span:first-child,
.fitLegends,
.itemCreatorForm fieldset,
#miniCartContainer > ul > li > div span,
#withOrWithoutLogin label,
#withOrWithoutLogin label b,
#ordersTotalPrice li > div span:last-child,
#productImagesContainer .bx-controls-direction a:before,
.itemCreatorForm .rate label,
#customerInformation .cartReminders > label > span.signers {
  display: block;
}
.displayBlock {
  display: block !important;
}
.DMForms label,
.bootstrap-select.btn-group .btn .caret,
.reviewRating .rating.noClick,
.averageRating .rating.noClick,
.pagination li,
#lookingForCampus > a,
#lookingForCampus,
#socialMediaList,
#pageImageContainer img,
#variantsForm > div > span.stockState,
#cartSteps,
#cartSteps > li > span,
.xBreak,
.productList > li img,
.wrapperMainContainer .mainContainer .paragraphImage img,
#productImagesContainer img.img-responsive,
#customerInformation .cartReminders > label,
.resumedReview .fitContainer,
#myOrdersTable th > span,
#logo .img-responsive,
.btnBlueYellow,
.btnGray,
.gotoCart,
.dateReview {
  display: inline-block;
}
.has-js .labelRadio,
.has-js .labelCheck,
.letterSize > li {
  display: inline;
}
.resumedReview {
  display: table;
}
.calendar .headrow .nav,
.resumedReview > * {
  display: table-cell;
}
.calendar .wn,
.calendar .time,
.calendar .button,
.calendar tfoot,
.formButtons > span,
.bootstrap-select.btn-group .dropdown-menu.inner > li.disabled,
#ExtUserForm .recoverPasswordCheckBox,
#ExtUserForm2 .recoverPasswordCheckBox,
#registerMenu > li ul,
#registerMenuLogged > li ul,
.bx-controls-direction a.disabled,
.reminderDescription,
#registerMenu > li ul ul,
#registerMenuLogged > li ul ul,
#mainMenuMob .pageLevel3,
.mainContainer #navbarCollapse > a:first-child,
.homepage#pageImageContainer > .container {
  display: none;
}
/* Clear */

.clearBoth,
#highlightedMenu,
#productInfo > div,
#reviewsContainer h3,
.itemCreatorForm fieldset,
.fitLegends,
#miniCartContainer > ul > li,
#paymentInfo label,
.wrapperMainContainer .confirmContainer h2,
.wrapperMainContainer .confirmContainer label,
.confirmContainer dt,
#customerInformation > .cartReminders,
#ordersTotalPrice li > div span:last-child,
#reviewsContainer > ul > li > p {
  clear: both;
}
/* Overflow */

.navbar-collapse,
.mainContainer > li,
#pageImageContainer,
.bx-controls-direction a,
#prodThumbs > ul > li,
#sizeSelect label,
#productDescription .rating > li i,
#reviewsContainer .rating > li i,
.reviewRating .rating > li i,
.averageRating .rating > li i,
.fitContainer,
.fitContainer > ul > li label,
.productList .rating > li i,
.formButtons,
.itemCreatorForm .rate label,
.faqAnswer,
#productsHolder,
#reviewsParagraphs,
#reviewsParagraphs > li,
#reviewDisclaimer {
  overflow: hidden;
}
#miniCartContainer {
  overflow: auto;
}
/* visibility */

.visibilityHidden {
  visibility: hidden;
}
@media (max-width: 767) {
  #cartProducts > li figure {
    float: none;
  }
  #productsHolder {
    overflow: visible;
  }
  #filtersForm {
    position: relative;
  }
  #headerContainer div#navbar {
    position: absolute;
  }
  #filtersForm,
  #miniCartFooter > input {
    float: left;
  }
  #cartSteps > li {
    float: none;
  }
  #cartProducts .updateLink {
    display: block;
  }
}
@media (min-width: 1024px) {
  #mainMenuMob > li {
    position: relative;
  }
  #mainMenuMob > li ul {
    position: absolute;
  }
  #mainMenuMob > li {
    float: left;
  }
  #mainMenuMob {
    float: right;
  }
  #mainMenuMob > li > ul li a,
  #mainMenuMob > li:hover > ul {
    display: block;
  }
  #mainMenuMob > li ul,
  #mainMenuMob > li ul ul {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  #mainMenu {
    float: none;
  }
  #mainMenu {
    display: inline-block;
  }
}
/**
 * Description: styles related to Text styles
 * User: Manuel Nogueira
 * Date: 18/November/2014
**/

@font-face {
  font-family: 'andada';
  src: url('fonts/andada-regular-webfont.eot');
  src: url('fonts/andada-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/andada-regular-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'andadabold';
  src: url('fonts/andada-bold-webfont.eot');
  src: url('fonts/andada-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/andada-bold-webfont.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'andadaitalic';
  src: url('fonts/andada-italic-webfont.eot');
  src: url('fonts/andada-italic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/andada-italic-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'andadabolditalic';
  src: url('fonts/andada-bolditalic-webfont.eot');
  src: url('fonts/andada-bolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/andada-bolditalic-webfont.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}
/* Font Families */

body,
p,
div,
span,
td,
th,
li,
a,
a:link,
input,
textarea,
h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4,
option,
#productInfo h2 span,
h2.detailTitle span,
#cartProducts h3 {
  font-family: "andada", Georgia, Times, serif;
}
span.slogan,
h2.slogan,
#headerCart,
#registerMenu > li > a,
#registerMenuLogged > li > a,
.mainContainer > li > div > h2 a,
.mainContainer > li > div > h2 a span,
#footerContactsContainer h2,
#pageImageContainer > div > div:first-child,
.wrapperMainContainer h1 span,
#miniCartContainer h1 span,
.groupContainer h2 a,
#ecomMenu > ul > li > a,
#highlightedMenu > li a,
.btnBlueYellow,
a.btnBlueYellow,
.DMForms input[type=submit],
#miniCartHeader,
#cartSteps > li > span:first-child,
#cartSteps > li > span {
  font-family: "andadaitalic", Georgia, Times, serif;
}
.signUpSaleAlert a,
.bold,
#cartRightContainer ul li > div,
#cartProducts > li:first-child > div,
#ordersTotalPrice li > div,
#ordersTotalPrice li > span,
#ordersTotalPrice li > div span {
  font-family: "andadabold", Georgia, Times, serif;
}
.bootstrap-select.btn-group .btn .caret:before,
.removeLink:before,
#socialMediaList > li > a,
#productImagesContainer .bx-controls-direction a:before,
#ecomMenu > ul > li > ul > li > ul > li:before,
#variantsForm input[type="submit"].icon {
  font-family: FontAwesome;
}
/* Font sizes */

html {
  font-size: 62.5%;
}
body {
  letter-spacing: 0.08em;
}
body,
p,
div,
span,
td,
th,
li,
a,
a:link,
#cartProducts h3 {
  font-size: 16px;
  font-size: 1.6rem;
}
.DateTime,
.Date {
  font-size: 0;
}
.fitLegends *,
#reviewsContainer .fitLegends * {
  font-size: 10px;
  font-size: 1rem;
}
#headerCart,
#headerCart span,
#registerMenu > li > a,
#registerMenuLogged > li > a,
.calendar > table,
.wrapperMainContainer h1 span,
#miniCartContainer h1 span,
.smallText,
.fitText,
.letterSize > .smallFont,
#productVariants .size a,
.heapBox .handler,
#miniCartFooter label,
.newsletterEmail,
.ui-multiselect .ui-icon,
#customerInformation .cartReminders > label > span,
.resumedReview > * span.editDate,
.resumedReview > * span.editDate > span,
.categories > li > div > div {
  font-size: 12px;
  font-size: 1.2rem;
}
#productVariants .stockState {
  font-size: 13px;
  font-size: 1.3rem;
}
.DateTime > label,
.Date > label,
.signUpSaleAlert a,
#lookingForCampus > a,
#footerContactsContainer > div,
#footerContactsContainer > div *,
.breadcrumbs ul *,
#reviewsContainer p,
#reviewsContainer span,
#reviewsContainer div,
#reviewsContainer a {
  font-size: 14px;
  font-size: 1.4rem;
}
.letterSize > li,
#lookingForCampus > span,
#footerContactsContainer h2,
.mainContainer #navbarCollapse > ul ul > li > a,
.DMForms input[type=submit] {
  font-size: 16px;
  font-size: 1.6rem;
}
#ecomMenu > ul > li > ul > li > a,
.navbar-default .navbar-brand,
.mainContainer #navbarCollapse > ul > li > a,
.btnBlueYellow,
a.btnBlueYellow,
#miniCartHeader,
#cartProducts > li:first-child > div,
#ordersTotalPrice li > div span,
#ordersTotalPrice li > span {
  font-size: 18px;
  font-size: 1.8rem;
}
a.editOrder,
.updateLink > i.fa,
#socialMediaList > li > a {
  font-size: 20px;
  font-size: 2rem;
}
.paragraphText ul > li:before,
.paragraphText ol > li:before,
.groupContainer h2 a,
.groupContainer h2,
#ecomMenu > ul > li > a,
.itemCreatorForm input[type=submit],
.itemCreatorForm #previewButton,
.DMForms input[type=submit],
.checkout.btnBlueYellow,
.ok.btnBlueYellow,
#cartSteps > li > span,
.btnLarge,
a.btnLarge,
h2.slogan {
  font-size: 23px;
  font-size: 2.3rem;
}
.paragraphText h3 a,
#pageImageContainer > div > div:first-child,
.mainContainer > li > div > h2 a,
.mainContainer > li > div > h2 a span {
  font-size: 24px;
  font-size: 2.4rem;
}
#reviewsContainer > .h2 {
  font-size: 30px;
  font-size: 3rem;
}
.h2,
h2,
h2.detailTitle span,
#productInfo h2 span {
  font-size: 36px;
  font-size: 3.6rem;
}
#cartSteps > li > span:first-child {
  font-size: 48px;
  font-size: 4.8rem;
}
#productImagesContainer .bx-controls-direction a:before {
  font-size: 50px;
  font-size: 5rem;
}
/* Font-size media queries*/

/* mobile to tablet */

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  line-height: 1.3;
}
#pageImageContainer > div > div:first-child {
  line-height: 1.8;
}
.paragraphText ul > li:before,
.paragraphText ol > li:before {
  line-height: 12px;
}
.resumedReview > *,
.wrapperMainContainer .productList > li h2 {
  line-height: 16px;
}
.calendar thead,
footer #footerContent .footerMenuHolder ul > li {
  line-height: 24px;
}
.calendar .daysrow,
.calendar thead .daynames {
  line-height: 28px;
}
#myOrdersTable tr,
#sizeSelect label,
.reviewedProduct .productProperties {
  line-height: 30px;
}
.btnBlueYellow,
.bootstrap-select.btn-group .btn .caret:before {
  line-height: 35px;
}
a.editOrder {
  line-height: 38px;
}
.btnGray,
.backToRmaList,
#socialMediaList > li > a {
  line-height: 40px;
}
.btnLarge,
.DMForms input[type="submit"],
.itemCreatorForm input[type=submit],
.itemCreatorForm #previewButton,
#miniCartHeader,
.checkout.btnBlueYellow,
.ok.btnBlueYellow {
  line-height: 45px;
}
#cartSteps > li > span:first-child {
  line-height: 78px;
}
.bx-controls-direction a,
#productDescription .rating > li i,
#reviewsContainer .rating > li i,
.reviewRating .rating > li i,
.averageRating .rating > li i,
.productList .rating > li i,
.itemCreatorForm .rate label {
  line-height: 200px;
}
#productImagesContainer .bx-controls-direction a:before {
  line-height: 0;
}
/* Color */

.redColor,
.removeLink {
  color: #b30000;
}
.greenb6Color {
  color: #b6d846;
}
a.btnGray,
a:link.btnGray,
.buttonsContainer > .btnBlueYellow.btnLarge.fakeBtn,
.pagination .btnBlueYellow.disabled,
.paragraphText table th,
#myOrdersTable th,
#myOrdersTable th > span,
#socialMediaList > li > a,
#highlightedMenu > li a,
#highlightedMenuMob a,
.DMForms input[type=submit],
.heapOptions a:hover,
#headerCart span,
#miniCartHeader,
h2.slogan,
header .letterSize > li:hover,
header .letterSize > li.active {
  color: white;
}
.ui-multiselect-checkboxes liui-multiselect-disabled label.ui-state-disabled > span,
.verticalLine,
.rating > li {
  color: #d9d9d9;
}
.calendar thead .title,
.calendar thead .headrow,
.calendar thead .button,
.calendar tbody td.today,
.calendar tbody .rowhilite td,
.calendar tbody .daysrow > *,
.calendar tfoot .footrow > *,
.calendar tbody td.weekend,
.newsletterEmail {
  color: #aba494;
}
body,
p,
div,
span,
td,
th,
li,
a,
a:link,
input,
textarea,
h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4,
.resumedReview > * span.editDate,
option,
footer .letterSize > li,
.mainContainer #navbarCollapse > ul ul > li > a,
.breadcrumbs ul li a,
#cartSteps > li > span:first-child,
#ExtUserForm input,
#ExtUserForm2 input,
.itemCreatorForm .fitContainer > span:first-child {
  color: #555555;
}
.mainContainer > li > div > h2 a,
.mainContainer > li > div > h2 a span,
.mainContainer #navbarCollapse > ul > li > a,
.buttonsContainer .ajaxLoader,
#sizeSelect label:hover,
#sizeSelect label.active {
  color: #081623;
}
.yellowd7Color,
a:hover,
#notRatedYet > a:hover,
span.slogan,
h2.slogan,
.bootstrap-select.btn-group .btn .caret:before,
.ui-multiselect-checkboxes li label.ui-state-hover > span,
.ui-multiselect-checkboxes li label.ui-state-active > span,
#myOrdersTable th a i.fa,
#registerMenu a,
#registerMenuLogged a,
#mainMenuMob a,
#ecomMenu > ul > li > a:hover,
form .rating > li:hover,
form .rating > li:hover ~ li,
.rating > li.star ~ li,
.rating > li.star,
.navbar-default .navbar-brand,
.mainContainer #navbarCollapse li.activeItem > a,
.mainContainer #navbarCollapse li.inpath > a,
#sizeSelect label,
#variantsForm input[type="submit"],
#ecomMenu > ul > li.inpath > a,
#ecomMenu > ul > li > ul > li.inpath > a,
.whatsThis:hover,
.whatsThis.activeItem,
.btnBlueYellow,
.DMForms input[type=submit],
a.btnBlueYellow:link,
a.btnBlueYellow span,
#headerCart,
a.gotoCart,
#cartSteps > li.active > span:first-child,
.has-error,
.has-error a,
.letterSize > li,
.faqQuestion:hover,
footer .letterSize > li:hover,
footer .letterSize > li.active {
  color: #d7b145;
}
#mainMenuMob ul a {
  color: #847037;
}
#pageImageContainer > div > div:first-child,
.groupContainer h2 a,
.groupContainer h2 {
  color: #061521;
}
.calendar thead .daynames > *,
.calendar tbody td.selected,
.calendar tbody .day:hover,
#reviewsContainer h3,
.commentProperties a,
.commentProperties span,
.fitContainer > span:first-child,
.helpfulReview > span,
.helpfulReview > a,
.shareReviewHolder > span,
.inappropriateContent a,
.paragraphText ul > li:before,
.paragraphText ol > li:before,
#cartProducts h3 {
  color: #192833;
}
.blue2dColor,
#notRatedYet > a,
#hideShowReviewDisclaimer i.fa:before,
#RMAdata > dt:nth-child(odd),
.resumedReview > * > span,
.resumedReview > * span.editDate > span,
.whatsThis,
#ecomMenu > ul > li > ul > li > ul > li:before,
#reviewsContainer > .h2 {
  color: #2d5472;
}
#ordersTotalPrice li > div span,
#ordersTotalPrice li > span,
#cartProducts > li:first-child > div {
  color: #010101;
}
/* Align */

.mainContainer > li.bottomRight,
.mainContainer > li.topRight,
.fitLegends > span:last-child,
#miniCartContainer > ul > li > div,
.gotoCart {
  text-align: right;
}
#pageImageContainer > div > div:first-child,
.mainContainer > li.bottomLeft,
.mainContainer > li.topLeft,
.productList > li h2,
.productList > li h2 a,
.wrapperMainContainer .productList > li > div,
.wrapperMainContainer > div .paragraph.col-xs-6.col-sm-6.col-md-6.col-lg-6 .paragraphText h2,
.wrapperMainContainer > div .paragraph.col-xs-12.col-sm-6.col-md-6.col-lg-4 .paragraphText h2,
.wrapperMainContainer .col-sm-6.col-md-6.col-lg-6 h2,
.wrapperMainContainer > div .paragraphText h2.text-left,
.fitLegends > span,
#miniCartContainer > ul > li > div:first-child {
  text-align: left;
}
.text-center,
.DMForms input[type=submit],
.bootstrap-select.btn-group .btn .caret,
.calendar tbody .day,
.paragraphText table th,
.paragraphText table td,
span.slogan,
h2.slogan,
#registerMenu ul li,
figure.text-center,
.wrapperMainContainer > div .paragraphText h2,
.nav,
.mainContainer .navbar-collapse,
#prodLargeImage,
#prodThumbs,
#sizeSelect label,
#miniCartContainer h1,
#cartSteps > li,
#pageImageContainer,
#lookingForCampus,
#footerContainer > div,
#socialMediaList > li > a,
.wrapperMainContainer h1,
.productList > li,
#variantsForm input[type="submit"],
.heapBox .handler,
.btnBlueYellow,
.resumedReview > *,
#cartHeader,
#cartSteps > li > span:first-child,
#cartRightContainer > div > div,
.cartCompleted > div:first-child > div:first-child {
  text-align: center;
}
.wrapperMainContainer .mainContainer .paragraphImage {
  text-align: center !important;
}
#registerMenu > li > a,
#registerMenuLogged > li > a,
#headerCart,
.mainContainer > li > div > h2 a,
.mainContainer > li > div > h2 a span,
#footerContactsContainer h2,
#pageImageContainer > div > div:first-child,
.wrapperMainContainer h1 span,
#miniCartContainer h1 span,
.groupContainer h2 a,
#ecomMenu > ul > li > a,
#highlightedMenu > li a,
.btnBlueYellow,
.DMForms input[type=submit],
#miniCartHeader,
a.gotoCart,
#cartSteps > li > span {
  font-style: italic;
}
#cartSteps > li > span:first-child {
  font-style: normal;
}
/* decoration and transforms */

.btnGray,
.mainContainer > li > div > h2 a,
#footerContactsContainer h2,
#pageImageContainer > div > div:first-child,
.wrapperMainContainer h1 span,
#miniCartContainer h1 span,
.groupContainer h2 a,
#ecomMenu > ul > li > a,
#variantsForm input[type="submit"],
.fitLegends * {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
a.btnGray,
a:link.btnGray,
.mainContainer > li > div > h2 a,
.mainContainer > li > div > h2 a:link,
#socialMediaList > li > a:link,
#headerCart:link,
#registerMenu a:link,
#registerMenuLogged a:link,
.groupContainer h2 a:link,
#ecomMenu > ul > li > a:link,
#ecomMenu > ul > li > ul > li > a:link,
.productList > li h2 a:link,
#highlightedMenu > li a,
.breadcrumbs ul li a,
.breadcrumbs ul li a:hover,
.priceContainer > a:hover,
#productVariants a:hover,
.heapBox a:hover,
.heapBox a:link,
.btnBlueYellow:hover,
a.btnBlueYellow:hover,
.calendar thead .headrow > *,
#myOrdersTable th a:hover,
.DMForms input[type=submit] {
  text-decoration: none;
}
.paragraphText a,
.faqAnswer a,
.removeLink,
#notRatedYet > a:hover,
#highlightedMenuMob a:hover,
.signUpSaleAlert a,
.helpfulReview > a,
.commentProperties a,
.inappropriateContent a,
label a:hover {
  text-decoration: underline;
}
.paragraphText table th,
.mainContainer > li > div > h2 a,
.mainContainer > li > div > h2 a span,
.mainContainer > li > div > h2,
#sizeSelect label,
h2,
label {
  font-weight: normal;
}
h4,
.h4,
.bold,
.signUpSaleAlert a,
.fitContainer > span:first-child,
.itemCreatorForm fieldset > span,
#miniCartContainer > ul > li > div > span:first-child,
#cartRightContainer ul li > div,
#cartProducts > li:first-child > div {
  font-weight: bold;
}
/* Text-Indent */

input[type="text"],
input[type="password"],
.fakefile > input {
  text-indent: 10px;
}
.bx-controls-direction a,
#productDescription .rating > li i,
#reviewsContainer .rating > li i,
.reviewRating .rating > li i,
.averageRating .rating > li i {
  text-indent: 200px;
}
.itemCreatorForm .rate label,
.productList .rating > li i {
  text-indent: -200px;
}
#productImagesContainer .bx-controls-direction a:before {
  text-indent: 0;
}
@media (max-width: 767) {
  #pageImageContainer > div > div:first-child,
  .mainContainer > li > div > h2 a,
  .mainContainer > li > div > h2 a span {
    font-size: 11px;
    font-size: 1.1rem;
  }
  span.slogan,
  #lookingForCampus > a {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .groupContainer h2 a,
  h2.slogan {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #cartProducts .orderlineQuantityContainer,
  .wrapperMainContainer .col-sm-6.col-md-6.col-lg-6 h2,
  .wrapperMainContainer .col-sm-6.col-md-6.col-lg-6 *,
  .formButtons,
  .wrapperMainContainer > div .paragraphText h2.text-left {
    text-align: center;
  }
}
@media (min-width: 768) and (max-width: 991) {
  #asideHolder .reviewProduct {
    font-size: 16px;
    font-size: 1.6rem;
  }
  #ecomMenu > ul > li > a,
  #ecomMenu > ul > li > ul > li > a,
  #highlightedMenu > li a {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .paragraphText h2 {
    font-size: 21px;
    font-size: 2.1rem;
  }
  .wrapperMainContainer > div article.col-sm-4 h2 {
    text-align: left;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  #headerContainer nav {
    text-align: center;
  }
}
@media (min-width: 992) and (max-width: 1199) {
  #ecomMenu > ul > li > a {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .paragraphText h2 {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .wrapperMainContainer > div article.col-sm-4 h2 {
    text-align: left;
  }
}
@media (min-width: 768) {
  #registerMenu > li > a,
  #registerMenuLogged > li > a,
  #headerCart {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (min-width: 1200) {
  .wrapperMainContainer > div article.col-sm-4 h2 {
    text-align: left;
  }
}
@media (min-width: 1024px) {
  #registerMenu > li > a,
  #registerMenuLogged > li > a,
  #registerMenu > li ul li a,
  #registerMenuLogged > li ul li a,
  #mainMenuMob > li > a,
  #mainMenuMob > li ul li a {
    font-family: "andadaitalic", Georgia, Times, serif;
  }
  #registerMenu a,
  #registerMenuLogged a,
  #registerMenu ul a,
  #registerMenuLogged ul a,
  #mainMenuMob a,
  #mainMenuMob ul a {
    color: #d7b145;
  }
  #registerMenu > li > a,
  #registerMenuLogged > li > a,
  #registerMenu > li ul li a,
  #registerMenuLogged > li ul li a,
  #mainMenuMob > li > a,
  #mainMenuMob > li ul li a {
    font-style: italic;
  }
  #registerMenu a:hover,
  #registerMenuLogged a:hover,
  #registerMenu li.activeItem > a,
  #registerMenuLogged li.activeItem > a,
  #registerMenu li.inpath > a,
  #registerMenuLogged li.inpath > a,
  #mainMenuMob a:hover,
  #mainMenuMob li.activeItem > a,
  #mainMenuMob li.inpath > a,
  #mainMenu a:link {
    text-decoration: none;
  }
}
/**
 * Description: styles related to Navigation
 * User: Manuel Nogueira
 * Date: 18/November/2014
**/

#registerMenu > li,
#registerMenuLogged > li {
  margin-right: 15px;
}
#registerMenu > li > a,
#registerMenuLogged > li > a {
  margin-left: 15px;
  padding-bottom: 6px;
}
#registerMenu > li ul,
#registerMenuLogged > li ul {
  top: 23px;
  left: -50%;
  min-width: 160px;
  padding-top: 5px;
  z-index: 7000;
}
#registerMenu > li ul > li:first-child,
#registerMenuLogged > li ul > li:first-child {
  border-top: 1px solid #847037;
}
#registerMenu > li ul li a,
#registerMenuLogged > li ul li a {
  padding: 6px 10px;
  white-space: nowrap;
}
#registerMenu > li > a:hover,
#registerMenu > li.activeItem > a,
#registerMenu > li.inpath > a,
#registerMenuLogged > li > a:hover,
#registerMenuLogged > li.activeItem > a,
#registerMenuLogged > li.inpath > a,
#headerCart:hover {
  border-bottom: 1px solid #d7b145;
}
#registerMenu > li:first-child::before,
#registerMenuLogged > li:first-child::before,
#highlightedMenu > li:first-child::before {
  content: none;
}
#registerMenu > li::before,
#registerMenuLogged > li::before,
#highlightedMenu > li::before {
  content: "/";
}
#ecomMenu > ul > li > ul > li {
  padding: 10px 0 10px 40px;
  -webkit-transition: all 0.18s linear;
  -moz-transition: all 0.18s linear;
  -o-transition: all 0.18s linear;
  transition: all 0.18s linear;
}
#ecomMenu > ul > li > ul > li > ul > li:before {
  content: "\f0da";
}
.navbar-default .navbar-toggle {
  border: 1px solid #847037;
}
#headerContainer nav {
  z-index: 7000;
}
#mainMenuMob ul li {
  margin-bottom: 5px;
}
.wrapperMainContainer .navbar {
  margin-top: -81px;
  width: 100%;
}
.wrapperMainContainer .navbar-header button {
  margin: 30px;
}
.navbar-default .navbar-brand {
  padding: 35px;
}
.mainContainer #navbarCollapse > ul {
  margin-top: 10px;
}
.mainContainer #navbarCollapse > ul a {
  margin-bottom: 10px;
}
#navbarCollapse {
  position: relative;
  z-index: 1000;
}
#highlightedMenu {
  margin-top: 25px;
}
#highlightedMenu > li {
  margin-right: 20px;
}
#highlightedMenu > li a {
  margin-left: 15px;
  padding-bottom: 6px;
}
#highlightedMenu > li a:hover,
#highlightedMenu > li.activeItem a {
  border-bottom: 1px solid white;
}
.breadcrumbs ul {
  margin-top: 15px;
  height: 30px;
  padding-left: 70px;
}
.breadcrumbs ul li {
  padding: 5px 10px 0 0;
}
.breadcrumbs ul li:after {
  content: '»';
  padding-left: 15px;
}
.breadcrumbs ul li:last-child:after {
  content: '';
  padding-left: 0;
}
.breadcrumbs ul li a {
  padding-bottom: 0.1em;
  border-bottom: 1px solid #081623;
}
.breadcrumbs ul li:last-child a {
  border-bottom: 0;
}
#registerMenu,
#registerMenuLogged {
  top: 28px;
  right: 0;
}
#registerMenu.right,
#registerMenuLogged.right {
  right: 160px;
}
@media (max-width: 767) {
  .navbar-header .navbar-toggle {
    margin-top: 80px;
  }
  #registerMenu,
  #registerMenuLogged {
    top: 45px;
  }
  #registerMenu > li > a,
  #registerMenuLogged > li > a {
    padding-bottom: 2px;
  }
}
@media (min-width: 1024px) {
  #headerContainer .navbar {
    margin-top: 10px;
  }
  #mainMenuMob {
    margin-top: 65px;
    max-width: 750px;
  }
  #mainMenuMob > li {
    padding-right: 10px;
  }
  #mainMenuMob > li.lastItem {
    padding-right: 0;
  }
  #mainMenuMob > li > a {
    margin-left: 5px;
    padding-bottom: 6px;
  }
  #mainMenuMob > li ul {
    top: 23px;
    left: 50%;
    transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    min-width: 160px;
    padding-top: 5px;
    z-index: 7000;
  }
  #mainMenuMob > li.lastItem {
    margin-right: 0;
  }
  #mainMenuMob > li ul > li:first-child {
    border-top: 1px solid #847037;
  }
  #mainMenuMob > li ul li a {
    padding: 6px 10px;
    white-space: nowrap;
  }
  #mainMenuMob > li > a:hover,
  #mainMenuMob > li.activeItem > a,
  #mainMenuMob > li.inpath > a {
    border-bottom: 1px solid #d7b145;
  }
  #mainMenuMob > li:first-child::before {
    content: none;
  }
  #mainMenuMob > li::before {
    content: "/";
  }
  #mainMenuMob ul li {
    margin-bottom: 0;
  }
}
/**
 * Description: styles related to Paragraphs
 * User: Manuel Nogueira
 * Date: 18/November/2014
**/

.mainContainer > li {
  width: 50%;
  height: 100px;
}
.mainContainer > li > div {
  right: 0;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 3000;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.mainContainer > li > figure {
  height: 100px;
}
.mainContainer > li:hover > div {
  opacity: 1;
  filter: alpha(opacity=0);
}
.mainContainer > li.bottomLeft > div,
.mainContainer > li.topLeft > div {
  left: 0;
}
.highlightBorder {
  width: 0;
  height: 0;
  border-style: solid;
}
.mainContainer > li.bottomRight,
.mainContainer > li.bottomLeft,
.mainContainer > li.topLeft,
.mainContainer > li.topRight {
  height: 250px;
}
.mainContainer > li.bottomRight figure,
.mainContainer > li.bottomLeft figure,
.mainContainer > li.topLeft figure,
.mainContainer > li.topRight figure {
  height: 100%;
}
.mainContainer > li.bottomRight > div > div {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 250px 250px 0 0;
  border-color: transparent rgba(215, 177, 69, 0.5) transparent transparent;
}
.mainContainer > li.bottomLeft > div > div {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 250px 0 0px 250px;
  border-color: transparent transparent transparent rgba(215, 177, 69, 0.5);
}
.mainContainer > li.topLeft > div > div {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0 250px 250px;
  border-color: transparent transparent transparent rgba(215, 177, 69, 0.5);
}
.mainContainer > li.topRight > div > div {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 250px 250px 0;
  border-color: transparent rgba(215, 177, 69, 0.5) transparent transparent;
}
.mainContainer > li > div > h2 {
  margin: 0;
}
.mainContainer > li.bottomRight > div > h2 {
  bottom: 5px;
  right: 5px;
}
.mainContainer > li.bottomLeft > div > h2 {
  bottom: 5px;
  left: 5px;
}
.mainContainer > li.topLeft > div > h2,
.mainContainer > li.topRight > div > h2 {
  top: 5px;
  left: 5px;
}
.mainContainer > li.topRight > div > h2 {
  left: 5px;
  right: 5px;
}
.wrapperMainContainer .mainContainer .paragraphImage img {
  max-width: 100%;
}
.mainContainer > li > div > h2 a {
  width: 70%;
}
.paragraphText ul li {
  list-style: none;
}
.paragraphText ul > li:before {
  content: "â€¢ ";
}
.paragraphText ul ul {
  margin-left: 15px;
}
.paragraphText ol {
  counter-reset: section;
}
.paragraphText ol li {
  list-style: none;
}
.paragraphText ol > li:before {
  counter-increment: section;
  content: counters(section, ".") ". ";
}
.paragraphText ol ol {
  margin-left: 15px;
}
.paragraphText table {
  width: 100%;
}
.paragraphText table th {
  height: 40px;
  vertical-align: middle;
}
.paragraphText table td {
  height: 65px;
  vertical-align: middle;
}
@media (max-width: 980px) {
  .mainContainer > li > div {
    opacity: 1;
  }
}
@media (min-width: 768) {
  .mainContainer > li.bottomRight > div > h2 {
    bottom: 15px;
    right: 15px;
  }
  .mainContainer > li.bottomLeft > div > h2 {
    bottom: 15px;
    left: 15px;
  }
  .mainContainer > li.topLeft > div > h2,
  .mainContainer > li.topRight > div > h2 {
    top: 15px;
    left: 15px;
  }
  .mainContainer > li.topRight > div > h2 {
    left: 15px;
    right: 15px;
  }
  .mainContainer > li > div > h2 a {
    width: 59%;
  }
  .mainContainer > li {
    height: 250px;
  }
  .mainContainer > li > figure {
    height: 250px;
  }
  .mainContainer > li.bottomRight > div > div {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 250px 250px 0 0;
    border-color: transparent rgba(215, 177, 69, 0.5) transparent transparent;
  }
  .mainContainer > li.bottomLeft > div > div {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 250px 0 0px 250px;
    border-color: transparent transparent transparent rgba(215, 177, 69, 0.5);
  }
  .mainContainer > li.topLeft > div > div {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 0 250px 250px;
    border-color: transparent transparent transparent rgba(215, 177, 69, 0.5);
  }
  .mainContainer > li.topRight > div > div {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 250px 250px 0;
    border-color: transparent rgba(215, 177, 69, 0.5) transparent transparent;
  }
}
/**
* Description: styles related to Main
* User: Manuel Nogueira
* Date: 18/November/2014
**/

#spinnerContent {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9000;
  background: black;
  opacity: 0.5;
  top: 0;
}
#forgotPasswordWarn {
  padding-bottom: 0;
}
.infiniteLoader {
  margin: auto;
}
.googleMapsContainer {
  width: 100%;
  height: 560px;
}
.googleMapsContainer #gmap {
  width: 100%;
  height: 100%;
}
.noPadding {
  padding: 0;
}
.noPaddingLeft {
  padding-left: 0;
}
.noPaddingRight {
  padding-right: 0;
}
#headerContainer,
#headerContainer > div {
  height: 135px;
}
#logo {
  padding-top: 15px;
  z-index: 9000;
}
h2.slogan {
  margin-top: 0;
  padding-bottom: 20px;
}
span.slogan {
  left: 0;
  bottom: 20px;
}
#pageImageContainer {
  max-height: 570px;
}
#pageImageContainer img {
  margin-top: 30px;
}
#pageImageContainer > div {
  z-index: 1000;
  height: 250px;
}
#pageImageContainer > div > div:first-child {
  z-index: 2000;
  left: 15px;
  bottom: 15px;
  width: 150px;
}
#linksHolder {
  border-top: 5px solid #d7b145;
}
#linksHolder #mainContainer {
  border-bottom: 5px solid #d7b145;
}
.triangle-bottomleft {
  top: 0;
  left: 0;
  z-index: 1000;
  width: 0;
  height: 0;
  border-bottom: 250px solid rgba(215, 177, 69, 0.5);
  border-right: 250px solid transparent;
}
#mainContainer .thecontent {
  border-left: 0px;
  text-align: center;
  width: 100%;
}
#design-wrapper {
  border: 0px;
  background-color: white;
  width: 100%;
}
#design-wrapper > img {
  border: 0px !important;
}
#mainContainer .new-buttonblock {
  width: 100%;
  border: 0px;
  background-color: white;
}
.addthis_toolbox {
  margin: 0 auto;
  width: 480px;
}
h4 .unbold span,
h4 .unbold a {
  font-weight: normal;
}
#mainContainer .designblock {
  padding: 10px 4px;
  margin: 15px 0px 0px 0px;
}
#mainContainer .buttonblock.full-width {
  width: 100%;
}
.design-gallery .h1-type {
  font-family: "andada", Georgia, Times, serif;
  font-size: 3.6rem;
  line-height: 1.3;
  color: #555555;
}
.desc-wrapper {
  max-width: 600px;
  margin: 0 auto;
}
.desc-wrapper p:first-of-type,
.desc-wrapper ul li {
  text-align: left;
}
.desc-wrapper p {
  font-size: 1.6rem;
}
#footerContainer {
  padding-top: 15px;
}
#footerContainer > div {
  padding-top: 30px;
}
#footerContainer p.newsletterEmail,
#footerContainer span.newsletterEmail {
  width: 100%;
  margin: auto;
}
.btnGray {
  padding: 0 15px;
  height: 40px;
  border: 1px solid white;
  color: white;
}
#lookingForCampus > a {
  margin-top: 15px;
}
#lookingForCampus {
  padding: 0 30px 15px 30px;
  border-bottom: 1px solid #d9d9d9;
}
#footerContactsContainer {
  margin-top: 15px;
}
#footerContactsContainer > h2 {
  margin-top: 0;
}
#socialMediaList {
  margin-top: 15px;
  margin-bottom: 15px;
}
#footerContactsContainer > div {
  padding-bottom: 10px;
}
#footerContactsContainer .xBreak {
  padding-bottom: 10px;
}
#footerContactsContainer b {
  padding-right: 5px;
}
#socialMediaList > li:first-child {
  margin-left: 0;
}
#socialMediaList > li {
  margin-left: 40px;
  border-radius: 50%;
}
#socialMediaList > li > a {
  width: 40px;
  height: 40px;
  padding-left: 2px;
}
#socialMediaList > li > a.fa-facebook {
  padding-left: 0;
}
.img-fullResponsive {
  width: 100%;
  height: auto;
}
.img-fullResponsiveHeight {
  width: auto;
  height: 100%;
}
.wrapperMainContainer h1 {
  padding: 0;
}
.wrapperMainContainer h2,
.wrapperMainContainer h1 {
  margin-bottom: 15px;
}
.wrapperMainContainer h1 span {
  padding-bottom: 3px;
  border-bottom: 1px solid #dbd9d1;
  margin-bottom: 3em;
}
.wrapperMainContainer > div {
  padding: 15px 0;
}
.wrapperMainContainer.secondWrapper {
  margin-bottom: 80px;
}
.wrapperMainContainer.secondWrapper > div {
  padding: 0;
}
.wrapperMainContainer .mainContainer .paragraphImage {
  padding: 40px 0 50px 0;
}
.xBreak {
  width: 12px;
  height: 12px;
  padding-bottom: 40px;
}
#headerCart {
  right: 15px;
  top: 28px;
  padding-bottom: 6px;
}
.letterSize {
  margin: 0;
  margin-bottom: 30px;
  top: 27px;
}
.letterSize > li {
  cursor: pointer;
  margin-left: 15px;
}
.g-recaptcha {
  float: left;
  width: 100%;
  margin-left: 33%;
}
/* mobile to tablet */

@media (max-width: 767) {
  #filtersForm {
    z-index: 1;
    width: 100%;
  }
  #logo {
    width: 160px;
    padding: 0;
    margin-top: 30px;
  }
  span.slogan {
    top: 65px;
    bottom: initial;
    padding: 0 15px;
    width: 190px;
  }
  #headerContainer nav.navbar {
    height: 100px;
    z-index: 6000;
    margin: 0;
  }
  #headerContainer .navbar-header,
  #headerContainer #navbarHolder {
    height: 128px;
  }
  #headerContainer div#navbar {
    width: 100%;
    left: 0;
    padding-left: 15px;
  }
  #headerContainer.subpage,
  #headerContainer > div {
    height: 130px;
  }
  #design-wrapper > img {
    width: 200px;
  }
  .addthis_toolbox {
    width: 200px;
  }
}
@media (min-width: 1px) and (max-width: 480px) {
  #headerCart {
    padding-bottom: 2px;
  }
  body {
    min-width: 320px;
  }
}
@media (min-width: 1px) and (max-width: 768px) {
  .groupContainer .bx-viewport {
    margin-top: 0 !important;
  }
  #ecomMenu {
    margin: -65px 0 40px 0;
  }
  #logo {
    z-index: 7000;
  }
}
@media (min-width: 1px) and (max-width: 480px) {
  .triangle-bottomleft {
    border-bottom: 250px solid rgba(215, 177, 69, 0.5);
    border-right: 250px solid transparent;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  #mainMenu {
    margin-top: 30px;
  }
}
@media (min-width: 768) and (max-width: 991) {
  span.slogan {
    padding: 0;
  }
}
@media (min-width: 992) and (max-width: 1199) {
  #logo {
    padding-left: 0 !important;
  }
  span.slogan {
    padding: 0;
  }
}
/**
 * Description: styles related to Product Catalog
 * User: Manuel Nogueira
 * Date: 18/November/2014
**/

.groupContainer {
  height: 300px;
  margin-bottom: 60px;
}
.groupContainer > div:first-child {
  top: 0;
  left: 0;
  width: 268px;
}
.groupContainer .bx-viewport {
  margin-top: 65px;
}
.groupContainer ul li {
  padding: 0;
}
.groupContainer .slider-triangle-topleft {
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  cursor: pointer;
  z-index: 1000;
  border-top: 268px solid rgba(215, 177, 69, 0.5);
  border-right: 268px solid transparent;
}
.groupContainer h2 {
  z-index: 4000;
  left: 30px;
  top: 30px;
}
.detailTitle {
  padding: 15px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #aba494;
}
.bx-controls-direction a {
  width: 40px;
  height: 40px;
  z-index: 6000;
  top: 115px;
}
.bx-controls-direction a.bx-prev {
  left: 5px;
}
.bx-controls-direction a.bx-next {
  right: 0;
}
.wrapperMainContainer .productList > li {
  padding-bottom: 50px;
}
.wrapperMainContainer .productList > li h2 {
  padding: 20px 0 10px 0;
  margin-bottom: 3px;
  border-bottom: 1px solid #d9d9d9;
}
.wrapperMainContainer .productList > li figure {
  height: 250px;
  overflow: hidden;
}
.wrapperMainContainer .productList > li img {
  cursor: pointer;
}
.rating {
  margin-left: 8px;
  direction: ltr;
}
.rating > li {
  cursor: pointer;
}
#productImagesContainer {
  padding: 15px 0;
  min-height: 450px;
}
#prodThumbs > ul > li {
  margin-bottom: 30px;
  cursor: pointer;
  max-height: 185px;
}
#productInfo h2,
#reviewsContainer > .h2 {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px dashed #d9d9d9;
}
#reviewsContainer > .h2 {
  margin-top: 0;
  margin-bottom: 0;
}
.priceContainer {
  padding-bottom: 1.5em;
}
.priceContainer > a {
  padding-bottom: 0.1em;
  border-bottom: 1px solid #948c79;
}
.priceContainer .rating,
.averageRating .rating {
  margin: -1px 10px 0 5px;
}
#productVariants {
  margin-top: 20px;
  padding: 30px;
}
#productVariants .Select {
  margin: 0;
}
#productVariants .bootstrap-select {
  width: 100%;
}
#productVariants .size a {
  padding-bottom: 0.1em;
  border-bottom: 1px solid #948c79;
}
#sizeSelect label {
  height: 30px;
  padding: 0 11px;
  margin-right: 5px;
  cursor: pointer;
}
#sizeSelect input {
  left: -500px;
}
#variantsForm input[type="submit"] {
  width: 100%;
  padding: 5px;
  border: 0;
}
#variantsForm input[type="submit"]:disabled {
  opacity: 0.5;
}
#variantsForm > div {
  margin-bottom: 30px;
}
#variantsForm > div.quantity input[type="text"] {
  width: 30%;
  height: 30px;
  margin-right: 5px;
  border: 0 none;
}
#variantsForm .stockState {
  margin-top: 15px;
}
#variantsForm .stockState > i {
  margin-right: 5px;
}
#variantsForm > div > span {
  padding-bottom: 10px;
}
#giftCertificateSelect > label {
  margin-left: 15px;
}
#giftCertificateSelect > label:first-child {
  margin: 0;
}
#productRatings {
  margin-top: 30px;
}
#productDescription .rating > li i,
#productRatings .rating > li i,
.reviewRating .rating > li i,
.averageRating .rating > li i {
  width: 28px;
  height: 22px;
}
#productDescription .quantity input {
  border: 0;
  height: 26px;
  padding: 0 8px;
  width: 80px;
}
#productDescription .ui-multiselect .ui-icon {
  padding: 9px 0px;
}
.wantToKnow {
  padding: 30px 0 30px 0;
}
.signUpSaleAlert i {
  padding-right: 5px;
}
.btnBlueYellow {
  width: auto;
  padding: 0 25px;
  height: 35px;
  border: 0;
}
#productInfo .btnBlueYellow {
  margin: 0;
  top: -5px;
}
#productInfo > h2 > span {
  margin-right: 50px;
}
#reviewProductHolder > div > hr {
  margin-bottom: 40px;
}
#reviewProductHolder > div > figure {
  margin-right: 20px;
  margin-bottom: 40px;
}
#reviewProductHolder .newsletterEmail {
  margin-left: 0;
}
.rating.noClick {
  margin-left: 0;
}
.rating.noClick li {
  cursor: default;
}
#reviewsContainer h3 {
  padding-top: 5px;
}
#reviewsContainer > ul > li {
  border-top: 1px dashed #dedede;
  margin-top: 15px;
  padding-top: 15px;
}
#reviewsContainer .shareReview {
  margin-left: 15px;
}
.commentDescription {
  padding: 15px 0 15px 0;
}
.fitContainer {
  margin-top: 10px;
  padding-top: 5px;
}
.fitContainer > ul > li {
  width: 40px;
  height: 10px;
  margin-right: 3px;
}
.fitContainer > ul > li.active span,
.fitContainer > ul > li.active label {
  width: 1px;
  height: 20px;
  padding: 0;
  margin: -5px 0 0 19px;
}
.fitContainer > ul > li label {
  width: 1px;
  height: 20px;
  cursor: pointer;
}
.itemCreatorForm .fitContainer > ul > li {
  cursor: pointer;
}
.itemCreatorForm .btnBlueYellow:not([type="submit"]) {
  height: 45px;
  margin-top: 30px;
  margin-left: 33%;
  border: 0;
  cursor: pointer;
  font-size: 23px;
  font-size: 2.3rem;
  width: 146px;
}
.fitContainer > ul > li label input {
  margin-left: -200px;
}
.fitContainer > span:first-child {
  padding: 30px 0 10px 0;
}
.fitText {
  margin-left: 15px;
}
.fitLegends > span {
  width: 107px;
  margin-top: 7px;
}
.helpfulReview,
.shareReviewHolder,
.inappropriateContent {
  padding: 10px 0;
}
.shareReviewHolder {
  padding-top: 0;
}
#productInfo .helpfulReview > .btnBlueYellow {
  margin: 0 10px 0 0;
}
.helpfulReview > span {
  margin-right: 30px;
}
.helpfulReview > a {
  margin-right: 30px;
}
.dateReview {
  padding-left: 15px;
}
#loader {
  margin: auto;
}
.productList .rating {
  margin: 2px 0 0 0;
}
.productList .rating > li {
  margin-right: 2px;
  cursor: default;
}
.productList .rating > li i {
  width: 18px;
  height: 15px;
}
#filtersContainer {
  margin-bottom: 50px;
  min-height: 70px;
}
#filtersContainer > fieldset {
  margin-bottom: 15px;
  padding-right: 15px;
}
#filtersContainer .ui-multiselect,
#sortContent .ui-multiselect,
.ui-multiselect-menu {
  border: 1px solid #e6e7e9;
}
.colour .ui-multiselect {
  border: 1px solid #e6e7e9;
}
#miniCartOverload.registerSalesAlert {
  height: 100%;
}
#miniCartOverload.registerSalesAlert #miniCartContainer {
  width: 960px;
  transform: translate(-50%, -50%);
  max-width: 100%;
}
#miniCartOverload.registerSalesAlert .smallText {
  width: 60%;
  margin-top: 5px;
  margin-left: 33%;
}
#miniCartOverload.registerSalesAlert #loader {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#prodThumbs ul li {
  padding-bottom: 30px;
  border-bottom: 1px dashed #2d5472;
}
#productImagesContainer .bx-controls-direction a {
  left: 50%;
  margin-top: -40px;
}
#productImagesContainer .bx-controls-direction .bx-next {
  top: 0;
}
#productImagesContainer .bx-controls-direction .bx-prev {
  top: 100%;
  margin-top: 0;
}
#productImagesContainer .bx-controls-direction a:before {
  margin-top: 7px;
}
#productImagesContainer .bx-controls-direction .bx-next:before {
  content: "\f106";
}
#productImagesContainer .bx-controls-direction .bx-prev:before {
  content: "\f107";
  margin-top: 30px;
}
#prodLargeImage > figure {
  border: 1px solid #dedede;
  padding: 15px;
}
#viewRatingStars i::before {
  content: "";
}
.removeLink:before {
  content: "\f00d";
}
.viewCartProducts figure {
  position: relative;
}
.viewCartProducts figure > .hoverUpdate {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 15px;
  right: 15px;
  border: 2px solid #2d5472;
  background: rgba(255, 255, 255, 0.8);
  z-index: 5;
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.viewCartProducts figure > .hoverUpdate .quantityHolder {
  display: inline-block;
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.viewCartProducts figure > .hoverUpdate > a {
  display: none;
  margin-left: 15px;
  margin-right: 15px;
  opacity: 0;
  font-size: 40px;
  font-size: 4rem;
}
.viewCartProducts figure > .hoverUpdate .quantityHolder > span {
  font-size: 40px;
  font-size: 4rem;
}
.viewCartProducts figure:hover > .hoverUpdate {
  width: 100%;
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  -moz-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.viewCartProducts figure:hover > .hoverUpdate .quantityHolder {
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.viewCartProducts figure:hover > .hoverUpdate > a {
  display: inline-block;
  opacity: 1;
}
aside#cartOptions {
  padding: 30px;
}
aside#cartOptions > a {
  margin-bottom: 15px;
}
#customApparelHolder > object {
  height: 500px;
  width: 100%;
}
@media (max-width: 767) {
  .groupContainer .slider-triangle-topleft {
    border-top: 180px solid rgba(215, 177, 69, 0.5);
    border-right: 180px solid transparent;
  }
  #productImagesContainer {
    min-height: 200px;
  }
  .groupContainer h2 {
    left: 15px;
    top: 15px;
    width: 115px;
  }
  #productInfo .btnBlueYellow {
    margin-left: 0;
  }
}
@media (min-width: 768) and (max-width: 991) {
  .helpfulReview > span {
    margin-right: 50px;
  }
  .groupContainer .slider-triangle-topleft {
    border-top: 220px solid rgba(215, 177, 69, 0.5);
    border-right: 220px solid transparent;
  }
  .groupContainer h2 {
    left: 15px;
    top: 15px;
    width: 115px;
  }
  #productImagesContainer {
    min-height: 380px;
  }
  #productInfo .btnBlueYellow {
    margin-left: 0;
  }
  .itemCreatorForm .newsletterEmail {
    margin-left: 33%;
    width: 60%;
  }
}
@media (min-width: 992) {
  .helpfulReview > span {
    margin-right: 15px;
  }
  .helpfulReview > a {
    margin-right: 0;
  }
  .itemCreatorForm .newsletterEmail {
    margin-left: 33%;
    width: 60%;
  }
  #filtersContainer fieldset {
    margin: 0;
  }
}
/**
 * Description: styles related Forms.
 * User: Manuel Nogueira
 * Date: 18/November/2014
**/

.has-js .labelRadio {
  padding-left: 30px;
  padding-bottom: 3px;
}
.has-js .labelRadio input {
  left: -9999px;
}
.has-js .labelCheck {
  padding-left: 30px;
}
.has-js .labelCheck input {
  left: -9999px;
}
.bootstrap-select.btn-group .dropdown-menu {
  z-index: 9001;
}
#customerInfo fieldset > label {
  width: 100%;
}
.DMForms label {
  width: 30%;
}
.userRelatedForms label {
  width: 30%;
  vertical-align: middle;
}
.Textarea label {
  vertical-align: top;
}
#customerInfo #withOrWithoutLogin > label {
  width: 100%;
}
.DMForms input[type="text"],
.DMForms input[type="password"],
.DMForms .bootstrap-select,
.DMForms textarea {
  width: 100% !important;
}
.DMForms .bootstrap-select .btn {
  width: 100%;
}
.userRelatedForms input[type="text"],
.userRelatedForms input[type="password"],
.userRelatedForms .bootstrap-select,
.userRelatedForms textarea {
  width: 100% !important;
}
#customerInfo .bootstrap-select {
  width: 80%;
}
.DMForms textarea {
  height: 198px;
}
.DMForms input[type="text"],
.DMForms textarea,
#customerInfo input[type="text"],
#customerInfo textarea,
.itemCreatorForm input[type="text"],
.itemCreatorForm textarea,
.bootstrap-select.btn-group .btn,
#customerInfo select,
#ExtUserForm input,
#ExtUserForm2 input {
  border: 1px solid #aba494;
  /*padding: 5px 10px;*/
  border-radius: 0;
}
.DMForms input[type="submit"] {
  margin: 30px 0 0 20%;
}
.btnLarge,
.DMForms input[type="submit"] {
  height: 45px;
  border: 0;
  padding: 0 40px;
}
.DMForms .fieldError input[type="text"],
.DMForms .fieldError textarea,
.has-error input[type=text],
.has-error select {
  border: 1px solid #d7b145 !important;
}
.DMForms .smallText,
.mandatoryFields {
  padding-bottom: 10px;
  width: 60%;
  margin-left: 20%;
  padding-left: 5px;
}
/*form[name="UserManagementEditForm"] fieldset label,
form[name="UserManagementEditForm"] fieldset input {
  margin-left: 0;
  width: 100%;
}*/

form[name=UserManagementEditForm] .smallText {
  width: 100%;
  padding: 0;
  margin: 0;
}
form[name=UserManagementEditForm] input[type="submit"] {
  margin-left: 0;
}
/* General */

.safaryButtons {
  border-radius: 0;
  -webkit-appearance: none;
}
fieldset.mandatory > label:after {
  content: " *";
}
[type="text"],
[type="password"] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
}
input[type="text"],
input[type="password"],
.fakefile > input,
textarea {
  width: 100%;
  height: 36px;
  border: 1px solid #aba494;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
textarea {
  height: 120px;
  padding: 8px 10px;
}
/* File input */

.fileinputs {
  cursor: pointer;
}
.fileinputs .doneAlready {
  height: 45px;
  opacity: 0;
  width: 100%;
}
.fakefile {
  top: 0;
  width: 100%;
}
.fakefile > input {
  width: 70%;
  margin-right: 5%;
}
.fakefile > button {
  border: 0 none;
  margin-top: 5px;
  width: 25%;
  height: 40px;
}
/* Radio / Check boxes */

/*.radioBoxContainer
{
  margin-top: 15px;
  width: 100%;
}

.radioBoxContainer span,
.checkBoxContainer span
{
  margin-left: 25px;
}

.radioBoxContainer input[type="radio"],
.checkBoxContainer input[type="checkbox"]
{
  display: none;
}

.radioBoxContainer span:before,
.checkBoxContainer span:before
{
  content: "";
  border: 1px solid #CCC;
  display: inline-block;
  margin-left: 10px;
  width: 15px;
  height: 15px;
  margin-top: 2px;
  margin-right: 10px;
  position: absolute;
  left: 5px;
  background-color: white;
}

.radioBoxContainer span:before,
{
  border-radius: 15px;
}

.radioBoxContainer input[type="radio"]:checked + span:before,
.checkBoxContainer input[type="checkbox"]:checked + span:before
{
  content: "\2713";
  font-size: 13px;
  color: #333;
  text-align: center;
  line-height: 12px;
}*/

/* Date Time / Date  */

/*.formButtons
{
  margin-top: 30px;
  padding-top: 20px;
}*/

.formButtons input {
  border: 0 none;
  height: 40px;
  cursor: pointer;
  margin-left: 10%;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.formButtons input[type="submit"] {
  margin-left: 33%;
}
/*.formButtons input:nth-child(even)
{
  margin-left: 0;
}*/

/* Form Errors */

.formErrors {
  margin-bottom: 10px;
}
.formErrors,
fieldset {
  margin-bottom: 15px;
}
fieldset.fieldError > input[type="text"],
fieldset.fieldError > input[type="password"],
fieldset.fieldError > textarea,
fieldset.fieldError > .bootstrap-select.btn-group .btn,
fieldset.fieldError .fakefile > input {
  border: 1px solid #d7b145 !important;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#UserManagementEditForm2 fieldset.mandatory > label:after {
  content: "";
}
/* Calendar */

.calendar {
  border: 0 none;
  width: 210px;
  padding: 10px;
  height: 210px;
  border: 1px solid blue;
}
.calendar tbody td,
.calendar thead .hilite,
.calendar tbody .rowhilite td,
.calendar tbody td.hilite,
.calendar > table,
.calendar .button,
.calendar thead .title,
.calendar table .wn,
.calendar thead .name,
.calendar tbody .day,
.calendar .daysrow > .weekend,
.calendar tfoot .ttip,
.calendar td.time,
.calendar tbody td.selected,
.calendar tbody td.day:hover {
  border: 0 none;
  padding: 0px;
}
/* calendar text */

.bootstrap-select.btn-group .btn .caret {
  width: 30px;
  height: 100%;
  top: 0;
  right: 0;
  margin: 0;
  border: 0;
}
.bootstrap-select.btn-group .btn .caret:before {
  content: "\f0d7";
}
#filtersContainer .bootstrap-select.btn-group .btn .caret:before {
  content: "\f0b0";
}
#sortContent .bootstrap-select.btn-group .btn .caret:before {
  content: "\f0dc";
}
/* ------------
        MEDIA QUERIES
        --------------- */

@media (max-width: 767) {
  .DMForms label {
    width: 100%;
  }
  .DMForms input[type="text"],
  .DMForms textarea,
  .DMForms .smallText,
  .mandatoryFields {
    width: 100%;
  }
  .DMForms .smallText,
  .mandatoryFields {
    margin-left: 0;
  }
  .DMForms input[type="submit"] {
    margin: 10px auto 0 auto;
  }
  .DMForms {
    padding: 0 15px;
  }
  .wrapperMainContainer .row {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 768) and (max-width: 991) {
  .wrapperMainContainer .row {
    margin-left: 0;
    margin-right: 0;
  }
  .DMForms .smallText,
  .itemCreatorForm .newsletterEmail {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .formButtons input[type="submit"] {
    margin-left: 0;
  }
  .DMForms label {
    width: 33% !important;
  }
  .userRelatedForms input[type="text"],
  .userRelatedForms input[type="password"],
  .userRelatedForms .bootstrap-select,
  .userRelatedForms textarea {
    width: 65% !important;
  }
}
@media (min-width: 992) {
  #customerInfo fieldset > label {
    width: 20%;
  }
  .DMForms label {
    width: 33% !important;
  }
  .DMForms .smallText {
    margin-left: 33%;
  }
  .userRelatedForms input[type="text"],
  .userRelatedForms input[type="password"],
  .userRelatedForms .bootstrap-select,
  .userRelatedForms textarea {
    width: 65% !important;
  }
  .DMForms input[type="text"],
  .DMForms input[type="password"],
  .DMForms .bootstrap-select,
  .DMForms textarea {
    width: 60% !important;
  }
}
/**
 * Description: styles related to Item Publisher
 * User: Manuel Nogueira
 * Date: 18/November/2014
**/

.categories > li {
  padding: 20px 20px 20px 60px;
  cursor: pointer;
  margin-bottom: 20px;
  border: 1px solid #f4f3ee;
}
.categories > li h3 {
  padding-bottom: 10px;
}
.categories > li .check {
  width: 22px;
  height: 22px;
  left: 30px;
  top: 50%;
  margin-top: -11px;
}
.categories > li > div > div {
  padding-top: 10px;
}
/* FAQs */

.faqQuestion {
  cursor: pointer;
}
.faqAnswer {
  max-height: 0;
  opacity: 0;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.faqAnswer.opened {
  max-height: 300px;
  opacity: 1;
}
@media (max-width: 767) {
  .mainContainer > article.col-xs-12 {
    margin-bottom: 50px;
  }
}
/**
 * Description: styles related to Item Creator
 * User: Manuel Nogueira
 * Date: 18/November/2014
**/

.itemCreatorForm fieldset {
  margin-bottom: 12px;
}
.DMForms .fitContainer li > label {
  width: 1px !important;
}
.itemCreatorForm fieldset > label,
.itemCreatorForm fieldset > span {
  width: 33%;
}
.itemCreatorForm input[type=text],
.itemCreatorForm .btn-group.bootstrap-select,
.itemCreatorForm textarea {
  width: 50%;
}
.itemCreatorForm .fitContainer .fitLegends {
  margin-top: -32px;
}
.itemCreatorForm input[type=submit],
.itemCreatorForm .fitContainer .fitLegends {
  margin-left: 33%;
  padding-left: 10px;
}
.itemCreatorForm textarea {
  height: 200px;
}
.itemCreatorForm .fitContainer > ul {
  margin-top: 20px;
}
.itemCreatorForm .fitContainer > span {
  margin-right: 10px;
}
.itemCreatorForm .rate li {
  padding-right: 3px;
}
.itemCreatorForm .rate label {
  width: 28px;
  height: 22px;
  cursor: pointer;
}
.itemCreatorForm .rate > ul {
  margin-left: 10px;
}
.itemCreatorForm input[type=submit],
.itemCreatorForm #previewButton {
  height: 45px;
  padding: 0 50px;
  margin-top: 30px;
}
.itemCreatorForm #previewButton {
  margin-left: 30px;
}
#miniCartContainer #reviewsContainer {
  margin-top: 0;
  padding: 20px;
  border: 1px dashed #2d5472;
}
#miniCartContainer #reviewsContainer > ul > li {
  margin-top: 0;
}
#miniCartContainer .buttonsHolder > a {
  margin-top: 20px;
  margin-right: 15px;
}
.reviewedProduct > figure img {
  max-width: 100%;
}
.reviewedProduct > h3 {
  margin-bottom: 20px;
}
.reviewRating .rating.noClick,
.averageRating .rating.noClick {
  vertical-align: middle;
}
#userReviewsHolder > h2 {
  margin-bottom: 0;
}
.reviewedProduct {
  margin-top: 80px;
}
.resumedReview {
  width: 100%;
  vertical-align: middle;
  border-bottom: 1px dashed #2d5472;
}
.resumedReview > * {
  width: 25%;
  height: 80px;
  vertical-align: middle;
}
.resumedReview .fitContainer {
  vertical-align: middle;
}
#reviewProductHolder p.h3 {
  margin-top: 0;
}
#reviewDisclaimer {
  max-height: 300px;
  transition: 1s ease;
  -o-transition: 1s ease;
  -moz-transition: 1s ease;
  -webkit-transition: 1s ease;
}
#reviewDisclaimer.closed {
  max-height: 0;
}
#hideShowReviewDisclaimer i.fa:before {
  content: "\f077";
}
#hideShowReviewDisclaimer i.fa.closed:before {
  content: "\f078";
}
@media (max-width: 767) {
  /*.itemCreatorForm fieldset>label, .itemCreatorForm fieldset>span {
      width: 40%;
      padding-left: 10% !important;
    }
    .itemCreatorForm input[type=text], .itemCreatorForm textarea {
      width: 50%;
    }
    .itemCreatorForm input[type=submit], .itemCreatorForm .fitContainer .fitLegends {
      margin-left: 40%;
    }*/
  
  .itemCreatorForm #previewButton {
    margin-left: 0;
  }
  .itemCreatorForm fieldset > label,
  .itemCreatorForm fieldset > span {
    width: 100%;
  }
  .itemCreatorForm input[type=submit],
  .itemCreatorForm .fitContainer .fitLegends {
    margin-left: 0;
    margin-top: 0;
  }
}
@media (min-width: 992) {
  .itemCreatorForm input[type=text],
  .itemCreatorForm .btn-group.bootstrap-select,
  .itemCreatorForm textarea {
    margin-left: 10px;
  }
  .itemCreatorForm .newsletterEmail {
    padding-left: 10px;
  }
  .resumedReview > span.fit {
    width: 22%;
  }
}
/**
 * Description: styles related to Cart V2
 * User: Manuel Nogueira
 * Date: 18/November/2014
**/

dl {
  margin: 0;
  padding: 0;
}
#miniCartContainer {
  max-height: 100%;
  padding: 15px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
#miniCartContainer.active {
  opacity: 1;
  filter: alpha(opacity=0);
}
#miniCartContainer h1 {
  margin-top: 0;
}
#miniCartContainer h1 span {
  padding-bottom: 3px;
  border-bottom: 1px solid #dbd9d1;
  margin-bottom: 3em;
}
#miniCartHeader {
  width: 100%;
  height: 45px;
}
#miniCartHeader i {
  margin: 0 10px 0 15px;
}
#miniCartContainer > ul {
  margin: 15px;
}
#miniCartContainer > ul > li {
  width: 100%;
  padding: 10px 15px 10px 10px;
  border-bottom: 1px solid #f4f3ee;
}
#miniCartContainer > ul > li > div {
  width: 50%;
}
#miniCartFooter {
  padding: 15px;
  margin-top: 20px;
  width: 100%;
}
.gotoCart {
  margin-top: 40px;
  padding-right: 15px;
}
#miniCartFooter a.btnBlueYellow {
  margin-left: 15px;
}
.checkout.btnBlueYellow,
.ok.btnBlueYellow {
  height: 45px;
  margin-top: 8px;
}
#miniCartOverload {
  width: 100%;
  z-index: 9000;
}
#miniCartFooter label {
  margin-top: 25px;
}
#miniCartContainer .close {
  right: 15px;
  top: 30px;
}
#miniCartOverload #loading {
  left: 50%;
  top: 50%;
  margin: -16px 0 0 -16px;
}
#cartHeader {
  margin-top: 10px;
}
#cartSteps {
  margin: auto;
}
#cartSteps > li {
  margin-left: 30px;
  max-width: 150px;
}
#cartSteps > li:first-child {
  margin-left: 0;
}
#cartSteps > li > span:first-child {
  width: 90px;
  height: 90px;
  border: 1px solid #192833;
  margin-bottom: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
#cartLeftContainer,
#cartRightContainer {
  margin-top: 30px;
}
#cartLeftContainer {
  padding-left: 0;
}
#cartLeftContainer > div,
#cartRightContainer > div {
  border: 2px solid #dedede;
  padding: 15px;
}
#cartRightContainer h2 {
  margin-top: 0;
  padding: 15px 25px;
}
#cartRightContainer ul li {
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #e6e7e9;
}
a.editOrder {
  height: 38px;
  margin: 30px 0 20px 0;
}
.buttonsContainer {
  padding: 15px;
}
.buttonsContainer .ajaxLoader {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  height: 32px;
}
#cartLeftContainer div.part {
  border-top: 1px solid #e6e7e9;
  padding: 15px 10px 25px;
}
#cartLeftContainer div.part > h2 {
  margin-top: 0;
}
#customerInformation {
  border-top: 1px solid #e6e7e9;
}
#customerInformation .whatsThis {
  cursor: pointer;
  margin-right: 15px;
}
.confirmContainer form > div.buttonsContainer {
  margin-top: 0;
}
#cartLeftContainer > div > form > div.part:first-child {
  border-top: 0;
}
#withOrWithoutLogin label {
  cursor: pointer;
}
#withOrWithoutLogin label:first-child {
  margin-bottom: 25px;
}
#customerInformation input[type=text],
#customerInfo select,
#deliveryFormContainer input[type=text],
#deliveryFormContainer #customerInfo select {
  width: 80%;
}
#customerInformation > fieldset,
#deliveryFormContainer > fieldset {
  margin-top: 14px;
  width: 100%;
}
#customerInformation > fieldset:first-child {
  margin-top: 0;
}
#customerInfo .zipAndCity input[type=text],
#deliveryFormContainer .zipAndCity input[type=text] {
  width: 50%;
}
#customerInfo .zipAndCity input[name=EcomOrderCustomerZip],
#deliveryFormContainer .zipAndCity input[name=EcomOrderDeliveryZip] {
  width: 29%;
  margin-right: 1%;
}
#shippingMethod label,
#deliveryAddress > span,
#deliveryAddress .left,
.newsletterLabel,
#paymentInfo label {
  margin-left: 20%;
}
.userRelatedForms .newsletterEmail {
  margin-left: 0;
  padding-left: 5px;
  width: 100%;
}
.newsletterLabel {
  margin: 14px 0 10px 20%;
  padding-left: 0 !important;
}
.newsletterEmail:first-of-type {
  padding-top: 7px;
}
.newsletterEmail:last-child {
  padding-bottom: 12px;
}
#deliveryAddress > span {
  margin-bottom: 30px;
}
#paymentInfo label {
  margin-bottom: 15px;
}
#paymentInfo > div:last-child,
#paymentInfo h2 {
  margin-top: 15px;
}
#paymentInfo h2 {
  margin-left: 10px;
}
.wrapperMainContainer .confirmContainer h2 {
  margin: 0 0 15px 10px;
}
.wrapperMainContainer .confirmContainer > div > label {
  margin-left: 140px;
}
.wrapperMainContainer .confirmContainer label {
  margin-left: 14%;
}
.confirmContainer dt,
.confirmContainer dd {
  padding-top: 15px;
}
dl .firstChild {
  padding-top: 0 !important;
}
#cartProducts > li {
  width: 100%;
}
#cartProducts > li:first-child {
  padding-top: 0;
  margin-top: 0;
  border: 0;
}
#cartProducts > li:nth-child(2) {
  margin-top: 0;
  border: 0;
}
#cartProducts > li {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #dbd9d1;
}
#cartProducts > li figure {
  margin-right: 25px;
}
#cartProducts > li div.prodName {
  margin-top: 15px;
}
#cartProducts .marginTop {
  margin-top: 30px;
}
.editCart #ordersTotalPrice > ul > li {
  padding: 15px 0;
}
#ordersTotalPrice li {
  border-top: 1px solid #dbd9d1;
  padding: 15px 20px;
  margin-left: -5px;
  float: left;
  width: 100%;
}
#ordersTotalPrice,
#ordersTotalPrice li:last-child {
  padding: 0;
}
#ordersTotalPrice li > div {
  padding: 10px 20px;
  margin-top: 10px;
}
#ordersTotalPrice li > span:first-child {
  margin-right: 20px;
}
#ordersTotalPrice li > div:last-child {
  padding-left: 15px;
}
#EcomOrderCustomerComment {
  margin-left: 10px;
}
.cartCompleted {
  margin-top: 0 !important;
}
.stepPayment {
  margin-bottom: 30px !important;
  float: left;
}
/*.wrapperMainContainer .confirmContainer.cartCompleted h2,
.wrapperMainContainer .confirmContainer.cartCompleted .part {
  margin-left: 0;
  padding-left: 0;
}*/

.wrapperMainContainer .confirmContainer.cartCompleted h2 {
  padding-top: 20px;
}
#ExtUserForm fieldset input,
#ExtUserForm2 fieldset input {
  width: 100%;
}
#ExtUserForm fieldset,
#ExtUserForm2 fieldset {
  margin-top: 15px;
}
.borderTop {
  border-top: 3px solid #e6e7e9;
}
.itemToTrash {
  margin-left: 10px;
}
#customerInformation .cartReminders {
  margin-top: 15px;
}
.reminderDescription {
  border: 1px solid #2d5472;
  outline: 1px solid #d7b145;
  outline-offset: -5px;
  padding: 15px;
  width: 95%;
  left: 30px;
  z-index: 1;
}
#customerInformation > h3 {
  margin-top: 30px;
  margin-bottom: 15px;
}
.has-js .cartReminders .labelCheck {
  max-height: 60px;
}
.updateLink {
  margin-left: 15px;
  margin-right: 15px;
}
@media (max-width: 767) {
  #ordersTotalPrice li > div,
  #ordersTotalPrice li {
    padding: 0 !important;
  }
  #ordersTotalPrice li > span:first-child {
    margin-right: 0;
  }
  #cartLeftContainer {
    padding-left: 15px;
  }
  #cartProducts div {
    padding: 0 !important;
  }
  #cartProducts div.orderlineQuantityContainer {
    padding-right: 15px !important;
    margin-top: 8px;
  }
  #cartProducts > li figure {
    margin: 0;
  }
  #cartProducts .updateLink {
    margin: 0;
    width: 100%;
  }
  #cartProducts > li figure img {
    margin: 0 auto;
  }
  .confirmContainer dt {
    padding-left: 0;
    padding-right: 0;
  }
  .confirmContainer dd {
    padding: 0;
  }
  #miniCartFooter a {
    margin-left: 0;
    width: 100%;
  }
  #miniCartFooter .checkout {
    margin-left: 16px;
  }
  .col-xs-12.noPaddingLeft {
    padding-left: 15px;
  }
  #cartSteps > li {
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
  }
  .buttonsContainer > input,
  .buttonsContainer > a {
    width: 100%;
  }
  .buttonsContainer > a:first-child {
    margin-bottom: 20px;
  }
  #customerInformation input[type="text"],
  #customerInfo select,
  #deliveryFormContainer input[type="text"],
  #customerInfo .bootstrap-select {
    width: 100%;
  }
  #customerInfo .zipAndCity input[type="text"],
  #deliveryFormContainer .zipAndCity input[type="text"] {
    width: 60%;
  }
  #customerInfo .zipAndCity input[name="EcomOrderCustomerZip"],
  #deliveryFormContainer .zipAndCity input[name="EcomOrderDeliveryZip"] {
    width: 39%;
  }
}
@media (min-width: 768) and (max-width: 991) {
  .userRelatedForms .newsletterEmail {
    margin-left: 33%;
    width: 65%;
  }
  #customerInformation .cartReminders label {
    max-width: 320px;
  }
  /*.confirmContainer dt {
      width: 25%;
    }*/
}
@media (min-width: 992) {
  #miniCartContainer {
    max-width: 530px;
  }
  /*.confirmContainer dt {
      width: 25%;
    }*/
  
  #ExtUserForm label,
  #ExtUserForm2 label {
    width: 30%;
  }
  p.newsletterEmail,
  span.newsletterEmail {
    margin-left: 20%;
  }
  .userRelatedForms .newsletterEmail {
    margin-left: 33%;
    width: 65%;
  }
  #customerInformation .cartReminders,
  #customerInformation > h3 {
    margin-left: 20%;
  }
  #customerInformation .cartReminders label {
    max-width: 460px;
  }
}
@media (min-width: 992) and (max-width: 1199) {
  #customerInformation .cartReminders label {
    max-width: 350px;
  }
}
@media (min-width: 1200) {
  #customerInformation .cartReminders label {
    max-width: 460px;
  }
}
/**
 * Description: styles related to Customer Center
 * User: Manuel Nogueira
 * Date: 18/November/2014
**/

#myOrdersTable {
  border-bottom: 1px solid #2d5472;
  margin-bottom: 20px;
}
#myOrdersTable th {
  vertical-align: middle;
}
#myOrdersTable th a {
  margin-left: 10px;
}
#myOrdersTable th > span {
  width: 50%;
}
#myOrdersTable td {
  vertical-align: middle;
}
#myOrdersTable img {
  margin-top: 10px;
  margin-bottom: 10px;
}
#myOrdersTable .btnBlueYellow {
  margin: 15px;
}
#myOrdersTable .orderBy {
  width: 50%;
}
#RMAdata {
  margin-bottom: 20px;
}
#RMAdata > dt:nth-child(odd) {
  margin-right: 15px;
}
.rmaDetailsForm .formButtons input {
  margin-left: 0;
}
.rmaDetailsForm fieldset .bootstrap-select {
  width: 100% !important;
}
.backToRmaList {
  margin-right: 30px;
  margin-bottom: 30px;
  height: 40px;
}
.vertical-align {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.center-align {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}
.hideButtonsTest {
  overflow: hidden;
  text-indent: -500px;
  line-height: 500px;
}
